header {
  padding-top: 32px;
}
header .top-banner.top-banner-main-container {
  margin-bottom: 0;
  height: auto;
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
header .top-banner.top-banner-main-container .slick-prev {
  left: 0;
  z-index: 1;
  width: 100px;
  height: 100%;
}
header .top-banner.top-banner-main-container .slick-next {
  right: 0;
  z-index: 1;
  width: 100px;
  height: 100%;
}
header .top-banner.top-banner-main-container .slick-prev::before,
header .top-banner.top-banner-main-container .slick-next::before {
  color: #666;
}
header .top-banner.top-banner-main-container .slick-initialized .slick-slide {
  background-repeat: no-repeat;
  background-position-x: right;
}
header .top-banner.top-banner-main-container .slick-initialized .slick-slide .banner-img {
  background-color: black;
  max-width: 100%;
  width: 100%;
  display: block;
}
header .top-banner.top-banner-main-container .slick-initialized .slick-slide .banner-img img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
header .top-banner.top-banner-main-container button::-moz-focus-inner {
  border: 0;
}
header .top-banner.top-banner-main-container .slick-dots {
  bottom: 0;
}
header .top-banner.top-banner-main-container .slick-dotted.slick-slider {
  margin: 0;
}
header .top-banner.top-banner-main-container .slick-dots li button::before {
  color: #666;
}
header .top-banner.top-banner-main-container .bx-viewport {
  border-radius: 0;
}
header .top-banner.top-banner-main-container .banners-slider li .banner-text {
  display: none;
}
header .top-banner.top-banner-main-container .banners-slider li .banner-img {
  height: auto;
}
header .top-banner.top-banner-main-container .banners-slider li .banner-img img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 0 !important;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 304px;
}
header .thinBar {
  background-color: black;
  font-family: 'Humanist', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 16px;
  font-size: 16px;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 32px;
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 0;
  min-width: 996px;
  -webkit-font-smoothing: antialiased;
}
header .thinBar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}
header .thinBar .container .brandImage img {
  width: 34px;
  height: 28px;
}
header .thinBar .container .brandImage a {
  color: #ffffff;
  transition: color 0.3s;
  box-sizing: border-box;
  line-height: 1;
  display: inline-block;
  padding-left: 55px;
  position: relative;
  white-space: nowrap;
}
header .thinBar .container .brandImage a:hover {
  color: #b3b3b3;
}
header .thinBar .container .brandImage a .brandText {
  padding-bottom: 0;
}
header .thinBar .container .brandImage a .logo-white,
header .thinBar .container .brandImage a .logo-colored {
  position: absolute;
  left: 5px;
  top: -7px;
}
header .thinBar .container .brandImage a .logo-white {
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s;
}
header .thinBar .container .brandImage a .logo-colored {
  z-index: 1;
}
header .thinBar .container .brandImage a:hover .logo-white {
  opacity: 0;
}
header .thinBar .container .brandText a {
  color: #ffffff;
  transition: color 0.3s;
}
header .thinBar .container .brandText a:hover {
  color: #b3b3b3;
}
header .thinBar .container .mainMenu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .thinBar .container .mainMenu ul li {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  padding-bottom: 0;
  white-space: nowrap;
}
header .thinBar .container .mainMenu ul li a {
  color: #ffffff;
  transition: color 0.3s;
  white-space: nowrap;
}
header .thinBar .container .mainMenu ul li a:hover {
  color: #b3b3b3;
}
header .thinBar .container .mainMenu ul li a.breakfasts {
  color: #3fc909;
  text-transform: uppercase;
}
header .thinBar .container .mainMenu ul li a.breakfasts2 {
  white-space: nowrap;
  position: relative;
  padding-right: 25px;
}
header .thinBar .container .mainMenu ul li.active a {
  border-bottom: 1px solid;
}
header .thinBar .container .mainMenu ul li:last-child {
  padding-right: 0;
  border-right: none;
}
header .thinBar .container .main-menu-socials {
  display: block;
}
header .thinBar .container .main-menu-socials ul {
  display: flex;
}
header .thinBar .container .main-menu-socials ul li {
  border-radius: 2px;
  background-color: transparent;
  padding-left: 5px;
  /*&:hover {
              background-color: #fff;
            }*/
}
header .thinBar .container .main-menu-socials ul li a.icon {
  display: block;
  width: 22px;
  height: 22px;
  border: none;
  background-color: #fff;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: background-color 0.5s;
}
header .thinBar .container .main-menu-socials ul li a.icon.vk {
  -webkit-mask-image: url('/images/garlands/49469.svg');
  mask-image: url('/images/garlands/49469.svg');
}
header .thinBar .container .main-menu-socials ul li a.icon.vk:hover {
  background-color: #4c75a3;
}
header .thinBar .container .main-menu-socials ul li a.icon.fb {
  -webkit-mask-image: url('/images/garlands/49665.svg');
  mask-image: url('/images/garlands/49665.svg');
}
header .thinBar .container .main-menu-socials ul li a.icon.fb:hover {
  background-color: #3b5999;
}
header .thinBar .container .main-menu-socials ul li a.icon.in {
  -webkit-mask-image: url('/images/garlands/49489.svg');
  mask-image: url('/images/garlands/49489.svg');
}
header .thinBar .container .main-menu-socials ul li a.icon.in:hover {
  background-color: #0088cc;  //  #f56040
}
header .thinBar .container .main-menu-socials ul li a.icon.tr {
  -webkit-mask-image: url('/images/garlands/49637.svg');
  mask-image: url('/images/garlands/49637.svg');
}
header .thinBar .container .main-menu-socials ul li a.icon.tr:hover {
  background-color: #00af87;
}
// added 22.03.2022
header .thinBar .container .main-menu-socials ul li a.icon.tg {
  -webkit-mask-image: url('/images/garlands/telegram.svg');
  mask-image: url('/images/garlands/telegram.svg');
}
header .thinBar .container .main-menu-socials ul li a.icon.tg:hover {
  background-color: #0088cc;
}
// added 22.03.2022
header .egg-white {
  box-sizing: border-box;
  width: 16px;
  height: 20px;
  background: white;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  position: relative;
  animation-duration: 0.85s;
  animation-name: incline;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: bottom;
  margin: 0;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
header .egg-yellow {
  width: 70%;
  height: 50%;
  background: gold;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  left: 15%;
}
@keyframes incline {
  from {
    transform: rotate(-20deg);
  }
  to {
    transform: rotate(20deg);
  }
}
/*# sourceMappingURL=header-new.css.map */