html {
    font-size: 16px;
  }


body{
    color: black;
    font-size: 1.1rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    border-color: red;
    border-width: 5px;
}

a{
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color:white;
}

a:hover{
    font-family: 'Quantico', sans-serif;
    text-decoration: none;
}




h2 {
    color: black;
    font-size: 1.1rem;
    font-family: 'Russo One', sans-serif;
}


.h2 {
    color: black;
    font-size: 0.9rem;
    font-family: 'Russo One', sans-serif;
}

.font1
{
    color: black;
    font-size: 0.95rem;
}

.font2
{
    color: black;
    font-size: 1.15rem;
}


h3 {
    color: black;
    font-size: 0.8rem;
    font-family: 'Russo One', sans-serif;
}

h4 {
    color: black;
    font-size: 0.9rem;
    font-family: 'Jura', sans-serif;
}

.h4_small2 {
    color: black;
    font-size: 1.0rem;
    font-family: 'Russo One', sans-serif;
    font-weight: 500;
}

.h4_small {
    color: black;
    font-size: 1rem;
    font-family: 'Jura', sans-serif;
    font-weight: 300;
}

p {
    font-weight: 200;
    color: #81a1d6;
    font-size: 0.9rem;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div {
    border: 0px solid rgb(199, 45, 45);
}

ul{
padding-inline-start: 0px;
}

.img_right
{
    height: 360px;
    width: 100%;
    min-height: 360px;
    min-width: 20%;
    max-height: 100%;
    max-width: 200%;
}

.img_Back_3Page
{
    min-height: 1450px;
}


img
{
    min-width: 10%; 
    min-height: 10%; 
    max-height: 100%;
    max-width: 100%;
}

.img_logo5
{
    min-width: 10%; 
    min-height: 10%; 
    max-height: 230px;
    max-width: 100%;
}


.img2page
{
    height: 160px;
    width: 160px;
}


.img3page
{
    min-width: 10%; 
    min-height: 10%; 
    max-height: 150%;
    max-width: 150%;

}


.img-wrap {
    position: relative;
  }
  


  
.imgMargin30px
{
    height: 100px;
    width: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.imgMargin20px
{
    height: 120px;
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.imgTV
{
    height: 90px;
    width: 120px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.imgAudio
{
    height: 80px;
    width: 140px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.imgIcon
{
    height: 70px;
    width: 70px;
}

.img_location
{
    width: 18px;
    height: 18px;
    min-width: 18px; 
    min-height: 18px; 
    max-height: 18px; 
    max-width: 18px; 
}
/****/
.header {
    background: black;
    padding: 29px 0;
}

li{
    padding-left: 25px;
}

.lightBlue_color
{
    color: #81a1d6;
    text-align: center;
}

.smallfont
{
 font-size: 0.85rem;
}

.content_1Page
{
    background-color: #e8e8e8;
    font-size: 0.8rem;
    text-align: center;
 }

 .content_2Page
 {
     background-color: #a9d2eb;
     font-size: 0.8rem;
     text-align: center;
  }

  .content_3Page
  {
    width: 100%;
    max-width: 2100px;
    min-width: 20%;
   }
  
.blue_line_1Page
{
    background-color: #a9d2eb;
    min-height: 25px;
    max-height: 100%;
}


.gray_line_1Page
{
    background-color: #e8e8e8;
    min-height: 25px;
    max-height: 100%;
}


.white
{
    background-color: white;
}

.white_60back
{
    background-color: white;
    height: 100%;
    opacity: .6;

}

.white_color
{
    color: white;
}


.black
{
    color: black;
    font-size: 0.8rem;
}

.black_color
{
    color: #e8e8e8;
}

.gray
{
    color: #1f1b1b
}

.black_background
{
    background-color: black;
}

.narrow_line
{
    min-height: 25px;
    max-height: 200%;
    min-width: 25%;
}

/**СЛАЙДЕР**/



.carousel-inner img {
    height: 260px;

    width:auto;
  }


.scale {
  transition: 1s; /* Время эффекта */
  }
.scale:hover {
  transform: scale(1.3); /* Увеличиваем масштаб */
  }


.content_1Page_dop
{
    background-color: #e8e8e8;
    font-size: 0.8rem;
    text-align: left;
 }

.content_2Page_left
 {
     background-color: #a9d2eb;
     font-size: 0.8rem;
     text-align: left;
 }