/* Fonts */
@font-face {
	font-family: 'ProximaNova';
	src: url("../fonts/ProximaNova-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova';
	src: url("../fonts/ProximaNova-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

/*  */
html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

p,
input {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	display: inline-block;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper {
	width: 100%;
	font-family: 'ProximaNova';
	font-weight: normal;
	position: relative;
	/*background-color: #f3f3f3;*/
	overflow: hidden;
}

/*.container {
  max-width: 1205px;
  margin: 0 auto;
  padding: 0 10px;
  color: #fff;
}*/

.section {
	width: 100%;
	height: 100%;
}

.section__hero {
	position: relative;
	overflow: hidden;
	height: 100%;
	z-index: 999;
}

.section__hero:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(31, 35, 39, 0.8) none repeat scroll 0 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.section__hero .full__secreen__video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -2;
}

.section__hero .full__secreen__video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.section__hero .container {
	position: relative;
}

.section__hero .container .hero__bg {
	position: absolute;
	right: -140px;
	top: 12px;
	z-index: -1;
}

.section__hero .container .hero__header {
	padding-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section__hero .container .hero__header .header__phone {
	margin-left: auto;
	font-size: 18px;
	letter-spacing: 0.3px;
	margin-right: 22px;
}

.section__hero .container .hero__main {
	margin-top: 57px;
}

.section__hero .container .hero__main .hero__title {
	font-size: 60px;
	font-weight: normal;
	line-height: 1.12;
}

.section__hero .container .hero__main .hero__title span {
	display: block;
}

.section__hero .container .hero__main .hero__desc {
	margin-top: 10px;
	font-size: 20px;
	line-height: 1.4;
	width: 699px;
}

.section__hero .container .hero__main .hero__button {
	margin: 21px 0 65px;
}

.section__hero .container .hero__main .hero__button .button {
	font-size: 18px;
	color: #fff;
	background-color: #a29058;
	padding: 12px 60px;
	border-radius: 3px;
}

.section__hero .container .hero__about {
	width: 90%;
	color: #2d3039;
	background-color: #f3f3f3;
	padding: 40px 20px 20px 0;
	counter-reset: about;
	position: relative;
}

.section__hero .container .hero__about:before {
	content: '';
	position: absolute;
	height: 100%;
	background-color: #f3f3f3;
	top: 0;
	left: -100%;
	width: 100%;
}

.section__hero .container .hero__about .about__title {
	font-size: 25px;
	line-height: 1.4;
	padding-bottom: 34px;
	font-weight: bold;
}

.section__hero .container .hero__about .about__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.section__hero .container .hero__about .about__content .about__elem .elem__pic {
	font-size: 0;
	margin-bottom: 10px;
}

.section__hero .container .hero__about .about__content .about__elem .elem__desc {
	font-size: 20px;
	line-height: 1.5;
	position: relative;
	padding-left: 20px;
}

.section__hero .container .hero__about .about__content .about__elem .elem__desc span {
	display: block;
}

.section__hero .container .hero__about .about__content .about__elem .elem__desc:before {
	position: absolute;
	left: 0;
	counter-increment: about;
	content: counter(about) "";
	font-weight: bold;
	color: #2d3039;
}

.section__nomination {
	margin-top: 91px;
	background-color: #a29058;
	position: relative;
}

.section__nomination .wall__f {
	position: absolute;
	top: 0;
	left: 0;
}

.section__nomination .wall__s {
	position: absolute;
	right: 0;
	bottom: 0;
}

.section__nomination .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section__nomination .container .nomination__title {
	margin-top: 41px;
	margin-bottom: 91px;
	line-height: 1.4;
	font-size: 25px;
	font-weight: bold;
	position: relative;
}

.section__nomination .container .nomination__title:before {
	content: url("../../img/fairy.png");
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	margin-top: 46px;
}

.section__nomination .container .nomination__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 70px;
}

.section__nomination .container .nomination__content .nomination__elem {
	height: 114px;
	font-size: 26px;
	line-height: 1.46;
	font-weight: bold;
	text-align: center;
	margin: 0 83px;
	padding: 0 58px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.section__nomination .container .nomination__content .nomination__elem:before {
	content: url("../../img/awardbg-l.png");
	position: absolute;
	top: 0;
	left: 0;
}

.section__nomination .container .nomination__content .nomination__elem:after {
	content: url("../../img/awarbg-r.png");
	position: absolute;
	top: 0;
	right: 0;
}

.section__nomination .container .nomination__content .small--elem {
	height: 102px;
	font-weight: normal;
	margin: 0;
}

.section__nomination .container .nomination__content .small--elem:before {
	content: url("../../img/awarbgs-l.png");
}

.section__nomination .container .nomination__content .small--elem:after {
	content: url("../../img/awarbgs-r.png");
}

.section__nomination .container .nomination__content span {
	display: block;
}

.section__nomination--second {
	margin-top: 0;
}

.section__nomination--second .container .nomination__content .nomination__elem {
	font-size: 20px;
}

.section__nomination--second .container .nomination__title {
	margin: 34px 0;
}

.section__nomination--second .container .nomination__title:before {
	display: none;
}

.section__stages {
	padding-top: 74px;
}

.section__stages .stages__table {
	color: #2d3039;
}

.section__stages .stages__table tr th {
	vertical-align: top;
	padding-bottom: 50px;
}

.section__stages .stages__table tr th:first-child {
	width: 21%;
	font-size: 25px;
	line-height: 1.4;
	color: #000;
	padding-right: 20px;
}

.section__stages .stages__table tr th:last-child {
	font-size: 25px;
	line-height: 1.2;
	text-align: left;
	font-weight: normal;
}

.section__stages .stages__table tr:nth-child(2) td:first-child {
	margin-right: 20px;
}

.section__stages .stages__table tr td:first-child {
	color: #d0021b;
	font-size: 85px;
	text-align: right;
	padding-right: 20px;
}

.section__stages .stages__table tr td:last-child {
	font-size: 20px;
	font-weight: bold;
}

.section__stages .stages__table tr td:last-child span {
	font-size: 16px;
	display: block;
	font-weight: normal;
}

.section__stages .stages__table tr .button {
	font-size: 18px;
	color: #fff;
	background-color: #0278ff;
	padding: 12px 103px;
	border-radius: 3px;
	font-weight: normal;
}

.stages__line {
	width: 100%;
	height: 2px;
	background-color: #e3dfdd;
	margin-top: 79px;
}

.section__mentor {
	padding-top: 42px;
}

.section__mentor .mentor {
	color: #2d3039;
}

.section__mentor .mentor .mentor__caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 70px;
}

.section__mentor .mentor .mentor__caption .mentor__title {
	font-size: 25px;
	line-height: 1.4;
	font-weight: bold;
	color: #000;
}

.section__mentor .mentor .mentor__caption .mentor__desc {
	font-size: 25px;
	line-height: 1.2;
	margin-left: 145px;
	width: 682px;
}

.section__mentor .mentor .mentor__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section__mentor .mentor .mentor__content .mentor__elem {
	margin: 0 59px 52px 0;
	padding: 10px 12px 14px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 20px 40px 13px rgba(128, 152, 213, 0.08);
	box-shadow: 0 20px 40px 13px rgba(128, 152, 213, 0.08);
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	text-align: center;
	cursor: pointer;
}

.section__mentor .mentor .mentor__content .mentor__elem:hover .mentor__video img {
	filter: none;
}

.section__mentor .mentor .mentor__content .mentor__elem .mentor__video {
	border-bottom: 2px solid #979797;
	font-size: 0;
}

.section__mentor .mentor .mentor__content .mentor__elem .mentor__video img {
	-webkit-filter: grayscale(10);
	filter: grayscale(10);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.section__mentor .mentor .mentor__content .mentor__elem .mentor__video.active img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.section__mentor .mentor .mentor__content .mentor__elem .mentor__name {
	width: 202px;
	margin: 14px 0;
	text-align: left;
}

.section__mentor .mentor .mentor__content .mentor__elem .mentor__name span {
	display: block;
}

.section__mentor .mentor .mentor__content .mentor__elem .mentor__button .mentor__link {
	font-size: 18px;
	color: #0278ff;
	width: 100%;
	border: 1px solid #0278ff;
	border-radius: 3px;
	line-height: 1.56;
	padding: 2px 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.section__mentor .mentor .mentor__content .mentor__elem .mentor__button .mentor__link:hover {
	background-color: #0278ff;
	color: #ffffff;
	border: 1px solid #fff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/*# sourceMappingURL=main.css.map */



/*begin popup form*/




.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1001;
	opacity: 1;
	background: rgba(37, 37, 37, 0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.popup {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1002;
}

.popup .IDform {
	display: none;
	max-width: 450px;
	background-color: #f5f6f2;

	border-radius: 9px;
}

.popup-inner {
	width: 100%;
	height: auto;
	padding: 30px;
	margin: 0 auto;
	position: relative;
}

.popup .close {
	position: absolute;
	font-size: 17px;
	top: 10px;
	right: 10px;
}

span.err-text {
	color: #ef3a3f;
	margin: 10px 0;
	display: block;
}

.popup-thnx-inner {
	display: none;
	text-align: center;
	padding: 30px 50px;
	height: auto;
}

.form input[type=text],
.form textarea {
	margin: 20px 0;
	display: block;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #CDD1DA;
	transition: .2s;
	line-height: 19px;
	font-size: 16px;
	padding: 10px;
}

.form textarea {
	resize: none;
	height: 80px;
}

input.required.err,
textarea.required.err {
	border: 1px solid #ef3a3f;
}

.popup-thnx-inner {
	text-align: center;
	font-size: 18px;
}

.popup-thnx-inner span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.title_form {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

#send {
	border: 1px solid #ea2121;
	border-radius: 30px;
	color: #343434;
	display: inline-block;
	font-weight: 600;
	padding: 15px 25px;
	line-height: 1;
	vertical-align: middle;
	background-color: rgba(255, 255, 255, 0.4);
	color: #ea2121;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	transition: color 0.3s ease 0s;
	cursor: pointer;
}

#send:hover {
	color: #fff;
	background: #343434;
	border-color: #343434;
}

.mentor__places {
	margin-top: 21px;
	text-align: left;
}

.mentor__places b {
	font-family: ProximaNova;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.14;
	letter-spacing: normal;
	color: #000000;
}

.mentor__places span {
	font-family: ProximaNova;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.14;
	letter-spacing: normal;
	color: #a29058;
}

.mentor__line {
	position: relative;
	width: 165px;
	height: 2px;
	display: inline-block;
	border-radius: 4px;
	background-color: #e5e5e5;
	line-height: 1.14;
	margin-bottom: 3px;
}

.mentor__line:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 2px;
	background: #d0021b;
	top: 0;
	left: 0;
}

.mentor__button__end+.mentor__places span {
	color: #d0021b;
}

/*end popup form*/
.my-tasks span {
	position: absolute;
	top: -9px;
	right: -22px;
	font-size: 14px;
	letter-spacing: 0.2px;
	color: #ffffff;
	background-color: #d0021b;
	width: 21px;
	height: 21px;
	border-radius: 10em;
	text-align: center;
	line-height: 21px;
}

.section-first .program_time--banner {
	padding-top: 0;
	margin-top: -50px;
}

.section-first .program_time_line_itm--banner {
	margin-top: 40px;
}

.section-first .program_time_line_itm .pt_right_dscr--banner {
	max-width: 190px;
}




.s-orchectra {
	height: 600px;
	background-image: url(../../img/new2021/bg-orkestr.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.s-orchectra .orchestra {
	padding-top: 170px;
}

.s-orchectra .orchestra .sec-title {
	font-weight: normal;
	font-size: 80px;
	margin-bottom: 66px;
}

.s-orchectra .orchestra .orchestra-time {
	font-weight: 300;
	font-size: 40px;
	max-width: 505px;
}

.s-orchectra .orchestra .orchestra-time b {
	font-weight: bold;
}

.s-people {
	padding: 125px 0 70px;
}

.s-people .people {
	margin-bottom: 65px;
}

.s-people .people>*:not(:last-child) {
	margin-bottom: 110px;
}

.s-people .people-item .people-item__over {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.s-people .people-item .title {
	font-weight: normal;
	font-size: 60px;
	color: #222A2F;
}

.s-people .people-item .people-item__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	min-width: 340px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	border: 1px solid #E6E6E6;
	background: #A29058;
	-webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.02);
	border-radius: 3px;
	padding: 23px 20px 20px 20px;
	width: 32%;
}

.s-people .people-item .people-item__card .bottom {
	font-size: 22px;
	height: 120px;
	line-height: 30px;
}

.s-people .people-item .people-item__card .name {
	font-weight: 600;
	font-size: 30px;
}

.s-people .people-item .people-item__card .prof {
	height: 80px;
	font-size: 16px;
	line-height: 21px;
}

.s-people .people-item .people-item__card .people-item__card--img {
	width: 210px;
	height: 210px;
	min-height: 210px;
	margin-top: 40px;
	min-width: 210px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.s-people .people-item .people-item__card--last .people-item__card--img {
	margin-top: 22px;
}

.s-people .people-item .people-item__card--last {
	padding-top: 23px;
}

.s-people .people-item .people-item__card--last .prof {
	height: 40px;
}

.s-people .people-item .people-item__card--last .name {
	font-weight: 600;
	font-size: 22px;
}

.s-people .people-item .people-item__card--last .prof {
	font-weight: normal;
	font-size: 16px;
}

.s-insta {
	padding: 70px 0 100px;
	border-bottom: 1px solid #E3DFDD;
}

.s-insta .insta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.s-insta .container {
	background-image: url(../../img/new2021/s-insta.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.02);
	border-radius: 3px;
}

.s-insta .insta {
	padding: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.s-insta .insta .title {
	font-weight: normal;
	font-size: 60px;
}

.s-insta .insta p {
	font-weight: 300;
	font-size: 30px;
}

.s-insta .insta a {
	font-weight: bold;
	font-size: 30px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #FFFFFF;
	-webkit-transition: linear .2s;
	-o-transition: linear .2s;
	transition: linear .2s;
}

.s-insta .insta a:hover {
	color: #D51900;
}

.s-insta .insta .insta-left {
	max-width: 624px;
}

.history-info__main .history-info__info {
	margin-left: 0;
	margin-right: 30px;
}

.history-info .history-info__video-main {
	width: 100%;
}

.history-info__video-main .history-info__video-block {
	width: 100%;
}

@media (max-width: 1200px) {
	.s-people .people-item .people-item__over {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.s-people .people-item .people-item__card {
		margin-bottom: 30px;
	}
}

@media (max-width: 900px) {
	.s-people .people-item .people-item__cards {
		overflow: auto;
	}

	.s-people .people-item .people-item__over {
		min-width: -webkit-fit-content;
		min-width: -moz-fit-content;
		min-width: fit-content;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.s-people .people-item .people-item__over>*:not(:last-child) {
		margin-right: 30px;
	}

	.s-insta .insta {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 480px) {
	.s-people {
		padding: 70px 0;
	}

	.s-people .people-item .title {
		font-size: 40px;
	}

	.s-people .people>*:not(:last-child) {
		margin-bottom: 50px;
	}

	.s-orchectra .orchestra {
		padding-top: 100px;
	}

	.s-orchectra .orchestra .sec-title {
		font-size: 40px;
		margin-bottom: 30px;
	}

	.s-orchectra .orchestra .orchestra-time {
		font-size: 30px;
	}

	.history-info__main .history-info__info {
		margin-left: 0;
	}

	.s-insta .insta p {
		font-size: 22px;
	}

	.s-insta .container {
		background-position: right;
		text-align: center;
	}

	.history-info__video-main .history-info__video-block {
		height: 240px;
	}

	.history-info.hs_new .history-info__tx p {
		font-size: 20px;
		line-height: 1.2;
	}

	.program_time_hd {
		font-size: 30px !important;
	}

	.section-first .program_time--banner {
		margin-top: 0;
	}

	.section-first .program_time_line_itm--banner {
		margin-top: 20px;
	}

	.section-first.main-header.mh_new .header_left {
		max-width: 100% !important;
	}

	.section-first.main-header.mh_new .header_left h1 {
		max-width: calc(100% - 95px);
	}

	.section-first.main-header.mh_new .header_left .btn-primary {
		margin-bottom: 0;
		max-width: 80%;
		font-size: 14px;
	}
}

@media (max-width: 330px) {
	.section-first.main-header.mh_new .header_left .btn-primary {
		max-width: 100%;
	}
}

@media (min-width: 2000px) {
	.s-orchectra {
		height: 800px;
	}
}


.additional-nomination {
	margin-top: 100px;
}

.additional-nomination .btn.btn-primary {
	width: 100%;
	margin-top: 60px;
}

.additional-nomination__cards {
	margin-top: 60px;
	display: grid;
	grid-template: 1fr / repeat(3, 1fr);
	gap: 24px;
}

.additional-nomination__card {
	border: 1px solid #212121;
	border-radius: 32px;
	position: relative;
	padding: 37px 8px 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

.additional-nomination__card-title {
	margin: 24px auto 0;
	max-width: 259px;
	font-size: 27px;
	line-height: 31px;
	text-align: center;
	color: #fff;
	min-height: 63px;
	position: relative;

}

.additional-nomination__card-title::after {
	content: '';

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	width: 330px;
	height: 100px;
	background: url('/web/img/nomination-wreaths.png') center no-repeat;
	background-size: contain;

}

.additional-nomination__card:last-of-type .additional-nomination__card-title {
	max-width: 150px;
}

.additional-nomination__card-suptitle {
	text-transform: uppercase;
	margin: 0;
	text-align: center;
	font-size: 16px;
	line-height: 127%;
	letter-spacing: 3.2px;
	color: rgba(255, 255, 255, .4);
}

.additional-nomination__card::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;

	background: url('/web/img/additional-card-gradient.png') center no-repeat;
	background-size: cover;
}

@media screen and (max-width:1200px) {
	.additional-nomination__cards {
		display: grid;
		grid-template: repeat(2, 1fr) / repeat(2, 1fr);
	}
}

@media screen and (max-width:768px) {
	.additional-nomination__cards {
		display: grid;
		grid-template: repeat(3, 1fr) / repeat(1, 1fr);
	}

	.additional-nomination__title.block_title {
		font-size: 35px;
		line-height: 40px;
	}

	.additional-nomination .btn.btn-primary {
		margin-top: 30px;
	}
}


.container-fluid {
	margin-left: max(0px, calc((100% - 1272px) / 2));
	width: max(100%, calc((100% + 1272px) / 2));
}


.best-moments {
	margin-top: 100px;
	position: relative;
	z-index: 2;
	min-height: 880px;
	overflow: hidden;
	padding-block: 140px 70px;
}

.best-moments .btn.btn-top {
	border: 1px solid rgba(164, 130, 87, .64);
}


.best-moments__video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	z-index: -1;
}

.best-moments__title {
	color: #fff;
	font-size: 70px;
	line-height: 74px;
	max-width: 661px;
}

.best-moments__inner {

	display: flex;
	flex-direction: column;
	gap: 122px;
}

.best-moments__subtitle {
	font-size: 39.5px;
	line-height: 126%;
	color: #fff;
	margin-bottom: 24px;
}

.best-moments__content {
	display: flex;
	align-items: flex-end;
	gap: 50px;

}

.best-moments__left {
	max-width: 661px;
	width: 100%;
}

.best-moments__right {
	flex: 1;
	min-width: 0;
	overflow: hidden;
}

.best-moments__slider {
	width: 100%;
}

.best-moments__img {
	width: 100%;
	height: 215px;
	object-fit: cover;
	border-radius: 20px;
}

.best-moments__element-text {
	margin-top: 12px;
	color: #fff;
}

.best-moments__slider-navigation {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
}

.best-moments__slider-prev,
.best-moments__slider-next {
	cursor: pointer;
}

.rewind {
	margin-top: 100px;
}

.rewind-text {
	max-width: 757px;
	color: #7C7C7C;
}

.rewind-tabs {
	margin-top: 30px;
}

.rewind-tabs__button {
	cursor: pointer;
	padding: 10px 30px;
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	line-height: 90%;
	border-radius: 100px;
	border: 1px solid #A48257;
}

.rewind-tabs__button--active {
	background: #A48257;
}

.rewind-tabs__item {
	display: none;
}

.rewind-gallery__item a {
	width: 100%;
	height: auto;
	display: inline-block;
}

.rewind-tabs__items {
	margin-top: 30px;

}

.rewind-tabs__item--active {
	display: block;
}

.rewind-tabs__buttons {
	display: flex;
	gap: 24px;
}

.rewind-gallery {
	display: grid;
	grid-template: 1fr / repeat(4, 1fr);
	gap: 24px;
}

.rewind-gallery__img {
	border-radius: 16px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.rewind-gallery__title {
	margin-top: 12px;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 126%;
	color: #fff;
}

@media screen and (max-width: 1200px) {
	.rewind-gallery {
		display: grid;
		grid-template: auto / repeat(3, 1fr);
	}

	.best-moments__content {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.container-fluid {
		max-width: 1272px;
		width: 100%;
		margin: auto;
		padding: 0 12px;
	}

	.best-moments__right {
		width: 100%;
	}

}



@media screen and (max-width:1024px) {
	.rewind-gallery {
		display: grid;
		grid-template: repeat(2, 1fr) / repeat(2, 1fr);
	}

	.best-moments__title.block_title {
		font-size: 35px;
		line-height: 1.14286;
		margin-bottom: 32px;
	}

	.rewind-title.block_title {
		font-size: 35px;
		line-height: 1.14286;
		margin-bottom: 32px;
	}

	.best-moments {
		padding-block: 65px 30px;
	}


	.best-moments__inner {
		gap: 100px;
	}
}

@media screen and (max-width:576px) {
	.rewind-gallery {
		display: grid;
		grid-template: auto / repeat(1, 1fr);
	}
}

.show-more__button {
	margin-top: 24px;
	border-radius: 1000px;
	display: inline-block;
	width: 100%;
	border: 0px;
	background: #242424;
	color: #fff;
	font-size: 20px;
	line-height: 126%;
	font-weight: 700;
	padding: 22px;
	text-align: center;
}

.best-moments__element a {
	width: 100%;
	height: auto;
}

.fancybox__slide .f-html {
	padding: 0px;
	margin: 0;
	background: transparent;
}

.new-curator__list .swiper-wrapper {

	display: grid;
	grid-template: auto/repeat(4, 1fr);
	gap: 16px;
}

@media screen and (max-width:1250px) {

	.new-curator__list .swiper-wrapper {

		display: grid;
		grid-template: auto/repeat(3, 1fr);
		gap: 16px;
	}

}

@media screen and (max-width:768px) {

	.new-curator__list .swiper-wrapper {

		display: grid;
		grid-template: auto/repeat(2, 1fr);
		gap: 16px;
	}

}