.home-intro.partners .home-intro__img:after{
	content: none;
	display: none;
}
.products-list.partners{
	background-color: #111820;
}
.products-list.partners .products-list__item--info .st-title,
.products-list.partners .products-list__item--info .st-text,
.products-list.partners .products-list__item--info .st-list .-list-title{
	color: #fff;
}
.product__block{
	padding-right: 150px;
    padding-left: 280px;
    margin-bottom: 180px;
    overflow: hidden;
}
.product__block .image-wrapper,
.product__block .video-wrapper{
	display: flex;
	flex-direction: column;;
	align-items: flex-end;
}

.product__block .block--title{
	margin-bottom: 100px;
	width: 100%;
	text-transform: uppercase;
}
.yt-video{
	position: relative;
	padding-bottom: 56.25%;
	width: calc(100% - 130px);
}
.yt-video iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.home-intro.product .home-intro__info{
	max-width: 60%;
}
.home-intro.product .home-intro__info .st-title{
	white-space: normal;
}
.home-intro.product .home-intro__info .tags{
	display: flex;

}
.home-intro.product .home-intro__info .tags span{
	color: #FFC72D;	
	font-size: 20px;
	line-height: 29px;
}
.home-intro.product .home-intro__info .tags span + span{
	margin-right: 50px;
}
.home-intro.product .home-intro--container{
	padding-bottom: 50px;
	padding-top: 282px;
	margin-bottom: 180px;
}
.gallery-wrapper{
	display: flex;
	width: 100%;
	direction: rtl;
}
.gallery-wrapper .images-gallery{
	width: 100%;
}
.gallery-wrapper .gallery_item{
	width: 643px;
	max-width: 643px;
	height: 643px;
}
.gallery-wrapper .gallery_item + .gallery_item{
	margin-right: 60px;
}
.business-contact.our-products{
	margin-bottom: 0;
	top: 0;
}
.prod-cat-count--bgi.product-category:after{
	display: none;
}
.tag--item.date,
.st-link.phone,
.single-email .st-link,
.head-item.date{
	direction: ltr;
}
.st-item.phone{
	direction: ltr;
	text-align: right;
}
.s-event-content__content a{
	color: #fff;
	text-decoration: underline;
}
.home-intro__info .st-title .animation--container {
	margin-right: 30px;
}



.home-form form,
.home-ready__form form,
.home-ready__form div.wpcf7{
  direction: rtl;
}

.home-ready__form .wpcf7-checkbox .wpcf7-list-item-label{
	display: block;
    position: relative;
    padding-right: 33px;
    letter-spacing: 0.01em;
    font-size: 20px;
    line-height: 1.5;
    color: #111820;
    white-space: nowrap;
}

.home-ready__form .wpcf7-checkbox .wpcf7-list-item-label:after{
	content: "\e904";
    display: block;
    position: absolute;
    top: 50%;
    right: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "icomoon";
    opacity: 0;
}

.home-ready__form .wpcf7-checkbox .wpcf7-list-item-label:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #111820;
    border-radius: 3px;
}
.home-ready__form .wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
	background-color: #111820;
}
.home-ready__form .wpcf7-checkbox input:checked + .wpcf7-list-item-label:after{
	opacity: 1;
	color: #FFC72D;
}

.home-ready__form .wpcf7-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.home-ready__form .wpcf7-list-item{
	cursor: pointer;
    position: relative;
    display: block;
    margin-left: 45px;
    margin-bottom: 17px;
  	margin-right: 0;
}

.home-ready__form .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-spinner{
	display: none!important;
}
.home-ready__form .submit-container{
	position: relative;
}
.home-ready__form .submit-container:after{
  	font-family: "icomoon" !important;
  	display: block;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  	content: "\e906";
    position: absolute;
  	top: 50%;
    left:  20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  	transition: .3s;
  	color: #f2f2f2;
}
.home-ready__form .submit-container:hover::after{
	left: 10px;
}