img {
	max-width: 100%;
}
body {
	font-family: 'AvertaCY';
}
:focus {
    outline: none;
}
a, a:hover {
	transition: all .5s;
}
.navbar-main {
	-webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.58);
	-moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.58);
	box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.58);
	padding: 1rem 9rem;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: #fff;
}
.navbar-brand {
	padding: 0;
}
.navbar-nav .nav-link {
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}
section {
	position: relative;
}
#section1 {
	background: url('../../img/section1.png') no-repeat center bottom / cover;
	padding: 0 3.5rem 2rem;
	position: relative;
    z-index: 15;
}
body:before {
	content: '';
	width: 12px;
	height: 547px;
	background: url('../../img/text.png') no-repeat center center / contain;
	position: fixed;
	left: 1rem;
	bottom: 1rem;
	z-index: 80;
}
#section1 .image {
	margin-bottom: 3rem;
}
#section1 .title {
	font-size: 3.75rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 3rem;
}
#section1 .descr {
	font-size: 1.25rem;
	font-weight: 600;
	color: #848484;
	margin-bottom: 5rem;
}
.pl-6 {
	padding-left: 10rem;
}
#section1 .more {
	margin-bottom: 5rem;
}
.btn-red {
	font-size: 1rem;
	color: #fff;
	background: #c00c40;
	padding: 1rem 3rem;
	text-align: center;
	border-radius: 2rem;
	display: inline-block;
	border: none;
}
.btn-red:hover {
	background: #fff;
	color: #c00c40;
	text-decoration: none;
}
#section1 .logos img {
	margin-right: 3rem;
	margin-bottom: 3rem;
}
.logos a:hover {
	text-decoration: none;
}
#section2 {
	background: url('../../img/section2.png') no-repeat center center / cover;
	padding: 8rem 3.5rem 0;
	z-index: 25;
    position: relative;
    margin: -2rem 0 0;
}
.prisees {
	position: relative;
}
.prisees .image {
	position: absolute;
	top: 0;
	z-index: 1;
	left: 3rem;
	right: 0rem;
}
.prisees .image img {
	max-width: 90%;
}
.prisees .place {
	position: absolute;
	top: -3rem;
	z-index: 2;
	right: 0;
}
.prisees .info {
	font-size: 1.25rem;
	font-weight: 600;
	padding: 0 3rem 3rem;
	margin-top: -2rem;
}
.prisees.prise1 .image {
	top: -8.5rem;
}
.prisees.prise2 .image {
	top: 1rem;
	left: 4rem;
}
.prisees.prise3 .image {
    top: 4.5rem;
    left: 5rem;
}
.prisees.prise1 .place {
    right: -3rem;
}
.prisees.prise2 .place {
    right: 4rem;
}
.prisees.prise3 .place {
    right: 1rem;
}

#section3 {
	background: url('../../img/section2.png') no-repeat top center / cover;
	padding: 4rem 3.5rem 3rem;
	position: relative;
	overflow: hidden;
    z-index: 35;
    margin: -1.2rem 0 0 0;
}
.juri-slider {
	padding-right: 10rem;
}
.slick-list {
	overflow: visible;
}
.slick-slide {
	opacity: .5;
	transition: all .5s;
}
.slick-slide.slick-active {
	opacity: 1;
	transition: all .5s;
}
.work-item,
.juri-item {
	color: #fff;
	padding: 0 3rem;
}
.juri-item .name {
	font-weight: 600;
	font-size: 2.5rem;
	margin-top: 3rem;
	color: #000;
}
.juri-item .descr {
	font-size: 1.25rem;
	font-weight: 600;
	color: #848484;
}
.juri-item .descr a {
	color: #000;
	text-decoration: underline;
}
.juri-item img {
	filter: grayscale(100%);
	transition: all .5s;
	width: 100%;
}
.juri-item:hover img {
	filter: grayscale(0%);
	transition: all .5s;
}
#section4 {
    background: url('../../img/section2.png') no-repeat top center / cover;
    padding: 4rem 3.5rem 0;
    margin: -1rem 0 0 0;
    z-index: 55;
}
#section4 .title {
	font-size: 2.5rem;
	color: #000;
	margin-bottom: 3rem;
}
#section4 .descr-box {
	position: relative;
}
#section4 .descr {
	font-size: .875rem;
	color: #000;
	max-height: calc(100vh - 25rem);
	overflow-y: auto;
	position: relative;
	padding-right: 2rem;
	padding-bottom: 5rem;
}
#section4 .descr-box:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 25px;
    height: 109px;
    /*background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);*/
    z-index: 9;
}
#section4 .descr::-webkit-scrollbar { width: 10px; height: 10px;}
#section4 .descr::-webkit-scrollbar-track {  background-color: #999;}
#section4 .descr::-webkit-scrollbar-track-piece { background-color: #ffffff;}
#section4 .descr::-webkit-scrollbar-thumb { height: 50px; background-color: #000; border-radius: 0px;}
#section4 .descr::-webkit-scrollbar-corner { background-color: #999;}
#section4 .descr::-webkit-resizer { background-color: #666;}

#section5 {
	background: url('../../img/section2.png') no-repeat top center / cover;
	padding: 4rem 3.5rem 0;
	position: relative;
	overflow: hidden;
    z-index: 55;
    margin: -1.2rem 0 0 0;
}
#section4_5 {
    background: url('../../img/section2.png') no-repeat top center / cover;
    padding: 4rem 3.5rem 0;
    position: relative;
    z-index: 65;
    margin: 0rem 0 -1rem;
    transform: rotate(180deg);
}
.work-item {
	margin-bottom: 3rem;
}
.work-item img {
	/*width: 100%;*/
	cursor: pointer;
	border: 1px solid #000;
}
.work-item .img {
	margin-bottom: 1rem;
}
.work-item .stars .active {
	color: #c00c40;
}
.work-item .name {
	font-size: 1.5rem;
	font-weight: bold;
	color: #000;
}
.lg-backdrop.in {
    opacity: .8;
}
.play .iframe-box {
	position: absolute;
	left: 25px;
    right: 26px;
    top: 22%;
}
.play .iframe {
	position: relative;
	padding-bottom: 52.5%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
	padding-top: 30px;
	height: 0;
	width: 100%;
	overflow: hidden;
	display: none;
}
.play .iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fade.show {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    background: #000;
}
.modal-content {
    background-color: #000;
    border: none;
}
.modal-dialog {
    margin: auto;
    padding-bottom: 3rem;
}
.modal-title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.modal-header {
    border: none;
}
.modal input {
    border-radius: 2rem;
    font-size: 1.25rem;
    font-weight: 600;
    padding: .7rem 2rem;
    height: 54px;
}
.file {
    position: relative;
    background: #fff;
    border-radius: 2rem;
}
.file:before {
    content: 'Загрузить работу';
    position: absolute;
    top: .7rem;
    left: 2rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #717a82;
}
.file:after {
    content: '';
    width: 94px;
    height: 54px;
    background: url('../../img/up.png') no-repeat center center / contain;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.file input {
    opacity: 0;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.modal-header .close {
    position: absolute;
    margin: 0;
    top: -4rem;
    right: calc(50% - 25px);
    opacity: 1;
    padding: 0;
}
.modal-header .close>div {
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 3px;
    position: relative;
    border: none;
    transition: all .5s;
    border: 2px solid #fff;
    border-radius: 50%;
}
.modal-header .close>div:before, .modal-header .close>div:after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    top: 22px;
    left: 13px;
    transition: all .5s;
}
.modal-header .close>div:after {
    transform: rotate(-45deg);
}
.prisees.prise2 img,
.prisees.prise3 img {
    margin-top: -30px;
    margin-bottom: 30px;
}
.navbar-brand {
	opacity: 0;
	transition: all .5s;
}
.navbar-brand.op {
	opacity: 1;
	transition: all .5s;
}
#section1 .image.op {
	opacity: 0;
	transition: all .5s;
}
#section1 .image {
	opacity: 1;
	transition: all .5s;
}
#section4 .play .iframe-box {
    top: -7%;
}
button:focus {
    outline: none;
}
@media (max-width: 1900px) {
	.juri-item .name {
		font-weight: 600;
		font-size: 2rem;
		margin-top: 3rem;
	}
}

@media (max-width: 1600px) {
	#section1 .title {
		font-size: 2.75rem;
	}
	.prisees .info {
		font-size: 1.125rem;
		font-weight: 600;
		padding: 0 2rem 3rem;
		margin-top: 0rem;
	}
	.juri-item .name {
		font-weight: 600;
		font-size: 1.5rem;
		margin-top: 3rem;
	}
	.work-item, .juri-item {
		padding: 0 1rem;
	}
	#section4 .title {
		font-size: 2rem;
	}
}
@media (max-width: 1300px) {
	#section1 .title {
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}
	#section4 .title {
		font-size: 1.5rem;
	}
	.prisees .info {
		font-size: 1rem;
	}
}
@media (max-width: 1200px) {
	#section1 .title {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	.pl-6 {
		padding-left: 6rem;
	}
	.navbar-main {
		padding: 1rem 3rem;
	}
}
@media (max-width: 991px) {
	#section1 {
		background-color: #fff;
		background-image: url('../../img/s1-mob.png'), url('../../img/s1-mob2.png');
		background-size: 100% calc(100% - 600px) , cover;
		background-position: bottom center, bottom center;
		padding: 3rem 3.5rem 0;
	}
	.pl-6 {
		padding-left: 0;
	}
	#section1 .more,
	#section1 .descr {
		margin-bottom: 2rem;
	}
	#section1:before {
		height: 300px;
	}
	#section4 {
		background-color: #fff;
		background-image: url('../../img/s4-mob.png'), url('../../img/s1-mob2.png');
		background-size: 100% 30%, cover;
		background-position: top center, bottom center;
		padding: 3rem 0 0 3.5rem;
	}
	#section4 .descr-box:before {
		display: none;
	}
	#section4 .descr,
	#section4 .descr-box {
		max-height: inherit;
	}
	#section4 .descr {
		padding-right: 0;
	}
	#section4 .title {
		padding-top: 6rem;
	}
	#section3 {
		padding: 4rem 1.5rem 2rem;
	}
	.juri-item .name {
		font-size: 1.25rem;
	}
	.juri-item .descr{
		font-size: 1rem;
	}
	.prisees.prise2 img,
	.prisees.prise3 img {
		margin-bottom: 0;
	}
	.prisees.prise2 div.info,
	.prisees.prise3 div.info {
		margin-top: -2rem;
		padding-right: 0;
		padding-left: 0;
	}
	#section4 .play .iframe-box {
		top: 0%;
	}
	.navbar-offcanvas {
		padding: 2rem;
		background: #fff;
	}
}
@media (max-width: 767px) {
	#section4 {
		background-size: 100% 25%, cover;
	}
	#section2 {
		padding: 4rem 0 0 1.5rem;
		margin: 0;
	}
	#section5 {
		padding: 4rem 1.5rem 0 1.5rem;
	}
	.play {
        padding-bottom: 2rem;
    }
}
@media (max-width: 620px) {
	#section4 {
		background-size: 100% 20%, cover;
	}
}
@media (max-width: 575px) {
	#section4 {
		padding: 1rem 0 0 2.5rem;
	}
	#section4 {
		background-size: 100% 15%, cover;
	}
	#section1 {
		background-color: #fff;
		background-image: url('../../img/s1-mob.png'), url('../../img/s1-mob2.png');
		background-size: 100% calc(100% - 650px) , cover;
		background-position: bottom center, bottom center;
		padding: 3rem 0 0 2rem;
	}
	#section2 {
	    margin: -2rem 0 0;
	}
	.juri-slider {
		padding-right: 3rem;
	}
	.prisees .info {
		font-size: 1rem;
		font-weight: 600;
		padding: 0 2rem 0;
		margin-top: 0rem;
	}
	.prisees.prise2,
	.prisees.prise3 {
		margin-top: -3rem;
	}
	#section1 .logos img {
		margin-right: 1rem;
		display: block;
		margin-bottom: 1rem;
	}
	.prisees.prise1 .info {
		padding: 0;
	}
}
@media (max-width: 440px) {
	#section4 {
		background-size: 100% 10%, cover;
	}
	#section4 .title {
		font-size: 1.25rem;
	}
}
@media (max-width: 350px) {
	#section4 {
		background-size: 100% 8%, cover;
	}
}
.name a, .name a:hover {
	text-decoration: none;
	color: black;
}