*,
html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #b0f6ff50;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-style: italic;
}
.pointer {
  cursor: pointer;
}
.reset__link {
  text-decoration: none;
  color: black;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
a:focus {
  outline: none;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;

  box-sizing: border-box;
}
.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.wh100 {
  height: 100%;
  width: 100%;
}
/*        Шапка      */
.header {
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: white;
  box-shadow: 0px 20px 8px 0px rgba(34, 60, 80, 0.2);
  width: 100%;
  height: 80px;
  font-size: 15px;
}

.header__inner {
  display: flex;
  align-items: center;
  height: 80px;
}
.header__item {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 0 15px;
  height: 100%;
  width: 100%;
}
.phone__and__mail {
  display: flex;
  height: 100%;
}

/*    Иконки    */
.hidden__menu {
  display: none;
}
.contact__icon {
  margin-left: 10px;
  width: 25px;
  height: 25px;
}
.header_icon {
  width: 70px;
  height: 70px;
  padding: 0;
  margin-right: 15px;
}
.header__icon {
  width: 70px;
  height: 70px;
}
.special__border {
  border-right: 1px solid;
  border-image: linear-gradient(
      180deg,
      rgba(0, 108, 255, 1) 0%,
      rgb(0, 204, 255) 50%,
      rgba(255, 255, 255, 1) 100%
    )
    1;
}

/*   Выбранный отдел    */
.selected__section {
  background-color: rgba(0, 225, 255, 0.247);
  transition: 0.7s;
}
/*      Градиентная грань     */
.vertical__gradient {
  border-right: 1px solid;
  border-image: linear-gradient(
      180deg,
      rgba(0, 108, 255, 1) 0%,
      rgb(0, 204, 255) 50%,
      rgba(255, 255, 255, 1) 100%
    )
    1;
}
.horizontal__gradient {
  border-bottom: 1px solid;
  border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgb(0, 204, 255) 25%,
      rgba(0, 108, 255, 1) 50%,
      rgb(0, 204, 255) 75%,
      rgba(255, 255, 255, 1) 100%
    )
    1;
}

/*  Выделение раздела при наведении  */
.selected__sect {
  transition: 0.5s;
}
/*   Номер телефона и почта   */
.contacts__link {
  display: flex;
  text-decoration: none;
  color: black;
  font-family: "Noto Serif", serif;
  cursor: pointer;
}

/*    Меню услуг   */
.services {
  position: relative;
}
.services__menu {
  display: none;
  position: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 85px;
  left: 0;
  border: 1px solid rgba(0, 38, 255, 0.39);
  border-radius: 25px;
  background-color: white;
}
.services__item {
  padding: 20px;
  transition: 0.3s;
}
.services__item:hover {
  color: #00aeff;
}

/*      Окно контактов      */

.contacts__fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.849);
  z-index: 999;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.contacts__info {
  z-index: 9999;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
  max-width: 700px;
  width: calc(50% - 16px);
  padding: 20px 40px;
  background-color: white;
  transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  border-radius: 15px;
  text-align: center;
}

.contacts__Peter {
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  border-bottom: 2px solid;
  border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgb(0, 204, 255) 25%,
      rgba(0, 108, 255, 1) 50%,
      rgb(0, 204, 255) 75%,
      rgba(255, 255, 255, 1) 100%
    )
    1;
}
.Peter__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.note {
  color: rgb(6, 71, 146);
  margin-bottom: 25px;
}
.contacts__name {
  margin-bottom: 25px;
}

.share__container {
  margin-top: 20px;
}
.share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.share__box {
  transition: 0.6s;
  width: 40px;
  height: 40px;
  margin: 5px;
}
.Omsk__header {
  font-size: 22px;
  margin: 20px 0;
}
.offer {
  display: flex;
  align-items: center;
  text-align: start;
  margin-bottom: 20px;
}
.offer img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.Omsk__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.close__contacts {
  cursor: pointer;
  position: fixed;
  right: 8px;
  top: 8px;
}

/*    Заметка  о  выезде    */
.city {
  position: relative;
}
.city__note {
  position: absolute;
  top: 65px;
  left: 0;
  border: 2px solid rgb(0, 183, 255);
  border-radius: 25px;
  background-color: rgb(241, 255, 254);
  padding: 7px 7px;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
}

/*             Вскрывающееся меню           */
.menu__fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.747);
  z-index: 9;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
}
.hidden__menu::before {
  content: "";
  position: fixed;
  transform: translate(50%, -50%) scale(0);
  top: 0;
  right: 0;
  width: 180vw;
  height: 170vh;
  border-radius: 50%;
  background-color: #00c9ff4a;
  z-index: 99;
  transition: 0.5s;
  cursor: pointer;
}
.hidden__menu::after {
  content: "";
  position: fixed;
  transform: translate(50%, -50%) scale(0);
  top: 0;
  right: 0;
  width: 175vw;
  height: 155vh;
  border-radius: 50%;
  background-color: #00aeff;
  z-index: 999;
  transition: 0.7s;
  cursor: pointer;
}
.menu__fade.openMenu {
  visibility: visible;
  opacity: 1;
}
.hidden__menu.openMenu::after {
  transform: translate(50%, -50%) scale(1);
}
.hidden__menu.openMenu::before {
  transform: translate(50%, -50%) scale(1);
}
.close__menu {
  position: fixed;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 100%);
  transition: 0.9s all cubic-bezier(0.42, 1.04, 0.62, 1.69);
  z-index: 999;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.close__menu.openMenu {
  transform: translate(50%, -50%);
}

.menu__list {
  z-index: 9999;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translate(150%, 0);
  transition: 1.2s all cubic-bezier(0.31, 0.315, 0.16, 1.405);
  right: 0;
  top: 0;
  margin: 40px 30px 40px 0;
  visibility: hidden;
  opacity: 0;
  width: 60vw;
}

.menu__list.openMenu {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.list__icon {
  width: 90px;
  height: 90px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu__item {
  background: #04fffb;
  background: -webkit-linear-gradient(bottom, #04fffb, #fdfffe);
  background: -moz-linear-gradient(bottom, #04fffb, #fdfffe);
  background: linear-gradient(to top, #61fffc, #fdfffe);
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 45px;
  margin-bottom: 25px;

  font-size: 22px;
}
.current__site {
  background: #04fffb;
  background: -webkit-linear-gradient(bottom, #01ffff, #01c4ff);
  background: -moz-linear-gradient(bottom, #01ffff, #01c4ff);

  background: linear-gradient(to top, #0d01ff, #65dbff);
  color: white;
}

/*    Градиент   */
.gradient {
  position: relative;
  background-image: linear-gradient(
    to right,
    hsl(0, 0%, 100%),
    hsl(0, 0%, 100%)
  );
  z-index: 1;
}

.gradient::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #01bdff, #ffffff);
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}

.gradient:hover::before {
  opacity: 1;
}
/*   --------   */

/* Content*/
.content {
  margin-top: 50px;
  padding-bottom: 30px;
  background-color: white;
  border: 1px solid rgba(54, 158, 255, 0.781);
  border-radius: 100px 15px 100px 15px;
  box-shadow: 22px 24px 7px 4px rgba(34, 60, 80, 0.2);
}
.description_and_photo {
  margin-top: 120px;
}
.content_header {
  display: flex;
  justify-content: center;
}
.content_header_text {
  text-align: center;
  max-width: 80%;
  margin: 50px auto 30px auto;

  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 16%,
      rgba(0, 108, 255, 1) 48%,
      rgba(255, 255, 255, 1) 90%
    )
    1;
  padding: 18px 20px;

  font-style: italic;
}

.content_description > p {
  margin-bottom: 10px;
}
.light {
  font-weight: bold;
}
.text_form {
  color: rgba(0, 108, 255, 1);
  text-decoration: underline;
  cursor: pointer;
}
.content_description {
  font-style: italic;
  font-weight: 400;
  padding: 0 40px;
  padding-bottom: 25px;
  border-bottom: 2px solid;
  border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 8%,
      rgba(0, 108, 255, 1) 48%,
      rgba(255, 255, 255, 1) 90%
    )
    1;
  margin-bottom: 50px;
}
.content_photo {
  display: flex;
}
/*  Основной слайдер*/
.slider {
  margin: 0 auto;
  display: flex;
}
.content_slider {
  display: flex;
  width: 900px;
  height: 300px;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer;
}
.slider_image {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  transition: 0.5s;
}
.image_item {
  height: 100%;
  width: 100%;
  border-radius: 15px;
}

.button_prev,
.button_next {
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.7s;
}

.button_prev > img,
.button_next > img {
  height: 50px;
  width: 50px;
  cursor: pointer;
  transition: 0.7s;
}
/*   Маленький слайдер*/
.small_slider {
  margin: 0 auto;
  display: flex;
  display: none;
}
.small_content_slider {
  display: flex;
  width: 900px;
  height: 300px;
  overflow: hidden;
  margin: 0 5px;
  display: none;
}
.small_img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  transition: 0.5s;
  display: none;
}
.small_item {
  height: 100%;
  width: 100%;
  display: none;
  border-radius: 15px;
}
.small_buttonPrev,
.small_buttonNext {
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  display: none;
  transition: 0.7s;
}

.small_buttonPrev > img,
.small_buttonNext > img {
  height: 50px;
  width: 50px;
  cursor: pointer;
  transition: 0.7s;
  display: none;
}
/*   Кнопка больше фотографий  */
.button_more_images {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button_more {
  border: 2px solid black;
  border-radius: 15px;
  padding: 20px 40px;
  margin: 40px 0 30px;
  font-weight: bold;
  font-style: italic;
  background-color: rgb(203, 255, 251);
  border: 1px solid rgb(0, 157, 185);
  transition: 0.4s;
  cursor: pointer;
}

/*  Скрытая галерея  */
.more_image_fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.76);
  z-index: 999;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.more_image_galery {
  flex-wrap: wrap;
  z-index: 9999;
  position: fixed;
  padding-top: 50px;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
}
.more_image_galery_item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.close_button_galery {
  display: flex;
  justify-content: end;
  height: 40px;
}
.close_button_galery img {
  cursor: pointer;
  transition: 0.7s;
}
.image_box {
  height: 150px;
  margin: 3px;
  transition: 0.7s;
}
.image_box > img {
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.137);
  border-radius: 15px;

  transition: 0.7s;
  cursor: pointer;
}

.fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.788);
  z-index: 9999;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.bigBox {
  z-index: 99999;
  position: fixed;

  top: 10%;
  left: 50%;
  width: 80%;
  height: auto;
  transform: translateX(-50%);

  transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
}
.bigBox > img {
  width: 100%;
  height: 100%;
}
/*  Видео  */
.iframe_video {
  display: flex;
  margin: 0 auto;
}

/*  Кнопка скролла*/
#arrowTop > img {
  width: 50px;
  height: 50px;
  transition: 0.7s;
  opacity: 0.9;
}
#arrowTop {
  position: fixed;
  bottom: 10px;
  left: 10px;
  cursor: pointer;
}

/*  Форма  */
.hidden_adress {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.8s;
  z-index: 10;
}
.form {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 0;
  user-select: none;
}
.wrapper {
  position: relative;
}

.form__button._sending {
  background: url("./assets/images/icons/loading.gif") center / 50px no-repeat;
}
.form__title {
  font-size: 30px;
  font-style: italic;
  padding-bottom: 30px;
  text-align: center;
}
.form__note {
  text-align: center;
  font-size: 16px;
  color: rgba(59, 59, 59, 0.842);
  margin-bottom: 20px;
}
.form__item {
  margin-bottom: 20px;
}
.form__label {
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.form__input {
  height: 50px;
  padding: 0 20px;
  border-radius: 25px;
  width: 100%;
  font-size: 17px;
  font-style: italic;
  border: 2px solid #00ffe1;
  cursor: pointer;
}
.form__input:focus {
  box-shadow: 0 0 15px rgb(0, 60, 255);
  transition: 0.4s;
}
.hidden__req {
  display: none;
  color: red;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 20px;
}
.form__input._error {
  box-shadow: 0 0 15px red;
}
textarea.form__input {
  min-height: 120px;
  resize: vertical;
  padding: 10px 20px;
}

.options__item {
  margin-bottom: 10px;
}
.options__input {
  display: none;
}
.options__label {
  display: flex;
  font-size: 18px;
  font-style: italic;
  line-height: 140%;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.options__label > span {
  cursor: pointer;
}
.options__input:checked + .options__label::after {
  transform: scale(1);
}
.options__label::before {
  content: "";
  align-self: flex-start;
  margin-right: 10px;
  flex: 0 0 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid black;
  border-radius: 50%;
}
.options__label::after {
  transition: 0.3s;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: #60e7ff;
  border-radius: 50%;
  transform: scale(0);
}

.file {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.file__title {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  margin-top: 40px;
}

.file__item {
  position: relative;
  display: flex;
}
.achtung {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  color: red;
}
.file__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 100%;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
}
.file__button {
  display: inline-flex;
  width: 140px;
  min-height: 40px;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  background-color: hsla(187, 100%, 88%, 0.582);
  padding: 10px 15px;
  border: 1px solid rgba(0, 157, 185, 0.719);
  cursor: pointer;
  transition: 0.7s;
}

.file__preview {
  display: flex;
  flex-wrap: wrap;

  padding: 10px 0 0 0;
}
.file__preview img {
  margin: 8px;
  max-height: 100px;
  border: 1px solid rgba(128, 128, 128, 0.514);
  border-radius: 15px;
}
.form * {
  outline: none;
}
.form__button {
  width: 200px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  border-radius: 40px;
  background-color: rgb(203, 255, 251);
  border: 1px solid rgb(0, 157, 185);
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
  box-shadow: 0 8px 5px rgba(0, 217, 255, 0.438);
  letter-spacing: 1px;
  position: relative;
  top: 0;
  transition: 0.8s;
}
.sended {
  text-align: center;
  width: 200px;
  display: none;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  border-radius: 40px;
  background-color: #2de2fa;
  border: 1px solid rgb(0, 157, 185);
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  box-shadow: 0 8px 5px #070c0f;
  letter-spacing: 1px;
}
.captcha {
  padding: 0 0 20px 0;
}

.content {
  margin-bottom: 50px;
}

.attention {
  margin: 40px 20px 20px;
  font-style: italic;
  color: rgb(218, 0, 0);
  font-weight: bold;
  font-size: 20px;
}
.attention__item {
  padding: 10px 40px;
  text-align: center;
}
/* Адаптивная верстка*/

/* Разрешение 1200px*/
@media screen and (max-width: 1200px) {
  #arrowTop {
    left: 5px;
  }
  .container {
    max-width: 900px;
    margin: 0 auto;
  }

  .icon {
    height: 75px;
    width: 75px;
  }
  .slider {
    height: 270px;
  }
  .content_slider {
    width: 750px;
    height: 100%;
  }

  .iframe_video {
    width: 712px;
    height: 400px;
  }
  .content_header_text {
    padding: 15px 0;
    margin-top: 40px;
  }

  .content_description {
    margin-bottom: 20px;
  }
  .more_image_galery {
    width: 90%;
  }
  .phone__and__mail {
    flex-direction: column;
    margin-right: 20px;
    border-right: 1px solid;
    border-image: linear-gradient(
        180deg,
        rgba(0, 108, 255, 1) 0%,
        rgb(0, 204, 255) 50%,
        rgba(255, 255, 255, 1) 100%
      )
      1;
  }
  .special__border {
    border: none;
    padding-bottom: 3px;
  }
  .contacts__info {
    top: 5%;
    width: 80%;
  }
}
/*  ------  */

/* Разрешение 1024px*/
@media screen and (max-width: 1024px) {
  .container {
    max-width: 800px;
  }

  .slider {
    height: 220px;
  }
  .content_slider {
    width: 600px;
    height: 100%;
  }
  .iframe_video {
    width: 640px;
    height: 360px;
  }
  .content_header_text {
    padding: 10px 0;
    margin-top: 30px;
    font-size: 25px;
  }

  .mailto_contacts,
  .phone_number_contacts {
    padding: 0;
  }
  .form_div {
    padding: 0 30px;
    margin: 30px 80px;
  }

  .more_image_galery {
    width: 80%;
  }
  .more_image_galery_item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .header {
    height: 75px;
  }
  .header__inner {
    height: 75px;
  }
  .header__item {
    padding: 0 7px;
  }
  .phone__and__mail {
    border: none;
  }
  .header__icon {
    width: 65px;
    height: 65px;
    padding: 0;
  }
  .header_icon {
    width: 65px;
    height: 65px;
    padding: 0;
    margin: 0 10px;
  }
}
/*  ------  */
/* Разрешение 850px*/
@media screen and (max-width: 850px) {
  .slider {
    height: 170px;
  }
  .content_slider {
    width: 540px;
    height: 100%;
  }
  .button_prev > img,
  .button_next > img {
    height: 35px;
    width: 35px;
  }
  .button_prev,
  .button_next {
    margin: 0;

    width: 35px;
  }
  .form_div {
    border: none;
    margin: 10px 60px;
  }
  .iframe_video {
    width: 544px;
    height: 306px;
  }

  .more_image_galery {
    width: 80%;
  }
  .more_image_galery_item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .image_box {
    height: 100px;
  }
  .form {
    max-width: 85%;
  }
  .header__item {
    padding: 0 15px;
  }
  .city {
    display: none;
  }

  .header_icon {
    padding: 0;
  }
}
/*  ------  */
/* Разрешение 650px*/

@media screen and (max-width: 650px) {
  .content_header {
    display: block;
    text-align: center;
  }

  .content_header_text {
    margin: 20px auto 20px auto;
  }
  .form_div {
    margin: 40px 5px;
    padding: 0 0;
  }
  .small_slider {
    height: 250px;
    display: flex;
  }
  .small_content_slider {
    width: 400px;
    height: 100%;
    display: flex;
  }
  .small_buttonPrev > img,
  .small_buttonNext > img {
    height: 35px;
    width: 35px;
    display: flex;
  }
  .small_buttonPrev,
  .small_buttonNext {
    display: flex;
    margin: 0 15px;
    width: 35px;
  }

  .small_img {
    display: flex;
  }
  .small_item {
    display: flex;
  }
  .slider,
  .content_slider,
  .slider_image,
  .image_item,
  .button_prev,
  .button_next,
  .button_prev > img,
  .button_next > img {
    display: none;
  }
  .content_description {
    font-size: 15px;
    padding: 0 30px 15px;
  }
  .iframe_video {
    width: 400px;
    height: 220px;
  }
  .content {
    margin-top: 40px;
    border-radius: 20px;
  }
  .description_and_photo {
    margin-top: 70px;
  }

  .form_link {
    margin-bottom: 10px;
    padding-bottom: 30px;
  }

  .more_image_galery {
    width: 83%;
  }
  .image_box {
    height: 90px;
  }
  .close_button_galery img {
    height: 30px;
  }
  .form__title {
    font-size: 25px;
  }
  .attention {
    margin: 30px 15px 10px;
    font-style: italic;
    color: rgb(218, 0, 0);
    font-weight: bold;
    font-size: 20px;
  }
  .attention__item {
    padding: 10px 20px;
  }
  .header__inner {
    justify-content: space-evenly;
  }
  .header__item {
    justify-content: start;

    padding: 0;
  }
  .header_icon {
    margin-left: 5px;
  }
  .hidden__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }
  .menu__icon {
    width: 40px;
    height: 40px;
  }
  .selected__sect {
    display: none;
  }
  .selected__section {
    display: none;
  }
  .phone__and__mail {
    flex-direction: row;
    margin: 0;
  }
  .telephone {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid;
    border-image: linear-gradient(
        180deg,
        rgba(0, 108, 255, 1) 0%,
        rgb(0, 204, 255) 50%,
        rgba(255, 255, 255, 1) 100%
      )
      1;
  }
  .contacts__info {
    width: 90%;
  }
}
/*  ------  */

@media screen and (max-width: 540px) {
  .small_buttonPrev,
  .small_buttonNext {
    margin: 0;
  }
}
/* Разрешение 500px*/
@media screen and (max-width: 500px) {
  .mini_contacts {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 1px solid;
    border-image: linear-gradient(
        90deg,
        rgb(1, 132, 255) 0%,
        rgb(0, 81, 255) 50%,
        rgb(17, 0, 255) 100%
      )
      1;
  }
  .mini_contacts:hover {
    color: #01bdff;
  }

  .mini_phone {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;

    margin: 0 auto;
  }

  .small_slider {
    height: auto;
    width: 95%;
  }
  .small_content_slider {
    width: 100%;
    height: 100%;
  }
  .iframe_video {
    width: 98%;
    border-radius: 15px;
  }

  .content_header_text {
    font-size: 18px;
    border-width: 1px;
    width: 80%;
  }

  .content {
    margin-top: 35px;
    border-radius: 20px;
  }
  .description_and_photo {
    margin-top: 70px;
  }
  .more_image_galery {
    width: 90%;
  }
  .more_image_galery_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .image_box {
    height: 90px;
    margin: 2px;
  }
  .image_box > img {
    border: 1px solid rgba(247, 252, 253, 0.247);
  }
  .close_button_galery img {
    height: 25px;
  }
  .bigBox {
    width: 100%;
  }
  .button_more {
    padding: 15px 15px;
  }
  .form {
    max-width: 90%;
    padding-top: 20px;
  }
  .form__title {
    font-size: 20px;
  }
  .form__label {
    margin-bottom: 5px;
    font-size: 17px;
  }
  .form__input {
    height: 35px;
    font-size: 16px;
  }
  textarea.form__input {
    min-height: 80px;
  }
  .options__label {
    font-size: 15px;
  }
  .content {
    margin-bottom: 15px;
  }
  .attention {
    margin: 5px 0px;

    font-size: 16px;
  }
  .attention__item {
    padding-bottom: 5px;
  }
  .header__inner {
    justify-content: space-evenly;
  }
  .phone__and__mail {
    flex-direction: column;
  }
  .telephone {
    padding: 0;
    margin: 0;
    border-right: none;
    border-bottom: 1px solid;
    border-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgb(0, 204, 255) 25%,
        rgba(0, 108, 255, 1) 50%,
        rgb(0, 204, 255) 75%,
        rgba(255, 255, 255, 1) 100%
      )
      1;
  }
  .special__border {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .offer {
    align-items: start;
  }
  .Peter__item,
  .Omsk__item {
    flex-direction: column;
    padding-bottom: 10px;
  }
  h5 {
    margin-bottom: 5px;
  }
  .list__icon {
    display: none;
  }
  .menu__item {
    font-size: 18px;
  }
}
/*  ------  */
/* Разрешение 340px*/
@media screen and (max-width: 340px) {
  .form {
    width: 100%;
  }
  .header_info > div {
    padding: 5px 0;
  }
  .mini_name {
    font-size: 12px;
  }
  .mini_contacts {
    font-size: 12px;
  }

  .mini_phone > img {
    width: 15px;
    height: 15px;
  }

  .content {
    margin-top: 25px;
    padding-bottom: 30px;
  }
  .description_and_photo {
    margin-top: 50px;
  }
  .content_description {
    font-size: 13px;
    padding: 0 15px;
  }
  .small_buttonPrev,
  .small_buttonNext {
    width: 30px;
  }

  .small_buttonPrev > img,
  .small_buttonNext > img {
    height: 30px;
    width: 30px;
  }
  .content_header_text {
    margin: 10px auto;
    padding: 5px 0;
  }

  .more_image_galery_item {
    display: grid;
    grid-template-columns: 1fr;
  }
  .image_box {
    height: auto;
    max-height: 150px;
  }
  .button_more {
    width: 80%;
    text-align: center;
    margin: 15px 0;
    padding: 10px 10px;
  }
  .options__label {
    font-size: 14px;
  }
  .attention {
    margin: 0;

    font-size: 15px;
  }
  .attention__item {
    padding-bottom: 0;
  }
}
/*  ------  */
.open {
  visibility: visible;
  opacity: 1;
}
