/**
 * Synapse - adaptive theme
 */
header {
  background: #fff;
}
@media (max-width: 1099px) {
  header {
    height: 3rem;
  }
}
@media (max-width: 992px) {
  header {
    min-height: 3rem;
  }
}
@media (max-width: 768px) {
  header {
    height: auto;
  }
}

.nav a {
  text-decoration: none;
  color: #6f6f6f;
}

#sidebar-menu {
  position: fixed;
  /*max-width: 6.25%;
  width: 100%;*/
  width: 120px;
  height: 100vh;
  top: 0;
  z-index: 12;
  background: rgba(0, 0, 0, 0.7);
  /*& nav {
    max-height: 85%;
    height: 85%;

    & > ul {
      padding: 0;

      & > li {
        text-align: center;
        list-style: none;
        max-height: 65px;
        overflow: hidden;
        margin-bottom: 1px;
        margin-top: 1px;
        @media (min-width: 1999px) {
          & {
            max-height: initial;
          }
        }

        & > a {
          display: block;
          width: 100%;
          height: 8%;
          max-height: 65px;
          height: 3.5rem;
          background-color: rgba(0,0,0,0.7);
          color: #fff;
          padding: 1em;
          transition: 0.3s linear;
          cursor: pointer;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 50%;
          @media (min-width: 1999px) {
            & {
              max-height: initial;
              height: 7rem;
            }
          }

          &:hover {
            background-color: rgba(0,0,0,1);
          }

          &.calendar {
            background-image: url('../images/menu/ic_09.png') !important;
          }

          &.cash {
            background-image: url('../images/menu/ic_01.png') !important;
          }

          &.cart {
            background-image: url('../images/menu/ic_04.png') !important;
          }

          &.media {
            background-image: url('../images/menu/ic_02.png') !important;
          }

          &.user {
            background-image: url('../images/menu/ic_08.png') !important;;
          }

          &.phone {
            background-image: url('../images/menu/ic_10.png') !important;
          }

          &.social {
            background-image: url('../images/menu/ic_12.png') !important;;
          }

          &.books {
            background-image: url('../images/menu/ebib.png') !important;;
          }

          &.tree {
            background-image: url('../images/menu/ic_11.png') !important;;
          }

          &.search-place {
            background-image: url('../images/menu/search_icon.png') !important;;
            background-size: 30%;
          }
          @media (max-width: 640px) {
            & {
              height: calc(100vh * 0.0983);
            }
          }
        }

        & > ul.submenu {
          position: fixed;
          width: 17.8%;
          padding: 0;
          margin-left: 1px;
          display: none;
          left: 6.25%;
          margin-top: -3.5rem;
          @media (max-width: 640px) {
            & {
              left: 15%;
              width: 85%;
              margin-top: calc((100vh * 0.09) * -1);
            }
          }
          @media (max-width: 480px) {
            & {
              margin-top: calc((100vh * 0.0983) * -1);
            }
          }
          @media (min-width: 1999px) {
            & {
              margin-top: -7rem;
            }
          }

          & > li {
            list-style: none;
            cursor: pointer;

            & > a {
              display: flex;
              justify-content: center;
              align-items: center;
              height: 3.5rem;
              background-color: #252d45;
              color: #fff;
              padding: 1em;
              margin: 0 0 1px;
              cursor: pointer;
              @media (min-width: 1999px) {
                & {
                  max-height: initial;
                  height: 7rem;
                  font-size: 1.2rem;
                }
              }
              @media (max-width: 640px) {
                & {
                  height: calc(100vh * 0.09);
                }
              }
              @media (max-width: 480px) {
                & {
                  height: calc(100vh * 0.0983);
                }
              }
            }

            .submenu-second {
              padding: 0;
              display: none;

              li {
                list-style: none;
                vertical-align: middle;
                margin: 0 0 1px;

                a {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  width: 100%;
                  max-height: 65px;
                  height: calc(100vh * 0.09);
                  background-color: #252d45;
                  color: #fff;
                  padding: 1rem;
                  cursor: pointer;
                  text-transform: capitalize;
                  font-size: 15px;
                  @media (min-width: 1999px) {
                    & {
                      max-height: initial;
                      height: 7rem;
                      font-size: 1.2rem;
                    }
                  }
                  @media (max-width: 480px) {
                    & {
                      height: calc(100vh * 0.0983);
                    }
                  }
                }

                &:hover a {
                  background-color: #000;
                }
              }
            }

            &:hover {
              & > a {
                background: rgb(109, 57, 56);
              }

              .submenu-second {
                display: block;
              }
            }

            &:first-child {
              text-transform: uppercase;
              font-family: fanclin_gotic_book;
              font-size: 15px;
            }
          }
        }

        &.opened > ul,
        &:hover > ul {
          display: block;
        }

        &#site-search {
          ul.submenu {
            height: 3.5rem;
            @media (min-width: 1999px) {
              & {
                max-height: initial;
                height: 7rem;
              }
            }
            @media (max-width: 640px) {
              & {
                height: calc(100vh * 0.09);
              }
            }
            @media (max-width: 480px) {
              & {
                height: calc(100vh * 0.0983);
              }
            }

            li {
              height: 100%;

              .search-block-form {
                height: 100%;

                form {
                  display: flex;
                  height: 100%;

                  .form-item {
                    margin: 0;
                    width: 100%;
                    height: 100%;
                  }

                  input {
                    height: 100%;
                    border-radius: 0;
                    border: none;
                  }

                  .form-submit {
                    background-color: #252d45;
                  }
                }
              }
            }
          }
        }
      }

    }
  } */
}
@media (max-width: 640px) {
  #sidebar-menu {
    width: 45px;
  }
}
#sidebar-menu .sidebar-nav {
  font-family: "fanclin_gotic_book";
  overflow: visible;
}
#sidebar-menu .sidebar-nav__list {
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  /*padding: 10px 0;*/
  /*@media (max-width: 640px) {
    & {
      max-width: 15%;
      height: calc(100vh - 60px);
    }
  }*/
  /*@media (min-width: 992px) {
    padding: 20px 0 !important;
  }*/
}
#sidebar-menu .sidebar-nav__image {
  max-width: 30px;
  padding: 5px 0;
  text-align: center;
}
#sidebar-menu .sidebar-nav__image--big {
  max-width: 40px;
}
#sidebar-menu .sidebar-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3px 0;
  text-align: center;
}
#sidebar-menu .sidebar-nav__link span {
  font-size: 12px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-top: 5px;
  display: none;
}
@media (min-width: 768px) {
  #sidebar-menu .sidebar-nav__link span {
    display: block;
  }
}
#sidebar-menu .sidebar-nav__item {
  position: relative;
  padding: 0 10px;
}
#sidebar-menu .sidebar-nav__item ul {
  position: absolute;
  left: 120px;
  top: 0;
  z-index: 20;
  width: 330px;
  padding-left: 2px;
}
@media (max-width: 640px) {
  #sidebar-menu .sidebar-nav__item ul {
    left: 45px;
    width: 280px;
  }
}
#sidebar-menu .sidebar-nav__item ul li {
  background: #252d45;
}
#sidebar-menu .sidebar-nav__item ul li a {
  display: block;
  padding: 13px 20px 13px 40px;
}
@media (max-width: 640px) {
  #sidebar-menu .sidebar-nav__item ul li a {
    padding-left: 20px;
  }
}
#sidebar-menu .sidebar-nav__item ul li a:hover {
  background: #734646;
}
#sidebar-menu .sidebar-nav__item.search-item ul {
  top: auto;
  bottom: 0;
}
#sidebar-menu .sidebar-nav__item:hover {
  background: #252d45;
}
#sidebar-menu .sidebar-nav__item:hover ul {
  display: block;
}
#sidebar-menu .sidebar-nav a {
  color: #fff;
}
#sidebar-menu .sidebar-nav ul {
  padding: 0;
  margin: 0;
}
#sidebar-menu .sidebar-nav ul li {
  list-style: none;
}
#sidebar-menu .sidebar-nav ul ul {
  display: none;
}
#sidebar-menu .sidebar-nav .search-block-form {
  padding: 15px 20px;
  height: 100%;
}
#sidebar-menu .sidebar-nav .search-block-form form {
  display: flex;
  height: 100%;
}
#sidebar-menu .sidebar-nav .search-block-form form .form-item {
  margin: 0;
  width: 100%;
  height: 100%;
}
#sidebar-menu .sidebar-nav .search-block-form form input {
  height: 100%;
  border-radius: 0;
  border: none;
}
#sidebar-menu .sidebar-nav .search-block-form form .form-submit {
  background-color: #252d45;
}
#sidebar-menu .sidebar-nav .search-block-form form .form-submit:focus {
  box-shadow: none;
  outline: none;
}

#header-full {
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 10;
  padding-left: 60px;
}
@media (min-width: 640px) {
  #header-full {
    padding-left: 120px;
  }
}
#header-full .container {
  width: 100%;
  max-width: 100%;
  float: right;
  padding: 0;
}
@media (min-width: 1999px) {
  #header-full .container .logo img {
    max-height: none;
    height: 100%;
    object-fit: contain;
  }
}
#header-full .container .region-menu-main {
  display: flex;
  width: 81%;
}
#header-full .container .region-menu-main .menu--main {
  width: 100%;
}
#header-full .container .region-menu-main .block-language,
#header-full .container .region-menu-main .block-easy {
  position: relative;
  height: 3.5rem;
}
@media (min-width: 1999px) {
  #header-full .container .region-menu-main .block-language,
  #header-full .container .region-menu-main .block-easy {
    max-height: initial;
    height: 7rem;
  }
}
@media (max-width: 640px) {
  #header-full .container .region-menu-main .block-language,
  #header-full .container .region-menu-main .block-easy {
    height: 9vh;
  }
}
@media (max-width: 480px) {
  #header-full .container .region-menu-main .block-language,
  #header-full .container .region-menu-main .block-easy {
    height: 9.83vh;
  }
}
#header-full .container .region-menu-main .block-language button,
#header-full .container .region-menu-main .block-easy button {
  height: 100%;
  border-radius: 0;
  background-color: #252d45;
  border-color: #252d45;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.95rem;
}
#header-full .container .region-menu-main .block-language button:active, #header-full .container .region-menu-main .block-language button:focus, #header-full .container .region-menu-main .block-language button:hover,
#header-full .container .region-menu-main .block-easy button:active,
#header-full .container .region-menu-main .block-easy button:focus,
#header-full .container .region-menu-main .block-easy button:hover {
  outline: none !important;
  outline-color: transparent;
}
#header-full .container .region-menu-main .block-language ul.dropdown-menu,
#header-full .container .region-menu-main .block-easy ul.dropdown-menu {
  margin: 0;
  border-radius: 0;
  height: 3.5rem;
  background: transparent;
  padding: 0;
  border: none;
}
#header-full .container .region-menu-main .block-language ul.dropdown-menu li,
#header-full .container .region-menu-main .block-easy ul.dropdown-menu li {
  height: 100%;
  position: relative;
  max-width: 4.3rem;
}
#header-full .container .region-menu-main .block-language ul.dropdown-menu li a,
#header-full .container .region-menu-main .block-easy ul.dropdown-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
#header-full nav li {
  padding: 0 15px;
}
#header-full .nav-inline li {
  display: inline-block;
  text-align: center;
  transition: 0.3s linear;
  height: 3.5rem;
  font-size: 0;
  position: relative;
  width: 25%;
}
@media (min-width: 1999px) {
  #header-full .nav-inline li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7rem !important;
  }
}
#header-full .nav-inline li a {
  font-family: "fanclin_gotic_demi";
  padding: 0;
  height: 3.5rem;
  max-height: 65px;
  color: #fff;
  font-size: 0.9rem;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  padding: 1.1rem 0;
  width: 100%;
}
@media (min-width: 1999px) {
  #header-full .nav-inline li a {
    font-size: 1.4rem;
  }
}
#header-full .nav-inline li:nth-child(5n+1) {
  background-color: #252D45;
}
#header-full .nav-inline li:nth-child(5n+2) {
  background-color: #878787;
}
#header-full .nav-inline li:nth-child(5n+3) {
  background-color: #4D657C;
}
#header-full .nav-inline li:nth-child(5n+4) {
  background-color: #755D47;
}
#header-full .nav-inline li:nth-child(5n+5) {
  background-color: #734646;
}
#header-full .nav-inline li:hover:nth-child(5n+1) {
  background-color: #4D657C;
}
#header-full .nav-inline li:hover:nth-child(5n+2) {
  background-color: #a18377;
}
#header-full .nav-inline li:hover:nth-child(5n+3) {
  background-color: #758398;
}
#header-full .nav-inline li:hover:nth-child(5n+4) {
  background-color: #6c7e83;
}
#header-full .nav-inline li:hover:nth-child(5n+5) {
  background-color: #928e7c;
}
#header-full .nav-inline .classic-menu-dropdown ul li a {
  display: block;
  font-size: 12px;
  padding: 7px;
  height: 100% !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  z-index: 10;
  width: 100%;
}
#header-full .nav-inline .classic-menu-dropdown ul li a span {
  left: 2px;
  position: absolute;
  width: 50px;
  height: 46px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 50%;
  background-position: left center !important;
  height: 100% !important;
  background-size: auto 40px !important;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#header-full .nav-inline .classic-menu-dropdown ul .owl-stage .owl-item .menu-item {
  width: 100% !important;
  padding: 0;
}
#header-full .nav-inline .classic-menu-dropdown ul .owl-stage .owl-item .menu-item a {
  display: block;
  font-size: 12px;
  padding: 7px;
  height: 100% !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  width: 100%;
}
#header-full .nav-inline .classic-menu-dropdown ul .owl-stage .owl-item .menu-item a span {
  width: 50%;
  background-position: left center !important;
  height: 100% !important;
  background-size: auto 40px !important;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#header-full .nav-inline .classic-menu-dropdown ul .owl-stage .owl-item .menu-item a span .icon {
  left: 2px;
  position: absolute;
  width: 50px;
  height: 46px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  pointer-events: none;
}
#header-full .logo {
  position: relative;
  z-index: 2;
  background-color: #6d3938;
  width: 19%;
  height: 3.5rem;
  text-align: center;
}
@media (min-width: 1999px) {
  #header-full .logo {
    height: 7rem !important;
  }
}
#header-full .logo a {
  display: inline-block;
  text-decoration: none;
}
#header-full .logo img {
  max-height: 65px;
  height: 3.5rem;
}

.header-info {
  border-bottom: #777 solid 1px;
}
.header-info__inner {
  padding: 10px 0;
}
.header-small__inner {
  padding: 5px 0 0;
}
.header-small .logo-small img {
  height: 41px;
  margin-bottom: 5px;
}

.main-menu li.classic-menu-dropdown li {
  width: auto;
  display: block !important;
  float: left;
}
.main-menu li.classic-menu-dropdown .owl-theme .owl-nav [class*=owl-] {
  margin: 2px !important;
  padding: 7px 12px !important;
  border-radius: 0 !important;
}
.main-menu li.classic-menu-dropdown .owl-theme .owl-nav [class*=owl-]:hover {
  background: #D6D6D6;
}
.main-menu li.classic-menu-dropdown .owl-theme .owl-nav .owl-prev,
.main-menu li.classic-menu-dropdown .owl-theme .owl-nav .owl-prev:hover {
  background-image: url("../images/arrow_gray_left.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.main-menu li.classic-menu-dropdown .owl-theme .owl-nav .owl-next,
.main-menu li.classic-menu-dropdown .owl-theme .owl-nav .owl-next:hover {
  background-image: url("../images/arrow_gray_right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.main-menu li.classic-menu-dropdown .owl-theme .owl-nav {
  margin: 0 !important;
  float: right;
  bottom: auto;
  top: 3.4rem !important;
}
.main-menu li.classic-menu-dropdown .owl-theme .owl-nav .owl-prev {
  position: absolute;
  right: 30px;
  transform: rotate(0deg);
}
.main-menu li.classic-menu-dropdown .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
  transform: rotate(0deg);
}
.main-menu li.classic-menu-dropdown ul {
  right: 3.8%;
  min-width: 175px;
  width: 72.2%;
  position: fixed;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  background-color: transparent;
  padding: 0 0 50px;
  margin: 0;
}
@media (max-width: 640px) {
  .main-menu li.classic-menu-dropdown ul {
    padding: 0 0 5px;
  }
}
@media (max-width: 1099px) {
  .main-menu li.classic-menu-dropdown ul {
    right: 6.8%;
    width: 69.2%;
  }
}
.main-menu li.classic-menu-dropdown ul li {
  line-height: 1.5em;
  background-color: #d3d3d3 !important;
  border-left: 1px solid #737373;
  border-right: 1px solid #737373;
  border-bottom: 2px solid #737373;
  border-top: 2px solid #737373;
}
@media (max-width: 640px) {
  .main-menu li.classic-menu-dropdown ul li {
    border-bottom: 1px solid #737373 !important;
  }
}
.main-menu li.classic-menu-dropdown ul li:first-child {
  border-left: 2px solid #737373;
}
.main-menu li.classic-menu-dropdown ul li:nth-last-child(1) {
  border-right: 2px solid #737373;
}
.main-menu li.classic-menu-dropdown ul li:hover {
  background-color: #f7f7f7 !important;
}
.main-menu li.classic-menu-dropdown.opened ul li a {
  color: #888 !important;
  padding: 1rem 15px 0 !important;
  position: absolute;
  right: 0;
  bottom: 5px;
  height: auto !important;
  width: 100%;
  text-align: right;
}
@media (max-width: 640px) {
  .main-menu li.classic-menu-dropdown.opened ul li a {
    color: #4d657c !important;
  }
}
.main-menu li.classic-menu-dropdown.opened .owl-controls {
  position: absolute;
  right: 0;
  bottom: 1rem;
}
.main-menu .menu-dropdown-trigger {
  display: none;
}

.owl-controls {
  position: absolute;
  right: 28%;
  bottom: 1rem;
}
.owl-controls .owl-dots {
  bottom: 0.6rem;
  right: 1rem;
}
.owl-controls .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  background: #ff9b61 !important;
  opacity: 0.5 !important;
}
.owl-controls .owl-dots .owl-dot.active span {
  opacity: 1 !important;
}

#small-menu {
  padding: 0;
}
#small-menu .menu-item {
  text-align: center;
  border: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
}
#small-menu .menu-item a {
  max-width: calc(100% - 50px);
  margin: 0 auto;
}
#small-menu .classic-menu-dropdown .menu {
  position: static;
  float: none;
  display: none;
  border-radius: 0;
}
@media (max-width: 768px) {
  #small-menu .classic-menu-dropdown .menu {
    overflow-y: auto;
    max-height: 310px;
  }
  #small-menu .classic-menu-dropdown .menu .menu-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
#small-menu .classic-menu-dropdown > .menu-item {
  overflow: hidden;
}
#small-menu .classic-menu-dropdown > a {
  display: block;
  max-width: calc(100% - 50px);
  margin: 0 auto;
}
#small-menu .classic-menu-dropdown .menu-dropdown-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  max-height: 100%;
  font-size: 21px;
  display: block;
  text-align: center;
  padding: 7px 0;
  cursor: pointer;
}
@media (max-width: 992px) {
  #small-menu .classic-menu-dropdown .menu-dropdown-trigger {
    color: #f9f9f9;
    pointer-events: none;
  }
}
#small-menu .classic-menu-dropdown.opened .menu-dropdown-trigger {
  transform: rotate(180deg);
}
#small-menu .menu-item--is-open {
  background-color: #0188ca;
}
#small-menu .menu-item--is-open > .menu-dropdown-trigger, #small-menu .menu-item--is-open > a {
  color: #fff;
}
#small-menu .menu-item--is-open > .menu-dropdown-trigger {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.nav-togglers {
  padding-top: 0;
}

.nav-toggler {
  position: relative;
  width: 44px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
  border: 2px solid #0188ca;
  margin-left: 6px;
  color: #0188ca;
  background: none;
}
.nav-toggler:focus {
  outline: none;
}
.nav-toggler .icon-bar {
  position: absolute;
  height: 3px;
  background-color: #0188ca;
  display: block;
  border-radius: 1px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.nav-toggler .icon-bar + .icon-bar {
  margin-top: 0;
}
.nav-toggler .icon-bar-top {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.nav-toggler .icon-bar-bottom {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.nav-toggler.collapsed {
  color: #444;
  border-color: #666;
}
.nav-toggler.collapsed .icon-bar {
  background-color: #666;
}

.nav-menu .icon-bar {
  left: 5px;
  top: 17px;
  width: 30px;
}
.nav-menu .icon-bar-middle {
  opacity: 0;
  left: -30px;
  top: 17px;
}
.nav-menu.collapsed .icon-bar-top {
  top: 8px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
}
.nav-menu.collapsed .icon-bar-middle {
  opacity: 1;
  left: 5px;
}
.nav-menu.collapsed .icon-bar-bottom {
  top: 26px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
}

/** Info */
.nav-info {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 20px;
}
.nav-info.collapsed {
  width: 41px;
}
.nav-info .icon-bar {
  left: 3px;
  top: 17px;
  width: 30px;
}
.nav-info.collapsed .icon-bar-top {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  top: 8px;
  width: 3px;
  left: 17px;
}
.nav-info.collapsed .icon-bar-bottom {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  top: 20px;
  width: 15px;
  left: 11px;
}

@media (max-width: 991px) {
  .nav {
    display: flex;
    flex-direction: column;
  }
  .main-menu li.classic-menu-dropdown.opened ul {
    width: 100%;
  }
  .main-menu li.classic-menu-dropdown.opened ul li a {
    position: relative;
  }
  .main-menu li.classic-menu-dropdown.opened ul li a .icon {
    height: 25px;
    background-size: contain !important;
    position: absolute;
    width: 25px;
    left: 1rem;
    top: 30%;
  }
}
@media (max-width: 768px) {
  .nav {
    display: flex;
    flex-direction: column;
  }
  .main-menu li.classic-menu-dropdown.opened ul li a {
    position: relative;
    text-align: left;
    padding: 0.5rem 5px 0.5rem 50px !important;
  }
  .main-menu li.classic-menu-dropdown.opened ul li a .icon {
    height: 25px;
    background-size: contain !important;
    position: absolute;
    width: 25px;
    left: 1rem;
    top: 25%;
  }
}
#block-easy a.eye-button {
  background: #4d657c;
  width: 70px;
  height: 100%;
  display: block;
  position: relative;
}
#block-easy a.eye-button:hover {
  background: #758398;
}
#block-easy a.eye-button:after {
  content: "";
  background: url(../images/eye.png) no-repeat -32px 0;
  width: 31px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -15px;
}
/*# sourceMappingURL=_maps/header.css.map */
