:root {
  line-height: 1.25;
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  color: #333;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

details,
main {
  display: block;
}

h1 {
  font-size: 2em;
}

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"],
legend {
  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;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

body.mod {
  overflow: hidden;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
p,
ul {
  padding: 0;
  margin: 0;
}

.title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .title {
    font-size: 20px;
  }
}

@media (max-width: 539px) {
  .title {
    font-size: 18px;
  }
}

.mCSB_dragger_bar {
  background-color: #fff !important;
}

.container {
  max-width: 1920px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-grow: 1;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh;
  }
}

@media (max-width: 539px) {
  .container {
    padding: 0 15px;
  }
}

.left-block {
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 240px;
}

@media (max-width: 768px) {
  .left-block {
    position: static;
    -webkit-box-flex: 0;
    flex: 0 1 248px;
    margin-right: 0;
  }
}

@media (max-width: 540px) {
  .left-block {
    width: 100%;
  }
}

.main-after {
  margin-top: auto;
  padding-bottom: 1em;
}

.left-block__banner {
  position: relative;
  margin-top: 20px;
}

.bannergroup .banneritem {
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .left-block__banner {
    display: none;
  }
}

.right-block {
  -webkit-box-flex: 1;
  flex: 1 0 68px;
}

@media (max-width: 768px) {
  .right-block {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.main-content {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  padding-bottom: 1em;
}

.main-content__date {
  position: static;
  position: -webkit-sticky;
  position: sticky;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: #bfbfbf;
  font-size: 30px;
  font-weight: lighter;
  text-transform: uppercase;
  display: block;
  top: 54px;
  margin-right: 30px;
  white-space: nowrap;
  margin-bottom: 50px;
}

.main-content__date--imp {
  color: #fff;
}

.main-content__date--imp::before {
  content: " ";
  display: block;
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: -20px;
  height: 207px;
  background-color: #ea0313;
  z-index: -1;
}

@media (max-width: 768px) {
  .main-content__date {
    font-size: 25px;
  }

  .main-content__date--imp {
    margin-top: 18px;
  }

  .main-content__date--imp::before {
    height: auto;
    top: -18px;
    bottom: -18px;
  }
}

.logo span {
  display: block;
}

@media (max-width: 768px) {
  .main-content__date--desktop {
    display: none;
  }
}

.main-content__date--mobile {
  display: none;
}

@media (max-width: 768px) {
  .main-content__date--mobile {
    display: block;
    margin-right: 5px;
    top: 30px;
    margin-bottom: 0;
    margin-top: 45px;
  }
}

@media (max-width: 539px) {
  .main-content__date--mobile {
    margin-right: 0;
    font-size: 20px;
    font-weight: 400;
  }
}

.item {
  margin-right: 60px;
}

@media (max-width: 768px) {
  .item {
    margin-right: 30px;
  }
}

@media (max-width: 539px) {
  .item {
    margin-right: 15px;
  }
}

.item__label {
  color: #ea0313;
  font-size: 16px;
  margin-bottom: 19px;
  text-transform: uppercase;
}

.item__label a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 768px) {
  .item__label {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.item__pic {
  background-size: cover;
}

.item__pic img {
  display: block;
  margin-bottom: 19px;
}

.item__title {
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  color: inherit;
  text-decoration: none;
}

.item__title span {
  color: #ea0313;
}

.item__title:hover {
  color: #ea0313;
}

.item__text .highlight {
  color: #ea0313;
}

@media (max-width: 768px) {
  .item__title {
    font-size: 20px;
  }

  .item__text {
    font-size: 16px;
  }
}

.right-menu {
  position: fixed;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: end;
  align-items: flex-end;
  padding: 30px 30px 30px 0;
  right: 0;
  top: 100px;
  width: 97px;
  z-index: 100;
  height: calc(100vh - 80px);
  background-color: #b3b3b3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .right-menu {
    height: 0;
  }
}

.right-menu.opened {
  width: 575px;
}

.right-menu.opened .right-menu__list {
  display: block;
  left: -40px;
}

.right-menu.opened .right-menu__list--top {
  top: 30px;
}

.right-menu.opened .right-menu__list--down {
  bottom: 40px;
  position: absolute;
}

@media (max-width: 768px) {
  .right-menu {
    position: absolute;
    background-color: transparent;
    top: 0;
  }
}

@media (max-width: 539px) {
  .right-menu {
    width: auto;
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  .right-menu.opened {
    background-color: #b2b2b2;
    position: fixed;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.burger-mobile.cross .burger-mobile__item,
.burger.cross .burger__btn .burger__item,
.right-menu__list {
  display: none;
}

.right-menu__list a {
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.5;
  display: inline-block;
  padding: 5px 50px 5px 20px;
}

.right-menu path {
  fill: #fff;
}

@media (max-width: 768px) {
  .right-menu path {
    fill: #b2b2b2;
  }
}

.right-menu__social a:hover {
  opacity: 0.7;
}

.right-menu__social {
  margin-top: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (max-width: 539px) {
  .right-menu__social svg {
    width: 21px;
    height: 21px;
  }
}

@media (max-width: 768px) {
  .right-menu__social {
    margin-top: 30px;
  }
}

.right-menu__social a {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  width: 35px;
}

.right-menu__social--mobile {
  position: absolute;
  top: 0;
  right: 20px;
  margin-top: 35px;
}

.right-menu__social--mobile path {
  fill: #fff;
}

.right-menu__glass.mod,
.right-menu__social.mod {
  z-index: 20;
}

.right-menu__social.mod {
  display: none;
}

@media (max-width: 768px) {
  .right-menu__social.mod path {
    fill: #fff;
  }
}

.right-menu__glass {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 30px auto auto;
  right: 0;
}

@media (max-width: 768px) {
  .right-menu__glass.mod path {
    fill: #fff;
  }

  .right-menu__glass {
    bottom: auto;
    top: 30px;
    right: 5px;
  }
}

@media (max-width: 539px) {
  .right-menu__glass {
    margin-right: 10px;
    width: 21px;
    height: 21px;
  }
}

.right-menu__burger {
  display: block;
  width: 30px;
  height: 25px;
  position: absolute;
}

.right-menu__item {
  padding-left: 50px;
}

.right-menu__item:hover,
.right-menu__item--active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ea0313;
}

.burger {
  position: relative;
  display: block;
  width: 30px;
  height: 25px;
}

@media (max-width: 768px) {
  .burger {
    right: 50px;
    top: 0;
  }
}

@media (max-width: 540px) {
  .burger {
    display: none;
  }
}

.burger--mobile {
  position: absolute;
  top: 35px;
  left: 30px;
  right: auto;
}

.burger__btn::before,
.burger__item {
  position: absolute;
  height: 3px;
  width: 100%;
  top: 11px;
  left: 0;
  background-color: #fff;
}

@media (max-width: 768px) {
  .burger__item {
    background-color: #b2b2b2;
  }
}

.burger.cross .burger__btn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.burger.cross .burger__btn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .burger.cross .burger__btn::after,
  .burger.cross .burger__btn::before {
    background-color: #fff;
  }
}

.burger__btn {
  position: relative;
  display: block;
  width: 30px;
  height: 25px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.burger__btn:hover {
  opacity: 0.7;
}

.burger__btn::before {
  content: "";
  display: block;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .burger__btn::before {
    background-color: #b2b2b2;
  }
}

.burger__btn::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}

@media (max-width: 768px) {
  .burger__btn::after {
    background-color: #b2b2b2;
  }
}

.center-block {
  display: -webkit-box;
  display: flex;
  align-items: flex-start;
}

.center-block_header {
  display: flex;
  align-items: center;
  min-height: 148px;
  padding-left: 63px;
}

.center-block_header--article {
  padding-left: 0;
}

.home .center-block_header {
  min-height: 53px;
}

.home .center-block__title {
  display: none;
}

.posts-search {
  padding-top: 2em;
}

@media (max-width: 768px) {
  .center-block {
    margin-bottom: 30px;
  }

  .center-block_header {
    min-height: auto;
    padding-left: 0;
  }

  .home .center-block_header {
    min-height: 40px;
  }

  .posts-search {
    padding-top: 0;
  }
}

@media (max-width: 540px) {
  .home .center-block_header {
    min-height: 0px;
  }
}

.center-block--wrap {
  flex-wrap: wrap;
}

.center-block__title {
  font-size: 46px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0.5em 0;
}

.news,
.article-content {
  padding-right: 40px;
}

@media (max-width: 768px) {
  .center-block__title {
    position: static;
    top: 220px;
    font-size: 30px;
    margin-bottom: 1.2em;
    margin-top: -0.5em;
    padding-right: 60px;
  }

  .news {
    padding-right: 15px;
  }

  .article-content {
    padding-right: 0px;
  }
}

@media (max-width: 539px) {
  .center-block__title {
    font-size: 25px;
  }
}

.logo {
  margin-top: 25px;
  display: flex;
  justify-self: center;
  align-items: center;
  flex-direction: column;
}

.logo a {
  display: block;
}

.logo--subtitle {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .logo {
    position: absolute;
    text-align: center;
    top: 29px;
    left: 0;
    right: 0;
    margin-top: 0;
  }
}

.logo span {
  font-size: 10px;
  text-align: center;
  line-height: 14px;
}

@media (max-width: 768px) {
  .logo span {
    text-align: left;
  }
}

@media (max-width: 540px) {
  .logo span {
    text-align: center;
  }
}

@media (max-width: 539px) {
  .logo span {
    font-size: 7px;
    line-height: 10px;
  }
}

@media (max-width: 768px) {
  .logo a {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .logo--subtitle {
    -webkit-box-ordinal-group: 1;
    order: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 548px) {
  .logo {
    top: 75px;
  }

  .logo svg {
    max-width: 210px;
  }
}

@media (min-width: 320px) {
  .logo__pic {
    width: 213px;
    height: auto;
  }
}

.center-banner {
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 320px) {
  .center-banner {
    width: 320px;
    margin-left: -15px;
  }
}

.search {
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px;
  margin-right: 50px;
  width: 100%;
}

@media (max-width: 768px) {
  .search {
    margin-right: 0;
  }
}

.search__input {
  height: 64px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-right: 30px;
  border: 2px solid #b3b3b3;
  width: 70%;
  flex-grow: 1;
}

.search__input:focus {
  outline-style: none;
  border-color: #ea0313;
}

@media (max-width: 540px) {
  .search__input {
    height: 45px;
    margin-right: 10px;
    padding: 0 10px;
  }
}

.search__submit {
  background-color: #ea0313;
  border: 0;
  font-size: 24px;
  color: #fff;
  line-height: 64px;
  padding: 0 20px;
  cursor: pointer;
  flex-shrink: 0;
}

.search__submit:active {
  opacity: 0.8;
}

@media (max-width: 540px) {
  .search__submit {
    line-height: 45px;
    font-size: 18px;
  }
}

.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  padding-left: 270px;
}

@media (max-width: 768px) {
  .wrapper {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-left: 0;
  }
}

.wrapper--flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.wrapper--flex,
.wrapper--row {
  display: -webkit-box;
  display: flex;
}

.map {
  margin-bottom: 45px;
  width: 100%;
}

.contacts__top {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 0 100%;
  flex-wrap: wrap;
}

@media (max-width: 540px) {
  .contacts__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex: auto;
  }
}

.contacts__bottom,
.contacts__top .contacts__item {
  -webkit-box-flex: 1;
  flex: 1 0 50%;
  padding-right: 15px;
}

@media (max-width: 540px) {
  .contacts__top .contacts__item {
    -webkit-box-flex: 1;
    flex: auto;
  }
}

.contacts__top .contacts__item--mod {
  margin-bottom: 0;
}

.contacts__bottom {
  display: -webkit-box;
  display: flex;
  flex: 1 0 100%;
}

@media (max-width: 539px) {
  .contacts__bottom {
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.contacts__bottom .contacts__item {
  width: 50%;
  padding-right: 1em;
}

@media (max-width: 539px) {
  .contacts__bottom .contacts__item {
    width: 100%;
  }
}

.contacts__title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .contacts__title {
    font-size: 20px;
  }
}

@media (max-width: 539px) {
  .contacts__title {
    font-size: 18px;
  }
}

.contacts__link {
  padding-left: 40px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.contacts__link--mod {
  margin-top: auto;
}

@media (max-width: 768px) {
  .contacts__link {
    font-size: 16px;
  }
}

.contacts__link a {
  font-size: 18px;
  text-decoration: none;
  color: #333;
}

@media (max-width: 768px) {
  .contacts__link a {
    font-size: 16px;
  }
}

.contacts__link--location {
  background-image: url(../img/location-icn.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

@media (max-width: 539px) {
  .contacts__link--location {
    background-size: 16px 16px;
  }
}

.contacts__link--person {
  background-image: url(../img/user.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

@media (max-width: 539px) {
  .contacts__link--person {
    background-size: 16px 16px;
  }
}

.contacts__link--company {
  background-image: url(../img/company.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

@media (max-width: 539px) {
  .contacts__link--company {
    background-size: 16px 16px;
  }
}

.contacts__link--phone {
  background-image: url(../img/phone-icn.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

@media (max-width: 540px) {
  .contacts__link--phone {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media (max-width: 539px) {
  .contacts__link--phone {
    background-size: 16px 16px;
  }
}

.contacts__link--email {
  background-image: url(../img/email-icn-2.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0 2px;
}

@media (max-width: 539px) {
  .contacts__link {
    background-size: 16px 16px;
  }
}

.contacts__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 40px;
}

.bottom-menu,
.contacts__item,
.wrapper-contacts {
  display: -webkit-box;
  display: flex;
}

.wrapper-contacts,
.map {
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 768px) {
  .wrapper-contacts,
  .map {
    padding-right: 0;
  }
}

.bottom-menu {
  width: 100%;
  margin-top: auto;
  position: relative;
  margin-bottom: 20px;
}

.bottom-menu span {
  flex-basis: 50%;
}

.bottom-menu a {
  font-size: 25px;
  color: #333;
  font-weight: lighter;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
}

@media (max-width: 768px) {
  .bottom-menu span {
    flex-basis: auto;
    display: inline-block;
    padding-right: 1em;
  }

  .bottom-menu a:hover {
    color: #ea0313;
  }
}

@media (min-width: 768px) {
  .bottom-menu a:hover {
    background-color: #ea0313;
    color: #fff;
    padding-left: 30px;
    padding-right: 90px;
  }
}

@media (max-width: 540px) {
  .bottom-menu a {
    font-size: 18px;
  }
}

@media (max-width: 539px) {
  .bottom-menu a {
    font-size: 16px;
  }
}

.news__cat {
  text-transform: uppercase;
  color: #ea0313;
  font-weight: 400;
  margin-top: 50px;
}

.news__cat a {
  text-decoration: none;
}

.news__img {
  margin-bottom: 1em;
  max-width: 450px;
}

.news__img.pull-left {
  float: left;
  margin-right: 1em;
}

.news__img.pull-right {
  float: right;
  margin-right: 1em;
}

.news__author {
  display: inline-block;
  margin-top: 1em;
  color: #b2b2b2;
  font-weight: 500;
}

.ads {
  margin-top: 2em;
}

.ads--phone {
  display: none;
}

.ads-wrap:before {
  content: " ";
  display: table;
  clear: both;
}

.news__title {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .news__cat {
    margin-top: 0;
  }

  .ads--full {
    display: none;
  }

  .ads--phone {
    display: block;
    overflow: hidden;
  }

  .news__title {
    font-size: 20px;
  }
}

@media (max-width: 540px) {
  .ads--phone {
    max-width: 235px;
  }
}

.news {
  width: 100%;
}

.news p,
.article-content p {
  margin-bottom: 20px;
  font-size: 18px;
}

.news img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.news iframe {
  display: block;
  max-width: 100%;
}

.news a {
  color: #ea0313;
}

@media (max-width: 768px) {
  .news__cat a {
    font-size: 14px;
  }
}

@media (max-width: 540px) {
  .news p {
    font-size: 16px;
  }

  .news iframe {
    max-height: 250px;
  }
}

.mceContentBody p {
  margin-bottom: 20px;
}

.news .article_assed_block {
  border-left: 11px solid #ea0313;
  padding-left: 20px;
  display: table;
}

.news .article_blue_block {
  background-color: #b3b3b3b3;
  padding: 20px;
  color: #fff;
  display: table;
}

.right-banner {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  background-color: #ccc;
  margin-top: 200px;
  width: 30%;
  height: 775px;
  margin-left: 30px;
}

@media (max-width: 1200px) {
  .right-banner {
    display: none;
  }
}

.link {
  display: block;
  font-size: 25px;
  font-weight: 500;
  color: #ea0313;
  text-decoration: none;
  margin-bottom: 30px;
}

@media (max-width: 540px) {
  .link {
    font-size: 20px;
  }
}

@media (max-width: 539px) {
  .link {
    text-align: right;
    font-size: 18px;
  }
}

.item-wrapper {
  -webkit-box-flex: 0;
  flex: 0 1 33.33%;
  margin-bottom: 60px;
}

@media (max-width: 1400px) {
  .item-wrapper {
    -webkit-box-flex: 0;
    flex: 0 1 49%;
    width: calc(100% / 2);
  }
}

@media (max-width: 1060px) {
  .item-wrapper {
    flex: 0 1 100%;
    width: 100%;
  }
}

@media (max-width: 920px) {
  .item-wrapper {
    -webkit-box-flex: 0;
    flex: 0 1 100%;
  }
}

@media (max-width: 768px) {
  .item-wrapper {
    -webkit-box-flex: 0;
    flex: 0 1 50%;
    margin-bottom: 75px;
    width: calc(100% / 2);
  }

  .item-wrapper:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 540px) {
  .item-wrapper {
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    width: 100%;
  }
}

.mobile-menu,
.mobile-menu.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile-menu {
  display: none;
  position: fixed;
  background-color: #b2b2b2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 70px 0;
  box-sizing: border-box;
}

.mobile-menu.opened {
  display: -webkit-box;
  display: flex;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 10;
  padding-right: 40px;
  padding-left: 50px;
}

@media (max-width: 320px) {
  .mobile-menu.opened {
    padding-left: 40px;
  }
}

.mobile-menu__list--bottom {
  margin-top: auto;
}

@media (max-width: 768px) {
  .mobile-menu__list--bottom {
    margin-top: 2em;
  }
}

.mobile-menu__item a {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  padding: 5px 5px 5px 30px;
  box-sizing: border-box;
}

.mobile-menu__item a:hover {
  background-color: #ea0313;
}

@media (max-width: 320px) {
  .mobile-menu__item a {
    padding-left: 20px;
  }
}

.burger-mobile {
  position: relative;
  display: none;
  top: 30px;
  width: 30px;
  height: 25px;
  opacity: 1;
  z-index: 10;
  cursor: pointer;
}

@media (max-width: 540px) {
  .burger-mobile {
    display: inline-block;
  }
}

.burger-mobile::after,
.burger-mobile::before {
  content: " ";
  position: absolute;
  left: 0;
  height: 3px;
  width: 30px;
  background-color: #b2b2b2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.burger-mobile::before {
  top: 0;
}

.burger-mobile::after {
  bottom: 0;
}

.burger-mobile__item {
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #b2b2b2;
  top: 11px;
}

.burger-mobile.cross {
  z-index: 20;
}

.burger-mobile.cross::after,
.burger-mobile.cross::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}

.burger-mobile.cross::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}

.burger-mobile.cross::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 12px;
}

.burger-cross {
  position: absolute;
  left: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 1;
  z-index: 20;
  cursor: pointer;
}

.burger-cross:hover {
  opacity: 0.3;
}

.burger-cross:after,
.burger-cross:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: #fff;
}

.burger-cross:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger-cross:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.scroll {
  position: absolute;
  left: -40px;
  max-height: calc(100vh - 400px);
}

@media (max-width: 768px) {
  .scroll {
    max-height: calc(100vh - 280px);
  }
}

.scroll-top {
  bottom: 20px;
  position: fixed;
  right: 110px;
  overflow: hidden;
  z-index: 99;
}

@media (max-width: 768px) {
  .scroll-top {
    right: 20px;
  }
}

@media (max-width: 539px) {
  .scroll-top {
    right: 10px;
  }
}

.ajax-preloader {
  width: 100%;
  display: none;
  text-align: center;
}

.item-line-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  margin-left: 67px;
}

.item-line__title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 30px 5px 30px;
  background-color: #ea0313;
  color: #fff;
  width: calc(33.33% - 120px);
  margin-right: 60px;
  flex-shrink: 0;
}

.item-line__link {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.item-line__link:hover {
  color: #ea0313;
}

@media (max-width: 1400px) {
  .item-line__title {
    width: calc(49% - 120px);
  }
}

@media (max-width: 1060px) and (min-width: 768px) {
  .item-line__title {
    display: none;
  }
}

@media (max-width: 768px) {
  .item-line-wrap {
    margin: 0 66px 30px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .item-line__title {
    width: 100%;
    color: #ea0313;
    padding: 0;
    background-color: transparent;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .item-line__link {
  }
}

.right-menu__social .y_dzen {
  background-image: url(../img/ya_w.png);
  width: 35px;
  height: 25px;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .right-menu__social .y_dzen {
    background-image: url(../img/ya_g.png);
  }
}

@media (max-width: 539px) {
  .right-menu__social {
    margin-top: 45px;
  }

  .right-menu__social .y_dzen {
    background-size: 60%;
  }
}

.phone-baner {
  display: none;
}

@media (max-width: 768px) {
  .phone-baner {
    display: block;
  }
}

.age-span {
  display: inline-block;
  color: #fff;
  font-size: 19px;
  margin-top: 21px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .age-span {
    position: fixed;
    right: 15px;
    bottom: 48px;
  }
}

.ads-wrap .baner-phone {
  display: none;
}

@media (max-width: 475px) {
  .bannergroup {
    display: none;
  }

  .bannergroup.baner-phone,
  .bannergroup.phone-baner {
    display: block;
  }
}

.cookies-info {
  z-index: 1000;
  bottom: 1em;
  left: 15px;
  right: 15px;
  max-width: calc(100% - 30px);
  position: fixed;
  width: 100%;
  display: none;
  font-size: 14px;
}

.cookies-info-body {
  max-width: 1366px;
  margin: auto;
  background-color: #ffffff;
  padding: 18px;
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 1fr 108px;
  align-items: start;
  box-shadow: 0 0 10px -3px #ccc;
  line-height: 1.4;
}

.cookies-info-body p {
  margin: 0;
  padding-right: 40px;
}

.cookies-info-body a {
  color: #ea0313;
}

.cookies-info-body::after {
  content: " ";
  display: table;
  clear: both;
}

.cookies-info-btn {
  border-style: none;
  color: white;
  background-color: #ea0313;
  padding: 10px 20px;
}

@media (max-width: 768px) {
  .cookies-info-body {
    display: flex;
    flex-direction: column-reverse;
  }
  .cookies-info-body > div {
    display: flex;
  }
  .cookies-info-body > p {
    margin-right: 0;
  }

  .cookies-info-btn {
    margin-bottom: 15px;
  }
}
