@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700&amp;subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700&amp;subset=cyrillic);
@charset "UTF-8";
* {
  box-sizing: border-box;
  outline: 0; }

a:active,
a:visited,
a:hover,
a:-webkit-any-link {
  color: inherit; }

h3,
h4,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: 1em; }

img {
  width: 100%;
  height: 100%; }

body {
  margin: 0px auto;
  min-width: 768px;
  position: relative;
  font-family: "El Messiri", sans-serif;
  display: flex;
  flex-direction: column; }

a {
  text-decoration: none; }

.hidden {
  display: none !important; }

.container-header {
  text-align: center;
  font-size: 64px;
  font-weight: 500;
  padding-bottom: 20px;
  position: relative;
  margin-top: 40px; }
  .container-header h3 {
    padding-top: 10px; }

/* Swiper */
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 7.5px !important; }

.order-button {
  background: #006eae;
  color: #ffffff !important;
  padding: 0 10px;
  border-radius: 21px;
  margin: 2px 0; }

/* HEADER */
header {
  height: 150px; }

.header-container {
  position: fixed;
  height: 150px;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 10; }
  .header-container .order-container {
    width: 500px;
    height: 58px;
    border-top: 1px solid #006eae;
    margin: 0 auto;
    font-family: El Messiri;
    font-weight: 600;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center; }

.header-container_box {
  height: 92px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  z-index: 100;
  min-width: 768px; }

.header-container.invert {
  background: linear-gradient(97.42deg, rgba(0, 110, 174, 0.9) 0%, #006eae 38.92%, #006eae 62.5%, rgba(0, 110, 174, 0.9) 100%); }
  .header-container.invert .bg-l {
    background-color: #fff; }
  .header-container.invert .icon-lang,
  .header-container.invert .order-container,
  .header-container.invert .order-link {
    color: #fff; }
  .header-container.invert .brand-icon {
    background-image: url(img/brand-icon_invert.png); }
  .header-container.invert .order-container {
    border-color: #ffffff; }
  .header-container.invert .order-button {
    background: #ffffff !important;
    color: #006eae !important; }

.burger-box {
  width: 56px;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  cursor: pointer; }
  .burger-box .bg-l {
    height: 11.11%;
    background-color: #006eae;
    transition: all 0.3s ease-in; }
  .burger-box .line-1 {
    transform-origin: bottom left; }
  .burger-box .line-3 {
    transform-origin: top left; }

.burger-box.active .line-1 {
  transform: rotate(45deg); }

.burger-box.active .line-2 {
  opacity: 0 !important; }

.burger-box.active .line-3 {
  transform: rotate(-45deg); }

.brand-icon {
  background: url(img/brand-icon.png) 50% 50%/100% 100% no-repeat;
  /* mix-blend-mode: luminosity; safari not support*/
  width: 233px;
  height: 66px; }

.icon-lang {
  font-size: 48px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  color: #006eae; }
  .icon-lang:active, .icon-lang:visited, .icon-lang:hover, .icon-lang:link {
    color: #006eae; }

/* HEADER */
.separ-line {
  width: 500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 10px 220px;
  align-items: center;
  grid-column-gap: 25px; }

.line-extr {
  height: 3px;
  background-color: #221000; }

.round-center {
  background-color: #221000;
  width: 10px;
  height: 10px;
  border-radius: 50%; }

/* FOOTER */
footer .line-extr,
footer .round-center {
  background-color: #006eae; }

footer .order-container {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px; }

footer .order-link {
  color: #006eae; }

.footer-link_box {
  display: flex;
  justify-content: space-between;
  padding: 50px 75px;
  max-width: 768px;
  margin: 0 auto; }

.foo-l {
  display: block;
  font-size: 36px;
  text-decoration-line: underline;
  margin-bottom: 5px;
  color: #006eae !important; }

.foo-social_link-box {
  margin-top: 41px;
  text-align: center; }

.social-link {
  width: 50px;
  height: 50px;
  margin: 0 35px;
  display: inline-block;
  background-size: 100% 100%; }

.fb-i {
  background-image: url(img/icon-fb.svg); }

.ins-i {
  background-image: url(img/icon-ins.svg); }

.vk-i {
  background-image: url(img/icon-vk.svg); }

.note-novita {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px 74px 32px 74px; }
  .note-novita span:first-child {
    margin-bottom: 8px; }
  .note-novita span {
    font-size: 14px; }

/* FOOTER */
main {
  min-width: 768px;
  max-width: 768px;
  margin: 0 auto; }

#about-container {
  min-height: 411px;
  font-size: 36px;
  line-height: 42px;
  color: #221000; }

.about-image {
  height: 264px;
  background: url(img/new_main.jpg) 50% 50%/100% auto no-repeat; }

.about-text {
  text-align: center;
  padding: 50px 34px 0 34px; }
  .about-text .separ-line {
    margin-top: 52px; }

.about-container_header {
  font-weight: 600;
  font-size: 36px;
  margin-top: 30px; }

/* ######## Меню завдения */
.container-menu_img {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: 8px;
  width: 108.82px;
  height: 63.12px;
  transform: matrix(1, -0.06, -0.06, 1, 0, 0); }

.menu-group-header,
.active-menu_item {
  font-weight: 600;
  font-size: 48px;
  line-height: 94px;
  border: 3px solid #006eae;
  color: #006eae;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin: 0 34px 20px 34px;
  transition: border-color 0.3s ease-in; }

.menu-slider_container {
  height: 0;
  transition: height 0.3s ease-in;
  position: relative; }
  .menu-slider_container .menu-swiper_wrap {
    height: 100%; }
  .menu-slider_container .swiper-container {
    height: 100%; }
  .menu-slider_container .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 40px;
    padding: 0;
    height: 93.75%; }
  .menu-slider_container .menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1; }
  .menu-slider_container img {
    min-height: 756px;
    object-fit: cover; }
  .menu-slider_container .swiper-pagination-bullets {
    bottom: 40px; }
  .menu-slider_container .swiper-button-next,
  .menu-slider_container .swiper-button-prev {
    width: 50px;
    height: 1125px;
    top: 0;
    margin-top: 0; }
  .menu-slider_container .swiper-button-next {
    right: 0; }
  .menu-slider_container .swiper-button-prev {
    left: 0; }

.menu-item_icon-close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #006eae;
  position: absolute;
  right: 10px;
  top: 22px;
  transition: opacity 0.3s ease-in;
  opacity: 0; }
  .menu-item_icon-close:after, .menu-item_icon-close:before {
    content: "";
    background: #ffffff;
    transform: rotate(45deg);
    width: 3.5px;
    height: 39px;
    position: absolute;
    left: 23px;
    top: 5px; }
  .menu-item_icon-close:before {
    transform: rotate(-45deg); }

.menu-group-item.active .menu-slider_container {
  height: 1200px; }

.menu-group-item.active .menu-group-header {
  border-color: transparent; }

.menu-group-item.active .menu-item_icon-close {
  opacity: 1; }

.active-menu_item,
.menu-slider_desktop {
  display: none;
  overflow: hidden; }

/* Карта & Адреса */
#map-container {
  height: 415px;
  border-top: 5px solid rgba(0, 110, 174, 0.5);
  border-bottom: 5px solid rgba(0, 110, 174, 0.5);
  box-shadow: 0px 4px 10px rgba(0, 70, 111, 0.25); }

.container-places_img {
  width: 88px;
  height: 48px;
  position: absolute;
  top: 18px;
  left: 76%;
  margin-left: 125px;
  transform: scaleX(-1) rotate(-90deg); }

.places-slider_wrap {
  margin-top: 14px;
  border-bottom: 3px solid rgba(0, 110, 174, 0.5);
  border-top: 3px solid rgba(0, 110, 174, 0.5); }

.places-slider {
  margin: 0 46px;
  position: relative; }
  .places-slider .slider-item {
    height: 380px;
    width: 100%;
    display: flex; }
  .places-slider .swiper-slide {
    padding-top: 0px;
    padding-bottom: 40px; }
  .places-slider .swiper-button-next,
  .places-slider .swiper-button-prev {
    margin-top: 0;
    top: 0;
    width: 46px;
    height: 100%; }
  .places-slider .swiper-button-next {
    right: -46px;
    left: auto; }
  .places-slider .swiper-button-prev {
    left: -46px;
    right: auto; }

.image-box {
  width: 325px;
  height: 259px;
  background: #505050;
  border-radius: 10px;
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 2px 4px 10px rgba(0, 110, 174, 0.25);
  border-radius: 10px; }

.place-box {
  width: 328px;
  height: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.i-12 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px; }

.desc-header {
  font-size: 28px;
  padding-left: 15px;
  color: #006eae;
  margin-bottom: -5px; }

.desc-value {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  border-top: 2px solid #006eae;
  padding: 10px 15px 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next {
  background: url(img/arrow-right.svg) 50% 50%/22px 38px no-repeat;
  right: 0; }

.swiper-button-prev {
  background: url(img/arrow-left.svg) 50% 50%/22px 38px no-repeat;
  left: 0; }

.phone-icon,
.email-icon {
  width: 30px;
  height: 30px;
  background: url(img/icon-phone.svg) 50% 50%/100% 100% no-repeat;
  cursor: pointer; }

.email-icon {
  background-image: url(img/icon-email.svg); }

/* Новости */
.container-news_img {
  width: 51px;
  height: 85px;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -285px; }

.slider-news_wrap {
  border-top: 3px solid #006eae; }
  .slider-news_wrap .swiper-button-next,
  .slider-news_wrap .swiper-button-prev {
    height: 1104px;
    top: 0;
    background-position-y: 51%; }
  .slider-news_wrap .swiper-pagination {
    bottom: 0; }
  .slider-news_wrap .slide-image {
    height: 538px;
    background-color: #e2e2e2;
    background-size: 100% 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); }

.slider-news .swiper-wrapper {
  height: fit-content; }

.slide-header {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 8px; }

.slide-text {
  font-size: 36px;
  padding: 12px 30px 0 30px; }

.slide-footer {
  font-size: 24px;
  color: #555555;
  margin: 10px 30px 0 30px; }

/* Контакты */
.container-contacts_img {
  width: 98px;
  height: 58px;
  position: absolute;
  left: 50%;
  margin-left: 118px;
  top: 46px;
  transform: scaleY(-1); }

.slider-contacts_wrap {
  background: #ffffff;
  border-top: 3px solid rgba(0, 110, 174, 0.5);
  border-bottom: 3px solid rgba(0, 110, 174, 0.5); }

.contacts_slide-image_box {
  width: 400px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  .contacts_slide-image_box hr {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    outline: none;
    border-width: 0;
    border: 1.5px solid #006eae; }
  .contacts_slide-image_box .contacts_slide-image {
    height: 100%;
    width: auto; }

.slider-contacts {
  margin: 25px 69px 15px 69px;
  position: relative; }

.slider-contacts .swiper-container {
  height: 541px; }

.slider-contacts .swiper-button-next,
.slider-contacts .swiper-button-prev {
  width: 69px; }

.slider-contacts .swiper-button-next {
  right: -69px; }

.slider-contacts .swiper-button-prev {
  left: -69px; }

.slider-contacts .desc-item {
  margin-top: 10px; }

.slider-contacts .desc-header {
  padding-left: 15px; }

.slider-contacts .desc-value {
  padding: 10px 25px 0 25px;
  align-items: flex-start;
  line-height: 28px; }

.slider-contacts .desc-header {
  margin-bottom: -8px; }

.slider-contacts .m-22 {
  margin-top: 2px; }

.slider-contacts .m-50 {
  margin-top: 50px; }

.slider-contacts .m-59 {
  margin-top: 59px; }

.contacts-slide_fat {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .contacts-slide_fat .desc-item {
    margin-top: 5px; }

.sl-h {
  font-size: 36px;
  margin: 0;
  text-align: center;
  color: #006eae; }

.addr-box {
  text-align: center;
  margin-top: 25px; }
  .addr-box a.nav-hash {
    text-decoration-line: underline;
    color: #0047ff;
    font-size: 24px; }

#notif-box {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 300px;
  height: 75px;
  z-index: 101;
  background-color: #2196f3;
  padding: 0 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.btn-close {
  font-size: 24px;
  cursor: pointer; }

/* Меню навигации */
#menu-navigation {
  position: fixed;
  top: 150px;
  width: 738px;
  left: 20px;
  height: 0;
  overflow-y: hidden;
  transition: height 0.3s ease-in;
  z-index: 10; }

.menu-navigation_box {
  background: #fff;
  z-index: 101;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 718px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  margin: 0 10px 10px 10px;
  border-radius: 0px 0px 50px 50px; }

#menu-navigation.active {
  height: 730px; }

.menu-list {
  padding: 50px 50px 0 50px;
  border-top: 10px solid #006eae; }

.menu-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.menu-list .menu-link {
  font-weight: 600;
  font-size: 48px;
  color: #024065;
  display: block;
  margin-bottom: 25px;
  padding-left: 25px;
  cursor: pointer;
  border-bottom: 3px solid rgba(2, 64, 101, 0.8);
  height: fit-content; }

.menu-nav_footer {
  margin: 98px 50px 29px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .menu-nav_footer .order-container {
    font-size: 31px; }
  .menu-nav_footer .order-num {
    color: #006eae; }

.menu-navigation_social-box {
  text-align: right;
  height: 50px; }
  .menu-navigation_social-box .social-link {
    margin-left: 40px;
    margin-right: 0; }
  .menu-navigation_social-box .fb-i {
    margin-left: 0; }

.news-image_open {
  background-image: url(img/open_1000-700.gif); }

.news-image_minsk-card {
  background-image: url(img/minsk-card_1000-700.jpg); }

.news-image_delivery {
  background-image: url(img/delivery_1000х700.jpg); }

.news-image_delivery_en {
  background-image: url(img/delivery_1000х700_en.jpg); }

@media screen and (max-height: 825px) and (orientation: landscape) {
  #menu-navigation.active {
    height: auto;
    bottom: 0;
    overflow: hidden auto; } }

@media screen and (min-width: 1200px) {
  .news-image_open {
    background-image: url(img/open_1400-500.gif); }
  .news-image_minsk-card {
    background-image: url(img/minsk-card_1400-500.jpg); }
  .news-image_delivery {
    background-image: url(img/delivery_1400х500.jpg); }
  .news-image_delivery_en {
    background-image: url(img/delivery_1400х500_en.jpg); }
  header, .header-container {
    height: 70px; }
  .header-container .order-container {
    display: block;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 25%;
    transform: translate(50%, -50%);
    border-top: none;
    width: auto;
    height: auto;
    display: block; }
  .header-container .order-link {
    color: #006eae; }
  .header-container_box {
    height: 70px; }
  .brand-icon {
    width: 178px;
    height: 50px; }
  .burger-box {
    width: 50px;
    height: 40px; }
  .icon-lang {
    font-size: 36px; }
  main {
    max-width: 1400px;
    width: 100%; }
  .container-header {
    font-size: 72px;
    font-weight: 400; }
  .about-container_header {
    font-weight: bold;
    font-size: 48px; }
  .about-text {
    max-width: 1400px; }
    .about-text .separ-line {
      margin-top: 30px; }
  .about-image {
    height: 600px;
    background: url(img/new_main.jpg) 50% 50%/100% auto no-repeat; }
  .rest-menu {
    margin-top: 30px;
    touch-action: manipulation;
    position: relative; }
  .container-menu_img {
    margin-left: 26px; }
  .active-menu_item {
    display: block; }
  .active-menu_item.selected .menu-item_icon-select {
    transform: rotate(180deg); }
  .menu-group-item {
    max-width: 650px; }
    .menu-group-item.active .menu-group-header {
      border-color: #006eae; }
    .menu-group-item.active .menu-item_icon-close {
      opacity: 0; }
    .menu-group-item .menu-slider_container {
      display: none; }
  .menu-item_icon-select {
    width: 50px;
    height: 50px;
    background: #006eae url(img/select.svg) 50% 50%/24px 14px no-repeat;
    border-radius: 50%;
    position: absolute;
    right: 38px;
    top: 22px;
    transition: transform 0.3s ease-in; }
  .menu-group-header,
  .active-menu_item {
    margin: 0;
    font-size: 44px; }
  .menu-group-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    overflow: hidden;
    z-index: 2;
    background-color: #fff;
    transition: height 0.3s ease-in;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100px;
    grid-row-gap: 20px;
    grid-column-gap: 100px; }
  .rest-menu.active .menu-group-list {
    height: 820px; }
  .rest-menu.active img {
    display: none; }
  .menu-slider_desktop {
    display: block; }
    .menu-slider_desktop .swiper-slide {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 760px; }
    .menu-slider_desktop .swiper-wrapper {
      margin-bottom: 40px; }
    .menu-slider_desktop .menu-img {
      width: fit-content;
      height: auto;
      max-height: 962px;
      margin: 0 auto; }
    .menu-slider_desktop .one-image {
      grid-template-columns: 1fr; }
      .menu-slider_desktop .one-image .menu-img {
        width: auto;
        object-fit: cover; }
    .menu-slider_desktop .swiper-pagination {
      bottom: 0; }
    .menu-slider_desktop .swiper-button-next,
    .menu-slider_desktop .swiper-button-prev {
      width: 50px;
      height: 100%;
      top: 0;
      margin-top: 0; }
  .map-box {
    display: grid;
    grid-template-columns: 64.28% 35.71%;
    grid-template-rows: 880px; }
  #map-container {
    height: auto;
    border-top: none;
    border-bottom: none;
    border-right: 3px solid #006eae;
    box-shadow: none; }
  .container-places_img {
    margin-left: 141px; }
  .places-slider_wrap {
    margin-top: 0;
    background: #fafafa;
    border-width: 0; }
    .places-slider_wrap .places-slider {
      margin: 12px 20px; }
    .places-slider_wrap .slider-item {
      height: auto;
      flex-direction: column; }
    .places-slider_wrap .image-box {
      width: 100%;
      height: 367px;
      margin-top: 0;
      box-shadow: none;
      border-radius: 0;
      object-fit: cover;
      flex-shrink: 0; }
    .places-slider_wrap .place-box {
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0 48px; }
    .places-slider_wrap .swiper-button-next,
    .places-slider_wrap .swiper-button-prev {
      background-position-y: 60%; }
    .places-slider_wrap .swiper-button-next {
      right: 0; }
    .places-slider_wrap .swiper-button-prev {
      left: 0; }
    .places-slider_wrap .desc-header {
      padding-left: 8px; }
    .places-slider_wrap .desc-item {
      margin-top: 30px; }
  .container-news_img {
    margin-left: -320px; }
  .slider-news_wrap {
    border-width: 0; }
    .slider-news_wrap .slide-header {
      margin-bottom: 13px; }
    .slider-news_wrap .swiper-wrapper {
      height: 100%; }
    .slider-news_wrap .slide-image {
      height: 500px;
      background-size: 1400px 500px;
      background-position-x: right; }
    .slider-news_wrap .slide-text {
      min-height: fit-content;
      padding-left: 50px;
      padding-right: 50px;
      line-height: 53px; }
    .slider-news_wrap .slide-text a {
      text-decoration: underline;
      color: #0047ff; }
    .slider-news_wrap .slide-footer {
      margin: 35px 50px 0 50px; }
  .container-contacts_img {
    top: 65px; }
  .slider-contacts {
    margin: 0;
    margin-top: 30px; }
  .slider-contacts_wrap {
    border: none; }
    .slider-contacts_wrap .swiper-container {
      height: auto; }
    .slider-contacts_wrap .swiper-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 660px 430px;
      grid-template-areas: "a b" "c d";
      grid-column-gap: 7.14%;
      grid-row-gap: 50px; }
    .slider-contacts_wrap .swiper-slide {
      width: 100% !important;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .slider-contacts_wrap .swiper-button-next,
    .slider-contacts_wrap .swiper-button-prev,
    .slider-contacts_wrap hr {
      display: none; }
    .slider-contacts_wrap .contacts_slide-image_box {
      height: 165px;
      width: 100%; }
    .slider-contacts_wrap .desc-header {
      font-size: 30px;
      margin-bottom: 0; }
    .slider-contacts_wrap .desc-value {
      padding-left: 15px; }
    .slider-contacts_wrap .slide-office {
      grid-area: a; }
    .slider-contacts_wrap .slide-provider {
      grid-area: c; }
    .slider-contacts_wrap .slide-partner {
      grid-area: b; }
    .slider-contacts_wrap .slide-employment {
      grid-area: d; }
    .slider-contacts_wrap .m-50,
    .slider-contacts_wrap .m-59 {
      margin-top: 0; }
    .slider-contacts_wrap .i-12 {
      margin-bottom: 0; }
    .slider-contacts_wrap .desc-value .i-12:first-of-type {
      margin-bottom: 10px; }
  .footer-link_box {
    padding-top: 100px; }
  #menu-navigation {
    width: 1000px;
    top: 70px; }
    #menu-navigation .menu-link {
      text-align: center; }
    #menu-navigation .order-container {
      display: none; }
    #menu-navigation .menu-nav_footer {
      justify-content: space-around; }
  .menu-navigation_social-box {
    text-align: center; } }

/* Cookie */
.cookie-box {
  position: fixed;
  bottom: 30px;
  width: 100%;
  max-width: 850px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  background-color: #2196F3;
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-radius: 5px; }
  .cookie-box a {
    text-decoration-line: underline; }
  .cookie-box .cookie-box_wrapper {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center; }
  .cookie-box button {
    background-color: #fff;
    color: #2196F3;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer; }
  .cookie-box .cookie-box_text-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px; }

.cookie-box .hidden {
  display: none; }

