.content {
	padding: 40px 0 0;
	background: url(/public/images/images_new/background3.png) top left;
	background-size: cover;
}

.content .steps {
	text-align: center;
}

.content .steps .step {
	display: inline-block;
	position: relative;
}

.content .steps .step .circle {
	padding: 8px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
	border-radius: 50%;
	display: inline-block;
	position: relative;
	background-image: -moz-linear-gradient( 90deg, rgb(246,246,246) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(246,246,246) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(246,246,246) 0%, rgb(255,255,255) 100%);
	z-index: 2;
}

.content .steps .step span.num {
	display: inline-block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	font-family: 'Proxima Nova SemiBold';
	font-size: 14px;
	line-height: 55px;
	text-align: center;
	background: #D7D7D7;
	color: #969696;
	position: relative;
}

.content .steps .step.active span.num {
	background: #B0150A;
	color: #FFFFFF;
}

.content .steps .step.inactive.active span.num {
	background: #aeaeae;
}

.content .steps .step span.num:before,
.content .steps .step span.num:after {
	content: '';
	width: 5px;
	height: 30px;
	background-image: -moz-linear-gradient( 90deg, rgb(246,246,246) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(246,246,246) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(246,246,246) 0%, rgb(255,255,255) 100%);
	position: absolute;
	z-index: 3;
	left: -10px;
	top: 12px;
}

.content .steps .step span.num:after {
	right: -10px;
	left: auto;
}

.content .steps .step:first-child span:before {
	content: none;
}

.content .steps .step:after {
	width: 88px;
	height: 7px;
	margin: 0 -12px;
	content: '';
	background: #D7D7D7;
	display: inline-block;
	position: relative;
	z-index: 4;
}

.content .steps .step:before {
	position: absolute;
	left: 64px;
	top: 20px;
	z-index: 1;
	display: inline-block;
	content: '';
	background-image: -moz-linear-gradient( 90deg, rgb(246,246,246) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(246,246,246) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(246,246,246) 0%, rgb(255,255,255) 100%);
	height: 30px;
	width: 88px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
	z-index: 1;
}

.content .steps .step:last-child:before,
.content .steps .step:last-child:after,
.content .steps .step:last-child span.num:after {
	content: none;
}

.content .steps .step.check {
	
}

.content .steps .step.check:after {
	background: #B0150A;
}

.content .steps .step.inactive.check:after {
	background: #c7c7c7;
}

.content .steps .step.inactive.check .num .fa{
	background: #c7c7c7;
}

.content .steps .step.check .num .fa {
	font-size: 34px;
	top: 5.5px;
	position: relative;
	background: #E21608;
	width: 44px;
	height: 39px;
	margin: auto;
	padding: 5px 0 0 0;
	display: inline-block;
	border-radius: 50%;
}

.content .steps .step.check .num .fa:before {
	content: "\f00c";
}

.content .title_block {
	font-family: 'Proxima Nova SemiBold';
	font-size: 26px;
	color: #004ecf;
	text-align: center;
	padding: 52px 0 50px;
}

.content .video {
	margin: auto;
	width: 657px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.28);
	padding: 4px;
}

@media(min-width: 320px) {
	.content .video {
		width: calc(100% - 8px);
	}

	.content .video iframe {
		width: 100%;
	}
}

@media(min-width: 768px) {
	.content .video {
		width: 657px;
	}
}

.content .button {
	text-align: center;
	padding: 59px 0 0 0;
}

.content .button .link {
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	font-family: 'Proxima Nova SemiBold';
	text-decoration: none;
	padding: 18px 10px;
	background: url(/public/images/images_new/button_6.png) no-repeat;
}

.content .templates {
	padding: 65px 0 81px 0;
	width: 927px;
	margin: auto;
}

.content .templates .title_templates {
	color: #363636;
	font-size: 20px;
	font-family: 'Proxima Nova SemiBold';
	padding: 0 0 56px 0;
	text-align: center;
}

.content .templates .nav {
	margin: 13px 0;
	border-bottom: 1px solid #ECECEC;

	display: flex;
	flex-wrap: wrap;
}

.content .templates .nav > li.filtering{
	margin-left: auto;
	font-style: italic;
}

.content .templates .nav > li.filtering.expanded a::after{
	background: #00baff;
	bottom: -2px;
	content: "";
	height: 4px;
	left: -10.5%;
	position: absolute;
	width: 121%;
}

.content .templates .nav .table {
	margin: 0 23px;
	width: calc(100% - 46px);
	display: table;
}

.content .templates .nav .tr {
	display: table-row;
}

.content .templates .nav .tr .item {
	float: left;
	width: 16.66666667%;
}

.content .templates .nav .tr .item:nth-child(2) {
	text-align: center;
	padding: 0 50px 0 0;
	width: calc(16.66666667% - 50px);
}

.content .templates .nav .tr .item:nth-child(3) {
	text-align: center;
	padding: 0 20px 0 0;
	width: calc(16.66666667% - 20px);
}

.content .templates .nav .tr .item:nth-child(4) {
	text-align: center;
}

.content .templates .nav .tr .item:nth-child(5) {
	text-align: center;
}

.content .templates .nav .tr .item:nth-child(6) {
	text-align: right;
}

.content .templates .nav .tr .item a {
	font-family: 'Proxima Nova Light';
	font-size: 18px;
	padding: 0 0 14px 0;
	position: relative;
	color: #7a7a7a;
	display: inline-block;
	text-decoration: none;
}

.content .templates .nav .tr .item.active a:after {
	position: absolute;
	bottom: -2px;
	content: '';
	background: #E00000;
	left: -10.5%;
	width: 121%;
	height: 4px;
}

.content .templates .items {
	width: 100%;

	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.content .templates .items .item {
	width: calc(25% - 22.5px);
	float: left;
	/*margin: 0 30px 20px 0;*/
	margin:0 0 20px;
	padding: 0 10px;
}

/*.content .templates .items .item:nth-child(4n+4) {
	margin-right: 0;
}*/

.content .templates .items .item .image {
	padding: 5px;
	border: 1px solid #E5E5E5;
	text-align: center;
	position: relative;
}

.content .templates .items .item .title {
	margin: 12px 0 0 0;
}

.content .templates .items .item .title a {
	text-decoration: none;
	color: #434343;
	font-size: 18px;
	line-height: 27px;
	font-family: 'Proxima Nova';
}

.content .templates .button {
	padding: 45px 0 0 0;
}

.content .templates .button .link {
	font-size: 22px;
	background: url(/public/images/images_new/button_7.png) no-repeat;
	padding: 15px 57px;
}

@media(min-width: 320px) {
	.content .templates {
		width: 100%;
	}

	.content .templates .items .item {
		margin: 0 0 20px 0;
		width: 100%;
		float: none;
	}
}

@media(min-width: 768px) {
	.content .templates {
		width: 100%;
	}

	.content .templates .items .item {
		width: calc(33.3% - 20px);
		float: left;
		/*margin: 0 30px 20px 0;*/
		margin: 0 0 20px;
	}
/*
	.content .templates .items .item:nth-child(3n+3) {
		margin-right: 0;
	}

	.content .templates .items .item:nth-child(4n+4) {
		margin-right: 30px;
	}*/
}

@media(min-width: 1030px) {
	.content .templates {
		width: 927px;
	}

	.content .templates .items .item {
		width: calc(25% - 22.5px);
	}
/*
	.content .templates .items .item:nth-child(3n+3) {
		margin-right: 30px;
	}

	.content .templates .items .item:nth-child(4n+4) {
		margin-right: 0;
	}*/
}

.tab-content{
	padding-top:13px;
}

.tab-content>.not-found{
    text-align: center;
    display: block;
    color: gray !important;
    font-style: italic;
}

.lpCat{
	height:240px !important;
}

.templates .items>.item>.title>label{
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.templates .items>.item>.image>.item-overlay{
	opacity:0;
	background:rgba(0, 0, 0, 0.75);
	color: white;

	padding:20px;
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	transition:opacity .2s ease;
}

.templates .items>.item>.image:hover>.item-overlay{
	opacity: 1;
}

.templates .items>.item>.image>.item-overlay .item-btn{
	display: block;
	width: 100%;
	color: white;
	padding: 11px;
	margin: 10px 0;
	font-size: 17px;
	font-weight: bolder;
	border:2px solid white;
	border-radius: 8px;
	background: transparent;

	cursor: pointer;

	/*opacity:.95;*/
}

.templates .items>.item>.image>.item-overlay .item-btn:hover{
	background: white;
	color: rgba(0, 0, 0, 0.8) !important;
}

/*filtering panel*/
.nav-filter{
	margin: 13px 0;
	border-bottom: 1px solid #ECECEC;

	display: flex;
	justify-content:flex-start;
	align-items: center;
	padding-bottom:13px;

    position: relative;
}

.nav-filter>.filter-loading{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
    z-index:2000;
    display: none;
}

.nav-filter>.filter-loading.active{
    display: block;
}

.nav-filter>.filter-loading:after{
    content: '';
    position: absolute;
    display: block;
    background: url(/public/images/ajax-loader.gif);
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 3000;
}

.nav-filter>.filter{
	display: block;
	padding:5px 10px;
}

.nav-filter>.filter:first-of-type{
	padding-left:0;
}

.nav-filter>.filter:last-of-type{
	padding-right:0;
}

.nav-filter>.filter.filter__search>input{
	display: block;
	border: 1px solid #ccc;
	font-size:14px;
	padding:6px 12px;
	color:#555;
	border-radius: 20px;/*border-radius:4px;*/

	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

	height:34px;
	box-sizing: border-box;

	outline: none !important;
}

.nav-filter>.filter.filter__rating .rating__star{
	width: 30px;
	height: 30px;
}

.nav-filter>.filter.filter__rating .rating__star.rating__star-active{
	background-position:-30px 0;
}

.nav-filter>.filter.filter__badges{
	display: block;
}

.nav-filter>.filter.filter__badges .badge{
	color: white;
	text-transform:uppercase;
	font-size:14px;
	padding:3px;
	border-radius:3px;
	background:#555;

	display: inline-block;
	cursor: pointer;
	margin:3px 2px;

	opacity:.6;
}

.nav-filter>.filter.filter__badges .badge.active{
    opacity:1 !important;
}

.nav-filter>.filter.filter__badges .badge:hover{
	opacity:1;
	/*margin:3px 0;*/
}

.nav-filter>.filter.filter__badges .badge>b{
	font-weight: bolder !important;
}

.nav-filter>.filter.filter__badges .badge.badge_green{
	background: #5cb85c;
}

.nav-filter>.filter.filter__badges .badge.badge_blue{
	background: #5bc0de;
}

.nav-filter>.filter.filter__badges .badge.badge_yellow{
	background: #f0ad4e;
}

.nav-filter>.filter.filter__btn.align-right{
	margin-left: auto;
}

.nav-filter>.filter.filter__btn.hidden{
    display: none;
}

.nav-filter>.filter.filter__btn button{
	font-size:28px;
	color: #bababa;
	cursor: pointer;
	border:0;
	background: transparent;
	padding:5px;
}

.nav-filter>.filter.filter__btn button:hover,
.nav-filter>.filter.filter__btn button:active,
.nav-filter>.filter.filter__btn button:focus{
	color:#555;
}

.modal-tools{
	display:flex;
	width:100%;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-around;
	align-items: center;
}

.modal-tools__panel-title{
	font-size: 25px;
}

.modal-tools__btn{
	margin-left: auto;
	border: 2px solid rgba(0, 0, 0, .7) !important;
	color: black;
	padding: 15px 50px;
	border-radius: 10px;
	background:white;
	text-decoration:none !important;
	font-size: 17px;
	/* margin-right: -15px; */
}

.modal-tools__btn:hover{
	cursor: pointer;
	background:rgba(0, 0, 0, .1);
}