@font-face {
  font-family: Lato;
  font-display: swap;
  src: url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: FiraSans;
  font-display: swap;
  src: url("../fonts/FiraSans-Regular.woff2") format("woff2"), url("../fonts/FiraSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Lato;
  font-display: swap;
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Lato;
  font-display: swap;
  src: url("../fonts/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Lato;
  font-display: swap;
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

input,
button,
textarea,
select {
  font-family: "Lato", sans-serif;
  font-size: inherit;  
}

select {
	background-color: #fff;
}
option{
 padding: 0;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  background: #0A3D7A;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

[class*=__container] {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.no-webp .wrapper {
  background: url("../img/bg.jpg") 0 0/cover no-repeat; }

.wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

blockquote {
	padding-left: 20px;
	border-left: 2px solid #e2e2e2;	
}

blockquote p {
	font-style: italic;
}


@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

.menu {
  position: relative;
  z-index: 100;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__link {
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 17px;
  padding: 20px 8px;
  font-weight: 700;
  line-height: 1.1764705882;
  width: 100%;
}

.menu__link_button {
  border-radius: 8px;
  background: #FF9523;
  width: 160px;
  padding: 11px 18px 11px 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*.menu__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 0.1em;
  opacity: 0.5;
}*/


.menu__sub-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
  width: 0;
  height: 0;
  margin-right: 15px;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 8px solid #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 0.1em;
  opacity: 0.5;
}

.menu__sub-list {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.menu__sub-sub-list {
  position: relative;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.menu__sub-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu__sub-item {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #fff;
}

.menu__sub-sub-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.menu__sub-link {
  line-height: 100%;
  font-size: 17px;
  padding: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  text-align: left;
  color: rgb(79, 79, 79);
}

.menu__sub-sub-link {
  line-height: 100%;
  font-size: 17px;
  padding: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  text-align: left;
  color: rgb(79, 79, 79);
}

.burger-menu {
  display: none;
}

.menu-open .burger-menu::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  background: #fff;
}

.menu-open .burger-menu::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 8px;
  background: #fff;
}

.menu-open .burger-menu span {
  opacity: 0;
}

.burger-aside-menu {
  display: none;
}

.menu-aside-open .burger-aside-menu::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  background: #fff;
}

.menu-aside-open .burger-aside-menu::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 8px;
  background: #fff;
}

.menu-aside-open .burger-aside-menu span {
  opacity: 0;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.header__top {
  padding-bottom: 30px;
  position: relative;
  padding-top: 30px;
}

.header__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__icon-1 {
  position: absolute;
  bottom: -45px;
  left: -200px;
}

.header__icon-2 {
  position: absolute;
  bottom: -45px;
  left: 600px;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 110;
}

.header__image {
  max-width: 220px;
  width: 100%;
}

.header__image img {
  max-width: 100%;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: -30px;
}

.header__logo {
  max-width: 410px;
  width: 100%;
  margin-bottom: 30px;
}

.header__logo img {
  max-width: 100%;
}

.header__form {
  margin-top: auto;
  height: 45px;
  max-width: 345px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header__input {
  width: 100%;
  padding: 0px 55px 0px 13px;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 8px;
  border: 2px solid transparent;
}

.header__input:focus {
  border: 2px solid #FF9523;
}

.header__submit {
  width: 50px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FF9523;
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 0 8px 8px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 -4px;
  position: relative;
  z-index: 110;
}

.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 133px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  border-radius: 10px;
  background: #0b53b5;
  margin: 0 4px;
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1764705882;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0px 4px 5.9px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 5.9px 0px rgba(0, 0, 0, 0.25);
}

.header__button img {
  margin-bottom: 8px;
}

.header__button:nth-child(2) {
  background: #0077b9;
}

.header__button:nth-child(3) {
  background: #ac0481;
}

.page {
  padding-top: 285px;/*310px;*/
}

.page__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 276px 1fr;
  grid-template-columns: 276px 1fr;
  gap: 50px;
}

.page__main {
  min-width: 0;
}

.aside__top-ads {
  position: relative;
  margin-bottom: 50px;
  display: block;
}

.aside__label {
  position: absolute;
  top: 10px;
  left: -10px;
  max-width: 145px;
  width: 100%;
  padding: 12px;
  text-align: center;
  font-size: 17px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
  font-weight: 700;
  line-height: 1.1764705882;
  background: #FF9523;
  border-radius: 8px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aside__label_bg {
  background: #154A90;
}

.aside__image {
  width: 100%;
}

.aside__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.aside__bottom-ads {
  position: relative;
  border-radius: 12px;
  display: block;
}

.menu-aside {
  margin-bottom: 50px;
  position: relative;
  z-index: 90;
}

.menu-aside__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-aside__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-aside__link {
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 17px;
  padding: 20px 8px;
  font-weight: 700;
  line-height: 1.1764705882;
  width: 100%;
}

.menu-aside__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 8px solid #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 0.1em;
}

.menu-aside__sub-list {
  position: relative;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.menu-aside__sub-item {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-aside__sub-link {
  line-height: 100%;
  font-size: 17px;
  padding: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  text-align: left;
  color: rgb(79, 79, 79);
}

.main-section__slider {
  min-width: 0;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: -10px;
  margin-left: -10px;
}

.main-section__slide {
  position: relative;
  padding-bottom: 51.2295081967%;
  opacity: 0 !important;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.main-section__slide.swiper-slide-active {
  opacity: 1 !important;
}

.main-section__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main-section__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.main-section__text {
  text-shadow: 0 2px 7px rgb(255, 255, 255);
  color: #154a90;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  background: rgba(255, 255, 255, 0.61);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 140px;
  /*color: rgb(0, 0, 0);*/
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.main-section__text p {
  /*text-align: left;*/
}

.main-section__label, .posters__label {
  position: absolute;
  top: 10px;
  left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 280px;/*206px;*/
  width: 100%;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
  padding: 13px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1764705882;
  background: #FF9523;
  border-radius: 8px;
  text-transform: uppercase;
}


.main-section__label_bg {
  right: -10px;
  left: auto;
  background: #0077B9;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 7px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF9523;
}

.news, .posters, .contact, .board {
  /*margin: 20px 0;*/
  background: #fff;
  padding: 10px 24px 24px 24px;  
}

.contact {
	color: #333;
}

/*.posters {
	margin: 0;
}*/

.news__title, .posters__title, .cinema__title, .gb__title, .board__title, .lk__title {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  max-width: 350px;
  width: 100%;
  border-radius: 8px;
  background: #0077B9;
  margin-left: -34px;
  min-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border: 1px solid #707d90;
}

.posters__title {
	max-width: 450px;
	background: #c046a0;
	border: none;
}

.board__title {
	max-width: 450px;
	background: #0B53B5;
}

.cinema__title {
	max-width: 450px;
	background: #FF9523;
}

.gb__title {
	max-width: 250px;
	background: #0076b2;
}

.lk__title {
	max-width: 250px;
	background: #FF9523;
	border: none;
}

.lk__title.wide {
	max-width: 350px;	
}

.news__body {
  margin-bottom: 24px;
}

.posters__body {
  margin: 24px 0;
}

.news__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;
}

.news__media {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 8px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44.5414847162%;
  flex: 0 0 44.5414847162%;
  margin-right: 24px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.news__media.full {
	flex: none;
	margin-bottom: 25px;
}

.news__image {
  position: relative;
  display: block;
  padding-bottom: 68.3673469388%;
}

.news__media.full>.news__image {
	flex: none;
	padding-bottom: 48%;
}

.news__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__label {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 44px;
  max-width: 183px;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 16px;
  background: #FF9523;
  border-radius: 0 8px 8px 0;
  left: 0;
}

.news__content, .posters__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 8px 0;  
}

.news__content p {
	text-indent: 26px;
}

.news__head {
  font-weight: 700;
  font-size: 24px;
  color: #154A90;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}

.gb__head {  
  font-size: 20px;
  color: #154A90;
  margin-bottom: 16px;
  
}

.news__head.full {
	display: block;
}

.news__text, .news__text_full, .posters__text {
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.posters__text {
	display: block;	
}

.news__text_full {
	display: block;
    overflow: hidden;
	width: 100%;
}

.news__text_full p, .posters__text p{
	line-height: 160%;
	text-indent: 26px;
}

.news__text_full h3 {
	font-weight: 700;
	font-size: 18px;
	color: #154A90;	
}

.news__row {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.news__value {
  font-weight: 400;
  font-size: 16px;
  color: #154A90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  margin-right: 16px;
}

.news__value::after {
  content: "";
  margin-top: 0.1em;
  width: 24px;
  height: 24px;
  display: block;
  background: url("../img/visibility.svg") center no-repeat;
  margin-left: 8px;
}

.news__value svg {
  margin-left: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  width: 22px;
  height: 24px;
}

.news__link {
  background: #154A90;
  border-radius: 8px;
  max-width: 156px;
  min-height: 46px;
  width: 100%;
  padding: 5px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  /*text-transform: uppercase;*/
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}

.news__bottom {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: end;
  justify-content: center;
}

.news__button {
  background: #154A90;
  border-radius: 8px;
  max-width: 263px;
  width: 100%;
  min-height: 46px;
  padding: 5px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}

.news__button span {
  margin-left: 5px;
}

.ads {
  margin-top: 55px;
  margin-bottom: 120px;
  background: #fff;
  padding: 10px 24px 24px 24px;
}

.ads__title {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  max-width: 350px;
  width: 100%;
  border-radius: 8px;
  background: #FF9523;
  margin-left: -34px;
  min-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.ads__body {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px 30px;
  margin-bottom: 40px;
}

.ads__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ads__image {
  position: relative;
  display: block;
  padding-bottom: 77.508650519%;
  margin-bottom: 16px;
}

.ads__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  padding: 6px;
  border: 2px solid #ddd;
}

.ads__head {
  font-weight: 700;
  font-size: 16px;
  color: #154A90;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}

.ads__text {
  font-weight: 700;
  font-size: 14px;
  color: #333;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.ads__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ads__price {
  font-weight: 700;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
  background: #154A90;
  padding: 4px 8px;
  margin-right: 10px;
}

.ads__date {
  font-weight: 700;
  font-size: 14px;
  color: #333;
}

.ads__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ads__button {
  background: #154A90;
  border-radius: 8px;
  max-width: 263px;
  width: 100%;
  min-height: 46px;
  padding: 5px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}

.ads__button span {
  margin-left: 5px;
}

.no-webp .footer {
  background: #072e65 url("../img/footer-bg.png") 0 0/cover no-repeat; }

.footer {
  padding-top: 36px;
}

.footer__container {
  max-width: 1550px;
}

.footer__body {
  position: relative;
  padding-bottom: 55px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 5fr 2fr;
  grid-template-columns: 2fr 5fr 2fr;
  gap: 20px;
}

.footer__logo {
  max-width: 311px;
  width: 100%;
  margin: 0px auto 33px;
}

.footer__logo img {
  max-width: 100%;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__link {
  margin: 0 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__copy {
  z-index: 9999;
  position: relative;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 110%;
}

.footer__copy p:not(:last-child) {
  margin-bottom: 20px;
}

.footer__text {
  z-index: 9999;
  position: relative;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  text-align: right;
  line-height: 110%;
}

.footer__image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer__image img {
  max-width: 100%;
}

@media (min-width: 767.98px) {
  .header__bottom {
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.25);
    background: rgb(23, 73, 144);
  }
}

@media (min-width: 991.98px) and (any-hover: hover) {
  .menu-aside__item:hover .menu-aside__sub-list {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }

  .menu-aside__item:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}

@media (min-width: 991.98px) {
  .menu-aside__item.hover {
    background: rgba(255, 255, 255, 0.2);
  }

  .menu-aside__item.hover .menu-aside__sub-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu-aside__sub-list {
    pointer-events: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 100%;
    width: 100%;
    min-width: 325px;
    overflow: hidden;
    top: 0;
    z-index: 2;
  }
  
  .menu-aside__wrap {
    padding-right: 15px;
  }
}

@media (min-width: 1290px) and (any-hover: hover) {
  .menu__item:hover .menu__sub-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu__item_button:hover {
    background: none !important;
  }

  .menu__item_button:hover .menu__link {
    background: #df790c;
  }

  .menu__item:hover {
    background: rgba(255, 255, 255, 0.2);
  }

  .menu__sub-item:hover .menu__sub-sub-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu__sub-item:hover {
    background: rgb(245, 245, 245);
  }
}

@media (min-width: 1290px) {
  .menu__item.hover {
    background: rgba(255, 255, 255, 0.2);
  }

  .menu__item.hover .menu__sub-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu__item_button.hover {
    background: none !important;
  }

  .menu__item_button.hover .menu__link {
    background: #df790c;
  }

  .menu__sub-list {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 0;
    width: 100%;
    min-width: 325px;
    top: 100%;
    z-index: 3;
  }

  .menu__sub-list_right {
    left: auto;
    right: 0;
    padding-top: 10px;
  }

  .menu__sub-sub-list {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 100%;
    width: 100%;
    min-width: 325px;
    bottom: 0px;
    z-index: 3;
  }

  .menu__sub-item.hover {
    background: rgba(255, 255, 255, 0.2);
  }

  .menu__sub-item.hover .menu__sub-sub-list {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  
  section.with_shadow:after {
	margin-bottom: -41px;
  }
  
  .menu__link:before{
	content: '';
	display: inline-block;  
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*margin-left: 8px;*/
	margin-right: 10px;  
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #fff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-top: 0.1em;
	opacity: 0.5;
  }
  
  .menu__link_button {
	justify-content: center;
	padding: 11px 18px 11px 18px;
  }
  
  .menu__link.menu__link_button:before {
	  content: none;
   }
}

@media (max-width: 1290px) {	
  .menu {
    overflow: auto;
    background: #0A3D7A;
    position: fixed;
    right: -100%;
    top: 0;
    height: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    padding: 200px 15px 20px;
    text-align: left;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
  }

  .menu-open .menu {
    right: 0;
  }

  .menu__list {
    display: block;
    margin: 0 -15px;
  }

  .menu__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .menu__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu__link:hover{
	color: #ff9523;
  }

  .menu__link_button {
    width: 100%;
    border-radius: 0px;
    padding: 15px 0 15px 15px !important;
  }

  .menu__link {
    font-size: 20px;
    padding: 15px 15px;
    margin-right: 0;
    margin-left: 0;
  }
      
  .menu__link:after{
	content: '';
	display: inline-block;  
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*margin-left: 8px;
	margin-right: 10px;  */
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #fff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-top: 0.1em;
	opacity: 0.5;
	position: absolute;
    right: 15px;
  }
  
  .menu__link.menu__link_button:after {
	  content: none;
   }
     
  .menu__arrow {
    margin-right: 15px;
  }

  .menu__sub-arrow {
    margin-right: 15px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
    margin-top: 0.7em;
  }

  .menu__sub-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu__sub-link {
    font-size: 18px;
  }

  .menu__sub-sub-link {
    font-size: 18px;
  }

  .burger-menu {
    display: block;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 20px;
    position: relative;
    z-index: 200;
    margin-left: 20px;
  }

  .burger-menu::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 20px;
  }

  .burger-menu::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    border-radius: 20px;
  }

  .burger-menu span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }

  .header__top {
    padding: 20px 0;
    margin-bottom: 10px;
  }

  .header__top::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    -webkit-transition: right 0.5s ease 0s;
    transition: right 0.5s ease 0s;
    background: #0077b9;
    z-index: 101;
  }

  .menu-open .header__top::before {
    right: 0;
  }

  .menu-aside-open .header__top::before {
    right: 0;
  }

  .header__icon-1 {
    bottom: 0;
  }

  .header__icon-2 {
    bottom: 0;
  }

  .header__image {
    display: none;
  }

  .header__wrap {
    margin-left: 0;
  }

  .header__logo {
    max-width: 340px;
  }

  .page {
    padding-top: 170px;
  }

  .page__body {
    gap: 30px;
  }

  .news {
    padding: 10px 14px 14px 14px;
  }

  .news__title {
    /*margin-left: -24px;*/
  }

  .news__item {
    padding: 20px 0;
  }

  .news__media {
    margin-right: 10px;
  }

  .ads {
    padding: 10px 14px 14px 14px;
  }

  .ads__title {
    margin-left: -24px;
    margin-bottom: 20px;
  }

  .footer__body {
    padding-bottom: 80px;
  }

  .footer__image {
    max-width: 600px;
    min-width: 320px;
  }
  
  section.with_shadow:after {	
	margin-bottom: -31px;
  }
}

@media (max-width: 1290px) and (max-width: 767.98px) {
  .menu {
    padding: 90px 15px 20px;
  }
}

@media (max-width: 991.98px) {
  .burger-menu {
    margin-bottom: 20px;
  }
    
  .burger-aside-menu {
    display: block;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 20px;
    position: relative;
    z-index: 200;
    margin-left: 20px;
  }

  .burger-aside-menu::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 20px;
  }

  .burger-aside-menu::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    border-radius: 20px;
  }

  .burger-aside-menu span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }

  .header__top {
    padding: 20px 0;
  }

  .page__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .aside__body {
    display: none;
  }

  .menu-aside {
    margin-bottom: 10px;
    overflow: auto;
    background: #0A3D7A;
    position: fixed;
    right: -100%;
    top: 0;
    height: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    padding: 200px 15px 20px;
    text-align: left;/*center;*/
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
  }

  .menu-aside-open .menu-aside {
    right: 0;
  }

  .menu-aside__list {
    margin-right: -15px;
    margin-left: -15px;
  }

  .menu-aside__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-aside__link {
    padding: 15px 15px;
    margin-right: 0;
    margin-left: 0;
  }

  .menu-aside__arrow {
    margin-top: 0.6em;
    margin-right: 15px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
  }

  .ads {
    margin: 50px 0;
  }

  .footer {
    padding-top: 30px;
  }

  .footer__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer__logo {
    margin: 0px auto 15px;
    max-width: 260px;
  }

  .footer__link {
    margin: 0 5px;
  }

  .footer__text {
    text-align: center;
  }

  .footer__image {
    right: 50%;
    -webkit-transform: translate(50%, 0%);
    -ms-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
  }
  
  .page {
    padding-top: 140px;
  }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
  .menu-aside {
    padding: 90px 15px 20px;
  }
}

@media (max-width: 767.98px) {
  .burger-menu {
    margin-bottom: 0;
  }
  
  .paginate {
	font-size: 12px;
  }

  .header__top {
    padding: 15px 0;
  }

  .header__burgers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__logo {
    max-width: 280px;
    margin-bottom: 0;
  }

  .header__form {
    display: none;
  }

  .header__input {
    padding: 0px 55px 0px 10px;
    font-size: 14px;
  }

  .header__submit {
    height: 38px;
    top: 1px;
  }

  .header__buttons {
    display: none;
  }

  .header__button {
    min-height: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    font-size: 16px;
  }

  .page {
    padding-top: 60px;
  }

  .aside__label {
    font-size: 13px;
    padding: 8px;
    min-height: 32px;
    max-width: 140px;
  }

  .main-section__slide {
    padding-bottom: 70%;
  }

  .main-section__text {
    font-size: 22px;
    min-height: 120px;
  }

  .main-section__label {
    font-size: 13px;
    padding: 8px;
    min-height: 32px;
    max-width: 140px;
  }

  .news__title {
    font-size: 15px;
    min-height: 40px;
    max-width: 260px;
  }

  .news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news__media {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .news__label {
    min-height: 32px;
    font-size: 13px;
    max-width: 140px;
  }

  .news__content {
    padding: 0;
  }

  .news__head {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .news__text {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .news__value::after {
    margin-left: 5px;
    margin-top: 0;
  }

  .news__value svg {
    margin-left: 5px;
  }

  .news__value {
    font-size: 14px;
    margin-right: 10px;
  }

  .news__link {
    min-height: 40px;
    font-size: 15px;
  }

  .news__bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .news__button {
    min-height: 40px;
    font-size: 15px;
    max-width: 240px;
  }

  .ads__title {
    font-size: 15px;
    min-height: 40px;
    max-width: 260px;
  }

  .ads__bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ads__button {
    min-height: 40px;
    font-size: 15px;
    max-width: 240px;
  }

  .footer__copy {
    font-size: 14px;
  }

  .footer__copy p:not(:last-child) {
    margin-bottom: 10px;
  }

  .footer__text {
    font-size: 14px;
  }
}

@media (max-width: 479.98px) {
  .main-section__text {
    font-size: 17px;
    padding: 10px 8px;
    min-height: 80px;
  }
  .paginate {
	font-size: 10px;
  }
  img.img-30 {
	 width: 100% !important;
  }
	.posters__label {
		padding: 5px;
		font-size: 12px;
		border-radius: 5px;
		max-width: 170px;
	}
}

@media (any-hover: hover) {
  .menu__sub-link:hover {
    background: rgb(245, 245, 245);
  }

  .menu__sub-sub-link:hover {
    background: rgb(245, 245, 245);
  }

  .header__submit:hover {
    background: #df790c;
  }

  .header__button:hover {
    background: rgba(11, 82, 181, 0.6);
  }

  .header__button:nth-child(2):hover {
    background: rgba(0, 121, 186, 0.6);
  }

  .header__button:nth-child(3):hover {
    background: rgba(172, 4, 130, 0.9);
  }

  .menu-aside__sub-link:hover {
    background: rgb(245, 245, 245);
  }

  .news__link:hover {
    background: rgba(21, 74, 144, 0.8);
  }

  .news__button:hover {
    background: rgba(21, 74, 144, 0.8);
  }

  .ads__button:hover {
    background: rgba(21, 74, 144, 0.8);
  }

  .footer__link:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.webp .wrapper { background: url(../img/bg.webp) 0 0/cover no-repeat; }

.webp .footer { background: #072e65 url(../img/footer-bg.webp) 0 0/cover no-repeat; }

section.with_shadow:after {
	position: relative;
	content: '';
	display: inline-block;
	/*margin-bottom: -41px;*/
	z-index: 1;
	height: 15px;
	width: 100%;
	background: url("../img/shadow_block.png") no-repeat scroll 0 0 / 100% 15px;
}

.menu__link_button > a.menu__link {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 0px 8px;	
}