 /* КАТАЛОГ */

.katalog-box{
	padding: 65px 0;
    /* background: #F3F6FF; */
	background-image: url(/static/restylev3/images/bg-index.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.katalog-wrapper {
    max-width: 99rem;
    width: 100%;
	margin: 0 auto;
}


.katalog-box__item-col{
	display: flex;
    flex-direction: row;
    gap: 40px;
	flex-wrap: wrap;
}

.katalog-wrapper .card-first-type,
.katalog-wrapper .card-second-type,
.katalog-wrapper .card-third-type,
.katalog-wrapper .card-fourth-type{
    max-width: 400px;
    width: 100%;
    height: 230px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; 
    z-index: 2;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.katalog-wrapper .card-first-type span, 
.katalog-wrapper .card-second-type span{
	margin-right: 6px;
}

.katalog-wrapper .card-third-type,
.katalog-wrapper .card-fourth-type{
	display: flex;
	gap: 20px;
	box-shadow: unset;
}

.katalog-wrapper .card-third-type .card{
	background-color: #FFFFFF;
	border-radius: 10px;
	max-width: 230px;
    width: 100%;
	height: 230px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	display: flex;
    flex-direction: column;
	justify-content: space-between;
    align-items: center;
    padding: 35px;
}

.katalog-wrapper .card-fourth-type .card{
	background: linear-gradient(150deg, #005DFF, #00246B);
	border-radius: 10px;
	max-width: 230px;
    width: 100%;
	height: 230px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	display: flex;
    flex-direction: column;
	justify-content: space-between;
    align-items: center;
    padding: 34px;
}

.card-third-type .card span,
.card-fourth-type .card span{
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}

.card-fourth-type .card span{
	color: #FFFFFF;
}

.card-third-type .line,
.card-fourth-type .line {
    background: #cacace;
    width: 100%;
    height: 0.0694rem;
}

.card-first-type .card-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; 
    gap: 20px;
    border-radius: 0 0 10px 10px;
    width: 100%;
    height: 108px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px;
    background-color: rgba(31, 37, 51, .7);
}

.card-second-type .card-gradient{
	background-color: rgba(31, 37, 51, .7);
	display: flex;
    flex-direction: column;
	justify-content: space-between;
    align-items: center;
    padding: 45px;
    height: 100%;
	border-radius: 10px;
}

.card-gradient span{
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
}

.card-gradient .line{
	background: #cacace;
    height: 100%;
    width: 0.0694rem;
}

.card-second-type .line {
    background: #cacace;
    width: 100%;
    height: 0.0694rem;
}

.card-second-type .info span,
.card-third-type .info span,
.card-fourth-type .info span{
    margin-right: 10px;
}

 /* АККРЕДИТАЦИЯ */
 
 .accreditation_container{
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0 auto;
    padding: 3rem 0;
    width: 86.7rem;
 }
 
 .accreditation_container .title{
	 margin-bottom: 0px;
 }
 
.accreditation_section__container{
	display: block;
}

.accreditation_section__row{
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.accreditation_section__info{
	width: 65rem;
    padding-right: 3.5rem;
}

.accreditation_section__container h2 {
    margin-bottom: 2.7rem;
	color: #292c3d;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.3rem;
    position: relative;
}

.accreditation_section__container h2::before {
    content: "";
    height: 3rem;
    width: 2rem;
    left: -3.5rem;
    position: absolute;
    top: 0.6rem;
    z-index: 10;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/static/restylev3/images/visually/header-element.svg);
}

.accreditation_section__row p{
	color: #292c3d;
    font-size: 1.35rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.95rem;
    margin-bottom: 2rem;
}

.accreditation_section__row ul li{
	font-weight: 300;
    font-size: 1.35rem;
    line-height: 125%;
    margin-left: 1.2rem;
    margin-bottom: .5rem;
}

.accreditation_breadcrumps .breadcrumps_space {
    margin-bottom: 0px;
}

.accreditation_wrapper{
    margin: 0 auto;
    width: 86.7rem;
}

.accreditation_container .programm_cards{
	display: flex;
	flex-direction: row;
	gap: 96px;
}

.accreditation_container .card-first-type{
	max-width: 600px;
	width: 100%;
	height: 600px;
	border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.accreditation_container .card-first-type .card-gradient{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    gap: 20px;
    border-radius: 0 0 10px 10px;
    width: 100%;
    height: 227px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    background-color: rgba(31, 37, 51, .7);
}

.accreditation_container .card-first-type .card-gradient span{
	font-weight: 600;
	font-size: 28px;
	line-height: 31px;
    color: #FFFFFF;

}

.accreditation_container .card-first-type .card-gradient ul li{
	font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: #FFFFFF;
}

.form_container{
	background-color: #F3F6FF;
	width: 99vw;
	position: relative;
	left: calc(-50vw + 50%);
}

.form_container .form_wrapper{
	background-color: #FFFFFF;
	padding: 25px 60px;
    border-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.form_container .form_wrapper .title{
	font-weight: 600;
	font-size: 42px;
	line-height: 52px;
	text-align: left;
	margin-bottom: 15px;
}

.form_container .form_wrapper .mark{
	padding: 0 4px;
    background-color: #FD3C76;
    color: #fff;
	font-size: 48px;
	line-height: 58px;
}

.form_container .form_wrapper .subtitle{
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	text-align: left;
}

.form_container .form{
	display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 15px 0;
}

.form_container .form .input{
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
    border-radius: 5px;
    padding: 13px 48px 13px 16px;
    transition: padding, color 0.3s ease;
    width: 100%;
    font-size: 16px;
}

.form_container .form .button{
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #fff;
    outline: 0;
    background-color: #FD3C76;
    border-radius: 5px;
    border: 0;
    transition: all 0.1s linear;
}

.accreditation-text h2,
.accreditation_nmo h2{
	margin-bottom: 2.7rem;
    color: #292c3d;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.3rem;
    position: relative;
}

.accreditation-text h2::before,
.accreditation_nmo h2::before {
    content: "";
    height: 3rem;
    width: 2rem;
    left: -3.5rem;
    position: absolute;
    top: 0.6rem;
    z-index: 10;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/static/restylev3/images/visually/header-element.svg);
}

.accreditation-text p {
    color: #292c3d;
    font-size: 1.35rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.95rem;
    margin-bottom: 2rem;
}

.accreditation-text li {
    font-weight: 300;
    font-size: 1.35rem;
    line-height: 125%;
    margin-left: 1.2rem;
    margin-bottom: .5rem;
}

.accreditation-text ul {
    margin-bottom: 2rem;
}

.accreditation_nmo .title{
	text-align: left;
}

.items-box-block__more {
    margin-top: 20px;
}

/* О проекте */

.about_project_wrapper{
	margin: 0 auto;
    padding: 3rem 0;
    width: 86.7rem;
}

.about_project .about_project_wrapper h2{
	margin-bottom: 2.7rem;
    color: #292c3d;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.3rem;
    position: relative;
}

.about_project .about_project_wrapper h2::before {
    content: "";
    height: 3rem;
    width: 2rem;
    left: -3.5rem;
    position: absolute;
    top: 0.6rem;
    z-index: 10;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/static/restylev3/images/visually/header-element.svg);
}

.about_project p {
    color: #292c3d;
    font-size: 1.35rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.95rem;
    margin-bottom: 2rem;
}

.about_project li {
    font-weight: 300;
    font-size: 1.35rem;
    line-height: 125%;
    margin-left: 1.2rem;
    margin-bottom: .5rem;
}

.about_project ul {
    margin-bottom: 2rem;
}

.about-project .breadcrumps_space {
    margin-bottom: 0px;
}

.about_project_container{
	 margin-bottom: 2rem;
}

.about_project_container .about-box__area-block-info-btn{
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.about-project .form_wrapper{
	background-color: #F3F6FF;
	border: 0.0625rem solid #D3D8E3;
    border-radius: 12px;
    padding: 25px 60px;
	display: flex;
	flex-direction: row;
	gap: 30px;
}

.about-project .form_wrapper .title{
	font-size: 29px;
    line-height: 32px;
}

@media (max-width: 1280px) {
	.katalog-wrapper {
		padding: 0 65px;
	}
	
	.accreditation_container .card-first-type .card-gradient{
		display: flex;
		flex-direction: column;
		height: 100%;
		border-radius: 10px;
		padding: 100px;
	}
	
	.accreditation_container .card-gradient .line {
		height: 0.0694rem;
		width: 100%;
	}
	
	.accreditation_container .card-first-type .card-gradient span {
		font-size: 35px;
		line-height: 40px;
	}
	
	.accreditation_container .card-first-type .card-gradient ul li {
		font-size: 25px;
		line-height: 30px;
	}
}

@media (max-width: 991px){
	.wrapper-control{
		padding-top: 0px;
	}
	
	.accreditation_container .programm_cards {
		flex-direction: column;
		gap: 40px;
		align-items: center;
	}
	
	/* .accreditation_container .card-first-type{ */
		/* max-width: 100%; */
	/* } */
}


@media (max-width: 769px) {
	.katalog-wrapper .card-first-type, 
	.katalog-wrapper .card-second-type, 
	.katalog-wrapper .card-third-type, 
	.katalog-wrapper .card-fourth-type{
		max-width: 100%;
		width: 100%;
	}
	
	
	.katalog-wrapper .card-third-type .card,
	.katalog-wrapper .card-fourth-type .card{
		max-width: 100%;
		width: 100%;
	}
	
	.accreditation_section__row {
		flex-direction: column;
		gap: 40px;
	}
	
	.accreditation_container {
		width: 90% !important;
	}
	
	.about_project_wrapper{
		width: 90%;
	}
	
	.accreditation_section__info {
		width: 100%;
		padding-right: 0rem;
	}
	
	.items-box-block__element-right{
		display: none;
	}
	
	.form_container .form {
		flex-direction: column;
		gap: 10px;
	}
	
	.accreditation_container .card__row .card__column .card{
		width: 100%;
	}
	
	.accreditation_container .card-first-type {
		max-width: 100%;
		height: 450px;
	}
	
	.about-project .form_wrapper{
		flex-direction: column;
	}
	
}

@media (max-width: 676px) {
	
	.accreditation_container .card-first-type .card-gradient {
        padding: 50px;
    }
	
	.form_container .form_wrapper .title,
	.form_container .form_wrapper .mark	{
		font-size: 36px;
		line-height: 38px;
	}
	
	.form_container .form_wrapper .subtitle {
		font-size: 22px;
		line-height: 24px;
	}
	
	.form_container .form_wrapper {
		padding: 25px 40px;
	}
	
	

}

@media (max-width: 580px) {
	.accreditation_container .card-first-type .card-gradient {
        padding: 30px;
    }
	
	.accreditation_container .card-first-type {
        height: 320px;
    }
	
	.accreditation_container .card-first-type .card-gradient span {
        font-size: 30px;
        line-height: 34px;
    }
	
	    .accreditation_container .card-first-type .card-gradient ul li {
        font-size: 20px;
        line-height: 23px;
    }
}

@media (max-width: 480px) {
	
	
	
	.katalog-box {
		padding: 40px 0;
	}
	
	.katalog-wrapper .card-third-type, 
	.katalog-wrapper .card-fourth-type{
		flex-wrap: wrap;
		height: 480px;
	}
	
	.katalog-box__item-col {
		gap: 20px;
	}
	
	.card-first-type .card-gradient,
	.card-fourth-type .card-gradient{
		background-color: rgba(31, 37, 51, .7);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		padding: 45px;
		height: 100%;
		border-radius: 10px;
		}
	.card-first-type .line,
	.card-fourth-type .line{
		width: 100%;
		height: 0.0694rem;
	}
	
	.card-first-type .info span,
	.card-fourth-type .info span{
		margin-right: 10px;
	}
	
	.accreditation_container .items-box-block__element-image{
		order: 1;
		margin-left: 10px;
	}
	
	.items-body-block__element-left {
		width: 100%;
	}
	
	.accreditation_container .items-box-block__element-inner{
		order: 0;
		margin-left: 0rem;
		max-width: 65%;
        width: auto;
	}
	
	.accreditation_container .items-box-block__element-name{
		font-size: 20px !important;
		line-height: 24px !important;
	}
	
	.accreditation_container .items-box-block__element-image img {
		width: 6rem;
		height: 6rem;
	}
	
	.accreditation_container .items-box-block__element-type-item{
		margin-bottom: 0px;
		margin-right: 42px;
	}
	
	.accreditation_container .items-box-block__element svg {
		margin-right: 11px;
	}
	
	 .accreditation_container .items-box-block__element-type-item span {
        text-align: center;
    }
	
	.about_project .about_project_wrapper h2 {
		font-size: 2rem;
		line-height: 2.3rem;
	}
	
	.about-project .form_wrapper{
		padding: 20px;
	}

	
}

@media (max-width: 395px){
	.card-gradient span {
		font-size: 16px;
	}
	
	.card-third-type .card span, 
	.card-fourth-type .card span {
		font-size: 16px;
	}
	
}

@media (max-width: 376px){
	    .card-first-type .card-gradient, 
		.card-second-type .card-gradient,
		.katalog-wrapper .card-third-type .card,
		.katalog-wrapper .card-fourth-type .card{
			padding: 35px;
		}
		
		.accreditation_container .items-box-block__element-type-item{
		margin-bottom: 0px;
		margin-right: 27px;
	}
	
	    .accreditation_container .items-box-block__element-name {
        font-size: 18px !important;
        line-height: 20px !important;
    }
}
