/*Showcase style new*/
/*
.sc-row - дочерние блоки в ряд,с переносом.
.sc-row--reverse - аналогично .sc-row, только перевернутый.
.sc-col - 100% ширины элементу от его родителя(1 в строку).
.sc-col-md-2 - 50% ширины элементу от его родителя(2 в строку), при экране <=768px - 100% ширины элементу(1 в строку).
*/
.showcase-container{
	padding: 0 10px;
}
.showcase-wrapper{
	padding: 5px 10px;
	font-weight: var(--main-regular-font);
	color: #454B4E;
	background-color: #FFF;
}
.showcase-wrapper .container{
	min-width: auto;
	padding: 0;
}
.showcase-wrapper span{
	display: inline;
}
.showcase-wrapper section{
	padding: 0;
	overflow: auto;
}
.showcase-vertical-margin-20{
	margin-top: 20px;
	margin-bottom: 20px;
}
.sc-row,
.sc-row--reverse{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.sc-row--reverse{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.sc-row--nowrap{
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.flex-box-center{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.valign-center,
.sideways-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sideways-wrap__img{
	margin: 0 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
}
.text-align-center{
	text-align: center;
}
.text-align-justify{
	text-align: justify;
}
.sc-col,
.sc-col-md-2,
.sc-col-md-3{
	width: 100%;
}
.sc-col-md-2{
	max-width: 50%;
}
.sc-col-md-3{
	max-width: 33.33333%;
}
.showcase-title{
	margin: 10px 0;
	padding: 0 10px;
	font-weight: var(--main-medium-font);
	font-size: 22px;
	line-height: 28px;
	text-align: center;
}
.showcase-title--up{
	text-transform: uppercase;
}
.showcase-title--decoration,
.showcase-title--decoration-triangle{
	padding: 20px 45px;
	position: relative;
}
ul.showcase-lists > li{
	position: relative;
	margin: 5px 0;
	padding-left: 15px;
}
ul.showcase-lists--circle > li::before{
	position: absolute;
	top: 2px;
	left: 0;
	display: inline-block;
	content: '•';
	z-index: 1;
}
.showcase-title--decoration::before,
.showcase-title--decoration::after{
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 40px;
	height: 66px;
	background-color: #0090D0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.showcase-title--decoration::after{
	left: auto;
	right: 0;
}
.showcase-title--decoration-triangle::before,
.showcase-title--decoration-triangle::after{
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid #009B9F;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.showcase-title--decoration-triangle::after{
	right: 0;
	left: auto;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 30px solid #009B9F;
	border-left: 0 none;
}
.showcase-text{
	font-size: 20px;
	line-height: 24px;
}
.showcase-text__title{
	margin: 10px 0;
	font-size: 22px;
	line-height: 24px;
}
.showcase-wrapper .showcase-color-blue{
	color: #148FCD;
}
.showcase-wrapper .showcase-color-red{
	color: #DF2D03;
}
.showcase-wrapper .showcase-color-turquoise{
	color: #009B9F;
}
.showcase-image-wrap{
	margin: 25px 0;
	text-align: center;
}
.showcase-list{
	max-width: 1020px;
	margin: 0 auto;
}
.showcase-icon{
	min-width: 63px;
	margin-right: 15px;
}
.showcase-info__title{
	margin-bottom: 5px;
	font-weight: var(--main-medium-font);
	font-size: 18px;
	line-height: 20px;
}
.showcase-info__text{
	font-size: 16px;
}
.showcase-list__item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 175px;
	margin: 18px 0;
	border-bottom: 1px solid #A5AAAB;
}
.container__info{
	padding: 15px 15px 0 5%;
}
.container.sc-row--reverse .container__info{
	padding: 15px 5% 0 15px;
}
.container__img{
	margin: 10px 0;
	text-align: center;
}
.float-left{
	float: left;
	margin-right: 10px;
}
.float-right{
	float: right;
	margin-left: 10px;
}
/* individual styles*/
.epson-l805 .color-theme{
	color: #065489;
}
.silhouette-portrait-3 .color-theme,
.silhouette-cameo-4 .color-theme,
.silhouette-cameo-pro .color-theme,
.silhouette-cameo-4-plus .color-theme{
	color: #53b1ae;
}
@media screen and (max-width: 768px){
	.hidden-md{
		display: none;
	}
	.sc-col-md-2,
	.sc-col-md-3{
		max-width: 100%;
	}
	.sideways-wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: normal;
		-ms-flex-align: normal;
		align-items: normal;
	}
	.sideways-wrap__img{
		margin: 20px 0;
	}
	.showcase-title{
		font-size: 18px;
		line-height: 22px;
	}
	.showcase-text{
		font-size: 18px;
		line-height: 22px;
	}
	.showcase-text__title{
		font-size: 20px;
		line-height: 22px;
	}
	.container .container__info,
	.container.sc-row--reverse .container__info{
		padding: 15px 0 0 0;
	}
	.showcase-list__item{
		min-height: auto;
		padding-bottom: 10px;
	}
	.float-left,
	.float-right{
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 576px){
	.showcase-title{
		font-size: 16px;
		line-height: 20px;
	}
	.showcase-text{
		font-size: 16px;
		line-height: 20px;
	}
	.showcase-text__title{
		font-size: 18px;
		line-height: 20px;
	}
	.showcase-info__text{
		font-size: 14px;
	}
	.showcase-icon{
		margin-right: 10px;
	}
	.showcase-title--decoration{
		padding: 20px 25px;
	}
	.showcase-title--decoration::before, .showcase-title--decoration::after{
		width: 25px;
	}
}
/*Showcase old style*/
.showcase{
	padding: 0 15px;
}
.showcase .text-holder{
	padding: 10px;
	overflow: hidden;
}
.showcase,
.showcase span,
.showcase p{
	color: #454B4E;
	text-align: justify;
}
.showcase .bg_dark p,
.showcase .bg_dark span{
	color: #FFF !important;
}
.showcase .heading{
	margin-bottom: 20px;
	font-size: 42px;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
}
.showcase .heading.heading-min{
	font-size: 32px;
}
.showcase .right_img,
.showcase .left_img{
	position: relative;
	padding: 10px 0;
}
.showcase .type_block_2 .right_img,
.showcase .left_img{
	margin-top: 250px;
}
.showcase .right_img p,
.showcase .left_img p{
	padding: 25px;
}
.showcase .right_img p{
	padding-right: 45%;
}
.showcase .left_img p{
	padding-left: 45%;
}
.showcase .right_img span.img-holder,
.showcase .left_img span.img-holder,
.showcase .type_block_2 .right_img span.img-holder,
.showcase .type_block_2 .left_img span.img-holder{
	width: 40%;
	position: absolute;
	top: 20px;
	right: 20px;
}
.showcase .left_img span.img-holder{
	top: -245px;
	left: 20px;
}
.showcase .type_block_2 .right_img span.img-holder{
	top: -245px;
}
.showcase .type_block_2 .left_img{
	margin: 0;
}
.showcase .img-holder img{
	width: auto !important;
	height: auto !important;
}
p.text .img-holder.border_left{
	margin-right: 0;
	padding-left: 20px;
	border-width: 0 0 0 10px;
}
p.text .img-holder.border_right{
	padding-right: 20px;
	border-width: 0 10px 0 0;
}
p.text .img-holder.border_color_0594a5{
	border: 5px solid #0594A5;
}
.bg_color_0594a5 .border_left,
.bg_color_0594a5 .border_right,
.showcase-table.border_left{
	border-style: solid;
	border-color: #FFF;
}
.showcase-table.border_left{
	border-color: #0594A5;
	border-width: 0 0 0 10px;
}
.bg_light{
	background-color: rgba(94, 199, 240, 0.46);
}
.bg_dark{
	background-color: #2E302F;
}
.bg_color_0594a5{
	background-color: #0594A5;
}
.bg_color_ffdedc{
	background-color: #FFDEDC;
}
.bg_color_b2f3f0{
	background-color: #B2F3F0;
}
.bg_color_7a695c{
	background-color: #7A695C;
}
.bg_color_3cb4d0{
	background-color: #3CB4D0;
}
.bg_color_FFE0C5{
	background-color: #FFE0C5;
}
.showcase .bg_honeycombs.text,
.showcase .bg_pautina.text,
.showcase .bg_spruce.text,
.showcase .bg_smoke.text,
.showcase .bg_color_3cb4d0 .text,
.showcase .bg_color_0594a5 .text,
.showcase .bg_color_7a695c .text,
.showcase .bg_color_0594a5.text{
	color: #FFF;
}
.showcase .half_bg p.text{
	padding: 10px 40px;
	margin-bottom: 0;
	background-color: #FFF;
	color: #454B4E;
}
.tt_upp{
	text-transform: uppercase;
}
.showcase p.text{
	margin-bottom: 20px;
}
.text_center,
.showcase p.text_center{
	text-align: center;
}
.showcase p.text.text_center{
	max-width: 900px;
	margin: 0 auto;
	padding: 25px;
}
.font_small{
	font-size: 16px;
	line-height: 1.2;
}
.font_normal{
	font-size: 20px;
	line-height: 1.2;
}
.font_large{
	font-size: 30px;
	line-height: 1.3;
}
.font_large_plus{
	font-size: 35px;
	line-height: 1.5;
}
.fw_medium{
	font-weight: var(--main-medium-font);
}
.fw_bold{
	font-weight: var(--main-bold-font);
}
p.text .img-holder.leftimg{
	float: left;
	max-width: 50%;
	margin-right: 20px;
	margin-left: 0;
}
p.text .img-holder.rightimg{
	float: right;
	max-width: 50%;
	margin-left: 20px;
	margin-right: 0;
}
p.text .img-holder{
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: center;
}
.showcase-table{
	display: table;
	margin-bottom: 50px;
}
.showcase-table .img-holder,
.showcase-table .text-holder{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.showcase-table .img-holder{
	text-align: center;
}
.showcase-table .text-holder .title{
	text-transform: uppercase;
	color: #000;
}
.showcase-table .text-holder p{
	color: #100F0F;
	margin-bottom: 20px;
}
.showcase-table_list{
	margin-bottom: 20px;
}
.showcase-table_list .item{
	margin-bottom: 15px;
}
.showcase-table_list .item:last-child{
	margin-bottom: 0;
}
.showcase-table_list .item .circle{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border-radius: 50%;
	background-color: #FFF;
	text-align: center;
	line-height: 30px;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
img.float_left{
	margin-right: 25px;
}
.border_decoration{
	position: relative;
	overflow: visible !important;
}
.border_decoration::after,
.border_decoration::before{
	content: '';
	position: absolute;
	top: 0;
	margin-top: 15px;
	height: 65%;
}
.border_decoration::after{
	right: -15px;
	border-right: 30px solid #00B5D2;
}
.border_decoration::before{
	left: -15px;
	border-right: 30px solid #00B5D2;
}
.showcase-icon_list{
	margin-bottom: 20px;
	text-align: center;
}
.showcase-icon_list .item{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 20px;
}
.showcase-icon_list .item span{
	text-align: center;
}
.showcase-icon_list .item .img-holder{
	height: 144px;
	line-height: 144px;
	margin-bottom: 20px;
}
.showcase-icon_list.four_items .item{
	width: 22%;
}
.img-large{
	margin-bottom: 30px;
	text-align: center;
}
.showcase_with_sticker{
	position: relative;
}
.showcase_with_sticker span{
	margin-bottom: 0;
}
.showcase_sticker{
	position: absolute;
	max-width: 640px;
}
.showcase .sticker1{
	top: 70%;
	left: 45px;
	padding: 20px 75px;
}
.showcase .sticker2{
	top: 20px;
	right: 0;
	padding: 20px;
}
.showcase .video-holder{
	width: 100%;
	height: 640px;
	text-align: center;
}
.showcase-column{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px;
}
.showcase-column__box{
	width: 48%;
}
.showcase-column__box:first-of-type{
	float: left;
}
.showcase-column__box:last-of-type{
	float: right;
}
.showcase-column__box .img-holder{
	text-align: center;
}
.showcase-list{
	padding-right: 20px;
	list-style: initial;
}
.showcase-list_item{
	margin-left: 40px;
	margin-bottom: 10px;
}
.showcase_2 .bg_light{
	background-color: #78E4BE;
}
.showcase_2 .heading{
	font-size: 37px;
}
.showcase_2 .showcase-table .text-holder .title{
	margin-bottom: 10px;
}
.showcase_2 .showcase-icon_list .item span{
	font-weight: 600;
}
.showcase_2 .head_title{
	margin: 25px 0 15px;
	font-size: 20px;
	color: #3D3F43;
	text-align: center;
	text-transform: uppercase;
}
.showcase_2 p.text{
	padding: 0 20px;
	text-align: center;
}
.showcase_2 .showcase-table .text-holder{
	vertical-align: top;
}
.showcase_2 .showcase-table .text-holder p{
	margin-bottom: 6px;
}
.showcase_2 .showcase_footer img{
	float: left;
	width: 6%;
}
.showcase_2 .showcase_footer .text{
	float: right;
	width: 94%;
	text-align: left;
}
@media screen and (max-width: 1024px){
	.showcase .heading{
		font-size: 36px;
	}
	.showcase .video-holder{
		height: 548px;
	}
	.showcase .text-holder.half_bg{
		padding-right: 30%;
	}
}
@media screen and (max-width: 960px){
	.showcase .video-holder{
		height: 513px;
	}
	.showcase .type_block_2 .right_img,
	.showcase .left_img{
		margin-top: 140px;
	}
	.showcase .type_block_2 .right_img span.img-holder,
	.showcase .left_img span.img-holder{
		top: -160px;
	}
}
@media screen and (max-width: 860px){
	.showcase .video-holder{
		height: 458px;
	}
}
@media screen and (max-width: 768px){
	.showcase-table{
		display: block;
		margin-bottom: 30px;
		overflow: hidden;
	}
	.showcase-table .img-holder,
	.showcase-table .text-holder{
		display: block;
		width: 100%;
	}
	.showcase-table .img-holder{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.showcase-table .text-holder{
		padding-bottom: 0;
	}
	p.text .leftimg{
		float: none;
		max-width: initial;
		margin-right: 0;
	}
	.showcase .heading{
		font-size: 32px;
	}
	.showcase_sticker{
		position: static;
		max-width: initial;
	}
	.showcase .sticker1{
		padding: 20px;
		text-align: center;
	}
	.showcase p.text.text_center{
		padding: 20px;
	}
	p.text .img-holder.rightimg,
	p.text .img-holder.leftimg{
		float: none;
		margin-left: 0;
		margin-right: 0;
		border: 0 none;
		padding: 0;
		max-width: initial;
	}
	.showcase .video-holder{
		height: 416px;
	}
	.showcase-column__box{
		width: 100%;
	}
	.showcase-icon_list.four_items .item{
		width: 45%;
	}
	.showcase .text-holder.half_bg{
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
	.showcase .half_bg p.text{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
	}
	.showcase .type_block_2 .right_img,
	.showcase .left_img{
		margin: 10px 0;
	}
	.showcase .right_img,
	.showcase .left_img{
		background-color: #FFE0C5;
	}
	.showcase .type_block_2 .right_img span.img-holder,
	.showcase .type_block_2 .left_img span.img-holder,
	.showcase .right_img span.img-holder,
	.showcase .left_img span.img-holder{
		position: static;
		width: auto;
		text-align: center;
		box-shadow: none;
	}
	.showcase .type_block_2 .right_img,
	.showcase .type_block_2 .left_img,
	.showcase .right_img p,
	.showcase .left_img p{
		padding: 15px;
	}
	img.float_left{
		display: block;
		float: none;
		margin: 25px auto;
	}
}
@media screen and (max-width: 640px){
	.showcase-icon_list .item{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.showcase-icon_list .item .img-holder{
		margin-bottom: 0;
	}
	.showcase .video-holder{
		height: 344px;
	}
	.border_decoration::before,
	.border_decoration::after{
		display: none;
	}
}
@media screen and (max-width: 540px){
	.showcase .heading{
		font-size: 30px;
	}
	.showcase .video-holder{
		height: 287px;
	}
}
@media screen and (max-width: 480px){
	.showcase .video-holder{
		height: 254px;
	}
	.showcase-icon_list.four_items .item{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 440px){
	.showcase .video-holder{
		height: 230px;
	}
}
@media screen and (max-width: 385px){
	.showcase .video-holder{
		height: 200px;
	}
}
@media screen and (max-width: 320px){
	.showcase .video-holder{
		height: 177px;
	}
}