.iframe_categories_wrapper {
	float: right;
	width: 100%;
	position: relative;
	display:inline-block;
}
.iso_all_items {
	float: right;
	width: 100%;
}
.iso_categories_page {
	float: right;
	width: 100%;
	position: relative;
	display:inline-block;
}
.categories_home_title {
	float: right;
	width: 100%;
	margin-bottom:70px;
	margin-top:100px
}
.iso_categories_page_title {
	float: right;
	width: 100%;
	position: relative;
	align-items: center;
    display: flex;
    justify-content: center;
}
.categories_home_items {
	width: 100%;
    margin: auto;
    position: relative;
    box-sizing: border-box;
}
.iso_categories_page_items {
	width: 100%;
    margin: auto;
    position: relative;
    box-sizing: border-box;
}
.iso_categories_page_items_inside {
	width: 100%;
	float:right;
	padding: 50px 0 0px 0;
}
.categories_home_inside {
	float: right;
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.categories_home_title {
	float: right;
	width: 100%;
	margin-bottom:70px;
	margin-top:100px
}
.cat_title {
	float: right;
	width: auto!important;
	margin-top:5px
}
.cat_title_page {
	float: right;
	width: auto!important;
	margin-top:50px
}
.categories_home_btn {
	float: right;
	width:auto;
	height: 40px;
	align-items: center;
	display: flex;
	justify-content: center;
	border-radius: 5px;
	background-color:transparent;
	color:#000;
	border: 1px solid #000;
	box-sizing:border-box;
	padding: 0 15px 2px 15px;
	flex-direction: row;
	margin-top:10px
}
.categories_home_btn:hover {
	background-color:#f9f9f9;
	color:#000;
	border: 1px solid #000;
}
.categories_home_btn_text {
	margin-right:10px;
}
.categories_home_btn_arrow {
	width:20px;
	transform: rotate(180deg);
	margin-top:9px
}
.cat_item {
	float: left;
	background-color: #fff;
	box-sizing:border-box;
	position:relative;
	padding: 15px;
	transition: .2s;
}
.cat_item_top {
	float: right;
	width:100%;
	height: 35px;
	align-items: center;
	display: flex;
	justify-content: space-between;
	box-sizing:border-box;
	padding: 0px 20px;
	margin-top:25px;
	flex-direction: row-reverse;
}
.cat_item_btn {
	float: right;
	width:auto;
	height:35px;
	align-items: center;
    display: flex;
    justify-content: center;
	border-radius:25px;
	background-color:#efefef;
	color:#000;
	box-sizing:border-box;
	padding: 0 15px
}
.cat_item_btn:hover {
	background-color:#e3e3e3;
	color:#000;
}
.cat_item_icon {
	width: 32px;
	height:32px;
	float: left;
}
.cat_item_icon img {
	width: 32px;
	height:32px;
}
.cat_item_name {
	width:100%;
	float: right;
	margin-bottom:15px;
	margin-top:45px;
	transition: .2s;
	box-sizing:border-box;
	padding: 0px 20px;
}
.cat_iso_item {
	width:100%;
	height:80px;
	float: right;
	margin-top: 0px;
	padding-top: 8px;
	border-top: 1px solid #000;
	display: flex;
	justify-content: center;
	flex-direction: column;
	transition: .2s;
	box-sizing:border-box;
	padding: 0px 30px 0px 20px;
	align-items: stretch;
	position:relative;
}
.cat_iso_item_content {
	width:auto;
	float: right;
}
.cat_iso_item_arrow {
	width: 8px;
	float: right;
	position:absolute;
	right:15px;
	transform: rotate(180deg); 

}
.cat_iso_item:hover {
	background:#f9f9f9;
}
.cat_iso_item:hover .cat_iso_item_name {
	font-weight:400!important;
	transition: .2s;
}
.cat_iso_item:hover .cat_iso_item_arrow {
	right:12px;
	transition: .2s;
	transform: rotate(180deg); 
}
.cat_iso_item_name {
	width: 100%;
	float: right;
	line-height:1.2em
}
.cat_iso_item_desc {
	width:100%;
	float: left;
	line-height:1.1em!important
}
.cat_page {
	width:100%;
	float: left;
	height: 200px;
	align-items: center;
    display: flex;
    justify-content: center;
}
.cat_page h1 {
	width:100%;
	font-size: 21px;
    display: flex;
    align-items: center;
}
.carousel-wrapper {
  display: inline-block;
  width:100%;
  float:right;
}
.cat_item_100 {
	width: 100%!important;
	margin-bottom: 0!important;
	margin-left: 0!important;
	min-height:auto!important;
	max-height:1500px!important;
}
.iso_all_items .cat_iso_item:nth-of-type(5n) {
	border-top: 0px solid #6d6d6d;
}
@media all and (min-width: 1438px) {
.categories_home_items {
    max-width:1460px;
}
.cat_item {
	width: 22.75%;
	margin-bottom: 5%;
	margin-right: 3%;
	box-sizing:border-box;
	padding: 0px;
	min-height:510px;
	max-height:510px;
	overflow:hidden;
	visibility:visible;
}
.cat_item:nth-of-type(4n) {
	margin-right: 0;
}
.cat_item:last-child {
  margin-bottom:110px
}

.iso_categories_page_items {
	padding: 50px 0;
	max-width:1460px;
}
.iso_categories_page {
	padding-top:0px;
	padding-bottom:0px;
}
.iso_categories_page_title {
	height:250px;
}
}
@media all and (max-width: 1439px) and (min-width: 769px) {
.categories_home_items {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px
}
.cat_item {
	width: 22.75%;
	margin-bottom: 5%;
	margin-right: 3%;
	box-sizing:border-box;
	padding: 0px;
	min-height:500px;
	max-height:500px;
	overflow:hidden;
	visibility:visible;
}
.cat_item:nth-of-type(4n) {
	margin-right: 0;
}
.categories_home_title {
	margin-bottom:50px
}
.cat_item:last-child {
  margin-bottom:90px
}
.iso_categories_page_items {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px
}
.iso_categories_page {
	padding-top:0px;
	padding-bottom:0px;
}
.iso_categories_page_title {
	height:200px;
}
}
@media all and (max-width: 768px) and (min-width: 319px) {
.categories_home_items {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}
.cat_item {
	width: 47.5%;
	margin-bottom: 5%;
	margin-left: 5%;
	box-sizing:border-box;
	padding: 0px;
	min-height:500px;
	max-height:500px;
	overflow:hidden;
	visibility:visible;
	margin: 0 10px; 
}

.carousel-wrapper {
  display: flex;
  scroll-behavior: smooth; 
  overflow-x: scroll;
  direction: ltr;
}
.carousel-wrapper::-webkit-scrollbar {
  display: none; 
}
.cat_item {
  flex: 0 0 auto;
  width: calc(100% - 30px);
  margin: 0 15px;
  box-sizing: border-box;
}
.categories_home_title {
	margin-bottom:30px;
	margin-top:30px
}
.categories_home_btn {
	height: 35px;
	padding: 0 8px 2px 8px;
}
.categories_home_btn_arrow {
	width:15px
}
.cat_item:last-child {
  margin-bottom:30px
}

.iso_categories_page_items {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}
.iso_categories_page {
	padding-top:0px;
	padding-bottom:70px;
}
.iso_categories_page_title {
	height:200px;
}
.cat_title_page {
	margin-left:20px;
	margin-top:30px
}
.iso_categories_page_items_inside {
	padding: 20px 0 0px 0;
}
.iso_categories_page_items_inside .cat_item {
	margin-bottom:30px
}
}
@media (max-width: 320px) {
.categories_home_items {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}
.cat_item {
	width: 47.5%;
	margin-bottom: 5%;
	margin-left: 5%;
	box-sizing:border-box;
	padding: 0px;
	min-height:500px;
	max-height:500px;
	overflow:hidden;
	visibility:visible;
	margin: 0 10px; 
}
.cat_item:nth-of-type(2n) {
	margin-left: 0;
}
.carousel-wrapper {
  display: flex;
  scroll-behavior: smooth; 
  overflow-x: scroll;
  direction: ltr;
}
.carousel-wrapper::-webkit-scrollbar {
  display: none; 
}
.cat_item {
  flex: 0 0 auto;
  width: calc(100% - 30px);
  margin: 0 15px;
  box-sizing: border-box;
}

.categories_home_title {
	margin-bottom:30px;
	margin-top:30px
}
.categories_home_btn {
	height: 35px;
	padding: 0 8px 2px 8px;
}
.categories_home_btn_arrow {
	width:15px
}
	.cat_item:last-child {
  margin-bottom:30px
}
}
