* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-size: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
	background-color: inherit;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

/*
  &::-webkit-scrollbar {
    display: none;
  }
  */
@media (max-width: 992px) {
	main {
		/*padding-top: 67px;*/
	}
}

.container {
	max-width: 1170px;
	padding: 0 20px;
	margin: 0 auto;
}

.the-content ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

h1 {
	font-family: "GT Pressura Bold";
	/* font-weight: 700; */
	font-size: 120px;
	line-height: 110%;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	h1 {
		font-size: 60px;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 28px;
		line-height: 32px;
	}
}

h2 {
	font-family: "GT Pressura Bold";
	/* font-weight: 700; */
	font-size: 48px;
	line-height: 54px;
	text-transform: uppercase;
}

@media (max-width: 480px) {
	h2 {
		font-size: 26px;
		line-height: 30px;
	}
}

h3 {
	font-family: "GT Pressura Bold";
	/* font-weight: 700; */
	font-size: 40px;
	line-height: 125%;
	text-transform: uppercase;
}

@media (max-width: 480px) {
	h3 {
		font-size: 22px;
		line-height: 118%;
	}
}

h4 {
	font-family: "GT Pressura Bold";
	/* font-weight: 700; */
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
}

@media (max-width: 480px) {
	h4 {
		font-size: 20px;
		line-height: 24px;
	}
}

h5 {
	font-family: "GT Pressura Bold";
	/* font-weight: 700; */
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
}

@media (max-width: 480px) {
	h5 {
		font-size: 18px;
		line-height: 22px;
	}
}

h6 {
	font-family: "GT Pressura Bold";
	/* font-weight: 700; */
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
}

@media (max-width: 480px) {
	h6 {
		font-size: 16px;
		line-height: 20px;
	}
}

.banner__title p {
	background: #fff;
	padding: 10px 24px;
	text-align: right;
	font-family: "GT Pressura Bold";
	margin-left: auto;
}

.banner__left-title p {
	margin-left: 0;
	margin-right: auto;
}

@media (max-width: 992.98px) {
	.banner__title p {
		text-align: center;
		white-space: unset;
		padding: 0;
		max-width: none;
		line-height: normal;
	}
}

@media (min-width: 992.98px ) {
	.screenwriting__title p:not(:first-child) {
		margin-left: auto;
	}
}

.section__title {
	/* font-weight: 700; */
	font-size: 48px;
	line-height: 54px;
	font-family: "GT Pressura Bold";
	color: #FF4438;
}

body {
	font-family: "GT Pressura";
	font-weight: 400;
	color: #000;
	background-color: #fff;
}

.slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slick-list {
	overflow: hidden;
}

.main__banner {
	position: relative;
	/*min-height: 663px;*/
}

@media (min-width: 2559px) {
	.main__banner .banner__container {
		min-height: 60vh;
	}
}

.main__banner .banner__container {
	padding: 96px 20px 234.59px 0;
}

@media (max-width: 992.98px) {
	.main__banner {
		min-height: 398px;
	}
}

@media (max-width: 480px) {
	.main__banner {
		background-position: top !important;
		min-height: 248px;
		background-size: cover;
	}
}

.triangle {
	position: absolute;
	right: -1px;
	bottom: 15%;
	width: 0;
	height: 0;
	border-bottom: 35px solid #fff;
	border-left: 35px solid transparent;
}

.banner {
	overflow: hidden;
	text-align: right;
}

@media (max-width: 480px) {
	.banner {
		background-size: cover !important;
	}
}

.banner__triangle {
	bottom: 99% !important;
}

@media (max-width: 992px) {
	.original .banner__triangle {
		right: -20px;
	}
}

@media (min-width: 481px) {
	.banner__triangle {
		border-bottom: 100px solid #fff;
		border-left: 100px solid transparent;
	}
}

.news .banner__triangle {
	right: -20px !important;
}

.banner__container {
	position: relative;
}

@media (max-width: 992.98px) {
	.banner__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;
		margin: 0 20px !important;
		text-align: center;
		padding-bottom: 100px;
		border-bottom: 2px solid #FF4438;
	}
}

.banner__subtitle {
	font-style: normal;
	/* font-weight: 700; */
	font-size: 14px;
	line-height: 22px;
	text-align: right;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: #00609C;
	font-family: "GT America Bold";
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
}

@media (max-width: 992.98px) {
	.banner__subtitle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0px 0 0 0;
		margin: 58px 0 0 0;
	}
}

@media (max-width: 480px) {
	.banner__subtitle {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: .6em;
	}
}

.banner__title {
	/* font-weight: 700; */
	font-family: "GT Pressura Bold";
	font-size: 120px;
	line-height: 132px;
	text-transform: uppercase;
	color: #FF4438;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 47px 0px 47px auto;
	position: -webkit-sticky;
	position: sticky;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: 2;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

@media (max-width: 992.98px) {
	.banner__title {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 20px 0;
		font-size: 70px;
	}
}

@media (max-width: 480px) {
	.banner__title {
		font-size: 32px;
		line-height: 36px;
		margin: 0px 0 20px 0;
		padding: 20px 0 0 0px;
	}
}

.banner__shape {
	z-index: 1;
	position: absolute;
	right: -150%;
	border-top: 70vw solid #fff !important;
	border-left: 276px solid transparent;
	height: 0;
	top: -2%;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	min-width: 200%;
}

@media (max-width: 1440px) {
	.banner__shape {
		border-top: 90vw solid #fff !important;
	}
}

@media (max-width: 1080px) {
	.banner__shape {
		border-left: 253px solid transparent;
	}
}

@media (max-width: 992.98px) {
	.banner__shape {
		display: none;
	}
}

.screenwriting__banner-shape {
	border-top: 865px solid #fff;
}

.button-banner {
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
}

.button-banner__link {
	padding: 18px 49px;
	background: #00609C;
	border-radius: 6px;
	color: #fff;
	font-family: 'GT America Bold';
	/* font-weight: 700; */
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 24px;
	text-transform: uppercase;
	border: 2px solid #00609C;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.button-banner__link:hover {
	color: #00609C;
	background: #FFFFFF;
}

@media (max-width: 992.98px) {
	.button-banner__link {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-bottom: 118px;
	}
}

@media (max-width: 480px) {
	.button-banner__link {
		padding: 15px 35px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-bottom: 57px;
	}
}

.slick-arrow {
	position: absolute;
	top: -105px;
	font-size: 0;
	height: 28px;
	width: 60.5px;
}

@media (max-width: 480px) {
	.slick-arrow {
		left: 15%;
		top: 85%;
		height: 30px;
		width: 39.25px;
	}

}

.slick-prev {
	z-index: 5;
	position: absolute;
	top: -102px;
	left: 1015px !important;
}

/*@media (max-width: 1539px) {*/
/*  .slick-prev {*/
/*    right: 15%; } }*/
@media (max-width: 480px) {
	.slick-prev {
		left: 5%;
		top: 100%;
	}
}

.rising__slider .slick-prev {
	top: -86px;
}

@media (max-width: 992.98px) {
	.rising__slider .slick-prev {
		top: -85px;
	}
}

.rising__slider .slick-next {
	top: -84px;
}

@media (max-width: 1210px) {
	.rising__slider {
		padding-left: 20px;
	}
}

@media (max-width: 1200px) {
	.rising__slider .slick-prev,
	.original__slider .slick-prev {
		left: auto !important;
		right: 138px;

	}

	.slick-next {
		left: 90% !important;
	}


}

@media (max-width: 1190px) {
	.slick-prev {
		left: 87% !important;
	}

	/*.rising__slider .slick-prev{*/
	/*  left: 87%;*/
	/*}*/
	/*.rising__slider .slick-next{*/
	/*  left: 94%;*/
	/*}*/
}

.image__container {
	position: relative;
}

@media (max-width: 1060px) {
	.slick-prev {
		left: 81% !important;
	}
}

@media (max-width: 992.98px) {
	.slick-next {
		top: -60px !important;
	}

	.rising__slider .slick-prev {
		top: -98px;
		right: 13%;
	}

	.rising__slider .slick-next {
		top: -97px !important;
	}

	.original__slider .slick-prev {
		top: -62px;
	}
}

@media (max-width: 992px) {
	.original__slider .slick-prev {
		left: auto !important;
		right: 13%;
	}
}

@media (max-width: 768px) {
	.original__slider .slick-prev {
		/*left: 79% !important;*/
	}

	.rising__slider .slick-prev {
		/*left: 79% !important;*/
	}
}

@media (max-width: 680px) {
	.original__slider .slick-prev {
		/*left: 82% !important;*/
		top: -60px;
	}

	.rising__slider .slick-prev {
		/*left: 82% !important;*/
	}

	.rising__slider .slick-next {
		top: -99px !important;
	}
}

@media (max-width: 520px) {
	.rising__slider .slick-next {
		top: -99px !important;
	}
}

@media (max-width: 480px) {
	.rising__slider .slick-prev {
		left: 20px !important;
	}

	.rising__slider .slick-next {
		top: auto !important;
		left: 59px !important;
	}

	.original__slider .slick-prev {
		left: 20px !important;
	}
}

@media (max-width: 900px) {
	.slick-prev {
		left: 80% !important;
	}
}

@media (max-width: 480px) {
	.slick-prev {
		left: 4.7% !important;
		top: auto !important;
		bottom: -42px;
	}

	.slick-next {
		left: 69px !important;
		top: auto !important;
		bottom: -42px;
	}
}

.slick-next {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	left: 1100px;
	top: -100px;
}

@media (max-width: 480px) {
	.slick-next {
		margin: 0 0 0 10px;
		top: 100%;
	}
}

.original {
	margin: 128px 0 161px auto;
	gap: 28px;
	max-width: calc((100% - 1170px) / 2 + 1170px);
}

@media (min-width: 992.98px) and (max-width: 1210px) {
	.original {
		margin: 158px 0 191px 20px;
	}

}

@media (min-width: 480px) and (max-width: 1210px) {
	.rising .rising__title {
		margin-left: 20px;
	}
}

@media (max-width: 992.98px) {
	.original {
		margin: 0 auto;
	}
}

.original__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.original__title {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin: 0 auto 63px 0;
}

@media (max-width: 992.98px) {
	.original__title {
		margin: 60px auto 22px 20px !important;
	}
}

@media (max-width: 480px) {
	.original__title {
		font-size: 26px !important;
		line-height: 30px;
	}
}

.original__slider {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 480px) {
	.original__slider {
		padding-left: 20px;
		margin-bottom: 97px;
	}
}

@media (max-width: 992.98px) {
	.rising__slider .slick-prev {
		top: -85px;
	}

	.rising__slider .slick-next {
		top: -83px !important;
	}
}

@media (max-width: 680px) {
	.rising__slider .slick-prev {
		top: -83px;
	}
}

.original__slider-item {
	margin: 0 0 0 28px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 267px !important;
	flex: 0 0 267px !important;
}

.original__slider-item:last-child {
	margin: 0;
}

@media (max-width: 992.98px) {
	.original__slider {
		padding-left: 20px;
	}

	.original__slider-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 260px;
		flex: 0 0 260px;
	}
}

@media (max-width: 480px) {
	.original__slider-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 200px !important;
		flex: 0 0 200px !important;
		margin: 0 0 0 24px;
	}

	.original__slider-item img {
		width: 200px;
		height: 300px;
	}
}


.item__img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	height: 400px;
}

@media (max-width: 480px) {
	.item__img-container img {
		width: 100% !important;
	}

	.rising__slider {
		padding-left: 20px;
	}

	.item__img {
		width: 200px !important;
		-o-object-fit: cover;
		object-fit: cover;
		height: 200px;
	}

	.rising__slider-item {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 200px !important;
		flex: 0 0 200px !important;
		max-width: 200px;
	}

}

.item__title {
	font-family: "GT Pressura Bold";
	/* font-weight: 700; */
	font-size: 30px;
	line-height: 40px;
	color: #00609C;
	text-transform: uppercase;
	margin: 14px 0 0 0;
	display: inline-block;
}

@media (max-width: 480px) {
	.original__slider .item__title {
		font-size: 20px !important;
	}

	.item__title {
		margin: 10px 0 0 0;
	}
}

.banner-left {
	margin: 0 0 160px 0;
	-moz-text-align-last: left;
	text-align-last: left;
	gap: 57px;
	min-height: 663px;
}

.banner-left .banner__container {
	padding: 233px 20px 233px 10px;
}

@media (max-width: 1200px) {
	.banner-left .banner__container {
		padding: 233px 20px 233px 20px;
	}

	.rising {
		position: relative;
	}

	.rising__slider .slick-prev {
		/*top: -86px;*/
	}

	.rising__slider .slick-next {
		top: -84px;
	}
}

@media (max-width: 992.98px) {
	.banner-left {
		margin-top: 97px !important;
		background-repeat: no-repeat !important;
		background-position: top !important;
		background-size: cover !important;
		padding: 0;
		margin-bottom: 0;
		min-height: 717px;
	}
}

@media (max-width: 480px) {
	.banner-left {
		margin: 0px !important;
	}
}

@media (max-width: 890px) {
	.banner-left {
		min-height: 500px;
	}
}

@media (max-width: 590px) {
	.banner-left {
		min-height: 400px;
	}
}

@media (max-width: 480px) {
	.banner-left {
		background-size: cover !important;
		background-position: right !important;
		min-height: 250px;
	}

	.banner-behind__triangle {
		border-right: 35px solid transparent !important;
	}
}

.banner-left__triangle {
	left: -20px;
	border-left: 0px solid transparent;
	border-right: 35px solid transparent;
}

@media (max-width: 992.98px) {
	.banner-left__triangle {
		border-right: 95px solid transparent;
	}
}

@media (max-width: 480px) {
	.banner-left__triangle {
		border-right: 35px solid transparent;
	}
}

.banner-left__shape {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 65%;
	border-top: 1002px solid #fff;
	top: -5%;
	border-left: 187px solid transparent;
}

.news__items-item .news__triangle {
	z-index: 1;
	bottom: -1px !important;
}

@media (max-width: 992.98px) {
	.banner-left__shape {
		display: none;
	}
}

@media (max-width: 480px) {
	.banner-left__subtitle {
		margin: 58px 0 0 0;
	}
}

.banner-left__title {
	margin: 47px 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

@media (max-width: 992.98px) {
	.banner-left__title {
		margin: 0px auto 20px auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: transparent;
	}
}

.rising {
	margin: 0px 0 156.63px auto;
	gap: 28px;
	max-width: calc((100% - 1170px) / 2 + 1170px);
}

.rising .rising__title {
	margin-bottom: 57px;
}

@media (max-width: 992.98px) {
	.rising {
		margin: 0px 0 150px auto;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 295px;
		flex: 0 0 295px;
	}
}

@media (min-width: 480px) and (max-width: 1200px) {
	.rising .rising__title {
		margin-top: 60px;
	}
}

@media (max-width: 480px) {
	.rising {
		margin: 0px 0 102px auto;
	}

	.rising .rising__title {
		margin: 60px 0 22px 20px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		font-size: 26px;
	}
}

.rising__slider {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rising__slider-item {
	margin: 0 0 0 45px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 365px;
	flex: 0 0 365px;
}

@media (min-width: 481px) {
	.rising__slider-item .image__container img {
		height: 365px;
	}
}

.rising__slider-item:last-child {
	margin: 0;
}

.rising .item-slider {
	position: relative;
}

.rising .item-slider__triangle {
	bottom: 0 !important;
}

@media (min-height: 480px) {
	.rising .item-slider__triangle {
		z-index: 1;
		bottom: 0 !important;
	}
}

@media (max-width: 992.98px) {
	.rising__slider-item {
		margin: 0 0 0 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 355px;
		flex: 0 0 355px;
	}
}

.section__title {
	text-transform: uppercase;
	/*margin: 0 0 48.5px 0; */
}

@media (max-width: 992.98px) {
	.section__title {
		/*margin: 40px 0 22px 20px ;*/
		font-size: 40px;
	}
}

@media (max-width: 767.98px) {
	.section__title {
		font-size: 36px;
	}
}

@media (max-width: 540px) {
	.section__title {
		font-size: 30px;
	}
}

.item {
	position: relative;
}

.item__triangle {
	bottom: 15% !important;
}

.item__img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.screenwriting__banner {
	min-height: 663px;
}

@media (max-width: 992.98px) {
	.screenwriting__banner {
		min-height: 600px;
	}
}

@media (max-width: 767.98px) {
	.screenwriting__banner {
		min-height: 400px;
	}
}

@media (max-width: 680px) {
	.rising__slider .slick-prev {
		right: 8%;
	}

	.original__slider .slick-prev {
		right: 8%;
	}
}

@media (max-width: 600px) {
	.rising__slider .slick-prev {
		right: 11%;
	}
}

.screenwriting__banner .banner__container {
	padding: 157px 20px 157px 0;
}

@media (max-width: 480px) {
	.screenwriting__banner {
		background-position: top !important;
	}
}

@media (max-width: 480px) {
	.screenwriting__banner-subtitle {
		margin-top: 58px;
	}

	.screenwriting__banner {
		min-height: 250px;
	}

	.rising__slider .slick-next {
		top: auto !important;
	}
}

.screenwriting__title {
	white-space: pre-wrap;
	line-height: 132px;
}

@media (max-width: 1266px) {
	.screenwriting__title {
		margin-left: auto;
		line-height: 132px;
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
	}
}

@media (max-width: 1148px) {
	.screenwriting__title {
		line-height: 132px;
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
		font-size: 100px;
	}
}

@media (min-width: 992.98px) {
	.screenwriting__title {
		margin: 46px 0px 47px auto;
	}
}

@media (max-width: 992.98px) {
	.screenwriting__title {
		white-space: unset;
		text-align: center;
		font-size: 70px;
		margin: 0 auto;
		line-height: 66px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		column-gap: 6px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: transparent;
	}
}

@media (max-width: 510px) {
	.screenwriting__title {
		font-size: 42px;
	}
}

@media (max-width: 480px) {
	.screenwriting__title {
		margin-bottom: 20px;
		padding: 0;
		font-size: 28px;
	}

	.news__all {
		line-height: 20px !important;
		margin: 52px auto 60px auto !important;
	}
}

.news {
	padding: 150px 0 162px 0;
}

@media (max-width: 992.98px) {
	.news {
		padding: 0px 0 0px 0;
	}
}

@media (max-width: 480px) {
	.news__title {
		font-size: 22px;
		margin: 60px auto 0px auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		line-height: 26px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.news__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	flex-wrap: wrap
}

@media (max-width: 1170px) {
	.news__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: start;
	}
}

@media (max-width: 1170px) {
	.news__items {
		gap: 52px;
	}
}

.news__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 992.98px) {
	.news__top {
		margin-bottom: 47px;
	}
}

@media (min-width: 480px) and (max-width: 992px) {
	.events__top,
	.news__top {
		margin-top: 20px;
	}
}

.item__triangle {
	bottom: 25% !important;
}

.news__items .item {
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 0 360px !important;
	flex: 0 0 360px !important;
}

@media (max-width: 480px) {
	.news__items .item {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 335px !important;
		flex: 0 0 335px !important;
	}
}

@media (max-width: 340px) {
	.news__items .item {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 315px !important;
		flex: 0 0 315px !important;
	}
}

@media (max-width: 335px) {
	.news__items .item {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 278px !important;
		flex: 0 0 278px !important;
	}
}

.news__items .item img {
	height: 240px;
}

.item__date {
	font-family: "GT Pressura Bold";
	/* font-weight: 700; */
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	color: #98B8AD;
	margin: 14px 0 2px 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media (max-width: 480px) {
	.item__date {
		font-size: 16px;
		line-height: 20px;
	}
}

.item__title:hover {
	color: #004570;
}

.title24 {
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
}

@media (max-width: 480px) {
	.title24 {
		font-size: 18px;
		line-height: 22px;
		/* font-family: "GT America"; */
	}
}

.banner-behind .banner__container {
	padding: 235px 20px 235px 0;
}

@media (max-width: 992.98px) {
	.banner-behind__subtitle {
		margin: 58px 0 0 0;
	}
}

.banner-behind__triangle {
	left: -20px;
	border-left: 0px solid transparent;
	border-right: 95px solid transparent;
	bottom: 100% !important;
}

@media (max-width: 380px) {
	.banner-behind__triangle {
		border-right: 30px solid transparent;
	}
}

.banner-behind__title {
	text-align: left;
	white-space: unset;
}

.banner-behind__title p {
	width: fit-content;
	margin-left: 0 !important;
	text-align: left;
	margin-right: auto;
}

@media (max-width: 992.98px) {
	.banner-behind__title p {
		width: auto;
		margin-left: auto !important;
	}

	.screenwriting__title {
		margin: 20px 0;
	}

	.banner-behind__title {
		margin: 20px 0;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.banner-behind__title {
		padding: 0 0 0px 0;
	}
}

.events {
	padding-bottom: 149px;
}

@media (max-width: 992.98px) {
	.events {
		padding-bottom: 53px;

	}
}

.events__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.events__all {
	/* font-weight: 700; */
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #00609C;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	display: -webkit-box;
	font-family: "GT America Bold";
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.events__all span img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 10px;
	-o-object-fit: cover;
	object-fit: cover;
}

.events__all:hover span {
	border-bottom: 2px solid #FF4438;
}

@media (max-width: 480px) {
	.events__all:hover span {
		border-bottom: 0;
	}

	.events__all:hover {
		color: #00609C;
		outline: #00609C;
		background-color: #fff;
	}
}

@media (max-width: 992.98px) {
	.events__all {
		font-family: 'GT America Bold';
		/* font-weight: 700; */
		font-size: 16px;
		line-height: 24px;
		text-transform: uppercase;
		color: #00609C;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 20px;
		gap: 10px;
	}

	.events__all span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 480px) {
	.events__title {
		font-size: 22px;
		line-height: 26px;
		font-weight: 700;
		margin: 60px auto 0 auto;
	}
}

@media (max-width: 480px) {
	.events__all img {
		display: none;
	}
}

@media (max-width: 480px) {
	.events__all {
		margin: 20px auto 0 auto;
		padding: 8px 22px;
		border: 2px solid #00609C;
		background: #00609C;
		border-radius: 6px;
		color: #fff;
		width: 161px;
		font-size: 14px;
	}
}

@media (min-width: 992px) and (max-width: 1475px) {
	.banner-left__shape {
		border-left: 95px solid transparent;
	}
}

.tribe-events-container,
.events__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 14px;
}

@media (max-width: 480px) {
	.events__items {
		gap: 20px;
	}
}

.item-event {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 5px solid #007078;
	-webkit-box-shadow: 0px 10px 10px rgba(0, 112, 120, 0.2);
	box-shadow: 0px 10px 10px rgba(0, 112, 120, 0.2);
	border-radius: 20px;
	padding: 40px 0 40px 84px;
	gap: 80px;
	color: #222222;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media (max-width: 768px) {
	.item-event {
		text-align: center;
		padding: 30px 0px;
		gap: 16px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.item-event:hover {
	background-color: #007078;
}

.tribe-common-g-row:hover .tribe-events-calendar-latest-past__event-title-link,
.tribe-common-g-row:hover .tribe-events-calendar-latest-past__event-date-tag-daynum,
.item-event:hover .item-event__date-day,
.item-event:hover .item-event__title {
	color: #fff !important;
}

.tribe-common-g-row:hover .tribe-events-calendar-latest-past__event-date-tag-month,
.tribe-common-g-row:hover .tribe-events-calendar-latest-past__event-venue,
.tribe-common-g-row:hover .tribe-events-calendar-latest-past__event-datetime,
.item-event:hover .item-event__date-month,
.item-event:hover .item-event__event-date,
.item-event:hover .item-event__place {
	color: #4ABDAC !important;
}

.item-event__date {
	font-family: "GT America";
	text-align: center;
	font-size: 18px;
}

.tribe-events-calendar-latest-past__event-date-tag-month,
.item-event__date-month {
	font-family: "GT America";
	line-height: 26px;
	font-size: 18px;
	text-transform: uppercase;
}

@media (max-width: 480px) {
	.tribe-events-calendar-latest-past__event-date-tag-month,
	.item-event__date-month {
		font-size: 16px;
		line-height: 20px;
	}
}

.tribe-events-calendar-latest-past__event-date-tag-daynum,
.item-event__date-day {
	font-family: "GT Pressura Bold" !important;
	color: #00609C !important;
	font-size: 48px !important;
	line-height: 54px !important;
	/* font-weight: 700; */
}

.tribe-events-calendar-latest-past__event-datetime,
.item-event__event-date {
	font-size: 18px;
	font-family: "GT America";
	line-height: 26px;
	color: #007078;
}

@media (max-width: 480px) {
	.tribe-events-calendar-latest-past__event-datetime,
	.item-event__event-date {
		font-weight: 400;
		font-size: 16px !important;
		line-height: 20px !important;
	}
}

.tribe-events-calendar-latest-past__event-title-link,
.item-event__title {
	font-family: "GT Pressura Bold" !important;
	font-weight: normal !important;
	display: inline-block;
	word-break: break-word;
	padding-right: 77px;
	text-transform: uppercase;
	color: #00609C !important;
	font-size: 24px !important;
	/* font-weight: 700; */
	margin: 10px 0;
}

@media (max-width: 768px) {
	.tribe-events-calendar-latest-past__event-title-link,
	.item-event__title {
		word-break: break-word;
		padding: 0 27.5px;
	}
}

@media (max-width: 480px) {
	.tribe-events-calendar-latest-past__event-title-link,
	.item-event__title {
		margin: 16px 0;
		font-size: 18px;
		padding-left: 27.5px;
		line-height: 22px;
	}

}

.item-event__place {
	font-family: 'GT America';
	line-height: 26px;
	font-size: 18px;
}

@media (max-width: 480px) {
	.item-event__place {
		font-size: 16px !important;
		line-height: 20px !important;
	}
}

.subscribe {
	background: #00609C;
	padding: 90px 0;
	text-align: center;
}

@media (max-width: 992.98px) {
	.subscribe {
		padding: 60px 0;
	}
}

.subscribe__title {
	font-family: "GT Pressura Bold";
	/* font-weight: 700; */
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	color: #FFFFFF;
}

@media (max-width: 480px) {
	.subscribe__title {
		font-size: 22px;
		line-height: 26px;
	}
}

.subscribe__description {
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	margin: 10px 0 0px 0;
	font-family: 'GT America Light';
	color: #fff;
}

@media (max-width: 992.98px) {
	.subscribe__description {
		margin: 20px 0 0px 0;
	}
}

@media (max-width: 480px) {
	.subscribe__description {
		font-size: 18px;
		line-height: 24px;
	}
}

.subscribe__button {
	font-style: normal;
	font-family: 'GT America Bold';
	/* font-weight: 700; */
	font-size: 16px;
	line-height: 20px;
	padding: 20px 50px;
	background-color: #fff;
	color: #FF4438;
	display: inline-block;
	margin: 20px 0 0 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-transform: uppercase;
	border-radius: 6px;
}

.subscribe__button:hover {
	color: #fff;
	background-color: #FF4438;
}

@media (max-width: 992.98px) {
	.subscribe__button {
		font-size: 14px;
		padding: 10px 24px;
	}
}

@-webkit-keyframes arrow-animation {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	40% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	60% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
}

@keyframes arrow-animation {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	40% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	60% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
}

@-webkit-keyframes arrow-animation-left {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	40% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	60% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
}

@keyframes arrow-animation-left {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	40% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	60% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
}

.rotate {
	transform: rotate(360deg);
}

.news__all .arrow-animation, .arrow-animation {
	-webkit-animation: arrow-animation 2s infinite;
	animation: arrow-animation 2s infinite;
}

.banner-left, .banner-image-resp,
.banner-behind .banner-image-resp {
	/*left: auto;*/
}

.screenwriting__banner .banner-image-resp {
	/*width: auto;*/

}

.banner-image-resp_r {
	position: absolute;
	top: 0px;
	left: auto;
	right: 0px;
	bottom: 0px;
	width: 75%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 992px) {
	.banner-image-resp_r {
		width: 100%;
	}
}

@media (max-width: 1230px) {
	.banner-left .banner__container {
		padding: 233px 20px 233px 20px;
	}
}

@media (min-width: 1170px) and (max-width: 1180px) {
	.news__items {
		gap: 25.25px;
	}
}

@media (max-width: 600px) {
	.slick-next {
		left: 87% !important;
	}

	.original__slider .slick-prev {
		right: 11%;
	}
}

@media (max-width: 480px) {
	.slick-next {
		left: 69px !important;
	}
}

.homepage .news__items .news__items-item .item__title {
	margin-top: 0;
	font-family: "GT Pressura Bold";
	line-height: 1.25;
}

@media (max-width: 480px) {
	.homepage .news__items .news__items-item .item__title {
		/* font-family: "GT America"; */
		margin-top: 0 !important;
	}
}

.original__trailer {
	padding-bottom: 96px;
}

@media (max-width: 480px) {
	.original__trailer {
		padding-bottom: 60px;
	}
}

@media (min-width: 992px) {
	.homepage .banner .banner__container .banner__shape {
		right: -150% !important;
	}

	.homepage .banner .banner__container .banner-left__shape {
		right: 65% !important;
	}

	.homepage .banner .banner-image-resp {
		width: 75%;
	}
}

.homepage .banner .banner__container {
	padding: 96px 20px 234.59px 0;
}

.screenwriting__title p br {
	display: none;
}