
.modal-cookie {
    position: fixed;
    bottom: 0; /* Прикрепляет блок к низу */
    left: 50%; /* Сдвигает блок влево на 50% */
    width: 95%; /* Задает ширину блока */
    transform: translateX(-50%); /* Центрирует блок по горизонтали */
    transition: all 0.3s ease;
    z-index: 10000;
}


.modal-cookie-content {
    background-color: white;
    padding: 2px 35px;
    border-radius: 0.2rem;
    box-shadow: 0 0 10px rgba(0, 0, 50, 0.5), 0 20px 30px rgba(0, 0, 50, 0.4);
    position: relative;
}

.modal-cookie-content a {
    text-decoration: none;
    border-bottom: 1px dotted blue;
    color: blue;
}

.modal-cookie-content a:hover {
    color: #2679D7;
}

.modal-cookie-close-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}
/* ************************* */
/* Правое меню               */
/* ************************* */
.cont__page__menu {
  text-align: left;
  width: 10.5rem;
  z-index: 1;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.cont__page__menu__item {
  display: block;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1rem;
  color: #05458C;
  font-weight: 500;
  background: white;
  transition: 0.05s;
  list-style-type: none;
}

.cont__page__menu__item:hover {
  background: rgb(38, 121, 215);
  color: white;
}

.cont__page__menu a:hover,
.cont__page__menu a:visited:hover {
  color: white;
}

.cont__page__menu__item:first-of-type {
  margin: 0;
}

.cont__page__menu__item a {
  text-decoration: none;
  color: #333;
  display: block;
}

.cont__page__menu a,
.cont__page__menu a:visited {
  color: #05458C;
  text-decoration: none;
  outline: 0;
}

.cont__menu-toggle {
  display: none;
  transform: rotateZ(90deg);
  position: fixed;
  top: 190px;
  left: -25px;
  z-index: 1000;
  background-color: #05458C;
  color: white;
  padding: 3px 7px;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .cont__page__menu {
    position: fixed;
    left: -1900px;
    width: 0;
    transition: left 0.3s ease, width 0.3s ease;
  }
  .cont__menu-container {
    position: fixed;
    top: 0;
    left: -300px;
    width: 230px;
    transition: left 0.3s ease;
    z-index: 3000;
  }
  .cont__page__menu.active {
    left: 0;
    top: 20%;
    width: 222px;
  }
  .cont__menu-toggle {
    display: block;
  }
}
.wide__contacts {
  color: #363636;
  width: 100%;
  border-radius: 15px;
  font-size: 0.9rem;
  margin-right: 10%;
}

.wide__contacts a {
  color: #363636;
  text-decoration: none;
  border-bottom: 1px dotted #09E;
  cursor: pointer;
}

.wide__contacts a:hover {
  color: #2679d7;
}

.wide__contacts__header {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.wide__contacts__header h1 {
  margin-bottom: 1.2rem;
}

.wide__contacts__header__hr {
  width: 80%;
  float: left;
  border: 0;
  background: #2679d7;
  box-sizing: border-box;
  height: 0.4vh;
  margin-left: 3px;
  border-radius: 1px;
}

.wide__contacts__text {
  border-radius: 5px;
  margin-top: 1%;
  color: #363636;
  box-sizing: border-box;
  margin-right: 20%;
  font-weight: 400;
  padding: 5px 10px;
  cursor: pointer;
}

.wide__contacts__text__header {
  font-weight: 600;
  font-size: 1.3em;
}

.wide__contacts__text__adress {
  font-size: 1rem;
  font-weight: 600;
}

.wide__contacts__text:first-child {
  font-weight: 600;
}

.wide__contacts__text p {
  margin: 0;
}

.wide__contacts__splitter {
  width: 60%;
  height: 3px;
  border-radius: 50px;
  background: #29058c2b;
  border: 0;
  margin-top: 2%;
  margin-right: 30%;
}

.wide__contacts__schema {
  font-size: 1.2rem;
}

ul.wide__contacts__schema {
  list-style-image: url(/files/images/layout/down2.gif);
  list-style-type: none;
  margin-left: 20px;
}

.wide__contacts__phone {
  font-size: 1rem;
  margin: 0 0 2px 60px;
  padding-left: 24px;
  background: url(/files/images/iac/phone.gif) no-repeat 0 3px
}

.wide__contacts__mail {
  font-size: 1rem;
}


