@keyframes rotation_button {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.three-dots {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: grey;
  box-shadow: 0px 0px 5px #e76f51;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s 0.5s ease;
  z-index: 5000;
  opacity: 1;
}

.three-dots:hover {
  width: 60px;
  height: 60px;
  transition: all 120s 0.5s ease;
}

.show_in_the_middle {
  position: absolute;
  color: white;
  font-size: 5rem;
  font-weight: 900;
  text-align: center;
  width: 100%;
  height: 100%;
  transform: translate(0%, 8%);
  transition: 0.5s;
  z-index: 10000;
}

.show_in_the_middle:hover {
  color: black;
}

.mobile_version {
  display: none;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: white;
}

.standard_version {
  display: block;
}
.standard_version__manu_mega_nav {
  height: 110px;
  width: 100%;
}
.standard_version__menu_mega {
  width: 100%;
  height: 110px;
  left: 0;
  top: 0;
  padding-left: 0;
  background-color: grey;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  z-index: 1000;
  transition: 0.5s;
  overflow: hidden;
}
.standard_version__menu_link {
  width: 16.66%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s;
  overflow: hidden;
}
.standard_version__link_menu {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  padding: 1 1em;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  text-align: center;
  z-index: 100;
  transition: color 0.3s;
  overflow: hidden;
  /* box-shadow: 0px 0px 5px white; */
}
.standard_version__link_menu:hover {
  color: white;
  animation-name: rotation_button;
  animation-duration: 1ms;
  animation-iteration-count: 250;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-play-state: running;
  overflow: hidden;
}

.menu_link1::before,
.menu_link1::after {
  display: block;
  position: absolute;
  content: "";
  transition: all 0.5s;
  z-index: 0;
  width: 8.33%;
  height: 110px;
  background-color: #2a9d8f;
}

.menu_link1::before {
  top: 0;
  left: -100%;
}

.menu_link1::after {
  top: 0;
  left: 100%;
}

.menu_link1:hover::before {
  top: 0;
  left: 0%;
}

.menu_link1:hover::after {
  top: 0;
  left: 8.33%;
}

.menu_link2::before,
.menu_link2::after {
  display: block;
  position: absolute;
  content: "";
  transition: all 0.5s;
  z-index: 0;
  width: 8.33%;
  height: 110px;
  background-color: #2a9d8f;
}

.menu_link2::before {
  top: 0;
  left: -100%;
}

.menu_link2::after {
  top: 0;
  left: 100%;
}

.menu_link2:hover::before {
  top: 0;
  left: 16.66%;
}

.menu_link2:hover::after {
  top: 0;
  left: 24.99%;
}

.menu_link3::before,
.menu_link3::after {
  display: block;
  position: absolute;
  content: "";
  transition: all 0.5s;
  z-index: 0;
  width: 8.33%;
  height: 110px;
  background-color: #2a9d8f;
}

.menu_link3::before {
  top: 0;
  left: -100%;
}

.menu_link3::after {
  top: 0;
  left: 100%;
}

.menu_link3:hover::before {
  top: 0;
  left: 33.32%;
}

.menu_link3:hover::after {
  top: 0;
  left: 41.65%;
}

.menu_link4::before,
.menu_link4::after {
  display: block;
  position: absolute;
  content: "";
  transition: all 0.5s;
  z-index: 0;
  width: 8.33%;
  height: 110px;
  background-color: #2a9d8f;
}

.menu_link4::before {
  top: 0;
  left: -100%;
}

.menu_link4::after {
  top: 0;
  left: 120%;
}

.menu_link4:hover::before {
  top: 0;
  left: 49.98%;
}

.menu_link4:hover::after {
  top: 0;
  left: 58.31%;
}

.menu_link5::before,
.menu_link5::after {
  display: block;
  position: absolute;
  content: "";
  transition: all 0.5s;
  z-index: 0;
  width: 8.33%;
  height: 110px;
  background-color: #2a9d8f;
}

.menu_link5::before {
  top: 0;
  left: -100%;
}

.menu_link5::after {
  top: 0;
  left: 120%;
}

.menu_link5:hover::before {
  top: 0;
  left: 66.64%;
}

.menu_link5:hover::after {
  top: 0;
  left: 74.97%;
}

.menu_link6::before,
.menu_link6::after {
  display: block;
  position: absolute;
  content: "";
  transition: all 0.5s;
  z-index: 0;
  width: 8.33%;
  height: 110px;
  background-color: #2a9d8f;
  overflow: hidden;
}

.menu_link6::before {
  top: 0;
  left: -100%;
}

.menu_link6::after {
  top: 0;
  left: 120%;
}

.menu_link6:hover::before {
  top: 0;
  left: 83.34%;
}

.menu_link6:hover::after {
  top: 0;
  left: 91.67%;
}

.menu_link_footer {
  width: 80%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s;
}

.menu_mega_nav_footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 600px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0.99;
}

.menu_mega_footer {
  width: 100%;
  height: 600px;
  left: 0;
  top: 0;
  padding-left: 0;
  border-radius: 25px;
  background-color: grey;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.01s;
}

i {
  padding: 0 0.1em;
}

.removebackground {
  background-color: transparent;
}

.cookies_box {
  position: fixed;
  background-color: transparent;
  left: 0;
  bottom: 0;
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 135px;
  padding: 0 3em;
  overflow: hidden;
  border: none;
  z-index: 1000;
}
.cookies_box__law-info {
  position: absolute;
  background-image: url(../img/cookies.png);
  background-size: cover;
  width: 128px;
  height: 128px;
  z-index: 1005;
}
.cookies_box__describe-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cookies_box__describe-cookies {
  display: none;
  padding: 2em auto;
  font-size: 1.4rem;
  font-weight: 700;
  z-index: 0;
}
.cookies_box__buttons-cookie {
  display: none;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.cookies_box__btn-exit {
  background-color: black;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 5px solid black;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.cookies_box__btn-exit:hover {
  background-color: grey;
  border: 5px solid grey;
  color: black;
  cursor: pointer;
}
.cookies_box__exit-describe {
  font-size: 2rem;
  color: white;
  font-weight: 900;
  transform: translate(-2%, 0%);
}

.cookies_box__btn_close,
.cookies_box__btn_agree,
.cookies_box__btn_privacy_link {
  display: block;
  padding: 1em 2em;
  background-color: green;
  color: white;
  border-radius: 10px;
  font-weight: 700;
  margin: 0em 2em 0 2em;
  text-decoration: none;
}

.cookies_box__btn_close:hover,
.cookies_box__btn_agree:hover,
.cookies_box__btn_privacy_link:hover {
  color: black;
  cursor: pointer;
}

footer {
  position: static;
  width: 100%;
  height: 140px;
  left: 0;
  bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  z-index: 100;
}

.footer_recovery {
  width: 100%;
  z-index: 0;
  top: 155em;
}

.footer_overclocking {
  width: 100%;
  z-index: 0;
  top: 152em;
}

.footer_repair {
  width: 100%;
  z-index: 0;
  top: 74em;
}

.footer_policy {
  width: 100%;
  z-index: 0;
  top: 410em;
}

.footer_systems {
  width: 100%;
  z-index: 0;
  top: 160em;
}

.footer_networks {
  width: 100%;
  z-index: 0;
  top: 163em;
}

.footer_security {
  width: 100%;
  z-index: 0;
  top: 160em;
}

.footer_about_us {
  width: 100%;
  z-index: 0;
  top: 148em;
}

.footer_box {
  padding-top: 0em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: black;
  left: 0;
  bottom: 0;
  width: 100%;
}

.first_column {
  list-style: none;
  width: 33%;
  padding: 3em 0 3em 0;
}

.second_column {
  list-style: none;
  width: 33%;
  padding: 3em 0 3em 0;
}

.third_column {
  list-style: none;
  width: 33%;
  padding: 3em 0 3em 0;
}

.describe_li {
  font-size: 2rem;
  padding: 1em 0 1em 0;
  font-family: "Work Sans", sans-serif;
  color: white;
  text-align: center;
  font-weight: 900;
}

.describe_li_social {
  font-size: 4rem;
  padding: 0em 0 0em 0;
  font-family: "Work Sans", sans-serif;
  color: white;
  text-align: center;
  font-weight: 900;
}

p.date {
  font-style: 1rem;
  color: white;
  width: 33%;
}

p.made {
  font-style: 1rem;
  color: white;
  width: 15%;
}

.img_logo {
  width: 80px;
  height: 80px;
  transform: scale(1);
}

div.footer_date {
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.removedisplay {
  display: none;
}

.removebackground {
  background-color: transparent;
}

.btnaround {
  width: 128px;
  height: 128px;
  padding: 0px;
  border-radius: 50%;
  background-color: red;
  cursor: pointer;
}

.btn-burger {
  display: none;
  position: fixed;
  top: 2em;
  right: 2em;
  padding: 1em;
  background: none;
  border: 1px solid transparent;
  cursor: pointer;
  z-index: 1000;
}
.btn-burger:focus {
  border: 2px solid white;
  border-radius: 0.8em;
}
.btn-burger:hover .btn-burger__bars::after {
  width: 100%;
}
.btn-burger:hover .btn-burger__bars::before {
  width: 100%;
  transition-delay: 0.1s;
}
.btn-burger__box {
  position: relative;
  width: 4em;
  height: 3em;
}
.btn-burger__bars, .btn-burger__bars::after, .btn-burger__bars::before {
  position: absolute;
  height: 5px;
  right: 0px;
  content: "";
  transition: width 0.3s;
  background-color: #e9c46a;
  border-radius: 2px;
}
.btn-burger__bars {
  width: 100%;
}
.btn-burger__bars::after {
  top: 13px;
  width: 60%;
}
.btn-burger__bars::before {
  top: 27px;
  width: 30%;
}
.btn-burger__exit {
  position: fixed;
  top: 2em;
  right: 2em;
  padding: 1em;
  background: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 2rem;
  color: #e9c46a;
  z-index: 5000;
  border: 2px solid #e9c46a;
  border-radius: 50%;
}

.background_video {
  position: fixed;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 1;
  z-index: -100;
  overflow: hidden;
}

.nav {
  display: none;
}

.header__privacy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  height: auto;
  text-align: center;
  background-attachment: scroll;
  background-image: linear-gradient(45deg, rgba(38, 70, 83, 0.75), rgba(42, 157, 143, 0.75));
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.header__about {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  height: auto;
  text-align: center;
  background-attachment: scroll;
  background-image: linear-gradient(45deg, rgba(38, 70, 83, 0.75), rgba(42, 157, 143, 0.75));
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  height: 75vh;
  text-align: center;
  background-attachment: scroll;
  background-image: linear-gradient(45deg, rgba(38, 70, 83, 0.75), rgba(42, 157, 143, 0.75));
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
.header__heading {
  transform: skew(45deg);
}
.header__skew-block-direction, .header__skew-block-direction_about {
  height: 8em;
  width: 100%;
  background-color: rgba(233, 196, 106, 0.6);
  border-radius: 40px;
  transform: skew(-45deg);
  box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.6);
  padding: 2em 0;
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 5em;
  margin: 0 auto;
  margin-bottom: 3em;
}
.header__skew-block-direction_about {
  width: 90%;
}
.header__text {
  font-size: 2rem;
  font-weight: 700;
  transform: skew(0deg);
  color: white;
  text-align: left;
}
.header__text:last-of-type {
  margin-bottom: 2em;
}
.header__btn, .header__change_cms {
  margin-top: 5em;
  padding: 1em 1.6em;
  font-size: 1.4rem;
  font-weight: 900;
  background-color: #e9c46a;
  border: none;
  border-radius: 8px;
  color: #264653;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
}
.header__btn::before, .header__change_cms::before {
  background-color: red;
  z-index: 200;
  overflow: hidden;
}
.header__change_cms {
  position: absolute;
  margin-top: -5em;
  left: 0;
}

.main {
  position: relative;
  padding: 4em 2em;
  width: 100%;
  background-image: linear-gradient(45deg, rgba(244, 162, 97, 0.75), rgba(231, 111, 81, 0.75));
}
.main__box-image {
  position: relative;
  width: 100em;
  height: 40em;
  background-color: #264653;
}
.main__box-image-hero {
  position: relative;
  top: 0;
  left: 0;
  width: 100em;
  height: 40em;
  background-color: #2a9d8f;
  opacity: 0.7;
}
.main__box-image-hero:hover {
  background-color: #264653;
  opacity: 0.9;
}
.main__box-image-part {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.main__box-image-first {
  -webkit-clip-path: polygon(10% 0, 30% 100%, 0 100%, 0 0);
          clip-path: polygon(10% 0, 30% 100%, 0 100%, 0 0);
  background-image: url(../img/fix-computer.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  z-index: 5;
}
.main__box-image-first:hover {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  z-index: 15;
}
.main__box-image-second {
  -webkit-clip-path: polygon(33% 0, 36% 100%, 30% 100%, 10% 0);
          clip-path: polygon(33% 0, 36% 100%, 30% 100%, 10% 0);
  background-image: url(../img/recovery.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  z-index: 5;
}
.main__box-image-second:hover {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  z-index: 15;
}
.main__box-image-third {
  -webkit-clip-path: polygon(52% 0, 45% 100%, 36% 100%, 33% 0);
          clip-path: polygon(52% 0, 45% 100%, 36% 100%, 33% 0);
  background-image: url(../img/overclocking.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 5;
}
.main__box-image-third:hover {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  z-index: 15;
}
.main__box-image-fourth {
  -webkit-clip-path: polygon(69% 0, 69% 100%, 45% 100%, 52% 0);
          clip-path: polygon(69% 0, 69% 100%, 45% 100%, 52% 0);
  background-image: url(../img/systems.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  z-index: 5;
}
.main__box-image-fourth:hover {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  z-index: 15;
}
.main__box-image-fifth {
  -webkit-clip-path: polygon(100% 0, 100% 46%, 69% 46%, 69% 0);
          clip-path: polygon(100% 0, 100% 46%, 69% 46%, 69% 0);
  background-image: url(../img/networks.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  z-index: 5;
}
.main__box-image-fifth:hover {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  z-index: 15;
}
.main__box-image-sixth {
  -webkit-clip-path: polygon(100% 46%, 100% 100%, 69% 100%, 69% 46%);
          clip-path: polygon(100% 46%, 100% 100%, 69% 100%, 69% 46%);
  background-image: url(../img/security.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  z-index: 5;
}
.main__box-image-sixth:hover {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  z-index: 15;
}
.main__box-image-content {
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #2a9d8f;
  margin: 4em auto;
  transform: translateY(-150%);
  transition: translateY 0.4s;
  transition: all 0.4s;
}
.main__box-image-title {
  padding: 1em 2em;
  width: 100%;
  text-align: center;
  font-weight: 800;
}
.main__box-image-description {
  padding: 1em 2em;
  width: 100%;
  text-align: left;
  font-weight: 500;
}
.main .main__box-image-first:hover .main__box-image-content,
.main .main__box-image-second:hover .main__box-image-content,
.main .main__box-image-third:hover .main__box-image-content,
.main .main__box-image-fourth:hover .main__box-image-content,
.main .main__box-image-fifth:hover .main__box-image-content,
.main .main__box-image-sixth:hover .main__box-image-content {
  transform: translateY(0%);
}

.rotate180 {
  transform: rotate(180deg);
}

.accordion {
  width: 100%;
  padding: 4em 2em;
  background-color: #264653;
}
.accordion__box {
  width: 80%;
  margin: 0 auto;
  padding: 0.2em 2em;
}
.accordion__btn {
  width: 100%;
  padding: 1em;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  background-color: #2a9d8f;
  border-radius: 0.5em;
  transition: background-color 0.3s;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.accordion__btn-padding {
  margin: 0 0.5em;
}
.accordion__btn:hover, .accordion__btn:focus {
  background-color: #e9c46a;
}
.accordion__info {
  margin-top: -0.5em;
  width: 100%;
  background-color: #e9c46a;
  border-radius: 0 0 0.5em 0.5em;
}
.accordion__info-text {
  padding: 2em;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1250px;
}

.header-btn-special {
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
}
.header-btn-special::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: right;
  transition: 0.5s;
  border-radius: 8px;
  opacity: 0.8;
  z-index: 1;
  overflow: hidden;
}
.header-btn-special:hover::before {
  transform: scale(1);
  transform-origin: left;
  left: 0;
}

@media (max-width: 1700px) {
  .standard_version__link_menu {
    font-size: 1.4rem;
  }
  .menu_mega_nav_footer {
    width: 25%;
  }
}
@media (max-width: 922px) {
  .standard_version__link_menu {
    font-size: 1rem;
  }
  i {
    display: none;
  }
  .menu_mega_nav_footer {
    height: 400px;
  }
  .menu_mega_footer {
    height: 400px;
  }
  .map {
    width: 600px;
    height: 450px;
  }
  .header__change_cms {
    position: absolute;
    margin-top: -5em;
  }
  .accordion__info-text {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  @keyframes mobileItemsAnimation {
    from {
      transform: translateX(200%);
    }
    to {
      transform: translateX(0);
    }
  }
  body {
    background-color: white;
  }
  .btn-burger {
    display: flex;
  }
  .standard_version {
    display: none;
  }
  .three-dots {
    display: none;
  }
  .nav {
    position: fixed;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    transform: translateX(100%);
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    background-color: #264653;
    z-index: 100;
  }
  .nav--active {
    transform: translateX(0);
  }
  .nav i {
    padding: 0em 0.5em;
  }
  .nav__item {
    position: relative;
    display: block;
    transform: translateX(200%);
    margin: 1em auto;
    padding: 0.5em 2em;
    font-size: 2rem;
    color: white;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    text-align: center;
    transition: color 0.3s;
  }
  .nav__item:hover {
    color: #e9c46a;
  }
  .nav__item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: white;
    transform: scaleY(0.2);
    content: "";
    transition: transform 0.3s;
  }
  .nav__item:hover::before {
    transform: scaleY(1);
  }
  .nav-items-animation {
    animation-name: mobileItemsAnimation;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-play-state: running;
  }
  .header__heading {
    font-size: 1.5em;
  }
  .header__text {
    font-size: 1em;
  }
  .footer_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  div.footer_date {
    display: none;
  }
  .map {
    width: 400px;
    height: 350px;
  }
  .accordion__box {
    width: 95%;
  }
  .header__change_cms {
    position: absolute;
    margin-top: -5em;
  }
  .accordion__info-text {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  body {
    background-color: white;
  }
  .btn-burger {
    display: flex;
  }
  .standard_version {
    display: none;
  }
  .main__box-image {
    display: none;
  }
  .header__heading {
    font-size: 1em;
  }
  .header__text {
    font-size: 0.8em;
  }
  .map {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */