

/* Start:/local/templates/main/components/bitrix/news/conference1/bitrix/news.list/detail/style.css?17176411867458*/

.qr-code {
	padding: 0 2.5rem 0;
    display: flex;
    justify-content: start;
    align-items: center;
}
.qr-code a {
	padding: 10px;
    border: 1px solid;
    border-color: #ffb338;
    border-radius: 10px;
}
.qr-code a:hover {
	background: #ffb338;
}
/*
.swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.swiper-wrapper .partners__item {
	flex-basis: 20%;
	margin-right: 0 !important;
	width: initial !important;
	padding: 10px 25px;
	padding-left: 0px;
}
.swiper-wrapper .partners__item-image {
	padding: 10px;
}
.swiper-wrapper .partners__item-image img {
	height: 60px !important;
	object-fit: contain;
}

.intro-conference__text {
	height: 320px;
	overflow-y: auto;
}
*/


/* Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #FFB338 #DFE9EB;
  }
  
  /* Chrome, Edge and Safari */
  *::-webkit-scrollbar {
	width: 10px;
	width: 10px;
  }
  *::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #DFE9EB;
  }
  
  *::-webkit-scrollbar-track:hover {
	/* background-color: #B8C0C2; */
  }
  
  *::-webkit-scrollbar-track:active {
	/* background-color: #B8C0C2; */
  }
  
  *::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #FFB338;
  }
  
  *::-webkit-scrollbar-thumb:hover {
	background-color: #ffb33880;
  }
  
  *::-webkit-scrollbar-thumb:active {
	/* background-color: #ffb33840; */
	background-color: #FFB338;
  }
  
  
#partners-conferences .news-last__item {
	/* flex-basis: 20%; */
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	padding: 10px;
	align-self: center;
}

@media (min-width: 29.99875em)
{
	#partners-conferences .news-last__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		padding: 35px 25px;
	}
	#partners-conferences .news-last__items {
		margin: 0 -20px;
	}
}
@media (min-width: 29.99875em) and (max-width: 61.99875em)
{
	#partners-conferences .news-last__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
	}
}
@media (max-width: 47.99875em)
{
	#partners-conferences .news-last__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-bottom: 5px;
		padding: 10px;
	}
	#partners-conferences .news-last__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: -15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
#partners-conferences .news-item__image {
	padding-top: 0%;
	overflow: initial;
}
#partners-conferences .news-item__image img {
	width: 100%;
	height: 100%;
	max-height: 105px;
	padding: 8px;
	position: static;
	object-fit: contain;
}
#partners-conferences .news-item__top {
	margin-bottom: 0;
}
@media (min-width: 78.5625em)
{
	.intro-conference__title:not(:last-child) {
		font-size: 4rem;
	}
}
.intro-conference__logo {
	display: flex;
	align-items: flex-end;
	height: auto !important;
}
.intro-conference__item {
	/* flex: 0 0 320px; */
	padding-right: 20px;
	margin-bottom: 10px;
}
.intro-conference__logo img {
	max-height: 215px !important;
	/* padding: 10px; */
}
.intro-conference__date, .intro-conference__place {
	margin-top: 10px;
}
#keys-conferences .news-item {
    /* border: 1px solid; */
    /* padding: 35px 20px; */
	/* padding: 35px 0px; */
	font-size: 1.25rem;
	position: relative;
	height: 100%;
	text-align: center;
}
#keys-conferences .news-block__item {
	/* margin-top: 40px; */
	/* padding: 30px 45px !important; */
}
.registration-conference__button .btn {
	font-size: 1.75rem;
}
#keys-conferences .news-item::before {
	content: '';
    display: block;
    width: 100%;
    background: #ffb338;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    /* opacity: 0.1; */
	opacity: 0.45;
	box-shadow: 1px 1px 1px #00000070;
	transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(-11deg) skewY(0deg);
}
#keys-conferences .news-item:hover:before {
	opacity: 0.75;
}
#keys-conferences .news-item .news-item__text {
	opacity: 0.75;
	/* padding-left: 50px; */
	/* padding-right: 30px; */
	/* padding: 25px 45px 20px; */
	padding: 10px 45px 20px;
    text-align: left;
}
.new-item__icon {
	display: block;
	text-align: left;
	padding: 20px 40px 0;
}
#keys-conferences .news-item:hover .news-item__text {
	opacity: 1;
}
#keys-conferences .news-item__wrapper {
	position: relative;
}
#keys-conferences .docs-item__link span {
	width: 55px;
	height: 55px;
	border-color: transparent;
}
#keys-conferences .news-item:hover .docs-item__link span {
	border-color: #00000070;
}
#keys-conferences .docs-item__link {
    position: absolute;
    top: 26px;
    left: 12px;
	background: transparent;
	border-radius: 50%;
}
#keys-conferences .news-block__items {
	margin: 0 -15px;
}
.intro-conference__text {
	font-size: 1.25rem;
}
#past-conferences .news-item__text {
	color: #00ab4f;
}
#past-conferences .news-last__items {
	margin: 0 -45px;
}
#past-conferences .news-last__item {
	padding: 15px 45px;
}
.intro-conference__place a {
	color: #00ab4f;
}
.conference .registration-conference__form {
	/* display: flex; */
    /* padding-top: 40px; */
}

@media(min-width: 47.99875em) {
    #keys-conferences .news-block__item {
        padding: 25px;
    }
}
.form__input_add > .form__input.form__btn {
	margin-right: 0;
}



#about-conference2 .responsible-conference__item {
	position: relative;
}
#about-conference2 .item-responsible {
	position: relative;
	border: none;
	padding: 25px 20px 35px 40px;
	justify-content: flex-start;
	transition: all 0.5s ease-out;
}
#about-conference2 .item-responsible__bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	perspective: 1000px;
	perspective-origin: 50% 50%;
}
#about-conference2 .item-responsible__bg_main::before {
	content: '';
	position: absolute;
	display: block;
	width: 94%;
    height: 90%;
	left: 0;
	top: 0%;
    background: #ffb338;
	opacity: 0.8;

	transform: scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px) skew(-7deg, 0deg);
	transition: all 0.5s ease-out;
}
#about-conference2 .responsible-conference__item:hover .item-responsible__bg_main::before {
    left: -2%;
    top: -2%;
	opacity: 0.5;
}
#about-conference2 .item-responsible__bg_second::before {
	content: '';
	position: absolute;
	display: block;
	width: 94%;
    height: 90%;
	left: 0;
	top: 0%;
    background: #00b15d;
	opacity: 0;

	transform: scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px) skew(-7deg, 0deg);
	transition: all 0.5s ease-out;
}
#about-conference2 .responsible-conference__item:hover .item-responsible__bg_second::before {
	left: 1%;
	top: 1%;
	opacity: .80;
}
#about-conference2 .item-responsible__bg_extra::before {
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    height: 50%;
    left: 5%;
    top: 5%;
    background: #00b15d;
    opacity: 0;
    transform: scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px) skew(-7deg, 0deg);
    transition: all 0.5s;
}
#about-conference2 .responsible-conference__item:hover .item-responsible__bg_extra::before {
	left: 1%;
    top: -4%;
	opacity: .3;
}
#about-conference2 .item-responsible__icon {
	margin-left: -3px;
	transition: all 0.5s ease-out;
}
#about-conference2 .responsible-conference__item:hover {
	color: #ffffff;
}
#about-conference2 .responsible-conference__item:hover .item-responsible__icon {
	fill: #ffffff;
}
.item-responsible__name {
	pointer-events: none;
	font-size: 1.15rem !important;
}
/* End */
/* /local/templates/main/components/bitrix/news/conference1/bitrix/news.list/detail/style.css?17176411867458 */
