/* SLICK SLIDER */
/*.items_partners {*/
/*    border-radius: 20px;*/
/*    width: 270px !important;*/
/*    height: 137px;*/
/*    background-color: #fff;*/
/*    opacity: 0.5;*/
/*    position: relative;*/
/*}*/
/*.items_partners img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    margin: auto;*/
/*}*/

/*.items_partners.slick-slide.slick-current.slick-active.slick-center {*/
/*    opacity: 1;*/
/*    width: 376px !important;*/
/*    height: 171px;*/
/*}*/

.fringe_carousel .slick-slide{
    background-color: #fff;
    color: #FFF;
    height: 200px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
    opacity: 0.5;
    border-radius: 20px;
    width: 270px !important;
}
.fringe_carousel .slick-slide,
.fringe_carousel .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.fringe_carousel .slick-center,
.fringe_carousel .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
    background-color: #000000;
}
.fringe_carousel .slick-current.slick-active{
    transform: scale(1.1);
    background-color: #fff;
    opacity: 1;
    width: 350px !important;
}
.fringe_carousel .arrow_right_slide_sameCategory, .fringe_carousel .arrow_left_slide_sameCategory {
    position: absolute;
    top: 20%;
    z-index: 99;
}
.fringe_carousel .arrow_right_slide_sameCategory {
    right: -7%;
}
.fringe_carousel .arrow_left_slide_sameCategory {
    left: -7%;
}
/* ================== */


.fringe_title_bellow,
.fringe_title {
	font-family: 'Montserrat' !important;
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	text-align: center;
	margin: 100px 67px;
	color: #000000;
}
.container_full {
	min-height: 1000px;
}
.fringe_carousel {
	margin-bottom: 118px;
}
.fringe_title_bellow {
	margin-bottom: 40px;
}
.fringe_change_tabs p{
	font-family: 'Montserrat' !important;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	margin-right: 36px;
	cursor: pointer;
	margin-bottom: 45px;
}
.fringe_change_tabs p:nth-child(4) {
	margin-right: 0px;
}
.fringe_bellow_wapper {
	display: flex;
	flex-direction: column;
    padding-top: 100px;
    margin-top: -100px;
}
.fringe_change_tabs {
	display: flex;
	justify-content: center;
	align-items: center;
    padding-bottom: 15px;
}
.fringe_change_tabs a {
	padding: 7px 20px 7px 20px;
}
.fringe_change_tabs a:focus,
.fringe_change_tabs a:hover {
	padding: 7px 20px 7px 20px;
	background: #61C1DA;
	border-radius: 8px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF !important;
}
.fringe_all_item {
    max-width: 350px;
    height: 566px;
    background: #FFFFFF;
    margin-bottom: 30px;
    margin-right: 10px;
    padding:0;
}

.fringe_all_item img{
	width: 100%;
}

.fringe_class_wapper,
.fringe_activity_wapper,
.fringe_workshop_wapper,
.fringe_all_wapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.fringe_all_item_info a img{
    width: 4px;
    height: 9px;
}
.fringe_all_item_info a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #61C1DA;

}
.fringe_all_item_info {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 0px;
    width: 100%;
    height: 220px;
}
.fringe_all_item_info_top p:first-child {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 12px;
    color: #333333;
}
.fringe_all_item_info p {
    margin-bottom: 0px;
}
.fringe_all_item_info_top p:nth-child(2){
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: rgba(51, 51, 51, 0.7);
}
.fringe_all_item_image {
    position: relative;
    height: 333px;
    overflow: hidden;
}
.fringe_all_item_image_filter {
    position: absolute;
}
.Activity .fringe_cat {
    width: 81px;
    height: 36px;
    background: #2ECC71;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 24px;
    left: 22px;
}
.Activity .fringe_cat::before {
    content: "Activity";
}
.Class .fringe_cat {
    width: 60px;
    height: 36px;
    background: #E67E22;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 24px;
    left: 22px;
}
.Class .fringe_cat::before {
    content: "Class";
}
.Workshop .fringe_cat {
    width: 103px;
    height: 36px;
    background: #3498DB;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 24px;
    left: 22px;
}
.Workshop .fringe_cat::before {
    content: "Workshop";
}

.promotions_wapper_image img{
    max-width: 547px;
    /* height: 303px; */
    border-radius: 8px;
    height: 100%;
    width: 100%;
}
.promotions_wapper_image {
    display: flex;
    justify-content: space-between;
}
.promotions_wapper {
    width: 100%;
    margin-bottom: 40px;
}
.promotions_item_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    color: #000000;
    margin: 79px 0px 47px 0px;
}
.promotions_wapper_image_title p:first-child{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    margin-bottom: 8px;
    margin-top: 20px;
}
.promotions_wapper_image_title p:nth-child(2){
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
}
.line_algin {
    width: 100%;
    margin-top: 170px;
    display: flex;
    justify-content: center;
}

.line_algin p{
    height: 68px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #000000;
    position: relative;
}

.box_wapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box_wapper_item {
    max-width: 360px;
    width: 100%;
    height: 166px;
    background: #FFFFFF;
    margin-bottom: 20px;
    padding: 20px;
}
.box_wapper_item p:first-child {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
}

.box_wapper_item p:nth-child(2){
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
}

.line_algin {
    position: relative;
    border-bottom: 1px solid #000000;;
    margin-bottom: 83px;
}
.line_algin p{
    position: absolute;
    top: -19px;
    background: #E9FAFB;
    width: 249px;
}
    
@media (min-width:376px) and (max-width:499px){
    .footer_title_bellow {
        font-size: 18px;
        font-size: 14px;
        margin-top: 73px;
    }
    .promotions_wapper_image {
        display: unset;
        flex-wrap: wrap;
    }
    .fringe_change_tabs p {
        margin-right: 14px;
    }
    .fringe_all_item {
        width: 100%;
        max-width: unset;
        margin-right: 0px;
    }
    .box_wapper_item {
        max-width: unset;
    }
    .fringe_carousel {
        margin-left: 0px;
    }
    .line_algin{
        margin-top: 0px;
    }
    .fringe_title_bellow, .fringe_title {
        font-family: 'Montserrat' !important;
        font-style: normal;
        font-weight: 700;
        font-size: 27px;
        text-align: center;
        margin: 34px 67px;
        color: #000000;
    }
    .promotions_item_title {
        font-size: 35px;
    }
}