* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 100%;
	font: inherit;
	border: none;
	vertical-align: baseline
}
:focus {
	outline: none
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none
}

@font-face {
	font-family: "Commissioner";
	src: url(../fonts/Commissioner.ttf);
}

.half {
	width: 50%;
}

.col_2 {
	display: flex;
	justify-content: space-around;
}

.col_2 div {
	width: 50%;
}

.item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 1000px;
	
	margin: auto;
}

article th {
	color: #fff;
	background: #849097;
	background: linear-gradient(90deg, #849097, #E0CA9B);
	padding: 10px;
}

article td {
	padding: 10px;
	border-bottom: 1px solid #acadaf;
}

html {
	text-rendering: optimizelegibility;
	font: lighter 16px/22px "Commissioner", sans-serif;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-weight: 400;
}

body {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

article a {
	color: #45464f;
	text-decoration: none;
	border-bottom: solid 2px;
}

article a:hover {
	border-bottom: solid 4px;
}

i {
	font-style: italic;
}

h1 {
	font-size: 30px;
	font-weight: 600;
	padding: 30px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 1px #fff;
	background: rgba(000,000,000,.6);
	display: block;
}

h1 a {
	text-decoration: none;
	color: #000;
}

.images h2, article h2 {
	font-size: 24px;
	font-weight: bolder;
	margin: 20px 0 40px 0;
	text-align: center;
	line-height: 1.5;
}

strong {
	font-weight: bold;
}

hr {
	height: 1px;
	width: 100%;
	background: #000;
	margin: 20px 0;
}

header, footer {
	width: 100%;
	height: 206px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #f9f9f9ff;
	box-shadow: 0 2px 2px #041620;
	padding: 5px 50px;
}

footer {
	margin: 20px 0 0 0;
}

.copyright a {
 color: #fff;
 text-decoration: none;
 font-size: 12px;
}

nav a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
}

nav ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

nav ul li {
	list-style: none;
}

nav li:hover:after,
.contacts p:focus:after {
	width: 100%;
}

nav li.active:hover:after {
	width: 0;
}

nav li.active {
	border-bottom: solid 1px #000;
}

nav li:after {
	display: block;
	content: "";
	background-color: #000;
	height: 1px;
	width: 0%;
	transition: width .3s ease-in-out;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

.heading {
	display: flex;
	align-items: center;
	justify-content: center;
}

.com-content-article__body {
	background: #fff;
	margin: auto;
	width: 80%;
	padding: 20px;
}

article p {
	text-indent: 20px;
}

article p+p {
	margin: 20px 0 0 0;
}

article ul {
	margin: 20px 0 20px 20px;
}

ul li {
	list-style: square;
}

article ul li {
	list-style: square;
	margin: 0 0 0 20px;
}

.photo-01 {
	background: url(../images/photo-01.jpg) no-repeat;
	border-radius: 20px;
	height: 667px;
}

.logo {
	background: url(../images/logo.png) no-repeat;
	background-size: 100%;
	width: 100px;
	height: 100px;
	margin: 0 20px 0 0;
	display: block;
	border: none;
}

.logo:hover {
	border: none;
}

.slogan {
	color: #000;
	font-size: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.slogan div {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.slogan div div:nth-child(1) {
	margin: 0 0 5px 0;
}

.slogan div div:nth-child(2) {
	font-size: 12px;
}

.slider {
	text-align: center;
	width: 100%;
}

.slide-text {
	background:#041620;
	color: #fff;
	font-family: "PT Sans Caption";
	text-align: center;
	text-transform: uppercase;
	padding: 3px 0;
}

.swiper-button-next, .swiper-button-prev {
	color: var(--red) !important;
	font-weight: bold;
}


@keyframes metall {
  50% {
	background: linear-gradient(90deg, rgba(155,158,165,.4) 0%, rgba(172,175,182,0.4) 50%, rgba(77,80,87,0.2) 100%);
	box-shadow: 0 0px 0px -120px #9b9ea5  inset;		   
  }
}

@keyframes background {
  50% {
	background: linear-gradient(90deg, rgba(255,255,255,.6) 0%, rgba(255,214,0,0.6) 50%, rgba(0,212,255,.6) 100%);
	box-shadow: 0 0px 0px -120px #ffd600  inset;
			   
  }
}

.contacts {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

article .contacts {
	justify-content: center;
}

header .contacts a, footer .contacts a  {
	text-decoration: none;
	color: #000;
	line-height: 26px;
	border: none;
}

.contacts a:hover {
	border: none;
}

p.phone:before {
	width: 16px;
	height: 16px;
	content: "";
	background: url(../images/phone.svg);
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

p.whatsapp:before {
	width: 16px;
	height: 16px;
	content: "";
	background: url(../images/whatsapp.svg);
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

p.mail:before {
	width: 16px;
	height: 16px;
	content: "";
	background: url(../images/mail.svg);
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

p.home:before {
	width: 16px;
	height: 16px;
	content: "";
	background: url(../images/home.svg);
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.contacts p:hover:after,
.contacts p:focus:after {
	width: 100%;
}

.contacts p:after {
	display: block;
	content: "";
	background-color: #000;
	height: 1px;
	width: 0%;
	transition: width .3s ease-in-out;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

.images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	max-width: 70%;
	margin: 20px auto 40px auto;
}

.images ul {
	margin: 10px 0 0 0;
}

.images_sub {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 300px;
	margin: 0 0 30px 0;
}

.img_1, .img_2, .img_3, .img_4, .img_5 {
	width: 128px;
	height: 128px;
	margin: auto;
}

.img_1 {
	background: url(../images/01.png);
}

.img_2 {
	background: url(../images/02.png);
}

.img_3 {
	background: url(../images/03.png);
}

.img_4 {
	background: url(../images/04.png);
}

.img_5 {
	background: url(../images/05.png);
}

.feedback {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.feedback-title {
	display: block;
	text-align: center;
	margin: 0 0 20px 0;
}

form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

input {
	padding: 10px;
	border-radius: 10px;
	width: 100%;
	height: 40px;
	box-shadow: 0 0 3px #45464f inset;
	outline: none;
}

input + input {
	margin: 20px 0 0 0;
}

input[type="button"] {
	background: #45464f;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	box-shadow: 0 0 1px #45464f;
	cursor: pointer;
	padding: 20px;
	height: 60px;
	width: 80%;
}

input[type="button"]:hover {
	box-shadow: 0 0 15px #45464f;
	transition: box-shadow 1s;
}

@media screen and (min-width:1000px) {
	nav ul li {
	margin: 0 20px;
	}

	input {
		width: 500px;
	}

	input[type="button"] {
		width: 300px;
	}
}

@media screen and (max-width:600px) {
	.com-content-article__body {
		width: 100%;
		padding: 0;
	}

	.slogan {
		justify-content: center;
		text-align: center;
		margin: 0 0 10px 0;
	}

	.logo {
		margin: 0 0 10px 0;
	}

	article {
		width: 100%;
	}

	header, footer {
		padding: 0;
		flex-direction: column;
	}

	nav ul {
		flex-direction: column;
	}

	.contacts {
		justify-content: space-between;
	}

	.images {
		max-width: 100%;
	}

	header .contacts, footer .contacts {
		margin: 20px 0 0 60px;
	}

}

/* переопределения*/

.blog-item {
	display: flex;
	flex-wrap: wrap;
	width: 200px;
	justify-content: center;
}

.blog-item a, .blog-item a:hover {
	border: none;
}

.blog-item:hover {
	box-shadow: inset -1px -1px 0px #bfbfbf;
	transition: box-shadow .5s;
}

.blog-items {
	width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 0 80px;
}

.blog-items h2 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
}

.inicial {
	width: 800px;
	height: 1802px;
	margin: auto;
	background: url(../images/inicial.png) 100%;
}

.afk {
	width: 800px;
	height: 1802px;
	margin: auto;
	background: url(../images/afk.png) 100%;
}

.rufas {
	width: 800px;
	height: 1802px;
	margin: auto;
	background: url(../images/rufas.png) 100%;
}