@import url("https://fonts.googleapis.com/css?family=Exo+2:400,700|Roboto:400,700&display=swap&subset=cyrillic,cyrillic-ext");

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

.nav:before,
.nav:after {
  display: none;
}

html {
  font-size: 10px;
}

body {
  background: #fff;
  font-size: 1.5rem;
  line-height: 1.46667;
  color: #000;
  font-family: Arial;
}

a {
  color: #c4010d;
  text-decoration: underline;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

a:hover,
a:active,
a:focus {
  color: #fe2d3a;
  text-decoration: none;
}

.wrap {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  min-width: 1170px;
}

.w-700 {
  font-weight: 700;
}

.t-c {
  text-align: center;
}

.article {
  width: 100%;
  min-height: 450px;
}

.article ul,
.article ol {
  padding-left: 17px;
}

.article h1 {
  font-size: 24px;
  margin: 0 0 18px 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.article h2 {
  font-size: 24px;
  margin: 0 0 14px 0;
  font-weight: 700;
}

.article h3 {
  font-size: 21px;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.article h4 {
  font-size: 15px;
  margin: 0 0 8px 0;
  font-weight: 700;
}

.article h5 {
  font-size: 15px;
  margin: 0 0 8px 0;
  font-weight: 700;
}

.article img {
  max-width: 100%;
  height: auto;
}

main.main {
  padding: 65px 0 50px;
}

table.table-homepage {
  width: 100%;
}

table.table-homepage tbody {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

table.table-homepage tr {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

table.table-homepage tr td:first-of-type {
  margin-right: 25px;
  width: 74px;
  display: block;
}

table.table-homepage tr td:last-of-type {
  display: block;
  width: calc(100% - 99px);
  padding-right: 15px;
}

table.table-homepage tr td {
  padding: 0;
}

table.table-homepage img {
  width: 74px;
  height: 74px;
}

table.table-homepage a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
}

.burger {
  display: none;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #c4010d;
  width: 100%;
}

.nav__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__item {
  list-style: none;
  position: relative;
}

.nav__item::after,
.nav__item:first-of-type::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #9e000a;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}

.nav__item::after {
  left: auto;
  right: 0;
}

.nav__link {
  display: block;
  line-height: 50px;
  padding: 0 28px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.28px;
  background-color: #c4010d;
  color: #ffffff;
}

.nav__item:hover > .nav__link {
  background-color: #9e000a;
  color: #fff;
}

.menu-wrapper {
  background-color: #c4010d;
}

.footer {
  text-align: right;
}

.footer__wrapper {
  background-color: #000000;
  padding: 30px 0 10px;
}

.footer__copyright {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
}

.footer__bss {
  color: #6d6d6d;
  margin-top: 15px;
  font-size: 12px;
}

.footer__bss a {
  color: #6d6d6d;
}

.header__wrapper {
  background-color: #c4010d;
  min-height: 130px;
}

.header__wrap {
  height: 100%;
}

.header__top {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo a {
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  font-style: italic;
}

.header__logo a p:first-child {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 30px;
  letter-spacing: 1.2px;
}

.header__logo a p:last-child {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 20px;
  letter-spacing: 0.8px;
}

.header__cont {
  height: 100%;
  padding: 30px 38px;
  text-align: right;
  color: #fff;
  background-color: #900009;
}

.header__phone {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
}

.header__phone a {
  color: #ffffff;
  text-decoration: none;
}

.header__adress {
  font-size: 17px;
  letter-spacing: 0.34px;
  margin-top: 5px;
}

.header__mail {
  font-size: 14px;
  letter-spacing: 0.28px;
}

.header__mail a {
  color: #ffcbcb;
}

.header__photo {
  position: relative;
  padding-top: 23.4375%;
}

.header__photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 0;
  min-width: 100%;
  min-height: 100%;
}

@media only screen and (max-width: 1279px) {
  .wrapper {
    min-width: 100%;
  }
}

@media only screen and (max-width: 997px) {
  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
  }

  .burger::before,
  .burger::after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 2px;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .burger::before {
    top: calc(100% - 7px);
  }

  .burger span {
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .burger_active {
    top: 15px;
    right: 15px;
    position: fixed;
    z-index: 1000;
    margin-right: 0;
  }

  .burger_active::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(100% - 16px);
    opacity: 1;
  }

  .burger_active::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
  }

  .burger_active span {
    opacity: 0;
  }

  .menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c4010d;
  }

  .nav {
    position: fixed;
    z-index: 999;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #c4010d;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav_active {
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .nav__ul {
    width: 100%;
    height: 100%;
    padding: 75px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav__item {
    width: 100%;
    text-align: center;
    position: static;
  }

  .nav__item_parent > .nav__link {
    position: relative;
  }

  .nav__item_parent > .nav__link::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .nav__item_parent:hover > .nav__link::after {
    border-left-color: #c4010d;
  }

  .nav__link {
    line-height: normal;
    padding: 10px 40px 10px 30px;
    font-size: 20px;
  }

  .nav__drop,
  .nav__sub {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .nav__drop_active,
  .nav__sub_active {
    opacity: 1;
    pointer-events: all;
    z-index: 50;
  }

  .nav__sub_active {
    z-index: 60;
  }

  .nav__prev_active {
    display: block;
    opacity: 1;
  }
}

@media only screen and (max-width: 778px) {
  .article {
    font-size: 14px;
  }

  .article h1 {
    font-size: 20px;
  }

  .article h2 {
    font-size: 18px;
  }

  .article h3 {
    font-size: 16px;
  }

  main.main {
    padding: 30px 0 30px;
  }

  table.table-homepage tr td:first-of-type {
    margin-right: 0;
  }

  table.table-homepage tr td:last-of-type {
    padding-right: 0;
  }

  table.table-homepage tr {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  table.table-homepage a {
    font-size: 15px;
  }

  .header__logo {
    width: 100%;
  }

  .header__logo a p:first-of-type {
    font-size: 25px;
  }

  .header__logo a p:last-child {
    font-size: 16px;
  }

  .header__cont {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px;
    width: calc(100% + 30px);
  }

  .header__phone {
    font-size: 16px;
  }

  .header__adress {
    font-size: 16px;
  }

  .header__photo {
    padding-top: 0;
    width: 100%;
    height: 150px;
  }
}