/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face{font-family:"Inter";font-weight:400;src:url(fonts/interRegular.woff2) format("woff2"),url(fonts/interRegular.woff) format("woff");font-display:swap}@font-face{font-family:"Inter";font-weight:600;src:url(fonts/interSemiBold.woff2) format("woff2"),url(fonts/interSemiBold.woff) format("woff");font-display:swap}@font-face{font-family:"Inter";font-weight:700;src:url(fonts/interBold.woff2) format("woff2"),url(fonts/interBold.woff) format("woff");font-display:swap}html{position:relative;box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body{min-width:320px;min-height:100vh;font-family:Inter,sans-serif;font-weight:400;background-color:#fff;color:#000}img,svg{display:block;max-width:100%;max-height:100%;height:auto}button{display:block;padding:0;cursor:pointer;background-color:rgba(0,0,0,0);border:none;color:inherit}a{text-decoration:none;color:inherit}ul{list-style:none;padding:0;margin:0}h1,h2,h3,h4,p,figure,fieldset{margin:0}fieldset{padding:0;margin:0;border:none}.visually-hidden{position:fixed;transform:scale(0)}.input-hide{-webkit-appearance:none;appearance:none}.container{--max-width: 1180px;--padding: 30px;max-width:calc(var(--max-width) + var(--padding)*2);padding:0 var(--padding);margin:0 auto}.main{margin-bottom:120px}.main__error-title{padding:10px;font-weight:400;font-size:32px;line-height:39px;text-align:center;text-transform:uppercase}.input-hide{position:absolute}.header{padding:24px 0 36px}.header__container{display:grid;grid-template-columns:repeat(3, 1fr);align-items:center}.header__phone{justify-self:start;font-weight:600;font-size:14px;line-height:17px;text-transform:uppercase}.header__logo{justify-self:center}.header__navigation{justify-self:end}.header__nav-list{display:flex;align-items:center;gap:24px}.header__link{position:relative;transition:color .3s ease-in-out}.header__link:hover{color:#8a8a8a}.header__link:active{color:#404040}.header__link-count{position:absolute;display:block;width:18px;height:18px;border-radius:50%;color:#fff;top:0;right:-6px;background-color:#000;text-align:center;font-weight:600;font-size:9px;line-height:18px}.navigation{margin-bottom:50px}.gender{display:flex}.gender__item{flex-basis:50%}.gender__link{display:block;text-align:center;padding:16px 0;font-size:18px;line-height:22px;text-transform:uppercase;border-bottom:1px solid #dcdcdc;transition:color .3s ease-in-out}.gender__link:hover{color:#8a8a8a}.gender__link_active{border-color:#000;pointer-events:none}.category{display:flex;flex-wrap:wrap;justify-content:space-between;gap:15px;margin:0 auto;max-width:692px;padding:24px 0 12px;font-size:14px;line-height:17px;text-transform:uppercase}.category__link{position:relative;transition:color .3s ease-in-out}.category__link:hover{color:#8a8a8a}.category__link::after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:26px;height:2px;background-color:#000;opacity:0}.category__link_active{pointer-events:none}.category__link_active::after{opacity:1}.hero{background-color:#404040;color:#fff;margin-bottom:80px;background-position:center;background-size:cover}.hero__women{background-image:url(assets/bg-women.jpg)}.hero__men{background-image:url(assets/bg-men.jpg)}.hero__content{max-width:590px;padding:172px 0 86px}.hero__title{font-weight:400;font-size:44px;line-height:120%;text-transform:uppercase;margin-bottom:40px}.hero__link{display:inline-block;padding:14px 40px;background-color:rgba(0,0,0,0);border:1px solid #fff;font-weight:700;font-size:14px;line-height:17px;text-transform:uppercase;transition:background-color .3s ease-in-out}.hero__link:hover{background-color:#404040}.hero__link:active{background-color:#8a8a8a}.count{width:107px;height:46px;border:.5px solid #000;display:flex;justify-content:space-between}.count__item{flex-basis:33%;font-size:16px}.count__number{display:flex;align-items:center;justify-content:center}.main-button{background-color:#000;color:#fff;font-weight:700;font-size:14px;line-height:17px;text-transform:uppercase;white-space:nowrap;border:none;padding:14px 41px 15px;transition:background-color .3s ease-in-out}.main-button:hover{background-color:#8a8a8a}.main-button:active{background-color:#404040}.main-button:disabled{pointer-events:none;background-color:#dcdcdc}.main-button:focus{background-color:#404040}.color{position:relative;width:18px;height:18px;border-radius:50%;display:block}.color:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:12px;height:12px;border-radius:50%}.color__input:checked+.color__check{position:absolute;top:0;right:0;bottom:0;left:0;display:block;border:.4px solid #8a8a8a;border-radius:50%}.favorite{display:block;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 20.25C12 20.25 2.625 15 2.625 8.62501C2.62519 7.49826 3.01561 6.40635 3.72989 5.53493C4.44416 4.66351 5.4382 4.06636 6.54299 3.84501C7.64778 3.62367 8.79514 3.79179 9.78999 4.32079C10.7848 4.84979 11.5658 5.70702 12 6.74673L12 6.74673C12.4342 5.70702 13.2152 4.84979 14.21 4.32079C15.2049 3.79179 16.3522 3.62367 17.457 3.84501C18.5618 4.06636 19.5558 4.66351 20.2701 5.53493C20.9844 6.40635 21.3748 7.49826 21.375 8.62501C21.375 15 12 20.25 12 20.25Z%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");background-position:center;background-size:contain;background-repeat:no-repeat;transition:background-image .3s ease-in-out}.favorite:hover{background-image:url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 20.25C12 20.25 2.625 15 2.625 8.62501C2.62519 7.49826 3.01561 6.40635 3.72989 5.53493C4.44416 4.66351 5.4382 4.06636 6.54299 3.84501C7.64778 3.62367 8.79514 3.79179 9.78999 4.32079C10.7848 4.84979 11.5658 5.70702 12 6.74673L12 6.74673C12.4342 5.70702 13.2152 4.84979 14.21 4.32079C15.2049 3.79179 16.3522 3.62367 17.457 3.84501C18.5618 4.06636 19.5558 4.66351 20.2701 5.53493C20.9844 6.40635 21.3748 7.49826 21.375 8.62501C21.375 15 12 20.25 12 20.25Z%27 stroke=%27black%27 fill=%27red%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")}.favorite_active{background-image:url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 20.25C12 20.25 2.625 15 2.625 8.62501C2.62519 7.49826 3.01561 6.40635 3.72989 5.53493C4.44416 4.66351 5.4382 4.06636 6.54299 3.84501C7.64778 3.62367 8.79514 3.79179 9.78999 4.32079C10.7848 4.84979 11.5658 5.70702 12 6.74673L12 6.74673C12.4342 5.70702 13.2152 4.84979 14.21 4.32079C15.2049 3.79179 16.3522 3.62367 17.457 3.84501C18.5618 4.06636 19.5558 4.66351 20.2701 5.53493C20.9844 6.40635 21.3748 7.49826 21.375 8.62501C21.375 15 12 20.25 12 20.25Z%27 stroke=%27red%27 fill=%27red%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")}.favorite_active:hover{background-image:url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 20.25C12 20.25 2.625 15 2.625 8.62501C2.62519 7.49826 3.01561 6.40635 3.72989 5.53493C4.44416 4.66351 5.4382 4.06636 6.54299 3.84501C7.64778 3.62367 8.79514 3.79179 9.78999 4.32079C10.7848 4.84979 11.5658 5.70702 12 6.74673L12 6.74673C12.4342 5.70702 13.2152 4.84979 14.21 4.32079C15.2049 3.79179 16.3522 3.62367 17.457 3.84501C18.5618 4.06636 19.5558 4.66351 20.2701 5.53493C20.9844 6.40635 21.3748 7.49826 21.375 8.62501C21.375 15 12 20.25 12 20.25Z%27 stroke=%27%238A8A8A%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")}.goods__title{padding-bottom:25px;border-bottom:1px solid #dcdcdc;font-weight:400;font-size:32px;line-height:39px;text-align:center;text-transform:uppercase}.goods__warning{padding-top:40px;font-weight:400;font-size:18px;line-height:22px;text-transform:uppercase;text-align:center}.goods__list{padding-top:40px;display:grid;grid-template-columns:repeat(auto-fill, 280px);justify-content:space-evenly;grid-gap:40px 20px;gap:40px 20px}.product{height:100%;display:flex;flex-direction:column}.product__link{flex-grow:1;transition:color .24s ease-in-out}.product__link:hover{color:#8a8a8a}.product__image{margin-bottom:16px;width:100%;height:370px;object-fit:cover}.product__title{font-weight:400;font-size:14px;line-height:17px;margin-bottom:13px}.product__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.product__price{font-weight:400;font-size:14px;line-height:17px}.product__color-list{display:flex;justify-content:flex-start;align-items:center;gap:3px}.card{margin-bottom:100px}.card__container{display:flex;justify-content:center;gap:20px}.card__image{width:471px;height:622px;object-fit:cover}.card__content{max-width:335px}.card__title{font-weight:400;font-size:18px;line-height:22px;text-transform:uppercase;margin-bottom:16px}.card__price{font-size:18px;line-height:22px;text-transform:uppercase;margin-bottom:40px}.card__subtitle{font-weight:400;font-size:12px;line-height:15px;color:#8a8a8a}.card__vendor-code{font-size:12px;line-height:15px;color:#000;margin-bottom:24px}.card__color{margin-bottom:24px}.card__color-title{margin-bottom:8px}.card__color-list{display:flex;flex-wrap:wrap;gap:6px}.card__color-item{cursor:pointer;width:24px;height:24px}.card__color-item:after{width:16px;height:16px}.card__size{margin-bottom:24px}.card__size-title{margin-bottom:8px}.card__size-list{display:flex;flex-wrap:wrap;gap:4px;font-size:14px;line-height:17px;text-transform:uppercase}.card__size-item{cursor:pointer}.card__size-item_active{background-color:#000;color:#fff}.card__description{margin-bottom:40px}.card__description-title{margin-bottom:8px}.card__description-text{font-size:16px;line-height:1.4}.card__control{position:relative;display:flex;align-items:center;justify-content:space-between}.card__count{margin-right:24px}.card__add-cart{margin-right:16px}.card__alert{position:absolute;display:block;width:-webkit-max-content;width:max-content;left:50%;bottom:-25px;transform:translateX(-50%);font-weight:400;font-size:16px;line-height:140%}.card__alert::after{position:absolute;bottom:0;left:0;content:"";width:100%;border-bottom:1px solid #000}.size__check{display:block;padding:3px 14px;border:.5px solid #000;font-weight:400;font-size:14px;line-height:17px;text-transform:uppercase;transition:background-color .3s ease-in-out}.size:hover{background-color:#dcdcdc}.size__input{position:absolute}.size__input:checked+.size__check{background-color:#000;color:#fff}.cart{margin-bottom:90px}.cart__title{font-weight:400;font-size:32px;line-height:39px;text-align:center;text-transform:uppercase;padding-bottom:24px;border-bottom:1px solid #dcdcdc}.cart__list{margin-bottom:40px}.cart__item{border-bottom:1px solid #dcdcdc;padding:24px 0}.cart__total{margin-left:auto;max-width:280px;display:flex;justify-content:space-between;font-weight:400;font-size:14px;line-height:17px;text-transform:uppercase}.item{display:grid;grid-template-columns:auto 1fr auto auto;grid-gap:24px 20px;gap:24px 20px;grid-template-areas:"image content content del" "image prop count count"}.item__image{grid-area:image;width:160px;height:160px;object-fit:cover}.item__content{grid-area:content}.item__title{font-weight:400;font-size:14px;line-height:17px;text-transform:uppercase;margin-bottom:12px}.item__price{font-weight:400;font-size:14px;line-height:17px;text-transform:uppercase;margin-bottom:24px}.item__vendor-code{font-weight:400;font-size:12px;line-height:15px}.item__subtitle{font-weight:400;font-size:12px;line-height:15px;color:#8a8a8a}.item__prop{grid-area:prop;display:flex;gap:20px}.item__color{display:flex;flex-direction:column;align-items:center}.item__color-title{margin-bottom:12px}.item__color-item{width:24px;height:24px}.item__color-item:after{width:16px;height:16px;content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:50%}.item_check{border:.4px solid #8a8a8a}.item__size{display:flex;flex-direction:column;align-items:center}.item__size-title{margin-bottom:12px}.item__size-item{width:46px;height:24px;padding:0;display:flex;align-items:center;justify-content:center}.item__del{grid-area:del;width:24px;height:24px;background:url(assets/del.svg) center no-repeat;justify-self:end;align-self:start}.item__count{grid-area:count;justify-self:end;align-self:end}.order__title{font-weight:400;font-size:32px;line-height:39px;text-align:center;text-transform:uppercase;padding-bottom:24px;border-bottom:1px solid #dcdcdc}.order__form{padding-top:24px;display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:36px;gap:36px}.order__personal{grid-column:1/-1;display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:10px 20px;gap:10px 20px}.order__input{width:100%;height:46px;padding:0 24px;font-weight:400;font-size:14px;line-height:17px}.order__input::placeholder{color:#8a8a8a}.order__radio-list{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.order__radio{font-size:14px;height:24px;line-height:24px}.order__submit{justify-self:end;align-self:end}.radio{display:flex;align-items:center;cursor:pointer}.radio__input{position:relative;-webkit-appearance:none;appearance:none;padding:4px;margin-right:8px}.radio__input:before{content:"";display:block;width:16px;height:16px;border-radius:50%;border:2px solid #000}.radio__input:after{content:"";position:absolute;display:block;width:6px;height:6px;border-radius:50%;background-color:#000;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0}.radio__input:focus{outline:none}.radio__input:checked:after{opacity:1}.radio__input.focus-visible:before,.radio__input:hover:not(:disabled):before{box-shadow:0px 0px 10px #404040}.radio__input:focus-visible:before,.radio__input:hover:not(:disabled):before{box-shadow:0px 0px 10px #404040}.footer__container{display:grid;grid-template-columns:1fr 2fr 1fr;grid-template-areas:"category social contacts" "copyright . development";grid-gap:26px 20px;gap:26px 20px;padding-top:51px;padding-bottom:24px;border-top:1px solid #dcdcdc}.footer__item_category{grid-area:category}.footer__item_social{grid-area:social;justify-self:center}.footer__item_contacts{grid-area:contacts}.footer__item_copyright{grid-area:copyright;align-self:flex-end}.footer__item_development{grid-area:development}.footer__title{font-weight:400;font-size:18px;line-height:22px;text-transform:uppercase}.footer__link{transition:color .3s ease-in-out}.footer__link:hover{color:#8a8a8a}.footer-category__title{margin-bottom:24px}.footer-category__list{display:flex;gap:80px}.footer-category__subtitle{font-weight:600;font-size:14px;line-height:17px;margin-bottom:10px}.footer-category__sublist{display:flex;flex-direction:column;gap:6px}.footer-category__subitem{font-weight:400;font-size:14px;line-height:17px}.footer-social__title{margin-bottom:16px}.footer-social__subtitle{font-weight:400;font-size:14px;line-height:17px;margin-bottom:20px}.footer-social__list{display:flex;gap:10px}.footer-social__link_vk:hover{color:#07f}.footer-social__link_fb:hover{color:#3b5998}.footer-contacts{display:flex;flex-direction:column;align-items:flex-start;gap:16px;font-weight:400;font-size:18px;line-height:22px}.footer-copyright{font-weight:400;font-size:12px;line-height:130%}.footer-development{font-weight:400;font-size:12px;line-height:130%}.footer-development__list{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.search{display:none;margin-bottom:36px}.search_show{display:block}.search__form{display:flex;align-items:center;gap:2px;width:100%;height:46px}.search__input{flex-grow:1;height:100%;padding:0 24px;border:1px solid #404040;border-radius:0;font-weight:400;font-size:14px;line-height:17px}@supports not selector(:focus-visible){.search__input:focus{border:1px solid #000}}.search__input:focus{outline:none}.search__input.focus-visible{border:1px solid #000}.search__input:focus-visible{border:1px solid #000}.search__input::placeholder{opacity:.4}.search__input::-webkit-search-cancel-button{display:none}.search__submit{flex-basis:141px;height:100%;background-color:#000;color:#fff;font-weight:700;font-size:14px;line-height:17px;text-transform:uppercase}.pagination{display:flex;align-items:center;justify-content:center;gap:16px;padding-top:37px}.pagination__list{display:flex;padding-top:9px;justify-content:flex-end;gap:14px}.pagination__item{display:block;text-align:center;width:16px}.pagination__link{display:block;width:inherit;font-weight:400;font-size:14px;line-height:17px;color:#8a8a8a}.pagination__link_active{padding-bottom:6px;color:#000;border-bottom:1px solid #000}.pagination__arrow{color:#000}.pagination__arrow_disabled{color:#8a8a8a;pointer-events:none;cursor:no-drop}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;overflow-y:auto;background-color:rgba(0,0,0,.15)}.modal__body{position:relative;max-width:800px;width:100%;margin:auto;background:#fff;box-shadow:0px 0px 10px rgba(0,0,0,.15);padding:40px 24px}.modal__title{font-weight:400;font-size:32px;line-height:39px;text-align:center;text-transform:uppercase;margin-bottom:16px}.modal__description{font-size:14px;line-height:17px;text-align:center;margin-bottom:34px}.modal__description_thank{margin-bottom:0}.modal__customer-data{margin-bottom:24px}.modal__goods{margin-bottom:24px}.modal__total{margin-left:auto;max-width:145px;display:flex;justify-content:space-between;font-size:14px;line-height:17px;text-align:right;text-transform:uppercase}.modal__close{position:absolute;right:6px;top:6px}.modal__close:hover{opacity:.5}.goods-list{display:flex;flex-wrap:wrap}.goods-list__item{margin-right:10px}.goods-list__item:last-child{margin-right:0}.goods-list__img{display:block;width:50px;height:50px;object-fit:cover;margin-bottom:4px}.goods-list__count{font-size:12px;line-height:15px}.customer__item{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:4px;border-bottom:.5px solid #dcdcdc;margin-bottom:12px}.customer__item:last-child{margin-bottom:0}.customer__item-title{font-size:14px;line-height:17px;color:#8a8a8a}.customer__item-data{font-size:14px;line-height:17px;margin-left:auto}@media (max-width: 1024px){.container{--max-width: 880px}.main__error-title{margin-bottom:38px}.navigation{margin-bottom:38px}.hero__women{background-image:url(assets/bg-laptop-women.jpg)}.hero__men{background-image:url(assets/bg-laptop-men.jpg)}.card__image{width:362px;height:478px}.footer__container{grid-template-columns:repeat(3, 1fr);padding-top:31px}.footer-category__list{gap:30px}.search{margin-bottom:24px}}@media (max-width: 768px){.container{--max-width: 620px}.main{margin-bottom:80px}.main__error-title{font-size:24px;line-height:29px}.header{padding:16px 0}.header__phone{font-size:12px;line-height:15px}.header__logo{max-width:154px}.navigation{margin-bottom:31px}.gender__link{padding:11px 0 12px;font-size:16px;line-height:19px}.category{padding:16px 0 5px;font-size:12px;line-height:15px}.category__link::after{bottom:-4px;width:20px;height:1px}.hero{margin-bottom:64px}.hero__women{background-image:url(assets/bg-tablet-women.jpg)}.hero__men{background-image:url(assets/bg-tablet-men.jpg)}.hero__content{max-width:402px;padding:156px 0 50px}.hero__title{font-size:30px;margin-bottom:24px}.hero__link{padding:12px 41px;font-size:10px;line-height:12px}.count{height:36px}.main-button{padding:12px 41px;font-size:10px;line-height:12px}.goods__title{padding-bottom:16px;font-size:24px;line-height:29px}.goods__warning{padding-top:24px;font-size:14px;line-height:17px}.goods__list{padding-top:24px;grid-template-columns:repeat(auto-fill, 140px);row-gap:24px}.product__image{margin-bottom:10px;height:185px}.product__title{font-size:12px;line-height:15px;margin-bottom:5px}.product__row{margin-bottom:3px}.product__price{font-size:12px;line-height:15px}.card__container{flex-wrap:wrap}.card__image{width:250px;height:330px}.card__content{max-width:300px}.card__title{font-size:14px;line-height:17px;margin-bottom:12px}.card__price{font-size:14px;line-height:17px;margin-bottom:16px}.card__subtitle{font-size:10px;line-height:12px}.card__vendor-code{font-size:10px;line-height:12px;margin-bottom:16px}.card__color{margin-bottom:16px}.card__size{margin-bottom:16px}.card__description{margin-bottom:24px}.card__description-text{font-size:12px}.card__count{margin-right:20px}.card__add-cart{margin-right:8px}.card__alert{bottom:-20px;font-size:12px}.cart{margin-bottom:60px}.cart__title{font-size:24px;line-height:29px;padding-bottom:15px}.cart__list{margin-bottom:24px}.cart__total{max-width:140px}.order__title{font-size:24px;line-height:29px;padding-bottom:15px}.footer__container{grid-template-columns:1fr 2fr 1fr;padding-top:25px;padding-bottom:16px;gap:17px}.footer__title{font-size:16px;line-height:19px}.footer-category__title{margin-bottom:16px}.footer-category__list{flex-direction:column;gap:7px}.footer-category__subtitle{font-size:12px;line-height:15px;margin-bottom:0}.footer-category__sublist{display:none}.footer-social__subtitle{font-size:12px;line-height:15px;margin-bottom:16px}.footer-contacts{gap:21px;font-size:14px;line-height:17px}.footer-development{font-size:10px}.footer-development__list{gap:11px}.search__form{height:36px}.search__input{padding:0 16px;font-size:10px;line-height:12px}.search__submit{flex-basis:124px;font-size:10px;line-height:12px}.pagination{padding-top:21px}.pagination__list{padding-top:0}.pagination__link{font-size:10px;line-height:12px}}@media (max-width: 540px){.container{--padding: 15px}.main{margin-bottom:60px}.main__error-title{font-weight:400;font-size:18px;line-height:22px}.header{padding:16px 0 24px}.header__container{grid-template-columns:repeat(2, 1fr)}.header__phone{display:none}.header__logo{justify-self:start;max-width:124px}.header__nav-list{gap:16px}.navigation{margin-bottom:5px}.gender__link{padding:0 0 8px;font-size:14px;line-height:17px}.category{font-size:10px;line-height:12px;justify-content:flex-start;gap:10px 30px}.hero{margin-bottom:24px}.hero__women{background-image:url(assets/bg-mobile-women.jpg)}.hero__men{background-image:url(assets/bg-mobile-men.jpg)}.hero__content{max-width:290px;padding:76px 0 24px}.hero__title{font-size:20px;margin-bottom:16px}.goods__title{padding-bottom:9px;font-size:18px;line-height:22px}.goods__warning{padding-top:22px;font-size:10px;line-height:12px}.goods__list{padding-top:16px;gap:16px 10px}.card__container{flex-direction:column}.card__image{width:100%;height:auto}.card__content{max-width:100%}.card__title{margin-bottom:8px}.card__color{margin-bottom:12px}.card__size{margin-bottom:12px}.card__description{margin-bottom:16px}.card__count{margin-right:10px}.cart{margin-bottom:40px}.cart__title{font-size:18px;line-height:22px;padding-bottom:9px}.cart__list{margin-bottom:16px}.cart__total{font-size:12px;line-height:15px}.item{gap:10px;grid-template-areas:"image content content del" "prop prop count count"}.item__image{width:80px;height:80px}.item__title{margin-bottom:4px;font-size:12px;line-height:15px}.item__price{margin-bottom:11px;font-size:12px;line-height:15px}.item__vendor-code{font-size:10px;line-height:12px}.item__subtitle{font-size:10px;line-height:12px}.item__color-title{margin-bottom:4px}.item__size-title{margin-bottom:4px}.order__title{font-size:18px;line-height:22px;padding-bottom:9px}.order__form{grid-template-columns:1fr;padding-top:16px;gap:0}.order__personal{grid-template-columns:1fr;gap:4px;margin-bottom:16px}.order__input{padding:0 10px;font-size:10px;line-height:12px}.order__radio-list{font-size:12px;line-height:15px;margin-bottom:24px;gap:6px}.order__radio{font-size:12px;line-height:15px}.order__submit{width:100%}.footer__container{grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content;grid-template-areas:"category social" "contacts contacts" "development development" "copyright copyright";padding-top:17px;gap:24px}.footer__item_social{justify-self:start}.footer__title{font-size:14px;line-height:17px}.footer-category__title{margin-bottom:8px}.footer-social__title{margin-bottom:8px}.footer-contacts{gap:9px;font-size:12px;line-height:15px}.footer-copyright{font-size:10px}.footer-development__list{gap:4px}.search__submit{flex-basis:100px}.pagination{padding-top:13px}}
