@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap');
@import "../assets/fonts/songer/stylesheet.css";
@import "slick-theme.css";
@import "slick.css";

/*font-family: 'Montserrat', sans-serif;
font-family: 'songer',sans-serif;
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  outline: none;
  text-decoration-skip-ink: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth;
}

*::selection {
  background: none;
}

body {
  background: #f8f8f8;
}

@media (min-width: 1368px) {
  .wrapper {
    position: relative;
    max-width: 1864px;
    width: 100%;
    padding: 0 82px;
    margin: 0 auto;
  }
}


@media (max-width: 1367px) {
  .wrapper {
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
  }
}

.wrapper-big {
  position: relative;
  max-width: 1864px;
  margin: 0 auto;
}

.wrapper-search {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.navigation-site__wrapper {
  min-width: 1368px;
}

.mobile-menu {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  transition: 0.3s;
  background: #0000007a;
}

.header.scroll,
.header.header-page {
  background: hsl(52deg 25.87% 3.24% / 70%);
  backdrop-filter: blur(39.5px);
  -webkit-backdrop-filter: blur(39.5px);
}

.header-mobile {
  display: none;
  background: #fff;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  padding: 18px 0;
}

.header-mobile.scroll,
.header.header-page {
  background: #fff;
}

.header.scroll .header-logo,
.header.header-page .header-logo {
  display: none;
}

.header-logo--scroll {
  display: none;
}

.header.scroll .header-logo--scroll,
.header.header-page .header-logo--scroll {
  display: block;
}

.header-top {
  padding: 24px 0;
}

.header-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header.scroll .header-bottom,
.header.header-page .header-bottom {
  border-top: 1px solid rgba(51, 51, 51, 0.07);
}

.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-location {
  display: flex;
  margin-left: 41px;
}

.header-location__item {
  display: flex;
  align-items: center;
}

.header-location__item:not(:last-child) {
  margin-right: 35px;
}

.header-location__item-link {
  display: flex;
  transition: 0.3s;
}

.header-location__item-link:hover .header-location__item-text {
  color: #fff;
}

.header-location__item-link svg {
  transition: 0.3s;
  fill: rgba(255, 255, 255, 0.8);
}

.header-location__item-link:hover svg {
  fill: #fff;
}

.header-location__item-text {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 8px;
}

.header-top-panel {
  display: flex;
}

.header-top-panel__wrapper {
  display: flex;
  align-items: center;
}

.header-top-panel__wrapper:last-child {
  position: relative;
  padding-left: 43px;
}

.header-top-panel__social {
  display: flex;
  align-items: center;
  margin-right: 18px;
}

.header-top-panel__search {
  margin: 0 10px 0 20px;
}

.header-top-panel__wrapper svg {
  fill: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.header-top-panel__social:hover svg,
.header-top-panel__eye:hover svg,
.header-top-panel__search:hover svg {
  fill: #fff;
}


.header-top-panel__eye,
.header-top-panel__search {
  cursor: pointer;
}

.header.scroll *,
.header.header-page * {
  color: white;

}

.header.scroll .header-location__item-link svg,
.header.scroll * .header-top-panel__social svg,
.header.scroll * .header-top-panel__eye svg,
.header.scroll * .header-top-panel__search svg {
  fill: white;
}

.header.header-page .header-location__item-link svg,
.header.header-page * .header-top-panel__social svg,
.header.header-page * .header-top-panel__eye svg,
.header.header-page * .header-top-panel__search svg {
  fill: white;
}

.nan-list {
  display: flex;
}

.nav-list__item {
  position: relative;
  padding: 8px 0;
}

.nav-list__item:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fd0;
  bottom: 0;
  transition: 0.5s;
}

.nav-list__item:hover:before {
  width: 100%;
}

.nav-list__item:not(:last-child) {
  margin-right: 35px;
}

.nav-list__item a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.8);
}

.nav-submenu {
  position: fixed;
  left: -100%;
  top: 119px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.03);
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}

@media (min-width: 900px) {
  .nav-list__item:hover .nav-submenu {
    left: 0;
    opacity: 1;
    z-index: 10;
  }
}

.nan-submenu-list {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.nan-submenu-list__item:not(:last-child) {
  margin-right: 37px;
}

.nan-submenu-list__item a {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.01em;
  color: #545454;
}

.nan-submenu-list__item a:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: -2px;
  border-bottom: 1px dashed transparent;
  opacity: 0;
  transition: 0.3s;
}

.nan-submenu-list__item:hover a:after {
  border-bottom: 1px dashed #717171;
  opacity: 1;
}

.nan-submenu-list__item:hover a {
  color: #717171;
}

.header-bottom-panel-page {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 36px;
}

.header-bottom-panel-page:hover,
.nav-list__item:hover > a {
  color: #fff;
}

.header.scroll .header-bottom-panel-page:hover,
.header.scroll .nav-list__item:hover > a,
.header.scroll .header-location__item-link:hover .header-location__item-text,
.header.scroll .header-location__item-link:hover svg,
.header.scroll * .header-top-panel__social:hover svg,
.header.scroll * .header-top-panel__eye:hover svg,
.header.scroll * .header-top-panel__search:hover svg {
  color: #e6cb0c;
  fill: #e6cb0c;
}

.header.header-page .header-bottom-panel-page:hover,
.header.header-page .nav-list__item:hover > a,
.header.header-page .header-location__item-link:hover .header-location__item-text,
.header.header-page .header-location__item-link:hover svg,
.header.header-page * .header-top-panel__social:hover svg,
.header.header-page * .header-top-panel__eye:hover svg,
.header.header-page * .header-top-panel__search:hover svg {
  color: #e6cb0c;
  fill: #e6cb0c;
}

.main {
  position: relative;
  height: 646px;
  background: black;
  overflow: hidden;
}

.main-slider__slide:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90.08deg, #948f62 0.07%, rgba(153, 148, 101, 0) 47.56%, rgba(215, 205, 205, 0) 99.18%);
}

.main-slider,
.slick-list,
.slick-track,
.slick-slide > div,
.main-slider__slide,
.main-slider__slide .wrapper {
  height: 100%;
}
.main-slider__slide {
  display: block !important;
}

.slick-slide {
  position: relative;
  overflow-x: hidden;
}

.slide-content {
  position: relative;
  height: 100%;
}

.main-description {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translate(0, -50%);
  padding: 54px 60px 52px 0;
  z-index: 2;
}

.main-slide__title {
  font-family: 'SONGER', sans-serif;
  max-width: 540px;
  font-weight: 900;
  font-size: 36px;
  line-height: 47px;
  color: #373737;
  text-transform: uppercase;
}

.main-slide__title span {
  font-family: 'SONGER', sans-serif;
  color: white;
}

.main-slide__subtitle {
  max-width: 373px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #373737;
  margin: 13px 0 22px;
}

.main-slider__slide--white .main-slide__title,
.main-slider__slide--white .main-slide__subtitle {
  color: black;
}

.main-slide__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main-slide__link:hover .main-slide__collection-name:after {
  transform: translate(8px, 0);
}

.main-slider-arrows {
  position: absolute;
  display: flex;
  right: -12px;
  bottom: 60px;
}

.main-slider-prevArrow:after {
  content: url("../assets/img/arrow-main-prew.svg");
  cursor: pointer;
  margin-right: 10px;
}

.main-slider-nextArrow:after {
  content: url("../assets/img/arrow-main-next.svg");
  cursor: pointer;
  margin-left: 10px;
}

.main-slider__sum {
  position: absolute;
  display: flex;
  align-items: flex-end;
  right: -10px;
  bottom: 83px;
}

.main-slider-nav {
  position: relative;
  right: 10%;
}


.slider-counter-sum,
.main-slider-slash,
.slider-counter {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: white;
}

.slider-counter {
  color: #fd0;
}

.slick-dots li button:before {
  content: none;
}

.main-dots .slick-dots {
  position: static;
}

.main-dots .slick-dots li {
  width: 6px;
  height: 6px;
  background: #fd0;
  transition: 0.3s;
  border-radius: 50%;
  margin: 0 7px;
}

.main-dots .slick-dots li.slick-active {
  width: 34px;
  height: 6px;
  background: white;
  border-radius: 5px;
}


.main-dots .slick-dots li button {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  background: #fd0 url("../assets/img/arrow-btn.svg") no-repeat 96% 7px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #333;
  padding: 14px 32px;
  transition: 0.3s;
  cursor: pointer;
}

.btn:hover {
  background: #ffea61 url("../assets/img/arrow-btn.svg") no-repeat 96% 7px;
}

.main-slider__img {
  position: absolute;
  top: 37%;
  right: 10%;
  transform: translate(-50%);
  width: 322px;
  height: 291px;
}

.main-container-bg {
  background: linear-gradient(0deg, #eceff0 2.08%, #eceff0 61.24%, rgba(236, 239, 240, 0) 100%);
}

.main-shops-container {
  padding: 58px 0 93px;
}

.title-section {
  font-family: 'SONGER', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  color: #333;
  margin-bottom: 40px;
  text-align: center;
}

.main-shops-content {
  display: flex;
  gap: 30px;
}

.main-shops-img {
  position: relative;
  width: 50%;
}

.main-shop-name {
  width: 50%;
}

.main-shops-img-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  gap: 10px;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}

.main-shops-img-container.active {
  z-index: 1;
  opacity: 1;
}

.main-shops-img__item {
  overflow: hidden;
}

.main-shops-img__item--1 {
  width: 100%;
  height: 300px;
}

.main-shops-img__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-shop-list {
  margin-bottom: 19px;
}

.main-shop-list__item {
  padding: 0 107px 0 40px;
  cursor: pointer;
  transition: 0.5s;
}

.main-shop-list__item.active {
  background: #fd0;
}

.main-shop-list__item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0 17px;
}

.main-shop-list__item:not(.active):not(:last-child):not(.border-none) a {
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
}

.main-shop-list__item.border-none a,
.main-shop-list__item.active a {
  border-bottom: 1px solid transparent;
}

.main-shop-list__description {
  font-family: 'SONGER', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  color: #333;
}

.main-shop-list__amount {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  color: #333;
  padding-right: 30px;
}

.main-shop-list__amount:after {
  position: absolute;
  content: url("../assets/img/arrow-shop.svg");
  right: 5px;
  transition: 0.3s;
}

.main-shop-list__item.active .main-shop-list__amount:after {
  transform: rotate(-45deg);
}

.main-shop-name__btn {
  display: block;
  width: 169px;
  margin-left: auto;
  margin-right: 107px;
}

.main-news {
  padding: 73px 0 60px;
  background: #f5f5f5;
}

.main-news-list {
  display: flex;
}

.main-news-grid {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

.main-news__item {
  position: relative;
  padding: 30px;
  width: 25%;
  height: 330px;
  background: white;
}

.main-news-grid .main-news__item {
  width: 33%;
}

.main-news__banner {
  height: 660px;
  flex-shrink: 0;
}

.main-news__header {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 30px;
  left: 0;
  padding: 0 30px;
  z-index: 2;
  transition: 0.3s;
}

.main-news__header-name {
  font-family: 'SONGER', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
}

.main-news__header-data {
  font-family: 'SONGER', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
}

.main-news__bottom {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 30px;
  bottom: 30px;
  left: 0;
  z-index: 2;
  transition: 0.3s;
}

.main-news__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  transition: 1s;
}

.main-news__item--active .main-news__item-img {
  z-index: 1;
  opacity: 1;
}

.main-news__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.main-news__title {
  min-height: 46px;
  font-family: 'SONGER', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  color: #fff;
  margin-bottom: 10px;
  transition: 0.3s;
}

.main-news__description {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #fff;
  transition: 0.3s;
}

.main-news__item:not(.main-news__item--active) .main-news__header-name,
.main-news__item:not(.main-news__item--active) .main-news__header-data,
.main-news__item:not(.main-news__item--active) .main-news__title,
.main-news__item:not(.main-news__item--active) .main-news__description {
  color: #333;
}

.main-news__item:hover .main-news__title {
  text-decoration-line: underline;
}

.main-news__item:hover .main-news__item-img {
  opacity: 1;
  z-index: 1;
}


.main-news__item:hover .main-news__header-name,
.main-news__item:hover .main-news__header-data,
.main-news__item:hover .main-news__title,
.main-news__item:hover .main-news__description {
  color: #fff;
}


.main-news__item--active:hover img {
  transform: scale(1.1);
}

@media (max-width: 1500px) {

  .main-news__item {
    width: 33%;
  }

  .main-news-grid .main-news__item {
    width: 50%;
  }
  .main-news__item--additional {
    display: none;
  }
}

.footer {
  position: relative;
  background: #535353;
  padding-top: 70px;
  z-index: 1;
}

.footer-bottom {
  padding: 10px 0 5px;
  background: #434343;
}

.footer-top-content {
  display: flex;
  justify-content: space-between;
  gap: 97px;
  padding-bottom: 60px;
}

.footer-top-content__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-social {
  margin-top: 36px;
}

.footer-social__title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #e2e2e2;
}

.footer-social__list {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.footer-social__list__item:not(:last-child) {
  margin-right: 10px;
}

.footer-phone {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  margin-bottom: 16px;
}

.footer-phone span {
  margin-right: 14px;
}

.footer-phone svg {
  fill: rgba(255, 255, 255, 0.8);
}

.footer-phone:hover,
.footer-phone:hover svg {
  color: rgba(255, 255, 255, 1);
  fill: rgba(255, 255, 255, 1);
}

.footer-nav {
  display: flex;
}

.footer-nav-list:first-child .footer-nav-list__item {
  padding-right: 53px;
}

.footer-nav-list:nth-child(2) .footer-nav-list__item {
  padding-right: 44px;
}

.footer-nav-list:last-child .footer-nav-list__item {
  padding-right: 0;
}

.footer-nav-list__item {
  min-width: 111px;
  padding-right: 27px;
  margin: 8px 0;
}

.footer-nav-list:last-child .footer-nav-list__item {
  min-width: inherit;
}

.footer-nav-list__item:last-child {
  margin-bottom: 0;
}

.footer-nav-list__item:first-child {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-nav-list__item a {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.footer-nav-list__item a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 100%;
  border-bottom: 1px dashed transparent;
  transition: 0.3s;
}

.footer-nav-list__item:hover a {
  color: rgba(255, 255, 255, 1);
}


.footer-nav-list__item:hover a:after {
  border-bottom: 1px dashed #fff;
}


.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-company {
  display: flex;
  align-items: center;
}

.personal-data {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.personal-data:after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 1);
  transition: 0.3s;
}

.personal-data:hover {
  color: rgba(255, 255, 255, 1);
}

.personal-data:hover:after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed transparent;
}

.footer-bottom-company p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-development {
  display: flex;
  align-items: center;
}

.footer-development__description {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 16px 5px 0;
  transition: 0.3s;
}

.footer-development__logo svg {
  fill: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.footer-development:hover svg {
  fill: rgba(255, 255, 255, 1);
}

.footer-development:hover .footer-development__description {
  color: rgba(255, 255, 255, 1);
}

.fast-search {
  position: fixed;
  width: 100%;
  top: 85px;
  z-index: -1;
  opacity: 0;
  background: #fff;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.fast-search.active {
  z-index: 11;
  opacity: 1;
}

.fast-search-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 11px 0;
}

.search-btn {
  margin-right: 18px;
}

.search-line {
  flex-grow: 1;
}

.fast-search-input,
.fast-search-input::placeholder {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #838383;
}

.search-result {
  position: relative;
  border-top: 1px solid #e1e1e1;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}

.search-result.active {
  height: auto;
  padding-bottom: 30px;
  z-index: 11;
  opacity: 1;
}

.search-result-list {
  display: flex;
  flex-direction: column;
}

.search-result-list__item {
  padding: 20px 0 20px 37px;
}

.search-result-list__item a {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #0f0f0f;
}

.search-result-list__item:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}

.search-result-no-result {
  padding: 10px 0 20px 37px;
  font-size: 14px;
  line-height: 17px;
  color: #333;
}

.search-result-btn {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #838383;
  margin-top: 10px;
  transition: 0.3s;
}

.search-result-btn span {
  margin-left: 8px;
}

.search-result-btn:hover {
  color: #717171;
}

.search-cross {
  cursor: pointer;
}

.search-btn {
  cursor: pointer;
}


@media (max-width: 1200px) {

  .main-slide__title {
    font-size: 30px;
    line-height: 43px;
  }

  .main-slide__subtitle {
    font-size: 14px;
    line-height: 17px;
    margin: 5px 0 20px;
  }

  .main-description {
    left: 0;
  }

  .main-slider__img {
    right: -15%;
  }

  .navigation__item:hover img {
    display: none;
  }

  .title-section {
    font-size: 30px;
    line-height: 40px;
  }

  .main-shops-content {
    display: flex;
    gap: 10px;
  }

  .main-shop-list__item {
    padding: 0 10px;
  }

  .main-shop-list__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
  }

  .main-shop-list__amount {
    white-space: nowrap;
  }

  .main-news__item {
    padding: 30px 10px;
  }

  .main-news__header,
  .main-news__bottom {
    padding: 0 10px;
  }

  .main-news__header-name {
    font-size: 14px;
    line-height: 18px;
  }

  .main-news__item-img {
    z-index: 1;
    opacity: 1;
  }

  .main-news__item:not(.main-news__item--active) .main-news__header-name,
  .main-news__item:not(.main-news__item--active) .main-news__header-data,
  .main-news__item:not(.main-news__item--active) .main-news__title,
  .main-news__item:not(.main-news__item--active) .main-news__description {
    color: white;
  }

  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom {
    padding: 21px 0 10px;
  }

  .footer-bottom-company {
    flex-direction: column;
  }

  .personal-data {
    max-width: 222px;
    text-decoration: underline;
    text-align: center;
  }

  .personal-data:after {
    content: none;
  }

  .footer-bottom-company p {
    max-width: 216px;
    margin: 20px 0;
    text-align: center;
  }

  .footer-development {
    width: 100%;
    justify-content: space-between;
    padding: 10px 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  /* width */
  .navigation-site::-webkit-scrollbar {
    height: 5px;
  }

  /* Track */
  .navigation-site::-webkit-scrollbar-track {
    background: #fff;
    margin: 0 15px;
    border-top: 1px solid #eff1f2;
    border-bottom: 1px solid #eff1f2;
  }

  /* Handle */
  .navigation-site::-webkit-scrollbar-thumb {
    background: #c0c0c080;
    border: 1px solid #b5b5b514;
    border-radius: 6px;
  }
}

@media (max-width: 900px) {
  .header {
    display: none;
    background: #0000007a;
  }

  .header.scroll .header-logo {
    display: block;
  }

  .header.header-mobile {
    display: block;
  }

  .header-search-mobile svg {
    fill: #333;
  }
  .burger {
    position: relative;
    width: 28px;
    height: 20px;
    z-index: 10;
  }

  .burger:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #333;
    transition: 0.3s;
  }

  .burger:after {
    position: absolute;
    content: "";
    bottom: 4px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #333;
    transition: 0.3s;
  }

  .burger.active:before {
    transform: rotate(45deg);
    top: 7px;
  }

  .burger.active:after {
    transform: rotate(-45deg);
    bottom: 11px;
  }

  .fast-search {
    border-top: 1px solid #e1e1e1;
    top: 72px;
  }

  .fast-search-header {
    padding: 18px 0;
  }

  .search-result-no-result {
    max-width: 276px;
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
  }

  .mobile-menu {
    position: fixed;
    left: -100%;
    top: 72px;
    opacity: 0;
    background: #fff;
    width: 100%;
    z-index: 11;
    padding-bottom: 32px;
    transition: 0.3s;
    border-top: 1px solid #e1e1e1;
  }

  .mobile-menu.active {
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
  }

  .mobile-menu * {
    color: #333;
    fill: #333;
  }

  .mobile-menu .nav-list__item a {
    color: #333;
  }

  .header-location {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 15px 20px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }

  .header-nav {
    padding: 30px 0;
  }

  .nan-list {
    flex-direction: column;
    align-items: center;
  }

  .nav-list__item:not(:last-child) {
    margin: 0;
  }

  .nav-list__item--submenu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nav-list__item--submenu > span {
    position: relative;
    padding: 0 17px 0 0;
  }

  .nav-list__item--submenu > span:after {
    position: absolute;
    content: url("../assets/img/arrow-down-menu.svg");
    right: 0;
    top: -3px;
    transition: 0.3s;
  }

  .nav-list__item--submenu > span.is-active:after {
    transform: rotate(180deg);
    top: 4px;
  }

  .nav-list__item:before {
    content: none;
  }

  .nav-submenu {
    display: none;
    position: static;
    flex-direction: column;
    opacity: 1;
    z-index: 1;
    box-shadow: none;
    padding: 0;
  }

  .nav-submenu.active {
    display: block;
  }

  .nan-submenu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0 4px;
  }

  .nan-submenu-list__item:not(:last-child) {
    margin: 0;
    padding-bottom: 10px;
  }

  .header-top-panel__wrapper:last-child:before {
    background: #e1e1e1;
  }

  .header-top-panel {
    justify-content: center;
  }
  .header-top-panel__wrapper:last-child {
    padding: 2px 0 2px 18px;
  }
  .header-top-panel__wrapper:last-child:before {
    height: 100%;
  }
  .header-top-panel__eye {
    display: flex;
  }
}

@media (max-width: 768px) {

  .main-slider__slide {
    height: 312px;
  }
  .main {
    height: 605px;
    background: white;
  }

  .main-description {
    top: 145%;
    padding: 0;
  }

  .main-slider-nav {
    display: none;
  }

  .main-slider__img {
    right: 0;
    width: 245px;
    height: 245px;
  }

  .main-slider__img {
    right: 0;
    top: 33%;
    left: 45%;
    width: 180px;
    height: 180px;
  }

  .main-slider__slide--white .main-slide__title,
  .main-slider__slide--white .main-slide__subtitle {
    color: #333;
  }

  .main-shops-img {
    display: none;
  }

  .main-shop-name {
    width: 100%;
  }

  .main-shops-container {
    padding: 80px 0 30px;
  }

  .main-news .title-section {
    max-width: 190px;
  }

  .main-news {
    padding: 30px 0 0;
  }

  .main-news-list {
    flex-direction: column;
    margin: 0 -10px;
  }

  .main-news__item {
    width: 100%;
  }

  .main-news-grid {
    flex-direction: column;
  }

  .main-news-grid .main-news__item {
    width: 100%;
  }

  .footer-top-content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .footer-top-content {
    border-bottom: none;
  }

  .footer-top-content__item {
    align-items: center;
  }

  .footer-social__list {
    justify-content: center;
  }
}

.header-page .header-bottom {
  border-bottom: 1px solid rgba(51, 51, 51, 0.07);
}

.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 27px;
}

.title-page {
  font-family: 'songer', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.sum-shop {
  font-family: 'songer', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 85px;
  color: #c6c6c6;
}


.header-nav {
  margin-left: 100px;
}
@media (max-width: 768px) {
  .main-slide__title span {
    color: #fd0;
  }
}


.rent__item {
  display: flex;
  padding: 30px 20px;
  border: 1px solid silver;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.18);
}

.rent-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}

.rent__item-img {
  width: 50%;
  height: 350px;
}

.rent__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rent__item-description-container {
  width: 50%;
}

.rent__item-description-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-left: 30px;
}

.rent-description-line {
  display: flex;
  gap: 20px;
  margin-bottom: 5px;
}


.rent-description-name {
  min-width: 180px;
  font-size: 18px;
  font-weight: 700;
  background: #f8f8f8;
}

.rent-description-data {
  min-width: 180px;
  font-size: 16px;
  font-weight: 400;
  color: #4b4b4b;
  background: #f8f8f8;
}

.text-page {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: -0.01em;
  color: #333;
  margin: 10px 0;
}

.text-page__link {
  color: #8f8f8f;
}

.title-block {
  font-family: 'songer', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #333;
  margin-bottom: 20px;
}

.rent-more{
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin-top: 50px;
}

.rent-more-img img{
  width: 200px;
  height: 200px;
}

.rent-more-img{
  text-align: center;
  border-bottom: 1px solid black;
  height: 180px;
  overflow: hidden;
}

.rent-more__item{
  max-width: 350px;
}

.rent-more-text{
  font-family: 'songer',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  text-align: center;
  margin-top: 20px;
}

.news-list {
  margin: 30px 0 30px;
  padding-left: 20px;
}

.news-list__item {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.01em;
  color: #333;
  margin: 5px 0;
}

.news-list__item:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 4px;
  background: #fd0;
  border-radius: 5px;
  left: -2px;
}

ul .news-list__item:before {
  top: 6px;
}

.news-list--number {
  counter-reset: li;
}
.news-list--number .news-list__item {
  padding-left: 9px;
}

.news-list--number .news-list__item:before {
  position: relative;
  background: none;
  counter-increment: li;
  content: counters(li, ".") ". ";
  margin-right: 1px;
  left: -4px;
}

.text-link{
  color: #dd9933;
  transition: 0.3s;
}

.text-link:hover{
  color: rgba(221, 153, 51, 0.5);
}

.phone-number__item{
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 700;
  font-size: 18px;
}

.feedback-block{
  margin-top: 30px;
}

.phone-number{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.work-company-content{
  display: flex;
  gap: 10px;
}

.work-company-content__item{
  width: 50%;
}

.work-company-content-img{
  width: 100%;
}

.feedback-email{
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 700;
  font-size: 18px;
}


.feedback-block-container{
  display: flex;
  justify-content: center;
  gap: 50px ;
  margin-bottom: 60px;
}

.feedback-block{
  text-align: center;
}

.work-company-content-img img{
  display: block;
  max-width: 100%;
}

.footer-logo img{
  height: 100px;
}

.header-logo img{
  height: 50px;
}

.your-car{
  background: #fffffa;
  padding: 50px 0;
}

.advertisers{
  padding: 50px 0;
}

.advertisers-content{
  display: flex;

  gap: 40px;
}

.advertisers__item:not(:last-child){
  margin-bottom: 30px;
}

.advertisers-img img{
  width: 170px;
}

.advertisers-img img{
  display: block;
}

.text-center{
  text-align: center;
}

.about-us{
  padding: 60px 0 60px;
  background: #fffffa;
}

.about-us-container__item-img img{
  height: 200px;
  max-width: 200px;
}

.about-us-container{
  display: flex;
  justify-content: space-around;
}

.about-us-container__item-img{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  border-bottom: 1px solid black;
}

.about-us-container__item-img img.h130{
  height: 130px;
}

.about-us-container__item-text{
  max-width: 350px;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
}

.mt-60{
  margin-top: 60px;
}

.about-us-container__item-text span{
  font-weight: 400;
  font-size: 14px;
  color: #8f8f8f;
  margin-top: 5px;
}

.mini-img img{
  width: 140px;
  height: 140px;
}

.service{
  margin: 60px 0;
}

.service-content{
  display: flex;
}

.service-img{
  width: 50%;
}

.service-img img{
  width: 100%;
}

.service-text{
  width: 50%;
}

.service-text{
  padding-left: 40px;
}

.service-advertisers{
  display: flex;
  gap: 20px;
  margin: 30px 0;
}

.service-advertisers__item{
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-advertisers__img img{
  width: 32px;
}

.service-advertisers__text{
  font-size: 14px;
}

.footer-phone__item{
  display: flex;
  flex-direction: column;
  color: white;
}

.phone-number-name{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.footer-email{
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 20px;
  color: white;
  transition: 0.3s;
  margin-bottom: 16px;
  font-weight: 700;
}

.footer-email .text-link,
.footer-subtitle{
  color: white;
  font-weight: 400;
  font-size: 16px;
}

.footer-email__text{
  margin-bottom: 10px;
}

.footer-title{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: white;
}

.form__title {
  font-family: 'songer',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
}

.form__subtitle {
  max-width: 380px;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.01em;
  color: #333333;
  margin: 0 auto;
}

.form-group-row {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.form .form-group input{
  width: 100%;
  background: #efefef;
  border-radius: 2px;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #333;
  border: 1px solid #efefef;
  resize: none;
  padding: 14px 20px 14px 20px;
}

.form .form-group {
  width: 100%;
}

.substrate{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(24 23 23 / 49%);
  z-index: -1;
  opacity: 0;
}

.substrate.active{
  z-index: 11;
  opacity: 1;
}

.pop-up {
  position: fixed;
  min-width: 355px;
  top: 50%;
  left: -100%;
  transform: translate(-50%, -50%);
  background: #f8f8f8;
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  padding: 40px 30px;
  z-index: 12;
  transition: .3s;
}

.pop-up.active{
  left: 50%;
}

.modal-cross {
  position: absolute;
  top: 29px;
  right: 29px;
  cursor: pointer;
}

.form-block-container{
  width: 600px;
  margin-top: 20px;
}

.form-group-btn{
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 1450px) {
  .header-nav{
    margin-left: 20px;
  }
}

@media (max-width: 1210px) {
  .nan-list{
    align-items: center;
  }

  .nav-list__item{
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .header-logo img {
    height: 32px;
  }

  .header-mobile {
    background: #fff;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  }

  .about-us-container,
  .rent-more{
    flex-direction: column;
    align-items: center;
  }

  .service{
    margin: 40px 0 0 ;
  }

  .service-content{
    flex-direction: column-reverse;
    gap: 0;
  }

  .service-text{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .service-img{
    width: 100%;
    margin: 0 -10px;
  }

  .service-advertisers{
   justify-content: center;
  }

  .service-img img {
    width: calc(100% + 20px);
    display: block;
  }

  .footer{
    padding-top: 60px;
  }

  .footer-top-content{
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }

  .footer-top-content__item{
    align-items: center;
  }

  .footer-phone__item{
    text-align: center;
  }

  .footer-email{
    margin-bottom: 0;
    text-align: center;
  }

  .footer-development{
   justify-content: center;
  }

}

@media (max-width: 900px) {
  .main{
    margin-top: 70px;
  }

  .rent__item{
   flex-direction: column;
  }

  .rent__item-img{
    width: 100%;
  }

  .rent__item-description-container{
    width: 100%;
  }

  .work-company-content{
   flex-direction: column;
  }

  .work-company-content__item{
    width: 100%;
  }

  .work-company-content-img{
   margin: 0 -10px;
  }

  .work-company-content-img img{
    max-width: inherit;
    width: calc(100% + 20px);
  }

  .feedback-block-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }

  .advertisers-content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .advertisers-img img{
    margin: 0 auto;
  }

  .service-text {
    padding-left: 0;
  }
}

@media (max-width: 700px) {
  .form-group-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    flex-direction: column;
  }
  .pop-up{
    width: calc(100% - 20px);
  }

  .form-block-container{
   width: 100%;
  }

}

@media (max-width: 500px) {
  .rent__item-img{
    height: 225px;
  }

  .rent__item-description-container{
    padding-left: 0;
  }

  .rent-description-name{
    min-width: 140px;
    font-size: 14px;
  }

  .rent-description-data{
    min-width: 140px;
    font-size: 14px;
  }

  .service-advertisers{
    flex-direction: column;
  }

  .main-shops-container {
    padding: 60px 0 30px;
  }

  .rent-more{
    gap: 40px;
  }
}

/*font-family: 'Montserrat', sans-serif;
font-family: 'songer',sans-serif;
*/