

/* Start:/local/templates/appkk-green--agalarov/components/bitrix/news.list/def_page_header/style.css?17650256211701*/
.def-page-header {
	background: var(--accent-color);
	border-radius: 20px;
	padding: 0 11px 0 50px;
	margin: 51px 0 0;
}
.def-page-header__item {
}
.def-page-header__row {
	display: flex;
}
.def-page-header__col {
}
.def-page-header__col--left {
	display: flex;
	flex-direction: column;
	flex: 1;
	color: var(--text-icon);
	padding: 50px 10px 50px 0;
}
.def-page-header__col--right {
	position: relative;
	flex: 0 0 509px;
}
.def-page-header__image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 16px;
}
.def-page-header__image {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.def-page-header__title {
	font-size: 60px;
	font-family: "FuturaPT-Bold";
	line-height: 1.1em;
	margin-bottom: 41px;
}
h1.def-page-header__title {
    margin-top: 0px;
    color: white;
}
.def-page-header__text {
	font-size: 18px;
	line-height: 1.28em;
	margin-top: auto;
}

.def-page-header__item--main {

}
.def-page-header__item--main .def-page-header__image-wrapper {

}

@media (max-width: 991px){
	.def-page-header{
		padding: 20px 30px;
	}
	.def-page-header__row{
		flex-direction: column;
	}
	.def-page-header__col--left{
		padding: 0;
	}
	.def-page-header__col--right{
		margin-top: 20px;
		flex: auto;
	}
	.def-page-header__title{
		font-size: 40px;
		margin-bottom: 20px;
	}
	.def-page-header__title br{
		display: none;
	}
	.def-page-header__image-wrapper{
		position: static;
		padding: 0;
	}
}
@media (max-width: 767px){
	.def-page-header{
		padding: 10px 10px 10px;
	}
	.def-page-header__title{
		font-size: 26px;
	}
	.def-page-header__text{
		font-size: 16px;
	}
}
/* End */


/* Start:/local/templates/appkk-green--agalarov/components/bitrix/news.list/def_page_conditions/style.css?17650255892407*/
.def-page-condition {
	margin: 100px 0 0;
}
.def-page-condition__title {
	font-size: 32px;
	color: var(--dark-primary-color);
	font-family: "FuturaPT-Demi";
	line-height: 1.1em;
}
.def-page-condition__holder {
	margin: 50px 0 0;
}
.def-page-condition__row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.def-page-condition__col {
	padding: 0 10px;
	margin: 20px 0 0;
	width: 33.3333%;
}
.def-page-condition__item {
	display: flex;
	flex-direction: column;
	background: var(--primary-color);
	border-radius: 20px;
	height: 100%;
}
.def-page-condition__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background: url(/local/include/images/deffered_page/condition_back.png) no-repeat;
	background-size: 100% 100%;
}
.def-page-condition__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px 15px;
	flex: 1;
}
.def-page-condition__image-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	padding: 25px;
	background: var(--accent-color);
	border-radius: 50%;
}
.def-page-condition__image {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.def-page-condition__name {
	font-size: 32px;
	color: var(--text-icon);
	font-family: 'FuturaPT-Medium';
	text-align: center;
	line-height: 1.1em;
}

.def-page-condition__col--calendar {
	
}
.def-page-condition__col--percent {

}
.def-page-condition__col--credit {

}

@media (max-width: 991px){
	.def-page-condition__body {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.def-page-condition__name {
		font-size: 26px;
	}
	.def-page-condition__name br{
		display: none;
	}
}
@media (min-width: 768px){
	.def-page-condition__col:nth-child(-n+3){
		margin-top: 0;
	}
}
@media (max-width: 767px){
	.def-page-condition{
		margin-top: 70px;
	}
	.def-page-condition__item{
		overflow: hidden;
	}
	.def-page-condition__holder{
		margin-top: 25px;
	}
	.def-page-condition__col{
		width: 100%;
	}
	.def-page-condition__col:first-child{
		margin-top: 0;
	}
	.def-page-condition__header{
		background: var(--dark-primary-color);
	}
}
@media (max-width: 479px){
	.def-page-condition__image-wrapper{
		width: 120px;
		height: 120px;
	}
	.def-page-condition__name {
		font-size: 20px;
	}
}
/* End */


/* Start:/local/templates/appkk-green--agalarov/components/bitrix/news.list/def_page_how/style.css?17650255891342*/
.def-page-how {
	margin: 100px 0 0;
}
.def-page-how__item {
}
.def-page-how__row {
	display: flex;
	margin: 0 -10px;
}
.def-page-how__col {
	padding: 0 10px;
}
.def-page-how__col--left {
	flex: 0 0 540px;
}
.def-page-how__col--right {
}
.def-page-how__image-wrapper {
	display: flex;
}
.def-page-how__image {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.def-page-how__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.def-page-how__name {
	color: var(--dark-primary-color);
	font-size: 32px;
	font-family: 'FuturaPT-Medium';
	line-height: 1.1em;
	margin-bottom: 20px;
}
.def-page-how__text {
	font-size: 18px;
	color: var(--primary-text);
	line-height: 1.1em;
	margin-top: auto;
}
.def-page-how__text p {
	margin: 21px 0 0;
}
.def-page-how__text > :first-child{
	margin-top: 0;
}

@media (max-width: 991px){
	.def-page-how__row{
		flex-direction: column;
	}
	.def-page-how__col--left{
		flex: auto;
		align-content: center;
	}
	.def-page-how__col--right {
		margin: 30px 0 0;
	}
	.def-page-how__image-wrapper{
		justify-content: center;
	}
}
@media (max-width: 767px){
	.def-page-how{
		margin-top: 70px;
	}
}
@media (max-width: 479px){
	.def-page-how__col--right {
		margin-top: 30px;
	}
	.def-page-how__name{
		font-size: 26px;
	}
}
/* End */


/* Start:/local/templates/appkk-green--agalarov/components/bitrix/news.list/def_page_delay/style.css?17650256212149*/
.def-page-delay {
	border-radius: 20px;
	overflow: hidden;
	margin: 100px 0 0;
	background: var(--light-primary-color);
}
.def-page-delay__item {
	position: relative;
	padding: 20px 20px 20px 20px;
}
.def-page-delay__body,
.def-page-delay__footer {
	position: relative;
}
.def-page-delay__body {

}
.def-page-delay__content {
	width: 510px;
	max-width: 100%;
}
.def-page-delay__name {
	font-size: 32px;
	font-family: 'FuturaPT-Medium';
	color: var(--dark-primary-color);
	line-height: 1.1em;
}
.def-page-delay__text {
	font-size: 18px;
	color: var(--primary-text);
	line-height: 1.11em;
	margin: 50px 0 0;
}
.def-page-delay__back {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 220px;
	height: 330px;
	background: url("/local/include/images/deffered_page/delay_back.png") no-repeat bottom right;
	background-size: contain;
}
.def-page-delay__footer {
	margin: 30px 0 0;
}
.def-page-delay__tip-wrapper {
	width: 75%;
	min-width: 510px;
	max-width: 100%;
}
.def-page-delay__tip {
	font-size: 24px;
	font-family: 'FuturaPT-Demi';
	line-height: 1.1em;
	color: var(--text-icon);
	background: var(--dark-primary-color);
	border-radius: 20px;
	padding: 24px 180px 25px 20px;
}
.def-page-delay__image-wrapper {
	position: absolute;
	right: 123px;
	bottom: 0;
}
.def-page-delay__image {
}

.def-page-delay__link {
	font-family: 'FuturaPT-Medium';
	color: var(--primary-text);
	text-decoration: underline;
}

@media (max-width: 991px){
	.def-page-delay {
		margin-top: 70px;
	}
	.def-page-delay__content{
		width: 100%;
	}
	.def-page-delay__tip-wrapper{
		width: 100%;
		min-width: 0;
	}
	.def-page-delay__tip{
		padding-right: 20px;
	}
	.def-page-delay__back{
		display: none;
	}
	.def-page-delay__image-wrapper{
		display: none;
	}
}
@media (max-width: 767px){
	.def-page-delay__item{
		padding: 10px 10px 10px;
	}
	.def-page-delay__tip{
		padding: 10px 10px 10px;
	}
	.def-page-delay__text {
		margin-top: 20px;
	}
}
@media (max-width: 479px){
	.def-page-delay__name {
		font-size: 26px;
	}
	.def-page-delay__tip {
		font-size: 20px;
	}
}
/* End */


/* Start:/local/templates/appkk-green--agalarov/components/bitrix/news.list/def_page_why/style.css?17650256213785*/
.def-page-why {
	margin: 82px 0 0;
}
.def-page-why__title {
	font-size: 32px;
	font-family: 'FuturaPT-Medium';
	color: var(--dark-primary-color);
	line-height: 1.1em;
}
.def-page-why__holder {
	margin: 50px 0 0;
}
.def-page-why__row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.def-page-why__col {
	width: 50%;
	padding: 0 10px;
	margin: 20px 0 0;
}
.def-page-why__item,
.def-page-why-alt{
	border-radius: 20px;
	height: 100%;
	overflow: hidden;
}
.def-page-why__item {
	border: 2px solid #4CAF50;
	padding: 18px 18px;
}
.def-page-why__content {
	display: flex;
}
.def-page-why__left {
	flex: 0 0 230px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.def-page-why__number {
	background: var(--primary-color);
	border-radius: 20px;
	font-size: 32px;
	line-height: 1em;
	color: var(--text-icon);
	font-family: 'FuturaPT-Bold';
	position: absolute;
	top: 0;
	left: 0;
	padding: 9px 46px 9px;
}
.def-page-why__image-wrapper {
	position: relative;
	width: 100%;
	height: 230px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.def-page-why__image {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.def-page-why__right {
	margin-left: 20px;
	flex: 1;
}
.def-page-why__text {
	font-size: 16px;
	line-height: 1.12em;
	color: var(--primary-text);
}

.def-page-why-alt {
	position: relative;
	display: flex;
	flex-direction: column;
}
.def-page-why-alt__body {
	background: var(--primary-color);
	padding: 20px 20px;
	
}
.def-page-why-alt__preview {
	font-size: 20px;
	line-height: 1.1em;
	color: var(--text-icon);
	width: 270px;
	max-width: 100%;
	position: relative;
	z-index: 20;
}
.def-page-why-alt__footer {
	background: var(--dark-primary-color);
	flex: 1;
	padding: 20px 20px;
}
.def-page-why-alt__detail {
	font-size: 20px;
	line-height: 1.1em;
	color: var(--text-icon);
	width: 240px;
	max-width: 100%;
	position: relative;
	z-index: 20;
}
.def-page-why-alt__image-wrapper {
	position: absolute;
	top: 0;
	right: 33px;
	bottom: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}
.def-page-why-alt__image {

}
@media (max-width: 1023px){
	.def-page-why-alt__image-wrapper{
		right: 0;
	}
}
@media (max-width: 1023px) and (min-width: 768px){
	.def-page-why__content{
		flex-direction: column;
	}
	.def-page-why__image-wrapper{
		height: 180px;
	}
	.def-page-why__left{
		flex: auto;
	}
	.def-page-why__right{
		margin: 20px 0 0;
	}
	.def-page-why__col--access .def-page-why__image-wrapper{
		background-position-y: bottom;
	}
	.def-page-why__col--teacher .def-page-why__image-wrapper{
		background-position-y: 15%;
	}
}
@media (max-width: 991px){
	.def-page-why-alt__image-wrapper{
		display: none;
	}
	.def-page-why-alt__preview{
		width: 100%;
	}
	.def-page-why-alt__detail{
		width: 100%;
	}
}
@media (min-width: 768px){
	.def-page-why__col:nth-child(-n+2){
		margin-top: 0;
	}
}
@media (max-width: 767px){
	.def-page-why__col{
		width: 100%;
	}
	.def-page-why__col:first-child{
		margin-top: 0;
	}
	.def-page-why__item{
		padding: 10px 10px 20px;
	}
	.def-page-why-alt__body,
	.def-page-why-alt__footer{
		padding: 10px 10px 20px;
	}
}
@media (max-width: 575px){
	.def-page-why__content{
		flex-direction: column;
	}
	.def-page-why__image-wrapper{
		height: 180px;
	}
	.def-page-why__left{
		flex: auto;
	}
	.def-page-why__right{
		margin: 20px 0 0;
	}
	.def-page-why__col--access .def-page-why__image-wrapper{
		background-position-y: bottom;
	}
	.def-page-why__col--teacher .def-page-why__image-wrapper{
		background-position-y: 15%;
	}
}
/* End */
/* /local/templates/appkk-green--agalarov/components/bitrix/news.list/def_page_header/style.css?17650256211701 */
/* /local/templates/appkk-green--agalarov/components/bitrix/news.list/def_page_conditions/style.css?17650255892407 */
/* /local/templates/appkk-green--agalarov/components/bitrix/news.list/def_page_how/style.css?17650255891342 */
/* /local/templates/appkk-green--agalarov/components/bitrix/news.list/def_page_delay/style.css?17650256212149 */
/* /local/templates/appkk-green--agalarov/components/bitrix/news.list/def_page_why/style.css?17650256213785 */
