html, body {
  background-color: #f4f4f4;
}

.main-page-content, .secondary_page {
  width: 100%;
  max-width: 1534px;
  margin: 0 auto;
}

.right_col {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 21px 0 #dcdcdc;
}

/* Header */
.header-content {
  display: flex;
  max-width: 1534px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .header-content {
    padding: 0;
  }
}

.heder_logo_menu {
  height: 95px;
}

@media screen and (max-width: 991px) {
  .heder_logo_menu {
    height: auto;
  }
}

.logo_box {
  padding: 0 25px 0 0;
  width: auto;
}

@media screen and (max-width: 991px) {
  .logo_box {
    padding: 0 20px;
  }

  .logo_box img {
    max-width: 213px;
  }
}

.menu-wrapper {
  height: 100%;
  display: flex;
  position: relative;
  flex-grow: 1;
}

@media screen and (max-width: 991px) {
  .menu-wrapper {
    display: none;
  }
}

.search-button {
  transition: background-color .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 23px 15px;
  cursor: pointer;
}

.search-button:hover {
  background-color: #07306f;
}

.search-button img {
  margin: 0;
}

.search-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #164da0;
  transition: width .3s;
}

.search-box.active {
  width: 100%;
}

.search_box {
  padding: 0 20px 0 0;
}

.vsv-box {
  height: 95px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .vsv-box {
    display: none;
  }
}

.vsv-box > div {
  height: 100%;
}

.vsv-box .vsv > a img {
  margin-bottom: 0;
}

.vsv-box .vsv > a:hover {
  background-color: #07306f;
}

@media (max-width: 575.98px) {
  .logo_box {
    padding-left: 8px;
    flex-shrink: 1;
    padding-right: 20px;
  }

  .logo_box img {
    max-width: 120px;
  }
}

.menu_1 {
  background-color: transparent;
}

.menu_1 .menu_col a, .menu_1 .flexMenu-viewMore > a {
  color: #fff;
  border-left: 0;
}

.arrow, .item_text span.arrow, .flexMenu-viewMore > a::after {
  display: none;
}

.menu_col a, .flexMenu-viewMore > a {
  line-height: 19px;
}

.menu_1 .arrow, .menu_1 .item_text span.arrow, .item_text .menu_1 span.arrow, .menu_1 .flexMenu-viewMore > a::after {
  border-color: #fff transparent transparent transparent;
}

.menu_col a:hover, .menu_col:hover > a, .menu_col > a.selected, .flexMenu-viewMore > a:hover, .flexMenu-viewMore:hover > a {
  background-color: #07306f !important;
}

.menu_col a, .flexMenu-viewMore > a {
  padding: 38px 25px;
}

.flex .menu_item_block, .menu_col .menu_item .side_menu {
  background-color: #164da0;
}

.flex .menu_item_block a.first {
  border-top: 5px solid #ffcc00;
}

.langs {
  background-color: #164da0;
}

.langs:hover {
  background-color: #07306f;
}

@media (max-width: 991px) {
  .langs a {
    padding: 1rem 1.5rem;
  }
}

.langs .other_langs {
  background-color: #07306f;
}

.langs div.active {
  padding: 38px 4.5rem;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .langs div.active {
    padding: 1.4rem 2rem;
  }
}

.langs .arrow, .langs .item_text span.arrow, .item_text .langs span.arrow, .langs .flexMenu-viewMore > a::after {
  display: none;
}
/* EndHeader */

/* Fuel Section */
.fuel-price {
  padding: 10px 0 0 18px;
}

.fuel-price a {
  display: inline-block;
  font-size: 14px;
  line-height: 23px;
}
/* End Fuel Section */

/* News Index */
.list-news__row {
  display: flex;
  gap: 20px;
  border: 0;
  padding-bottom: 46px;
}

@media (max-width: 1199.98px) {
  .list-news__row {
    flex-direction: column;
  }
}

.list-news__big {
  position: relative;
}

.list-news__big .custom-date {
  color: #fff;
}

.list-news__big .list-news__link {
  color: #fff;
}

.list-news__big .list-news__link:hover {
  color: #fff !important;
}

.list-news__big .list-news__info .desc {
  color: #fff;
  font-weight: 600;
}

.list-news__big .list-news__info {
  padding: 17px 13px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(7, 48, 111, .7);
}

.list-news__small {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list-news__small .to-all-item {
  order: 2;
  margin: 0;
}

.list-news__small .list-news__one {
  display: flex;
  align-items: flex-start;
}

.list-news__small .list-news__link {
  color: #07306f;
}

.list-news__small .list-news__link:hover {
  color: #07306f !important;
}

.list-news__small .list-news__one .list-news__img {
  width: 45%;
}
/* End News Index */

/* Ban Slider */
.ban-box-wrap {
  padding: 60px 0;
  background-color: #dfe3e9;
}

.ban-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

@media (max-width: 991.98px) {
  .ban-box {
    justify-content: center;
  }
}

.ban-box a {
  max-width: 290px;
  display: block;
}

.ban-box img {
  width: 100%;
  display: block;
  margin: 0;
}

.slider_ban__text {
  color: #164da0;
}

.ires .slider_ban .slider_ban__link .type_ico {
  margin-right: 20px;
}

.ires .slider_ban .slider_ban__link:hover,
.ires .slider_ban .slider_ban__link:hover .slider_ban__text {
  color: #164da0;
}

.ban-slider-title {
  font-size: 24px;
  color: #164da0;
  text-transform: uppercase;
}

.slider_ban .slick-arrow {
  background-position: center center;
}

.slider_ban .slick-next {
  border: 0;
}

.ui-datepicker {
  max-width: none !important;
}

.ui-datepicker-header {
  flex-wrap: nowrap;
}

.ui-datepicker .ui-datepicker-title {
  width: auto;
}

.events_calendar .ui-datepicker .ui-datepicker-title {
  width: 100%;
}

.ui-datepicker-calendar th {
  padding: 5px;
}

.ires .slider_ban .slider_ban__link {
  border: 0;
}
/* End Ban Slider */

/* Footer */
.footer-info {
  padding: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #164da0;
}

.footer-info-unit {
  flex-grow: 1;
  flex-shrink: 0;
  padding-right: 20px;
}

@media (max-width: 1199.98px) {
  .footer-info-unit {
    margin-bottom: 20px;
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .footer-info-unit {
    padding-right: 0;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1499.98px) {
  .list-news__big .list-news__img + .list-news__info {
    padding-left: 13px;
  }
}

.footer-info-unit-contacts p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 26px;
  font-weight: 600;
}

.footer-info-unit-contacts p:last-of-type {
  margin-bottom: 0;
}

.footer__row {
  margin-left: 0;
  text-align: center;
  padding: 11px 4rem;
  background-color: #07306f;
}

.menu-left {
  margin-bottom: 0;
  max-width: 300px;
}

.menu-left a {
  display: block !important;
  font-size: 16px;
  line-height: 2.4rem;
  padding: 0;
  margin-bottom: 20px;
}

.menu-left a:last-of-type {
  margin-bottom: 0;
}

.menu-left a img {
  display: none;
}

.footer-info-unit-phone .copyright-text {
  display: flex;
  align-items: center;
}

.footer-info-unit-phone .copyright-text p {
  margin-bottom: 0;
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  margin-right: 20px;
}

.footer-info-unit-phone .copyright-text p:first-of-type {
  font-size: 16px;
  line-height: 24px;
}

.footer-info-unit-phone .copyright-text p:last-of-type {
  margin-right: 0;
}

.footer-info-unit-phone .copyright-text p span {
  display: block;
  font-size: 33px;
  line-height: 31px;
}

.copyright-text {
  color: #fff;
  font-size: 16px;
  line-height: 2.4rem;
}

.social > a {
  margin-right: 20px;
  padding: 0;
  min-height: auto;
  outline: none !important;
  outline-color: transparent;
}

.social > a:last-of-type {
  margin-right: 0;
}

.social > a:hover {
  background-color: #07306f;
  outline: none !important;
  outline-color: transparent;
}

.social > a img {
  display: block;
  margin: 5px;
  width: 29px;
  height: 29px !important;
  object-fit: contain;
  outline: none !important;
  outline-color: transparent;
}
/* End Footer */


/* Search */
#search_input {
  position: relative;
  top: -2px;
  left: 2px;
  outline: none;
  border: 1px solid #dfe3e9;
  width: 100%;
  height: 32px;
  background-color: #dfe3e9;
  padding: 3px 78px 3px 22px;
  line-height: 1;
  font-size: 1.5rem;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

#search_input:focus {
  background-color: #dfe3e9;
}

#search_input::placeholder {
  color: #164da0;
}

#search_btn {
  width: 22px;
  height: 28px;
  padding: 1px 0;
  background: url(/desimages/search_ico-active.svg) no-repeat center transparent;
  right: 2px;
  top: 0;
}

#search_btn:hover {
  background: url(/desimages/search_ico-active.svg) no-repeat center transparent;
}

#search_input:focus + input + input#search_btn {
  background: url(/desimages/search_ico-active.svg) no-repeat center transparent;
}
/* End Search */