

/* Start:/bitrix/templates/reddatabase/components/bitrix/system.pagenavigation/ajax-num/style.css?1706953130230*/
.pagination .mobile,
.pagination button.mobile {
    display: none;
}

@media screen and (max-width: 768px) {
	.pagination .mobile,
	.pagination button.mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
/* End */


/* Start:/bitrix/templates/reddatabase/components/bitrix/news/downloads/bitrix/news.list/.default/style.css?17593015463994*/
.downloads_product {
	padding: 50px 0px;
}
.down-product-items {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.down-product-item-1 {
	width: 100%;
	border: 1px solid #E7E7E7;
	padding: 25px 45px;
	background: url('/bitrix/templates/reddatabase/img/dest/down-product-item-1.svg?v2');
    background-repeat: no-repeat;
	background-size: contain;
    background-position-x: right;
	background-position-y: center;
	border-bottom: none;
	
}
.down-product-item-2,
.down-product-item-3 {
	display: flex;
	flex-direction: column;
	border: 1px solid #E7E7E7;
	padding: 45px;
	min-height: 320px;
}
.down-product-item-2 {
	width: 60%;
}
.down-product-item-3 {
	width: 40%;
}
.down-product-item-2 img,
.down-product-item-3 img {
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
}
.down-product-item-1:hover,
.down-product-item-2:hover,
.down-product-item-3:hover {
	-webkit-appearance: none;
	-webkit-box-shadow: 0 2px 36px rgba(167, 167, 167, .15);
	box-shadow: 0 2px 36px rgba(167, 167, 167, .15);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border-color: transparent;
}
.down-product-item-title {
	display: flex;
	color: #111;
	font-family: Open Sans;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.down-product-item-desc {
	display: flex;
	color: #111;
	font-family: Open Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 40px;
	max-width: 450px;
}
.down-product-item-desc-2 {
	display: flex;
	color: #111;
	font-family: Open Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-top: 20px;
	padding-bottom: 40px;
	-webkit-line-clamp: 3;
}
.down-product-item-links {
	display: flex;
	margin-top: auto;
}

.down-product-item {
	width: 33.33%;
	border: 1px solid #E7E7E7;
	border-top: none;
	padding: 45px;
}
.down-product-item:hover {
	-webkit-appearance: none;
	-webkit-box-shadow: 0 2px 36px rgba(167, 167, 167, .15);
	box-shadow: 0 2px 36px rgba(167, 167, 167, .15);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border-color: transparent;
}
.down-product-item-title.last {
	padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.down-product-item-1,
	.down-product-item-2,
	.down-product-item-3 {
		background: none;
	}
	.down-product-items {
		flex-direction: column;
	}
	.down-product-item-2,
	.down-product-item-3 {
		width: 100%;
	}
	.down-product-item {
		width: 100%;
	}
	.down-product-item-desc,
	.down-product-item-desc-2,
	.down-product-item-desc-2.more{
		max-width: 100%;
	}
}


.versions {
    padding: 60px 0;
}
.versions-expert-desc {
    padding-bottom: 30px;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}
.versions-block {
    width: 70%;
    border: 1px solid #E7E7E7;
    margin: 32px 0px;
}
.version {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 35px;
    cursor: pointer;
}
.version-name {
    padding-left: 25px;
    font-size: 18px;
    font-weight: 400;
}
.version-date {
    margin-left: auto;
    font-size: 18px;
    font-weight: 400;
    color: #AAAAAC;
}
.version-icon {
    height: 32px;
    width: 25px;
}
.version-icon img {
    height: 100%;
    width: 100%;
}
.version:hover {
	-webkit-appearance: none;
	-webkit-box-shadow: 0 2px 36px rgba(167, 167, 167, .15);
	box-shadow: 0 2px 36px rgba(167, 167, 167, .15);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border-color: transparent;
    border-left: 2px solid #cc2b24;
}
.click-more{
		cursor: pointer;
		color: #cc2b24;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 20px;
		font-weight: 700;
		padding-top: 30px;
	}
	
.downloads_product .versioning-link {
	margin-top: 15px;
	color: 8b9195;
}
	
@media screen and (max-width: 768px) {
    .versions-block {
        width: 100%;
    }
    .version-date {
        margin-left: 0px;
        padding-top: 10px;
    }
}
/* End */


/* Start:/bitrix/templates/reddatabase/components/bitrix/form/request/bitrix/form.result.new/.default/style.css?17069527032000*/
.request-form .errors {
	margin-bottom: 25px;
}

.request-form input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: auto;
}

.request-form input[type="checkbox"] + label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #8b9195;
	font-weight: 600;
}

.request-form input[type="checkbox"] + label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border: 1px solid #bbb;
	border-radius: 0.25em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.request-form input[type="checkbox"]:not(:disabled):not(:checked) + label:hover:before {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.request-form input[type="checkbox"]:not(:disabled):active + label:before {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.request-form input[type="checkbox"]:focus + label:before {
	box-shadow: 0 0 0 0.2rem rgba(232, 76, 61, 0.25);
}

.request-form input[type="checkbox"]:focus:not(:checked) + label:before {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.request-form input[type="checkbox"]:checked + label:before {
	border-color: #cc2b24;
	background-color: #cc2b24;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.request-form input[type="checkbox"]:disabled + label:before {
	background-color: #e9ecef;
}

.client-name
{
	display: none;
}
/* End */
/* /bitrix/templates/reddatabase/components/bitrix/system.pagenavigation/ajax-num/style.css?1706953130230 */
/* /bitrix/templates/reddatabase/components/bitrix/news/downloads/bitrix/news.list/.default/style.css?17593015463994 */
/* /bitrix/templates/reddatabase/components/bitrix/form/request/bitrix/form.result.new/.default/style.css?17069527032000 */
