#templateLesson .infoPath,
#templateLesson .btnLine a {
	background-color: #fff;
}

#templateLesson .infoPath.infoPath2 {
	box-shadow: 0px 3px 6px #00000029;
}

#templateLesson .btnLine a {
	box-shadow: 0px 0px 18px #00000029;
}

.BFshadow {
	background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.backFonImg2 {
	max-height: 90vh;
	height: 100%;
}

.info-wrapper {
    max-width: 1160px;
    padding: 20px 90px;
    margin: 20px auto;
    margin-bottom: 90px;
    opacity: 0.78;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 12px;
    box-sizing: border-box;
}

.info-wrapper p {
    font-size: 43px;
    line-height: 43px;
}

.info-wrapper-title {
    font-size: 23px;
    color: #515461;
    font-family: Elina;
    margin: 35px 0;
}

.btnStyle2 {
	color: #FFFFFF !important;
	background: #000000;
	text-transform: uppercase;
	transition: .3s;
}

.btnStyle2:hover {
	background-color: #353535;
}

.lescont__item-block {
    display: flex;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px dashed #FFFFFF;
    border-radius: 12px;
}

.lescont__item-block-content {
    position: absolute;
    width: 190px;
    height: 44px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #2C9207 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    top: 40px;
    left: 0;

}

.lescont__item-block-content p {
    margin-top: -15px;
    margin-left: 10px;
    text-align: left;
    font-size: 20px;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.lescont__item-wrapper {
    width: 65%;
    margin: 0 auto;
}

.lescont__item-wrapper button {

    max-width: 210px;
    font-size: 18px !important;
    line-height: 24px !important;
    height: 44px !important;
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    border-radius: 12px;
    font-family: 'M PLUS 1p', sans-serif !important;
    font-weight: 600;
    color: #ffffff;
    background: #F88D02 0% 0% no-repeat padding-box;
    border: 1px solid transparent;
    box-sizing: border-box;
    margin: 0px;
}

.lescont__item-block .mark.mark--green {
    background-color: #2C9207;
    color: #FFFFFF;
}

.lescont__item-block .mark {
    display: inline-flex;
    display: -ms-inline-flexbox;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 15px;
    position: absolute;
    top: 20px;
    left: -1px;
    z-index: 2;
}

.lescont__item-block .mark:before {
    content: '';
    display: block;
    border: 12px solid transparent;
    position: absolute;
    top: 0;
    right: -23px;
}

.lescont__item-block .mark.mark--green:before {
    border-top: 12px solid #2C9207;
    border-left: 12px solid #2C9207;
}

.lescont__item-block .mark:after {
    content: '';
    display: block;
    border: 12px solid transparent;
    position: absolute;
    bottom: 0;
    right: -24px;
}

.lescont__item-block .mark.mark--green:after {
    border-bottom: 12px solid #2C9207;
    border-left: 12px solid #2C9207;
}

.lescont__item-wrapper-btn {
	padding: 0 1.5em;
	font-size: 18px !important;
	line-height: 44px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	text-align: center;
	border-radius: 12px;
	font-weight: 600;
	color: #ffffff !important;
	background-color: #F88D02;
}

.lescont__item-wrapper-btn:hover {
	background-color: #feba62;
}

@media screen and (max-width: 767px) {
	.lescont__item-block {
		flex-direction: column;
	}

	.lescont__item-wrapper {
		width: 100%;
	}

	.lescont__item-wrapper h3 {
		margin-top: 1em;
	}

	.lescont__item-wrapper a {
		width: 100%;
	}

	.lescont__item-wrapper h3,
	.lescont__item-wrapper p {
		text-align: left;
	}

	.lescont__item-block img {
		width: 100%;
	}

	.desc ol {
		padding: 0 2em;
	}
}

.sliderItems .item a.more {
	background-color: #F88D02;
	color: #292C3B;
}

.sliderItems .item a.more:hover {
	background-color: #292C3B;
	color: #F88D02;
}

.swiper-slide .item {
	box-shadow: 0px 3px 6px #00000029;
}

.backFon {
    width: 100%;
    height: 70vh;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
}

.backFon:after {
	content: '';
	width: 100%;
	height: 100%;
	bottom: 0;
	position: absolute;
	background: linear-gradient(0deg, #fff, transparent);
}

.backFonImg {
	height: 100%;
	max-height: 60vh;
}

.backFonImg .BFshadow {
	height: 100%;
}

.wrapperLesson .textPath {
	margin: 0 !important;
}

#templateLesson .itemsLessons .item {
    background: #fff;
    border: 1px dashed #000;
}

.hh {
    color: #fff;
}