

/* Start:/local/templates/mhi/assets/css/pdf_download.css?16379252402908*/
.catalog-download {
    padding: 0;
}
.catdownload__wrapper {
    display: grid;
    grid-row-gap: 30px;
}
.catdownload__item {
    display: grid;
    grid-row-gap: 15px;
}
.catdownload__title {
    font-weight: 700;
}
.catdownload__btn-row {
    display: grid;
    grid-row-gap: 15px;
    justify-content: center;
    padding-right: 0;
}
.catdownload__btn-row .btn {
    padding-right: 80px;
    margin: auto;
}

.library-explain__popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.library-explain__popup-close::before,
.library-explain__popup-close::after {
    content: '';
    height: 1px;
    width: 30px;
    background: #797979;
    top: 10px;
    left: -4px;
    position: absolute;
    transition: 0.3s ease;
}
.library-explain__popup-close::before {
    transform: rotate(45deg);
}
.library-explain__popup-close::after {
    transform: rotate(-45deg);
}
.library-explain__popup-close:hover::before {
    transform: rotate(225deg);
}
.library-explain__popup-close:hover::after {
    transform: rotate(135deg);
}


.libzoom__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.65);
    z-index: 10010;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.libzoom__close.library-explain__popup-close::before,
.libzoom__close.library-explain__popup-close::after {
    height: 2px;
    background: #fff;
}
.libzoom__img {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.libzoom__iframe {
    margin-top: 5vh;
    height: 90vh;
    width: 90vw;
}



@media all and (min-width: 350px) {
    .catdownload__btn-row {
        display: flex;
        justify-content: space-between;
        padding-right: 20px;
    }
}

@media all and (min-width: 576px) {
    .catalog-download {
        padding-bottom: 8vw;
    }
    .catdownload__wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
    }
    .catdownload__btn-row {
        display: grid;
        grid-row-gap: 15px;
        justify-content: start;
        padding-right: 0;
    }
    .catdownload__btn-row .btn {
        margin-left: 0;
    }
    .libzoom__wrapper {
        padding: 20px 50px;
    }
    .libzoom__iframe {
        margin-top: 0;
    }
}

@media all and (min-width: 992px) {
    .catalog-top__title-box {
        margin-bottom: 0!important;
    }
    .catalog-download {
        padding-bottom: calc(8vw + 100px);
    }
    .catdownload__btn-row {
        display: flex;
        justify-content: space-between;
        padding-right: 20px;
    }
}

@media all and (min-width: 1450px) {
    .catalog-top__title-box {
        margin-bottom: 0!important;
    }
    .catalog-download {
        padding-bottom: calc(10vw + 100px);
    }
}
/* End */


/* Start:/local/templates/mhi/components/bitrix/news.list/mhi.catalog.text.and.icons/style.css?16379252401498*/
.catalog-top__icontext {
    margin: 30px 0;
    display: grid;
    grid-gap: 50px;
}
.catalog-top__text-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #d81718;
    margin-bottom: 5px;
}

.catalog-top__text-with-icons .catalog-top__text-title {
    text-transform: unset;
    color: #222;
    font-size: 1.1em;
    line-height: 1.4em;
}
.catalog-top__text-icon {
    margin-bottom: 10px;
}

@media all and (min-width: 576px) {
    .catalog-top__icontext {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
        grid-gap: 40px;
    }
    .catalog-top__icontext.catalog-top__text-3 {
        grid-template-columns: 1fr;
    }
}

@media all and (min-width: 768px) {
    .catalog-top__icontext.catalog-top__text-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .catalog-top__text-icon {
        height: 73px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .catalog-top__text-title {
        font-size: 25px;
        line-height: 1.2em;
    }
    .catalog-top__text-icon .catalog-top__text-title {
        font-size: 20px;
    }
}

@media all and (min-width: 992px) {
    .catalog-top__icontext {
        grid-template-columns: repeat(4, 1fr);
    }
    .catalog-top__text-title {
        font-size: 30px;
        line-height: 1.2em;
    }
    .catalog-top__text-icon .catalog-top__text-title {
        font-size: 20px;
    }
}

/* End */


/* Start:/local/templates/mhi/components/bitrix/main.userconsent.request/rperf/user_consent.css?17395280935473*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	z-index: 99999;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin-bottom: 20px;
	font-size: 30px;
	color: rgba(87, 87, 86, 1);
	font-weight: 700;
}

@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-header {
		font-size: 22px;
		text-align: left;
	}
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-buttons {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 20px;
	}
}


.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce {
	color: #333;
	font-size: 13px;
	line-height: 15px;
}

.main-user-consent-request-announce-link {
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		width: 100%;
		max-width: 1140px;
		padding: 40px;
		border-radius: 20px;
	}

	.main-user-consent-request-popup-header {
		text-align: left;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}

	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}


.main-user-consent-request-popup-text {
	border: 0;
}


.main-user-consent-request-popup-text::-webkit-scrollbar {
	width: 10px;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(181, 181, 181, 1);
	border-radius: 20px;
}


.main-user-consent-request-popup-text::-webkit-scrollbar-thumb {
	width: 10px;
	border-radius: 20px;
	background: rgba(181, 181, 181, 1);


}




.main-user-consent-request-popup-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border-radius: 10px;
	min-width: 225px;
	font-size: 16px;
	font-weight: 700;
	margin-right: 30px;
	transition: 300ms;
	cursor: pointer;
}

.main-user-consent-request-popup-button:last-child {
	margin-right: 0;
}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-button {
		margin-right: 0;
		width: 100%;
	}
}


.main-user-consent-request-popup-button-acc {
	background: #009fe3;
	border: 1px solid #009fe3;

	color: #fff;
}

.main-user-consent-request-popup-button-acc:hover {
	background: rgba(0, 133, 190, 1);
	border: 1px solid rgba(0, 133, 190, 1);
}

.main-user-consent-request-popup-button-rej {
	border: 1px solid #009fe3;
	color: #009fe3;
	background: #fff;
}

.main-user-consent-request-popup-button-rej:hover {
	border: 1px solid rgba(0, 133, 190, 1);
	color: rgba(0, 133, 190, 1);
	background: #fff;

}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-text {
		height: calc(100vh - 292px);

		font-size: 16px;
	}
}
/* End */
/* /local/templates/mhi/assets/css/pdf_download.css?16379252402908 */
/* /local/templates/mhi/components/bitrix/news.list/mhi.catalog.text.and.icons/style.css?16379252401498 */
/* /local/templates/mhi/components/bitrix/main.userconsent.request/rperf/user_consent.css?17395280935473 */
