@import url("https://fonts.googleapis.com/css?family=Fira+Sans:700|Open+Sans:400,700|Ubuntu:400,700&display=swap&subset=cyrillic");

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

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

table td, table th {
  padding: 0;
  text-align: inherit;
}
table {
  border-collapse: initial;
}

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;
}

html {
  font-size: 10px;
}

body {
  background: #fff;
  font-size: 1.5rem;
  line-height: 1.46667;
  color: #251313;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.3px;
}

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

a:hover,
a:active,
a:focus {
  color: #518ef2;
  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;
  background-color: #ebecee;
  padding: 60px 30px;
  margin: 70px 0;
}

.article_homepage {
  position: relative;
  z-index: 2;
}

.article_homepage::after {
  background: url("../images/article-bg.png") no-repeat;
  content: '';
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 237px;
  height: 256px;
  z-index: -1;
}

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

.article ul {
  padding-left: 0;
}

.article ul li {
  list-style: none;
  padding-left: 17px;
  position: relative;
}

.article ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0f57ce;
}

.article h1 {
  font-size: 24px;
  margin: 0 0 18px 0;
  font-weight: 700;
  color: #251313;
  letter-spacing: 0.48px;
}

.article h2 {
  font-size: 22px;
  margin: 0 0 14px 0;
  font-weight: 700;
  color: #251313;
}

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

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

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

.article h6 {
  font-size: 18px;
  margin: 0 0 8px 0;
  font-weight: 700;
}

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

.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: #0f57ce;
  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;
  width: 100%;
}

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

.nav__item::after {
  content: '';
  position: absolute;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 40px;
  background-color: #2f6bcd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.nav__item:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav__item:last-child .nav__link {
  width: 100%;
}

.nav__item:not(:last-child) {
  border-right: 1px solid #0345b0;
}

.nav__item:hover::after {
  opacity: 1;
}

.nav__link {
  display: block;
  line-height: 50px;
  padding: 0 40px 0 60px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #0f57ce;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.26px;
}

.nav__item:hover > .nav__link {
  background-color: #074cbe;
  color: #fff;
}

.nav__link::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 37px;
}

.nav__item:nth-of-type(1) .nav__link::before {
  width: 12px;
  height: 14px;
  background: url("../images/css_sprites.png") -142px -46px;
}

.nav__item:nth-of-type(2) .nav__link::before {
  width: 13px;
  height: 11px;
  background: url("../images/css_sprites.png") -142px -80px;
}

.nav__item:nth-of-type(3) .nav__link::before {
  width: 14px;
  height: 16px;
  background: url("../images/css_sprites.png") -142px -10px;
}

.nav__item:nth-of-type(4) .nav__link::before {
  left: 32px;
  width: 15px;
  height: 13px;
  background: url("../images/css_sprites.png") -10px -138px;
}

.nav__item:nth-of-type(5) .nav__link::before {
  left: 30px;
  width: 18px;
  height: 18px;
  background: url("../images/css_sprites.png") -102px -58px;
}

.nav__item:nth-of-type(6) .nav__link::before {
  left: 30px;
  width: 20px;
  height: 16px;
  background: url("../images/css_sprites.png") -62px -58px;
}

.nav__wrap {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav__wrap.js-fixed {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #0f57ce;
  max-width: 100%;
  z-index: 999;
}

@media only screen and (min-width: 1280px) {
  .nav__wrap.js-fixed {
    top: 70px;
  }

  .header.js-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 5;
    padding: 5px 0;
    height: 70px;
    overflow: hidden;
  }
  
  .header.js-fixed .header__wrap {
    height: 100%;
    align-items: center;
  }

  .header.js-fixed .header__left {
    margin-top: 0;
  }

  .header.js-fixed  .header__logo img {
    height: 50px;
  }

  .header.js-fixed  .header__logo a {
    height: 100%;
  }

  .header.js-fixed .header__logo-right p:first-child {
    font-size: 15px;
  }

  .header.js-fixed .header__slogan,
  .header.js-fixed .header__adress,
  .header.js-fixed .header__all {
    display: none;
  }
}

.nav__wrap.js-fixed .nav__ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav__wrap.js-fixed .nav__item:last-child {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.banner {
  margin: 60px 0 0;
}

.banner img {
  width: 100%;
  height: auto;
}

.first-screen {
  background: url("../images/header-bg.jpg") 50% 0 no-repeat;
  background-size: cover;
  padding-bottom: 45px;
}

.footer__wrapper {
  padding: 47px 0 15px;
  background: url("../images/footer-bg.jpg") 0 0 repeat;
}

.footer__wrap {
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__phones {
  padding-left: 46px;
  position: relative;
  margin-right: 48px;
}

.footer__phones::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 27px;
  height: 27px;
  background: url("../images/css_sprites.png") -10px -54px;
}

.footer__phones a {
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 24px;
  text-decoration: none;
}

.footer__adress {
  position: relative;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  padding-left: 38px;
}

.footer__adress::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 28px;
  background: url("../images/css_sprites.png") -102px -10px;
}

.footer__links {
  margin-top: 60px;
  color: #82b1ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.28px;
  font-size: 14px;
}

.footer__links span {
  color: #ffffff;
  font-weight: 700;
  padding-right: 5px;
}

.footer__links a {
  color: #82b1ff;
  font-weight: 400;
  margin-left: 3px;
}

.footer__logo {
  margin-right: 67px;
  margin-left: auto;
  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;
}

.footer__copyright {
  margin-top: 17px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1;
  text-align: right;
}

.footer__bss {
  margin-top: 50px;
  font-size: 13px;
  letter-spacing: 0.26px;
  color: #82b1ff;
  text-align: right;
}

.footer__bss a {
  color: #82b1ff;
}

.header {
  padding: 40px 0 37px;
}

.header__wrap {
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
}

.header__logo {
  margin-right: 30px;
}

.header__logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.header__logo img {
  margin-right: 30px;
}

.header__logo-right p:first-child {
  font-family: "Fira Sans", sans-serif;
  color: #163260;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.52px;
  text-transform: uppercase;
}

.header__logo-right p:last-child {
  line-height: 1;
  color: #3864ab;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  letter-spacing: 0.28px;
}

.header__slogan {
  color: #7083a2;
  line-height: 24px;
}

.header__cont {
  text-align: right;
  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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header__phone a {
  color: #163260;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-decoration: none;
}

.header__adress {
  font-family: "Ubuntu", sans-serif;
  color: #163260;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  margin-top: 14px;
}

.header__all {
  margin-top: 7px;
}

.header__all a {
  font-family: "Ubuntu", sans-serif;
  color: #00a2ff;
  font-size: 13px;
  letter-spacing: 0.26px;
  text-decoration: none;
  position: relative;
  padding-bottom: 1px;
}

.header__all a::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 3px;
  height: 5px;
  background: url("../images/css_sprites.png") -142px -111px;
}

.header__all a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: calc(100% - 8px);
  background-color: #00a2ff;
}

.map__wrapper {
  border-top: 9px solid #6d83a7;
  border-bottom: 9px solid #6d83a7;
  height: 330px;
  position: relative;
}

.popular {
  margin-top: 65px;
}

.popular__title {
  padding: 22px 41px 9px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1;
  background-color: #0f57ce;
  display: table;
}

.popular__body {
  border: 10px solid #0f57ce;
}

.popular__body-wrap {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 15px 10px;
}

.popular table {
  width: 33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.popular table tbody {
  width: 100%;
  display: block;
}

.popular table tr,
.popular table td {
  display: block;
  width: 100%;
}

.popular table tr:nth-of-type(1) {
  height: 255px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.popular table tr:nth-of-type(1) td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.popular table tr:nth-of-type(1) img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.popular table tr:nth-of-type(2) {
  height: 50px;
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
  padding: 0 30px;
  line-height: 17px;
}

.popular table tr:nth-of-type(2) td {
  height: 50px;
  overflow: hidden;
}

.popular table tr:nth-of-type(2) a {
  text-decoration: none;
  color: #0f57ce;
  font-weight: 700;
  line-height: 17px;
}

.popular table tr:nth-of-type(3) {
  color: #000000;
  font-weight: 700;
  line-height: 17px;
  margin-top: 5px;
  text-align: center;
}

.popular__more {
  margin-left: auto;
  display: table;
}

.popular__more a {
  display: block;
  line-height: 50px;
  padding: 0 78px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #094bb7;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.32px;
}

.popular__more a::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 13px;
  background: url("../images/css_sprites.png") -85px -101px;
}

.popular__more a::after {
  content: '';
  position: absolute;
  right: 62px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 13px;
  background: url("../images/css_sprites.png") -47px -101px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popular__more a:hover {
  background-color: #0f57ce;
}

.popular__more a:hover::after {
  opacity: 1;
  right: 52px;
}

.prem {
  margin-top: 70px;
}

.prem__wrapper {
  padding: 45px 0 10px;
  background: url("../images/prem-bg.jpg") 50% 0 no-repeat;
  background-size: cover;
}

.prem__title {
  text-shadow: 1px 1px 3px #514521;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  text-align: center;
}

.prem__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 40px;
}

.prem table {
  width: 25%;
  padding: 0 15px;
  text-align: center;
  text-shadow: 1px 1px 3px #514521;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  letter-spacing: 0.32px;
  margin-bottom: 60px;
}

.prem table tr,
.prem table td {
  display: block;
  width: 100%;
  text-align: center;
}

.prem table tr:first-child {
  height: 81px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}

.prem table tr:first-child td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prem table tr:first-child img {
  max-width: 100%;
  height: auto;
}

.rubricator {
  margin: 45px 0 0px;
}

.rubricator__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rubricator__item {
  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;
  text-decoration: none;
  border: 5px solid #163260;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 25%;
  height: 468px;
}

.rubricator__item:nth-of-type(1) .rubricator__img {
  background: url("../images/cat-1.jpg") 50% 0 no-repeat;
}

.rubricator__item:nth-of-type(2) .rubricator__img {
  background: url("../images/cat-2.jpg") 50% 0 no-repeat;
}

.rubricator__item:nth-of-type(3) .rubricator__img {
  background: url("../images/cat-3.jpg") 50% 0 no-repeat;
}

.rubricator__item:nth-of-type(4) .rubricator__img {
  background: url("../images/cat-4.jpg") 50% 0 no-repeat;
}

.rubricator__item:not(:last-of-type) {
  border-right: 0 solid #163260;
}

.rubricator__img {
  width: 100%;
  height: 395px;
  background-size: cover;
  position: relative;
}

.rubricator__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(13, 80, 189, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.rubricator__item:hover .rubricator__bg {
  opacity: 1;
}

.rubricator__more {
  color: #fffffe;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
  position: absolute;
  left: 22px;
  width: calc(100% - 44px);
  bottom: 127px;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 2;
}

.rubricator__item:hover .rubricator__more {
  opacity: 1;
}

.rubricator__more p {
  position: relative;
  padding-left: 68px;
  padding-right: 10px;
  line-height: 58px;
}

.rubricator__more p::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 24px;
  background: url("../images/css_sprites.png") -10px -10px;
}

.rubricator__title {
  color: #ffffff;
  letter-spacing: 0.34px;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  height: 72px;
  border-top: 2px solid #163260;
  background-color: #0f57ce;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rubricator__title::after {
  content: '';
  position: absolute;
  left: 12px;
  bottom: 4px;
  height: 2px;
  width: calc(100% - 24px);
  background-color: #3c71c8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rubricator__item:hover .rubricator__title {
  background-color: #163260;
}

.rubricator__item:hover .rubricator__title::after {
  background-color: #0b2145;
}

.phone-icon p {
  position: relative;
  padding-left: 37px;
}

.phone-icon p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: url("../images/css_sprites.png") -10px -101px;
}

.adress-icon p {
  position: relative;
  padding-left: 40px;
}

.adress-icon p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 28px;
  background: url("../images/css_sprites.png") -62px -10px;
}

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

  .first-screen_main {
    padding-bottom: 0;
  }

  .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;
    margin: 3px 15px 5px 0;
    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 {
    -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: #0f57ce;
  }

  .nav {
    position: fixed;
    z-index: 999;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0f57ce;
    -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__wrap {
    background-color: #0f57ce;
    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;
    padding: 0;
    max-width: 100%;
  }

  .nav__wrap.js-fixed {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .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__link {
    line-height: normal;
    padding: 10px 40px 10px 30px;
    font-size: 20px;
  }

  .nav__link::before {
    position: static;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-right: 15px;
    margin-top: -4px;
  }

  .footer__wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__left {
    width: 100%;
  }

  .footer__right {
    width: 100%;
    margin-top: 25px;
  }

  .rubricator__more {
    font-size: 16px;
    letter-spacing: 0.2px;
    left: 12px;
    width: calc(100% - 22px);
  }
}

@media only screen and (max-width: 997px) {
  .article {
    margin: 35px 0;
  }

  .banner {
    margin: 30px 0 0;
  }

  .header__wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__left {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__cont {
    margin-left: auto;
    padding: 10px;
    margin-top: 25px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .popular table {
    width: 50%;
  }

  .prem table {
    width: 33.33%;
  }

  .rubricator__item {
    width: 50%;
  }

  .rubricator__item:not(:last-of-type) {
    border-right: 5px solid #163260;
  }

  .rubricator__img {
    background-size: cover !important;
  }

  .rubricator__wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rubricator__more {
    text-align: center;
  }

  .rubricator__more p {
    padding-left: 0;
  }

  .rubricator__more p::before {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 778px) {
  .footer__links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__logo {
    width: 100%;
    margin-right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__logo a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__slogan {
    margin-top: 15px;
  }

  .prem table {
    width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .footer__cont {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__phones {
    width: 100%;
  }

  .footer__adress {
    margin-top: 10px;
  }

  .footer__logo {
    width: 100%;
    margin-right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header {
    padding: 5px 0 25px;
  }

  .header__logo a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__logo img {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .popular table {
    width: 100%;
  }

  .popular__title {
    width: 100%;
    padding: 22px 20px 9px;
  }

  .popular__more {
    width: 100%;
  }

  .popular__more a {
    padding: 0 5px 0 35px;
  }

  .popular__more a::after {
    display: none;
  }

  .popular__more a::before {
    left: 10px;
  }

  .prem table {
    width: 100%;
  }

  .rubricator__item {
    width: 100%;
    height: 360px;
  }
}