.container-logos {
	width: 100%;
	max-width: 1440px;
	align-items: center;
	justify-content: center;
	margin-bottom: 58px;
	display: flex;
	flex-direction: column;
	padding-bottom: 50px !important;
}
.container-logos h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	line-height: 160%;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 25px;
}
.container-logos div {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.container-category {
	max-width: 1440px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0;
}

.container-category header {
	height: 68px;
	display: flex;
	justify-content: space-between;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	align-items: center;
	margin-bottom: 36px;
}
.container-category header h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	align-self: flex-start;
}
.container-category header a {
	text-decoration: underline;
	color: #000;
}

.container-category-links {
	max-width: inherit;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.container-scroll-bars {
	width: 100%;
	max-width: 1440px;
	display: flex;
	align-items: center;
	margin-bottom: 0rem;
	flex-direction: column;
	position: relative;

}

.container-scroll-bar {
	display: flex;
	flex-direction: row;
	margin-bottom: 0rem;
	overflow: hidden;
}

.container-scroll-bars > section {
	width: 100%;
	position: relative;
}

.container-scroll-bars > section::-webkit-scrollbar {
	display: none;
}

.container-scroll-bars > h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 67px;
	text-align: left;
	align-self: flex-start;
	margin-left: 0px;
}

.container-instagram {
	background-color: #fff;
	width: 100%;
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.container-blog-posts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1440px;
}

.container-blog-post {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	cursor: inherit !important;
}

.container-blog-post img {
	transition: .5s ease;
	width: 100%;
	max-width: 396px;
}

.container-blog-post:hover > img {
	transform: scale(1.1);
}

.container-blog-post article {
	position: absolute;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	left: 50%;
	bottom: 27%;
	z-index: 2;
	transform: translateX(-50%);
	max-width: 296px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.container-blog-post article h2 {
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 1rem;
}

.container-blog-post article button {
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	color: #111111;
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 100px;
	transition: .2s ease;
	border: none;
}
.container-blog-post article button:hover {
	color: #fff;
	background-color: #111111;
	cursor: pointer;
}

.container-customer-reviewed {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.container-customer-reviewed > img {
	transform: translateY(-10%);
}
.container-customer-reviewed h3 {
	font-family: 'Roboto';
	font-size: 41px;
	font-weight: 400;
	display: flex;
	align-items: center;
	margin-right: 4rem;
	font-size: 30px !important;
	color: #111 !important;
}

.container-customer-reviewed h3 span {
	font-size: 69px;
	font-weight: 700;
	padding-right: 4rem;
}

.container-video {
	position: relative;
	overflow: hidden;
	max-width: 699px;
	width: 100%;
	max-height: 0px;
	height: 0px;
	padding-top: 28%;
}
iframe {
	/* background-image: url('../src/images/home/image-iframe-background.svg'); */
	position: absolute;
	width: 100%;
	height: 100%;
}
.container-bottom-instagram {
	display: flex;
	width: 100%;
	justify-content: center;
}

.container-category .mobile {
	display: none;
}

.category-tile {
	max-height: 500px;
	overflow: hidden;
	width: 30%;
}

.container-why {
	margin-top: 1rem;
}

.container-why > button {
	display: none;
}


.link-more-blogs {
	transition: .3s ease;
	background-color: transparent;
	border: 1px solid #000;
	height: 48px;
	width: 222px;
	border-radius: 100px;
	text-align: center;
	line-height: 45px;
	font-family: 'Jost', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	color: #111;
	margin-top: 4rem;
}

.link-more-blogs:hover {
	background-color: #000;
	color: #fff;
}
.container-category header h1 {
	margin-top: 0px;
}
.container-scroll-bars > h1 {
	margin-bottom: 0px;
}
.why_block_container .product-button-left, .why_block_container .product-button-right{
	display: none;
}

.subtitle {
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
}

.container-customer-reviewed {
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}
.container-customer-reviewed h3 {
	width: 100%;
	text-align: center;
	display: block;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 160%;
	color: #939393;
	margin: 0px;
}
.container-logos {
	margin: auto;
}
.container-customer-reviewed h2 {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 160%;
	color: #000;
	margin: 0px;
}
.container-logos div img {
	margin: 0px 35px;
	height:inherit;
	max-width: 100px;
}

.container-customer-reviewed > img {
	width: 90px;
	height: auto;
	transform: translateY(7%);
}

.container-video {
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
}
.bg_with_button {
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	height: 0px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 28%;
}
.container-video video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	object-fit: cover;
}
.bg_with_button a {
	position: absolute;
	left: 47px;
	bottom: 15px;
	background: #d326f3;
	color: #fff;
	font-size: 17px;
	border-radius: 20px;
	padding: 10px 30px;
	display: block;
	width: auto;
	text-align: center;
}
.bg_with_button a:hover {
	background: #9318aa;
}

.new_rev_section {
	width: 100%;
	background: #F9F9F9;
	padding: 40px 0px;
	text-align: center;
	padding-bottom: 0;
}

.container-check-marks a {
	color: #111111;
}

.container-bottom-instagram.desktop {
	max-width: 1400px;
}

.container-blog-posts {
	background: #fff;
}

.home-cat-btn, .container-category .all_producs_link {
	font-size: 13px;
	border: 1px solid black;
	border-radius: 20px;
	padding: 5px 20px;
	vertical-align: middle;
	color: black;
	text-decoration:none;
}

.home .container-category-links.desktop img {
	margin-top:-130px;
}

body .container-check-marks li {
	font-size:16px;
}

.section-why-block img {
	max-width:110px;
	height:inherit;
}

@media (max-width: 1550px){

	.container-category {
		padding: 0px 5%;
	}

}

@media (min-width: 901px) {
	.container-auto-scroll-bar {
		margin-bottom: 25px;
	}
}

@media (max-width: 900px) {
	.container-logos div img {
		margin: 5px 35px;
	}
	.home .mobile-header .container-top-header {
		display:flex;
	}

	.why_block_container .product-button-left, .why_block_container .product-button-right{
		display: flex;
	}
	.container-category {
		margin-bottom: 0;
		margin-top: 0rem;
		padding: 0px;
	}
	.container-why > button {
		display: flex;
	}
	.container-category .mobile {
		display: flex;
		align-items: center;
		margin-top: 0rem;
	}
	.container-check-marks{
		display: flex;
		flex-direction: column;
		margin-top: 1rem;
		margin-bottom: 0rem;
	}
	.container-check-marks ul{
		max-width: 100%;
		width: 100vw;
		display: flex;
		flex-direction: column;
		align-content: center;
		padding: 0 5%;
	}
	.new_rev_section .container-check-marks ul{
		max-width: 100%;
		width: 100vw;
		display: flex;
		flex-direction: initial;
		align-content: center;
		flex-wrap: wrap;
		justify-content: center;
	}
	.container-check-marks li{
		padding: 1rem 0rem;
	}
	.new_rev_section .container-check-marks li{
		padding: 1rem;
	}
	.container-category header h1{
		margin-top: 1px;
		width: 100%;
		margin-bottom: 15px;
		font-size: 32px;
		padding-top: 15px;
	}
	.container-instagram-tiles header h3 {
		margin-left: 0rem;
	}
	.container-scroll-bars > h1 {
		margin-left: 0rem;
		margin-bottom: 0;
		font-size: 32px;
	}

	.container-check-marks  {
		display:none !important;
	}

	.home_categories {
		margin-top:25px;
	}

	.container-auto-scroll-bar p {
		margin: 0;
		line-height: 33px;
	}
	.container-logos {
		margin-top: 2rem;
		padding: 0px 5%;
	}
	.container-logos div {
		flex-wrap: wrap;
		margin: 0;
	}
	.container-logos img {
		margin-top: 2rem;
	}
	.container-category header {
		padding-right: 5%;
		padding-left: 5%;
		margin-bottom: 5px;
		height: auto;
	}
	.container-category-links {
		width: 100%;
		flex-direction: column;
	}
	.container-category-links img {
		max-height: inherit;
		margin: 0 9px;
		object-fit: contain;

		display: block;
	}
	.container-category-links img:first-of-type {
		margin-left: 1rem;
	}
	.container-category-links img:last-of-type {
		margin-right: 1rem;
	}
	.container-category > a {
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 26px;
		letter-spacing: 1px;
		text-align: left;
		align-self: flex-start;
		margin-left: 1rem;
		color: #000;
		text-decoration: underline;
	}

	.container-scroll-bars {
		flex-direction: column;
	}
	.container-scroll-bars section {
		width: 100%;
	}
	.container-scroll-bars > a {
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 26px;
		letter-spacing: 1px;
		text-align: left;
		color: #000;
		text-decoration: underline;
		align-self: flex-start;
		margin-left: 0rem;
	}
	.container-blog-posts {
		display: flex;
		padding: 0 1rem;
		height: auto;
		flex-wrap: wrap;

		column-gap: inherit;
	}
	.container-blog-post {

		overflow: hidden;
		height: 273px;
		margin-bottom: 0;
		flex: 0 0 calc(50% - 15px);
		margin-right: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: calc(50% - 15px);
		margin-bottom: 30px;
	}
	.container-blog-post:nth-child(2n) {
		margin-right: 0px;
	}
	.container-blog-post img {

		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.link-more-blogs{
		margin-top: 0px;
	}
	.container-blog-post article {
		bottom: 9%;
		width: 90%;
		min-height: 13rem;
		justify-content: space-between;
	}
	.container-blog-post article h2 {
		font-size: 19px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.6em;
		letter-spacing: 0px;
		text-align: center;
	}
	.container-instagram {
		padding-top: 3rem;
	}

	.container-customer-reviewed {
		flex-direction: column;
		width: 100%;
		margin: 2rem 0;
		margin-bottom: 0;
	}
	.container-customer-reviewed h3 {
		font-family: 'Roboto';
		font-size: 18px;
		font-weight: 400;
		display: flex;
		align-items: center;
		margin-right: 0;
		flex-direction: column;
		width: 90%;
		text-align: center;
	}
	.container-customer-reviewed h3 span {
		font-size: 40px;
		display: flex;
		align-items: center;
		padding: 0;
	}
	.container-customer-reviewed h3 span img {
		width: 105px;
		margin-left: 2rem;
		transform: translateY(-5%);
	}
	.container-scroll-bar{
		margin-bottom: 0rem;
	}
	.container-category-links img:last-of-type {
		margin-right: 0rem;
	}
	.container-category-links img:first-of-type {
		margin-left: 0rem;
	}
	.container-category-links img {
		max-width: 100%;
		height: auto;
		margin-bottom: 1rem;
	}
	.new_rev_section .container-check-marks ul li img {
		display: none;
	}
	.new_rev_section .container-logos div img:nth-child(4) ~ img {
		display: none;
	}

	.container-category-links.mobile {
		display: block;
		position: relative;
		margin-bottom: 0px;
		width: 100%;
	}
	.container-category-links-slider {
		display: block;
		width: 100%;
	}
	.container-category-links-slider .slick-slide {
		width: 250px;
		margin-right: 15px;

	}

	.container-category-links.mobile .product-button-left img, .container-category-links.mobile .product-button-right img {
		margin-bottom: 0px;
	}
	.container-category-links.mobile .product-button-left{
		left: 0rem;
	}
	.container-category-links.mobile .product-button-right{
		right: 0rem;
	}

	.container-scroll-bars{
		padding: 0%;
	}
	.container-scroll-bars > h1, .container-scroll-bars > a {
		padding: 0px 5%;
	}
	.container-scroll-bars .product-button-left, .container-scroll-bars .product-button-right {
		display: none;
	}
	.container-scroll-bar{
		overflow: visible;
	}
}

@media (max-width: 1100px) {
	.container-blog-posts {
		padding: 0 5%;
	}
	.container-customer-reviewed h3 {
		font-size: 31px;
	}
	.container-customer-reviewed h3 span {
		font-size: 51px;
	}
}

@media (max-width: 1300px) {
	.container-category-links {
		padding: 0;
		margin-bottom: 3rem;
	}
	.category-tile {
		width: 30%;
		max-height: 400px;
		overflow: hidden;
	}

	.category-tile img {
		width: 100%;
	}
}

@media (max-width: 499px) {
	.container-category header {
		display: block;
		margin-bottom: 25px;
	}
}

@media (max-width:380px){
	.container-slide-banner{
		height: 100vh;
	}
	.article-slide-banner{
		padding-top: 10rem;
		padding-inline: 5%;
	}
	.article-slide-banner nav{
		width: 100%;
		display: flex;
		justify-content: space-evenly;
		text-align: center;
		padding-top: 4rem;
	}
	.container-category{
		max-width: 400px;
	}
	.container-category .mobile{
		margin-top:0rem;
		padding-left: 0%;
		padding-right: 0%;
		width: 100%;
		margin-bottom: 0rem;
	}
	.container-category .mobile img{
		max-width: 100%;
		margin: 0px;

		margin-bottom: 1rem;
	}
	.button-view-slide-banner{
		max-width: 100vw;
	}
	.container-customer-reviewed{
		margin: 2rem 0rem;
	}
	.container-logos{
		display:flex;
		flex-direction: column;
	}
	.container-logos div{
		flex-direction: column column;
		justify-content: space-around;
	}
}

@keyframes slide {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-1400px, 0, 0);
	}
}
