@charset "UTF-8";
::-webkit-input-placeholder {
	color: inherit;
}

::-moz-placeholder {
	color: inherit;
}

:-ms-input-placeholder {
	color: inherit;
}

:-moz-placeholder {
	color: inherit;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus:-moz-placeholder {
	color: transparent;
}

textarea:focus::-moz-placeholder {
	color: transparent;
}

textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input,
select,
textarea,
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input,
select,
textarea,
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input:focus,
button,
button:focus,
textarea {
	outline: none;
}

button {
	cursor: pointer;
	transition: all 0.3s ease;
	background-color: transparent;
	border: none;
}

a:focus,
a:active {
	color: inherit;
	outline: 0;
	text-decoration: none;
}

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

a,
input[type=submit] {
	transition: all 0.3s ease;
	color: inherit;
	cursor: pointer;
}

img {
	transition: all 0.3s ease;
	max-width: 100%;
}

input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-result-button,
input::-webkit-search-result-decoration {
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

::-webkit-input-placeholder {
	color: #242424;
}

::-moz-placeholder {
	color: #242424;
}

:-ms-input-placeholder {
	color: #242424;
}

:-moz-placeholder {
	color: #242424;
}

.contact-form ::-webkit-input-placeholder {
	color: #ff0000;
}
.contact-form ::-moz-placeholder {
	color: #ff0000;
}
.contact-form :-ms-input-placeholder {
	color: #ff0000;
}
.contact-form :-moz-placeholder {
	color: #ff0000;
}

body {
	background: #fff;
	color: #8d98a1;
	font-family: "Open Sans", Sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0;
	transition: 0s;
}

.content {
	overflow: hidden;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
		width: calc(100% - 30px);
	}
}

.d-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.clear {
	clear: both;
}

/* slick */
.slick-slide:focus {
	outline: none;
}

.slick-track {
	display: flex !important;
}

.slick-slide {
	height: inherit !important;
}
.slick-slide > div {
	height: 100%;
}

h2 {
	color: #1b242b;
	font-family: "Raleway", Sans-serif;
	font-size: 38px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}
@media (max-width: 575px) {
	h2 {
		font-size: 30px;
	}
}
h2 span {
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.2px;
}

.section-subtitle {
	text-align: center;
	color: #b7b9be;
	font-family: "Raleway", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	margin: 5px 0 12px;
}

.btn,
.btn:focus,
.btn:hover {
	outline: none;
	box-shadow: none;
}

.btn {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	z-index: 1;
	overflow: hidden;
	background: #ff0000;
	border-radius: 0;
	border: none;
	color: #fff;
	font-family: "Raleway", Sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	padding: 15px 45px;
}
.btn:hover {
	color: #fff;
	background: #1b242b;
}

a:hover {
	color: #ff0000;
}

/* header */
.header-main {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	color: #fff;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 26px 0;
	transition: all 0.3s ease;
}
@media (max-width: 1199px) {
	.header-main {
		padding: 15px 0;
	}
}
@media (max-width: 991px) {
	.header-main {
		padding: 10px 0;
	}
}
@media (max-width: 575px) {
	.header-main {
		background: #333333;
	}
}
.header-main.sticky {
	background: #ff0000;
	padding: 10px 0;
}
.header-main.sticky a:hover {
	color: #1b242b;
}
.header-main.sticky ul > .menu-item-has-children:hover > a, .header-main.sticky ul > .menu-item-has-children:hover:after {
	color: #1b242b !important;
}
.header-main .main-panel {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-main .main-panel .logo {
	display: block;
}
.header-main .main-panel .logo img {
	width: 165px;
}
@media (max-width: 991px) {
	.header-main .main-panel .logo img {
		width: 140px;
	}
}
@media (max-width: 575px) {
	.header-main .main-panel .logo img {
		width: 130px;
	}
}
.header-main .main-panel .nav-panel {
	align-items: center;
	justify-content: center;
}
.header-main .main-panel .nav-panel .menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
@media (max-width: 767px) {
	.header-main .main-panel .nav-panel .menu {
		display: none;
	}
}
.header-main .main-panel .nav-panel .menu > li {
	margin-right: 25px;
	position: relative;
	transition: all 0.3 ease;
}
@media (max-width: 991px) {
	.header-main .main-panel .nav-panel .menu > li {
		margin-right: 20px;
	}
}
.header-main .main-panel .nav-panel .menu > li > a {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.6px;
	display: block;
	padding: 10px 0;
}
.header-main .main-panel .nav-panel .menu > li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -15px;
	background: #242424;
	z-index: 3;
	transition: all ease 0.3s;
}
.header-main .main-panel .nav-panel .menu > li ul li {
	border-bottom: 1px solid #A9A9A9;
	padding: 10px 0;
	transition: all 0.3 ease;
}
@media (max-width: 991px) {
	.header-main .main-panel .nav-panel .menu > li ul li {
		padding: 5px 0;
	}
}
.header-main .main-panel .nav-panel .menu > li ul li a {
	white-space: nowrap;
	font-family: "Ubuntu", Sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	padding: 0 40px 0 12px;
}
.header-main .main-panel .nav-panel .menu > li ul li a:hover {
	color: #ff0000;
}
.header-main .main-panel .nav-panel .menu > li ul li:last-child {
	border-bottom: none;
}
.header-main .main-panel .nav-panel .menu > li:hover ul {
	visibility: visible;
	opacity: 1;
}
.header-main .main-panel .nav-panel .menu > .menu-item-has-children {
	padding-right: 15px;
}
.header-main .main-panel .nav-panel .menu > .menu-item-has-children:after {
	content: "";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	transition: all 0.3s ease;
}
.header-main .main-panel .nav-panel .menu > .menu-item-has-children:hover > a, .header-main .main-panel .nav-panel .menu > .menu-item-has-children:hover:after {
	color: #ff0000;
}
.header-main .main-panel .nav-panel .social {
	padding-right: 25px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
	.header-main .main-panel .nav-panel .social {
		padding-right: 15px;
	}
}
@media (max-width: 767px) {
	.header-main .main-panel .nav-panel .social {
		border-left: none;
		border-right: 1px solid rgba(255, 255, 255, 0.5);
		padding-right: 5px;
	}
}
@media (max-width: 575px) {
	.header-main .main-panel .nav-panel .social {
		display: none !important;
	}
}
.header-main .main-panel .nav-panel .social a {
	margin-left: 25px;
}
@media (max-width: 991px) {
	.header-main .main-panel .nav-panel .social a {
		margin-left: 15px;
	}
}
@media (max-width: 767px) {
	.header-main .main-panel .nav-panel .social a {
		margin-left: 0;
		margin-right: 15px;
	}
}

.header-inner .top-panel {
	background: #333333;
	color: #fff;
	padding: 20px 0;
}
@media (max-width: 991px) {
	.header-inner .top-panel {
		padding: 15px 0;
	}
}
@media (max-width: 767px) {
	.header-inner .top-panel {
		padding: 10px 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 101;
	}
}
.header-inner .top-panel .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-inner .top-panel .logo {
	display: block;
	margin-right: 15px;
}
.header-inner .top-panel .logo img {
	width: 220px;
}
@media (max-width: 991px) {
	.header-inner .top-panel .logo img {
		width: 160px;
	}
}
@media (max-width: 575px) {
	.header-inner .top-panel .logo img {
		width: 130px;
	}
}
.header-inner .top-panel .info-block {
	color: #ffffff;
	font-family: "Ubuntu", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
}
@media (max-width: 991px) {
	.header-inner .top-panel .info-block {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.header-inner .top-panel .info-block {
		font-size: 13px;
	}
}
.header-inner .top-panel .info-block br {
	display: none1;
}
.header-inner .top-panel .info-block .item {
	margin-right: 70px;
	align-items: center;
	justify-content: flex-start;
}
@media (max-width: 1199px) {
	.header-inner .top-panel .info-block .item:last-child {
		margin-right: 0;
	}
}
@media (max-width: 991px) {
	.header-inner .top-panel .info-block .item:first-child {
		margin-right: 25px;
	}
}
@media (max-width: 767px) {
	.header-inner .top-panel .info-block .item:last-child {
		display: none !important;
	}
	.header-inner .top-panel .info-block .item:first-child {
		margin-right: 10px;
	}
}
@media (max-width: 575px) {
	.header-inner .top-panel .info-block .item {
		margin-right: 0 !important;
		margin-left: auto;
	}
}
.header-inner .top-panel .info-block .item .icon {
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #ff0000;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	font-size: 20px;
}
@media (max-width: 991px) {
	.header-inner .top-panel .info-block .item .icon {
		margin-right: 10px;
	}
}
@media (max-width: 767px) {
	.header-inner .top-panel .info-block .item .icon {
		margin-right: 10px;
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.header-inner .top-panel .info-block .item .icon {
		display: none !important;
	}
}
@media (max-width: 575px) {
	.header-inner .top-panel .info-block .item .phone {
		display: none;
	}
}
.header-inner .top-panel .info-block .item .title {
	color: #A3A3A3;
}
@media (max-width: 767px) {
	.header-inner .top-panel .info-block .item .title {
		display: none;
	}
}
.header-inner .top-panel .info-block .item a {
	white-space: nowrap;
}
.header-inner .top-panel .lang-menu {
	display: none;
}
@media (max-width: 767px) {
	.header-inner .top-panel .lang-menu {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
}
@media (max-width: 575px) {
	.header-inner .top-panel .lang-menu {
		margin-left: auto;
	}
}
.header-inner .main-panel {
	background: #ff0000;
	color: #fff;
	transition: all 0.3s ease;
}
@media (max-width: 991px) {
	.header-inner .main-panel .lang-menu {
		font-size: 14px;
		margin-left: 15px;
		padding-top: 3px;
	}
}
@media (max-width: 767px) {
	.header-inner .main-panel {
		display: none;
	}
}
.header-inner .main-panel.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.header-inner .main-panel .nav-panel {
	justify-content: space-between;
	align-items: center;
}
.header-inner .main-panel .nav-panel .menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.header-inner .main-panel .nav-panel .menu > li {
	margin-right: 25px;
	position: relative;
	transition: all 0.3 ease;
}
.header-inner .main-panel .nav-panel .menu > li > a {
	display: block;
	padding: 26px 0;
	font-family: "Open Sans", Sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.header-inner .main-panel .nav-panel .menu > li > a:hover {
	color: #242424;
}
.header-inner .main-panel .nav-panel .menu > li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -15px;
	background: #242424;
	z-index: 3;
	transition: all ease 0.3s;
}
.header-inner .main-panel .nav-panel .menu > li ul li {
	border-bottom: 1px solid #A9A9A9;
	padding: 10px 0;
	transition: all 0.3 ease;
}
.header-inner .main-panel .nav-panel .menu > li ul li a {
	white-space: nowrap;
	font-family: "Ubuntu", Sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0 40px 0 12px;
}
.header-inner .main-panel .nav-panel .menu > li ul li:last-child {
	border-bottom: none;
}
.header-inner .main-panel .nav-panel .menu > li ul li:hover a {
	color: #ff0000;
}
.header-inner .main-panel .nav-panel .menu > li:hover ul {
	visibility: visible;
	opacity: 1;
}
.header-inner .main-panel .nav-panel .menu > li.current-menu-item > a {
	color: #242424;
}
.header-inner .main-panel .nav-panel .menu > li.menu-item-has-children {
	padding-right: 15px;
}
.header-inner .main-panel .nav-panel .menu > li.menu-item-has-children:after {
	content: "";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	transition: all 0.3s ease;
}
.header-inner .main-panel .nav-panel .menu > li.current-menu-item:after,
.header-inner .main-panel .nav-panel .menu > li.menu-item-has-children:hover > a, 
.header-inner .main-panel .nav-panel .menu > li.menu-item-has-children:hover:after {
	color: #242424;
}
.header-inner .main-panel .nav-panel .social {
	margin-left: auto;
}
.header-inner .main-panel .nav-panel .social a {
	margin-left: 25px;
}
@media (max-width: 991px) {
	.header-inner .main-panel .nav-panel .social a {
		margin-left: 15px;
	}
}
.header-inner .main-panel .nav-panel .social a:hover {
	color: #242424;
}

.lang-menu {
	font-family: "Raleway", Sans-serif;
	font-weight: 300;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: 25px;
}
@media (max-width: 991px) {
	.lang-menu {
		font-size: 12px;
		margin-left: 6px;
	}
}
@media (max-width: 767px) {
	.lang-menu {
		margin-left: 10px;
	}
}
.lang-menu li {
	position: relative;
	text-transform: uppercase;
	padding: 0 5px;
}
.lang-menu li:after {
	content: "";
	position: absolute;
	right: -1px;
	top: 16%;
	bottom: 16%;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.lang-menu li:last-child:after {
	display: none;
}
.lang-menu li.active {
	font-weight: 700;
}

.header-inner .main-panel .nav-panel .lang-menu li:hover a {
	color: #242424;
}

.hamburger {
	display: none;
}
@media (max-width: 767px) {
	.hamburger {
		display: block;
		cursor: pointer;
		margin-left: 20px;
	}
	.hamburger span {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		background: #fff;
		width: 26px;
		height: 2px;
		margin: 5px auto;
		transition: all 0.2s ease;
	}
	.hamburger.opened span:nth-child(1) {
		-webkit-transform: translateY(7px) rotate(45deg);
		-ms-transform: translateY(7px) rotate(45deg);
		-o-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
	.hamburger.opened span:nth-child(2) {
		opacity: 0;
	}
	.hamburger.opened span:nth-child(3) {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		-ms-transform: translateY(-7px) rotate(-45deg);
		-o-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
}
@media (max-width: 575px) {
	.hamburger {
		margin-left: 15px;
	}
}

.mob-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 90px 20px;
	background: #ff0000;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 100;
}
@media (max-width: 767px) {
	.mob-menu {
		display: block;
	}
}
.mob-menu.opened {
	overflow-y: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.mob-menu .menu {
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.mob-menu .menu li {
	margin-bottom: 5px;
	transition: all 0.3 ease;
}
.mob-menu .menu li a:hover {
	color: #1b242b;
}
.mob-menu .menu li ul {
	padding: 5px 10px;
	text-transform: none;
}
.mob-menu .menu li ul li {
	position: relative;
	padding-left: 15px;
	transition: all 0.3 ease;
}
.mob-menu .menu li ul li:before {
	content: "";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-weight: 900;
	position: absolute;
	font-size: 18px;
	color: #fff;
	top: -2px;
	left: 0;
	transition: all 0.3 ease;
}
.mob-menu .menu li ul li:hover:before {
	color: #1b242b;
}
.mob-menu .social {
	display: none;
	margin-top: 15px;
}
@media (max-width: 575px) {
	.mob-menu .social {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		color: #fff;
	}
}
.mob-menu .social a {
	margin-right: 20px;
}
.mob-menu .social a:hover {
	color: #1b242b;
}

/* footer */
.footer-main {
	padding: 25px 0 35px;
	background: #19191a;
}
@media (max-width: 575px) {
	.footer-main {
		padding: 25px 0;
	}
}
.footer-main .footer-top {
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 7px;
}
@media (max-width: 767px) {
	.footer-main .footer-top {
		flex-direction: column;
	}
}
.footer-main .footer-top .logo {
	display: block;
}
.footer-main .footer-top .logo img {
	width: 165px;
}
@media (max-width: 575px) {
	.footer-main .footer-top .logo img {
		width: 130px;
	}
}
.footer-main .footer-top .footer-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
@media (max-width: 767px) {
	.footer-main .footer-top .footer-menu {
		margin: 20px 0;
	}
}
.footer-main .footer-top .footer-menu li {
	margin: 0 20px;
}
@media (max-width: 991px) {
	.footer-main .footer-top .footer-menu li {
		margin: 0 10px;
	}
}
.footer-main .footer-top .social {
	width: 165px;
	justify-content: flex-end;
}
@media (max-width: 991px) {
	.footer-main .footer-top .social {
		width: auto;
	}
}
@media (max-width: 767px) {
	.footer-main .footer-top .social {
		margin-bottom: 10px;
	}
}
.footer-main .footer-top .social a {
	margin-left: 25px;
}
@media (max-width: 575px) {
	.footer-main .footer-top .social a {
		margin: 0 10px;
	}
}
.footer-main .footer-bottom {
	padding-top: 14px;
	color: #8d8d8d;
	font-family: "Raleway", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.footer-main .footer-bottom p a {
	color: #ff0000;
}
.footer-main .footer-bottom p a:hover {
	color: #3b3d42;
}

.footer-inner .footer-top {
	padding: 80px 0 90px;
	background: #333333;
}
@media (max-width: 991px) {
	.footer-inner .footer-top {
		padding: 60px 0;
	}
}
@media (max-width: 767px) {
	.footer-inner .footer-top {
		padding: 40px 0;
	}
}
@media (max-width: 575px) {
	.footer-inner .footer-top {
		padding: 30px 0 20px;
	}
}
.footer-inner .footer-top .footer-row {
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-inner .footer-top .footer-row .column {
	width: calc((100% / 3) - 60px);
	font-family: "Ubuntu", Sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #A3A3A3;
}
@media (max-width: 991px) {
	.footer-inner .footer-top .footer-row .column {
		width: calc(50% - 60px);
	}
	.footer-inner .footer-top .footer-row .column:first-child {
		width: 100%;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.footer-inner .footer-top .footer-row .column {
		width: calc(50% - 20px);
	}
}
@media (max-width: 575px) {
	.footer-inner .footer-top .footer-row .column {
		width: 100% !important;
		margin-bottom: 15px;
	}
}
.footer-inner .footer-top .footer-row .column .logo {
	display: block;
	margin-bottom: 15px;
}
.footer-inner .footer-top .footer-row .column .logo img {
	width: 220px;
}
@media (max-width: 575px) {
	.footer-inner .footer-top .footer-row .column .logo img {
		width: 165px;
	}
}
.footer-inner .footer-top .footer-row .column .title {
	margin: 15px 0;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1.333px;
}
@media (max-width: 767px) {
	.footer-inner .footer-top .footer-row .column .title {
		font-size: 20px;
	}
}
.footer-inner .footer-top .footer-row .column .mail {
	color: #ff0000;
	display: block;
	margin-top: 3px;
}
.footer-inner .footer-top .footer-row .column .time {
	line-height: 1.8;
}
.footer-inner .footer-top .footer-row .column .time span {
	color: #ff0000;
	font-weight: 700;
}
.footer-inner .footer-bottom {
	padding: 20px 0;
	background: #ff0000;
	color: #FFFFFF;
	font-family: "Ubuntu", Sans-serif;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
.footer-inner .footer-bottom a:hover {
	color: #242424;
}

.top-btn {
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	width: 42px;
	height: 42px;
	background: #ff0000;
	border-radius: 50%;
	font-size: 25px;
	color: #fff;
}
@media (max-width: 575px) {
	.top-btn {
		bottom: 10px;
	}
}
.top-btn:hover {
	background: #bebebf;
	color: #ffffff;
}
.top-btn.show {
	opacity: 1;
	visibility: visible;
}

.main-section {
	position: relative;
}
@media (max-width: 575px) {
	.main-section {
		margin-top: 58px;
	}
}
.main-section .slider-arrows {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	z-index: 1;
	width: calc(100% - 26px);
}
@media (max-width: 575px) {
	.main-section .slider-arrows {
		top: auto;
		bottom: 0;
		left: 15px;
		transform: none;
		width: 60px;
	}
}
.main-section .slider-arrows button {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	padding: 0;
}
.main-section .slider-arrows button i {
	font-size: 40px;
	color: #fff;
}
.main-section .slider-arrows button:hover {
	border-color: #ff0000;
}
.main-section .slider-arrows button:hover i {
	color: #ff0000;
}
.main-section .main-slider {
	color: #fff;
}
.main-section .main-slider .slider-item {
	height: 100%;
	position: relative;
}
.main-section .main-slider .slider-item:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.main-section .main-slider .slider-item .container {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	overflow: hidden;
	min-height: 820px;
	padding: 70px 15px 20px;
}
@media (max-width: 1299px) {
	.main-section .main-slider .slider-item .container {
		padding: 70px 50px 20px;
	}
}
@media (max-width: 1199px) {
	.main-section .main-slider .slider-item .container {
		min-height: 640px;
	}
}
@media (max-width: 991px) {
	.main-section .main-slider .slider-item .container {
		min-height: 460px;
	}
}
@media (max-width: 575px) {
	.main-section .main-slider .slider-item .container {
		padding: 70px 15px 30px;
		min-height: 430px;
	}
}
.main-section .main-slider .slider-item .container .column {
	opacity: 0;
	visibility: hidden;
	transition: all 0.8s ease;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.main-section .main-slider .slider-item .container .column .title {
	font-family: "Raleway", Sans-serif;
	font-size: 50px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: 0px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.main-section .main-slider .slider-item .container .column .title {
		font-size: 30px;
	}
}
@media (max-width: 575px) {
	.main-section .main-slider .slider-item .container .column .title {
		font-size: 20px;
	}
}
.main-section .main-slider .slider-item .container .column .title span {
	font-size: 80px;
	font-weight: 800;
	letter-spacing: -0.3px;
	line-height: 1.2;
}
@media (max-width: 991px) {
	.main-section .main-slider .slider-item .container .column .title span {
		font-size: 50px;
	}
}
@media (max-width: 767px) {
	.main-section .main-slider .slider-item .container .column .title span {
		font-size: 44px;
	}
}
@media (max-width: 575px) {
	.main-section .main-slider .slider-item .container .column .title span {
		font-size: 36px;
	}
}
.main-section .main-slider .slick-slide.slick-current.slick-active .slider-item .column {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

.services-cards {
	padding-bottom: 80px;
	margin-top: -80px;
}
@media (max-width: 1199px) {
	.services-cards {
		padding-bottom: 60px;
	}
}
@media (max-width: 991px) {
	.services-cards {
		margin-top: 40px;
		padding-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.services-cards {
		margin-top: 30px;
		padding-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.services-cards {
		margin-top: 20px;
		padding-bottom: 20px;
	}
}
.services-cards .cards-row {
	justify-content: space-between;
	flex-wrap: wrap;
}
.services-cards .cards-row .column {
	width: calc(25% - 20px);
}
@media (max-width: 1199px) {
	.services-cards .cards-row .column {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
}
@media (max-width: 991px) {
	.services-cards .cards-row .column {
		width: calc(50% - 20px);
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.services-cards .cards-row .column {
		width: calc(50% - 4px);
		margin-bottom: 8px;
	}
}
@media (max-width: 575px) {
	.services-cards .cards-row .column {
		width: 100%;
		margin-bottom: 10px;
	}
}
.services-cards .cards-row .column .flip-container {
	perspective: 1000px;
	width: 100%;
	height: 346px;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.services-cards .cards-row .column .flip-container {
		height: 300px;
	}
}
.services-cards .cards-row .column .flip-container .flipper {
	width: 100%;
	height: 100%;
	transition: 1s;
	transform-style: preserve-3d;
	position: relative;
}
.services-cards .cards-row .column .flip-container .flipper .front, .services-cards .cards-row .column .flip-container .flipper .back {
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.services-cards .cards-row .column .flip-container .flipper .front img, .services-cards .cards-row .column .flip-container .flipper .back img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.services-cards .cards-row .column .flip-container .flipper .front .info, .services-cards .cards-row .column .flip-container .flipper .back .info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	position: relative;
	color: #fff;
	padding: 45px 28px 44px 28px;
	z-index: 2;
}
@media (max-width: 767px) {
	.services-cards .cards-row .column .flip-container .flipper .front .info, .services-cards .cards-row .column .flip-container .flipper .back .info {
		padding: 25px 20px;
	}
}
.services-cards .cards-row .column .flip-container .flipper .front .info i, .services-cards .cards-row .column .flip-container .flipper .back .info i {
	font-size: 50px;
}
@media (min-width: 576px) and (max-width: 767px) {
	.services-cards .cards-row .column .flip-container .flipper .front .info i, .services-cards .cards-row .column .flip-container .flipper .back .info i {
		font-size: 40px;
	}
}
.services-cards .cards-row .column .flip-container .flipper .front .info .title, .services-cards .cards-row .column .flip-container .flipper .back .info .title {
	font-family: "Raleway", Sans-serif;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: 0.9px;
}
.services-cards .cards-row .column .flip-container .flipper .front .info .title span, .services-cards .cards-row .column .flip-container .flipper .back .info .title span {
	font-weight: 800;
	letter-spacing: 1px;
}
.services-cards .cards-row .column .flip-container .flipper .front .info .description, .services-cards .cards-row .column .flip-container .flipper .back .info .description {
	color: #8d98a1;
	padding: 17px 0 30px;
}
.services-cards .cards-row .column .flip-container .flipper .front .info a, .services-cards .cards-row .column .flip-container .flipper .back .info a {
	font-family: "Raleway", Sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	color: #ff0000;
}
.services-cards .cards-row .column .flip-container .flipper .front .info a:hover, .services-cards .cards-row .column .flip-container .flipper .back .info a:hover {
	color: #ffffff;
}
.services-cards .cards-row .column .flip-container .flipper .front .info a i, .services-cards .cards-row .column .flip-container .flipper .back .info a i {
	font-size: 12px;
	color: #ffffff;
}
.services-cards .cards-row .column .flip-container .flipper .front {
	z-index: 2;
	transform: rotateY(0deg);
}
.services-cards .cards-row .column .flip-container .flipper .front .info {
	transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
	transform-style: preserve-3d;
	transform: rotateY(0deg) translateZ(0px);
}
.services-cards .cards-row .column .flip-container .flipper .back {
	transform: rotateY(180deg);
}
.services-cards .cards-row .column .flip-container .flipper .back .info {
	transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
	transform-style: preserve-3d;
	transform: rotateY(-180deg) translateZ(325px);
}
.services-cards .cards-row .column .flip-container .flipper .back:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(27, 36, 43, 0.85);
}
.services-cards .cards-row .column .flip-container .flipper .back .info {
	justify-content: center;
}
.services-cards .cards-row .column .flip-container:hover .flipper, .services-cards .cards-row .column .flip-container.hover .flipper {
	transform: rotateY(180deg);
}
.services-cards .cards-row .column .flip-container:hover .flipper .front .info, .services-cards .cards-row .column .flip-container.hover .flipper .front .info {
	transform: rotateY(180deg) translateZ(125px);
}
.services-cards .cards-row .column .flip-container:hover .flipper .back .info, .services-cards .cards-row .column .flip-container.hover .flipper .back .info {
	transform: rotateY(0deg) translateZ(0px);
}

.services-list {
	padding: 80px 0px;
	background: #f6f6f7 url(../img/services-list-bg.png) center no-repeat;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 991px) {
	.services-list {
		padding: 50px 0 25px;
	}
}
@media (max-width: 767px) {
	.services-list {
		padding: 40px 0 10px;
	}
}
@media (max-width: 575px) {
	.services-list {
		padding: 40px 0 0;
	}
}
.services-list .services-row {
	flex-wrap: wrap;
}
.services-list .services-row .info-column {
	width: 50%;
	flex-direction: column;
	align-items: flex-start;
}
@media (max-width: 991px) {
	.services-list .services-row .info-column {
		width: 100%;
		margin-bottom: 40px;
	}
}
.services-list .services-row .info-column .text {
	padding-right: 20px;
}
@media (max-width: 1199px) {
	.services-list .services-row .info-column .text {
		padding-right: 30px;
	}
}
@media (max-width: 991px) {
	.services-list .services-row .info-column .text {
		padding-right: 0;
	}
}
.services-list .services-row .info-column .text .section-subtitle {
	text-align: left;
}
.services-list .services-row .info-column .text h2 {
	max-width: 480px;
	text-align: left;
}
.services-list .services-row .info-column .text .description {
	margin: 32px 0 55px;
	max-width: 515px;
}
@media (max-width: 991px) {
	.services-list .services-row .info-column .text .description {
		margin: 32px 0 30px;
	}
}
@media (max-width: 575px) {
	.services-list .services-row .info-column .text .description {
		margin: 20px 0 25px;
	}
}
.services-list .services-row .list-column {
	flex-wrap: wrap;
	width: 50%;
	justify-content: space-between;
}
@media (max-width: 991px) {
	.services-list .services-row .list-column {
		width: 100%;
		margin-bottom: 40px;
	}
}
.services-list .services-row .list-column ul {
	width: calc(50% - 10px);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media (max-width: 575px) {
	.services-list .services-row .list-column ul {
		width: 100%;
	}
}
.services-list .services-row .list-column ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 13px;
	color: #1b242b;
}
.services-list .services-row .list-column ul li span {
	font-weight: bold;
}
.services-list .services-row .list-column ul li:before {
	content: "";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-weight: 900;
	position: absolute;
	font-size: 18px;
	color: #ff0000;
	top: -3px;
	left: 0;
}

.stages-section {
	padding: 80px 0px;
}
@media (max-width: 991px) {
	.stages-section {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	.stages-section {
		padding: 50px 0 30px;
	}
}
@media (max-width: 575px) {
	.stages-section {
		padding: 40px 0 30px;
	}
}
.stages-section .stages-row {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
@media (max-width: 767px) {
	.stages-section .stages-row {
		justify-content: center;
	}
}
.stages-section .stages-row .column {
	width: calc(25% - 20px);
}
@media (max-width: 1199px) {
	.stages-section .stages-row .column {
		width: calc(50% - 20px);
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.stages-section .stages-row .column {
		width: 100%;
		max-width: 320px;
	}
}
@media (max-width: 575px) {
	.stages-section .stages-row .column {
		margin-bottom: 20px;
	}
}
.stages-section .stages-row .column img {
	width: 100%;
	height: 270px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 20px;
}
@media (max-width: 1199px) {
	.stages-section .stages-row .column img {
		height: 370px;
	}
}
@media (max-width: 767px) {
	.stages-section .stages-row .column img {
		height: 260px;
	}
}
@media (max-width: 575px) {
	.stages-section .stages-row .column img {
		margin-bottom: 10px;
	}
}
.stages-section .stages-row .column p {
	color: #1b242b;
	font-family: "Raleway", Sans-serif;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.3;
}
@media (max-width: 575px) {
	.stages-section .stages-row .column p {
		font-size: 20px;
	}
}
.stages-section .stages-row .column p span {
	font-weight: 800;
	letter-spacing: 0.8px;
}

.discount-section {
	padding: 50px 0;
	background: #ff0000;
	text-align: center;
	color: #fff;
}
.discount-section p {
	max-width: 712px;
	margin: 10px auto 0;
}
.discount-section h2 {
	color: #fff;
}
.discount-section .btn {
	margin-top: 20px;
	color: #fff;
	background: #1b242b;
	border: 2px solid #1b242b;
}
.discount-section .btn:hover {
	background: #ff0000;
	border-color: #FFF;
}

.advantages-section {
	padding: 80px 0;
}
@media (max-width: 991px) {
	.advantages-section {
		padding: 50px 0;
	}
}
@media (max-width: 575px) {
	.advantages-section {
		padding: 40px 0 30px;
	}
}
.advantages-section .advantages-row {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
@media (max-width: 767px) {
	.advantages-section .advantages-row {
		margin-top: 30px;
	}
}
.advantages-section .advantages-row .column {
	width: calc((100% / 3) - 20px);
	padding: 50px 35px 45px 29px;
	background: #f6f6f7;
}
@media (max-width: 991px) {
	.advantages-section .advantages-row .column {
		width: calc((100% / 3) - 5px);
		padding: 30px 15px 35px 15px;
	}
}
@media (max-width: 767px) {
	.advantages-section .advantages-row .column {
		width: 100%;
		margin-bottom: 20px;
	}
}
.advantages-section .advantages-row .column .icon {
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #ff0000;
	color: #fff;
	font-size: 30px;
	width: 72px;
	height: 72px;
}
.advantages-section .advantages-row .column .title {
	margin: 28px 0 12px;
	color: #1b242b;
	font-family: "Raleway", Sans-serif;
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.1px;
}

.statistics-section {
	padding: 80px 0 0;
	background: #1b242b;
}
@media (max-width: 991px) {
	.statistics-section {
		padding: 50px 0 0;
	}
}
@media (max-width: 575px) {
	.statistics-section {
		padding: 40px 0 30px;
	}
}
.statistics-section h2 {
	color: #fff;
}
.statistics-section .section-subtitle {
	color: #757981;
}
.statistics-section .statistics-row {
	margin: 20px 0;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (max-width: 1199px) {
	.statistics-section .statistics-row {
		margin: 30px 0;
	}
}
@media (max-width: 575px) {
	.statistics-section .statistics-row {
		margin: 30px 0 0;
	}
}
.statistics-section .statistics-row .column {
	width: calc((100% / 3) - 10px);
	align-items: center;
	margin-bottom: 40px;
}
@media (max-width: 1199px) {
	.statistics-section .statistics-row .column {
		width: 100%;
	}
}
@media (max-width: 575px) {
	.statistics-section .statistics-row .column {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
}
.statistics-section .statistics-row .column .number {
	margin-right: 15px;
	color: #ff0000;
	font-family: "Raleway", Sans-serif;
	font-size: 80px;
	font-weight: 800;
	line-height: 1.2;
	position: relative;
	top: -7px;
	min-width: 98px;
}
@media (max-width: 1199px) {
	.statistics-section .statistics-row .column .number {
		min-width: 200px !important;
		text-align: right;
		margin-right: 25px;
	}
}
@media (max-width: 575px) {
	.statistics-section .statistics-row .column .number {
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
}
.statistics-section .statistics-row .column:last-child .number {
	min-width: 195px;
}
.statistics-section .statistics-row .column .description {
	color: #ffffff;
	font-family: "Raleway", Sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 1px;
	padding: 12px 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1199px) {
	.statistics-section .statistics-row .column .description {
		padding: 12px 25px;
	}
}
@media (max-width: 575px) {
	.statistics-section .statistics-row .column .description {
		width: 100%;
		border-left: none;
		text-align: center;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		max-width: 320px;
		margin: 0 auto;
	}
}
.statistics-section .statistics-row .column .description span {
	font-weight: 800;
	letter-spacing: 0.9px;
}
.statistics-section .images-row {
	flex-wrap: wrap;
}
.statistics-section .images-row img {
	width: 25%;
	height: 274px;
	object-fit: cover;
	object-position: center;
	display: block;
}
@media (max-width: 991px) {
	.statistics-section .images-row img {
		height: 170px;
	}
}
@media (max-width: 767px) {
	.statistics-section .images-row img {
		width: 50%;
		height: 230px;
	}
}
@media (max-width: 575px) {
	.statistics-section .images-row img {
		width: 100%;
		max-width: 320px;
		height: 260px;
		margin: 0 auto;
	}
}

.reviews-section {
	padding: 80px 0;
	background: #f6f6f7;
}
@media (max-width: 991px) {
	.reviews-section {
		padding: 50px 0;
	}
}
@media (max-width: 575px) {
	.reviews-section {
		padding: 40px 0 30px;
	}
}
.reviews-section .reviews-row {
	margin-top: 40px;
}
.reviews-section .reviews-row .column {
	padding: 40px 30px 48px 80px;
	background: #ffffff;
	position: relative;
	height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.reviews-section .reviews-row .column {
		padding: 40px 15px 30px 50px;
	}
}
@media (max-width: 575px) {
	.reviews-section .reviews-row .column {
		padding: 40px 15px 30px 50px;
	}
}
.reviews-section .reviews-row .column i {
	position: absolute;
	top: 30px;
	left: 30px;
	color: #ff0000;
	font-size: 28px;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.reviews-section .reviews-row .column i {
		left: 15px;
	}
}
@media (max-width: 575px) {
	.reviews-section .reviews-row .column i {
		left: 15px;
	}
}
.reviews-section .reviews-row .column .name {
	color: #1b242b;
	font-weight: 700;
	margin: 17px 0 0;
}
.reviews-section .reviews-row .column .date {
	font-style: italic;
}

.order-section {
	padding: 60px 0 70px;
}
@media (max-width: 991px) {
	.order-section {
		padding: 50px 0;
	}
}
@media (max-width: 575px) {
	.order-section {
		padding: 40px 0;
	}
}
.order-section .order-row {
	flex-wrap: wrap;
	align-items: center;
}
.order-section .order-row .image {
	width: 30%;
}
@media (max-width: 767px) {
	.order-section .order-row .image {
		width: 100%;
		margin-bottom: 30px;
	}
}
.order-section .order-row .image img {
	margin: 0 auto;
	display: block;
}
.order-section .order-row .column {
	width: 70%;
	padding-left: 50px;
}
@media (max-width: 767px) {
	.order-section .order-row .column {
		width: 100%;
		padding-left: 0;
	}
}
.order-section .order-row .column h2 {
	text-align: left;
}
.order-section .order-row .column .phone {
	color: #ff0000;
	font-family: "Raleway", Sans-serif;
	font-size: 38px;
	font-weight: 800;
	letter-spacing: 0px;
	line-height: 1.1;
	margin: 5px 0 15px;
}
@media (max-width: 767px) {
	.order-section .order-row .column .phone {
		font-size: 32px;
	}
}
@media (max-width: 575px) {
	.order-section .order-row .column .phone {
		font-size: 30px;
	}
}
@media (max-width: 359px) {
	.order-section .order-row .column .phone {
		font-size: 28px;
	}
}
.order-section .order-row .column .btn {
	font-family: "Raleway", Sans-serif;
	font-weight: 600;
	margin-top: 35px;
	min-width: 270px;
}
@media (max-width: 991px) {
	.order-section .order-row .column .btn {
		margin-top: 20px;
	}
}
@media (max-width: 575px) {
	.order-section .order-row .column .btn {
		width: 100%;
	}
}

.contacts-section {
	padding: 55px 0 45px;
	background: #ff0000;
	color: #fff;
}
@media (max-width: 991px) {
	.contacts-section {
		padding: 50px 0 20px;
	}
}
.contacts-section .contacts-row {
	flex-wrap: wrap;
	justify-content: space-between;
}
.contacts-section .contacts-row .column {
	width: calc((100% / 3) - 10px);
	justify-content: center;
	font-family: "Raleway", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.7px;
}
@media (max-width: 991px) {
	.contacts-section .contacts-row .column {
		justify-content: flex-start;
		width: 100%;
		margin-bottom: 30px;
	}
}
@media (max-width: 1199px) {
	.contacts-section .contacts-row .column br {
		display: none;
	}
}
.contacts-section .contacts-row .column i {
	font-size: 36px;
	margin-right: 15px;
}
@media (max-width: 991px) {
	.contacts-section .contacts-row .column i {
		margin-right: 25px;
		width: 35px;
	}
}
.contacts-section .contacts-row .column .title {
	font-weight: 600;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.contacts-section .contacts-row .column a:hover {
	color: #fff;
}

.map-section {
	width: 100%;
	height: 300px;
}
.map-section #map {
	width: 100%;
	height: 100%;
}
.map-section #map iframe {
	width: 100%;
	height: 100%;
}
.map-section.contact {
	height: 550px;
}

.content-inner {
	font-family: Ubuntu, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0px;
	color: #888888;
}
@media (max-width: 767px) {
	.content-inner {
		padding-top: 70px;
	}
}
.content-inner h2 {
	color: #242424;
	font-family: "Ubuntu", Sans-serif;
	font-size: 34px;
	font-weight: 400;
	text-transform: none;
}
.content-inner h2.service {
	font-size: 40px;
	text-align: left;
}

.breadcrumbs {
	margin: 28px 0px;
	font-family: "Open Sans", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5;
}
@media (max-width: 575px) {
	.breadcrumbs {
		font-size: 12px;
	}
}

.breadcrumbs .breadcrumbs__link {
	color: #242424;
}

.breadcrumbs .breadcrumbs__link:hover {
	color: #3d4df4;
}

.breadcrumbs .breadcrumbs__separator {
	color: #978888;
	margin: 0 10px;
	position: relative;
	top: -1px;
}

@media (max-width: 575px) {
	.breadcrumbs .breadcrumbs__separator {
		margin: 0 1px;
	}
}

.breadcrumbs .breadcrumbs__current {
	color: #978888;
}

.services-section {
	padding: 28px 0 70px;
}
@media (max-width: 1199px) {
	.services-section {
		padding: 0 0 60px;
	}
}
@media (max-width: 767px) {
	.services-section {
		padding: 0 0 30px;
	}
}
.services-section .subtitle {
	max-width: 850px;
	text-align: center;
	color: #7A7A7A;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.4;
	margin: 17px auto 0;
}
.services-section .services-row {
	margin-top: 32px;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (max-width: 575px) {
	.services-section .services-row {
		margin-top: 25px;
	}
}
.services-section .services-row .column {
	width: calc(25% - 20px);
	position: relative;
	overflow: hidden;
	color: #fff;
	height: 270px;
	margin-bottom: 30px;
	text-align: center;
}
@media (max-width: 1199px) {
	.services-section .services-row .column {
		width: calc(25% - 10px);
		margin-bottom: 15px;
	}
}
@media (max-width: 991px) {
	.services-section .services-row .column {
		width: calc(50% - 10px);
	}
}
@media (max-width: 767px) {
	.services-section .services-row .column {
		width: calc(50% - 7px);
	}
}
@media (max-width: 575px) {
	.services-section .services-row .column {
		width: 100%;
	}
}
.services-section .services-row .column .front {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
	transform: scaleX(1) scaleY(1);
	padding: 0px 15px 0px 15px;
}
.services-section .services-row .column .back {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fb2626;
	width: 100%;
	height: 100%;
	transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
	transform: scaleX(1.2) scaleY(1.2);
	padding: 20px;
	position: relative;
}
.services-section .services-row .column:hover .front {
	opacity: 0;
	transform: scaleX(0.5) scaleY(0.5);
	padding: 20px;
}
.services-section .services-row .column:hover .back {
	transform: scaleX(1) scaleY(1);
}
.services-section .services-row .column .description {
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.services-section .services-row .column .title {
	font-family: "Ubuntu", Sans-serif;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 10px 0;
}
.services-section .services-row .column .icon {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	height: 62px;
}
.services-section .services-row .column img {
	height: auto;
	max-height: 100%;
	width: auto;
}
.services-section .services-row .column .btn {
	font-family: "Ubuntu", Sans-serif;
	font-size: 11px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 8px 20px;
	color: #FFFFFF;
	background: #fb2626;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	position: relative;
	z-index: 2;
}
.services-section .services-row .column .btn:hover {
	background: #fff;
	color: #242424;
}

.services-inner .description-row {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 7px;
}

.services-inner .description ul,
.services-inner .description ol {
    padding-left: 20px;
    margin: 10px 0;
}

.services-inner .description ul {
    list-style: disc;	
}
.services-inner .description ol {
    list-style: decimal;
}

@media (max-width: 991px) {
	.services-inner .description-row {
		margin-bottom: 20px;
	}
}
.services-inner .description-row .description {
	width: 65%;
	color: #242424;
	font-family: "Ubuntu", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
}
@media (max-width: 767px) {
	.services-inner .description-row .description {
		width: 100%;
		margin-bottom: 25px;
	}
}
.services-inner .description-row .description p {
	margin-top: 20px;
}
.services-inner .description-row .list {
	width: 30%;
}
@media (max-width: 767px) {
	.services-inner .description-row .list {
		width: 100%;
	}
}
.services-inner .description-row .list ul li {
	position: relative;
	padding-left: 22px;
	color: #888888;
	font-family: "Ubuntu", Sans-serif;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.46;
	margin-bottom: 12px;
}
.services-inner .description-row .list ul li:before {
	content: "";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-weight: 900;
	position: absolute;
	font-size: 18px;
	color: #ff0000;
	top: -3px;
	left: 0;
}
.services-inner .sl-wrapper {
	position: relative;
}
.services-inner .sl-wrapper .service-slider .column {
	height: 550px;
}
@media (max-width: 991px) {
	.services-inner .sl-wrapper .service-slider .column {
		height: 400px;
	}
}
@media (max-width: 767px) {
	.services-inner .sl-wrapper .service-slider .column {
		height: 320px;
	}
}
.services-inner .sl-wrapper .service-slider .column img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.services-inner .sl-wrapper .slider-arrows {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 30px);
}
@media (max-width: 575px) {
	.services-inner .sl-wrapper .slider-arrows {
		width: 110%;
		transform: none;
		top: auto;
		left: 15px;
		bottom: 15px;
		width: 110px;
	}
}
.services-inner .sl-wrapper .slider-arrows button {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	transition: all 0.3s ease;
	padding: 0;
}
.services-inner .sl-wrapper .slider-arrows button i {
	font-size: 18px;
	color: #242424;
}
.services-inner .sl-wrapper .slider-arrows button:hover {
	background: #ff0000;
}
.services-inner .sl-wrapper .slider-arrows button:hover i {
	color: #fff;
}
.services-inner .order {
	min-height: 470px;
	padding: 40px 0;
	justify-content: center;
	align-items: center;
}
.services-inner .order .column {
	align-items: flex-start;
}
@media (max-width: 767px) {
	.services-inner .order .column {
		flex-wrap: wrap;
		padding: 20px 0;
	}
}
.services-inner .order .column p {
	color: #FFFFFF;
	font-family: "Ubuntu", Sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.46em;
	width: calc(100% - 200px);
	max-width: 900px;
}
@media (max-width: 767px) {
	.services-inner .order .column p {
		width: 100%;
	}
}
.services-inner .order .column a {
	margin-left: 55px;
	flex-shrink: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #ff0000;
	color: #FFFFFF;
	font-family: "Ubuntu", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.services-inner .order .column a {
		margin-left: auto;
		margin-top: 40px;
	}
}
.services-inner .order .column a:hover {
	background: #242424;
}

.reviews-inner {
	padding: 50px 0 45px;
}
.reviews-inner .reviews-row {
	margin-top: 40px;
}
.reviews-inner .reviews-row .column {
	height: 100%;
	text-align: center;
	font-family: "Ubuntu", Sans-serif;
	margin-bottom: 25px;
}
@media (max-width: 767px) {
	.reviews-inner .reviews-row .column {
		width: 100%;
	}
}
.reviews-inner .reviews-row .column img {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}
.reviews-inner .reviews-row .column .comment {
	margin: 36px 0 5px;
	position: relative;
	color: #888888;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.46;
	padding-left: 27px;
}
.reviews-inner .reviews-row .column .comment:before {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-weight: 900;
	top: -12px;
	left: 0;
	color: #ff0000;
	font-size: 24px;
}
.reviews-inner .reviews-row .column .name {
	color: #242424;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.46;
	text-transform: uppercase;
}

.blog-section {
	padding-bottom: 70px;
}
@media (max-width: 991px) {
	.blog-section {
		padding-bottom: 40px;
	}
}
@media (max-width: 575px) {
	.blog-section {
		padding-bottom: 20px;
	}
}
.blog-section .blog-block {
	padding: 35px 0 50px;
	max-width: 770px;
	margin: 0 auto;
	border-top: 1px solid #ebeced;
}
@media (max-width: 575px) {
	.blog-section .blog-block {
		padding: 30px 0;
	}
}
.blog-section .blog-block:first-child {
	padding: 25px 0 50px;
	border-top: 0;
}
@media (max-width: 767px) {
	.blog-section .blog-block:first-child {
		padding: 0 0 50px;
	}
}
@media (max-width: 575px) {
	.blog-section .blog-block:first-child {
		padding: 0 0 30px;
	}
}
.blog-section .blog-block .post-title {
	font-size: 28px;
	font-weight: 300;
	color: #242424;
}
@media (max-width: 575px) {
	.blog-section .blog-block .post-title {
		line-height: 1.3;
	}
}
.blog-section .blog-block .post-title:hover {
	color: #ff0000;
}
.blog-section .blog-block .subtitle {
	flex-wrap: wrap;
	margin: 16px 0 32px;
	color: #242424;
}
@media (max-width: 575px) {
	.blog-section .blog-block .subtitle {
		margin: 15px 0;
	}
}
.blog-section .blog-block .subtitle span {
	color: #ff0000;
}
.blog-section .blog-block .subtitle p {
	margin-right: 20px;
}
.blog-section .blog-block .subtitle a {
	color: #ff0000;
}
.blog-section .blog-block .subtitle a:hover {
	color: #242424;
}
.blog-section .blog-block .image {
	display: block;
	width: 100%;
	height: 430px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.blog-section .blog-block .image {
		height: 350px;
	}
}
@media (max-width: 575px) {
	.blog-section .blog-block .image {
		height: 260px;
	}
}
.blog-section .blog-block .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.blog-section .blog-block .description {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 18px;
	margin: 30px 0 17px;
}
@media (max-width: 575px) {
	.blog-section .blog-block .description {
		font-size: 16px;
		margin: 15px 0 17px;
	}
}
.blog-section .blog-block .note {
	justify-content: flex-end;
}
.blog-section .blog-block .note .btn {
	margin-left: auto;
	font-weight: 300;
	font-size: 13px;
	font-family: Ubuntu, sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	background: #ff0000;
	border-radius: 4px;
	padding: 10px 20px;
}
.blog-section .blog-block .note .btn:hover {
	background: rgba(255, 0, 0, 0.8);
}
.blog-section .pagination {
	border-top: 1px solid #ebeced;
}
.blog-section .pagination ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 40px 0;
}
.blog-section .pagination ul li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.blog-section .pagination ul li span,
.blog-section .pagination ul li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ebeced;
	width: 33px;
	height: 33px;
	font-size: 14px;
	font-weight: 400;
	color: #242424;
	margin: 0px 5px;
	border-radius: 4px;
	color: #242424;
}
.blog-section .pagination ul li span.current, 
.blog-section .pagination ul li a:hover {
	background: #ebeced;
}
.blog-section .pagination ul li a.prev, .blog-section .pagination ul li a.next {
	display: block;
	height: auto;
	width: auto;
	border: none;
	background: transparent;
	color: #ff0000;
}

.blog-section .pagination ul li a.prev {
	margin: 0 20px 0 0;
}

@media (max-width: 575px) {
	.blog-section .pagination ul li a.prev {
		margin: 0 10px 0 0;
	}
}

.blog-section .pagination ul li a.next {
	margin: 0 0 0 20px;
}

@media (max-width: 575px) {
	.blog-section .pagination ul li a.next {
		margin: 0 0 0 10px;
	}
}

.blog-section .pagination ul li a.prev:hover, .blog-section .pagination ul li a.next:hover {
	color: #242424;
}

.blog-inner {
	padding-bottom: 16px;
}
.blog-inner .article-block {
	padding: 24px 0 50px;
	max-width: 770px;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.blog-inner .article-block {
		padding: 0 0 20px;
	}
}
.blog-inner .article-block .post-title {
	font-size: 30px;
	font-weight: 300;
	color: #242424;
}
@media (max-width: 575px) {
	.blog-inner .article-block .post-title {
		line-height: 1.3;
	}
}
.blog-inner .article-block .subtitle {
	flex-wrap: wrap;
	margin: 13px 0 35px;
	color: #242424;
}
.blog-inner .article-block .subtitle span {
	color: #ff0000;
}
@media (max-width: 575px) {
	.blog-inner .article-block .subtitle {
		margin: 15px 0;
	}
}
.blog-inner .article-block .subtitle p {
	margin-right: 20px;
}
.blog-inner .article-block .subtitle a {
	color: #ff0000;
}
.blog-inner .article-block .subtitle a:hover {
	color: #242424;
}
.blog-inner .article-block .main-img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.blog-inner .article-block .text-block {
	font-size: 18px;
	padding-bottom: 45px;
}
@media (max-width: 575px) {
	.blog-inner .article-block .text-block {
		font-size: 16px;
		padding-bottom: 25px;
	}
}
.blog-inner .article-block .text-block p {
	margin-bottom: 20px;
}
.blog-inner .article-block .text-block img {
	width: 100%;
	height: auto;
}
.blog-inner .article-block .nav-block {
	flex-wrap: wrap;
	padding: 50px 0 45px;
	border-top: 1px solid #ebeced;
	border-bottom: 1px solid #ebeced;
}
@media (max-width: 575px) {
	.blog-inner .article-block .nav-block {
		padding: 30px 0 10px;
	}
}
.blog-inner .article-block .nav-block .column {
	width: calc(50% - 10px);
	justify-content: space-between;
}
@media (max-width: 575px) {
	.blog-inner .article-block .nav-block .column {
		width: 100%;
		margin-bottom: 20px;
	}
}
.blog-inner .article-block .nav-block .column .arrow {
	padding-top: 32px;
	color: #3b3d42;
}
.blog-inner .article-block .nav-block .column .item {
	width: 90%;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ff0000;
}
.blog-inner .article-block .nav-block .column .item:first-child {
	text-align: right;
}
.blog-inner .article-block .nav-block .column .item .title {
	color: #3b3d42;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	text-transform: none;
	margin-top: 10px;
}
.blog-inner .article-block .nav-block .column .item .title:hover {
	color: #ff0000;
}

.contact {
	padding-top: 27px;
}
@media (max-width: 991px) {
	.contact {
		padding-top: 0;
	}
}
.contact .contact-row {
	margin-top: 25px;
	padding-bottom: 45px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact .contact-row .column {
	width: calc(50% - 40px);
}
@media (max-width: 991px) {
	.contact .contact-row .column:nth-child(1) {
		width: 55%;
	}
	.contact .contact-row .column:nth-child(2) {
		width: 40%;
	}
}
@media (max-width: 767px) {
	.contact .contact-row .column {
		width: 100% !important;
	}
	.contact .contact-row .column:nth-child(1) {
		margin-bottom: 40px;
	}
}
.contact .contact-row .column p {
	color: #7A7A7A;
	font-family: "Ubuntu", Sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.9;
	margin-bottom: 6px;
}
.contact .contact-row .column .title {
	margin-bottom: 18px;
	color: #242424;
	font-family: "Ubuntu", Sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.46;
}
.contact .contact-row .column .links {
	font-family: "Ubuntu", Sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.46;
	color: #ff0000;
	margin: 18px 0 43px;
	line-height: 1.7;
}
@media (max-width: 575px) {
	.contact .contact-row .column .links {
		margin: 18px 0 25px;
	}
}
.contact .contact-row .column .links a {
	display: block;
}
.contact .contact-row .column .links a:hover {
	color: #242424;
}
.contact .contact-row .column .btn {
	font-family: "Ubuntu", Sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #242424;
	border-radius: 4px;
	padding: 9px 24px;
	margin-top: 30px;
}
.contact .contact-row .column .btn:hover {
	color: #FFFFFF;
	background: #ff0000;
}
.contact .contact-row .column form {
	font-family: "Ubuntu", Sans-serif;
}
.contact .contact-row .column form label {
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
}
.contact .contact-row .column form label input {
	width: 100%;
	height: 100%;
	border: 1px solid #ebeced;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 300;
	padding: 15px 20px;
	background: #F7F7F7;
	color: #888888;
}
.contact .contact-row .column form label.message {
	height: 210px;
	margin-bottom: 0;
}
.contact .contact-row .column form label.message textarea {
	width: 100%;
	height: 100%;
	border: 1px solid #ebeced;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 300;
	padding: 15px 20px;
	background: #F7F7F7;
	color: #888888;
}

.error-page .container {
	padding: 0 15px 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.error-page .container .column {
	text-align: center;
	width: 50%;
	font-size: 26px;
}
@media (max-width: 767px) {
	.error-page .container .column {
		font-size: 24px;
	}
}
@media (max-width: 575px) {
	.error-page .container .column {
		width: 100%;
	}
	.error-page .container .column:first-child {
		margin-bottom: 40px;
	}
}
.error-page .container .column .title {
	font-size: 60px;
	line-height: 1.2;
	color: #242424;
}
@media (max-width: 991px) {
	.error-page .container .column .title {
		font-size: 58px;
	}
}
@media (max-width: 767px) {
	.error-page .container .column .title {
		font-size: 40px;
	}
}
.error-page .container .column .note {
	font-size: 16px;
	line-height: 1.2;
	margin: 20px 0;
}
@media (max-width: 767px) {
	.error-page .container .column .note {
		font-size: 12px;
	}
}
.error-page .container .column .btn {
	font-family: "Ubuntu", Sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #242424;
	border-radius: 4px;
	padding: 9px 24px;
}
.error-page .container .column .btn:hover {
	color: #FFFFFF;
	background: #ff0000;
}

footer {
	overflow: hidden;
}

.reviews-slider .slick-slide {
	margin: 0 10px;
}
@media (max-width: 575px) {
	.reviews-slider .slick-slide {
		margin: 0;
	}
}

.reviews-arrows {
	margin: 20px 0 0 5px;
	width: 110px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.reviews-arrows button {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #fff;
	border: 1px solid #bcbcbc;
	border-radius: 50%;
	transition: all 0.3s ease;
	padding: 0;
}
.reviews-arrows button i {
	font-size: 18px;
	color: #242424;
}
.reviews-arrows button:hover {
	background: #ff0000;
	border-color: #ff0000;
}
.reviews-arrows button:hover i {
	color: #fff;
}

/* modal */
.modal form {
	font-family: "Ubuntu", Sans-serif;
	padding: 20px 30px;
}

@media (max-width: 575px) {
	.modal form {
		padding: 20px 10px;
	}
}

@media (max-width: 440px) {
	.modal form {
		padding: 20px 0;
	}
}

.modal form h3 {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
	color: #242424;
}
.modal form label {
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
}
.modal form label input {
	width: 100%;
	height: 100%;
	border: 1px solid #ebeced;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 300;
	padding: 15px 20px;
	background: #F7F7F7;
	color: #888888;
}
.modal form label.message {
	height: 100px;
	margin-bottom: 20px;
}
.modal form label.message textarea {
	width: 100%;
	height: 100%;
	border: 1px solid #ebeced;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 300;
	padding: 15px 20px;
	background: #F7F7F7;
	color: #888888;
}

.modal form .btn {
	max-width: none;
	width: 100%;
	font-weight: 600;
}


.next.page-numbers i {
	position: relative;
	top: 1px;
}

.sucess {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	margin: 80px 50px;
	padding: 25px;
	background: #fff;
	border: 2px solid #ff0000;
	color: #242424;
	border-radius: 10px;
	font-size: 18px;
	text-align: center;
}

@media (max-width: 575px) {
	.sucess {
		margin: 80px 30px;
		padding: 25px 15px;
	}
}

.sucess p:last-child {
	font-size: 14px;
}

/*for admin panel wp*/
.customize-support .content {
	margin: 0;
}
.customize-support header {
	top: 32px;
}
.customize-support .header-inner .main-panel.sticky {
	top: 30px;
}
