

/* 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 */


/* Start:/local/templates/main/components/prioritet.core/feedback_conference/conference/style.css?17177356724565*/
.input__input{
    border-radius: 180px;
    height: 45px;
    padding: 0 23px;
}
.input__label {
    position: absolute;
    left: 23px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: text;
    font-size: 16px;
    color: #464e56;
    opacity: 1;
    margin-bottom: 0;
    margin-top: 1px;
    font-size: 14px;
}
.input__error{
    font-size: .75rem;
}
@media (min-width: 61.99875em){
    .form__inputs>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 25%;
        padding: 7.5px;
    }
}
.file__label {
    font-size: 14px;
    height: 45px;
    padding: 0 20px;
    width: 100%;
    background: #fff;
    border-radius: 180px;
    color: #464e56;
    line-height: 1.3;
    cursor: pointer !important;
    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;
}
.input__file{
    display: none;
}
.textarea__textarea {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
}
.textarea__label {
    position: absolute;
    font-size: 16px;
    left: 40px;
    top: 19px;
    cursor: text;
    letter-spacing: .01em;
    color: #464e56;
}
.textarea__label {
    font-size: 14px;
    left: 20px;
}

.textarea__textarea + label,
.input__input + label{
    opacity: 0;
}

input:placeholder-shown + label,
.textarea__textarea:placeholder-shown + label{
    opacity: 1;
}

.textarea__textarea:focus + label,
.textarea__textarea:active + label,
.input__input:focus + label,
.input__input:active + label {
    opacity: 0;
}

.input__input::-webkit-input-placeholder {
    /* WebKit browsers */
     color: transparent;
}
.input__input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
     color: transparent;
}
.input__input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
     color: transparent;
}
.input__input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
     color: transparent;
}
.input__input::placeholder {
     color: transparent;
}

.textarea__textarea,
.input__input{
    border: none;
}
.form-block__title {
    font-size: calc(26px + (6 * (100vw - 320px)) / 1600);
    line-height: 130%;
    color: #100821;
    margin-bottom: 10px;
}
.btn.btn--yellow{
    cursor: pointer;
}
.form-block__subtitle {
    max-width: 767px;
    line-height: 160%;
    font-size: 16px;
    color: #464e56;
}
.form__inputs>* {
    /* max-width: 50%; */
}
.form__inputs .form__select {
    flex-basis: 100%;
}
.form__bottom {
    margin-bottom: 10px;
}
.partners__item-image img {
    width: 240px !important;
    height: auto !important;
}
.registration-conference__button  {
    max-width: 560px;
    margin: 0 auto;
}
.registration-conference__button .btn {
    padding: 24px;
}
.form .selectric .label {
    text-wrap: wrap;
}
.selectric-items li.highlighted {
    color: #00b15d !important;
}
.form__input_add {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;;
    justify-content: space-between;
}
.form__input_add > .form__input {
    margin-right: 15px;
    flex: 1 0 auto;
}

.form__inputs>.delimiter{
    border-bottom: 1px solid rgba(70,78,86,.3);
    max-width: calc(100% - 15px);
    width: calc(100% - 15px);
    min-width: calc(100% - 15px);
    padding: 0;
    margin: 7.5px 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.form .selectric-items ul li{
    padding-right: 20px;
}

.form .selectric-items li.selected{
    color: #00b15d !important;
    position: relative;
}

.form .selectric-items li.selected:after{
    content: '\2713';
    color: #00b15d !important;
    font-size: .875rem;
    line-height: .875rem;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
}

.form__inputs>.form__input.form__input-select{
    max-width: 50%;
}

.form .error__required-group .selectric{
    border: 1px solid red;
}

.form__required-group1-error{
    color: red;
}

.form__inputs> .form__required-group-input1-wrap{
    min-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 61.99875em){
    .form__inputs>.delimiter{
        margin-bottom: 20px;
    }
    .form__inputs>.form__input{
        max-width: none;
    }
    .form__inputs>.form__input.form__input-select{
        max-width: 100%;
    }
}
select option, .custom-item-select{
    white-space: normal;
    text-overflow: initial;
    flex-wrap: wrap;
}

/* End */
/* /local/templates/main/components/bitrix/news/conference1/bitrix/news.list/detail/style.css?17176411867458 */
/* /local/templates/main/components/prioritet.core/feedback_conference/conference/style.css?17177356724565 */
