* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  width: 100%;
  max-width: 1400px;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/* body {
  background: white;
  width: 100%;
  max-width: 1400px;
} */

.header {
  height: 260px;
  width: 1270px;
}
.header__logotip__banner {
  width: 100%;
  display: flex;
  justify-content: center;
}
.logo__banner_img {
  object-fit: cover;
  height: 250px;
  width: 900px;
}
.basir__logotip__text {
  font-style: italic;
  font-size: 48px;
  padding-top: 40px;
  text-align: center;
}
.basir__logotip__text span {
  color: red;
}

.nav {
  width: 1270px;
  height: auto;
  margin: 0;
  padding: 5px 10px;
  color: white;
  position: sticky;
  top: -5px;
  /*top: -29px;*/
  z-index: 2;
}

.burger__menu {
  position: fixed;
  top: 0;
  display: none;
  /* background-color: #FF3239; */
  background-color: #fe1920;
  width: 100%;
}
i.burger__menu_icon {
  font-size: 3em;
  color: white;
  cursor: pointer;
}
.burger__menu__close_icon {
  /* display: none; */
  font-size: 4em;
  user-select: none;
  color: white;
  cursor: pointer;
}

.burger__menu__close_icon:hover {
  font-weight: 600;
}
.logo__ {
  display: block;
  overflow: hidden;
}
.logo__link {
  font-weight: bold;
  border-radius: 0 60px 60px 0;
  border-left: 5px solid red;
  background-color: #fff;
  color: red;
  text-decoration: none;
  font-size: 20px;
  padding: 15px;
  display: inline-block;
}
.logo__link:hover {
  color: red;
}
.navigation__menu {
  background-color: black;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 6;
}

.nav ul li:hover:not(.logo__) {
  background-color: #666;
  transition: 0.6s;
}

.nav__link {
  text-decoration: none;
  color: white;
  font-size: 18px;
  /* font-size: 1.1em; */
  padding: 15px;
  display: inline-block;
}
.nav__link:hover {
  color: white;
}

.width__blocks_1220px {
  width: 1270px;
}
.main {
  /* border: 2px solid red; */
  height: auto;
  margin: 20px 0;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.main__item {
  width: 800px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  justify-content: center;
  /* border: 2px solid blue; */
}
.main__item__product {
  width: 30%;
  height: 550px;
  margin: 2% 1%;
  border: 2px solid #ddd;
}
.main__item__product_img {
  height: auto;
  width: 100%;
}
.main__item__product_title {
  padding: 5px;
}
.main__item__product_text {
  padding: 5px;
}

/* SLIDER OTZIV */
.slider {
  height: 800px;
  margin-top: 100px;
}
.slider_text {
  width: 40%;
  display: block;
  margin: 50px auto;
}
.slider_text h2 {
  text-align: center;
  padding: 10px;
}
.slider_text p {
  color: black;
  text-align: center;
}
.slider_block {
  width: 80%;
  height: 60%;
  border: 2px solid #ddd;
  margin-left: 10%;
}
.slider_block_flex {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.slider_block_profile {
  display: flex;
  width: 48%;
  height: 50%;
  margin-left: 1%;
  justify-content: space-around;
  padding: 10px;
}

.slider_block_profile_img {
  width: 100%;
}

.slider_block_profile_img img {
  width: 100%;
}

/* seo__block */
.seo {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
}
.seo__block {
  width: 40%;
  height: 400px;
  position: relative;
}
.seo__block:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.seo__block__title {
  position: absolute;
  top: 20px;
  right: 10px;
  background-color: #fff;
  width: 90%;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
}
.seo__block__img {
  width: 100%;
  height: 400px;
}
/* seo__block end */

/* SLIDER OTZIV  END */

.baasir__phone__ {
  position: relative;
}
.baasir__phone__icon {
  position: fixed;
  bottom: 90px;
  right: 50px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 10;

  animation: swing;
  animation-duration: 1s;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-play-state: running;
}
.footer {
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  /* border: 2px solid green; */
}

.footer__item {
  display: flex;
  height: 600px;
}

.footer__item__social {
  /* border: 2px solid red; */
  width: 45%;
  padding: 10px;
}

.footer__item__map {
  /* border: 2px solid red; */
  width: 55%;
  padding: 10px;
}

.footer__item__social_link {
  display: block;
  font-size: 18px;
  padding: 5px;
}

.footer__item__social_icon {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 10px;
}
.footer__item__map_text {
  font-size: 18px;
  margin: 10px 0;
  padding: 5px;
}
.basir__location {
  padding: 1%;
  width: 97%;
  height: 400px;
}
.footer__item__head_text {
  font-style: italic;
  font-size: 22px;
  padding: 20px;
}
.footer__item_about_text {
  font-size: 18px;
  padding: 5px;
  margin: 15px;
}

.footer__item_about_text span {
  font-weight: 600;
  display: block;
}
.d__block {
  display: block;
}

/************	 MEDIA CSS    ************/

@media screen and (max-width: 970px) {
  body {
    width: 100%;
    max-width: 970px;
  }
  .width__blocks_1220px {
    width: 100%;
  }
  .header {
    height: 260px;
    width: 100%;
  }
  .nav {
    width: 100%;
    padding: 0;
  }
  .logo__banner_img {
    height: auto;
    width: 100%;
  }

  .navigation__menu {
    justify-content: space-between;
  }

  .nav__link {
    font-size: 1em;
    padding: 15px 7px;
  }

  .main__item {
    width: 100%;
  }
  .main__item__product {
    width: 31%;
  }

  .slider {
    height: 700px;
  }
  .slider_text {
    width: 90%;
  }
  .slider_block {
    width: 90%;
    margin-left: 5%;
  }
  .slider_block_flex {
    align-content: center;
  }
  .slider_block_profile {
    height: 40%;
    width: 50%;
    margin-left: 0;
  }
  .seo__block {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  body {
    width: 100%;
    max-width: 480px;
  }

  .width__blocks_1220px {
    width: 100%;
  }
  .header {
    height: 260px;
    width: 100%;
    display: none;
  }
  .nav {
    width: 100%;
    padding: 0;
  }

  .navigation__menu {
    background-color: white;
    width: 0;
    position: fixed;
    top: 55px;
    right: 0;
    flex-direction: column;
    transition: all 0.8s;
  }

  .nav__link {
    background-color: white;
    color: red;
    width: 100%;
    padding-left: 20px;
    border-bottom: 1px solid red;
  }
  .nav__link:hover {
    color: red;
    font-weight: bold;
  }
  .logo__link {
    display: none;
  }
  .burger__menu {
    display: block;
    height: 60px;
  }
  .burger__menu_index_link {
    color: white;
    font-size: 1.6em;
    padding-top: 15px;
    padding-left: 10px;
    display: inline-block;
  }
  i.burger__menu_icon {
    position: absolute;
    right: 0;
    top: 2px;
    padding: 5px 10px;
  }
  .burger__menu__close_icon {
    display: none;
    position: absolute;
    right: 0;
    top: -22px;
    padding: 5px 10px;
  }
  .main {
    margin: 80px 0;
    padding: 0px;
  }

  .main__item {
    width: 100%;
  }
  .main__item__product {
    width: 45%;
  }

  .slider {
    height: auto;
    margin: 100px 0;
  }
  .slider_text {
    width: 100%;
  }
  .slider_text h2 {
    padding: 5px;
  }
  .slider_block {
    width: 100%;
    margin-left: 0;
  }
  .slider_block_profile {
    border-bottom: 2px solid #ddd;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .seo__block {
    width: 100%;
    height: auto;
  }
  .seo__block__title {
    padding: 5px;
  }
  .seo__block__img {
    height: 300px;
  }

  .baasir__phone__icon {
    bottom: 10px !important;
    right: 20px;
    width: 50px;
    height: 50px;
  }

  .footer__item {
    flex-direction: column-reverse;
    height: auto;
  }

  .footer__item__social {
    width: 100%;
    padding: 10px;
  }

  .footer__item__map {
    width: 100%;
    padding: 10px;
  }

  .footer__item__map_text {
    margin: 0;
  }
  .basir__location {
    padding: 1%;
    width: 97%;
    height: 400px;
    border: 2px solid red;
  }
  .footer__item__head_text {
    font-style: italic;
    font-size: 22px;
    padding: 20px;
  }
  .footer__item_about_text {
    font-size: 18px;
    padding: 5px;
    margin: 15px;
  }

  .footer__item_about_text span {
    font-weight: 600;
    display: block;
  }
}
