.text_information_about{
	width: 100%;
	position: absolute;
	top: 200px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.text_information_about h1{
	width: 1300px;

	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-shadow: 0px 0px 3px 9px rgba(0, 0, 0, 0.5);
	color: aliceblue;
}
.text_information_about p{
	width: 1000px;

	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 25px;
	line-height: 40px;
	text-align: center;

	color: rgb(191, 196, 201);
}
section{
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
	position: absolute;
	top: 500px;
}
.position_links{
    width: 1500px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items:stretch;
    flex-wrap: wrap;
}
/* buttons links ================================================== */
.button{
    margin-bottom: 30px;
}
/* first */
.first {
    display: block;
    width:500px;
    height:300px;
    padding: 0px;
    margin: 20px auto;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    transform: translateY(-50%);
    box-shadow: 0 10px 20px -5px #94a6af;
    overflow: hidden;
  }
  
  .first:before,
  .first:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .first:before {
    transform: scale(1);
    background-image: url("/img/bg/1corpus.png");
    background-size: cover;
    transition: 0.3s ease transform;
    z-index: 1;
  }
  
  .first:after {
    background-color: #000;
    opacity: 0.16;
    z-index: 2;
  }
  
  .first div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
  
  .first div:before,
  .first div:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 40px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 30% 0;
    transition: 0.3s ease all;
  }
  
  .first div:before {
    content: "Ⅰ корпус";
    letter-spacing: 0;
    opacity: 1;
    transform: scale(1);
  }
  
  .first div:after {
    content: "Пeрейти";
    letter-spacing: -10px;
    transform: scale(0);
    opacity: 0;
  }
  
  .first:hover:before {
    transform: scale(1.3);
  }
  
  .first:hover div:before {
    letter-spacing: 3x;
    opacity: 0;
    transform: scale(4);
  }
  
  .first:hover div:after {
    letter-spacing: 0;
    opacity: 1;
    transform: scale(1);
  }
  /* second */
  .second {
    display: block;
    width:500px;
    height:300px;
    padding: 40px;
    margin: 20px auto;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    transform: translateY(-50%);
    box-shadow: 0 10px 20px -5px #94a6af;
    overflow: hidden;
  }
  
  .second :before,
  .second :after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .second :before {
    transform: scale(1);
    background-image: url("/img/bg/2corpus.png");
    background-size: cover;
    transition: 0.3s ease transform;
    z-index: 1;
  }
  
  .second :after {
    background-color: none;
    opacity: 0.06;
    z-index: 2;
  }
  
  .second  div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
  
  .second  div:before,
  .second  div:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 40px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 30% 0;
    transition: 0.3s ease all;
  }
  
  .second  div:before {
    content: "ⅠⅠ корпус";
    letter-spacing: 0;
    opacity: 1;
    transform: scale(1);
  }
  
  .second  div:after {
    content: "Пeрейти";
    letter-spacing: -10px;
    transform: scale(0);
    opacity: 0;
  }
  
  .second :hover:before {
    transform: scale(1.3);
  }
  
  .second :hover div:before {
    letter-spacing: 3x;
    opacity: 0;
    transform: scale(4);
  }
  
  .second :hover div:after {
    letter-spacing: 0;
    opacity: 1;
    transform: scale(1);
  }  
  /* lab */                                           
  .lab{
    display: block;
    width:600px;
    height:400px;
    padding: 40px;
    margin: 20px auto;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    transform: translateY(-50%);
    box-shadow: 0 10px 20px -5px #94a6af;
    overflow: hidden;
  }
  
  .lab :before,
  .lab :after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .lab :before {
    transform: scale(1);
    background-image: url("/img/bg/lab.png");
    background-size: cover;
    transition: 0.3s ease transform;
    z-index: 1;
  }
  
  .lab :after {
    background-color: none;
    opacity: 0.16;
    z-index: 2;
  }
  
  .lab  div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
  
  .lab  div:before,
  .lab  div:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 40px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 35% 0;
    transition: 0.3s ease all;
  }
  
  .lab  div:before {
    content: "Майстерні та лабораторії";
    letter-spacing: 0;
    opacity: 1;
    transform: scale(1);
  }
  
  .lab  div:after {
    content: "Пeрейти";
    letter-spacing: -10px;
    transform: scale(0);
    opacity: 0;
  }
  
  .lab :hover:before {
    transform: scale(1.3);
  }
  
  .lab :hover div:before {
    letter-spacing: 3x;
    opacity: 0;
    transform: scale(4);
  }
  
  .lab :hover div:after {
    letter-spacing: 0;
    opacity: 1;
    transform: scale(1);
  }  
  /* mus */
  .mus{
    display: block;
    width:600px;
    height:400px;
    padding: 40px;
    margin: 20px auto;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    transform: translateY(-50%);
    box-shadow: 0 10px 20px -5px #94a6af;
    overflow: hidden;
  }
  
  .mus :before,
  .mus :after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .mus :before {
    transform: scale(1);
    background-image: url("/img/bg/mus.png");
    background-size: cover;
    transition: 0.3s ease transform;
    z-index: 1;
  }
  
  .mus :after {
    background-color: none;
    opacity: 0.16;
    z-index: 2;
  }
  
  .mus  div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
  
  .mus  div:before,
  .mus  div:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 40px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 30% 0;
    transition: 0.3s ease all;
  }
  
  .mus  div:before {
    content: "Військово-історичний музей";
    letter-spacing: 0;
    opacity: 1;
    transform: scale(1);
  }
  
  .mus  div:after {
    content: "Пeрейти";
    letter-spacing: -10px;
    transform: scale(0);
    opacity: 0;
  }
  
  .mus :hover:before {
    transform: scale(1.3);
  }
  
  .mus :hover div:before {
    letter-spacing: 3x;
    opacity: 0;
    transform: scale(4);
  }
  
  .mus :hover div:after {
    letter-spacing: 0;
    opacity: 1;
    transform: scale(1);
  }  
@media only screen and (min-width: 1000px) and (max-width: 1400px){
	.text_information_about h1{
		width: 800px;
		font-size: 25px;
	}
	.text_information_about p{
		width: 700px;
		font-size: 20px;
	}
    .footer p{
        position: absolute;
		top: 450px;
	} 
}
@media only screen and (min-width: 500px) and (max-width: 999px){
	.cd-header{
		background-color: #1f2029;
		height: 120px;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.55);
	}
    section{
        height: 490px;
		top: 830px;
    }
    .position_links{
        flex-direction: column;
        justify-content: space-around;
    }
    .info{
        margin-top: 20px;
    }

	.logo-wrap {
		position: absolute;
		display:block;
		left:0;
		top: 50px;
		cursor: pointer;
	}
	.logo-wrap a {
		cursor: pointer;
		font-family: 'Montserrat', sans-serif;
		font-weight: 900;
		font-size: 40px;
		line-height: 20px;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #fff;
		transition : all 0.3s ease-out;
	}
	.switch-wrap p {
		font-weight: 600;
		font-size: 26px;
		letter-spacing: 1px;
		line-height: 1;
		color: #8167a9;
		text-align: center;
		margin-top: 15px;
	}
	.text_information_about h1{
		width: 760px;
		font-size: 30px;
		line-height: 55px;
		font-weight: 700;
	}
	.text_information_about p{
		width: 850px;
		font-size: 30px;
		line-height: 50px;
		position: relative;
		top: 20px;
	}
	.nav__list-item {
		font-size: 5vh;
		font-weight: 900;
	}
	.footer p{
		top: 830px;

	} 
    section{
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        position: absolute;
        top: 550px;
    }
    .position_links{
        width: 1500px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items:stretch;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 499px){
    section{
        height: 200px;
		top: 620px;
    }
    .position_links{
        flex-direction: column;
        justify-content: space-around;
    }
    .info{
        margin-top: 20px;
    }

	.logo-wrap {
		position: absolute;
		display:block;
		left:0;
		top: 40px;
		cursor: pointer;
	}
	.logo-wrap a {
		cursor: pointer;
		font-family: 'Montserrat', sans-serif;
		font-weight: 900;
		font-size: 40px;
		line-height: 20px;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #fff;
		transition : all 0.3s ease-out;
	}
	.switch-wrap p {
		font-weight: 600;
		font-size: 26px;
		letter-spacing: 1px;
		line-height: 1;
		color: #8167a9;
		text-align: center;
		margin-top: 15px;
	}
	.text_information_about h1{
		width: 400px;
		font-size: 37px;
	}
	.text_information_about p{
		width: 360px;
		font-size: 30px;
	}
	.nav__list-item {
		font-size: 3vh;
		font-weight: 900;
	}
	.footer{
		width: 100vw;
		position: absolute;
		top: 1600px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	} 
    section{
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        position: absolute;
        top: 500px;
    }
    .position_links{
        width: 1500px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items:stretch;
        flex-wrap: wrap;
    }
}
.cd-header{
    position: absolute;
}
.footer{
    top: 1200px;
}