@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-SemiBold.woff2") format("woff2"), url("../fonts/SegoeUI-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-SemiBold.woff2") format("woff2"), url("../fonts/SegoeUI-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI.woff2") format("woff2"), url("../fonts/SegoeUI.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI.woff2") format("woff2"), url("../fonts/SegoeUI.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=icon-]:before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "A";
}

.icon-up:before {
  content: "B";
}

.icon-user:before {
  content: "C";
}

.icon-slider-arrow-right:before {
  content: "D";
}

.icon-slider-circle-left:before {
  content: "E";
}

.icon-slider-circle-right:before {
  content: "F";
}

.icon-attach:before {
  content: "G";
}

.icon-cart:before {
  content: "H";
}

.icon-check:before {
  content: "I";
}

.icon-check-accent:before {
  content: "J";
}

.icon-close:before {
  content: "K";
}

.icon-close-accent:before {
  content: "L";
}

.icon-dropdown:before {
  content: "M";
}

.icon-info:before {
  content: "N";
}

.icon-mail:before {
  content: "O";
}

.icon-mark:before {
  content: "P";
}

.icon-search:before {
  content: "Q";
}

.icon-navigate-right:before {
  content: "R";
}

.icon-slider-arrow-left:before {
  content: "S";
}

:root {
  --swiper-theme-color: #194D5A;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 20px;
}

body {
  font-size: 1.13rem;
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: normal;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
}

a {
  text-decoration: none;
}

h1 {
  font-size: 2.5rem;
  line-height: auto;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 48px;
}

h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
}

button, .button {
  background: #194D5A;
  color: #EFEFEF;
  cursor: pointer;
  transition: 300ms;
  border-radius: 0.5rem;
  padding: 0.56rem 1.38rem 0.56rem 1.38rem;
  font: inherit;
  font-size: 1.13rem;
  line-height: 100%;
  text-decoration: none;
  border: 1px solid transparent;
}
button:active, .button:active {
  background: #EFEFEF;
  color: #194D5A;
  border: 1px solid #194D5A;
}
button--bordered, .button--bordered {
  color: #202020;
  background: transparent;
  border: 3px solid #F68363;
}
button--bordered:hover, .button--bordered:hover {
  color: #EFEFEF;
  background: #F68363;
}
button--bordered:active, .button--bordered:active {
  background-color: #f45e70;
}
button:hover, .button:hover {
  color: #E1B77E;
}

input {
  font: inherit;
  font-size: 1rem;
  font-weight: 400;
  background-color: #FFF;
  border-radius: 0.63rem;
  border: 1px solid #8E8E8E;
  padding: 18px 16px;
  flex-grow: 1;
  max-width: 490px;
  outline: none;
}
input:placeholder {
  opacity: 1;
}
input.error {
  border: 1px solid #F2022D;
}

section {
  margin-bottom: 100px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.d-grid {
  display: grid;
}

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin-inline: auto;
}

.subtitle {
  font-size: 1.5rem;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

header {
  box-shadow: 0rem 0.25rem 0.94rem 0rem rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-header {
  background-color: #194D5A;
  margin-bottom: 21px;
  font-size: 1rem;
}

.info__nav-item, .info__nav-link, .info__nav-dropdown__link, .category__nav-dropdown__link {
  color: #FFF;
  text-decoration: none;
  transition: 300ms;
}
.info__nav-item:hover, .info__nav-link:hover, .info__nav-dropdown__link:hover, .category__nav-dropdown__link:hover {
  color: #E1B77E;
}

.top-header__links {
  justify-content: space-between;
}

.header__callback {
  padding: 0;
  font-size: 1rem;
  background: transparent;
  transition: 300ms;
}
.header__callback:hover {
  color: #E1B77E;
}

.info__nav-items {
  padding: 18px 0;
  gap: 47px;
}

.info__nav-dropdown {
  position: relative;
}
.info__nav-dropdown .icon-dropdown {
  font-size: 0.7rem;
  height: 24px;
  width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.info__nav-dropdown:hover {
  cursor: pointer;
}
.info__nav-dropdown:hover .info__nav-dropdown__content {
  opacity: 1;
  visibility: visible;
}

.info__nav-dropdown__content {
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #194D5A;
  padding: 16px;
  visibility: hidden;
  opacity: 0;
  transition: 300ms;
  z-index: 5;
  margin-top: -10px;
  min-width: 175px;
}
.info__nav-dropdown__content::before {
  content: "";
  width: 100%;
  height: 50px;
  top: -40px;
  left: 0;
  position: absolute;
}

.info__nav-dropdown__item {
  padding-bottom: 8px;
  display: block;
}
.info__nav-dropdown__item:not(:last-child) {
  border-bottom: 0.03rem solid rgb(239, 239, 239);
  margin-bottom: 4px;
}

.main-header__wrapper {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24.5px;
  border-bottom: 0.06rem solid #B3B3B3;
}

.header__logo {
  font-size: 30px;
}
.header__logo a {
  text-decoration: none;
}

.header__search-input {
  position: relative;
  min-width: 430px;
  display: flex;
  align-items: center;
}
.header__search-input input {
  color: #B3B3B3;
  font-size: 1rem;
  padding: 14px 5px 14px 16px;
  width: 100%;
  border: 0.06rem solid #B3B3B3;
}

.header__search-button {
  position: absolute;
  padding: 0;
  right: 5px;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header__search-button .icon-search {
  transition: 300ms;
  font-size: 1.1rem;
}
.header__search-button:hover .icon-search {
  color: #E1B77E;
}

.header__user-buttons {
  gap: 24px;
}
.header__user-buttons button {
  font-size: 1rem;
  color: #194D5A;
  padding: 0;
  background: transparent;
  border: none;
}
.header__user-buttons button:active {
  border: none;
}
.header__user-buttons button:hover span {
  transform: translateY(-5px);
}
.header__user-buttons span {
  display: block;
  font-size: 1.58rem;
  margin-bottom: 5px;
  transition: 300ms;
}

.category__nav-item {
  padding: 24px 0 22px 0;
  transition: 300ms;
  border-bottom: 5px solid transparent;
}
.category__nav-item:hover {
  border-color: #194D5A;
}

.category__nav-items {
  gap: 20px;
  justify-content: space-between;
  position: relative;
}

.category__nav-dropdown__item span {
  height: 24px;
  width: 24px;
  margin-left: 8px;
  font-size: 11px;
}

.category__nav-link {
  text-decoration: none;
  color: #202020;
}

.category__nav-dropdown__content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 15;
  top: calc(100% + 24px);
  left: 0;
  width: 100%;
  padding: 24px;
  max-width: 1200px;
  background-color: #194D5A;
  transition: 300ms;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, auto));
  gap: 8px;
}

.category__nav-dropdown::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
}
.category__nav-dropdown::after {
  content: "";
  background: rgba(32, 32, 32, 0.4);
  width: 100vw;
  height: 100vw;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
  pointer-events: none;
}
.category__nav-dropdown:hover .category__nav-dropdown__content {
  opacity: 1;
  visibility: visible;
}
.category__nav-dropdown:hover::after {
  visibility: visible;
  opacity: 1;
}

.category__nav-dropdown__title {
  color: #FFF;
  margin-bottom: 24px;
  width: 100%;
  grid-column: span 3;
}

.main-slider__wrapper {
  min-height: 345px;
}

.main-slider__item {
  height: 100%;
  padding: 48px 0 48px 108px;
  color: #FFF;
  background-size: cover;
}
.main-slider__item h1 {
  font-size: 2.5rem;
  line-height: 3.31rem;
  letter-spacing: 0%;
  text-align: left;
  max-width: 720px;
  margin-bottom: 48px;
}
.main-slider__item button {
  min-width: 192px;
}

.swiper-pagination {
  margin-top: 10px;
  position: relative;
}

.swiper-button-prev::after, .swiper-button-next::after {
  content: unset;
}

.swiper-main-button-prev, .swiper-main-button-next {
  height: 91px;
  width: 91px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  border: 10px solid #FEFEFE;
  aspect-ratio: 1;
  transform: translateY(-50%);
}

.swiper-main-button-prev {
  left: -45px;
}
.swiper-main-button-prev span {
  margin-left: 25px;
  transition: 300ms;
}
.swiper-main-button-prev:hover span {
  margin-left: 18px;
}

.swiper-main-button-next {
  right: -45px;
}
.swiper-main-button-next span {
  margin-right: 25px;
  transition: 300ms;
}
.swiper-main-button-next:hover span {
  margin-right: 18px;
}

.pop-category__item {
  position: relative;
}
.pop-category__item:hover .pop-category__item-link {
  color: #194D5A;
}

.pop-category__item-image {
  background: #EFEFEF;
  max-height: 172px;
  height: 172px;
  margin-bottom: 8px;
}
.pop-category__item-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.pop-category__item-link {
  color: #202020;
  transition: 300ms;
}
.pop-category__item-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pop-cats-button-prev, .swiper-pop-cats-button-next, .swiper-useful-button-prev, .swiper-useful-button-next, .swiper-discount-button-prev, .swiper-discount-button-next {
  height: 41px;
  width: 41px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  box-shadow: 0rem 0.25rem 0.31rem 0rem rgba(0, 0, 0, 0.1);
  transition: 300ms;
}
.swiper-pop-cats-button-prev span, .swiper-pop-cats-button-next span, .swiper-useful-button-prev span, .swiper-useful-button-next span, .swiper-discount-button-prev span, .swiper-discount-button-next span {
  font-size: 1rem;
}

.swiper-pop-cats-button-prev.swiper-button-disabled {
  opacity: 0.1;
}

.useful__heading, .discount__heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.useful__heading h2, .discount__heading h2 {
  margin-bottom: 0;
}
.useful__heading a:hover, .discount__heading a:hover {
  text-decoration: underline;
}

.useful__item-content {
  padding: 16px;
  background-color: #efefef;
  min-height: 280px;
}
.useful__item-content p {
  color: #B3B3B3;
}

.useful__item-title {
  color: #202020;
  line-height: 2rem;
  margin-bottom: 16px;
  display: block;
}

.whats-new__wrapper {
  background-color: #194D5A;
  color: #FFF;
  position: relative;
  padding: 30px 43px 31px 106px;
}
.whats-new__wrapper:hover .whats-new__image {
  transform: translateY(-5px);
}

.whats-new__title {
  margin-bottom: 8px;
}

.whats-new__content {
  max-width: 340px;
}

.whats-new__image {
  position: absolute;
  right: 43px;
  bottom: 0;
  transition: 300ms;
}

.whats-new__button--hidden {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.whats-new__button--hidden::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.discount__item:hover .discount__item-title {
  color: #194D5A;
}

.discount__item-img {
  margin-bottom: 16px;
}

.discount__item-title {
  color: #202020;
  transition: 300ms;
}

.brands-main__items {
  gap: 20px;
}

.contacts__wrapper {
  gap: 30px;
  justify-content: space-between;
}

.contacts__info-item {
  display: flex;
  gap: 16px;
}
.contacts__info-item span {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  display: block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #194D5A;
  border-radius: 100%;
  color: #FFF;
  transition: 300ms;
}
.contacts__info-item a {
  color: #202020;
}
.contacts__info-item:not(:last-child) {
  margin-bottom: 24px;
}
.contacts__info-item:hover span {
  transform: translateY(-5px);
}

.contacts__request {
  max-width: 510px;
}

.contacts__form input:not(input[type=checkbox]) {
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 0.06rem solid #B3B3B3;
  padding: 0 20px 8px 0;
}
.contacts__form input:not(input[type=checkbox]):not(:last-child) {
  margin-bottom: 24px;
}

.contacs__form-info {
  margin-bottom: 24px;
}

.contacts__form-policy {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.contacts__form-policy input {
  height: 24px;
  width: 24px;
  max-width: 24px;
  aspect-ratio: 1;
  background-color: transparent;
}
.contacts__form-policy a {
  text-decoration: underline;
}

.contacts__form-button {
  width: 100%;
  min-height: 50px;
}

footer {
  background-color: #5E7875;
  color: #fff;
  padding: 50px;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
}

.footer-wrapper {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 20px;
}

.footer__col--span-2 {
  grid-column: span 2;
}

.footer__col--span-3 {
  grid-column: span 3;
}

.footer__col-title {
  margin-bottom: 16px;
}

.footer__col-item:not(:last-child) {
  margin-bottom: 8px;
}

.footer__contacts-item {
  gap: 16px;
  align-items: center;
  flex-wrap: nowrap;
}
.footer__contacts-item span {
  font-size: 24px;
}
.footer__contacts-item:not(:last-child) {
  margin-bottom: 16px;
}/*# sourceMappingURL=main.css.map */