html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  /*margin: 0;
	padding: 0;*/
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
strong {
  font-weight: bold;
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
.flex-row {
  display: flex;
}
.flex--space-between {
  justify-content: space-between;
}
.about--home .about {
  display: flex;
  justify-content: space-between;
}
.about--home .about_item {
  width: 400rem;
  height: 100rem;
  overflow: hidden;
  margin-bottom: 30rem;
}
.news_item--single {
  display: flex;
  padding: 30rem 0;
}
.news_item--single:not(:last-child) {
  border-bottom: 1rem inset #838383;
}
.news_item--single img {
  width: 200rem;
  height: 140rem;
  border-radius: 2rem;
  margin-right: 20rem;
  object-fit: contain;
  flex-shrink: 0;
}
.news_item--single time {
  color: #454545;
}
.news_item--single time::after {
  content: "|";
  display: inline-block;
  padding: 0 5rem;
}
.news_item--single h1 {
  display: inline-block;
  text-transform: uppercase;
  color: #df0024;
  margin: 0;
}
.news_item--single .short_desc {
  margin: 20rem 0;
  font-size: 14rem;
  line-height: 14rem;
  height: 56rem;
  overflow: hidden;
}
.news_item--single .short_desc::before {
  content: "";
  float: left;
  width: 5px;
  height: 56rem;
}
.news_item--single .short_desc > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}
.news_item--single .short_desc::after {
  content: "\02026";
  box-sizing: content-box;
  float: right;
  position: relative;
  top: -14rem;
  left: 100%;
  width: 1em;
  margin-left: -1em;
  padding-right: 5px;
  text-align: right;
  background-size: 100% 100%;
  background: #f6f6f6;
}
.news_item {
  display: flex;
  padding: 30rem;
}
.news_item:not(:last-child) {
  border-bottom: 1rem inset #838383;
}
.news_item img {
  width: 200rem;
  height: 140rem;
  border-radius: 2rem;
  padding: 0 75rem;
  object-fit: contain;
  flex-shrink: 0;
}
.news_item time::after {
  content: "|";
  display: inline-block;
  padding: 0 5rem;
}
.news_item h1 {
  display: inline-block;
  text-transform: uppercase;
  color: #df0024;
  margin: 0;
}
.news_item .short_desc {
  margin: 20rem 0;
  font-size: 14rem;
  line-height: 14rem;
  height: 56rem;
  overflow: hidden;
}
.news_item .short_desc::before {
  content: "";
  float: left;
  width: 5px;
  height: 56rem;
}
.news_item .short_desc > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}
.news_item .short_desc::after {
  content: "\02026";
  box-sizing: content-box;
  float: right;
  position: relative;
  top: -14rem;
  left: 100%;
  width: 1em;
  margin-left: -1em;
  padding-right: 5px;
  text-align: right;
  background-size: 100% 100%;
  background: #f6f6f6;
}
.questions {
  margin: 0;
  padding: 20rem 40rem;
  list-style: disc;
}
.questions a:link,
.questions a:visited {
  text-decoration: none;
  color: #454545;
}
.questions a:hover {
  text-decoration: underline;
  color: #9bb1c8;
}
.answered_question header {
  background: #454545;
  padding: 4rem 40rem;
}
.answered_question h2 {
  color: #ffffff;
  margin: 0;
}
.answered_question img {
  margin-right: 20rem;
  width: 160rem;
}
.answered_question .answer_section {
  padding: 30rem 40rem;
}
.objects {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.objects .object {
  width: 490rem;
  margin: 20rem 0;
  display: flex;
}
.objects .object img {
  width: 180rem;
  height: 110rem;
  margin-right: 20rem;
  object-fit: cover;
}
.objects .object time {
  display: block;
  color: #df0024;
}
.form_group-flex {
  display: flex;
  align-items: center;
}
.request_form.calc_request_form {
  width: 1000rem;
}
.request_form.calc_request_form h2 {
  font-weight: bold;
}
.shrink input {
  width: 100rem;
}
.request_form {
  border-radius: 6rem;
  width: 900rem;
  overflow: hidden;
}
.request_form h1 {
  margin: 0;
  background: #df0024;
  color: #ffffff;
  text-align: center;
  font-size: 20rem;
  height: 36rem;
  line-height: 36rem;
}
.request_form label {
  min-width: 60rem;
  padding: 0 3rem;
  display: inline-block;
}
.request_form.calc_request_form label {
  min-width: 0;
}
.request_form input[type="number"],
.request_form input[type="time"] {
  width: 112rem;
}
.request_form input[type="date"] {
  width: 162rem;
}
.request_form input.code_input {
  width: 82rem;
}
.request_form textarea {
  width: 100%;
}
.request_form .form_fields {
  padding: 10rem;
}
.request_form .form_group {
  margin: 10rem 0;
}
@font-face {
  font-family: MagistralC;
  src: url("../fonts/MagistralC.ttf");
}
/* font-family: "ArialNarrowRegular"; */
@font-face {
  font-family: "ArialNarrow";
  src: url("../fonts/arial-narrow.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
html {
  background: #dadada;
  font-size: 1px;
  height: 100%;
}
body {
  font: 14em/1.5 Tahoma;
  color: #000000;
  margin: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main {
  background: #f6f6f6;
  width: 1024rem;
  margin: auto;
  box-sizing: border-box;
  padding: 60rem 0 90rem;
  flex: 1 0;
}
fieldset {
  border: 0;
  margin: 24rem 10rem;
  position: relative;
}
legend {
  color: #df0024;
  font-size: 24rem;
  display: block;
  position: absolute;
  height: 24rem;
  padding: 0 6rem;
  text-transform: uppercase;
  left: 0;
  top: -24rem;
  font-family: ArialNarrow;
}
.home-page fieldset {
  border: 0;
  border-top: 2rem solid #df0024;
  margin: 20rem 10rem;
  position: relative;
}
.home-page legend {
  font-size: inherit;
  background: #df0024;
  color: #ffffff;
  display: block;
  position: absolute;
  height: 20rem;
  padding: 0 6rem;
  text-transform: uppercase;
  left: 0;
  top: -20rem;
  font-family: ArialNarrow;
}
h1 {
  font-family: ArialNarrow;
}
a:link,
a:visited {
  color: #597da4;
}
a:hover {
  color: #9bb1c8;
}
input,
select,
textarea {
  border: 1px solid #838383;
  padding: 4rem 8rem;
  border-radius: 4rem;
  background: #ffffff;
  box-sizing: border-box;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #597da4;
}
button {
  background: #df0024;
  color: #ffffff;
  font-size: 14rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4rem 16rem;
  border: 0;
  border-radius: 4rem;
}
.right {
  text-align: right;
}
.menu {
  display: flex;
  justify-content: center;
  list-style: none;
  font-family: ArialNarrow;
}
.menu a:link,
.menu a:visited {
  color: #454545;
}
.menu .active a:link,
.menu .active a:visited {
  color: #df0024;
}
.menu li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  padding: 0 55rem;
}
.mainmenu_bar {
  position: absolute;
  left: 50%;
  margin-left: -700rem;
  width: 1400rem;
  background: rgba(117, 113, 112, 0.2);
  border-bottom: 2rem solid #f6f6f6;
  flex: 0 0;
  top: 338rem;
}
.footmenu_bar {
  width: 1400rem;
  background: rgba(117, 113, 112, 0.2);
  height: 60rem;
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.mainmenu {
  text-transform: uppercase;
}
header.toplevel {
  background: url('../img/top1.png') no-repeat center;
  background-size: contain;
  height: 338rem;
  width: 1400rem;
  font-family: MagistralC;
  flex: 0 0 338rem;
}
header.toplevel .content_area {
  display: flex;
  width: 1024rem;
  margin: auto;
  justify-content: space-between;
  align-items: flex-end;
}
footer.toplevel {
  text-align: center;
  margin-top: -90rem;
  flex: 0 0 90rem;
}
footer.toplevel p {
  margin: 5rem 0;
  height: 17rem;
  font-family: MagistralC;
}
.address::before {
  content: "";
  display: inline-block;
  width: 15rem;
  height: 15rem;
  background: url('../img/addr.png');
  background-size: cover;
  vertical-align: middle;
  margin: 0 4rem;
}
.phone::before {
  content: "";
  display: inline-block;
  width: 15rem;
  height: 15rem;
  background: url('../img/phone.png');
  background-size: cover;
  vertical-align: middle;
  margin: 0 4rem;
}
.logo {
  background: url("../img/logo.png");
  width: 381rem;
  height: 99rem;
  background-size: cover;
  position: relative;
  bottom: -10rem;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.logo a {
  display: block;
  flex-grow: 1;
}
.slogan {
  color: #df0024;
  font-size: 17rem;
  width: 180rem;
}
.overlay {
  /*position: fixed;
   top:0; left:0; right:0; bottom: 0;
   background: rgba(0,0,0,0.5);*/
}
.contact_item {
  font-size: 18rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-family: ArialNarrow;
}
.contact_item .desc {
  margin-left: 60rem;
  position: relative;
}
.contact_item .desc::before {
  content: "";
  display: block;
  border: 20rem solid transparent;
  border-right-color: #df0024;
  position: absolute;
  top: 50%;
  margin-top: -20rem;
  left: -60rem;
}
.vk_link {
  background: url("../img/vk.png");
  display: block;
  width: 88rem;
  height: 20rem;
  position: absolute;
  left: 48rem;
  top: 15rem;
}
.form_input {
  margin-right: 40px;
}

/* Стиль */
nav {
  background: white;
  box-shadow: 0 2px 0 0 #ECF1F2;
  border-top: 1px solid #ECF1F2;
  text-align: center;
}
nav a {
  text-decoration: none;
  display: block;
  transition: 0.5s linear;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topmenu > li {
  display: inline-block;
  position: relative;
  margin-right: -4px;
  border-left: 1px solid #ECF1F2;
}
.topmenu > li:last-child {border-right: 1px solid #ECF1F2;}
.topmenu > li > a {
  font-weight: bold;
  padding: 15px 30px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1c1c1c;
}
.active:after, .submenu-link:after {
  content: "\f107";
  color: inherit;
  margin-left: 10px;
}
.topmenu .active, .topmenu > li > a:hover, .submenu li a:hover {color: #ffffff; background: red;}
.submenu {
  position: absolute;
  left: -1px;
  z-index: 5;
  width: 216px;
  border-bottom: 1px solid #ECF1F2;
  visibility: hidden;
  opacity: 0;  
  transform: translateY(10px);
  transition: .3s ease-in-out;
}
.submenu li {position: relative;}
.submenu a {
  background: white;
  border-top: 1px solid #ECF1F2;
  border-right: 1px solid #ECF1F2;
  border-left: 1px solid #ECF1F2;
  color: #1c1c1c;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 20px;
}
.submenu .submenu {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  left: -webkit-calc(100% - 1px);
}
nav li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
