@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css");
* {
	padding: 0;
	margin: 0;
	border: 0;
}

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

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

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

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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

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

button {
	cursor: pointer;
}

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-size: inherit;
	font-weight: 400;
}

@font-face {
	font-family: "juralight";
	src: url("../fonts/jura-variablefont_wght-webfont.eot");
	src: url("../fonts/jura-variablefont_wght-webfont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/jura-variablefont_wght-webfont.woff2") format("woff2"),
		url("../fonts/jura-variablefont_wght-webfont.woff") format("woff"),
		url("../fonts/jura-variablefont_wght-webfont.ttf") format("truetype"),
		url("../fonts/jura-variablefont_wght-webfont.svg#juralight") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	min-width: 320px;
	font-family: "Jura", sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #4e4e4e;
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	text-align: center;
	background: url("../images/fon.png") no-repeat 50% 100%/100%;
}
#page .wrapper {
	background: url("../images/fon2.jpg") no-repeat 50% 210px/100% auto;
}
@media (max-width: 500px) {
	.wrapper {
		background: url("../images/fon.png") no-repeat 50% 95%;
	}
}

.container {
	max-width: 1110px;
	padding: 0;
	margin: auto;
	text-align: left;
}

@media (max-width: 1368px) {
	.container {
		max-width: 966px;
	}
}

@media (max-width: 980px) {
	.container {
		max-width: 100%;
		padding: 0 15px;
	}
}

@media (max-width: 500px) {
	.container {
		padding: 0 10px;
	}
}

.header {
	padding-top: 10px;
	padding-bottom: 20px;
}

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

@media (max-width: 735px) {
	.header__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 25px;
}

.logo__image {
	margin-right: 37px;
}

.logo__name {
	color: #575756;
	font-size: 22.0793px;
	line-height: 120%;
	text-transform: uppercase;
	font-family: "Jura", sans-serif;
	font-weight: 700;
	text-align: left;
}

.logo__name b {
	display: block;
	font-size: 35.4216px;
	line-height: 120%;
	letter-spacing: -0.05em;
}

.video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */ 
}
.video_wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1368px) {
	.logo {
		padding-top: 16px;
	}
	.logo__image {
		max-width: 109px;
		min-width: 109px;
		margin-right: 16px;
	}
	.logo__image img {
		max-width: 100%;
	}
	.logo__name {
		font-size: 19.7977px;
		line-height: 120%;
	}
	.logo__name b {
		font-size: 31.7613px;
		line-height: 120%;
	}
}

@media (max-width: 780px) {
	.logo__name {
		font-size: 16.3455px;
		line-height: 120%;
	}
	.logo__name b {
		font-size: 26.2228px;
		line-height: 120%;
	}
}

@media (max-width: 350px) {
	.logo__image {
		max-width: 96px;
		margin-right: 7px;
	}
}

@media (max-width: 330px) {
	.logo__image {
		max-width: 90px;
		margin-right: 5px;
	}
}

.logo-organizers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 29px;
}

.logo-organizers__item {
	margin-right: 63px;
}

.logo-organizers__item:last-child {
	margin-right: 0;
	margin-left: 16px;
}

.logo-organizers__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 8.41332px;
	line-height: 10px;
	max-width: 166px;
	font-family: "Inter", sans-serif;
	color: #575756;
}

.logo-organizers__item:first-child img {
	min-width: 42px;
	margin-right: 7px;
}

.logo-organizers__item:nth-child(2) img {
	min-width: 49px;
	margin-right: 10px;
}

/*new-logo-start*/
.logo-block {display: flex; justify-content: space-between;}
.logo1-ver, .logo2-ver {display: none;}
.logo-block>div:nth-child(1) img {width: 220px;}
.logo-block>div:nth-child(2) img {width: 210px;}
.logo-block>div:nth-child(3) img {width: 90px;}
.logo-block {min-width: 540px;}
/*new-logo-end*/

@media (max-width: 1368px) {
	.logo-organizers {
		padding-top: 20px;
	}
}

@media (max-width: 960px) {
	.logo-organizers {
		padding-right: 10px;
	}
	.logo-organizers__item {
		margin-right: 29px;
	}
	.logo-organizers__item:last-child {
		margin-right: 0;
		margin-left: 7px;
	}
	.logo-organizers__item a {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		font-size: 7px;
		line-height: 8px;
		max-width: 114px;
	}

	/*new-logo-start*/
	.logo1-ver, .logo2-ver {display: block;}
	.logo1-hor, .logo2-hor {display: none;}
	.logo-block>div:nth-child(1) img {width: 82px;}
	.logo-block>div:nth-child(2) img {width: 82px;}
	.logo-block {min-width: 400px;}
	/*new-logo-end*/
}

/*new-logo-start*/
@media (max-width: 830px) {
	.logo-block {min-width: 270px;}
}
/*new-logo-end*/


.footer {
	background: #d3d3db;
}

.footer .container {
	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;
	min-height: 60px;
}

.footer__icons-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__icons-social a {
	margin-right: 21px;
}

.footer__copyright {
	font-size: 10px;
	line-height: 12px;
	color: #4e4e4e;
	max-width: 430px;
}

@media (max-width: 960px) {
	.footer .container {
		min-height: 46px;
	}
	.footer__icons-social img {
		margin-bottom: -4px;
	}
}

@media (max-width: 500px) {
	.footer .container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 8px 10px;
	}
}

.content {
	margin-bottom: 50px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#page .content {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.content .container {
	width: 1110px;
}

.content-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-shadow: 2.29766px 4.59532px 22.9766px rgba(0, 0, 0, 0.25);
	box-shadow: 2.29766px 4.59532px 22.9766px rgba(0, 0, 0, 0.25);
}
#page .content-body {
	min-height: calc(100vh - 300px);
	box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.25);
	background: #fff;
}
@media (max-width: 900px) {
	.content-body {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

@media (max-width: 500px) {
	.content-body {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.content-body__center {
	background: #ffffff;
	-webkit-box-shadow: 2.29766px 0px 5.74415px rgba(0, 0, 0, 0.15);
	box-shadow: 2.29766px 0px 5.74415px rgba(0, 0, 0, 0.15);
	position: relative;
	flex: 1 1 auto;
}
@media (max-width: 900px) {
	.content-body__center {
		-webkit-box-shadow: 2.15183px 4.30367px 21.5183px rgba(0, 0, 0, 0.25);
		box-shadow: 2.15183px 4.30367px 21.5183px rgba(0, 0, 0, 0.25);
		margin-bottom: 29px;
	}
}
.content-body__player {
	height: 494px;
	margin-bottom: 13px;
}
@media (max-width: 1368px) {
	.content-body__player {
		height: 379px;
	}
}
@media (max-width: 980px) {
	.content-body__player {
		height: 393px;
	}
}
@media (max-width: 960px) {
	.content-body__player {
		height: 381px;
	}
}
@media (max-width: 940px) {
	.content-body__player {
		height: 370px;
	}
}
@media (max-width: 920px) {
	.content-body__player {
		height: 359px;
	}
}
@media (max-width: 900px) {
	.content-body__player {
		height: 490px;
	}
}
@media (max-width: 880px) {
	.content-body__player {
		height: 479px;
	}
}
@media (max-width: 860px) {
	.content-body__player {
		height: 467px;
	}
}
@media (max-width: 846px) {
	.content-body__player {
		height: 459px;
	}
}
@media (max-width: 840px) {
	.content-body__player {
		height: 456px;
	}
}
@media (max-width: 820px) {
	.content-body__player {
		height: 445px;
	}
}
@media (max-width: 800px) {
	.content-body__player {
		height: 433px;
	}
}
@media (max-width: 780px) {
	.content-body__player {
		height: 422px;
	}
}
@media (max-width: 760px) {
	.content-body__player {
		height: 410px;
	}
}
@media (max-width: 740px) {
	.content-body__player {
		height: 399px;
	}
}
@media (max-width: 720px) {
	.content-body__player {
		height: 389px;
	}
}
@media (max-width: 700px) {
	.content-body__player {
		height: 377px;
	}
}
@media (max-width: 680px) {
	.content-body__player {
		height: 366px;
	}
}
@media (max-width: 660px) {
	.content-body__player {
		height: 355px;
	}
}
@media (max-width: 650px) {
	.content-body__player {
		height: 349px;
	}
}
@media (max-width: 640px) {
	.content-body__player {
		height: 344px;
	}
}
@media (max-width: 620px) {
	.content-body__player {
		height: 332px;
	}
}
@media (max-width: 600px) {
	.content-body__player {
		height: 321px;
	}
}
@media (max-width: 580px) {
	.content-body__player {
		height: 310px;
	}
}
@media (max-width: 560px) {
	.content-body__player {
		height: 299px;
	}
}
@media (max-width: 540px) {
	.content-body__player {
		height: 287px;
	}
}
@media (max-width: 520px) {
	.content-body__player {
		height: 276px;
	}
}
@media (max-width: 500px) {
	.content-body__center {
		-webkit-box-shadow: none;
		box-shadow: none;
		background: none;
	}
	.content-body__player {
		height: 270px;
	}
}
@media (max-width: 480px) {
	.content-body__player {
		height: 259px;
	}
}
@media (max-width: 460px) {
	.content-body__player {
		height: 248px;
	}
}
@media (max-width: 440px) {
	.content-body__player {
		height: 237px;
	}
}
@media (max-width: 420px) {
	.content-body__player {
		height: 226px;
	}
}
@media (max-width: 414px) {
	.content-body__player {
		height: 222px;
	}
}
@media (max-width: 400px) {
	.content-body__player {
		height: 214px;
	}
}
@media (max-width: 380px) {
	.content-body__player {
		height: 201px;
	}
}
@media (max-width: 375px) {
	.content-body__player {
		height: 198px;
	}
}
@media (max-width: 360px) {
	.content-body__player {
		height: 189px;
	}
}
@media (max-width: 350px) {
	.content-body__player {
		height: 183px;
	}
}
@media (max-width: 340px) {
	.content-body__player {
		height: 178px;
	}
}
@media (max-width: 320px) {
	.content-body__player {
		height: 167px;
	}
}
.content-body__player img {
	max-width: 100%;
	width: 100%;
}

.content-body__right {
	background: #fbfbfc;
	/* padding: 21px 20px 115px 41px; for video*/
	padding: 21px 20px 0 31px;
	max-width: 232px;
	min-width: 232px;
}

.content-body__right .title {
	margin-bottom: 28px;
}

.content-body__right img {
	max-width: 100%;
}

@media (max-width: 1368px) {
	.content-body__right {
		max-width: 292px;
		min-width: 292px;
		padding-right: 15px;
		/* padding-bottom: 93px; */
	}
	.content-body__right .title {
		margin-bottom: 19px;
	}
}
@media (max-width: 980px) {
	.content-body__right {
		padding-bottom: 84px;
		min-width: 252px;
		max-width: 252px;
	}
}
@media (max-width: 960px) {
	.content-body__right {
		padding-bottom: 72px;
	}
}
@media (max-width: 940px) {
	.content-body__right {
		padding: 21px 9px 33px 21px;
	}
}
@media (max-width: 920px) {
	.content-body__right {
		padding-bottom: 18px;
	}
}
@media (max-width: 900px) {
	.content-body__right {
		min-width: 100%;
		background: none;
		padding: 0;
	}
}

.guest {
	padding-left: 27px;
	padding-bottom: 25px;
}
@media (max-width: 460px) {
	.guest {
		padding-left: 10px;
	}
}
@media (max-width: 374px) {
	.guest {
		padding-left: 0;
	}
}
.guest__title {
	margin-bottom: 17px;
}

.guest__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 20px;
	margin-bottom: 10px;
}
.justify-content-start {
	justify-content: start;
}
@media (max-width: 750px) {
	.guest__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (max-width: 374px) {
	.guest__row {
		padding-right: 0;
	}
}
@media (max-width: 327px) {
	.guest__row {
		justify-content: center;
	}
}
.guest__item {
	/* display: -webkit-box;
	display: -ms-flexbox; */
	/* display: flex; */
	-webkit-box-flex: 1;
	-ms-flex: 0 1 33%; /*154px;*/
	flex: 0 1 33%; /*154px;*/
	text-align: center;
	padding: 0 10px;
}
@media (max-width: 500px) {
	.guest__item {
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}
}
.guest__item:hover img {
	filter: none;
}
.guest__item img {
	min-width: 60px;
	max-width: 60px;
	margin-bottom: 14px;
	border-radius: 50%;
}
.guest__item img.border_red {
	border: 2px solid #d30029;
}
@media (max-width: 750px) {
	.guest__item {
		margin-bottom: 27px;
	}
}

.guest__name {
	text-transform: uppercase;
	color: #555555;
	font-size: 12px;
	line-height: 120%;
	font-weight: 700;
	margin-bottom: 5px;
}
.guest__image {
	border-radius: 50%;
	border: 2px solid #d30029;
}

.guest__img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin: 0 auto 14px;
	border-radius: 50%;
	position: relative;
}

.guest__img:before {
	content: "";
	display: block;
	border-radius: 50%;
	border: 2px solid #d30029;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.guest__img img {
	position: absolute;
	left: -1px;
	top: -1px;
}

.guest__text {
	font-size: 12px;
	line-height: 14px;
}
.guest__text a {
	color: #555555;
}
@media (max-width: 1368px) {
	.guest {
		padding-bottom: 15px;
	}
	.guest__item img {
		min-width: 60px;
	}
	.guest__text {
		font-size: 12px;
		line-height: 16px;
	}
}
.guest__body {
	font-size: 14px;
	line-height: 17px;
	padding: 10px 20px 40px 0;
	text-transform: uppercase;
}
.title {
	font-family: "Jura", sans-serif;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
	color: #d30029;
	font-weight: 700;
}

@media (max-width: 1368px) {
	.title {
		font-size: 18px;
		line-height: 120%;
	}
}

.lessons {
	padding-right: 24px;
}

.lessons__item {
	margin-bottom: 20px;
	/* height: 150px !important; */
}

.lessons__item p {
	position: relative;
}

.lessons img {
	margin-bottom: 10px;
}

.lessons a {
	color: #4e4e4e;
	line-height: 14px;
}

@media (max-width: 1368px) {
	.lessons__item {
		margin-bottom: 33px;
	}
	.lessons a {
		font-size: 12px;
		line-height: 12px;
	}
}

@media (max-width: 940px) {
	.lessons {
		padding-right: 14px;
	}
}

@media (max-width: 900px) {
	.lessons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.lessons__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		margin-right: 44px;
		margin-bottom: 0;
	}
	.lessons__item:last-child {
		margin-right: 0;
	}
}
@media (max-width: 800px) {
	.lessons {
		flex-wrap: wrap;
	}
	.lessons__item {
		margin-bottom: 20px;
	}
}

@media (max-width: 555px) {
	.lessons {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.lessons__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-right: 0;
	}
	.lessons__item a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-transform: uppercase;
		color: #555555;
		font-size: 10px;
		font-weight: bold;
	}
	.lessons__item a img {
		margin-right: 10px;
		min-width: 168px;
	}
}

@media (max-width: 450px) {
	.lessons__item a img {
		max-width: 168px;
	}
}

.play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px !important;
	width: 60px;
	min-width: 60px !important;
	max-width: 60px !important;
}
.slick-list {
	padding-top: 10px !important;
}
.shou__slide .slick-list {
	padding-top: 40px !important;
}
.slick-list .lessons__item {
	margin-bottom: 0px;
	height: 150px !important;
}
@media (max-width: 1369px) {
	.slick-list .lessons__item {
		height: 170px !important;
		margin-bottom: 0;
	}
	.slick-list {
		padding-top: 0 !important;
		height: 500px !important;
	}
}
@media (max-width: 900px) {
	.slick-slider .slick-track {
		display: flex;
		flex-wrap: wrap;
	}
	.slick-vertical .slick-slide {
		width: auto !important;
		flex: 0 0 176px !important;
		height: 160px !important;
	}
	.slick-list {
		height: 400px !important;
		margin-right: -25px;
	}
	.slick-track {
		height: 400px !important;
	}
}
@media (max-width: 679px) {
	.lessons__item:nth-child(3n) {
		margin-right: 0;
	}
}
@media (max-width: 635px) {
	.slick-list {
		height: 500px !important;
		margin-right: 0;
	}
	.slick-vertical .slick-slide {
		height: 150px !important;
	}
	.lessons__item:nth-child(3n) {
		margin-right: 44px;
	}
}
@media (max-width: 555px) {
	.slick-vertical .slick-slide {
		height: 110px !important;
		flex: 0 0 100% !important;
	}
	.slick-track {
		height: 600px !important;
	}
	.slick-list {
		height: 700px !important;
	}
}
.slick-prev {
	width: 100%;
	background: url("../images/prev.png") no-repeat 50% 0;
	height: 28px;
	font-size: 0;
	position: relative;
	top: 0px;
}
.slick-next {
	width: 100%;
	background: url("../images/next.png") no-repeat 50% 0;
	height: 28px;
	font-size: 0;
	margin-bottom: 20px;
}
.slick-disabled {
	display: none;
}
.nav-tabs {
	border: 0;
	padding-bottom: 10px;
	margin-right: -20px;
}
@media (max-width: 900px) {
	.nav-tabs {
		margin-right: 0;
		margin-bottom: 30px;
	}
}
.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border: 0;
	border-radius: 0;
	background: none;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 120%;
	text-transform: uppercase;
	color: #888888;
	position: relative;
}
.nav-tabs .nav-item {
	display: flex;
	align-items: center;
	margin-right: 26px;
}
.nav-tabs .nav-item:nth-child(2) {
	margin-right: 0px;
}
.nav-tabs .nav-item.show .nav-link a {
	text-transform: uppercase;
	color: #888888;
}
.nav-tabs .nav-link.active {
	font-size: 16px;
	line-height: 120%;
	text-transform: uppercase;
	color: #d30029;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: block; /* undo display:none          */
	height: 0; /* height:0 is also invisible */
	overflow: hidden; /* no-overflow                */
}
.tab-content > .active,
.pill-content > .active {
	height: auto; /* let the content decide it  */
} /* bootstrap hack end */
.nav-tabs .nav-link.active::before {
	content: "";
	position: absolute;
	width: 26px;
	height: 2px;
	background: #d30029;
	bottom: -4px;
}
.navigation {
	padding: 8px 0 10px 31px;
}
.navigation a {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #323232;
	font-family: "Yanone Kaffeesatz", sans-serif;
	background: url("../images/bglink.png") no-repeat 0 50%;
	display: inline-block;
	padding: 4px 0 1px 20px;
}
.all-video {
	padding: 20px 20px 50px;
}
@media (max-width: 967px) {
	.all-video {
		padding: 20px 10px 50px 20px;
	}
}
.all-video h2 {
	font-family: Jura, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	color: #575756;
	margin-bottom: 45px;
}
.all-video__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.all-video__item {
	margin: 0 18px 36px;
	background: #f8f8fa;
	position: relative;
	max-width: 282px;
	/* flex: 0 1 29%; */
}
@media (max-width: 1368px) {
	.all-video__item {
		margin: 0 8px 36px;
	}
}
@media (max-width: 957px) {
	.all-video__item {
		margin: 0 5px 36px;
	}
}
.all-video__item:hover {
	box-shadow: 0px 0px 20px rgba(40, 41, 61, 0.2), 0px 4px 30px rgba(96, 97, 112, 0.4);
	background: #fff;
}
.all-video__image {
	margin-bottom: 11px;
	height: 160px;
	overflow: hidden;
	position: relative;
}
.all-video__image img {
	width: 100%;
}
.all-video__image span {
	display: none;
	position: absolute;
	width: 128px;
	height: 33px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #4e4e4e;
	box-sizing: border-box;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: "Jura", sans-serif;
	color: #4e4e4e;
	left: 76px;
	top: 66px;
	z-index: 9;
}
.all-video__item:hover .all-video__image::before {
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 7;
}
.all-video__item:hover .all-video__image span {
	display: flex;
}
.all-video__item:hover .all-video__image span:hover {
	background: #ffffff;
}
.all-video__name {
	height: 76px;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #575756;
	padding: 0 14px;
}
.all-video .btn {
	background: url("../images/arrbot.png") no-repeat 90px 12px !important;
	padding-left: 15px;
	padding-right: 22px;
	height: 30px;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 120%;
	color: #555555;
	font-family: "Jura", sans-serif;
	display: block;
	text-align: left;
	padding-top: 9px;
	box-shadow: none !important;
}
.all-video__item .btn[aria-expanded="true"] {
	background: url("../images/arrtop.png") no-repeat 90px 12px !important;
}
.all-video__item:hover .btn {
	background-color: #f8f8fa !important;
}
.all-video .btn:hover {
	background-color: #f8f8fa !important;
}
.all-video .all-video__item:last-child .row {
	/* bottom: 30px; */
}
.all-video .row {
	position: absolute;
	width: 312px;
	z-index: 9;
}
.all-video .row .card {
	border: 0;
	border-radius: 0;
	box-shadow: 0px 0px 20px rgba(40, 41, 61, 0.2), 0px 30px 30px rgba(96, 97, 112, 0.4);
}
.all-video__item .row .card-body {
	padding: 1.25rem 1rem;
}
.all-video .row .card ul li {
	margin-bottom: 5px;
}
.all-video .row .card ul a {
	display: inline-block;
	background: url("../images/pdf.png") no-repeat 0 50%;
	padding: 5px 0 5px 27px;
	font-size: 12px;
	line-height: 14px;
	color: #888888;
}
.all-video .row .card ul a.link_video {
	background: url("../images/video2.png") no-repeat 0 50%;
}
.all-video .row .card p {
}
.all-video .row .card p a {
	display: block;
	text-transform: uppercase;
	color: #555555;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 120%;
	font-family: "Jura", sans-serif;
	font-weight: bold;
	background: url("../images/zip.png") no-repeat 50% 100%;
	padding: 19px 0 50px 0;
	border-top: 1px solid #84c8cd;
}
.btn-primary.focus,
.btn-primary:focus {
	box-shadow: none;
}
.pagination {
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: "Jura", sans-serif;
	color: #9f9f9f;
	justify-content: center;
	margin: 49px 0;
}
.pagination a {
	color: #9f9f9f;
	margin: 0 10px;
}
.pagination a:hover {
	color: #555555;
}
.pagination span {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: "Jura", sans-serif;
	color: #555555;
	border-bottom: 3px solid #d30029;
	padding: 0 2px 3px;
	margin: -2px 10px;
}
.guest__materials {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 30px;
}
@media (max-width: 500px) {
	.guest__materials {
		margin-right: 0;
	}
}
.materials__item {
	flex: 0 1 28%;
	margin: 0 15px;
	box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
	border-radius: 50px;
	padding: 0 13px;
	margin-bottom: 30px;
}
@media (max-width: 620px) {
	.materials__item {
		flex: 0 1 40%;
	}
}
@media (max-width: 460px) {
	.materials__item {
		flex: 0 1 90%;
	}
}
.materials__item a {
	font-size: 12px;
	line-height: 20px;
	display: flex;
	align-items: center;
	color: #333333;
	font-family: "Inter", sans-serif;
	display: flex;
	height: 61px;
	align-items: center;
}
.link-pdf {
	background: url("../images/pdf-red.png") no-repeat 0 50%;
	padding-left: 40px;
}
.link-video {
	background: url("../images/icon_video.png") no-repeat 0 50%;
	padding-left: 40px;
}
.link-zip {
	background: url("../images/icon_zip.png") no-repeat 0 50%;
	padding-left: 40px;
}
.all-materials {
	text-align: center;
	margin: 35px 0 20px;
}
.all-materials a {
	display: inline-block;
	margin: 0 auto;
	background: url("../images/bgall.png") no-repeat 0 0;
	width: 247px;
	height: 46px;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: "Yanone Kaffeesatz", sans-serif;
	color: #323232;
	padding-top: 3px;
}
