html, body {
      height: 100%;
	  width:100%;
    }
	body{
		background-color:#f2f2f2;
		width:100%;
	}
.wrapper {
      display: flex;
      flex-direction: column;
    }
.content {
      flex: 1;
    }
.footer {
      background-color: #616161;
      padding: 20px;
      margin-top: auto;
   }
   .footer p {
      color:white;
   }
header {
    background-color:#f2f2f2;
	margin-bottom:-15px;
  }
  .color{
	  font-family: 'Verdana';
	  color:black;
	  font-size: 22px;
  }
  .button{
	 
	  margin-bottom:15px;
  }
  .menu{
	  margin-right:-33px;
	  height:30px;
	  width:30px;
  }
  .logo{
	  width:80px;
	  padding-bottom:12px;
  }
  .nav-item{
	  padding-left:30px;
	  padding-top:7px;
  }
  @media (max-width: 768px) {
  .viv {
    font-size: 25px;
  }
}
@media (min-width: 769px) {
  .viv {
    font-size: 30px;
  }
}
  .navbar-brand {
      margin-right: auto; /* Выравнивание "Моя компания" в левый край */
    }
    .navbar-nav {
      margin-left: auto; /* Выравнивание элементов справа в правый край */
    }
.container{
	 font-family: 'Verdana';
}




	
.glass {
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("ico/photo_glav.jpg") center no-repeat;    
}
.glass span {
    position: relative;
    text-align: center;
    color: #FFF;
    width: 80%;
    font-size: 45px;
    line-height: 40px;    
    padding: 40px 0;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2), 0 16px 28px rgba(0,0,0,0.2);
    text-shadow: 0 0 12px rgba(0,0,0,0.6);   
    text-transform: uppercase;
    font-family: 'Roboto', Tahoma, sans-serif;
    letter-spacing: 4px;
    z-index: 1;
    overflow: hidden;
}
.glass span:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    height: 200%;
    width: 200%;
    background: url("ico/photo_glav.jpg") center no-repeat;
    filter: blur(8px);
    z-index: -1;
}
hr {
	background-color: black; /* Цвет линии */
    color: black; /* Цвет линии для IE6-7 */
    height: 2px; /* Толщина линии */
}

.content>p{
		font-size: 20px;
	
	text-align: justify;
	width: 400px;
}























 .containerSquare {
      position: relative;
      width: 100%;
      height: 300px;
      overflow: hidden;
    }

    .square {
      position: absolute;
      left: -20px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 300px;
	  border-radius:18px;
      background-color: #c4c4c4;
    }

   

    .contentSquare {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 100%;
      padding: 0 20px;
      box-sizing: border-box;
    }

    .photoSquare {
      position: absolute;
      left: 55%;
      transform: translate(-50%, -50%);
      width: auto;
      height: 700px;
	  margin-top:300px;
      background-image: url("ico/bg1.jpg"); /* Replace with your image */
	  clip-path: polygon(0 0, 100% 0, 10% 100%, 0% 100%);
	  
    }


    .textSquare {
      flex-grow: 1;
      text-align: right;
      opacity: 0;
	  margin-top:100px;
    }

   /* Пример: изменение размера текста при ширине экрана меньше 600px */
@media (max-width: 768px) {
  .textSquare {
    font-size: 15px;
  }
}
@media (min-width: 769px) {
  .textSquare {
    font-size: 20px;
  }
}
	

























.containerSquareRight {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.squareRight {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 300px;
  background-color: #c4c4c4;
  border-radius:18px;
}


.contentSquareRight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.textSquareRight {
  flex-grow: 1;
  text-align: left;
  opacity: 0;
  margin-top:70px;
  
}

.photoSquareRight {
 position: absolute;
      right: 55%;
	  top:50%;
      transform: translate(50%, -50%);
      width: auto;
      height: 300px;
  background-image: url("ico/bg2.jpg"); /* Замените на вашу картинку */
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
 
}
@media (max-width: 768px) {
  .textSquareRight {
    font-size: 15px;
  }
}
@media (min-width: 769px) {
  .textSquareRight {
    font-size: 20px;
  }
}










.containerSquare1 {
      position: relative;
      width: 100%;
      height: 300px;
      overflow: hidden;
    }

    .square1 {
      position: absolute;
      left: -20px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 300px;
	  border-radius:18px;
      background-color: #c4c4c4;
    }

   

    .contentSquare1 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 100%;
      padding: 0 20px;
      box-sizing: border-box;
    }

    .photoSquare1 {
    position: absolute;
      left: 55%;
      transform: translate(-50%, -50%);
      width: auto;
      height: 700px;
	  margin-top:300px;
      background-image: url("ico/bg3.jpg"); /* Replace with your image */
	  clip-path: polygon(0 0, 100% 0, 10% 100%, 0% 100%);
    }


    .textSquare1 {
      flex-grow: 1;
      text-align: right;
      opacity: 0;
	  margin-top:100px;
    }

   
@media (max-width: 768px) {
  .textSquare1 {
    font-size: 15px;
  }
}
@media (min-width: 769px) {
  .textSquare1 {
    font-size: 20px;
  }
}








.containerSquareRight1 {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.squareRight1 {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 300px;
  background-color: #c4c4c4;
  border-radius:18px;
}


.contentSquareRight1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.textSquareRight1 {
  flex-grow: 1;
  text-align: left;
  opacity: 0;
  margin-top:70px;
}

.photoSquareRight1 {
 position: absolute;
      right: 55%;
	  top:50%;
      transform: translate(50%, -50%);
      width: auto;
      height: 300px;
  background-image: url("ico/bg4.jpg"); /* Замените на вашу картинку */
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
 
}


@media (max-width: 768px) {
  .textSquareRight1 {
    font-size: 15px;
  }
}
@media (min-width: 769px) {
  .textSquareRight1 {
    font-size: 20px;
  }
}









 .containerSquare2 {
      position: relative;
      width: 100%;
      height: 300px;
      overflow: hidden;
    }

    .square2 {
      position: absolute;
      left: -20px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 300px;
	  border-radius:18px;
      background-color: #c4c4c4;
    }

   

    .contentSquare2 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 100%;
      padding: 0 20px;
      box-sizing: border-box;
    }

    .photoSquare2 {
      position: absolute;
      left: 55%;
      transform: translate(-50%, -50%);
      width: auto;
      height: 500px;
	  margin-top:300px;
      background-image: url("ico/bg5.jpg"); /* Replace with your image */
	  clip-path: polygon(0 0, 100% 0, 10% 100%, 0% 100%);
	  
    }


    .textSquare2 {
      flex-grow: 1;
      text-align: right;
      opacity: 0;
	  margin-top:100px;
    }

   @media (max-width: 768px) {
  .textSquare2 {
    font-size: 15px;
  }
}
@media (min-width: 769px) {
  .textSquare2 {
    font-size: 20px;
  }
}
	

























.containerSquareRight2 {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.squareRight2 {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 300px;
  background-color: #c4c4c4;
  border-radius:18px;
}


.contentSquareRight2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.textSquareRight2 {
  flex-grow: 1;
  text-align: left;
  opacity: 0;
  margin-top:50px;
}

.photoSquareRight2 {
 position: absolute;
      right: 55%;
	  top:50%;
      transform: translate(50%, -50%);
      width: auto;
      height: 300px;
  background-image: url("ico/bg6.jpg"); /* Замените на вашу картинку */
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
 
}




@media (max-width: 768px) {
  .textSquareRight2 {
    font-size: 15px;
  }
}
@media (min-width: 769px) {
  .textSquareRight2 {
    font-size: 20px;
  }
}















a.btn1 {
  position: relative;
  display: inline-block;
  color: black;
  font-weight: 700;
  font-size:15px;
  text-decoration: none;
  user-select: none;
  padding: .7em 55px;
  outline: none;
  border: 2px solid;
  border-radius: 5px;
  transition: 0.2s;
  margin-top:25px;
} 
a.btn1:hover { background: rgba(255,255,255,.2); }
a.btn1:active { background: white; }



a.btn2 {
  position: relative;
  display: inline-block;
  color: black;
  font-weight: 700;
  font-size:15px;
  text-decoration: none;
  user-select: none;
  padding: .7em 45px;
  outline: none;
  border: 2px solid;
  border-radius: 5px;
  transition: 0.2s;
  margin-top:50px;
} 
a.btn2:hover { background: rgba(255,255,255,.2); }
a.btn2:active { background: white; }




a.btn11 {
  position: relative;
  display: inline-block;
  color: black;
  font-weight: 700;
  font-size:15px;
  text-decoration: none;
  user-select: none;
  padding: .7em 75px;
  outline: none;
  border: 2px solid;
  border-radius: 5px;
  transition: 0.2s;
  margin-top:50px;
} 
a.btn11:hover { background: rgba(255,255,255,.2); }
a.btn11:active { background: white; }








a.btn21 {
  position: relative;
  display: inline-block;
  color: black;
  font-weight: 700;
  font-size:15px;
  text-decoration: none;
  user-select: none;
  padding: .7em 68px;
  outline: none;
  border: 2px solid;
  border-radius: 5px;
  transition: 0.2s;
  margin-top:20px;
} 
a.btn21:hover { background: rgba(255,255,255,.2); }
a.btn21:active { background: white; }






a.btn12 {
  position: relative;
  display: inline-block;
  color: black;
  font-weight: 700;
  font-size:15px;
  text-decoration: none;
  user-select: none;
  padding: .7em 78px;
  outline: none;
  border: 2px solid;
  border-radius: 5px;
  transition: 0.2s;
  margin-top:12px;
} 
a.btn12:hover { background: rgba(255,255,255,.2); }
a.btn12:active { background: white; }




a.btn22 {
  position: relative;
  display: inline-block;
  color: black;
  font-weight: 700;
  font-size:15px;
  text-decoration: none;
  user-select: none;
  padding: .7em 57px;
  outline: none;
  border: 2px solid;
  border-radius: 5px;
  transition: 0.2s;
  margin-top:50px;
} 
a.btn22:hover { background: rgba(255,255,255,.2); }
a.btn22:active { background: white; }







 #scroller {
	 z-index: 100;
      position: fixed;
      right: 70px;
      bottom: 170px;
      width: 5px;
      height: 5px;
      cursor: pointer;
      display: none;
      opacity: 0.6;
    }
	.img{
	width: 50px;
      height: 50px;
	}