<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text {
	font-size: 14px;
    line-height: 20px;
}
.content-block {
	overflow: hidden;
}
.content-block .catalog-menu-content {
	padding: 0 0 20px 0;
	font-size: 18px;
	float: left;
	width: 320px;
}

.content-block .catalog-menu-content a {
	color: #094767;
}

.content-block .catalog-menu-content ul {
	padding: 0;
	margin: 0;
}

.content-block .catalog-menu-content ul li {
	display: block;
	padding: 5px 20px 5px 18px;
	list-style-type: none;
	margin: 0;
	background: url(../images/li4.png) 0 12px no-repeat;
}

.content-block .catalog-menu-content ul li a.pseudo-link {
	border-bottom: 1px dotted #094767;
	text-decoration: none;
}

.content-block .catalog-menu-content ul li.selected {
	background: url(../images/arrow-red.png) 0 15px no-repeat;
}

.content-block .catalog-menu-content ul li.selected a {
	color: #d5392e;
	border-color: #d5392e;
}

.content-block .catalog-menu-content ul li.selected li a {
	color: #094767;
}

.content-block .catalog-menu-content ul li ul {
	padding: 10px 0 0 0;
	margin: 0;
	display: none;
	position: relative;
}

.content-block .catalog-menu-content ul li li {
	font-size: 14px;
	padding: 0 0 10px 11px;
	background: url(../images/li5.png) 0 8px no-repeat;
}

.catalog-result {
	float: right;
	margin: 0 0 0 -320px;
	width: 63%;
}

.catalog-result .name {
	color: #d5392e;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}

.cat-res-list {
	margin: 0 0 0 -20px;
	font-size: 0;
}

.cat-res-list .cat-res-item {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	margin: 0 0 25px 20px;
}

.cat-res-list .cat-res-item .picture {
	width: 90px;
	height: 90px;
	border-radius: 10px;
	overflow: hidden;
}

.cat-res-list .cat-res-item .picture a {
	width: 90px;
	height: 90px;
	overflow: hidden;
	position: relative;
}

.cat-res-list .cat-res-item .picture a span {
	position: absolute;
	background: url(../images/corner2.png) 100% 100% no-repeat;
	width: 10px;
	height: 10px;
	right: 0;
	bottom: 0;
}

.cat-res-list .cat-res-item .item-name {
	text-align: center;
	margin-top: 8px;
}
.cat-res-list .cat-res-item .item-name a {
	font-size: 12px;
	line-height: 15px;
}

.catalog-menu-content ul {
	width: 300px;
}

.form-min table {
	border: none;
	width: 100%;
}

.form-min table tbody td {
	border: none;
	padding: 0 0 12px 10px !important;
	vertical-align: top;
	text-align: left;
}

.form-min table tbody td.legend {
	text-align: right;
	font-size: 14px;
	width: 60px;
	padding-top: 4px !important;
	line-height: 1em;
}

.order-block .form-min table tbody td.legend {
	width: 160px;
}

.form-min table tbody td.input {
	width: 216px;
}

.form-min table tbody td.input input {
	width: 196px;
	padding: 2px 10px;
	border: 1px solid #566067;
	height: 24px;
}

.form-min table tbody td.input-wide {
	width: 350px;
}

.form-min table tbody td.input-wide input {
	width: 334px;
	padding: 2px 10px;
	border: 1px solid #566067;
	height: 19px;
}

.form-min table tbody td.input-wide input {
	line-height: 15px;
}

.form-min table tbody td.select-wide select {
	width: 356px;
	padding: 2px;
	border: 1px solid #566067;
	height: 24px;
}

.form-min table tbody td.cap4a .picture {
	float: left;
}

.form-min table tbody td.cap4a .picture p {
	text-align: right;
	padding: 0;
}

.form-min table tbody td.cap4a input {
	width: 196px;
	padding: 2px 10px;
	border: 1px solid #566067;
	height: 40px;
	float: left;
	margin: 0 0 0 20px;
}

.form-min table tbody td.textarea textarea {
	width: 520px;
	padding: 10px;
	border: 1px solid #566067;
	height: 40px;
	resize: vertical;
}

.form-min table tbody td.textarea2 textarea {
	width: 334px;
	padding: 10px;
	border: 1px solid #566067;
	height: 140px;
	resize: vertical;
}

.form-min table tbody td.button input {
	width: 150px;
	height: 24px;
	border: none;
	background: #094767;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.form-min table tbody td.button input:hover,
.form-min table tbody td.button input:focus,
.form-min table tbody td.button input:active {
	background: #d22b1f;
	color: #fff;
}

.form-min table tbody td.nb {
	color: #b8b8b8;
	font-size: 12px;
	vertical-align: middle;
}

.form-min table tbody td.button-big input {
	width: 380px;
	height: 38px;
	background: #d22b1f;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	border: none;
	transition: all 0.2s ease;
}

.form-min table tbody td.button-big input:hover,
.form-min table tbody td.button-big input:focus,
.form-min table tbody td.button-big input:active {
	background: #094767;
	color: #fff;
}
.form-min table tbody td.input-wide input,
.form-min table tbody td.textarea2 textarea,
.form-min table tbody td.input-wide select {
	border-radius: 4px;
	padding: 7px 14px;
	border-color: #b3b5b7;
	resize: none;
	height: auto;
}
.form-min table tbody td.input-wide select {
	width: 200px;
	padding: 4px 14px;
}
.form-min table tbody td.input-wide select + .jq-selectbox__select {
	width: 200px;
	padding: 4px 14px;
	border-radius: 4px;
	border-color: #b3b5b7;
    box-sizing: border-box;
    height: auto;
}
.form-min table tbody td.input-wide select + .jq-selectbox__select::after {
	content: none;
}
.form-min table tbody td.input-wide select ~ .jq-selectbox__dropdown {
	width: 200px !important;
    box-sizing: border-box;
}

.basket-block .big-buttons2 {
	margin: 0 0 30px;
	display: block !important;
}

.basket-block .big-buttons2 input {
	margin: 0 10px 0 0;
	background-image: linear-gradient(180deg, #006195 0%, #00456A 100%);
	border: none;
	border-radius: 8px;
	width: 200px;
	height: 38px;
	color: #fff;
	cursor: pointer;
	transition: 0.2s;
}

.basket-block .big-buttons2 span input {
	float: right;
	background: #d22b1f;
	font-size: 18px;
	margin: 0;
}

.basket-block .big-buttons2 span input.button-wide {
	float: right;
	background: #DA241B;
	font-size: 18px;
	margin: 0;
	width: 530px;
}

.basket-block .big-buttons2 input:hover,
.basket-block .big-buttons2 input:focus,
.basket-block .big-buttons2 input:active {
	background: #DA241B;
	color: #fff;
}

.basket-block .big-buttons2 span input:hover,
.basket-block .big-buttons2 span input:focus,
.basket-block .big-buttons2 span input:active {
	background: linear-gradient(180deg, #006195 0%, #00456A 100%);
	color: #fff;
}

.basket-block .big-buttons2 input.back-to-catalog {
	margin: 10px 10px 0 0;
	background: #fff;
	width: auto;
	height: 38px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
	background-image: -webkit-linear-gradient(top, #fff, #f6f6f6);
	background-image: -moz-linear-gradient(top, #fff, #f6f6f6);
	background-image: -o-linear-gradient(top, #fff, #f6f6f6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', endColorStr='#f6f6f6');
	color: #4e3f88;
	text-align: center;
	text-decoration: none;
	padding: 0 20px;
	display: inline-block;
	line-height: 30px;
	font-size: 13px;
	font-weight: 700;
}

.simple-form-block .success {
	font-size: 20px;
    font-weight: 600;
}
.simple-form-block .success a {
	display: inline-block;
	margin-top: 15px;
	font-size: 16px;
    font-weight: 500;
}</pre></body></html>