@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,500;1,100&family=Lobster&family=Open+Sans:wght@400;700&display=swap");
/* Reset styles */
* {
  margin: 0;
  padding: 0;
  font-family: "IBM+Plex+Sans+Condensed", "Lobster&family", "Open Sans", Arial,
    sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  box-sizing: border-box;
}
/* buttons */
.massage-wrapper {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.navi-button {
  width: 150px;
  height: 50px;
  text-decoration: none;
  display: inline-block;
  color: white;
  font-size: 12px;
  padding: 15px 20px;
  margin: 15px 15px;
  border-radius: 8px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-image: linear-gradient(
    to right,
    #400945 0%,
    #835395 51%,
    #ffd1fc 100%
  );
  background-size: 200% auto;
  box-shadow: 0 0 20px rgba(11, 11, 11, 0.1);
  transition: 0.5s;
}

.navi-button,
.message {
  width: 220px;
}

.navi-button:hover {
  background-position: right center;
}

.navi-button a {
  text-decoration: none;
}

.button-text {
  text-decoration: none;
  border: none;
  transition: 0.5s;
  background-image: url(../img/camera-icon.svg);
  background-repeat: no-repeat;
  padding: 10px;
  margin-left: 2px;
  background-color: transparent;
  background-size: 70%;
  background-position: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.button-text:hover {
  transform: scale(1.2);
}

.button-color {
    position: relative;
    top: 5px;
    text-decoration: none;
    border: none;
    background-image: url(../img/colorpants.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 90%;
    background-position: center;
    width: 80px;
    height: 25px;
    
  }

.w3-col .w3-button {
  margin-top: 15px;
  text-align: center;
}

.w3-col p {
    font-size: 12px;
}

.w3-half p b {
    font-weight: bold;
}


@media (max-width: 720px) {
  .navi-button {
    width: 100px;
    height: 40px;
    font-size: 11px;
    padding: 10px 15px;
    margin: 10px 10px;
  }
  .navi-button,
  .massage {
    width: 200px;
  }
  .w3-col img {
    max-width: 250px;
  }
  p .w3-button {
    width: 250px;
  }
  .w3-row-padding img,
  .w3-row-padding button {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .w3-row-padding h4,
  .w3-row-padding p {
    text-align: center;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .navi-button {
    width: 100px;
    height: 40px;
    font-size: 10px;
    padding: 8px 10px;
    margin-top: 5px;
  }
  .navi-button,
  .massage {
    width: 160px;
  }

  h5 {
    font-size: 10px;
  }
  .w3-col img {
    max-width: 200px;
  }
  p .w3-button {
    width: 200px;
  }
}

.w3-half p {
  margin-bottom: 15px;
}

.pagination-wrapper {
  width: auto;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination a {
  color: #000;
  text-decoration: none;
  padding: 10px 10px;
  margin: 0 5px;
  font-size: 16px;
  transition: 0.5s;
}

.pagination a.active {
  color: #fff;
  background-color: #581d6e;
  border-radius: 8%;
  margin: 0 5px;
  padding: 8px 10px;
}

.pagination a:hover {
  color: #fff;
  background-color: #ae67b7;
  border-radius: 5%;
  margin: 0 5px;
  padding: 8px 10px;
}

.pagination a.prev,
.pagination a.next {
  font-size: 16px;
  margin: 0 5px;
  padding: 8px 10px;
}

@media (max-width: 720px) {
  .pagination,
  .pagination a,
  .pagination a.active,
  .pagination a.prev,
  .pagination a.next,
  .pagination a:hover {
    font-size: 14px;
    margin: 0 2px;
    padding: 6px 8px;
  }
}

/*Radio*/
.container-radio form {
  padding: 0 15px;
  font-size: 14px;
  color: #0c234f;
}

b {
  font-weight: bold;
}

.photo309-1 {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
}

.photo309-1 img {
  max-width: 100%;
}
.w3-bar-item .w3-button b {
  margin-left: 80px;
}

.logowhp {
  padding-right: 15px;
  width: 75px;
  height: auto;
}

.logowhp1 {
  position: relative;
  bottom: 25px;
  margin-left: 155px;
  padding: 3px 3px 3px 6px;
  width: 32px;
  height: auto;
}

@media (max-width: 720px) {
  .logowhp1 { 
  margin-left: 140px;
}
}
@media (max-width: 480px) {
  .logowhp1 {
    width: 25px;
  margin-left: 120px;
  bottom: 15px;
}
}

.wrapper {
  padding: 15px;
  min-height: 100%;
}

.title {
  font-size: 30px;
  font-weight: 700px;
  color: #000000;
  margin: 0 0 5px 0;
}

.image-slider {
  padding: 15px 0 30px 0;
}


.image-slider_image {
  text-align: center;
}

.image-slider_image img {
  max-width: 100%;
}

/* strelki */
.image-slider .swiper-button-prev::after,
.image-slider .swiper-button-next::after {
  color: #ffffff;
  font-size: 15px;
}

/* pagination */
.image-slider .swiper-pagination {
  bottom: 0;
}

.image-slider .swiper-pagination-bullet {
  color: #99e3f4;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  background-color: #33455c;
}

/* scrollbar */
.image-slider .swiper-scrollbar-drag {
  cursor: pointer;
  background-color: #33455c;
  margin-top: 20px;
}

.mapwhp img {
  display: flex;

  max-width: 100%;
  justify-content: center;
  padding: 20px 10px 15px 10px;
  margin: 0 auto;
}

/* Customize the label (the container) */
.container1 {
    display: block;
    cursor: pointer;
    font-size: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 5PX;
    left: 150PX;
    height: 25px;
    width: 25px;
    border-radius: 15%;
    background-color: #2e578e;
  }
  
  /* On mouse-over, add a grey background color */
  .container1:hover input ~ .checkmark {
    background-color: #6d93c5;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container1 input:checked ~ .checkmark {
    background-color: #cccccc;
    
  }
  
  /* Create the checkmark/indicator (hidden when not checked) display: none;*/
  .checkmark:after {
    content: "";
    position: absolute;
    
  }
  
  /* Show the checkmark when checked */
  .container1 input:checked ~ .checkmark:after {
    display: block;

  }
  
  /* Style the checkmark/indicator */
  .container1 .checkmark:after {
    left: 6px;
    top: 5px;
    width: 10px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  

  /* The Modal (background) */
  .modal {
    display: none;/* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    max-width: 100%; /* Full width */
    height: 80%; /* Full height */
    overflow:auto;
    /* background-color: rgb(0,0,0); /* Fallback color */
     /* background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    }

    /* Modal Content */
    .modal-content {
    background-color: #ffffff;
    margin-left: 130px;
    padding: 20px;
    width: 30%;
    height:80%;
    min-width: 480px;
    overflow:auto;
    border-radius: 15px;
    border: 15px solid rgba(51, 122, 183, 0.3);
   
    }

    @media (max-width: 820px) {
      .modal-content { 
        width: 40%;
        min-width: 480px;
        margin: 0 auto;
    }
    .modal {
      max-width: 100%; /* Full width */
      height: 100%; /* Full height */
    }
    }

    @media (max-width: 480px) {
      .modal-content {
        max-width: 60%;
        min-width: 375px;
        margin: 0 auto;
           
    }
    .modal {
      max-width: 100%; /* Full width */
      height: 100%; /* Full height */
    }
  }

    /* The Close Button */
    .close,
    .close2,
    .close3 {
    color: #1a1e9a;
    float: right;
    font-size: 40px;
    font-weight: bold;
    }

    .close:hover,
    .close2:hover,
    .close:focus,
    .close2:focus,
    .close3:hover,
    .close3:focus {
    color: rgba(51, 122, 183, 0.4);
    text-decoration: none;
    cursor: pointer;
    }

    .svgtest img{
     position: relative;
    top: 0;
     left: 140px;
      width:25px;
      height:25px;
      margin: 0;
      /*fill:red!important;*/
      transition: transform .3s;
    }

    .svgtest img:hover {
        transform: scale(1.3);
        
    }
    .svgtest {
        font-size: 10px;
    }

    /*.svgtest button{
        width:0px;
        height:0px;
        margin: 0 5px;
        padding-bottom: 5px;
        font-size: 10px;
        text-align: center;
        border-radius: 5px;
    
      }*/

      [data-tooltip] { 
        position: relative; /* Относительное позиционирование */
        color: #97979b; 
        left: 145px;
    } 
      [data-tooltip]::after { 
        content: attr(data-tooltip); /* Выводим текст */ 
        position: absolute; /* Абсолютное позиционирование */ 
        width: 200px; /* Ширина подсказки */ 
        left: 0; top: 0; /* Положение подсказки */ 
        background: hsl(209, 35%, 52%); /* Синий цвет фона */ 
        border-radius: 7%;
        color: #fff; /* Цвет текста */ 
        padding: 0.5em; /* Поля вокруг текста */ 
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */ 
        pointer-events: none; /* Подсказка */ 
        opacity: 0; /* Подсказка невидима */ 
        transition: 1s; /* Время появления подсказки */ 
      } 
    
      [data-tooltip]:hover::after 
      { 
        opacity: 1; /* Показываем подсказку */ 
        top: 2em; /* Положение подсказки */ } 
      
        @media (max-width: 980px) {
          [data-tooltip] { 
            left: 140px;    
        }
        }
        
        @media (max-width: 720px) {
          [data-tooltip] { 
            left: 30px;     
        }
        }
    
        @media (max-width: 590px) {
          [data-tooltip] { 
            left: 20px;
            
        }
        }
    