

/* Start:/bitrix/templates/verstka/components/bitrix/news.list/rightsinfo/style.css?17636907942517*/
	.rigthts-block-wrapper {
    	display: flex;
	}
	.rights-block-left {
        position: sticky;
        top: 0;
        align-self: flex-start;

    	width: 40%;
	}
	.rights-block-right {
		width: 60%;
	    height: 100%; 
   		overflow: hidden;
        overflow-y: auto;   
        max-height: 100vh;  
        padding-right: 10px; 
	}
	.rights-info-title {
		font-weight: 600;
   		font-size: 32px;
    	line-height: 130%;
    	text-transform: uppercase;
    	margin-bottom: 60px;
	}
	.rights-info-description {
		font-weight: 400;
		color: #808A97;
		font-size: 17px;
		line-height: 130%;
    	max-width: 80%;
	}
	.doc__list {
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
		max-height: 100%;
		overflow-y: auto;
	}
	.doc__item {
		flex: 0 0 calc(33.333% - 27px);
		border: 1px solid #E8E8E8;
		border-radius: 6px;
		padding: 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 180px;
		width: 320px;
		box-sizing: border-box;
	}
	.doc--title {
		font-size: 16px;
		line-height: 130%;
		font-weight: 600;
		text-transform: uppercase;
		margin-top: 20px;
	}
	.doc__bottom {
		flex-shrink: 0;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-top: auto;
		color: #808A97;
		font-size: 13px;
	}
	.doc--size {
		margin-left: 6px;
	}


	@media (max-width: 1280px) {
		.doc__list {
			gap: 20px;
		}
		.doc__item {
			flex: 0 0 calc(33.333% - 14.67px);
		}
	}
	@media (max-width: 960px) {
		.rigthts-block-wrapper {
			flex-direction: column;
		}
		.rights-block-left {
			width: 100%;
			margin-bottom: 30px;
			position: static;
		}
		.rights-block-right {
			width: 100%;
        	overflow: visible;
        	max-height: none; 
        	padding-right: 0; 
		}
		.rights-info-description {
			max-width: 100%;
		}
		.doc__item {
			flex: 0 0 calc(33.333% - 13.33px);
		}
		.rights-info-title {
			margin-bottom: 40px;
		}
	}

	@media (max-width: 640px) {
		.doc__item {
			flex: 0 0 calc(50% - 10px);
			height: 160px;
			padding: 15px;
		}
		.rights-info-title {
			font-size: 28px;
		}
		.rights-info-description {
			font-size: 16px;
		}
	}
	@media (max-width: 460px) {
		.doc__item {
			flex: 0 0 100%;
			height: 140px;
			padding: 12px;
		}
		.rights-info-title {
			font-size: 24px;
		}
		.rights-info-description {
			font-size: 15px;
		}
		.doc--title {
			font-size: 14px;
			margin-top: 15px;
		}
	}
	@media (max-width: 320px) {
		.doc__item {
			height: 130px;
			padding: 10px;
		}
		.rights-info-title {
			font-size: 22px;
		}
	}
/* End */
/* /bitrix/templates/verstka/components/bitrix/news.list/rightsinfo/style.css?17636907942517 */
