/*
Theme Name: anagrada
Template: Goodini
Theme URI: https://degorov.ru/
Description: Дочерняя тема для Goodini
Author: D.E.
Author URI: https://degorov.ru/
Version: 1.0
*/
.item .item-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}.item .item-content
.body {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.bullets .desc {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.bullets .item .button {
    margin-top: auto;
}
#header .logo a {
  display: block;
  /* max-width: 4rem; */
}
.image img{
    pointer-events:none
}
#footer .row {
  justify-content: space-between;
  gap: 1rem;
}

#footer .footer-logo {
  margin: 0;
}

.form-section.white-text .text-block {
  color: #fff;
}

.hero__img-bg {
  display: none;
}

.form-section {
  background-position: 36% 100%;
}

.bullets.bullets-item-bg.bullets-image .item .image{
  background-image: url(assets/i/b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bullets-slider .bul-gallery::before{
    content:'';
    position:absolute;
      background-image: url(assets/i/b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  top:-2rem;
  left:-2rem;
  bottom:-1rem;
  right:-2rem;
}
.bullets-slider .item {
    overflow: hidden;
}
.btn.btn-link {
  background: var(--color);
  margin: 0 1.5rem;
  box-shadow: none;
}

#header .social .soc {
  align-items: center;
  justify-content: center;
}

#header .social {
  gap: 0.5rem;
}

#header .social.social-net {
  margin-right: 0.5rem;
}

.btn.btn-link span {
  padding: 0.5rem 1rem;
  min-width: unset;
}

/* #menu .menu {
	background-color: transparent;
}

#menu .menu .menu-item a {
	color: var(--dark)
}

.mobile-icon {
	top: 1rem !important;
}

#menu {

	width: 70%;
}

#header .row {
	flex-wrap: nowrap;
} */

#header .row {
  flex-wrap: nowrap;
}

/*
============================================================
============================================================
============================================================
Ширины экранов
-- xs	320-499		Смартфоны
-- sm	500-767		Фаблеты
-- md	768-1023	Планшеты
-- ml	1024-1180	Нетбуки
-- lg	1181-1299	Ноутбуки
-- xl	1400		Декстопы
============================================================
============================================================
============================================================
*/

/*
==============================
	xl 1699 - Декстопы	(1600)
==============================
*/
@media (max-width: 1699px) {}

/*
==============================
	xl 1599 - Декстопы	(1440)
==============================
*/
@media (max-width: 1599px) {}


/*
==============================
	lg 1399 - Ноутбуки	(1360)
==============================
*/
@media (max-width: 1399px) {}


/*
==============================
	lg 1299 - Ноутбуки	(1280)
==============================
*/
@media (max-width: 1299px) {}


/*
==============================
	ml 1180 - Нетбуки	(1024)
==============================
*/
@media (max-width: 1180px) {
  .hero3__title.col-list ul {
    flex-direction: column;
  }
}


/*
==============================
	md 1023 - Планшеты	(768)
==============================
*/
@media (max-width: 1023px) {
  #header .content .row {
    flex-wrap: wrap;
  }
}

/*
==============================
	sm 767 - Фаблеты	(500)
==============================
*/
@media (max-width: 767px) {
  .btn.btn-link {
    margin: 0 1rem;
    font-size: 0.9rem;
  }

  .hero__img-bg {
    display: block;
    height: 15rem;
    margin-left: -11rem;
  }

  .hero__img-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero3__slide {
    background-image: none !important;
    background-color: transparent !important;
  }

  #hero3 {
    background: #f5f5f5 !important;
  }
}



/*
==============================
	xs 499 - Смартфоны	(360, 414)
==============================
*/
@media (max-width: 499px) {
  #footer .footer-logo {
    max-width: 180px;
  }
  .hero__img-bg {
    display: none;
}

  #footer .descriptor {
    text-align: left;
  }
}


/*
==============================
	xs 359 - Смартфоны	(320)
==============================
*/
@media (max-width: 359px) {}
