@charset "windows-1251";
html { 	height: 100%;
		box-sizing: border-box; }

*, *::before, *::after {	box-sizing:inherit;	}

@font-face {
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
  }

body 
    { 
     width: 100%;
	 height: 100%;
	 min-height:100%;
     margin: 0px;
     padding: 0px;
     background:#000;
	}

div, span, p, td, a { font-family: 'Montserrat', sans-serif; font-size:16px; }

a {
	color: #FFF;
	transition: all 0.3s ease;
}
a:hover {
	color:#F8F400;
	transition: all 0.3s ease;
}

#main {
	min-height:100%;
	height:100%;
	position:relative;
	margin:0px;
}
html>body #main  { height:auto; }

/*------------------ Header --------------------*/

header { 
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center;
    width:100%;
	max-width: 2000px;
	height:186px;
	padding:10px 45px;
	margin:auto;
	background: url('/images2025/back.png');
}

.header__first_line {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	justify-content: space-between;
	align-items: center;
}

	.header__logotype {
		display: flex;
		flex-wrap: wrap;
		width: 198px;
		height: 101px;
		align-items: center;
	}

	.header__nav {
		display: flex;
		flex-wrap: wrap;
		width: 650px;
		height: 101px;
		align-items: center;
		justify-content: center;
	}

		.header__nav li {
			display: flex;
			flex-wrap: wrap;
			margin:0 10px;
		}

			.header__nav li a {
				color:#FFF;
				font-size: 16px;
				text-decoration: none;
				transition: all 0.3s ease;
			}

			.header__nav li a:hover {
				color:#F8F400;
				font-size: 16px;
				text-decoration: none;
				transition: all 0.3s ease;
			}

			#oppNav {
				display: block;
				width: 28px;
				height: 28px;
				background: url('/images2025/hamburger_icon.png');
			}
			
	.header__phone {
		display: flex;
		flex-wrap: wrap;
		width: 210px;
		height: 101px;
		color:#FFF;
		font-size: 24px;
		justify-content: center;
		align-items: center;
	}

		.header__phone a {
			color:#FFF;
			font-size: 24px;
			text-decoration: none;
			transition: all 0.3s ease;
		}

		.header__phone a:hover {
			color:#F8F400;
			text-decoration: none;
			transition: all 0.3s ease;
		}

	.content__cat_main {
		display: flex;
		flex-wrap: wrap;
		width:100%;
		max-width: 2000px;
		margin: auto;
		height: auto;
	}

		.content__cat_main a {
			display: flex;
			flex-wrap: wrap;
			position: relative;
			width:33.33%;
			height: 480px;
			background-repeat: no-repeat !important;
			background-position: center !important;
			background-size: cover !important;
		}

			.content__cat_main a p {
				display: block;
				position: absolute;
				bottom:0px;
				padding:21px;
				color:#FFF;
				font-size:14px;
				background: url('/images2025/pixel.png');
			}

			.content__cat_main a span {
				display: block;
				position: absolute;
				top:25px;
				right:21px;
				color:#FFEC1B;
				text-decoration: none;
				font-size:14px;
			}

	.content__text {
		display: flex;
		flex-wrap: wrap;
		width:100%;
		max-width: 1033px;
		padding:21px;
		margin: auto;
		height: auto;
	}

		.content__text h2 {
			color:#FFF;
			font-size: 24px;
			text-align: left;
			margin:24px 0;
		}

		.content__text p {
			color:#FFF;
			font-size: 16px;
			text-align: justify;
			line-height: 24px;
		}

	.content__opt_button {
		display: block;
		width:280px;
		padding:15px;
		color:#000;
		background: #F8F400;
		margin:45px auto;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		transition: all 0.3s ease;
	}

	.content__opt_button:hover {
		color:#000;
		background: #F8D901;
		transition: all 0.3s ease;
	}

	.content__socseti {
		display: block;
		clear:both;
		width:100%;
		height: 52px;
		margin:0 auto 45px auto;
		position: relative;
	}

		.content__socseti_vk {
			display: block;
			width: 47px;
			height: 52px;
			position: absolute;
			text-decoration: none;
			top: 0px;
			left:41%;
			transition: all 0.3s ease;
			background: url('/images2025/vk_icon.png') 0 5px no-repeat;
		}

		.content__socseti_vk:hover {
			transition: all 0.3s ease;
			background: url('/images2025/vk_icon.png') 0 0 no-repeat;
		}

		.content__socseti_dz {
			display: block;
			width: 47px;
			height: 52px;
			position: absolute;
			text-decoration: none;
			top: 0px;
			left:50%;
			margin:0 0 0 -23px;
			transition: all 0.3s ease;
			background: url('/images2025/dz_icon.png') 0 5px no-repeat;
		}

		.content__socseti_dz:hover {
			transition: all 0.3s ease;
			background: url('/images2025/dz_icon.png') 0 0 no-repeat;
		}

		.content__socseti_tele {
			display: block;
			width: 47px;
			height: 52px;
			position: absolute;
			text-decoration: none;
			top: 0px;
			left:55%;
			transition: all 0.3s ease;
			background: url('/images2025/tele_icon.png') 0 5px no-repeat;
		}

		.content__socseti_tele:hover {
			transition: all 0.3s ease;
			background: url('/images2025/tele_icon.png') 0 0 no-repeat;
		}

	.politic {
		display:block;
		position: fixed;
		bottom:25px;
		left:50%;
		margin:0 0 0 -300px;
		width:600px;
		padding:25px;
		background: #DADADA;
		z-index: 9999999 !important;
	}
		.politic span {
			display:block;
			width:60%;
			height: auto;
			text-align: left;
			float: left;
		}
		.politic a.saYes {
			display:block;
			width:200px;
			height: 45px;
			text-align: center;
			float: right;
			color: #FFF;
			text-decoration: none;
			padding:15px;
			background: #000;
		}
		.politic a {
			color: #1256a5;
		}
		.p_show {
			visibility: visible;
		}

		.p_hide {
			visibility:hidden;
		}

@media (max-width: 870px) {

	header { 
		height:320px;
	}

	.header__first_line {
		justify-content: center;
	}

	.content__socseti_vk {
		left:45px;
	}

	.content__socseti_tele {
		left:auto;
		right:45px;
	}

}

@media (max-width: 870px) {

	.content__cat_main a {
		width:100%;
	}

}

