@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
header {
    display: flex;
    align-items: center;
    height: 75px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    background-color: rgba(0, 0, 0, 0.692);
    justify-content: space-between;
    position: fixed;
    z-index: 10000;
}
body {
    font-family: "Roboto";
    text-decoration: none;
}
* {
margin: 0;
padding: 0;
outline: none;
border: none;
box-sizing: border-box;
}
.menu {
    visibility: hidden;
}
.header-item{
    height: 100%;
    width: 140px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.header-item>a {
    color: #fff;
    text-decoration: none;
    transition: .2s;
}
.header-item>a:hover {
    color: #d8d8d8;
}
.header-items {
    display: flex;
}
.header-contacts {
    margin-right: 20px;
}
.logo {
    height: 60px;
    margin: 5px 5px 5px 10px;
}
.phone-number {
    margin-left: 10px;
    margin-bottom: 5px;
    color: #fff;
}
.phone-photo {
    height: 20px;
    margin-bottom: 5px;
}
.phone-div {
    display: flex;
}
.email {
    margin-left: 10px;
    margin-top: 5px;
    color: #fff;
}
.email-div {
    display: flex;
}
.email-photo {
    height: 20px;
    margin-top: 5px;
}

.slider {
	width: 100%;
    height: 800px;
	overflow: hidden;
    position: relative;
}
.slider .bx-wrapper {
	position: relative;
}
.slid {
    width: 100%;
    object-fit: cover;
    height: 800px;
    object-position: top;
}
.slider-div {
    position: relative;
    width: 100%;
    height: 800px;
}
.slider-div>div {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.slider-text {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 50px;
    background-color: rgba(48, 48, 48, 0.315);
    height: 75px;
    width: 75%;
    color: #ffffff;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
}

main {
    width: 100%;
}
ul {
    margin: 0 0 0 20px;
}
.company-info {
    height: 1600px;
    display: flex;
    justify-content: center;
    padding: 20px 20px 20px 20px;
}
.info-div {
    background: linear-gradient(rgb(226, 226, 226), #fff) ;
    width: 1300px;
    height: 100%;
    border-radius: 40px;
    padding: 20px 40px 40px 40px;
}
.info-div>p {
    font-size: 20px;
}
.main-info>img {
    float: left;
    margin-right: 20px;
}
.main-info>p {
    margin-top: 0;
    font-size: 20px;
}
footer {
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #242424;
}
footer>img {
    height: 75px;
    width: 240px;
    margin: 75px 0 50px 0;
}
footer>div {
    display: flex;
    color: #fff;
}
.ooo {
    margin: 40px 0 0 0;
}
.slidert>div>img {
    height: 500px;
    border-radius: 10px;
    border: solid 1px rgb(184, 184, 184);
}
@media (max-width: 750px) {
.slidert>div>img {
    width: 270px;
    height: auto;
    border-radius: 10px;
    border: solid 1px rgb(184, 184, 184);
}
header {
    display: flex;
    align-items: center;
    height: 35px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    background-color: rgba(0, 0, 0, 0.692);
    justify-content: space-around;
    position: fixed;
    z-index: 10000;
}
body {
    font-family: "Roboto";
    text-decoration: none;
    width: 100%;
}
html {
    width: 100%;
}
.menu {
    visibility: visible;
}
.header-item{
    height: 100%;
    width: 0px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
.header-item>a {
    color: #fff;
    text-decoration: none;
    transition: .2s;
}
.header-item>a:hover {
    color: #d8d8d8;
}
.header-items {
    display: flex;
    visibility: hidden;
}
.header-contacts {
    margin-right: 20px;
}
.logo {
    height: 35px;
    margin: 5px 5px 5px 10px;
}
.phone-number {
    margin-left: 10px;
    margin-bottom: 2px;
    color: #fff;
    font-size: 10px;
}
.phone-photo {
    height: 10px;
    margin-bottom: 5px;
}
.phone-div {
    display: flex;
}
.email {
    margin-left: 10px;
    margin-top: 2px;
    color: #fff;
    font-size: 10px;
}
.email-div {
    display: flex;
}
.email-photo {
    height: 10px;
    margin-top: 5px;
}

.slider {
	overflow: hidden;
    position: relative;
    height: 400px;
}
.slider .bx-wrapper {
	position: relative;
}
.slid {
    object-fit: cover;
    height: 400px;
    object-position: top;
}
.slider-div {
    position: relative;
    width: 100%;
    height: 400px;
}
.slider-div>div {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.slider-text {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 50px;
    background-color: rgba(48, 48, 48, 0.315);
    height: 75px;
    width: 75%;
    color: #ffffff;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
}

main {
    width: 100%;
}
* {
margin: 0;
padding: 0;
outline: none;
border: none;
box-sizing: border-box;
}
.company-info {
    height: auto;
    display: flex;
    justify-content: center;
    padding: 20px 20px 20px 20px;
}
.info-div {
    background: linear-gradient(rgb(226, 226, 226), #fff) ;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 20px 40px 40px 40px;
}
.info-div>p {
    font-size: 20px;
}
.main-info>img {
    float: left;
    margin-right: 20px;
    width: 100%;
}
.main-info>p {
    margin-top: 0;
    font-size: 20px;
}
footer {
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #242424;
}
footer>img {
    height: 75px;
    width: 240px;
    margin: 75px 0 50px 0;
}
footer>div {
    display: flex;
    color: #fff;
}
.ooo {
    margin: 40px 0 0 0;
}
.burger-checkbox {
  position: absolute;
  visibility: hidden;
}
.burger {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: block;
  position: relative;
  border: none;
  background: transparent;
  width: 40px;
  height: 26px;
}
.burger::before,
.burger::after {
  content: '';
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #ffffff;
}
.burger::before {
  top: 0;
  box-shadow: 0 11px 0 #ffffff;
  transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
}
.burger::after {
  bottom: 0;
  transition: bottom .3s .15s, transform .3s;
}
.burger-checkbox:checked + .burger::before {
  top: 11px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0,0,0,0);
  transition: box-shadow .15s, top .3s, transform .3s .15s;
}
.burger-checkbox:checked + .burger::after {
  bottom: 11px;
  transform: rotate(-45deg);
  transition: bottom .3s, transform .3s .15s;
}
.menu-list {
  top: 0;
  left: 0;
  position: absolute;
  display: grid;
  gap: 12px;
  padding: 42px 0;
  margin: 0;
  background: rgb(41, 41, 41);
  list-style-type: none;
  transform: translateX(-100%);
  transition: .3s;
  width: 200px;
}
.menu-item {
  display: block;
  padding: 8px;
  color: white;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.menu-item:hover {
  background: rgba(255,255,255,.2)
}
.burger-checkbox:checked ~ .menu-list {
  transform: translateX(0);
}
}
