

/* Start:/local/templates/cprsga_new/components/bitrix/news.list/services_posters/style.css?17319636005522*/

/* begin services posters */
.main-wrapper .posters-order input[type="checkbox"] {
	display: block;
}
.main-wrapper .posters-order table td {
	padding: 18px 35px 18px 15px;
}
.main-wrapper .posters-order .posters-order-block label,
.main-wrapper .posters-order .posters-order-block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 10px;
	width: 100%;
}
.main-wrapper .posters-order .posters-order-block input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	display: flex;
	align-content: center;
	justify-content: center;
	font-size: 20px;
	padding: 2px 1px;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.main-wrapper .posters-order .posters-order-block input[type="checkbox"]::before {
	content: "";
	width: 20px;
	height: 20px;
	clip-path: polygon(21% 40%, 21% 40%, 8% 54%, 25% 68%, 36% 77%, 47% 65%, 48% 64%, 64% 47%, 75% 35%, 93% 13%, 81% 4%, 36% 54%);
	transform: scale(1);
	background-color: #ccc;
}
.main-wrapper .posters-order .posters-order-block input[type="checkbox"]:checked {
	background: #f33;
}
.main-wrapper .posters-order .posters-order-block input[type="checkbox"]:checked::before {
	background-color: #fff;
}
.posters-result-blocks {
	font-weight: 700;
}
.posters-result-item {
	border-left: 1px solid rgba(0,0,0,.6);
	border-right: 1px solid rgba(0,0,0,.6);
}
.posters-result-title {
	background-color: #337ab7;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	border-bottom: 1px solid rgba(0,0,0,.6);
}
.posters-result-price {
	padding: 5px 10px;
	border-bottom: 1px solid rgba(0,0,0,.6);
}
.posters-result-total-price {
	background-color: #337ab7;
	color: #fff;
	padding: 5px 10px;
	border-bottom: 1px solid rgba(0,0,0,.6);
}
.posters-result-callback {
	text-align: right;
	margin: 10px 0 30px;
}
.posters-result-callback a {
	color: #f33;
	text-decoration: underline;
	font-weight: 400;
}
.posters-result-callback a:hover {
	text-decoration: none;
}
.posters-result-callback__all {
	color: #f33;
}
.posters-result-callback__all a {
	margin-left: 30px;
}
.form-order-poster {
	padding: 20px;
}
.form-order-poster input {
	margin-bottom: 10px;
}
.form-order-poster .field {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	column-gap: 5px;
}
.selected-order-poster {
	margin: 10px 0 30px;
}
.selected-order-poster > div {
	display: grid;
	grid-template-columns: 180px 40px;
	align-items: center;
	column-gap: 20px;
	margin-bottom: 10px;
}
.selected-order-poster input[type="text"] {
	margin-bottom: 0;
	width: 40px;
	text-align: center;
}
.form-control.error {
	border-color: #f33;
}
.input-file {
	position: relative;
	display: inline-block;
}
.input-file-text {
	padding: 0 10px;
	line-height: 40px;
	text-align: left;
	height: 40px;
	display: block;
	float: left;
	box-sizing: border-box;
	width: 200px;
	border-radius: 6px 0px 0 6px;
	border: 1px solid #ddd;
}
.input-file-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 10px;
	cursor: pointer;
	outline: none;
	margin: 0;
}
.input-file-btn:before {
	content: "";
	background: url("/local/templates/cprsga_new/assets/img/posters/file.png") no-repeat 0 0 transparent;
	background-size: contain;
	width: 73px;
	height: 50px;
	display: inline-block;
}
.input-file-btn:hover {
	text-decoration: underline;
}
.input-file-btn:hover:before {
	filter: opacity(.5);
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.input-file-list {
	margin-bottom: 10px;
}
.input-file-list-item {
	display: flex;
	align-items: center;
	column-gap: 5px;
	line-height: 1;
	justify-content: flex-start;
	margin-bottom: 5px;
}
.input-file-list-remove {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='-0.5 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 21.32L21 3.32001' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 3.32001L21 21.32' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 0 0 transparent;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
}
.input-file-list-remove:hover {
	opacity: .5;
}
.input-file-row {
	position: relative;
}
.input-file-field {
	position: absolute;
	top: 13px;
	left: 176px;
	color: #337ab7;
	text-decoration: underline;
	cursor: pointer;
}
.input-file-field:hover {
	color: #337ab7;
	text-decoration: none;
}
#order-callback {
	display: flex;
	align-items: start;
	justify-content: space-between;
	column-gap: 30px;
}
#order-callback > div {
	width: 100%;
}
#order-callback.order-callback__big > div {
	width: 50%;
	position: relative;
}
#order-callback span.error-tooptip {
	border: 1px solid #f33;
	padding: 5px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .8);
	position: absolute;
}
#order-callback span.error-tooptip:before {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #f33 transparent;
	transform: rotate(180deg);
	display: block;
	position: absolute;
	left: calc(50% - 10px);
	bottom: -10px;
}
.personal_vs_list {
	display: grid;
	grid-template-columns: repeat(3, calc(100%/3 - 20px));
	column-gap: 20px;
}
/* end services posters */
/* End */


/* Start:/local/templates/cprsga_new/components/bitrix/system.pagenavigation/.default/style.css?1691614800294*/
.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus {
	background-color: #f33!important;
	border-color: #f33!important;
}
.pagination>li>a, .pagination>li>span {
	color: #000
}
/* End */
/* /local/templates/cprsga_new/components/bitrix/news.list/services_posters/style.css?17319636005522 */
/* /local/templates/cprsga_new/components/bitrix/system.pagenavigation/.default/style.css?1691614800294 */
