body {
width: 1200px;
margin: 0 auto;
padding: 0;

font-family: 'Fira Sans', 'Georgia', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 35px;
line-height: 42px;
box-sizing: border-box;
color: #000000;
}

.blur {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 100;
  background: rgba(85, 85, 85, 0.79);
  }

a {
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0, 0, 0, 0);
}

.main-header {
  width: 100%;
  min-height: 91px;
  margin-top: 0px;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  color: #000000;
}

.mine-navigation {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.header-logo {
  position: absolute;
  width: 428px;
  height: 135px;
  padding: 0;
  margin: 0px;
  left: 1px;
  top: 8px;
}

.site-navigation {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation-space {
  width: 300px;
  padding: 0;
  margin: 0;
}

.navigation-item {
  display: inline-block;
  width: 300px;
  padding: 0;
  margin: 0;
  margin-top: 50px;
  color: #000000;
}

.select {
  color: #B7CEED;
}

.main-header::after {
  content: "";
  display: flex;
  width: 100%;
  height: 14px;
  background-color: #F7EBF5;
  align-items: center;
}

.container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.activity {
  display: flex;
  flex-direction: column;
}

.title_1 {
  font-weight: bold;
  font-size: 179px;
  line-height: 215px;
  padding: 0;
  margin: 150px 0px 0px 0px;
}

.title_2 {
  font-weight: bold;
  font-size: 94px;
  line-height: 113px;
  padding: 0;
  margin: 0;
}

.main-scetch {
  width: 485px;
  height: 730px;
  padding: 0;
  margin: 15px 25px 30px 0px;
}

.icon-click {
  margin: 185px 0px 0px 0px;
}

.main-footer {
  content: "";
  display: flex;
  width: 100%;
  height: 14px;
  background-color: #B7CEED;
  align-items: center;
}

.info-container {
  width: 100%;
}

.info-container-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 768px;
    width: 100%;
}

.info-text {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 24px;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
  width: 576px;
}

.galery-container {
  width: 100%;
}

.galery-advertising {
  display: flex;
  width: 100%;
  height: 400px;
  background: #E0E0E0;
  margin: 40px 0px 40px 0px;
}


.advertising-text-space {
  margin-left: 50px;
  color: #000000;
}

.advertising-text {
  margin-top: 60px;
  margin-bottom: 60px;
}

.advertising-link {
  width: 100px;
  color: #000000;
  border: solid #000000;
  padding: 10px 30px 10px 30px;
  margin-top: 20px;
}

.advertising-caption {
  font-size: 20px;
  line-height: 24px;
  margin-top: 60px;
}

.galery-spase {
  width: 100%;
}

.galery-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.galery-item {
  width: 380px;
  height: 570px;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}


.modal {
  position: fixed;
 background-color: #FFFFFF;
/* background-color: rgba(85, 85, 85, 0.79); */
z-index: 101;
}

.modal-price {
  display: none;
  top: 120px;
  left: 50%;
  width: 700px;
  padding: 0px 52px 52px 52px;
  margin-left: -350px;
  box-sizing: border-box;
}
.modal-show {
  display: block;
}

.modal-close {
  position: absolute;
  top: 0;
  right: -34px;

  width: 22px;
  height: 22px;

  font-size: 0;

  background-color: transparent;
  border: 0;

  cursor: pointer;
}

.modal-close::before,
.modal-close::after {
  content: "";

  position: absolute;
  top: 10px;
  left: 2px;

  width: 19px;
  height: 3px;

  background-color: #d0d0d0;
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}

.modal-image {
  margin-bottom: 30px;
}

.galery-text {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 24px;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
  width: 600px;
  text-align: center;
}
