body{
margin:0;
padding:0;
font-family: Roboto;}

.pic {
	width: 736px;
	height: 1010px;
	margin: 0px auto;
	background: #7a3434;
	display: block;
	border: 1px solid #36695a;
	
	
}


	
.modal {
  will-change: visibility, opacity;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: $modal-delay;
}
.modal--active {
  visibility: visible;
  opacity: 1;
}
.modal--align-top {
  align-items: flex-start;
}
.modal__bg {
  background: transparent;
}
.modal__dialog {
  max-width: 734px;
  /* padding: 1rem; */
}
.modal__content {
  will-change: transform, opacity;
  position: relative;
  padding: 15px;
 
  background: #fcd4d4;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
  opacity: 0;
  /* transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1); */
  border-radius: 10px;
}

.modal__content  img{
	width: 705px;
	
}
h2
{color:#36695a;


}

p {
	font-size: 18px;
}
.modal__content--active {
  opacity: 1;
}
.modal__close {
  z-index: 1100;
  cursor: pointer;
}
.modal__trigger {
  position: relative;
  display: block;
  float: left;
  margin-left: 10px;
  margin-bottom: 25px;
 text-align: center;
 text-decoration: none;
  color: red;
  width: 229px;
  height: 305px;
  cursor: pointer;
 
  border: 2px solid #eee;
  box-shadow: 0 0 10px rgba(0,0,0,1);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 5%;
  font-size: 95%;
}
.dot-1 {
	background-image: url('./img/1.jpg');
 background-size: cover;
}
.dot-2 {
	background-image: url('./img/2.jpg');
 background-size: cover;
}
.dot-3 {
	background-image: url('./img/3.jpg');
 background-size: cover;
}

.dot-4 {
	background-image: url('./img/4.jpg');
 background-size: cover;
}
.dot-5 {
	background-image: url('./img/5.jpg');
 background-size: cover;
}
.dot-6 {
	background-image: url('./img/6.jpg');
 background-size: cover;
}
.dot-7 {
	background-image: url('./img/7.jpg');
 background-size: cover;
}
.dot-8 {
	background-image: url('./img/8.jpg');
 background-size: cover;
}
.dot-9 {
	background-image: url('./img/9.jpg');
 background-size: cover;
}

.dot-10 {
	background-image: url('./img/10.jpg');
 background-size: cover;
}

.dot-11 {
	background-image: url('./img/11.jpg');
 background-size: cover;
}

.dot-12 {
	background-image: url('./img/12.jpg');
 background-size: cover;
}

.dot-13 {
	background-image: url('./img/13.jpg');
 background-size: cover;
}

.dot-14 {
	background-image: url('./img/14.jpg');
 background-size: cover;
}

.dot-15 {
	background-image: url('./img/15.jpg');
 background-size: cover;
}

.dot-16 {
	background-image: url('./img/16.jpg');
 background-size: cover;
}

.dot-17 {
	background-image: url('./img/17.jpg');
 background-size: cover;
}

.dot-18 {
	background-image: url('./img/18.jpg');
 background-size: cover;
}

.dot-19 {
	background-image: url('./img/19.jpg');
 background-size: cover;
}



.dot-21 {
	background-image: url('./img/21.jpg');
 background-size: cover;
}

.dot-22 {
	background-image: url('./img/22.jpg');
 background-size: cover;
}

.dot-23 {
	background-image: url('./img/23.jpg');
 background-size: cover;
}



.dot-25 {
	background-image: url('./img/25.jpg');
 background-size: cover;
}

.dot-26 {
	background-image: url('./img/26.jpg');
 background-size: cover;
}

.dot-27 {
	background-image: url('./img/27.jpg');
 background-size: cover;
}

.dot-28 {
	background-image: url('./img/28.jpg');
 background-size: cover;
}

.dot-29 {
	background-image: url('./img/29.jpg');
 background-size: cover;
}



.modal__trigger--active {
  z-index: 10;
}



#modal__temp {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fcd4d4;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
demo-btns .modal__trigger {
  margin-right: 3px;
}
@media (max-width: 640px) {
  .demo-btns .modal__trigger {
    margin-bottom: 0.8rem;
  }
}
.demo-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.2rem;
  padding: 0.3rem;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-close svg {
  width: 24px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}
.demo-close:hover {
  background: rgba(0,0,0,0.6);
}	



.icon {
	width: 150px;
}

span {
font-size: 130%;	
font-weight: bold;
}

.down {
	padding: 2px 12px; 
		text-align:center;  
		color:#FFF;  
		text-decoration:none;  
		line-height:33px;  
		font-family:'Oswald', Helvetica; 
		font-size: 16px;
		 
	position: absolute;
	bottom: 0%;
	right: 76%;
		
		background: #3EACBA;  
		border:1px solid #379AA4;  
		background-image:-webkit-linear-gradient(top, #7a3434, #e89296);  
		background-image:-moz-linear-gradient(top, #7a3434, #e89296);
		background-image:-ms-linear-gradient(top, #7a3434, #e89296);  
		background-image:-o-linear-gradient(top, #7a3434, #e89296);  
		background-image:linear-gradient(top, #7a3434, #e89296);    
		border: solid 1px #6e0309;       
border-bottom: solid 1px #6e0309;       
box-shadow: inset 0 0 0 1px #fcc7ca;    
   color: #fff;    
 text-shadow: 0 1px 0 #85050e;
}


.active, .passive{
display: inline-block;
width: 110px;
text-decoration:none;
margin-left: 15px;
text-align: center;
margin-bottom: 15px;
border: 2px solid #a42d2e;
padding: 8px 10px;
font-weight: bold;
color: #a42d2e;
 box-shadow: 0 5px 8px 0 rgba(0,0,0,0.11);
 border-radius: 10px;
}

.active {
	background: #a42d2e;
	color: #fff;
	
}