.modal_new .modal-content{
	padding: 85px 50px 116px;
}

.modal_new .modal-dialog {
	max-width: 750px;
}

.modal_new .title {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
}

.modal_new img {
	width: 40px;
	height: 40px;
	margin: 0 auto 15px;
}

.modal_new .message  {
	text-align: center;
}

.modal_new .message p:last-child {
	margin-bottom: 40px;
}

.group-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.group-btn .btn {
	padding: 14px;
	min-width: 280px;
}

.group-btn a + a {
	margin: 0 0 0 40px;
}

#сongratulations .title {
	color: #1CCB67;
}

#warning .title {
	color: #DA291C;
}

#warning .modal-content {
	padding: 58px 50px 72px;
}

.message .group-btn {
	margin: 32px 0 0;
}

.message .message__text {
	color: #000000;
	padding-left: 27px;
	position: relative;
}

.message .message__text:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 16px;
	background-size: contain;
}

.message .n-success:before {
	background: url(../images/warning-green.svg) center center no-repeat;
}
.message .n-warning:before {
	background: url(../images/warning.svg) center center no-repeat;
}


/*media*/
@media (max-width: 380px) {
	.modal_new .title {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.modal_new .modal-content {
		padding: 40px 10px;
	}

	#warning .modal-content {
		padding: 40px 10px;
	}
	.group-btn {
		flex-direction: column;
	}
	.group-btn a + a {
		margin: 20px 0 0 0;
	}
	.message .message__text:before {
		top: 5px;
		transform: translateY(0);
	}
}

/*12.28.2020*/
.video-cards-row .video-card-w {
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}


/*01.09.2021*/
/*html {*/
/*	scroll-behavior: smooth;*/
/*}*/
.text-wrap--new h3, .text-wrap--new .h3,
.text-wrap--new h2, .text-wrap--new .h2 {
	font-weight: bold;
	font-size: 22px;
}
.text-wrap--new p,
.text-wrap--new ul {
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 36px;
}

.text-wrap--new ul {
	line-height: 160%;
}
.text-wrap--new ul:not(:first-child) {
	padding-left: 40px;
}
.text-wrap--new ul.slick-dots {
	padding-left: 0;
}

.text-wrap--new ul li a {
	margin-bottom: 8px;
	color: #333333;
	text-decoration: underline;
	transition: color .2s linear;
	position: relative;
}
.text-wrap--new ul li a:hover {
	color: #DA291C;
	text-decoration: none;
}

.anchor-desc {
	display: block;
	padding-top: 93px;
	margin-top: -93px;
	-webkit-background-clip: content-box;
	background-clip: content-box;
}

@media (max-width: 767px)  {
	.text-wrap--new p,
	.text-wrap--new ul {
		font-size: 14px;
	}
	.text-wrap--new p {
		line-height: 34px;
	}
	.text-wrap--new h3, .text-wrap--new .h3,
	.text-wrap--new h2, .text-wrap--new .h2 {
		font-size: 16px;
	}
	.text-wrap--new .photo-carousel {
		margin-right: -16px;
	}
	.anchor-desc {
		padding-top: 85px;
		margin-top: -85px;
		-webkit-background-clip: content-box;
		background-clip: content-box;
		background-color: rgba(0, 0, 0, .0);
	}
}


