@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap&subset=cyrillic');
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

a, a:hover, button, button:hover, select, label, .anima {
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	transition:all 200ms linear;
	text-decoration:none;
}
.no_select{
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
h1 {font-size:38px; text-align:center; font-weight:500;}
h2 {font-size:32px; text-align:center; font-weight:500;}
h3 {font-size:24px; text-align:center; font-weight:500;}
h4 {font-size:20px; text-align:center; font-weight:500;}

@media only screen and (max-width:1024px) {
	h1 {font-size:34px;}
	h2 {font-size:28px;}
	h3 {font-size:20px;}
	h4 {font-size:16px;}	
}
@media only screen and (max-width:800px) {
	h1 {font-size:28px;}
	h2 {font-size:26px;}
	h3 {font-size:20px;}
	h4 {font-size:16px;}	
}
@media only screen and (max-width:600px) {
	h1 {font-size:24px;}
	h2 {font-size:22px;}
	h3 {font-size:18px;}	
}

body {
	min-width:320px;
	width:100%;
	font-weight:400;
	font-family:'Roboto Condensed', sans-serif;
	font-style:normal;
	font-size:16px;
	background-color:#fff;
	color:#111;
	position:relative;
	line-height:1.2;
	
	overflow-x:hidden;
}
.container {
	min-width:320px;
	width:100%;
	max-width:1280px;
}
header {
	background:#F0F0F0;
	position:relative;
}
.in_header {
	padding:20px;
}
.header_logo {
	margin-right:80px;
}
.header_logo img {
	width:125px;
}
.links_header {
	
}
.header_link_act, .header_link {
	text-decoration:none;
	font-weight:400;
	font-size:18px;
	margin-right:20px;
	color:#000;
	white-space:nowrap;
}
.header_link:hover {
	text-decoration:underline;
	color:#333;
}
.header_link_act:hover {
	color:#DA251D;
}
.header_link_act {
	color:#DA251D;
}
.contacts_header {
	
}
.header_phone {
	text-decoration:none;
	text-align:right;
	font-weight:500;
	font-size:24px;
	color:#000;
	line-height:1;
	white-space:nowrap;
}
.header_email {
	text-decoration:none;
	text-align:right;
	font-weight:400;
	font-size:14px;
	color:#777;
}
.burger {
	display:none;
}
@media only screen and (max-width:1050px) {
	.header_logo {
		margin-right:40px;
	}
	.header_phone {font-size:20px;}
	.header_link_act, .header_link {
		margin-right:15px;
		font-size:16px;
	}
	.header_email {font-size:13px;}
	.header_logo img {
		width:110px;
	}
}
@media only screen and (max-width:720px) {
	.links_header {
		display:none;
	}
	.links_header_show {
		position:absolute;
		top:100%; left:0;
		padding:20px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		background:#f0f0f0;
		width:90%;
		height:90vh;
		z-index:9999999999999999999;
	}
	.header_link_act, .header_link {
		margin-right:0;
		margin-bottom:10px;
		font-size:20px;
	}
	.header_logo {
		margin-right:0;
	}
	.header_logo img {
		width:100px;
	}
	.burger {
		width:100px;
		height:100%;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end;
	}
	.burger img {
		width:40px;
	}
	.header_email {text-align:center;}
	.header_phone {
		text-align:center;
	}
}

@media only screen and (max-width:480px) {
	.burger {
		width:50px;
	}
}
@media only screen and (max-width:380px) {
	.in_header {
		padding:20px 10px;
	}
	.header_logo img {
		width:80px;
	}
}
footer {
	background:#fff;
	width:100%;
}
.in_footer {
	padding:40px 20px 20px 20px;
}
.footer_h {
	font-size:24px;
	color:#000;
	line-height:1.2;
	font-weight:500;
}
.footer_ph {
	font-size:16px;
	color:#000;
	line-height:1;
	font-weight:400;
	margin-bottom:15px;
}
.footer_button {
	background:#DA251D;
	border-radius:2px; border:0;
	padding:10px 20px;
	font-size:16px;
	color:#fff;
	outline:none;
	text-align:center;
	width:200px;
}
.footer_button:hover {
	background:#FA2D24;
}
.footer_logo {
	width:50%; max-width:320px;
	margin:20px;
}
.footer_logo img {width:100%;}


.footer_phone {
	font-weight:500;
	font-size:32px;
	line-height:1;
	color:#111;
	text-align:right;
	text-decoration:none;
	white-space:nowrap;
}
.footer_grafik {
	font-weight:400;
	font-size:14px;
	color:#777;
	text-align:right;
	line-height:130%;
}
.footer_rekvizity {
	font-weight:400;
	font-size:14px;
	line-height: 130%;
	color:#333;
	text-align:right;
	margin-top:20px;
	margin-bottom:10px;
}
.footer_adress {
	font-weight:400;
	font-size:14px;
	line-height: 130%;
	color:#333;
	text-align:right;
}

.footer_contacts small {
	text-align:right;
	font-size:12px;
	color:#aaa;
	max-width:300px;
	margin-top:40px;
}
.footer_email {
	font-weight:400;
	font-size:16px;
	line-height:1;
	color:#777;
	text-align:right;
	text-decoration:none;
	margin-top:10px;
}
.copyright {
	font-weight:400;
	font-size:14px;
	color:#333;
	text-align:center;
	margin-top:40px;
	margin-bottom:10px;
}
@media only screen and (max-width:1050px) {
	.footer_logo {
		width:25%;
		margin:15px;
	}
	.footer_phone {font-size:28px;}
}
@media only screen and (max-width:780px) {
	.footer_logo {display:none;}
	.footer_phone {font-size:24px;}
}
@media only screen and (max-width:600px) {
	.in_footer {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	.footer_contacts {
		margin-top:40px;
		width:100%;
	}
	.footer_ph {text-align:center;}
	.footer_contacts small {width:100%; max-width:600px;}
}
/***ONE BLOCK**/
.one_block_div {
	background-image:url(/img/one_block_bg.jpg);
	background-position:center center;
	background-size:1700px auto;
	background-repeat:no-repeat;
	min-height:80vh;
	position:relative;
}
.one_block_overlay2 {
	height:100%; min-height:80vh; width:1700px;
	background:rgba(0,0,0,.5);	
}
.one_block_overlay {
	position:absolute;
	z-index:5;
	top:0; left:0;
	height:100%; width:100%;
	background:rgba(0,0,0,.5);
}
.one_block {
	padding:60px 20px 40px 20px;
	padding-right:20px;
	padding-left:40px;
	z-index:10;
}
.one_block h1 {font-weight:700; color:#fff; text-shadow:0px 1px 6px black; font-size:48px;}
.ob_ph {
	font-size:24px;
	color:#f5f5f5;
	margin-bottom:60px;
	text-align:center;
	padding-top:10px;line-height:1;text-shadow:0px 1px 4px black;
}
.ob_inform {
	padding-top:60px;
}
.ob_inform b {
	font-weight:700;
	font-size:26px;
	margin-bottom:10px;
	color:#fff;
	text-shadow:0px 1px 4px black;
}
.ob_button {
	background:#DA251D;
	border-radius:2px; border:0;
	padding:10px 20px;
	font-size:18px;
	color:#fff;
	outline:none;
	text-align:center;
	width:270px;
	margin-top:20px;
}
.ob_button:hover {
	background:#FA2D24;
}
.ob_dostizh {
	max-width:570px;
	margin-top:80px;
}
.ob_dos {
	width:33%;
	max-width:170px;
	margin-right:20px;
}
.ob_dos_h {
	font-weight:700;
	font-size:64px;
	line-height:75px;
	background: linear-gradient(67.11deg, #DA251D -95.03%, #12C012 261.9%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-align:center;
}
.ob_dos_h2 {
	font-weight:700;
	font-size:20px;
	line-height:23px;
	background: linear-gradient(67.11deg, #DA251D -95.03%, #12C012 261.9%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-align:center;
}
.ob_dos_txt {
	text-align:center;
	font-size:15px;
	color:#111;
	margin-top:15px;
}
@media only screen and (max-width:1450px) {
	.one_block h1 {font-size:44px;}
	.one_block_div {
		background-size:1300px auto;
	}
	.one_block_overlay2 {
		width:1300px;
	}
}
@media only screen and (max-width:1300px) {
	.one_block h1 {font-size:44px;}
	.one_block_div {
		background-size:1280px auto;
	}
	.one_block_overlay2 {
		width:1280px;
	}
}
@media only screen and (max-width:1050px) {
	.one_block h1 {font-size:40px;}
	.ob_inform {
		padding-top:0;
		background-size:auto 300px;
		background-position:right top;
	}
	.ob_dostizh {
		max-width:720px;
		margin-top:40px;
	}
	.ob_inform b {
		font-size:18px;
	}
	.ob_dos {
		margin-right:10px;
		max-width:150px;
	}
	.ob_dos_h {
		font-size:58px;
	}
	.ob_dos_h2 {
		font-size:18px;
	}
	.ob_inform b {
		font-size:16px;
	}
	.ob_ph {
		font-size:22px;
		margin-bottom:40px;
	}
	.one_block_div {
		background-size:auto 100%;
		background-position:right top;
	}
	.one_block_overlay2 {
		width:100%;
	}
}
@media only screen and (max-width:760px) {
	.one_block h1 {font-size:36px;}
	.ob_inform {
		background-size:auto 200px;
		background-position:right top;
	}
	.ob_dos_h {
		font-size:48px;
		line-height:50px;
	}
	.ob_dos_h2 {
		font-size:16px;
	}
	.ob_dos_txt {
		font-size:13px;
		margin-top:10px;
	}
	.ob_inform b {
		font-size:16px;
	}
	.one_block {
		padding:40px 0 40px 0;
	}
	.one_block h1 {padding:0 20px;}
	.ob_ph {
		font-size:18px;
	}
	.ob_inform {padding:0 20px;}
}
@media only screen and (max-width:600px) {
	.ob_inform {
		background-size:0 0;
		background-position:right top;
	}
	.ob_dostizh {
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}
	.ob_dos {
		width:45%;
		min-width:150px;
	}
	.dos3 {
		width:100%; min-width:280px;
		margin-top:20px;
	}
}
@media only screen and (max-width:460px) {.ob_button {width:100%;}}
@media only screen and (max-width:380px) {
	.ob_dos {
		width:100%; min-width:280px;
	}
	.dos2 {margin-top:20px;}
}
/****************/

/****VIDY RABOT BLOCK***/
.block_vidy {
	background:#F6F6F6;
}
.block_vidy_con {
	padding:60px 20px;
}
.vr_cards {
	margin-top:30px;
}
.vr_card {
	position:relative;
	margin-top:60px;
	margin-left:45px;
	margin-right:15px;
	filter: drop-shadow(0px 2px 7px rgba(0, 0, 0, 0.20));
	background:#fff;
	padding-left:190px;
	padding-top:30px;
	padding-right:15px;
	padding-bottom:15px;
	min-width:300px;
	width:calc(50% - 65px);
}
.vr_card h3 {
	text-align:left;
}
.vr_card p {
	font-weight:400;
	font-size:16px;
	line-height:130%;
	color:#1E1E1E;
	margin-top:15px;
	margin-bottom:40px;
}
.vr_card button {
	background:#DA251D;
	border-radius:2px; border:0;
	padding:10px 25px;
	font-size:16px;
	color:#fff;
	outline:none;
	text-align:center;
}
.vr_card button:hover {
	background:#FA2D24;
}
.vr_card_bg {
	position:absolute;
	top:-30px; left:-30px;
	width:200px; height:150px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

@media only screen and (max-width:1100px) {
	.block_vidy_con {
		padding:60px 0px;
	}
	.vr_card {
		margin-left:35px;
		margin-right:10px;
	}
}
@media only screen and (max-width:1050px) {
	.block_vidy_con {
		padding:40px 0px;
	}
	.vr_card {
		margin-top:40px;
		margin-left:30px;
		width:calc(100% - 65px);
		margin-bottom:0;
	}
	.vr_card button {font-size:14px;}
}
@media only screen and (max-width:500px) {
	.vr_card_bg {
		position:absolute;
		top:-20px; left:-40px;
		margin-bottom:10px;
		width:140px; height:140px;
		background-position:center center;
		background-size:cover;
		background-repeat:no-repeat;
	}
	.vr_card {
		width:calc(100% - 45px);
		padding-left:110px;
		padding-right:10px;
		margin-right:0;
	}
	.vr_card p {font-size:14px;}
}
/***************/
/*******BLOCK PARK OBORYDOVANIE********/
.block_park {
	background-color:#fff;
}
.block_park_con {
	padding:60px 30px;
	background-image:url(/img/block_park_bg.jpg);
	background-position:center center;
	background-size:100% auto;
	background-repeat:no-repeat;	
}
.block_park_bg {
	margin-top:60px;
	min-height:435px;
	padding:60px 30px;
	background-image:url(/img/block_park_bg2.png);
	background-position:right center;
	background-size:90% auto;
	background-repeat:no-repeat;
}
.block_park_bg p {
	max-width:500px;
	font-weight:400;
	font-size:20px;
	line-height:130%;
	margin-bottom:80px;
	margin:0; padding:0;
}
.arenda_btn {
	background:#DA251D;
	border-radius:2px; border:0;
	padding:10px 30px;
	font-size:16px;
	color:#fff;
	outline:none;
	text-align:center;
	margin-top:60px;
	max-width:280px;
}
.ob_button:hover {
	background:#FA2D24;
}
.block_park_center {
	width:40%; min-width:300px;
}
.block_park_center .ob_dos {
	margin:0 20px;
}
@media only screen and (max-width:1050px) {
	.block_park_center {
		width:50%;
	}
	.block_park_con {
		padding:40px 0;
		background-image:url(/img/block_park_bg.jpg);
		background-position:center center;
		background-size:cover;
		background-repeat:no-repeat;	
	}
	.block_park_bg {
		margin-top:40px;
		min-height:360px;
		padding:40px 0;
		background-image:url(/img/block_park_bg2.png);
		background-position:200px center;
	}
	.block_park_bg p {
		padding:0 20px;
		margin-bottom:40px;
	}
}
@media only screen and (max-width:760px) {
	.block_park_center {
		width:100%;
	}
}
@media only screen and (max-width:600px) {
	.dos1 {
		padding-bottom:40px;
	}
	.dos22 {
		padding-bottom:40px;
	}
	.arenda_btn {margin-top:0;}
	.block_park_bg {
		background-image:url(none);
		background-size:0 0;
		margin-top:0;
		padding-bottom:0;
	}
	.block_park_con {padding-bottom:40px;}
	.block_park_bg p {font-size:18px; margin-bottom:0;}
}
@media only screen and (max-width:380px) {

}
/***************/


/******NASHI PREIMUSHESTVA********/
.block_prime {
	background:#f6f6f6;
}
.block_prime_con {
	background-image:url(/img/prime_bg.jpg);
	background-position:left center;
	background-size:100% auto;
	background-repeat:no-repeat;
	padding:60px 20px;
}
.block_prime_divs {
	margin-top:45px;
	padding-left:120px;
}
.block_prime_left, .block_prime_right {
	width:50%; min-width:300px;
}
.block_prime_card {
	border-top:2px solid #DA251D; border-bottom:2px solid #DA251D;
	background:#fff;
	padding:20px;
	width:200px;
	margin:15px;
}
.block_prime_card img {
	height:80px;
}
.block_prime_card span {
	text-align:center;
	font-weight:400;
	font-size:16px;
	margin-top:20px;
}

.prime_form_div {
	max-width:390px;
	width:100%;
	min-width:260px;
}
.prime_form_div {
	font-weight:400;
	font-size:16px;
	text-align:center;
}
.prime_form {
	background:rgba(255, 255, 255, 0.85);
	border-radius:2px;
	padding:30px 60px;
	width:100%; max-width:320px;
	margin-top:30px;
}
.prime_form > .pop_i_close {display:none;}
.prime_form b {
	margin-bottom:20px;
	font-size:20px;
	font-weight:500;
	text-align:center;
}
.prime_form small {
	font-size:11px;
	color:#AAA9A9;
	margin-top:10px;
}

@media only screen and (max-width:1100px) {
	.block_prime_divs {
		padding-left:0px;
	}
}
@media only screen and (max-width:1050px) {
	.block_prime_con {
		padding:40px 20px;
	}
	.block_prime_card {
		padding:15px;
		width:180px;
		margin:10px;
	}
	.block_prime_card img {
		height:60px;
	}
	.block_prime_card span {
		font-size:15px;
		margin-top:15px;
	}
	.block_prime_divs {
		margin-top:40px;
		padding-left:0px;
	}
}

@media only screen and (max-width:900px) {
	.block_prime_divs {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	.block_prime_left, .block_prime_right {
		width:100%;
	}
	.block_prime_left {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;		
	}
	.block_prime_right {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		margin-top:40px;
	}
	.block_prime_card {
		width:calc(25% - 20px);
	}
	.block_prime_card span {font-size:14px;}
	.block_prime_con {
		background-position:left center;
		background-size:120% auto;
	}
	.prime_form_div h3 {font-weight:bold; font-size:24px;}
}
@media only screen and (max-width:720px) {
	.block_prime_con {background-size:0 0;}
}
@media only screen and (max-width:640px) {
	.block_prime_card {
		width:calc(50% - 20px);
	}
}
@media only screen and (max-width:400px) {
	.block_prime_card {
		width:calc(100% - 20px);
		margin-top:0; margin-bottom:20px;
	}
	.block_prime_right {margin-bottom:20px;}
}
/***************/

/******BLOCK NASHI RABOTY********/
.block_nr {
	background:#fff;
}
.block_nr_con {
	padding:60px 10px;
}
.nr_minus,
.nr_plus {
	width:32px;
}
.nr_minus img,
.nr_plus img {
	width:100%;
}
.nr_minus img:hover,
.nr_plus img:hover {
	cursor:pointer;
	opacity:.9;
}
.nr_blocks {
	margin-top:60px;
}
.nr_cards {
	overflow:hidden;
	width:calc(100% - 80px);
	padding:20px 0;
	gap:20px;
}
.nr_cards::-webkit-scrollbar {
  width: 0;
}
.nr_cards::scrollbar {
  width: 0;
}
.nr_card {
	width:280px; min-width:280px;
	height:222px;
	position:relative;
	background-color:#111;
}
.nr_card div {
	width:100%; height:100%;
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;
}
.nr_card span {
	position:absolute;
	bottom:10px; left:0;
	padding:5px 10px;
	font-size:14px;
	color:#111;
	background:rgba(255, 255, 255, 0.7);
}
.block_nr_con .red_link {
	margin-right:48px;
	margin-top:20px;
}
@media only screen and (max-width:1050px) {
	.block_nr_con {
		padding:40px 10px;
	}
	.nr_blocks {
		margin-top:20px;
	}
}
@media only screen and (max-width:720px) {
	.block_nr_con {
		padding:40px 2px;
	}
	.nr_cards {
		overflow:hidden;
		width:calc(100% - 96px);
		padding:20px 0;
		gap:15px;
	}
	.block_nr_con .red_link {
		margin-top:0;
	}
}
/***************/

/******BLOCK OTZIVY*****/
.fb_block {
	background:#F7F7F7;
}
.fb_block_con {
	padding:60px 20px;
}
.fb_cards {
	padding:20px 0 0 0;
	gap:20px;
}
.fb_cards_slider {
	overflow:hidden;
	width:calc(100% - 80px);
	padding:20px 0;
	gap:20px;
}
.fb_cards_slider::-webkit-scrollbar {
  width: 0;
}
.fb_cards_slider::scrollbar {
  width: 0;
}

.fb_card {
	width:250px; min-width:250px;
	background:#fff;
	border:1px solid #AAA9A9;
	border-radius:2px;
	padding:20px;
}

.fb_block_con .red_link {
	margin-right:60px;
	margin-top:30px;
}

.fb_card b {
	font-weight:500;
	font-size:18px;
	margin-bottom:10px;
	color:#111;
}
.fb_card div img {
	width:14px; height:auto;
	margin-right:2px;
}
.fb_card div small {
	font-weight: 500;
	font-size: 12px;
	margin-left:6px;
	color:#aaa;
}
.fb_card p {
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	margin-top:20px;
	color:#111;
}

.fb_block_con > .line_bottom {margin-bottom:40px;}

@media only screen and (max-width:1180px) {
	.fb_cards, .fb_cards_slider {
		gap:8px;
	}
}
@media only screen and (max-width:1050px) {
	.fb_block_con {
		padding:40px 20px;
	}
	.fb_cards, .fb_cards_slider {
		padding:0; margin-top:-10px;
	}
	.fb_block_con .red_link {
		margin-right:0;
		text-align:center;
		width:100%;
		margin-top:20px;
	}
}
@media only screen and (max-width:720px) {
	.fb_block_con {
		padding:40px 2px;
	}	
}
/***************/


/***HLEB***/
.hleb_div {
	padding:10px 20px;
}
.hleb_div span, .hleb_link, .hleb_link_act {
	color:#111;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color:#AAA9A9;
	margin-top:10px;
}
.hleb_div span {
	margin-left:3px;
	margin-right:3px;
}
.hleb_div, .hleb_link {text-decoration:none;}
.hleb_link_act {text-decoration:underline;}

/************/


/******FEEDBACK PAGE******/
.feed_con {
	padding:60px 20px;
	gap:20px;
}
.feed_bottom {
	padding-bottom:80px;
	border-bottom:1px solid #aaa;
}
/************/


/******NASI RABOTY PAGE******/
.nashi_rab_cats {
	margin:15px 20px 40px 20px;
}
.nr_top_link, .nr_top_link_act {
	font-weight:500;
	font-size:20px;
	color: #1E1E1E;
	text-decoration:none;
	margin-right:20px;
	margin-top:10px;
}
.nr_top_link:hover {color:#000; text-decoration:underline;}
.nr_top_link_act {
	color: #DA251D;
	text-decoration:underline;
}
.nr_top_link_act:hover {
	color: #DA251D;
}
.nr_div_btn {
	padding:40px 0;
	border-bottom:1px solid #aaa;
}
.port_txt {
	padding:0 20px 20px 20px;
}
#portfolio_list {
	gap:15px;
}
@media only screen and (max-width:620px) {
	#portfolio_list {
		gap:5px;
	}
	#portfolio_list > .nr_card {
		width:calc(50% - 5px); min-width:150px;
		height:200px;
	}
	.nr_top_link, .nr_top_link_act {
		font-size:18px; margin-top:0; margin-bottom:7px;
	}
}
@media only screen and (max-width:480px) {
	#portfolio_list > .nr_card {
		height:150px;
	}
}
@media only screen and (max-width:380px) {
	#portfolio_list {
		gap:15px;
	}
	#portfolio_list > .nr_card {
		height:220px; width:100%;
	}
	.nashi_rab_cats {
		margin:10px 20px 10px 20px;
	}
}
/************/



/******Contacts******/
.contacts_con {
	padding:40px 20px;
}
.contacts_left {
	width:350px;
}
.contacts_info {
	width:100%;
	padding:40px 20px;
	background:#F5F5F5;
	border:1px solid #DA251D;
}
.contacts_right {
	width:calc(100% - 350px);
	padding-left:40px;
}
.podmap {
	font-weight:400;
	font-size:16px;
	color:#333;
	margin-top:20px;
	text-align:right;
}
.con_phone {
	font-weight:500;
	font-size:32px;
	white-space:nowrap;
	color:#111;
}
.con_email {
	white-space:nowrap;
	font-size:16px;
	color:#777;
	margin-top:5px;
}
.con_grafik {
	white-space:nowrap;
	font-size: 16px;
	color:#777;
	margin-top:10px;	
}
.con_rekvizity {
	font-size:14px;
	color:#111;
	line-height:140%;
	margin-top:10px;
}
.con_adress {
	margin-top:20px;
	font-size:16px;
	color:#111;
	line-height:140%;
}
@media only screen and (max-width:1050px) {
	.contacts_con {
		padding-top:20px;
	}
	.podmap {font-size:14px;}
	.con_phone {
		font-size:28px;
	}
}
@media only screen and (max-width:900px) {
	.contacts_right {width:100%; padding:20px 0; height:400px;}
	.contacts_left {
		width:100%;
	}
}
/************/


.uslugi_txt {
	padding:40px 20px;
}






.o_nas {
	padding:40px 20px 40px 20px;
}
.o_nas h1 {margin-top:0; font-weight:400;}
.o_nas div {
	padding:40px 20px;
}

@media only screen and (max-width:1050px) {
	.o_nas {
		padding:0 20px 20px 20px;
	}
	.o_nas div {padding:20px 0;}
	.uslugi_txt {
		padding-top:20px;
	}
}

.page_h1 {
	margin-top:0;
}
.red_link {
	color:#DA251D;
	font-size:18px;
	text-decoration:underline;
	font-weight:bold;
}
.classic_input {
	background:#F5F5F5;
	border:1px solid #AAA9A9;
	border-radius:2px;
	font-size:16px;
	padding:12px 15px;
	color:#000;
	margin-bottom:10px;
}
.classic_input:hover,.classic_input:focus {background:#fff;}
.classic_input::placeholder {
	font-weight:14px;
	color:#AAA9A9;
	font-weight:500;
}
.classic_button {
	background:#DA251D;
	border-radius:2px; border:0;
	padding:10px 25px;
	font-size:16px;
	color:#fff;
	outline:none;
	width:100%;
	text-align:center;
}
.classic_button:hover {
	background:#FA2D24;
	color:#fff;
}



.line_top {
	margin-bottom:15px;
}
.line_bottom {
	margin-top:15px;
}
.title_line_fake {
	width:50%;
}
.title_line {
	width:50%;
}
.title_line div {
	width:150px;
	height:4px;
	background:#DA251D;
}


.paginator {
	background:#f5f5f5;
	font-size:16px;
	font-weight:700; color:#000;
	text-decoration:none;
	padding:5px 10px;margin-right:2px;
}
.paginator:hover {
	color:#fff; cursor:pointer;
	background:#008ae6;
}
.paginator_act {
	background:#0099ff;
	font-size:16px;
	color:#fff;
	font-weight:700;
	text-decoration:none;
	padding:5px 10px;margin-right:2px;
}
.paginator_act:hover {color:#fff;}


.popup {
	display:none;
	position:absolute;
	position:fixed;
	top:0; left:0;
	width:100%; height:100vh;
	background:rgba(0,0,0,.6);
	z-index:9999999999999999999;
}
.popup_message {
	position:absolute;
	position:fixed;
	top:0; left:0;
	width:100%; height:100vh;
	background:rgba(0,0,0,.6);
	z-index:9999999999999999999;
}
.popup_container {
	width:100%; height:100vh;
}
.popup_form {
	box-shadow:0px -2px 16px -5px rgba(0, 153, 255, 0.21);
	background:#fff;
	border-radius:5px;
	padding:40px 20px;
	position:relative;
	min-width:280px;
}
.pop_i_close {
	position:absolute;
	top:10px; right:10px;
	width:20px;
}
.pop_i_close:hover {cursor:pointer; opacity:.8;}
.popup_form_span {
	font-weight:700;
	font-size:18px;
	text-align:center;
	margin-bottom:20px;
}
.popup_form_tit {
	font-weight:700;
	font-size:22px;
	text-align:center;
	margin-bottom:10px;	
}
.popup_form_input {
	border:1px solid #393939;
	margin-bottom:10px;
	font-size:16px;
}
.popup_form_btn {
	color:#fff;
	font-size:16px;
	text-decoration:none;
	font-weight:700;
	width:100%;
	text-align:center;
	background:#D02121;
	padding:10px;
	border-radius:10px;
	border:0;
	line-height:1.2;
}
.popup_form_btn:hover {
	background:#BE2121;
	color:#fff;
	cursor:pointer;
}

.popup_img {
	display:none;
	position:absolute;
	position:fixed;
	top:0; left:0;
	width:100%; height:100vh;
	background:rgba(255,255,255,.8);
	z-index:9999999999999999999;
}
.popup_img div {
	height:100vh;
	position:relative;
}
#popup_img {
	height:90vh; width:90%;
	background-position:center center;
	background-size:auto 100%;
	background-repeat:no-repeat;
}
.pop_i_close_img {
	position:absolute;
	top:20px; right:20px;
	width:35px;
	z-index:9999999999999999;
}
.pop_i_close_img:hover {cursor:pointer; opacity:.8;z-index:999999;}

.table_uslugi {
	margin-top:20px;
	margin-bottom:60px;
}
table {
	border-collapse:collapse;
	text-align:left;
	min-width:250px; width:100%; max-width:1260px;
	margin:0 10px;
}
th {
	padding:15px 10px;
	font-size:16px;
	color:#111;
	text-align:left;
	font-weight:500;
	background:#F0F0F0;
	border:1px solid #AAA9A9;
	min-width:150px;
}
td {
	text-align:left;
	padding:15px 10px;
	border:1px solid #AAA9A9;
	font-size:16px;
}
tr{
	background:#fff;
}
/* tr:nth-child(odd){ */
	/* background:#cae5ed; */
/* } */