
// front-page

.site-header{
    margin-bottom: 0px!important;
}

.banner_section{
	padding: 333px 0;
	text-align: center;
	background-size: cover;
	margin-bottom: 80px;
	h1{
		font-family: 'Russo One', sans-serif;
		color: #2575FC;
		font-size: 80px;
		position: relative;
		margin-bottom: 0;
	}

	h2{
		font-family: 'Russo One', sans-serif;
		font-size: 80px;
		color: #fff;
		line-height: 1;
	}
}
.text_block{
	margin-bottom: 43px;

	// added
	h1{
		font-family: 'Russo One', sans-serif;
		font-size: 34px;
		line-height: 1;
		padding-top: 30px;
		margin-bottom: 16px;
		color: #333333;
		position: relative;
		font-weight: 400;
	}
	h1:before{
		content:"";
		position: absolute;
		top: 0;
		left: 0;
		width: 200px;
		height: 3px;
		background:#2575FC;
	}
	.section_title {
		font-family: 'Russo One', sans-serif;
		font-size: 34px;
		line-height: 1;
		padding-top: 30px;
		margin-bottom: 16px;
		color: #333333;
		position: relative;
		font-weight: 400;
		letter-spacing: normal;

		@media screen and (max-width: 768px) {
			font-size: 24px;
			margin-bottom: 7px;
			padding-top: 20px;
			line-height: 1.2;
		}

		&:before{
			content:"";
			position: absolute;
			top: 0;
			left: 0;
			width: 200px;
			height: 3px;
			background:#2575FC;

			@media screen and (max-width: 768px) {
				top: 2px;
				width: 96px;
			}
		}
	}
	.section_title_20 {
		font-family: 'Russo One', sans-serif;
		font-size: 20px;
		color: #333333;
		font-weight: 400;
		letter-spacing: 0.05em;
		line-height: 1.2;
		margin-bottom: 0.5rem;
		padding-top: 0;
		position: initial;

		&:before {
			display: none;
		}
	}
	// added

	h2{
		font-family: 'Russo One', sans-serif;
		font-size: 34px;
		line-height: 1;
		padding-top: 30px;
		margin-bottom: 16px;
		color: #333333;
		position: relative;
		font-weight: 400;
	}
	h2:before{
		content:"";
		position: absolute;
		top: 0;
		left: 0;
		width: 200px;
		height: 3px;
		background:#2575FC;
	}
	h3{
		font-family: 'Russo One', sans-serif;
		font-size: 20px;
		color: #333333;
		font-weight: 400;
		letter-spacing: 0.05em;
	}
	h6{
		font-family: $ff3;
		font-weight: 300;
		font-size: 18px;
		letter-spacing: 0.05rem;
		color: #000000;
		margin-bottom: 15px;
	}
	p {
		font-size: 20px;
		font-weight: 400;
	}

	//added
	p.sub-title {
		font-family: $ff3;
		font-weight: 300;
		font-size: 18px;
		letter-spacing: 0.05rem;
		color: #000000;
		margin-bottom: 15px;
		line-height: 1.2;

		@media screen and (max-width: 768px) {
			font-size: 14px;
			line-height: 1.4;
			letter-spacing: 0.7px;
		}
	}
	//p.modal-title-h3 {
	//	font-family: 'Russo One', sans-serif;
	//	font-size: 20px;
	//	color: #333333;
	//	font-weight: 400;
	//	letter-spacing: 0.05em;
	//	line-height: 1.2;
	//}
	//added

}
.service_section{
	margin-bottom: 96px;
}

.card_block{
	padding-top: 220px;
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 24px;
	background-size: cover;
	position: relative;

	// added
	p.services_section_title_hover,
	p.services_section_title {
		font-family: 'Russo One';
		font-weight: 400;
		color: #fff;
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 0.05em;
		margin-bottom: 0;

		@media screen and (max-width: 768px) {
			font-size: 16px;
			margin-bottom: 0;
			line-height: 1;
		}
	}
	p.services_section_title_hover {
		margin-bottom: 8px;
		line-height: 24px;

		@media screen and (max-width: 768px) {
			font-size: 16px;
			margin-bottom: 0;
			line-height: 1;
		}
	}
	// added

	h4{
		font-family: 'Russo One';
		font-weight: 400;
		color: #fff;
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 0.05em;
		margin-bottom: 0;
	}
	.inner_text{
		position: absolute;
		display: block;
		width: 100%;
		bottom: 27px;
		text-align: center;
		transition: all 0.5s;
		@include rwd-max(768) {
			display: inline-block;
			width: 90%;
			margin: auto;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
		}
	}
	.hover_text{
		width: 100%;
		height: 100%;
		padding: 33px 30px;
		@include rwd-max(768) {
			padding: 5px;
		}
	}
	.hover_block{
		@include rwd-max(768) {
			width: 100%;
			height: 100%;
		}
	}
}
.spec_check{
	.inner_text{
		top: 50px;
	}
}
.hover_block {
	position: absolute;
	width: calc( 100% - 20px);
	height: calc( 100% - 20px);
	border-radius: 14px;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	background: linear-gradient(90.34deg, #1C00C9 0.3%, #2575FC 99.79%);
	opacity: 0;
	transition: all 0.5s;
	@include rwd-max(768) {
		border-radius: 8px;
		opacity: 0.8;
		display: none;
	}
}
.hover_text{
	position: absolute;
	width: 84%;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	opacity: 0;
	transition: all 0.5s;
	h4{
		margin-bottom: 8px;
		line-height: 24px;
	}
	p{
		color: #F6F6F6;
		line-height: 24px;
		margin-bottom: 19px;
	}
	.btn {
		font-weight: 600;
		font-size: 12px;
		line-height: 15px;
		color: #fff;
		font-style: normal;
		display: inline-block;
		position: relative;
	}
	.btn:after{
		content: "";
		position: absolute;
		right: -4px;
		top: 25%;
		width: 8px;
		height: 100%;
		background-image: url(/wp-content/uploads/2020/11/Vector-2.png);
		background-repeat: no-repeat;
		background-position: top;
		background-size: contain;
	}
	.btn:focus{
		box-shadow: none;
	}
}
@include rwd-min(768) {
	.card_block:hover,.card_block:active{
		.inner_text{
			opacity: 0;
		}
		.hover_block{
			opacity: 0.8;
			display: block;
		}
		.hover_text{
			opacity: 1;
		}
	}
}

.ticket_section{

	.slick-slide{
		margin-top: 19px;
	}
	.col-md-4.pop{

		@include rwd-min(768) {
			padding: 0 15px;
		}
		.ticket{
			.content{
				padding: 56px 20px 0 20px;
			}
		}
	}
	.col-md-4{
		margin-bottom: 30px;
	}
	.ticket {
		background: #f9fbff;
		border: 1px solid #D6D6D6;
		border-radius: 14px;
		text-align: center;
		overflow: hidden;
		margin: 0 10px;
		margin-bottom: 32px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
		@include rwd-range(1100,768) {
			margin: 0;
			margin-bottom: 32px;
		}
		.title{
			font-family: "Proxima Nova", sans-serif;
			color: #000000;
			font-weight: 600;
			font-size: 16px;
			margin-bottom: 10px;
		}
		.content{
			position: relative;
			padding: 22px 20px;
			padding-bottom: 5px;
			margin-bottom: 20px;
			.price{
				font-family: 'Russo One', sans-serif;
				font-weight: bold;
				color: #2575FC;
				font-size: 42px;
				margin-bottom: -6px;
				line-height: 1;
			}
			span {
				color: #828282;
				font-family: "Proxima Nova";
				font-weight: 300;
				font-size: 14px;
				letter-spacing: 1px;
				display: inline-block;
				margin-bottom: 7px;

			}
			.old_price {
				color: #828282;
				font-family: 'Roboto', sans-serif;
				font-weight: 300;
				font-size: 16px;
				line-height: 19px;
				letter-spacing: 1px;
				margin-bottom: 10px;
				@include rwd-max(768){
					margin-bottom: 14px;
				}
			}
			.cross_out{
				text-decoration-line: line-through;
			}

		}
		.content:after{
			content: "";
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 85%;
			height: 1px;
			background: #D6D6D6;


		}
		.taxonomies,.desc{
			display: flex;
			flex-direction: column;
			justify-content: center;
			width: 80%;
			margin:auto;
			margin-top: 0;
			margin-bottom: 0;
			font-size: 12px;
			a{
				font-size: 14px;
				color: #000000;
				margin-bottom: 10px;
				display: inline-block;
			}
			p{
				font-size: 14px;
				line-height: 17px;
				margin-bottom: 10px;
			}

		}
		.desc p {
			line-height: 20px;
		}
		.btn_white{

			a{
				border-color: #2575FC;
				padding: 12px 0;
				text-align: center;
				display: inline-block;
				margin-bottom: 24px;
				font-size: 12px;
				line-height: 16px;
				min-width: 208px;
				font-weight: 800;

			}
		}
		.services{
			span:last-child{
				display: none;
			}
		}
	}
	.pop .ticket{
		border: solid 1px transparent;
		background-clip: padding-box;
		box-sizing: border-box;
		overflow: visible;
		position: relative;
		.content{
			overflow: hidden;
			border-radius: 10px;
		}
	}
	.pop .ticket:before{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		margin: -1px;
		border-radius: inherit;
		background: linear-gradient(90.34deg, #1C00C9 45%, #2575FC 64.79%);
		background: linear-gradient(90.34deg, #2575FC 45%, #2ABDEC 64.79%);
	}
	.slick-prev:hover, .slick-next:hover {
		background: none;
	}
	.slick-prev{
		@include rwd-range(992,600) {
			left: -3%;
		}
	}
	.slick-next{
		@include rwd-range(992,600) {
			right: -3%;
		}
	}
}
.slider{
	margin-bottom: 0!important;
	.pop{
		@include rwd-min(768) {
			margin-top: 0!important;

		}

	}


}

.popular{
	background: linear-gradient(90.34deg, #1C00C9 0.3%, #2575FC 99.79%);
	padding: 11px;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	text-align: center;
	background: linear-gradient(90.34deg, #2575FC 0.3%, #2ABDEC 99.79%);
	p{
		margin-bottom: 0!important;
		font-family: "Proxima Nova", sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 10px!important;
		color: #fff;
		letter-spacing: 1px;
	}
}

.slick-prev {
	left: -4%;
	z-index: 1;
}
.slick-next {
	right: -5%;
	top: 40%;
	@include rwd-max(600) {
		right: -4%;
	}
}
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 60px;
	width: 60px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	color: transparent;
	top: 45%;
	margin-top: -10px;
	padding: 0;
	border: none;
	border-radius: 50%;
	outline: none;
	transition: all 0.5s;
	background: none;
}
.slick-prev:focus, .slick-next:focus{
	outline: none;
}
.slick-prev:before, .slick-next:before {
	content: "";
	position: absolute;
	top: 40%;
	left: 46%;
	transform: translate(-50%, -50%);
	border: solid #000000;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	width: 14px;
	height: 14px;
}
.slick-prev:before{
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.slick-next:before{
	top: 38%;
	left: 35%;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);

}
.slick-prev:hover,.slick-next:hover{
	background: #F6F6F6;
}
.slick-prev:hover:before,.slick-next:hover:before{
	border: solid #2575FC;
	border-width: 0 2px 2px 0;
}
.trainer_section{
	.slick-prev{
		top: 35%;
		left: -5%;
	}
	.slick-next{
		top: 35%!important;
	}
	.slick-slide{
		margin-top: 19px;
	}
	.slick-next{
		@include rwd-range(1050,992) {
			right: -3%;
		}
	}
	.slick-prev {
		@include rwd-range(1050,992) {
			left: -3%;
		}
	}
	.slick-next:hover,.slick-prev:hover{
		@include rwd-range(1050,992) {
			background: none;
		}

	}
	.pop{
		.trainer_bg{
			border: solid 1px transparent;
			background-clip: padding-box;
			box-sizing: border-box;
			overflow: visible;
			.hover{
				border-radius: 14px;
			}
		}
		.trainer_bg:before{
			content: "";
			position: absolute;
			top: 0; right: 0; bottom: 0; left: 0;
			z-index: -1;
			margin: -1px;
			border-radius: inherit;
			background: linear-gradient(	90.34deg, #1C00C9 45%, #2575FC 64.79%);
		}
		.title{
			color: transparent;
			-webkit-background-clip: text;
			background-clip: text;
			background-image: linear-gradient(89.49deg, #2575FC 0.44%, #2ABDEC 99.56%);
		}
	}
}
.hide_desc{
	position: relative;
	p{
		height: 40px;
		overflow: hidden;
	}
	.read-more{
		background: #ffffff;
		padding: 0 7px;
		position: absolute;
		right: 10px;
		top: 19px;
		text-decoration: underline;
	}
}
.trainer_bio{
	max-width: 450px !important;
	text-align: center!important;
	.title{
		font-family: 'Russo One', sans-serif;
		color: #000000;
		font-style: normal;
		margin-bottom: 5px;
		display: inline-block;
		font-size: 28px;
		line-height: 34px;
	}
}
.trainer_block,.manicure_block {
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 27px;
	.trainer_bg,.manicure_bg{
		padding-top: 125%;
		background-size: cover;
		margin-bottom: 14px;
		border-radius: 14px;
		position: relative;
		overflow: hidden;
		.coach_attr{
			position: absolute;
			top: 15px;
			left: 15px;
			display:block;
		}
		.hover{
			opacity: 0;
			transition: all 0.5s;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background:rgba(0, 0, 0, 0.4);
			padding: 15px;
			color: #fff;
			.coach_attr{
				display: flex;
				align-items: center;
				margin-bottom: 10px;
				position: initial;
				img{
					margin-right: 5px;
					width: 50px;
					height: auto;
				}
				p{
					margin-bottom: 0px;
				}
			}


		}
	}
	.manicure_bg{
		padding-top: 267px;
	}
	.trainer_bg:hover{
		.hover{
			opacity: 1;
		}
	}
	.title{
		font-family: 'Russo One', sans-serif;
		font-size: 16px;
		color: #000000;
		font-style: normal;
		margin-bottom: 5px;
		letter-spacing: initial;
		display: initial;
		@include rwd-max(992) {
			min-height: 38px;
		}
	}
	.content {
		min-height: 95px;
		@include rwd-range(520,768) {
			min-height: 105px;
		}
		@include rwd-max(520) {
			min-height: auto;
			margin-bottom: 16px;
		}
	}
	p{
		font-size: 14px;
		letter-spacing: 0.05em;
		display: inline-block;
		margin-bottom: 11px;
		@include rwd-max(768) {
			margin-bottom: 0;
		}
	}
	img{
		display: inline-block;
	}
}

.btn_more{
	font-family: "Proxima Nova", sans-serif;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	color: #000000!important;
	transition: all 1s;
}
.btn_more:hover{
	color: #2575FC!important;
}
.btn_more:hover:after{
	background-image: url(/wp-content/uploads/2021/04/Vector.png);
	right: -22px;
}
.btn_more:after{
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 2px;
	right: -19px;
	background-image: url(/wp-content/uploads/2020/11/slider_arrow-e1618429056124.png);
	background-size: contain;
	background-repeat: no-repeat;
	line-height: 1;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	transition: all 1s;
}
.second_bg {
	padding-top: 45%;
}
.apps{
	margin-bottom: 120px;

	.mob_item {
		padding-top: 57px;
	}
	.mobile_block{
		margin: 0 -5px;
	}
}
.services{
	p{
		display: inline-block;
	}
}

.comments{
	.text_block {
		margin-bottom: 67px;
	}
	.slick-prev, .slick-next{
		top: 50%;
	}
	.slick-prev:hover, .slick-next:hover {
		background: none;
	}
	.slick-prev{
		left: -7%;
	}
	.slick-next{
		right: -7%;
	}
	.slick-slide{
		margin-top: 25px;
	}
	.comment{
		text-align: center;
		h4 {
			font-family: "Proxima Nova", sans-serif;
			font-weight: 600;
			font-size: 12px;
			color: #828282;
		}
		// added
		.comment-title {
			font-family: "Proxima Nova", sans-serif;
			font-weight: 600;
			font-size: 12px;
			color: #828282;

			@media screen and (max-width: 768px) {
				font-size: 16px;
				color: #000;
			}
		}
		//added
		.inner_text {
			padding: 0px 30px;
			p {
				font-family: "Proxima Nova", sans-serif;
				font-weight: normal;
				color: #828282;
				font-size: 12px;
			}
		}
	}
	.slick-current{
		margin-top: 0;
		h4 {
			font-size: 18px;
			color: #000;
		}
		// added
		.comment-title {
			font-size: 18px;
			color: #000;
		}
		//added
		.inner_text{
			position: relative;
			padding: 0 20px;

			p{
				font-size: 16px;
				color: #333333;
			}
		}
		.inner_text:before{
			content: "";
			position: absolute;
			top: -17px;
			left: -18px;
			width: 24px;
			height: 100%;
			background-image: url("/wp-content/uploads/2020/12/Vector-2.png");
			background-size: contain;
			background-repeat: no-repeat;
		}
		.inner_text:after{
			content: "";
			position: absolute;
			bottom: -98%;
			right: -18px;
			width: 24px;
			height: 100%;
			background-image: url("/wp-content/uploads/2020/12/Vector-3-1.png");
			background-size: contain;
			background-repeat: no-repeat;
		}
	}

}
@media screen and (max-width: 768px){
	.container{
		padding-right: 0!important;
		padding-left: 0!important;
		max-width: calc(100% - 32px);
	}
	.banner_section{
		padding: 0;
		height: 326px;
		display: flex;
		align-items: center;
		margin-bottom: 60px;
		.baner_text_block{
			padding-top: 37px;
		}
		h1,h2{
			font-size: 26px;
			margin-bottom: 0;
		}

	}
	.service_section{
		margin-bottom: 43px;
		.text_block{
			margin-bottom: 22px;
			h2:before{
				top: 2px;
				width: 96px;
			}
		}
	}
	.ticket_section{
		.text_block{
			margin-bottom: 20px;
		}

	}
	.text_block{
		text-align: left;
		h2{
			font-size: 24px;
			margin-bottom: 7px;
			padding-top: 20px;
			line-height: 1.2;
		}
		h2:before{
			width: 96px;
		}
		h6{
			font-size:14px;
			line-height: 1.4;
			letter-spacing: 0.7px;
		}
	}
	.card_block{
		padding-top: 78px;
		margin-bottom: 16px;
		border-radius: 8px;
		h4{
			font-size: 16px;
			margin-bottom: 0;
			line-height: 1;
		}
	}
	.trainer_section{
		margin-bottom: 60px!important;
		.text_block{
			margin-bottom: 20px;
		}
		.slick-prev{
			left: 25px;
		}
		.slick-next{
			right: 25px;
		}
		.slick-prev,.slick-next{
			height: 60px;
			width: 60px;
			background: rgba(246, 246, 246, 0.5);
			top: 39%!important;
		}

		.slick-prev:before,.slick-next:before{
			content: "";
			top: 37%;
			left: 45%;
			color: #000;
		}
		.slick-next:before{
			left: 36%;
			top: 37%;
		}

	}
	.trainer_block .trainer_bg, .trainer_block .manicure_bg, .manicure_block .trainer_bg, .manicure_block .manicure_bg{
		padding-top: 445px;
		margin-bottom: 14px;


	}
	.trainer_block, .manicure_block{
		margin-bottom: 20px;
	}
	.comments{
		margin-bottom: 40px;
		.text_block{
			margin-bottom: 18px;
		}
		.slick-slide{
			margin-top: 0;
			.inner_text {
				position: relative;
				padding: 0 20px;
				p{
					font-size: 14px;
					color: #333333;
				}
			}
		}
		.slick-current .inner_text:before,.slick-current .inner_text:after{
			display: none;
		}
		.comment{
			h4{
				font-size: 16px;
				color: #000;
			}
		}
		.slick-prev, .slick-next{
			top: 50%;
			height: 20px;
			width: 20px;
		}
		.slick-next{
			right: 28px;

		}
		.slick-prev{
			left: 23px;
		}
		.slick-prev:before, .slick-next:before{
			width: 8px;
			height: 8px;
		}
	}
	.apps{
		margin-bottom: 60px;
		.mob_item {
			padding-top: 53px;

		}
	}
	.second_bg{
		margin-bottom: 30px;
	}


}




.page-template-tpl_new-zal {
	.slider_section {
		margin-bottom: 40px;

		.slidetop-item {
			min-height: 300px;
			padding: 6rem 0;
			background-size: cover;
			background-position: center;
		}

		.slidetop-title {
			font-family: 'Russo One', sans-serif;
			font-weight: normal;
			font-size: 35px;
			color: #fff;
			padding-bottom: 0.8rem;
			margin-bottom: 2rem;
		}

		.slidetop-subtitle {
			font-family: 'Russo One', sans-serif;
			font-weight: normal;
			font-size: 16px;
			line-height: 0.3rem;
			color: #fff;
			padding-bottom: 0.8rem;
			margin-bottom: 2rem;
			margin-left: 6rem;

			&::before {
				content: "";
				position: absolute;
				top: 9.5rem;
				left: 0;
				width: 4rem;
				height: 0.5em;
				border-top: 3px solid #fff;
				z-index: 1;
				left: 15px;
			}
		}

		.slidetop-item .btn_blue {
			min-width: 15rem;
			margin-right: 2rem;
		}

		.btn_white a {
			min-width: 15rem;
			font-size: 12px;
			color: #fff;
			background: transparent;

			&:hover {
				background: transparent;
			}
		}

		.slider-top {
			.slick-prev:before {
				content: "";
				position: absolute;
				top: 40%;
				left: 46%;
				border: solid #fff;
				border-width: 0 2px 2px 0;
				display: inline-block;
				padding: 3px;
				width: 14px;
				height: 14px;
			}

			.slick-next:before {
				content: "";
				position: absolute;
				top: 40%;
				left: 36%;
				border: solid #fff;
				border-width: 0 2px 2px 0;
				display: inline-block;
				padding: 3px;
				width: 14px;
				height: 14px;
			}

			.slick-prev:hover:before, .slick-next:hover:before {
				border: solid #2575FC;
				border-width: 0 2px 2px 0;
			}

			.slick-prev {
				left: 28%;
				z-index: 1;
				color: #fff;
				top: 85%;
				top: auto;
				bottom: 25px;

				@media screen and (min-width: 768px) {
					bottom: 45px;
				}
			}

			.slick-next {
				right: 28%;
				top: 85%;
				top: auto;
				bottom: 25px;

				@media screen and (min-width: 768px) {
					bottom: 45px;
				}
			}

			.slick-dots {
				text-align: center;
				display: flex;
				justify-content: center;
				list-style: none;
				position: absolute;
				bottom: 15px;
				margin-left: 0;
				margin: 0;

				@media screen and (min-width: 768px) {
					bottom: calc(45px + 15px);
				}

				.slick-active button {
					background: #2575FC;
					border: none;
				}
				button {
					background: transparent;
					border: solid #fff;
					border-radius: 50%;
					height: 15px;
					width: 15px;
					margin: 5px;
					outline: none;
					font-size: 0;
				}
			}
		}

		@media screen and (max-width: 1024px) {
			.slidetop-item {
				padding: 6rem 2rem;
			}
		}

		@media screen and (max-width: 768px) {
			.slidetop-item .btn_blue {
				margin-right: 0;
				margin-bottom: 2rem;
				margin-bottom: 20px;
			}

			.slider-top {
				.slick-prev {
					display: none !important;
				}

				.slick-next {
					display: none !important;
				}
			}

			.slidetop-subtitle {
				padding-left: 3.5rem;
				margin-left: 0;

				p {
					line-height: 2rem;
					margin-bottom: 0;
				}
				br {
					display: none;
				}

				//&::before {
				//	top: 10.15rem;
				//	width: 3rem;
				//}
				//
				//margin-left: 4rem;
			}
		}

		@media screen and (max-width: 376px) {
			//.slidetop-subtitle::before {
			//	display: none;
			//}

			.slidetop-item {
				height: 100%;
			}

			//.slidetop-subtitle {
			//	margin-left: 0;
			//	padding-left: 3.5rem;
			//}
		}
	}

}



.page-template-tpl_new-zal .slider_section .slidetop-item {
	//padding: 150px 0;
	padding: 0;
	display: flex;
	align-items: center;
}
.slidetop-subtitle{
	position: relative;
}

.page-template-tpl_new-zal .slider_section .slidetop-subtitle::before {
	top: 0.1rem;
	left: -6rem;
	border-top: 1px solid #fff;
}
.page-template-tpl_new-zal .slider_section .slidetop-subtitle::before {
	@media screen and (max-width: 768px){
		top: 0.6rem;
		width: 3rem;
		left: 0;
		border-top: 1px solid #fff;
	}
}

.page-template-tpl_new-zal .slider_section .slidetop-subtitle p {
	@media screen and (max-width: 768px){
		line-height: 1.37rem;
	}
}
.slider-top{
	.btn_blue a {
		//height: 40px;
		font-weight: 500;
		text-transform: none;
		letter-spacing: 1px;
		padding: 12px 18px;
		@media screen and (max-width: 768px){
			padding: 17px 18px;
			//height: 50px;
		}
	}
	.btn_white a {
		font-weight: 500;
		letter-spacing: 1px;
		text-transform: none;
		border: 2px solid #fff;
		@media screen and (max-width: 768px){
			padding: 15px 12px;
			height: 50px;
		}
	}
}

.page-template-tpl_new-zal .slider_section .slidetop-item .btn_blue {
	@media screen and (min-width: 768px){
		//margin-right: 2rem;
		margin-right: 15px;
		margin-bottom: 2rem;
	}
}

.slidetop-title{
	line-height: 42px;
}

.page-template-tpl_new-zal .slider_section .slidetop-item {
	//min-height: calc(100vh - 80px);
	min-height: calc(100vh - 80px - 115px);
	padding: 25px 0 50px;

	@media screen and (min-width: 768px) {
		min-height: 600px;
		padding-bottom: 0px;
	}

}


.slidetop-title.black-font, .slidetop-subtitle.black-font{
	color: #000!important;
}

.page-template-tpl_new-zal .slider_section .slidetop-subtitle.black-font::before {
    border-top: 1px solid #000;
}

.slider-top .btn_white.black-font a {
    border: 2px solid #000;
    color: #000;
}

.slider-top .btn_blue.black-font a{
	color: #000;
}

.slider-top.black-slider .slick-prev:before, .slider-top.black-slider .slick-next:before{
    border: solid #000!important;
    border-width: 0 2px 2px 0!important;
}

.page-template-tpl_new-zal
.slider_section
.slider-top.black-slider
.slick-dots
button {
    border: solid #000;
}

@media screen and (max-width: 768px){
	.page-template-tpl_new-zal .slider_section .slidetop-subtitle::before {
	    top: 0.6rem;
	    width: 3rem;
	    left: 0;
	    border-top: 1px solid #fff;
	}
}
