body,
html,

#intro {
  height: 100%;
}
#intro{
	background: #fff url(/upload/fon.jpg)no-repeat center center fixed; /* Цвет фона и путь к файлу  */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
footer .nav-item{
	color: #fff;
	text-transform: uppercase;
}


#fon1 {
    background: #fff url(https://exhibition.techno-light.kz/files/b/fon_am.svg)no-repeat center center fixed; /* Цвет фона и путь к файлу */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
   }

#fon2 {
    background: #fff url(https://exhibition.techno-light.kz/files/b/fon_com.png)no-repeat center center fixed; /* Цвет фона и путь к файлу */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
   }

#fon3 {
    background: #fff url(https://exhibition.techno-light.kz/files/b/fon.svg)no-repeat center center fixed; /* Цвет фона и путь к файлу */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
   }


        #fon_company {
            margin: 0;
            background-image: url('https://exhibition.techno-light.kz/files/b/left-bg.png'), 
                              url('https://exhibition.techno-light.kz/files/b/right-bg.png');
            background-position: left, right;
            background-repeat: no-repeat, no-repeat;
            background-size: contain, contain;	
			background-attachment: fixed, fixed;

        }


     #shapka_company {
      position: relative;
      width: 100%;
      height: 400;
    }
    .full-width-image {
      position: absolute;
      top: -45px;
      left: 50%;
      transform: translateX(-50%);
      width: 100vw;
      height: auto;
    }

	.table-no-border {
      border-collapse: collapse;
    }
    .table-no-border td,
    .table-no-border th {
      border: none;
    }
    .table-hover tbody tr:hover {
      background-color: #F0F8FF; /* Цвет фона при наведении */
    }
     #shapka_company2 {
      position: relative;
	  top: -45px; /* Поднимаем div на 45 пикселей */
    }




















