/* LINKS */
.pdf-link {
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}
.pdf-link::before {
	content: '';
	display: inline-block;
	background-image: url('/upload/medialibrary/29d/thd5t8b3oclm6cv0n545mjv794erwna7/pdf_icon.png');
	background-repeat: no-repeat;
	margin-right: 8px;
	vertical-align: middle;
	height: 50px;
	width: 50px;
}

/* === MAIN PAGE === */
/* SLIDER */
.slider-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.slider-wrapper {
  display: flex;
  transition: transform 1.5s ease;
  height: clamp(300, 35vh, 600px);
}
.main-slide {
  min-width: 100%;
  position: relative;
}
.main-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 10;
}
.slider-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.slider-dots .dot.active {
  background: white;
}



.video-gas {
	display: block;
	margin: 10px auto;
	width: 100%;
	max-width: 560px;
	height: 315px;
}

/* === Подписка === */
.podpiska {
	padding-top: 50px;
	padding-bottom: 50px;
}
.podpiska h3 {
	text-align: center;
}
.podpiska button {
	border: none;
	background-color: #579ac9;
	display: block;
	margin: 20px auto 0;
	padding: 10px 15px;
	font-size: 18px;
	color: white;
}

/* коллапс-пункты */
.add-collapse, .mat-title {
	cursor: pointer;
}
.mat-title {
	margin-bottom: 20px;
}

.worktime-table p {
	margin: 0;
}
.worktime-table td {
	padding: 5px;
}
.worktime-table td:last-child {
	width: 50%;
}
@media (max-width: 400px) {
	.worktime-table td {
		font-size: 12px;
	}
}


/* компании из личного кабинета */
.radel-container {
	padding-bottom: 50px;
	font-size: 16px;
	/*box-shadow: 2px 0 5px gray, -2px 0 5px gray;*/
}

.radel-container [class^="col"] {
	padding: 15px;
}

h3.radel-h3 {
	text-align: center;
	margin-top: 50px;
	padding-bottom: 15px;
	font-weight: bold;
}

.radel-pic-wrap {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	border: 1px solid transparent;
	box-shadow: 1px 2px 5px gray;
	transition: .3s;
}
.radel-pic-wrap:hover {
	box-shadow: none;
}
.radel-pic-wrap:before {
	content: '';
	display: block;
	margin-top: 60%;
}

.radel-photo p,
.radel-new p {
	margin-bottom: 0;
	padding-top: 10px;
}

.radel-new-name {
	text-align: center;
}

.radel-video iframe, .radel-itogi iframe {
	display: block;
	width: 100%;
	height: 300px;
}
.radel-video p {
	text-align: center;
	margin-bottom: 0;
	padding-top: 5px;
}

.radel-time,
.radel-detail,
.radel-spec {
	border-left: 5px solid #015a96;
	padding-left: 10px;
}

.radel-time b,
.radel-detail b,
.radel-new b {
	font-size: 20px;
}

.radel-time {
	margin-bottom: 20px;
}

.radel-ticket {
	text-align: center;
	display: block;
	color: white !important;
	background-color: #015a96;
	padding: 15px;
	max-width: 360px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 18px;
}


/* участники 2020 */
.member-list-2020 {
	padding: 0 15px;
}
.member-list-2020 h3 {
	margin-bottom: 50px;
}
.radel-list-2020-item {
	min-height: 100px;
	display: flex;
	align-items: center;
}
.radel-list-2020-item a {
	color: #01435d;
	font-weight: bold;
	font-size: 20px;
	display: flex;
	align-items: center;
}
.radel-list-2020-item a img {
	margin-right: 15px;
	width: 100px;
	flex-shrink: 0;
}




/* иконки соцсетей */
.hat-block-1 .links img {
	position: relative;
	z-index: 2;
	margin: 0 2px;
}


/* === ФОТКИ В ИТОГАХ === */
.foto-itogi-vertical {
    float: left;
    margin: 10px 10px 0 0;
    width: 200px;
}
.foto-itogi-gorizontal {
    float: left;
    margin: 10px 10px 0 0;
    width: 270px;
}
@media screen and (max-width: 600px) {
    .foto-itogi-vertical,
    .foto-itogi-gorizontal {
        float: none;
        width: auto;
        max-width: 100%;
	}
}


.news-ticket {
	display: block;
	width: 280px;
	padding: 5px;
	margin: 10px auto;
	text-align: center;
	border: 2px solid black;
	color: black !important;
	font-weight: bold;
}


.exhibitors-list td:first-child {
	width: 65%;
}
.exhibitors-list td:last-child {
	width: 35%;
}
@media screen and (max-width: 500px) {
	.exhibitors-list td {
		width: 50% !important;
		font-size: 10px;
	}
	.exhibitors-list td img {
		width: 30px;
	}
}

iframe.gas-movie {
	width: 660px;
	height: 371px;
	margin: 10px auto;
}
@media screen and (min-width: 361px) and (max-width: 767px) {
	iframe.gas-movie {
		width: 330px;
		height: 186px;
		margin: 5px auto;
	}
}
@media screen and (max-width: 360px) {
	iframe.gas-movie {
		width: 290px;
		height: 163px;
		margin: 5px auto;
	}
}
.block__photo{
	margin-right: 0;
}
.forum_title{
	color: #57399a;
	margin-bottom: 0;
}
.forum_divider{
	height: 5px;
	background: linear-gradient(to right, #bb5c46 50%, #2e7ac0 50%);
}
.forum_btn{
	width: max-content;
	height: 70px;
	padding: 10px 30px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	font-size: 24px;
	background-color: #015a95;
	border-radius: 15px;
}
.forum_btn:focus {
	color:white;
}
.forum_btn:hover{
	color:white;
}
@media (max-width: 700px){
	.forum_btn{
		font-size: 16px;
	}
}



/* == FUNCTIONAL ELEMENTS == */

/* ACCORDION */
.accordion {
	width: 100%;
}
.accordion h3 {
	font-size: 32px;
}
.accordion_item {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}
.accordion_item label {
	display: block;
	text-transform: uppercase;
	padding: 15px;
	background-color: #f1f1f1;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.accordion_item label:hover {
	background-color: #ddd;
}
.accordion_item input {
	display: none;
}
.accordion_item .accordion_content {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease;
	padding: 0 15px;
}
.accordion_item input:checked + label + .accordion_content {
	height: auto;
	padding: 15px;
}