/* All */
body {
	unicode-bidi: embed;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-family: 'Assistant', sans-serif;
}
p {
	line-height: 1.2;
}
p:last-of-type {
	margin-bottom: 0;
}
a {
	color: inherit;
}
a:hover, a:focus {
	color: inherit;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
div.wpcf7 .ajax-loader {
	position: absolute;
}
body:not([class*=elementor-page-]) .site-main {
	max-width: 100%;
}
.redbutton {
	display: inline-block;
	color: #fff;
	background-color: #ff0000;
	border-radius: 40px;
	padding: 15px 40px;
}
.contact-line {
	background-color: #E41F25;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #E6E6E6;
	font-size: 42px;
}
.contact-line .wpcf7-form .cl-main-p {
	display: flex;
	align-items: center;
}
.contact-line .wpcf7-form .cl-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cl-acceptance {
	font-size: 14px;
}
.contact-line .wpcf7-submit {
	background-color: #DBD9DA;
	border-radius: 40px;
	border: none;
	color: #000;
	font-size: 28px;
	padding: 15px 50px;
}
.contact-line .wpcf7-submit:hover {
	background-color: #DBD9DA;
}
.contact-line span.wpcf7-not-valid-tip {
	color: #fff;
}
.contact-line .wpcf7-email {
	background-color: transparent;
	border-width: 0 0 1px 0;
	border-radius: 0;
	font-size: 42px;
	width: 350px;
	border-color: #E6E6E6;
}
.contact-line ::-moz-placeholder {color: #E6E6E6}
.contact-line :-ms-input-placeholder {color: #E6E6E6}
.contact-line :-moz-placeholder {color: #E6E6E6}
.contact-line ::-webkit-input-placeholder {color: #E6E6E6}
.contact-line ::placeholder {color: #E6E6E6}
.bg-gradient {
	background: transparent linear-gradient(0deg, #ffffff 75%, #EAEAEA 100%) 0% 0% no-repeat padding-box;
}
.site-branding {
	max-width: 450px;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
	background-color: inherit;
}
.bmr {
	margin-right: 10%;
}
.breadcrumbs {
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}
.bc-between {
	color: #ff0000;
	padding-left: 10px;
	padding-right: 10px;
}
/* Full Menu */
.admin-bar #full-menu {
	top: 32px;
}
#full-menu {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #95989A;
	color: #fff;
	min-width: 300px;
	transform: translateX(-100%);
	transition: .5s transform;
	z-index: 1;
}
#full-menu.full-menu-active {
	transform: translateX(0%);
}
#full-menu>div {
	height: 90%;
	overflow-y: auto;
}
#full-menu ul {
	list-style: none;
	padding-right: 0;
}
#full-menu .sub-menu {
	display: none;
}
#full-menu .menu-item-has-children {

	position: relative;
}
.sub-menu-toggle-wrapper {
	padding: 5px 10px;
	position: absolute;
	left: 30%;
	top: 5px;
	cursor: pointer;
}
.sub-menu-toggle {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	transform: rotate(135deg);
	transition: .3s transform;
}
.sub-menu-toggle-wrapper.sub-menu-toggle-active .sub-menu-toggle {
	transform: rotate(45deg);
}
#full-menu .menu>li {
	border-bottom: 1px solid #DBDBDB;
}
#full-menu .menu>li a {
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
#full-menu .sub-menu li {
	border-bottom: 1px solid #DBDBDB;
}
#full-menu .sub-menu li:first-child {
	border-top: 1px solid #DBDBDB;
}
#full-menu .sub-menu li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#full-menu .menu>li>.sub-menu {
	background-color: #bbbdbe;
}
#full-menu .menu>li>.sub-menu>li>.sub-menu {
	background-color: #a6a8aa;
}
#full-menu .menu>li>.sub-menu>li>a {
	padding-right: 40px;
}
#full-menu .menu>li>.sub-menu>li>.sub-menu a {
	padding-right: 60px;
}
/* Header */
.site-header {
	max-width: 95%;
	align-items: center;
}
#header-phone {
	color: #fff;
	background-color: #ff0000;
	border-radius: 40px;
	padding: 20px 40px;
	font-size: 28px;
	font-weight: 700;
	margin-right: 50px;
	margin-left: 95px;
}
.site-navigation {
	color: #000;
}
.site-navigation a:hover {
	color: #ff0000;
}
#header-burger {
	cursor: pointer;
}
#header-burger span {
	background-color: #343638;
	height: 4px;
	display: block;
	width: 33px;
}
#header-burger span:nth-child(2) {
	width: 20px;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}
.site-navigation ul.menu li.menu-item-has-children {
	padding-right: 0;
}
.site-navigation ul.menu li.menu-item-has-children:after {
	content: none;
}
.site-navigation ul.menu li ul {
	min-width: 220px;
}
.site-navigation ul.menu li ul ul {
	right: 100%;
}

/* Footer */
#footer-contact-wrapper {
	display: flex;
	flex-wrap: wrap;
}
#fc-right {
	width: 50%;
	padding: 50px 10%;
	background-color: #EDEDED;
}
#fc-title {
	color: #ff0000;
	font-size: 28px;
}
#footer-contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
#footer-contact p {
	width: 100%;
}
#footer-contact p.fc-half {
	width: 48%;
}
#footer-contact p:last-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#footer-contact label {
	width: 100%;
}
#footer-contact input {
	border: none;
	font-size: 24px;
}
#footer-contact .wpcf7-submit {
	border: 1px solid #EC1C24;
	border-radius: 40px;
	color: #000;
	font-size: 28px;
	padding: 8px 50px;
}
#footer-contact .wpcf7-submit:hover {
	background-color: transparent;
}
#fc-left-wrapper {
	width: 50%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #F6F7F7;
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
}
#fc-left {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
}
#footer-social {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
}
.fc-item {
	font-size: 40px;
	width: 20%;
}
.fci-text {
	min-height: 110px;
	font-size: 20px;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	padding-top: 15px;
	padding-bottom: 15px;
}
.fci-text p {
	margin-bottom: 0;
}
#footer-menus {
	background-color: #95989A;
	padding: 100px 200px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	line-height: 2;
}
.fm-title {
	font-weight: bold;
	font-size: 27px;
}
#footer-menus ul {
	list-style: none;
	padding-right: 0;
}
#fm-main .menu {
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
}
#fm-main .sub-menu {
	font-weight: normal;
}
#fm-main {
	width: 66.66%;
}
#fm-left {
	width: 33.33%;
}
#fm-main .menu>li {
	margin-top: 30px;
	width: 25%;
	padding-left: 10px;
}
#fm-left .menu {
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
}
#fm-left .sub-menu {
	font-weight: normal;
}
#fm-left .menu>li {
	margin-top: 30px;
	width: 50%;
	padding-left: 10px;
}
.fm-second-title {
	font-weight: bold;
	font-size: 27px;
	margin-top:30px;
}
.fm-trust-logos {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.fm-trust-logos img {
	max-height: 100px;
	width: auto;
}
#credit {
	max-width: 80%;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
	color: #95989A;
	font-size: 27px;
}
/* Home */
#hp-slider .slick-track {
	display: flex;
}
.hps-item-wrapper {
	background: transparent linear-gradient(178deg, #EAEAEA 0%, #EDEDED 100%) 0% 0% no-repeat padding-box;
	background: linear-gradient(45deg, rgba(136,133,132,1) 0%, rgba(255,255,255,1) 40%);
	height: inherit;
}
.hps-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hps-right {
	/*width: 33.333%;*/
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 70px 70px 30px 30px;
}
.hps-title {
	font-size: 56px;
	font-weight: 800;
	/*max-width: 50%;*/
	line-height: 1.2;
}
.hps-icons {
	display: flex;
}
.hps-icon+.hps-icon {
	margin-right: 10px;
}
.hps-left {
	/*width: 66.666%;*/
	width: 55%;
	padding-left: 5%;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 500px;
}
.hps-left img {
	max-height: 500px;
	width: auto;
}
.hps-right-arrow, .hps-left-arrow {
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%);
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
	z-index: 1;
	font-size: 30px;
	color: #000;
}
.hps-right-arrow:hover, .hps-left-arrow:hover {
	background-color: transparent;
	color: #000;
}
.hps-right-arrow {
	right: 25px;
}
.hps-left-arrow {
	left: 25px;
}
#hp-main-content-wrapper {
	background: transparent linear-gradient(0deg, #EAEAEA 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	padding-bottom: 50px;
}
#hp-main-content {
	font-size: 35px;
	text-align: center;
	max-width: 66%;
	margin: 100px auto;
	font-weight: bold;
}
#home-cats {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	max-width: 66%;
	margin-left: auto;
	margin-right: auto;
}
.hc-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.hci-button {
	max-width: 100%;
	height: 70px;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	font-weight: bold;
	position: relative;
	padding: 0 20px 0 40px;
}
.hci-button .fas {
	font-size: 16px;
	margin-right: auto;
	position: absolute;
	left: 20px;
}
.hci-icon {
	height: 200px;
    display: flex;
    align-items: center;
}
#hp-logos-wrapper {
	width: 100%;
	padding-top: 90px;
	padding-bottom: 90px;
}
.slick-initialized .slick-slide.hp-logo {
	display: flex;
	align-items: center;
	height: 70px;
}
#hp-logos img {
	margin-left: auto;
	margin-right: auto;
	max-height: 70px;
	width: auto;
}
[dir='rtl'] .slick-prev {
	right: 0;
}
[dir='rtl'] .slick-next {
	left: 0;
}
#hp-news-wrapper {
	padding: 60px 140px;
	background-color: #EDEDED;
}
#hp-news-wrapper .news-item {
	background-color: #fff;
}
#news-wrapper {
	padding: 40px 140px;
}
#news {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#news-title {
	text-align: center;
	font-weight: bold;
}
#news-title:after {
	content: '';
	background-color: #000;
	height: 1px;
	width: 100%;
	display: block;
	margin-top: 30px;
}
.news-item {
	width:49%;
	background-color: #F6F7F7;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 30px;
}
.news-thumb {
	width: 30%;
	display: flex;
    align-self: stretch;
}
.news-thumb img {
	height: 100%;
    object-fit: cover;
}
.news-left {
	width: 70%;
	padding: 35px 100px;
}
.news-title {
	color: #ff0000;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.readmore {
	color: #ff0000;
}
#news-more {
	text-align: center;
	color: #95989A;
	font-size: 28px;
	margin-top: 50px;
}
#hp-testimonials {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 80%;
	margin: 100px auto;
}
#hp-testimonials .slick-track {
	display: flex;
}
#hp-testimonials .slick-slide {
	height: inherit;
}
.hpt-logo {
	text-align: center;
}
.hpt-logo {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hpt-logo img {
	max-height: 60px;
	width: auto;
}
.hp-testimonial {
	width: 75%;
	text-align: center;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	display: flex;
    flex-direction: column;
}
.hpt-text {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	flex-grow: 1;
}
.hpt-name {
	font-size: 25px;
	color: #ff0000;
	margin-top: 50px;
	margin-bottom: 50px;
}

/* Category */
.cat-title {
	color: #E41F25;
	font-size: 48px;
	text-align: center;
	font-weight: bold;
}
#cat-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#cat-wrapper article {
	width: 48%;
}

/* Single */
.single-main {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}
.single-main .page-header h1 {
	color: #E41F25;
	text-align: center;
	font-size: 70px;
	font-weight: bold;
}
.single-main h1, .single-main h2, .single-main h3, .single-main h4, .single-main h5, .single-main h6 {
	color: #E41F25;
	font-weight: bold;
	margin-top: 0;
}
.single-main .page-content {
	background-color: #F6F7F7;
	padding: 50px;
}
.single-main .page-content p {
	line-height: 1.5;
}
#single-main-image {
	max-height: 500px;
	text-align: center;
}
#single-main-image img {
	max-height: 500px;
	width: auto;
}
/* About */
#about-top {
	text-align: center;
	padding: 100px 25%;
	font-size:45px;
	font-weight: bold;
}
#at-first-line {
	font-weight: normal;
}
#at-second-line {
	color: #E41F25;
	font-size: 70px;
	margin-top: 15px;
}
#at-third-line {
	color: #E41F25;
	margin-top: 35px;
}
#at-fourth-line {
	font-weight: normal;
}
#about-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto;
	max-width: 80%;
}
.about-item {
	width: 33%;
	margin-top: .66%;
}
.ai-text {
	background-color: #E41F25;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	font-size: 35px;
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
}
#about-workflow-wrapper {
	margin: 0 auto;
	max-width: 80%;
	padding-bottom: 50px;
	border-bottom: 3px solid #E41F25;
}
#awf-title {
	color: #fff;
	text-align: center;
	background-color: #E41F25;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 28px;
	margin-bottom: 30px;
}
#about-workflow {
	display: flex;
}
.awf-item {
	display: flex;
	align-items: center;
}
.awf-number {
	color: #E41F25;
	font-size: 70px;
	border-right: 3px solid #E41F25;
	padding-right: 20px;
}
.awf-text {
	font-size: 28px;
	margin-right: 15px;
	margin-left: 30px;
}
.about-main-text {
	color: #666;
	margin: 150px auto;
	max-width: 50%;
	font-size: 28px;
}
.about-main-text p {
	line-height: 1.5;
}
#about-team-wrapper {
	background-color: #EBEDED;
	padding-top: 50px;
	padding-bottom: 50px;
}
#at-title {
	text-align: center;
	color: #E41F25;
	font-weight: bold;
	font-size: 28px;
}
#about-team {
	margin-top: 50px;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.at-item-wrapper {
	text-align: center;
}
.at-item {
	position: relative;
	display: inline-flex;
}
.at-item img {
	border-radius: 100%;
}
.at-firstname {
	position: absolute;
	right: 50%;
	bottom: 30px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	transform: translateX(50%);
}
.at-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,.75);
	z-index: -1;
	opacity: 0;
	border-radius: 100%;
	transition: .3s all;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 35px;
	color: #fff;
}
.at-item:hover .at-hover {
	z-index: 1;
	opacity: 1;
}
#about-team-wrapper .slick-dots button:hover, #about-team-wrapper .slick-dots button:active, #about-team-wrapper .slick-dots button:focus {
	background-color: transparent;
}
#about-team-wrapper .slick-dots li button:before {
	color: #fff;
	font-size: 14px;
}
#about-team-wrapper .slick-dots li.slick-active button:before {
	color: #95989A;
	opacity: 1;
}
/* Product Category */
.pc-slider-wrappar {
	display: flex;
	flex-wrap: wrap;
}
.pc-slider-right {
	width: 40%;
}
.pc-slider-left {
	width: 60%;
}
#cats-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin: 10px auto;
}
.cats-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin: 10px auto;
}
.cm-item {
	position: relative;
	width: 32%;
	overflow: hidden;
	color: #fff;
}
.cm-title {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	padding: 15px 30px;
	font-weight: bold;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: .3s right;
}
.cm-thumb {
	opacity: .4;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cm-thumb img {
	max-height: 400px;
	width: auto;
}
.cm-item .fas {
	font-size: 14px;
}
.cm-hidden {
	position: absolute;
	top: 200%;
	width: 100%;
	height: 100%;
	right: 0;
	background-color: rgba(255,0,0,.45);
	transition: .5s all;
	padding: 20px;
}
.cm-item:hover .cm-hidden {
	top: 0;
}
.cm-item:hover .cm-title {
	right: -100%;
}
.cm-item:hover .cm-title.cm-title-no-grand {
	right: 0;
}
.cm-hidden-title {
	font-size: 30px;
	font-weight: bold;
	padding: 10px;
}
.cm-hidden-cats {
	font-size: 22px;
}
.cm-hidden-cat {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 10px;
}
.cm-hidden-cat:hover {
	background-color: rgba(228, 31, 37, .8);
}
.cm-hidden-cats .fas {
	position: absolute;
	right: 70%;
	top: 50%;
	transform: translateY(-50%);
}
.cm-hidden-info {
	font-size: 22px;
	padding: 10px;
}
.cm-hidden-button a {
	display: inline-block;
	padding: 10px 30px;
	font-size: 22px;
	background-color: #FF0000;
	border-radius: 40px;
}
.pcs-right-arrow, .pcs-left-arrow {
    position: absolute;
    bottom: 15px;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
    font-size: 30px;
    color: #fff;
}
.pcs-right-arrow:hover, .pcs-left-arrow:hover {
	background-color: transparent;
	color: #fff;
}
.pcs-right-arrow {
	right: 25px;
}
.pcs-left-arrow {
	left: 25px;
}
.pcs-item {
	position: relative;
}
.pcs-headline {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: rgba(0,0,0,.5);
	padding:50px 100px;
	font-size: 24px;
	text-align: center;
}
.pcs-image {
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pcs-image img {
	margin-right: auto;
	margin-left: auto;
	max-height: 500px;
	width: auto;
}
.pc-title {
	font-size: 60px;
	color: #ff0000;
	font-weight: bold;
}
.pc-slider-right {
	background-color: #F6F7F7;
	padding: 100px 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.pc-description {
	font-size: 30px;
}
.pc-button a {
	background-color: #ff0000;
	border-radius: 40px;
	padding: 15px 40px;
	color: #fff;
	font-size: 20px;
}

/* Product */
.single-product-slider {
	display: flex;
	flex-wrap: wrap;
}
.sps-slider-right {
	width: 40%;
}
.sps-slider-left {
	width: 60%;
}
.sps-right-arrow, .sps-left-arrow {
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%);
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
	z-index: 1;
	font-size: 30px;
	color: #fff;
}
.sps-right-arrow:hover, .sps-left-arrow:hover {
	background-color: transparent;
	color: #fff;
}
.sps-right-arrow {
	right: 25px;
}
.sps-left-arrow {
	left: 25px;
}
.sps-title {
	font-size: 60px;
	color: #ff0000;
	font-weight: bold;
}
.sps-slider-right {
	background-color: #F6F7F7;
	padding: 100px 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sps-description {
	font-size: 30px;
}
.sps-image img {
	margin-right: auto;
	max-height: 700px;
	width: auto;
}
.sps-slider-left.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.sps-slider-left .slick-dots {
	bottom: 25px;
}
.sps-slider-left .slick-dots li button:before {
	color: #fff;
	font-size: 14px;
	opacity: 1;
}
.sps-slider-left .slick-dots li.slick-active button:before {
	color: #95989A;
	opacity: 1;
}
.sps-icons {
	display: flex;
}
/*.sps-icons img {
	max-width: 30%;
}
.sps-icons span {
	max-width: 30%;
}*/
.sps-icons span+span {
    margin-right: 10px;
}
.single-product-main {
	width: 80%;
	margin: 10px auto;
}
.sp-title {
	background-color: #E41F25;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 20px;
	margin-top: 30px;
}
#sp-properties {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sp-property {
	margin-top: 10px;
	background-color: #F7F5F8;
	width: 33%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#sp-tabs ul {
	list-style: none;
	padding-right: 0;
	display: flex;
	flex-wrap: wrap;
}
#sp-tabs ul li {
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
}
#sp-tabs ul li a {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #EBEDED;
	display: inline-block;
	text-align: center;
	width: 200px;
	height: 100%;
}
#sp-tabs ul li.ui-tabs-active a {
	background-color: #F7F5F8;
}
.sp-tub {
	background-color: #F7F5F8;
	padding: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.spt-right {
	width: 40%;
}
.spt-left {
	width: 60%;
}
.spt-info {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #707070;
}
.spt-info-right {
	width: 20%;
	display: inline-block;
}
.spt-info-left {
	display: inline-block;
}
#sp-more {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(auto-fill, 24%);
	grid-row-gap: 10px;
	justify-content: space-between;
}
.spm-item {
	background-color: #EBEDED;
	height: 100%;
}
.spm-title {
	color: #E30613;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
}
.spm-text {
	padding: 10px 20px;
}
#more-products-title {
	margin-top: 100px;
	text-align: center;
	font-weight: bold;
}
#more-products-title:after {
	content: '';
	background-color: #000;
	height: 1px;
	width: 100%;
	display: block;
	margin-top: 30px;
}
.tabs-youtube-wrapper {
	width: 50%;
	margin: 30px auto;
}
.product-youtube-wrapper {
	width: 50%;
	margin: 30px auto;
}
.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* Page */
#default-page {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#default-page .page-header h1 {
	color: #E41F25;
	text-align: center;
	font-size: 70px;
	font-weight: bold;
}
#default-page h1, #default-page h2, #default-page h3, #default-page h4, #default-page h5, #default-page h6 {
	color: #E41F25;
	font-weight: bold;
	margin-top: 0;
}

/* Screens */
@media (max-width: 1600px) {
	.pc-title {
		font-size: 50px;
	}
}
@media (max-width: 1536px) {
	.contact-line {
		font-size: 32px;
	}
	.contact-line .wpcf7-email {
		font-size: 32px;
	}
	.contact-line .wpcf7-submit {
		font-size: 24px;
		padding: 10px 40px;
	}
	#hp-news-wrapper {
		padding: 60px 110px;
	}
	.news-left {
		padding: 30px 70px;
	}
	.awf-text {
		font-size: 24px;
	}
	.hps-title {
		max-width: 85%;
	}
}
@media (max-width: 1440px) {
	#home-cats {
		max-width: 80%;
	}
	#hp-news-wrapper {
		padding: 60px;
	}
	#fc-right {
		padding: 50px 5%;
	}
	#footer-menus {
		padding: 100px;
	}
	#about-team {
		max-width: 80%;
	}
}
@media (max-width: 1366px) {
	.site-branding {
		max-width: 350px;
	}
	.contact-line {
		font-size: 26px;
	}
	.contact-line .wpcf7-email {
		font-size: 26px;
		width: 250px;
	}
	.hci-button {
		font-size: 32px;
		height: 60px;
	}
	.news-left {
		padding: 30px;
	}
	#hp-testimonials, #cats-wrapper, .single-product-main, .cats-wrapper {
		width: 90%;
	}
	.hpt-text {
		font-size: 26px;
	}
	.hpt-name {
		font-size: 20px;
	}
	.about-main-text {
		max-width: 70%
	}
	#about-main, #about-workflow-wrapper, .single-main {
		max-width: 90%;
	}
	.at-item {
		max-width: 250px;
	}
	#news-wrapper {
		padding: 40px 100px;
	}
	.single-main .page-header h1 {
		font-size: 54px;
	}
}
@media (max-width: 1280px) {
	#header-phone {
		padding: 15px 30px;
		font-size: 24px;
		margin-right: 20px;
		margin-left: 40px;
	}
	.site-branding {
		max-width: 300px;
	}
	.contact-line .wpcf7-form .cl-wrapper {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	#hp-main-content {
		max-width: 80%;
	}
	#footer-contact p:last-child {
		text-align: left;
		display: block;
	}
	.cm-title {
		font-size: 24px;
	}
	.cm-title a {
		padding-left: 10px;
	}
	#sp-tabs ul li a {
		width: 150px;
		font-size: 16px;
	}
	.fci-text {
		font-size: 18px;
	}
	.fc-item {
		width: 25%;
	}
	.awf-text {
		font-size: 18px;
	}
	.at-item {
		max-width: 200px;
	}
	.news-title {
		font-size: 22px;
	}
	#footer-contact .wpcf7-submit {
		margin-top: 10px;
	}
}
@media (max-width: 1024px) {
	.site-branding {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.site-branding img {
		max-width: 300px;
	}
	.site-navigation {
		justify-content: flex-start;
	}
	.hps-title {
		font-size: 30px;
	}
	.hps-left {
		min-height: 0;
		width: 80%;
	}
	.redbutton {
		padding: 15px 30px;
	}
	.contact-line .wpcf7-form .cl-main-p {
		flex-wrap: wrap;
		justify-content: center;
	}
	.contact-line .wpcf7-email {
		text-align: center;
	}
	#hp-main-content {
		max-width: 90%;
		font-size: 28px;
	}
	#home-cats {
		max-width: 90%;
		flex-direction: column;
	}
	.hci-button {
		font-size: 22px;
		height: 50px;
	}
	.news-item {
		width: 100%;
	}
	#fc-right {
		width: 100%;
	}
	#fc-left-wrapper {
		width: 100%;
	}
	#fc-left {
		width: 100%;
	}
	#fm-main {
		width: 100%;
	}
	#fm-left {
		width: 100%;
		display: flex;
	}
	#footer-menus {
		padding: 50px;
	}
	#fm-main .menu {
		justify-content: space-between;
	}
	.fm-second-title {
		margin-top: 0;
	}
	#fm-left>div {
		padding-left: 10px;
	}
	#credit {
		max-width: 90%;
		font-size: 22px;
	}
	.site-navigation ul.menu li ul {
		left: auto;
		right: 0;
	}
	.cm-item {
		width: 48%;
	}
	.pc-title {
		font-size: 30px;
	}
	.pc-description {
		font-size: 24px;
	}
	.pcs-headline {
		padding: 50px;
	}
	.pc-button a {
		font-size: 18px;
		padding: 15px;
	}
	.cm-hidden-button a {
		font-size: 18px;
	}
	.sps-title {
		font-size: 34px;
	}
	.sps-description{
		font-size: 24px;
	}
	.sp-title {
		font-size: 22px;
		padding: 15px;
	}
	.spt-right {
		width: 100%;
	}
	.spt-left {
		width: 100%;
	}
	#sp-more {
		grid-template-columns: repeat(auto-fill, 32%);
	}
	#about-top {
		padding: 100px 10%;
	}
	.about-item {
		width: 77%;
	}
	.ai-text {
		font-size: 28px;
	}
	#about-main {
		justify-content: center;
	}
	#about-workflow {
		flex-wrap: wrap;
	}
	.awf-item {
		width: 100%;
	}
	.cm-title {
		font-size: 18px;
	}
	.hps-item {
		flex-wrap: wrap;
	}
	.hps-right {
		align-items: center;
		text-align: center;
		width: 100%;
	}
	.hps-left {
		margin-right: auto;
		margin-left: auto;
	}
	.hps-icon {
		max-width: 80px;
		margin-top: 10px;
	}
	#footer-social {
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	body {
		font-size: 16px;
	}
	.pc-slider-right {
		width: 100%;
		text-align: center;
	}
	.pc-slider-left {
		width: 100%;
	}
	.pc-button a {
		display: inline-block;
		margin-top: 10px;
	}
	.pcs-image img {
		margin-right: 0;
	}
	.sps-slider-right {
		width: 100%;
		text-align: center;
	}
	.sps-slider-left {
		width: 100%;
	}
	.sps-icons {
		justify-content: center;
	}
	#credit {
		font-size: 18px;
	}
	.cm-hidden-title {
		font-size: 20px;
	}
	.cm-hidden-cats {
		font-size: 18px;
	}
	.cm-hidden-info {
		font-size: 16px;
	}
}
@media (max-width: 640px) {
	.contact-line .wpcf7-form .cl-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
	.site-navigation>div {
		width: 100%;
	}
	.site-navigation ul.menu {
		justify-content: center;
	}
	.site-header {
		justify-content: space-around;
	}
	#header-phone {
		margin-left: 0;
		margin-right: 0;	
	}
	#hp-news-wrapper {
		padding: 30px;
	}
	.news-thumb {
		width: 50%;
	}
	.news-left {
		width: 50%;
	}
	.contact-line, .contact-line .wpcf7-email {
		font-size: 24px;
	}
	.site-navigation ul.menu li:hover>ul {
		display: none;
	}
	.pc-slider-left .slick-track {
		display: flex;
	}
	.pcs-item {
		height: inherit;
	}
	.pc-slider-right, .sps-slider-right {
		padding: 50px;
	}
	.cm-item {
		width: 100%;
		min-height: 300px;
	}
	.sps-icons {
		margin-top: 20px;
	}
	.sps-description {
		margin-top: 20px;
	}
	#sp-more {
	    grid-template-columns: repeat(auto-fill, 48%);
	}
	#fm-main .menu>li {
		width: 50%;
	}
	#credit {
		flex-direction: column;
    	align-items: center;
    }
    #about-top {
    	padding: 50px 5%;
    	font-size: 36px;
    }
    #at-second-line {
    	font-size: 36px;
    }
    .about-main-text {
    	margin: 50px auto;
    }
    .at-item {
    	max-width: 90%;
    }
    #news-wrapper {
    	padding: 50px;
    }
    .news-thumb {
    	width: 100%;
    }
    .news-left {
    	width: 100%;
    }
    .news-thumb a {
    	width:100%;
    }
    .news-thumb img {
    	width: 100%;
    }
    .single-main .page-header h1 {
    	font-size: 36px;
    }
    .single-main .page-content {
    	padding: 30px;
    }
    #fm-left .menu>li {
    	width: 100%;
    }
}
@media (max-width: 480px) {
	.site-branding img {
		max-width: 100%;
	}
	.site-navigation ul.menu li a {
		padding: 10px;
	}
	.hps-right {
		padding: 30px;
	}
	.hps-title {
		max-width: 90%;
		font-size: 26px;
		margin-bottom: 10px;
	}
	.hps-icons {
		margin-top: 10px;
	}
	#hp-logos img {
		max-width: 70%;
	}
	#fc-left {
		flex-wrap: wrap;
	}
	.fc-item {
		margin-top: 30px;
		width: 51%;
	}
	#credit {
		font-size: 16px;
	}
	.pcs-image {
		height: 350px;
		align-items: flex-start;
		padding-top: 30px;
	}
	.pcs-headline {
		padding: 20px 50px;
	}
	#footer-contact p.fc-half {
		width: 100%;
	}
	#fm-main .menu>li {
		width: 100%;
		padding-left: 0;
	}
	#fm-left {
		flex-wrap: wrap;
	}
	#fm-left>div {
		padding-left: 0;
		width: 100%;
	}
}