@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Lobster&family=Roboto:wght@100;400&family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Lobster&family=Roboto:wght@100;400&family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Lobster&family=Roboto:wght@100;400&family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Lobster&family=Roboto:wght@100;400&family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Lobster&family=Roboto:wght@100;400&family=Dancing+Script&display=swap");
.navigation_btn {
  display: none;
}

.navigation {
  position: fixed;
  width: 100%;
  background-color: #009999;
  z-index: 100;
  opacity: .8;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.13);
  border: none;
  border-radius: 0;
}

.navigation_logo {
  width: 50px;
  float: left;
}

.navigation_mobile {
  cursor: pointer;
  font-size: 2.5rem;
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-align: center;
  width: 250px;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.navigation_mobile a {
  font-family: Dancing;
  color: #fff;
  text-decoration: none;
}

.navigation_mobile:hover {
  text-decoration: none;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  /* Увеличиваем масштаб */
}

.navigation_hrefs {
  float: left;
  width: calc(100% - 300px);
}

.navigation_hrefs_ul {
  color: #fff;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation_hrefs_ul a {
  color: #fff;
  font-size: 2.5rem;
  font-family: 'Roboto', sans-serif;
}

.navigation_hrefs_ul a:hover {
  text-decoration: none;
}

.logo-href_img {
  width: 100%;
  border-radius: 100px;
}

@media all and (min-width: 993px) and (max-width: 1024px) {
  .navigation_logo {
    width: 30px;
  }
  .navigation_hrefs_ul a {
    font-size: 1.5rem;
  }
  .navigation_mobile {
    font-size: 2rem;
    width: 200px;
    height: 30px;
  }
  .navigation_hrefs_ul {
    height: 30px;
  }
  .navigation_hrefs {
    width: calc(100% - 230px);
  }
}

@media all and (min-width: 769px) and (max-width: 992px) {
  .navigation_logo {
    width: 30px;
  }
  .navigation_hrefs_ul a {
    font-size: 1.5rem;
  }
  .navigation_mobile {
    font-size: 2rem;
    width: 200px;
    height: 30px;
  }
  .navigation_hrefs_ul {
    height: 30px;
  }
  .navigation_hrefs {
    width: calc(100% - 230px);
  }
}

@media all and (max-width: 768px) {
  .navigation_logo {
    width: 30px;
  }
  .navigation_hrefs {
    display: none;
    position: fixed;
    top: 50px;
    left: 50%;
    width: 50%;
    background-color: #009999;
    padding: 5px 20px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .navigation_btn {
    display: block;
    float: left;
    width: 30px;
  }
  .navigation_btn button {
    border: none;
    background-color: inherit;
    color: #fff;
    width: 100%;
  }
  .navigation_mobile {
    width: calc(100% - 60px);
    height: 30px;
  }
  .navigation_hrefs_ul a {
    font-size: 1.5rem;
  }
  .navigation_hrefs_ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .navigation_hrefs-a-container {
    width: 100%;
  }
  .glyphicon-remove {
    color: #fff;
    float: right;
  }
}

/*

font-family: 'Caveat', cursive;
font-family: 'Lobster', cursive;
font-family: 'Roboto', sans-serif;
*/
.footer {
  background-color: #000;
  color: #eae8e8;
  padding: 50px 10px 30px;
  font-size: 2rem;
  border-top: 4px solid #009999;
  float: left;
  width: 100%;
}

.footer .logo {
  width: 100px;
  background-color: #fff;
  border-radius: 400px;
}

.footer .text1 {
  line-height: 2;
}

.footer-header-name {
  border-bottom: 1px solid;
  text-align: left;
  padding: 0 0 10px 0;
}

.footer-header-contacts {
  font-size: 2.5rem;
}

.footer-header-contacts-elements {
  background-color: #fff;
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px;
  border-radius: 10px;
}

.footer-href {
  width: 100%;
  cursor: pointer;
}

.footer-href-text {
  text-align: left;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 5px;
}

.footer-payment-icons {
  float: left;
  padding-top: 50px;
}

.footer-payment-icons svg {
  width: 50px;
}

.social_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
}

.social-icon {
  width: 50px;
  float: left;
  margin-right: 20px;
}

.social-icon svg {
  height: 50px;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  /* Время эффекта */
}

.social-icon svg:hover {
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
  /* Увеличиваем масштаб */
}

@media all and (max-width: 769px) {
  .social-icon {
    width: 40px;
    float: left;
    margin-right: 15px;
  }
  .social-icon svg {
    height: 30px;
  }
}

@media all and (max-width: 500px) {
  .social-icon {
    width: 30px;
    float: left;
    margin-right: 10px;
  }
}

.infoBanner {
  float: left;
  width: 100%;
  text-align: center;
}

.infoBanner svg {
  width: 50px;
  float: left;
  margin-left: 20px;
}

.infoBanner-container {
  padding: 25px;
}

.infoBanner_text-center {
  text-align: center;
}

.infoBanner-text1 {
  font-size: 4rem;
  padding: 5px 0;
  color: #fff;
  line-height: 1.35em;
  margin-bottom: 5px;
  background-color: #55cd6c;
  width: 80%;
  margin-left: 10%;
  border-radius: 100px;
}

.infoBanner-text1 a {
  color: #fff;
}

.infoBanner-text1_center {
  text-align: center;
}

.infoBanner-text2 {
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 10px;
  color: #fff;
}

@media all and (max-width: 700px) {
  .infoBanner-text1 {
    font-size: 1.8rem;
    width: 100%;
    margin: 0;
  }
  .infoBanner svg {
    width: 25px;
    margin-left: 10px;
  }
  .infoBanner-text2 {
    font-size: 1rem;
  }
  .infoBanner-container {
    padding: 10px;
  }
}

/*

font-family: 'Caveat', cursive;
font-family: 'Lobster', cursive;
font-family: 'Roboto', sans-serif;
*/
* {
  font-family: 'Roboto', sans-serif;
}

.display_main {
  background-color: #fff;
  display: none;
}

.public1-text {
  font-size: 2rem;
  text-align: justify;
}

.public1-header {
  padding-top: 110px;
  width: 100%;
}

.public1-header-img {
  padding: 15px 0;
}

.public1-header-img img {
  width: 100%;
}
/*# sourceMappingURL=pismp_mame.css.map */