* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Gilory;
  src: url("../../fonts/Gilroy-Medium.eot") format("eot"), url("../../fonts/Gilroy-Medium.ttf") format("truetype"), url("../../fonts/Gilroy-Medium.woff") format("woff"), url("../../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Gilory", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

button,
input,
select {
  outline: none;
  border: none;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

#burger i,
#filter-burger i {
  color: #1f3664;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (max-width: 640px) {
  .container {
    max-width: 100%;
    padding: 0 0.8rem;
  }
}

.main {
  margin-top: 103.8px;
  padding-top: 2rem;
}
.main__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  color: #1f3664;
}
@media screen and (max-width: 574px) {
  .main__title {
    font-size: 1.6rem;
  }
}

.section {
  margin-bottom: 4rem;
}
.section__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5rem;
  color: #1f3664;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 425px) {
  .section__title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.section__title_white {
  color: white;
}
.section__title_blue {
  color: #1f3664;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section__title_blue img {
  width: 32px;
  color: red;
}
.section__subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #1f3664;
}
.section__description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  color: #1f3664;
  margin-bottom: 1rem;
}

.base-button {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  color: #fff;
  padding: 1rem;
  border-radius: 8px;
  background: #016bd9;
  transition: opacity 0.15s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.base-button_bg {
  background: #fdc901;
  color: #1f3664;
}
.base-button i {
  line-height: 0;
}
@media screen and (max-width: 425px) {
  .base-button {
    font-size: 0.8rem;
    padding: 0.7rem;
  }
}
.base-button i {
  margin-left: 5px;
  transform: translateX(-5px);
  transition: transform 0.15s ease;
}
.base-button:hover {
  opacity: 0.7;
}
.base-button:hover i {
  transform: translateX(0);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 50px;
}
.breadcrumb__item {
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  color: #1f3664;
}
.breadcrumb__item a {
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  color: rgba(31, 54, 100, 0.3019607843);
  transition: color 0.15s ease;
}
.breadcrumb__item a:hover {
  color: #fdc901;
}
.breadcrumb__icon {
  color: rgba(31, 54, 100, 0.3019607843);
}

.test-info {
  padding: 12px 0;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  color: #212529;
}

.header {
  padding-bottom: 2rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(24px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.header .nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 900px) {
  .header .nav {
    gap: 1rem;
  }
}
.header .nav__logo {
  display: block;
  line-height: 0;
}
.header .nav-list {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media screen and (max-width: 922px) {
  .header .nav-list {
    display: none;
  }
}
.header .nav-list__item-link {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #1f3664;
  transition: color 0.15s ease;
}
.header .nav-list__item-link:hover, .header .nav-list__item-link.active {
  color: #016bd9;
  text-decoration: underline;
}
.header .language {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 922px) {
  .header .language {
    display: none;
  }
}
.header .hide-sidebar {
  display: none;
}
@media screen and (max-width: 922px) {
  .header .hide-sidebar {
    display: inline-block;
  }
}
.header__phone {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #1f3664;
  transition: color 0.15s ease;
}
.header__phone:hover {
  color: #fdc901;
}
.header__lang {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.36rem;
  color: #111827;
  background: none;
  cursor: pointer;
  transition: opacity 0.15s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.header__lang img {
  width: 24px;
  height: 16px;
}
.header__lang:hover {
  opacity: 0.7;
}
.header .locale {
  position: relative;
}
.header .locale-list {
  position: absolute;
  right: 0;
  background: rgba(0, 0, 0, 0.3843137255);
  padding: 12px 6px;
  width: 100px;
  border-radius: 12px;
  transition: all 0.15s linear;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.header .locale-list.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header .locale-list__item {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.36rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
}
.header .locale-list__item:hover {
  background: #fdc901;
}
.header .locale-list__item:not(:last-child) {
  margin-bottom: 8px;
}
.header .locale-list__item img {
  width: 24px;
  height: 16px;
}
.header #burger {
  display: none;
}
@media screen and (max-width: 922px) {
  .header #burger {
    display: inline-block;
  }
}

.header .sidebar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000000000000000000;
  width: 33%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.862745098);
  backdrop-filter: blur(10px);
  padding-top: 1rem;
  transition: all 0.15s ease;
  transform: translateX(100%);
}
.header .sidebar.active {
  transform: translateX(0);
}
.header .sidebar__hide-btn {
  color: #fff;
  margin-left: 2rem;
  font-size: 1.5rem;
}
.header .sidebar .nav-list {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.header .sidebar .nav-list__item-link {
  color: #ccc;
}
.header .sidebar .nav-list__item-link.active {
  color: #fdc901;
}
@media screen and (max-width: 600px) {
  .header .sidebar {
    width: 50%;
  }
}
@media screen and (max-width: 425px) {
  .header .sidebar {
    width: 100%;
  }
}

.footer {
  background: #1f3664;
  padding: 3.25rem 0;
}

.footer .nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer .nav__logo {
  max-width: 160px;
  display: block;
}
.footer .nav__logo img {
  width: 100%;
}
.footer .nav-social-networks {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  margin-top: 2rem;
}
.footer .nav-list__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.footer .nav-list__item-link {
  font-size: 1.31rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: #fff;
  transition: color 0.15s ease;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.footer .nav-list__item-link:hover, .footer .nav-list__item-link.active {
  color: #fdc901;
}

.main .form {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
.main .form.filter{
  margin-top: 0;
}
@media screen and (max-width: 574px) {
  .main .form {
    display: none;
  }
}
.main .form-input {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.main .form-input label {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #1f3664;
}
.main .form-input select {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  color: #111827;
  width: 350px;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(33, 33, 33, 0.5019607843);
  border-radius: 8px;
}
@media screen and (max-width: 950px) {
  .main .form-input select {
    width: auto;
  }
}
.main .form button {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  color: #fff;
  width: 200px;
  min-width: 120px;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #016bd9;
  background: #016bd9;
  cursor: pointer;
  transition: opacity 0.15s ease;
  align-self: flex-end;
}
.main .form button:hover {
  opacity: 0.7;
}
.main .store {
  padding: 1rem 2rem;
  border-radius: 8px;
  border: 1px solid #ddd;
  display: flex;
  gap: 2rem;
  margin: 2rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .main .store {
    flex-direction: column;
    padding: 1rem;
    margin: 1rem 0 2rem;
  }
  .main .store .store__img {
    width: 100%;
  }
}
.main .store__img {
  position: relative;
  width: 575px;
  height: 330px;
  border-radius: 8px;
  overflow: hidden;
  background: #eee;
  flex-shrink: 0;
}
.main .store__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .store__img span {
  position: absolute;
  left: 1rem;
  bottom: 10px;
  font-size: 1rem;
  z-index: 3;
  color: #fff;
}
.main .store__info {
  display: flex;
  gap: 1rem;
}
.main .store__info > img {
  width: 35px;
  height: 35px;
}
.main .store__info:not(:last-child) {
  margin-bottom: 1.5rem;
}
.main .store__info:nth-child(3) a {
  transition: color 0.15s ease;
}
.main .store__info:nth-child(3) a:hover {
  color: #016bd9;
}
.main .store__title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  color: #1f3664;
}
@media screen and (max-width: 425px) {
  .main .store__title {
    font-size: 1rem;
  }
}
.main .store__title_link {
  color: #1a79ff;
  text-decoration: underline;
}
.main .store__status {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  color: #111827;
}

#pagination-controls {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.6rem;
  margin-bottom: 3rem;
}
#pagination-controls button {
  color: #1f3664;
  padding: 0.8rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.15s ease;
}
#pagination-controls button:hover {
  background-color: #016bd9;
  color: #fff;
}
#pagination-controls button.active {
  background-color: #1f3664;
  color: #fff;
  font-weight: bold;
}
#pagination-controls button:disabled {
  background-color: lightgray;
  cursor: not-allowed;
}

#filter-burger-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  background: #f0f3f7;
  border-top: 1px solid #ddd;
  transform: translateY(100%);
  transition: all 0.15s linear;
}
#filter-burger-nav__hide-btn {
  display: inline-block;
  color: #1f3664;
  font-size: 20px;
}
#filter-burger-nav.active {
  transform: translateY(0);
}
#filter-burger-nav .form {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
#filter-burger-nav .form-input {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#filter-burger-nav .form-input label {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #1f3664;
}
#filter-burger-nav .form-input select {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  color: #111827;
  width: 350px;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(33, 33, 33, 0.5019607843);
  border-radius: 8px;
}
@media screen and (max-width: 950px) {
  #filter-burger-nav .form-input select {
    width: auto;
  }
}
#filter-burger-nav .form button {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  color: #fff;
  width: 200px;
  min-width: 120px;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #016bd9;
  background: #016bd9;
  cursor: pointer;
  transition: opacity 0.15s ease;
  align-self: flex-end;
}
#filter-burger-nav .form button:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=stores.css.map */
