<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	font-family: "Tahoma";
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
body {
	background-image: url(/pages/request/img/body_bg.png);
	background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat; 
    -webkit-background-size:cover; 
    -moz-background-size:cover; 
    -o-background-size:cover; 
    background-size:cover;
}
.container {
	width: 100%;
	max-width: 1161px;
	margin: auto;
}
.header {
	padding-top: 60px;
	color: #ffffff;
}
.header h1 {
	font-size: 48px;
	width: 28px;
	color: #f5d35c;
	width: 100%;
	text-align: center;
}
.header h3 {
	font-size: 26px;
	color: #ffffff;
	width: 100%;
	text-align: center;
}
.priemushestva {
	overflow: auto;
	margin-top: 55px;
	margin-bottom: 20px;
}
.priemushestvo {
	width: calc(33.333% - 25px);
	float: left;
	background: #ffffff;
	border: solid 1px #f1af2c;
	color: #333333;
	margin-right: 34px;
	padding: 28px 33px;
	padding-bottom: 0px;
	overflow: auto;
	min-height: 144px;
}
.priemushestvo img {
	float: left;
}
.priemushestvo h4 {
	float: left;
    width: 68%;
    margin-left: 22px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
.priemushestvo p {
	float: left;
    width: 68%;
    margin-left: 22px;
    font-size: 13px;
    color: #333333;
}
.priemushestvo p span {
	font-weight: bold;
	color: #996600;
}
.priemushestvo:last-child {
	margin-right: 0px;
}
.text_first_block_bottom {
	overflow: auto;
}
.text_first_block_bottom h2 {
	font-size: 38px;
	font-weight: bold;
	float: left;
}
.right_first_block_bottom {
	float: right;
}
.right_first_block_bottom .sch {
	overflow: auto;
}
.right_first_block_bottom .sch span {
	width: 39px;
	height: 64px;
	background: url(/pages/request/img/s_bg.jpg);
	display: block;
	float: left;
	margin-right: 8px;
	color: #000000;
	font-size: 36px;
	text-align: center;
	line-height: 64px;
}
.right_first_block_bottom p {
	margin-top: 10px;
    float: left;
}
.forma {
	margin-top: 50px;
	background: linear-gradient(#fefdfc, #f6eac3);
	border: solid 1px #f1af2c;
	padding: 52px 10%;
	line-height: 40px;
	font-size: 21px;
	color: #333333;
	margin-bottom: 98px;
}
.input_warp {
	word-break: break-all;
	display: inline-block;
	border-bottom: solid 1px #000000;
}
.input_warp span {
	height: 40px;
	min-width: 90px;
	display: block;
}
.forma input[type=submit] {
	width: 279px;
	height: 51px;
	background: linear-gradient(#e7a73b, #cb772c);
	border-radius: 5px;
	border: none;
	font-size: 21px;
	font-weight: bold;
	color: #ffffff;
	clear: both;
	margin: auto;
	display: block;
	margin-top: 50px;
	cursor: pointer;
}

.forma_buttons input[type=submit] {
	width: 279px;
	height: 51px;
	background: linear-gradient(#e7a73b, #cb772c);
	border-radius: 5px;
	border: none;
	font-size: 21px;
	font-weight: bold;
	color: #ffffff;
	clear: both;
	margin: auto;
	cursor: pointer;
}

.forma label {
	text-align: center;
	font-size: 14px;
	display: block;
	width: 100%;
	margin-top: 15px;
}
.forma label input {
	display: inline-block;
	margin-right: 10px;
}
.forma label p {
	display: inline-block;
}
.forma label a {
	display: inline-block;
	color: #ce7c2e;
}
label input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    display: none;
}
label .checkbox-custom {
    width: 21px;
    height: 21px;
    border: 2px solid #a99a96;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}
.checkbox:checked + .checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 2px;
    bottom: 2px;
    left: 5px;
    width: 4px;
    height: 7px;
    border-right: solid 2px #ce7d2f;
    border-bottom: solid 2px #ce7d2f;
    transform: rotate(35deg);
}
@media all and (max-width: 1170px) {
	.priemushestvo {
		width: 361px;
	    float: none;
	    margin: auto;
	    margin-bottom: 20px;
	}
	.priemushestvo:last-child {
		margin-right: auto;
	}
	.text_first_block_bottom h2 {
	    float: none;
	    width: 80%;
	    margin: auto;
	}
	.right_first_block_bottom {
	    float: none;
	    margin: auto;
	    display: block;
	    margin-top: 25px;
	}
	.right_first_block_bottom .sch {
	    margin: auto;
	    display: block;
	    width: fit-content;
	}
	.right_first_block_bottom p {
	    float: none;
	    margin: auto;
	    display: block;
	    width: fit-content;
	    margin-top: 7px;
	}
	.forma {
	    width: 95%;
	    padding: 32px 5%;
	    margin: auto;
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
}
@media all and (max-width: 800px) {
	.header h1 {
	    font-size: 30px;
	}
	.header h3 {
	    font-size: 19px;
	}
	.text_first_block_bottom h2 {
	    font-size: 23px;
	    text-align: center;
	}
}
@media all and (max-width: 400px) {
	.forma {
	    font-size: 17px;
	}
	.priemushestvo {
	    width: 300px;
	    padding: 20px;
	}
	.priemushestvo h4,
	.priemushestvo p {
    	width: 64%;
    }
}

.no-outline {
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: groove;
	background-color: transparent;
	font-size: 21px;
}

.no-outline:focus {
	outline: none;
}</pre></body></html>