@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../font/roboto-400.woff2") format("woff2"), url("../font/roboto-400.woff") format("woff"); }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../font/roboto-500.woff2") format("woff2"), url("../font/roboto-500.woff") format("woff"); }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("../font/roboto-600.woff2") format("woff2"), url("../font/roboto-600.woff") format("woff"); }

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../font/source-sans-400.woff2") format("woff2"), url("../font/source-sans-400.woff") format("woff"); }

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("../font/source-sans-600.woff2") format("woff2"), url("../font/source-sans-600.woff") format("woff"); }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  color: #404040;
  background-color: #fff;
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif; }

footer {
  margin-top: auto; }

*,
*::before,
*::after {
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  transition: 0.2s;
  color: inherit; }

p {
  font-size: calc( 14px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #666666; }

.info__part p {
  margin-top: 24px;
}
@media screen and (min-width: 892px) {
  .info__part p {
    margin-top: 18px;
  }
}

.info__part ul {
  margin: 0;
  margin-top: 24px;
  padding: 0;
  list-style-type: none;
}

.info__part li {
  position: relative;
  margin-top: 16px;
  padding-left: 32px;
}

.info__part li:first-child {
  margin-top: 0;
}

.info__part li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #FF5E4C;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%); }

.no-scroll {
  overflow: hidden; }

.svg-library {
  display: none; }

.header__top {
  display: flex;
  justify-content: space-between;
  padding: 17px 0;
  position: relative; }

.header__top__change-shop {
  width: 100%;
  display: none; }

.header__top__change-shop.active {
  display: flex;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease; }

.header__top .modal-change-city {
  display: none;
  position: absolute;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px rgba(64, 64, 64, 0.25);
  border-radius: 8px;
  padding: 36px 56px;
  z-index: 102;
  top: 60px; }

.header__top .modal-change-city p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #696B6F; }

.header__top .modal-change-city span {
  display: block;
  margin: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #2B2E34; }

.header__top .modal-change-city__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px; }

.header__top .modal-change-city__btn-yes {
  background: linear-gradient(90deg, #EB3349 0%, #F45C43 100%);
  border-radius: 3px;
  width: 112px;
  height: 40px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FAFAFA;
  cursor: pointer; }

.header__top .modal-change-city__btn-not {
  background: #C0C0C0;
  border-radius: 3px;
  width: 112px;
  height: 40px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FAFAFA;
  cursor: pointer; }

.header__top .modal-change-city.active {
  display: block; }

.header__top__left {
  display: flex; }

.header__top .header__top__click {
  display: flex;
  align-items: center;
  margin-right: 43px; }

.header__top .header__top__click svg {
  margin-right: 9px; }

.header__top__item {
  margin-right: 30px;
  transition: all 0.2s ease; }

.header__top__item:hover {
  color: #FF5E4C; }

.header__top__item:last-child {
  margin-right: 0; }

.header__text__item {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  transition: all 0.2s ease; }

.header__text__item:hover {
  color: #FF5E4C; }

.header__center {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px; }

.header__center__mobile {
  display: none; }

.header__center__left, .header__center__right {
  display: flex;
  align-items: center;
  width: 50%; }

.header__center__logo {
  margin-right: 52px; }

.header__center .form_label {
  position: relative;
  display: block;
  width: 100%; }

.header__center .form_label .search-btn {
  position: absolute;
  display: block;
  margin: auto;
  top: 5px;
  bottom: 0;
  right: 0px;
  background: none;
  border: none;
  cursor: pointer; }

.header__center__right {
  justify-content: flex-end; }

.header__center__right .user-item {
  padding: 0 18px 0 20px;
  display: flex;
  align-items: center;
  border-right: 1px solid #DEE2E6;
  position: relative; }

.header__center__right .user-item svg {
  margin-right: 10px; }

.header__center__right .user-item__counter {
  display: none;
  width: 19px;
  height: 19px;
  background: #FF5E4C;
  font-size: 10px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  top: -8px;
  left: 40px; }

.header__center__right .user-item__counter.active {
  display: block; }

.header__center__right .user-item:last-child {
  border-right: none; }

.header__menu {
  background: #FAFAFA;
  position: relative; }

.header__menu__items {
  display: flex; }

.header__menu__item {
  padding: 18px 13px 18px 13px;
  margin-right: 46px;
  transition: all 0.3s ease; }

.header__menu__item__link {
  font-weight: 500;
  font-size: 19px;
  line-height: 20px;
  color: #404040; }

.header__menu__item.sub-items-menu .sub-items-wrap {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px rgba(64, 64, 64, 0.25);
  border-radius: 3px;
  z-index: -1;
  width: 100%;
  padding: 40px 0 132px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease; }

.header__menu__item.sub-items-menu .sub-items-wrap .sub-items__sections {
  display: flex;
  flex-wrap: wrap; }

.header__menu__item.sub-items-menu .sub-items-wrap .sub-items__sections .sub-items__section {
  display: flex;
  flex-direction: column;
  min-width: 184px;
  margin-right: 24px; }

.header__menu__item.sub-items-menu .sub-items-wrap .sub-items__sections .sub-items__section__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
  margin-bottom: 16px; }

.header__menu__item.sub-items-menu .sub-items-wrap .sub-items__sections .sub-items__section__item {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
  margin-bottom: 16px;
  transition: all 0.2s ease; }

.header__menu__item.sub-items-menu .sub-items-wrap .sub-items__sections .sub-items__section__item:hover {
  color: #FF5E4C; }

.header__menu__item.sub-items-menu .header__menu__item__link::before {
  content: "";
  transition: all 0.2s;
  position: absolute;
  display: none;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-right: 2px solid #FF5E4C;
  border-top: 2px solid #FF5E4C; }

.header__menu__item:last-child {
  margin-right: 0; }

.header__menu__item:hover {
  background: #FEEEEC; }

.header__menu__item:hover .header__menu__item__link {
  color: #FF5E4C;
  position: relative; }

.header__menu__item.sub-items-menu:hover .header__menu__item__link::before {
  display: block;
  transform: rotate(140deg);
  bottom: -7px;
  margin: auto;
  left: 0;
  right: 0; }

.header__menu__item.sub-items-menu:hover .sub-items-wrap {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 99; }

#compare_counter_top {
  left: 29px; }

.header__menu__mobile, .header__menu__mobile__wrap {
  display: none; }

.header_modal_close.change-favorit-shop {
  display: block;
  top: 13px;
  right: 16px; }

@media screen and (max-width: 1090px) {
  .header__top {
    flex-direction: column; }
  .header__top__right {
    margin-top: 20px; }
  .header__center__left {
    flex-direction: column;
    align-items: flex-start;
    max-width: 400px; } }

@media screen and (max-width: 850px) {
  .header__menu__item {
    margin-right: 0;
    padding: 8px 16px; }
  .header__menu__item__link {
    font-size: 14px; }
  .header__center__right {
    flex-direction: column;
    align-items: flex-end; }
  .header__center__right .user-item {
    width: 180px;
    margin-bottom: 10px;
    border-right: none; }
  .header__top__change-shop.active {
    position: fixed;
    top: 0;
    bottom: 0; } }

@media screen and (max-width: 660px) {
  .header__top {
    padding: 0; }
  .header__top .header__top__click, .header__top .header__top__right, .header__center .form_label, .header__center__right {
    display: none; }
  .header-v2 .mobile-back {
    background: #FAFAFA;
    padding: 8px 15px 10px; }
  .header__center__left {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: unset;
    align-items: center; }
  .header__center__logo img {
    width: 100%; }
  .header__center__mobile {
    display: flex; }
  .header__center__icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 12px; }
  .header__center {
    padding-bottom: 0; }
  .header__menu {
    position: relative;
    z-index: 99;
    background: #FFFFFF;
    height: 48px;
    box-shadow: 0px 0px 35px rgba(154, 161, 171, 0.15);
    -webkit-filter: drop-shadow(0px 4px 35px rgba(64, 64, 64, 0.25));
    filter: drop-shadow(0px 4px 35px rgba(64, 64, 64, 0.25)); }
  .header__menu > .container-custom {
    display: none; }
  .header__menu__mobile {
    display: flex;
    position: relative; }
  .header__menu__mobile .header__menu__show-burger {
    display: flex;
    align-items: center;
    padding: 14px 24px;
    box-sizing: border-box;
    height: 100%; }
  .header__menu__mobile .header__menu__show-burger svg {
    margin-right: 20px; }
  .header__menu__mobile .header__menu__show-burger span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #404040; }
  .header__menu__mobile .header__menu__show-burger .close-menu {
    display: none; }
  .header__menu__mobile .header__menu__show-burger.active {
    box-shadow: 10px 7px 13px rgba(154, 161, 171, 0.15);
    background: #FEEEEC; }
  .header__menu__mobile .header__menu__show-burger.active .show-burdger {
    display: none; }
  .header__menu__mobile .header__menu__show-burger.active .close-menu {
    display: block; }
  .header__menu__mobile .header__menu__search {
    display: block;
    margin-left: auto;
    padding: 9px 14px;
    box-sizing: border-box;
    height: 100%; }
  .header__menu__mobile .header__menu__search svg {
    transform: translateY(5px); }
  .header__menu__mobile .header__menu__location {
    height: 100%;
    box-sizing: border-box;
    display: block;
    padding: 14px 24px; }
  .header__menu__mobile .header__menu__location:not(.active) {
    padding: 9px 24px; }
  .header__menu__mobile .header__menu__location:not(.active) svg {
    transform: translateY(5px); }
  .header__menu__mobile .header__menu__location .close-location {
    display: none; }
  .header__menu__mobile .header__menu__location.active {
    box-shadow: -16px 7px 18px rgba(154, 161, 171, 0.15);
    background: #FEEEEC; }
  .header__menu__mobile .header__menu__location.active .icon-location {
    display: none; }
  .header__menu__mobile .header__menu__location.active .close-location {
    display: block; }
  .header__menu__mobile .search-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 8px;
    background: #fff;
    display: none;
    justify-content: space-between;
    align-items: center; }
  .header__menu__mobile .search-mobile.active {
    display: flex; }
  .header__menu__mobile .search-mobile-inp {
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: normal;
    height: 32px;
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    color: #666666; }
  .header__menu__mobile .search-mobile-inp::-moz-placeholder {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    opacity: 0.7; }
  .header__menu__mobile .search-mobile-inp::placeholder {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    opacity: 0.7; }
  .header__menu__mobile .search-mobile-btn {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FAFAFA;
    background: linear-gradient(90deg, #EB3349 0%, #F45C43 100%);
    border-radius: 3px;
    height: 32px;
    width: 72px;
    border: none;
    text-align: center;
    margin: 0 16px 0 8px;
    box-sizing: border-box; }
  .header__menu__mobile .search-mobile-btn:focus {
    outline: none; }
  .header__menu__mobile .search-mobile-close {
    display: flex;
    justify-content: center;
    align-items: center; }
  .header__menu__mobile__wrap {
    display: none;
    background: #fff; }
  .header__menu__mobile__wrap.active {
    position: relative;
    z-index: 99;
    display: block; }
  .header__menu__mobile__sections {
    display: none;
    padding-top: 24px; }
  .header__menu__mobile__sections.active {
    display: flex; }
  .modile__sections__left {
    padding-top: 30px;
    width: 40%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #DEE2E6; }
  .modile__sections__left__item {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #404040;
    margin-bottom: 24px;
    display: flex;
    align-items: center; }
  .modile__sections__left__item span {
    margin-right: 10px; }
  .modile__sections__left__item.active {
    color: #FF5E4C; }
  .modile__sections__left__item.active svg {
    transform: rotate(-90deg); }
  .modile__sections__left__item.active svg path {
    fill: #FF5E4C; }
  .modile__sections__right {
    padding-top: 30px;
    padding-left: 16px;
    width: 60%;
    display: none;
    flex-direction: column; }
  .modile__sections__right.active {
    display: flex; }
  .modile__sections__right__item {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    margin-bottom: 20px; }
  .modile__sections__right__item.active {
    color: #D62313; }
  .modile__sections__right .sub-sections-items {
    display: none;
    flex-direction: column;
    background: #FAFAFA;
    padding: 17px 15px 29px;
    margin: 0 -15px 20px; }
  .modile__sections__right .sub-sections-items.active {
    display: flex; }
  .modile__sections__right .sub-sections-items__item {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    margin-bottom: 20px; }
  .header__menu__mobile__bottom {
    margin: 0 -15px;
    padding: 36px 15px;
    background: #FAFAFA;
    display: flex;
    flex-direction: column; }
  .menu__mobile__bottom__name {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #404040; }
  .menu__mobile__bottom__item {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #666666; }
  .menu__mobile__bottom__click {
    margin-top: 36px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #696B6F;
    display: flex;
    align-items: flex-end; }
  .menu__mobile__bottom__click svg {
    margin-right: 10px; } }

.container-custom {
  max-width: 1264px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto; }

@media screen and (max-width: 1170px) {
  .container-custom {
    padding-left: undefined;
    padding-right: undefined; } }

@media screen and (max-width: 960px) {
  .container-custom {
    padding-left: undefined;
    padding-right: undefined; } }

@media screen and (max-width: 750px) {
  .container-custom {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 560px) {
  .container-custom {
    padding-left: undefined;
    padding-right: undefined; } }

.form_item {
  display: block;
  outline: none;
  border: none;
  margin: 0;
  background: none;
  width: 100%;
  max-width: none;
  border: 1px solid #DEE2E6;
  font-weight: 400;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 11px;
  transition: .2s;
  background: none;
  background-color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  box-shadow: none;
  -webkit-appearance: none; }

.is_phone .form_item, .form_item.form_item-md {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px; }

/*! 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 */
  -webkit-text-decoration: underline dotted;
  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: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  touch-action: pan-y; }
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.breadcrumbs {
  margin: 19px 0 19px; }

.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
@media (max-width: 1000px) {
  .breadcrumbs__list {
    display: none; } }

.breadcrumbs__item {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc( 12px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 26px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
  color: #a4a4a4; }
@media screen and (max-width: 320px) {
  .breadcrumbs__item {
    font-size: 12px; } }
@media screen and (min-width: 1920px) {
  .breadcrumbs__item {
    font-size: 12px; } }
.breadcrumbs__item:last-child {
  color: #5c5e65; }
.breadcrumbs__item:not(:last-child) {
  background: url("../img/icons/icon-arrow-breadcrumbs.svg") 100% 50% no-repeat; }
.breadcrumbs__item:not(:last-child):hover, .breadcrumbs__item:not(:last-child):focus {
  color: #5c5e65; }

.breadcrumbs__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease; }

.breadcrumbs__back-link {
  display: none; }
@media (max-width: 1000px) {
  .breadcrumbs__back-link {
    display: inline-block;
    text-decoration: none;
    outline: none;
    color: inherit;
    transition: all 0.2s ease;
    font-size: calc( 14px + 0 * ( (100vw - 320px) / 1600 ));
    line-height: 24px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    color: #a4a4a4; } }
@media screen and (max-width: 1000px) and (max-width: 320px) {
  .breadcrumbs__back-link {
    font-size: 14px; } }
@media screen and (max-width: 1000px) and (min-width: 1920px) {
  .breadcrumbs__back-link {
    font-size: 14px; } }
@media (max-width: 1000px) {
  .breadcrumbs__back-link:hover, .breadcrumbs__back-link:focus {
    color: #5c5e65; } }

.breadcrumbs__link-icon {
  margin-top: -1px;
  margin-right: 8px;
  fill: transparent;
  stroke: #a4a4a4;
  transition: all 0.2s ease; }
.breadcrumbs__back-link:hover .breadcrumbs__link-icon,
.breadcrumbs__back-link:focus .breadcrumbs__link-icon {
  stroke: #5c5e65; }

.input {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px; }
@media (max-width: 768px) {
  .input {
    margin-bottom: 15px; } }

.input__field {
  font-size: calc( 14px + 2 * ( (100vw - 320px) / 1600 ));
  line-height: 1.75;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  width: auto;
  max-width: none;
  padding: 11px 16px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  color: #333333;
  caret-color: #333333;
  transition: all 0.2s ease;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  resize: none; }
@media screen and (max-width: 320px) {
  .input__field {
    font-size: 14px; } }
@media screen and (min-width: 1920px) {
  .input__field {
    font-size: 16px; } }
@media (max-width: 768px) {
  .input__field {
    padding: 10px 8px; } }
.input__field::-moz-placeholder {
  font-size: calc( 14px + 2 * ( (100vw - 320px) / 1600 ));
  line-height: 1.75;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #404040;
  opacity: 0.5; }
.input__field::placeholder {
  font-size: calc( 14px + 2 * ( (100vw - 320px) / 1600 ));
  line-height: 1.75;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #404040;
  opacity: 0.5; }
@media screen and (max-width: 320px) {
  .input__field::-moz-placeholder {
    font-size: 14px; }
  .input__field::placeholder {
    font-size: 14px; } }
@media screen and (min-width: 1920px) {
  .input__field::-moz-placeholder {
    font-size: 16px; }
  .input__field::placeholder {
    font-size: 16px; } }
.input__field:not(.input__field--invalid):hover, .input__field:not(.input__field--invalid):focus {
  border: 1px solid #828282;
  border-radius: 8px; }
.input__field--invalid {
  border: 1px solid #eb5757;
  border-radius: 8px; }

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.page__container {
  max-width: 1264px;
  padding: 0 16px;
  margin: 0 auto; }

.pagination {
  margin: 40px 0; }
@media (max-width: 768px) {
  .pagination {
    margin: 30px 0 40px; } }

.pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }

.pagination__item:not(:last-child) {
  margin-right: 12px; }

.pagination__button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: calc( 14px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #666666;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 46% 50%; }
@media screen and (max-width: 320px) {
  .pagination__button {
    font-size: 14px; } }
@media screen and (min-width: 1920px) {
  .pagination__button {
    font-size: 14px; } }
.pagination__button--prev {
  background-image: url("../img/icons/icon-arrow-pagination.svg");
  transform: rotate(180deg); }
.pagination__button--next {
  background-image: url("../img/icons/icon-arrow-pagination.svg"); }
.pagination__button:hover, .pagination__button:focus {
  background-color: #dee2e6; }

.rating {
  display: flex;
  align-items: center; }

.rating__title {
  font-size: calc( 12px + 2 * ( (100vw - 320px) / 1600 ));
  line-height: 1;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-right: 10px;
  letter-spacing: 0.02em;
  color: #828282; }
@media screen and (max-width: 320px) {
  .rating__title {
    font-size: 12px; } }
@media screen and (min-width: 1920px) {
  .rating__title {
    font-size: 14px; } }
@media (max-width: 576px) {
  .rating__title {
    margin-right: 5px; } }

.rating__label {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
.rating__label:not(:first-child) {
  margin-right: 4px; }
@media (max-width: 576px) {
  .rating__label:not(:first-child) {
    margin-right: 2px; } }

.rating__label-icon {
  fill: transparent;
  transition: all 0.3s ease; }
@media (max-width: 576px) {
  .rating__label-icon {
    width: 10px;
    height: auto; } }
.rating__input:hover ~ .rating__label .rating__label-icon,
.rating__input:focus ~ .rating__label .rating__label-icon,
.rating__input:checked ~ .rating__label .rating__label-icon {
  fill: #ffa318; }

.rating__mark {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 5px; }

.rating__count {
  margin: 0;
  padding: 0;
  font-size: calc( 14px + 2 * ( (100vw - 320px) / 1600 ));
  line-height: 1.4;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #575757; }
@media screen and (max-width: 320px) {
  .rating__count {
    font-size: 14px; } }
@media screen and (min-width: 1920px) {
  .rating__count {
    font-size: 16px; } }

.card {
  margin-bottom: 45px; }

.card__content {
  display: flex; }
@media (max-width: 900px) {
  .card__content {
    flex-direction: column; } }

.card__gallery {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 727px;
  height: 623px; }
@media (max-width: 1250px) {
  .card__gallery {
    width: 600px;
    height: 496px; } }
@media (max-width: 1024px) {
  .card__gallery {
    width: 504px;
    height: 400px; } }
@media (max-width: 900px) {
  .card__gallery {
    align-self: center; } }
@media (max-width: 535px) {
  .card__gallery {
    width: 100%;
    height: auto; } }

.card__description {
  flex-grow: 1;
  padding-left: 55px; }
@media (max-width: 1250px) {
  .card__description {
    padding-left: 30px; } }
@media (max-width: 900px) {
  .card__description {
    margin-top: 43px;
    padding-left: 0; } }
@media (max-width: 535px) {
  .card__description {
    margin-top: 21px; } }

.card__thumbs-gallery {
  flex-shrink: 0;
  width: 104px;
  padding-right: 16px; }
@media (max-width: 535px) {
  .card__thumbs-gallery {
    display: none; } }

.card__thumbs-gallery-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column; }

.card__thumbs-gallery-item {
  width: 88px;
  height: 88px;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer; }

.card__thumbs-gallery-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.card__main-gallery {
  flex-grow: 1; }
@media (max-width: 535px) {
  .card__main-gallery {
    padding-bottom: 22px; } }

.card__main-gallery-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.card__main-gallery-item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 3px;
  overflow: hidden; }

.card__main-gallery-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.card__main-gallery-link::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  background: #fafafa url("../../img/icons/icon-zoom.svg") 70% 70% no-repeat; }
@media (max-width: 535px) {
  .card__main-gallery-link::after {
    display: none; } }

.card__main-gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.card__gallery-pagination {
  display: none; }
@media (max-width: 535px) {
  .card__gallery-pagination {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 54px;
    height: 10px;
    z-index: 10; } }

.card__status {
  margin: 0;
  padding: 0;
  font-size: calc( 14px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  position: relative;
  margin-bottom: 10px;
  padding-left: 16px;
  color: #666666; }
@media screen and (max-width: 320px) {
  .card__status {
    font-size: 14px; } }
@media screen and (min-width: 1920px) {
  .card__status {
    font-size: 14px; } }
.card__status--much::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 50%;
  background-color: #6ab823; }

.card__name {
  margin: 0;
  padding: 0;
  font-size: calc( 28px + 6 * ( (100vw - 320px) / 1600 ));
  line-height: 1.23;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  width: 90%;
  margin-bottom: 14px;
  color: #404040; }
@media screen and (max-width: 320px) {
  .card__name {
    font-size: 28px; } }
@media screen and (min-width: 1920px) {
  .card__name {
    font-size: 34px; } }

.card__rating {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }

.card__rating-stars {
  position: relative;
  width: 96px;
  height: 16px;
  margin-right: 10px;
  background: url("../../img/icons/icon-stars-empty.svg") 0 0/cover no-repeat; }

.card__rating-stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url("../../img/icons/icon-stars-filled.svg") 0 0/cover no-repeat; }

.card__rating-mark {
  margin: 0;
  padding: 0;
  font-size: calc( 15px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #666666; }
@media screen and (max-width: 320px) {
  .card__rating-mark {
    font-size: 15px; } }
@media screen and (min-width: 1920px) {
  .card__rating-mark {
    font-size: 15px; } }

.card__option {
  margin-bottom: 24px; }

.card__option-name {
  margin: 0;
  padding: 0;
  font-size: calc( 16px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 13px;
  color: #404040; }
@media screen and (max-width: 320px) {
  .card__option-name {
    font-size: 16px; } }
@media screen and (min-width: 1920px) {
  .card__option-name {
    font-size: 16px; } }
.card__option-name span {
  font-size: calc( 16px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif; }
@media screen and (max-width: 320px) {
  .card__option-name span {
    font-size: 16px; } }
@media screen and (min-width: 1920px) {
  .card__option-name span {
    font-size: 16px; } }

.card__option-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }

.card__option-item {
  margin: 0 12px 6px 0; }

.card__option-label {
  display: block;
  width: 60px;
  height: 60px;
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  transition: all 0.2s ease;
  cursor: pointer; }
.card__option-radio:checked + .card__option-label {
  border: 1px solid #666666; }
.card__option-label span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px; }

.card__order {
  padding-bottom: 27px;
  border-bottom: 1px solid #dee2e6; }

.card__order-content {
  display: grid;
  grid-template-areas: "price discount" "count buy" "total total";
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 20px;
  width: 338px; }
@media (max-width: 535px) {
  .card__order-content {
    grid-template-areas: "price count" "discount discount" "buy buy" "total total";
    gap: 20px;
    width: 100%; } }

.card__price {
  grid-area: price;
  display: flex; }

.card__price-digit {
  margin: 0;
  padding: 0;
  font-size: calc( 26px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 26px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  margin-right: 5px;
  color: #ee4347; }
  .card__price-unit span:first-child{
    color: #ee4347;
  }
@media screen and (max-width: 320px) {
  .card__price-digit {
    font-size: 26px; } }
@media screen and (min-width: 1920px) {
  .card__price-digit {
    font-size: 26px; } }

.card__price-unit {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
.card__price-unit span {
  margin: 0;
  padding: 0;
  font-size: calc( 14px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 0.8;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif; }
@media screen and (max-width: 320px) {
  .card__price-unit span {
    font-size: 14px; } }
@media screen and (min-width: 1920px) {
  .card__price-unit span {
    font-size: 14px; } }

.card__discount {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: calc( 14px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 16px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  grid-area: discount;
  display: flex;
  align-items: center;
  padding-left: 9px;
  color: #ff5e4c; }
@media screen and (max-width: 320px) {
  .card__discount {
    font-size: 14px; } }
@media screen and (min-width: 1920px) {
  .card__discount {
    font-size: 14px; } }
@media (max-width: 535px) {
  .card__discount {
    padding-left: 0; } }
.card__discount:hover {
  color: #333333; }

.card__discount-icon {
  margin-right: 8px;
  fill: #ffffff;
  stroke: #ff5e4c;
  transition: all 0.2s ease; }
.card__discount:hover .card__discount-icon {
  stroke: #333333; }

.card__count {
  grid-area: count;
  display: flex;
  width: 118px;
  height: 32px;
  margin-top: 4px; }
@media (max-width: 535px) {
  .card__count {
    margin-top: 0; } }

.card__count-minus,
.card__count-plus {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 23px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.card__count-plus {
  justify-content: flex-end; }

.card__count-plus-icon {
  fill: #404040;
  transition: all 0.2s ease; }
.card__count-plus:hover .card__count-plus-icon {
  fill: #ff5e4c; }

.card__count-minus-icon {
  fill: #404040;
  transition: all 0.2s ease; }
.card__count-minus:hover .card__count-minus-icon {
  fill: #ff5e4c; }

.card__count-current {
  margin: 0;
  padding: 0;
  font-size: calc( 13px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  color: #404040;
  border: 1px solid #dee2e6;
  border-radius: 3px; }
@media screen and (max-width: 320px) {
  .card__count-current {
    font-size: 13px; } }
@media screen and (min-width: 1920px) {
  .card__count-current {
    font-size: 13px; } }

.card__button-buy {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: calc( 14px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  grid-area: buy;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 40px;
  color: #fafafa;
  background: linear-gradient(90deg, #eb3349 0%, #f45c43 100%);
  border-radius: 3px;
  background-size: 200% 100%; }
@media screen and (max-width: 320px) {
  .card__button-buy {
    font-size: 14px; } }
@media screen and (min-width: 1920px) {
  .card__button-buy {
    font-size: 14px; } }
@media (max-width: 535px) {
  .card__button-buy {
    width: 100%;
    height: 50px; } }
.card__button-buy:hover {
  background-position: 100% 0; }

.card__total {
  margin: 0;
  padding: 0;
  font-size: calc( 14px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 16px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  grid-area: total;
  padding-top: 5px;
  color: #666666; }
@media screen and (max-width: 320px) {
  .card__total {
    font-size: 14px; } }
@media screen and (min-width: 1920px) {
  .card__total {
    font-size: 14px; } }
@media (max-width: 535px) {
  .card__total {
    padding-top: 0; } }
.card__total span {
  font-size: calc( 14px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 16px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif; }
@media screen and (max-width: 320px) {
  .card__total span {
    font-size: 14px; } }
@media screen and (min-width: 1920px) {
  .card__total span {
    font-size: 14px; } }

.card__match {
  margin-bottom: 12px;
  padding-top: 25px; }
@media (max-width: 535px) {
  .card__match {
    margin-bottom: 2px; } }

.card__match-title {
  margin: 0;
  padding: 0;
  font-size: calc( 16px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  color: #404040; }
@media screen and (max-width: 320px) {
  .card__match-title {
    font-size: 16px; } }
@media screen and (min-width: 1920px) {
  .card__match-title {
    font-size: 16px; } }

.card__match-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }

.card__match-item {
  width: 70px;
  height: 70px;
  margin: 0 14px 7px 0;
  margin-bottom: 14px;
  border-radius: 3px;
  overflow: hidden; }
@media (max-width: 535px) {
  .card__match-item {
    width: 103px;
    height: 103px; } }

.card__match-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  width: 100%;
  height: 100%; }

.card__match-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.card__dashboard {
  display: flex; }

.card__button-compare {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: calc( 12px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  margin-right: 30px; }
@media screen and (max-width: 320px) {
  .card__button-compare {
    font-size: 12px; } }
@media screen and (min-width: 1920px) {
  .card__button-compare {
    font-size: 12px; } }
.card__button-compare:hover {
  color: #f45c43; }

.card__compare-icon-wrap,
.card__like-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  border-radius: 50%;
  background: #fafafa;
  transition: all 0.2s ease; }

.card__button-compare:hover .card__compare-icon-wrap,
.card__button-like:hover .card__like-icon-wrap {
  background: #f45c43; }

.card__button-like {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: calc( 12px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center; }
@media screen and (max-width: 320px) {
  .card__button-like {
    font-size: 12px; } }
@media screen and (min-width: 1920px) {
  .card__button-like {
    font-size: 12px; } }
.card__button-like:hover {
  color: #f45c43; }

.card__compare-icon {
  fill: #404040;
  transition: all 0.2s ease; }
.card__button-compare:hover .card__compare-icon {
  fill: #ffffff; }

.card__like-icon {
  fill: transparent;
  stroke: #404040; }
.card__button-like:hover .card__like-icon {
  stroke: #ffffff; }

.delivery__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.delivery__item:not(:last-child) {
  margin-bottom: 39px; }
@media (max-width: 768px) {
  .delivery__item:not(:last-child) {
    margin-bottom: 20px; } }

.delivery__name {
  margin: 0;
  padding: 0;
  font-size: calc( 16px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 8px;
  padding-left: 28px;
  color: #404040; }
@media screen and (max-width: 320px) {
  .delivery__name {
    font-size: 16px; } }
@media screen and (min-width: 1920px) {
  .delivery__name {
    font-size: 16px; } }
.delivery__name--courier {
  background: url("../../img/icons/icon-delivery.svg") 0 -2px no-repeat; }
.delivery__name--pickup {
  background: url("../../img/icons/icon-pickup.svg") 0 -3px no-repeat; }

.delivery__text {
  font-size: calc( 14px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #666666; }
@media screen and (max-width: 320px) {
  .delivery__text {
    font-size: 14px; } }
@media screen and (min-width: 1920px) {
  .delivery__text {
    font-size: 14px; } }

.file-input__label {
  font-size: calc( 12px + 2 * ( (100vw - 320px) / 1600 ));
  line-height: 1;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  color: #ff0a0a;
  cursor: pointer;
  transition: all 0.3s ease; }
@media screen and (max-width: 320px) {
  .file-input__label {
    font-size: 12px; } }
@media screen and (min-width: 1920px) {
  .file-input__label {
    font-size: 14px; } }
.file-input__label:hover, .file-input__label:focus {
  color: #333333; }

.file-input__label-icon {
  margin-left: 15px;
  fill: #ff0a0a;
  transition: all 0.3s ease; }
@media (max-width: 576px) {
  .file-input__label-icon {
    width: 14px;
    height: auto;
    margin-left: 5px; } }
.file-input__label:hover .file-input__label-icon,
.file-input__label:focus .file-input__label-icon {
  fill: #333333; }

.info {
  margin-bottom: 95px; }

.info__content {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
@media (max-width: 892px) {
  .info__content {
    flex-direction: column; } }
.info__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 45px;
  left: 0;
  background-color: #dee2e6; }
@media (max-width: 892px) {
  .info__content::before {
    display: none; } }

.info__name {
  margin: 0;
  padding: 0;
  font-size: calc( 16px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  margin-right: 15px;
  padding: 15px;
  padding-bottom: 14px;
  color: #666666;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease; }
@media screen and (max-width: 320px) {
  .info__name {
    font-size: 16px; } }
@media screen and (min-width: 1920px) {
  .info__name {
    font-size: 16px; } }
@media (max-width: 892px) {
  .info__name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0 11px;
    margin-right: 0;
    border-bottom: 1px solid #dee2e6; } }
.info__name--active {
  font-size: calc( 16px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #404040; }
@media screen and (max-width: 320px) {
  .info__name--active {
    font-size: 16px; } }
@media screen and (min-width: 1920px) {
  .info__name--active {
    font-size: 16px; } }
@media (max-width: 892px) {
  .info__name--active {
    color: #404040;
    border-bottom: 1px solid #dee2e6; } }

.info__accordion-arrow {
  display: none; }
@media (max-width: 892px) {
  .info__accordion-arrow {
    display: block;
    margin-right: 5px;
    fill: transparent;
    stroke: #a4a4a4;
    transition: all 0.2s ease; } }
.info__name--active .info__accordion-arrow {
  transform: rotate(-90deg);
  stroke: #ff5e4c; }

.info__part {
  display: none;
  order: 100;
  width: 100%;
  padding-top: 40px;
  opacity: 0;
  transition: all 0.5s ease; }
@media (max-width: 892px) {
  .info__part {
    order: 0;
    padding-top: 20px; } }
.info__part.show {
  display: block; }
.info__part.visible {
  opacity: 1; }

.order-panel {
  display: none; }
@media (max-width: 728px) {
  .order-panel {
    position: fixed;
    top: -100px;
    left: 0;
    display: block;
    width: 100%;
    height: 58px;
    padding: 7px 16px;
    background: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    z-index: 100;
    transition: all 0.2s ease; } }
.order-panel.show {
  top: 0; }

.order-panel__content {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.order-panel__good {
  display: flex;
  align-items: center; }

.order-panel__image-wrap {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  border-radius: 3px;
  overflow: hidden; }

.order-panel__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.order-panel__good-name {
  margin: 0;
  padding: 0;
  font-size: calc( 14px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #404040;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 215px; }
@media screen and (max-width: 320px) {
  .order-panel__good-name {
    font-size: 14px; } }
@media screen and (min-width: 1920px) {
  .order-panel__good-name {
    font-size: 14px; } }
@media (max-width: 576px) {
  .order-panel__good-name {
    max-width: 130px; } }

.order-panel__price {
  display: flex;
  align-items: center; }

.order-panel__price-digit {
  margin: 0;
  padding: 0;
  font-size: calc( 20px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 26px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  margin-right: 5px;
  color: #404040; }
@media screen and (max-width: 320px) {
  .order-panel__price-digit {
    font-size: 20px; } }
@media screen and (min-width: 1920px) {
  .order-panel__price-digit {
    font-size: 20px; } }

.order-panel__price-unit {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
.order-panel__price-unit span {
  margin: 0;
  padding: 0;
  font-size: calc( 12px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 0.6;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif; }
@media screen and (max-width: 320px) {
  .order-panel__price-unit span {
    font-size: 12px; } }
@media screen and (min-width: 1920px) {
  .order-panel__price-unit span {
    font-size: 12px; } }

.order-panel__buy-button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: calc( 16px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 121px;
  height: 40px;
  color: #fafafa;
  background: linear-gradient(90deg, #eb3349 0%, #f45c43 100%);
  border-radius: 3px;
  background-size: 200% 100%; }
@media screen and (max-width: 320px) {
  .order-panel__buy-button {
    font-size: 16px; } }
@media screen and (min-width: 1920px) {
  .order-panel__buy-button {
    font-size: 16px; } }
.order-panel__buy-button:hover {
  background-position: 100% 0; }

.order-panel__count {
  grid-area: count;
  display: flex;
  width: 118px;
  height: 32px;
  margin-top: 4px; }
@media (max-width: 535px) {
  .order-panel__count {
    margin-top: 0; } }

.order-panel__count-minus,
.order-panel__count-plus {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 23px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.order-panel__count-plus {
  justify-content: flex-end; }

.order-panel__count-plus-icon {
  fill: #404040;
  transition: all 0.2s ease; }
.order-panel__count-plus:hover .order-panel__count-plus-icon {
  fill: #ff5e4c; }

.order-panel__count-minus-icon {
  fill: #404040;
  transition: all 0.2s ease; }
.order-panel__count-minus:hover .order-panel__count-minus-icon {
  fill: #ff5e4c; }

.order-panel__count-current {
  margin: 0;
  padding: 0;
  font-size: calc( 13px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  color: #404040;
  border: 1px solid #dee2e6;
  border-radius: 3px; }
@media screen and (max-width: 320px) {
  .order-panel__count-current {
    font-size: 13px; } }
@media screen and (min-width: 1920px) {
  .order-panel__count-current {
    font-size: 13px; } }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 14, 14, 0.58);
  cursor: pointer;
  z-index: 149; }
.overlay.show {
  display: block; }

.page-footer {
  margin-top: auto;
  background-color: #eeeeee; }

.page-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px; }
@media (max-width: 1312px) {
  .page-footer__content {
    margin-top: 6px;
    margin-bottom: 6px; } }
@media (max-width: 892px) {
  .page-footer__content {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 18px;
    margin-bottom: 18px; } }

.page-footer__copyright {
  margin: 0;
  padding: 0;
  font-size: calc( 12px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #666666; }
@media screen and (max-width: 320px) {
  .page-footer__copyright {
    font-size: 12px; } }
@media screen and (min-width: 1920px) {
  .page-footer__copyright {
    font-size: 12px; } }

.page-footer__pay {
  margin: 0;
  padding: 0; }

.page-footer__privacy {
  margin: 0;
  padding: 0;
  font-size: calc( 12px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #666666; }
@media screen and (max-width: 320px) {
  .page-footer__privacy {
    font-size: 12px; } }
@media screen and (min-width: 1920px) {
  .page-footer__privacy {
    font-size: 12px; } }

.page-footer__privacy-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease; }

.pickup {
  padding: 36px 36px 26px;
  background: #fafafa;
  border-radius: 10px; }
@media (max-width: 892px) {
  .pickup {
    width: 100%; } }
@media (max-width: 768px) {
  .pickup {
    padding: 34px 20px; } }
.pickup--cdek {
  padding: 10px 0 0;
  background: none; }

.pickup__parts-wrap {
  display: flex;
  justify-content: space-between; }
@media (max-width: 1250px) {
  .pickup__parts-wrap {
    flex-wrap: wrap;
    justify-content: flex-start; } }
@media (max-width: 768px) {
  .pickup__parts-wrap {
    flex-direction: column; } }

.pickup__part {
  margin-top: 30px;
  flex-shrink: 0; }
@media (max-width: 1250px) {
  .pickup__part {
    margin-top: 0;
    margin-bottom: 30px; } }
@media (max-width: 1250px) {
  .pickup__part:first-child {
    width: 50%; } }
@media (max-width: 768px) {
  .pickup__part:first-child {
    width: 100%; } }
.pickup__part:last-child {
  margin-top: 0; }
@media (max-width: 1250px) {
  .pickup__part:last-child {
    width: 100%;
    margin-bottom: 0; } }

.pickup__title {
  margin: 0;
  padding: 0;
  font-size: calc( 16px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 21px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 26px;
  color: #404040; }
@media screen and (max-width: 320px) {
  .pickup__title {
    font-size: 16px; } }
@media screen and (min-width: 1920px) {
  .pickup__title {
    font-size: 16px; } }
.pickup__title:not(:first-child) {
  margin-top: 14px; }

.pickup__list {
  margin: 0;
  padding: 0;
  list-style: none; }
.pickup__list:not(:first-child) {
  margin-top: 21px; }
.pickup__list:last-child {
  margin-bottom: 19px; }
@media (max-width: 1250px) {
  .pickup__list:last-child {
    margin-bottom: 0; } }

.pickup__item {
  font-size: calc( 14px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding-left: 34px;
  color: #666666; }
@media screen and (max-width: 320px) {
  .pickup__item {
    font-size: 14px; } }
@media screen and (min-width: 1920px) {
  .pickup__item {
    font-size: 14px; } }
.pickup__item:not(:first-child) {
  margin-top: 21px; }
.pickup__item--time {
  background: url("../img/icons/icon-time.svg") no-repeat; }
.pickup__item--info {
  background: url("../img/icons/icon-info.svg") no-repeat; }
.pickup__item span {
  display: block; }

.pickup__image-link {
  display: block;
  cursor: zoom-in; }
@media (max-width: 656px) {
  .pickup__image-link {
    margin-top: 0; } }

.pickup__image-wrap {
  width: 256px;
  height: 196px;
  border-radius: 6px;
  overflow: hidden; }
@media (max-width: 450px) {
  .pickup__image-wrap {
    width: 100%;
    height: 167px; } }

.pickup__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
@media (max-width: 656px) {
  .pickup__image {
    width: 100%; } }

.pickup__full-image {
  position: fixed;
  display: none;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  border-radius: 6px;
  cursor: zoom-out; }
.pickup__image-wrap:focus ~ .pickup__full-image {
  display: block; }

.pickup__image-caption {
  margin: 0;
  padding: 0;
  font-size: calc( 12px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-top: 17px;
  text-align: center;
  color: #666666; }
@media screen and (max-width: 320px) {
  .pickup__image-caption {
    font-size: 12px; } }
@media screen and (min-width: 1920px) {
  .pickup__image-caption {
    font-size: 12px; } }
@media (max-width: 1250px) {
  .pickup__image-caption {
    margin-top: 5px; } }
@media (max-width: 768px) {
  .pickup__image-caption {
    display: none; } }

.pickup__map {
  border-radius: 8px; }
@media (max-width: 1250px) {
  .pickup__map {
    width: 100%; } }
@media (max-width: 450px) {
  .pickup__map {
    height: 167px; } }

.pickup__offer {
  margin: 0;
  padding: 0;
  font-size: calc( 18px + 2 * ( (100vw - 320px) / 1600 ));
  line-height: 1.3;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin: 12px 0 40px;
  color: #404040; }
@media screen and (max-width: 320px) {
  .pickup__offer {
    font-size: 18px; } }
@media screen and (min-width: 1920px) {
  .pickup__offer {
    font-size: 20px; } }
@media (max-width: 768px) {
  .pickup__offer {
    margin: 12px 0 20px; } }

.pickup__cdek {
  width: 100%;
  max-height: 482px;
  margin-top: 40px; }
@media (max-width: 768px) {
  .pickup__cdek {
    margin-top: 20px; } }

.pickup__cdek-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 150;
  width: 423px;
  max-width: 90%;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 60px 53px 50px 50px;
  margin: 0 auto;
  background: #ffffff; }
@media (max-width: 576px) {
  .popup {
    padding: 30px 25px 25px; } }
.popup.show {
  display: block; }
.popup::-webkit-scrollbar-track {
  background-color: #e0e0e0; }
.popup::-webkit-scrollbar {
  width: 5px;
  background-color: #e0e0e0; }
.popup::-webkit-scrollbar-thumb {
  background-color: #ff5e4c; }

.popup__content {
  display: flex;
  flex-direction: column; }

.popup__button-close {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 16px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 1; }

.popup__button-close-icon {
  stroke: #bdbdbd;
  transition: all 0.3s ease; }
.popup__button-close:hover .popup__button-close-icon,
.popup__button-close:focus .popup__button-close-icon {
  stroke: #828282; }

.popup__title {
  margin: 0;
  padding: 0;
  font-size: calc( 21px + 13 * ( (100vw - 320px) / 1600 ));
  line-height: 1.05;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 33px;
  color: #ff5e4c; }
@media screen and (max-width: 320px) {
  .popup__title {
    font-size: 21px; } }
@media screen and (min-width: 1920px) {
  .popup__title {
    font-size: 34px; } }

.popup__button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: calc( 14px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 28px;
  color: #fafafa;
  background-image: linear-gradient(90deg, #eb3349 0%, #f45c43 100%);
  border-radius: 3px;
  background-size: 200% 100%; }
@media screen and (max-width: 320px) {
  .popup__button {
    font-size: 14px; } }
@media screen and (min-width: 1920px) {
  .popup__button {
    font-size: 14px; } }
.popup__button:hover {
  background-position: 100% 0; }

.popup__caption {
  margin: 0;
  padding: 0;
  font-size: calc( 10px + 2 * ( (100vw - 320px) / 1600 ));
  line-height: 1.6;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  width: 90%;
  margin-top: 15px;
  color: #828282; }
@media screen and (max-width: 320px) {
  .popup__caption {
    font-size: 10px; } }
@media screen and (min-width: 1920px) {
  .popup__caption {
    font-size: 12px; } }
@media (max-width: 768px) {
  .popup__caption {
    margin-top: 8px; } }
@media (max-width: 576px) {
  .popup__caption {
    width: 100%; } }

.popup__caption-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc( 10px + 2 * ( (100vw - 320px) / 1600 ));
  line-height: 1.6;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #ff5e4c; }
@media screen and (max-width: 320px) {
  .popup__caption-link {
    font-size: 10px; } }
@media screen and (min-width: 1920px) {
  .popup__caption-link {
    font-size: 12px; } }
.popup__caption-link:hover, .popup__caption-link:focus {
  color: #131516; }

.popup__rating {
  margin-top: -10px; }
@media (max-width: 450px) {
  .popup__rating {
    margin-bottom: 10px; } }

.popup__image-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.8%; }

.popup__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.popup__text {
  padding: 34px 30px; }
@media (max-width: 576px) {
  .popup__text {
    padding: 25px 16px; } }

.review {
  padding: 30px 0 16px;
  border-bottom: 1px solid #dee2e6; }

.review__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px; }

.review__author {
  display: flex;
  align-items: center; }

.review__author-image-wrap {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 50%;
  overflow: hidden; }

.review__author-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.review__author-name {
  margin: 0;
  padding: 0;
  font-size: calc( 18px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 23px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  color: #404040; }
@media screen and (max-width: 320px) {
  .review__author-name {
    font-size: 18px; } }
@media screen and (min-width: 1920px) {
  .review__author-name {
    font-size: 18px; } }

.review__date {
  margin: 0;
  padding: 0;
  font-size: calc( 14px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #cccccc; }
@media screen and (max-width: 320px) {
  .review__date {
    font-size: 14px; } }
@media screen and (min-width: 1920px) {
  .review__date {
    font-size: 14px; } }

.review__rating {
  display: flex;
  align-items: center;
  margin-bottom: 19px; }

.review__rating-stars {
  position: relative;
  width: 96px;
  height: 16px;
  margin-right: 10px;
  background: url("../../img/icons/icon-stars-empty.svg") 0 0/cover no-repeat; }

.review__rating-stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url("../../img/icons/icon-stars-filled.svg") 0 0/cover no-repeat; }

.review__rating-mark {
  margin: 0;
  padding: 0;
  font-size: calc( 15px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #666666; }
@media screen and (max-width: 320px) {
  .review__rating-mark {
    font-size: 15px; } }
@media screen and (min-width: 1920px) {
  .review__rating-mark {
    font-size: 15px; } }

.review__text {
  max-width: 535px; }
@media (max-width: 450px) {
  .review__text {
    max-width: 90%; } }

.reviews__content {
  display: flex; }
@media (max-width: 900px) {
  .reviews__content {
    flex-direction: column-reverse; } }

.reviews__total {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 275px;
  min-height: 259px;
  margin-top: 30px;
  padding: 40px 25px 39px;
  background: #fafafa;
  border-radius: 6px; }
@media (max-width: 450px) {
  .reviews__total {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    min-height: 149px;
    margin-top: 8px;
    padding: 24px 14px; } }

.reviews__total-data {
  display: flex;
  flex-direction: column;
  align-items: center; }

.reviews__count {
  margin: 0;
  padding: 0;
  font-size: calc( 16px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 22px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 17px;
  color: #c4c4c4; }
@media screen and (max-width: 320px) {
  .reviews__count {
    font-size: 16px; } }
@media screen and (min-width: 1920px) {
  .reviews__count {
    font-size: 16px; } }
@media (max-width: 450px) {
  .reviews__count {
    margin-bottom: 14px; } }

.reviews__rating {
  margin-bottom: 24px; }
@media (max-width: 450px) {
  .reviews__rating {
    margin-bottom: 0; } }

.reviews__rating-mark {
  margin: 0;
  padding: 0;
  font-size: calc( 45px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 36px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  margin-bottom: 16px;
  color: #404040;
  text-align: center; }
@media screen and (max-width: 320px) {
  .reviews__rating-mark {
    font-size: 45px; } }
@media screen and (min-width: 1920px) {
  .reviews__rating-mark {
    font-size: 45px; } }

.reviews__rating-stars {
  position: relative;
  width: 96px;
  height: 16px;
  margin-right: 10px;
  background: url("../../img/icons/icon-stars-empty.svg") 0 0/cover no-repeat; }

.reviews__rating-stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url("../../img/icons/icon-stars-filled.svg") 0 0/cover no-repeat; }

.reviews__button-add {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: calc( 14px + 0 * ( (100vw - 320px) / 1600 ));
  line-height: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 49px;
  color: #333333;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }
@media screen and (max-width: 320px) {
  .reviews__button-add {
    font-size: 14px; } }
@media screen and (min-width: 1920px) {
  .reviews__button-add {
    font-size: 14px; } }
@media (max-width: 450px) {
  .reviews__button-add {
    width: 165px;
    height: 36px;
    margin-left: 34px;
    margin-bottom: 20px;
    align-self: center; } }
.reviews__button-add:hover {
  color: #ffffff;
  background: #f45c43;
  border: 1px solid #f45c43; }

.reviews__list {
  margin: 0 110px 0 0 !important;
  padding: 0;
  list-style: none;
  flex-grow: 1; }
@media (max-width: 1024px) {
  .reviews__list {
    margin: 0 30px 0 0 !important; } }
@media (max-width: 900px) {
  .reviews__list {
    margin: 0 !important; } }

.reviews__item, .reviews__item-product {
  position: static !important;
  padding-left: 0 !important;
}
.reviews__item::before, .reviews__item-product::before {
  display: none;
}
.swiper__pagination {
  display: none; }
@media (max-width: 535px) {
  .swiper__pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 999;
    opacity: 1; } }

.swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  background-color: #cccccc;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer; }
.swiper-pagination-bullet-active {
  background-color: #666666; }
.swiper-pagination-bullet:first-child {
  margin-left: 4px; }

/*# sourceMappingURL=style.css.map */

.header__top__change-shop {
  width: 100%;
  display: none; }

.header__top__change-shop.active {
  display: flex;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease; }

.header__top .modal-change-city {
  display: none;
  position: absolute;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px rgba(64, 64, 64, 0.25);
  border-radius: 8px;
  padding: 16px 16px;
  z-index: 102;
  top: 60px; }

.header__top .modal-change-city p {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #696B6F; }

.header__top .modal-change-city span {
  display: block;
  margin: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #2B2E34; }

.header__top .modal-change-city__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px; }

.header__top .modal-change-city__btn-yes {
  background: linear-gradient(90deg, #EB3349 0%, #F45C43 100%);
  border-radius: 3px;
  width: 112px;
  height: 40px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FAFAFA;
  cursor: pointer; }

.header__top .modal-change-city__btn-not {
  background: #C0C0C0;
  border-radius: 3px;
  width: 112px;
  height: 40px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FAFAFA;
  cursor: pointer; }

.header__top .modal-change-city.active {
  display: block; }

.header__top__left {
  display: flex; }

.header__top .header__top__click {
  display: flex;
  align-items: center;
  margin-right: 43px; }

.header__top .header__top__click svg {
  margin-right: 9px; }

.header__top__item {
  margin-right: 30px;
  transition: all 0.2s ease; }

.header__top__item:hover {
  color: #FF5E4C; }

.header__top__item:last-child {
  margin-right: 0; }

.header__text__item {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  transition: all 0.2s ease; }

.header__text__item:hover {
  color: #FF5E4C; }

.header__center {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px; }

.header__center__mobile {
  display: none; }

.header__center__left, .header__center__right {
  display: flex;
  align-items: center;
  width: 50%; }

.header__center__logo {
  margin-right: 52px; }

.header__center .form_label {
  position: relative;
  display: block;
  width: 100%; }

.header__center .form_label .search-btn {
  position: absolute;
  display: block;
  margin: auto;
  top: 5px;
  bottom: 0;
  right: 0px;
  background: none;
  border: none;
  cursor: pointer; }

.header__center__right {
  justify-content: flex-end; }

.header__center__right .user-item {
  padding: 0 18px 0 20px;
  display: flex;
  align-items: center;
  border-right: 1px solid #DEE2E6;
  position: relative; }

.header__center__right .user-item svg {
  margin-right: 10px; }

.header__center__right .user-item__counter {
  display: none;
  width: 19px;
  height: 19px;
  background: #FF5E4C;
  font-size: 10px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  top: -8px;
  left: 40px; }

.header__center__right .user-item__counter.active {
  display: block; }

.header__center__right .user-item:last-child {
  border-right: none; }

.header__menu {
  background: #FAFAFA;
  position: relative; }

.header__menu__items {
  display: flex; }

.header__menu__item {
  padding: 18px 13px 18px 13px;
  margin-right: 46px;
  transition: all 0.3s ease; }

.header__menu__item__link {
  font-weight: 500;
  font-size: 19px;
  line-height: 20px;
  color: #404040; }

.header__menu__item.sub-items-menu .sub-items-wrap {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px rgba(64, 64, 64, 0.25);
  border-radius: 3px;
  z-index: -1;
  width: 100%;
  padding: 40px 0 132px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease; }

.header__menu__item.sub-items-menu .sub-items-wrap .sub-items__sections {
  display: flex;
  flex-wrap: wrap; }

.header__menu__item.sub-items-menu .sub-items-wrap .sub-items__sections .sub-items__section {
  display: flex;
  flex-direction: column;
  min-width: 184px;
  margin-right: 24px; }

.header__menu__item.sub-items-menu .sub-items-wrap .sub-items__sections .sub-items__section__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
  margin-bottom: 16px; }

.header__menu__item.sub-items-menu .sub-items-wrap .sub-items__sections .sub-items__section__item {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
  margin-bottom: 16px;
  transition: all 0.2s ease; }

.header__menu__item.sub-items-menu .sub-items-wrap .sub-items__sections .sub-items__section__item:hover {
  color: #FF5E4C; }

.header__menu__item.sub-items-menu .header__menu__item__link::before {
  content: "";
  transition: all 0.2s;
  position: absolute;
  display: none;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-right: 2px solid #FF5E4C;
  border-top: 2px solid #FF5E4C; }

.header__menu__item:last-child {
  margin-right: 0; }

.header__menu__item:hover {
  background: #FEEEEC; }

.header__menu__item:hover .header__menu__item__link {
  color: #FF5E4C;
  position: relative; }

.header__menu__item.sub-items-menu:hover .header__menu__item__link::before {
  display: block;
  transform: rotate(140deg);
  bottom: -7px;
  margin: auto;
  left: 0;
  right: 0; }

.header__menu__item.sub-items-menu:hover .sub-items-wrap {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 99; }

#compare_counter_top {
  left: 29px; }

.header__menu__mobile, .header__menu__mobile__wrap {
  display: none; }

.header_modal_close.change-favorit-shop {
  display: block;
  top: 13px;
  right: 16px; }

@media screen and (max-width: 1090px) {
  .header__top {
    flex-direction: column; }
  .header__top__right {
    margin-top: 20px; }
  .header__center__left {
    flex-direction: column;
    align-items: flex-start;
    max-width: 400px; } }

@media screen and (max-width: 850px) {
  .header__menu__item {
    margin-right: 0;
    padding: 8px 16px; }
  .header__menu__item__link {
    font-size: 14px; }
  .header__center__right {
    flex-direction: column;
    align-items: flex-end; }
  .header__center__right .user-item {
    width: 180px;
    margin-bottom: 10px;
    border-right: none; }
  .header__top__change-shop.active {
    position: fixed;
    top: 0;
    bottom: 0; } }

@media screen and (max-width: 660px) {
  .header__top {
    padding: 0; }
  .header__top .header__top__click, .header__top .header__top__right, .header__center .form_label, .header__center__right {
    display: none; }
  .header-v2 .mobile-back {
    background: #FAFAFA;
    padding: 8px 15px 10px; }
  .header__center__left {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: unset;
    align-items: center; }
  .header__center__logo img {
    width: 100%; }
  .header__center__mobile {
    display: flex; }
  .header__center__icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 12px; }
  .header__center {
    padding-bottom: 0; }
  .header__menu {
    position: relative;
    z-index: 99;
    background: #FFFFFF;
    height: 48px;
    box-shadow: 0px 0px 35px rgba(154, 161, 171, 0.15);
    -webkit-filter: drop-shadow(0px 4px 35px rgba(64, 64, 64, 0.25));
    filter: drop-shadow(0px 4px 35px rgba(64, 64, 64, 0.25)); }
  .header__menu > .container-custom {
    display: none; }
  .header__menu__mobile {
    display: flex;
    position: relative; }
  .header__menu__mobile .header__menu__show-burger {
    display: flex;
    align-items: center;
    padding: 14px 24px;
    box-sizing: border-box;
    height: 100%; }
  .header__menu__mobile .header__menu__show-burger svg {
    margin-right: 20px; }
  .header__menu__mobile .header__menu__show-burger span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #404040; }
  .header__menu__mobile .header__menu__show-burger .close-menu {
    display: none; }
  .header__menu__mobile .header__menu__show-burger.active {
    box-shadow: 10px 7px 13px rgba(154, 161, 171, 0.15);
    background: #FEEEEC; }
  .header__menu__mobile .header__menu__show-burger.active .show-burdger {
    display: none; }
  .header__menu__mobile .header__menu__show-burger.active .close-menu {
    display: block; }
  .header__menu__mobile .header__menu__search {
    display: block;
    margin-left: auto;
    padding: 9px 14px;
    box-sizing: border-box;
    height: 100%; }
  .header__menu__mobile .header__menu__search svg {
    transform: translateY(5px); }
  .header__menu__mobile .header__menu__location {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    
    padding: 14px 24px; }
  .header__menu__mobile .header__menu__location:not(.active) {
    padding: 9px 24px; }
  .header__menu__mobile .header__menu__location:not(.active) svg {
    transform: translateY(5px); }
  .header__menu__mobile .header__menu__location .close-location {
    display: none; }
  .header__menu__mobile .header__menu__location.active {
    box-shadow: -16px 7px 18px rgba(154, 161, 171, 0.15);
    background: #FEEEEC; }
  .header__menu__mobile .header__menu__location.active .icon-location {
    display: none; }
  .header__menu__mobile .header__menu__location.active .close-location {
    display: block; }
  .header__menu__mobile .search-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 8px;
    background: #fff;
    display: none;
    justify-content: space-between;
    align-items: center; }
  .header__menu__mobile .search-mobile.active {
    display: flex; }
  .header__menu__mobile .search-mobile-inp {
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: normal;
    height: 32px;
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    color: #666666; }
  .header__menu__mobile .search-mobile-inp::-moz-placeholder {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    opacity: 0.7; }
  .header__menu__mobile .search-mobile-inp::placeholder {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    opacity: 0.7; }
  .header__menu__mobile .search-mobile-btn {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FAFAFA;
    background: linear-gradient(90deg, #EB3349 0%, #F45C43 100%);
    border-radius: 3px;
    height: 32px;
    width: 72px;
    border: none;
    text-align: center;
    margin: 0 16px 0 8px;
    box-sizing: border-box; }
  .header__menu__mobile .search-mobile-btn:focus {
    outline: none; }
  .header__menu__mobile .search-mobile-close {
    display: flex;
    justify-content: center;
    align-items: center; }
  .header__menu__mobile__wrap {
    display: none;
    background: #fff; }
  .header__menu__mobile__wrap.active {
    position: relative;
    z-index: 99;
    display: block; }
  .header__menu__mobile__sections {
    display: none;
    padding-top: 24px; }
  .header__menu__mobile__sections.active {
    display: flex; }
  .modile__sections__left {
    padding-top: 30px;
    width: 40%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #DEE2E6; }
  .modile__sections__left__item {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #404040;
    margin-bottom: 24px;
    display: flex;
    align-items: center; }
  .modile__sections__left__item span {
    margin-right: 10px; }
  .modile__sections__left__item.active {
    color: #FF5E4C; }
  .modile__sections__left__item.active svg {
    transform: rotate(-90deg); }
  .modile__sections__left__item.active svg path {
    fill: #FF5E4C; }
  .modile__sections__right {
    padding-top: 30px;
    padding-left: 16px;
    width: 60%;
    display: none;
    flex-direction: column; }
  .modile__sections__right.active {
    display: flex; }
  .modile__sections__right__item {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    margin-bottom: 20px; }
  .modile__sections__right__item.active {
    color: #D62313; }
  .modile__sections__right .sub-sections-items {
    display: none;
    flex-direction: column;
    background: #FAFAFA;
    padding: 17px 15px 29px;
    margin: 0 -15px 20px; }
  .modile__sections__right .sub-sections-items.active {
    display: flex; }
  .modile__sections__right .sub-sections-items__item {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    margin-bottom: 20px; }
  .header__menu__mobile__bottom {
    margin: 0 -15px;
    padding: 36px 15px;
    background: #FAFAFA;
    display: flex;
    flex-direction: column; }
  .menu__mobile__bottom__name {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #404040; }
  .menu__mobile__bottom__item {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #666666; }
  .menu__mobile__bottom__click {
    margin-top: 36px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #696B6F;
    display: flex;
    align-items: flex-end; }
  .menu__mobile__bottom__click svg {
    margin-right: 10px; } }

.container-custom {
  max-width: 1264px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto; }

@media screen and (max-width: 1170px) {
  .container-custom {
    padding-left: undefined;
    padding-right: undefined; } }

@media screen and (max-width: 960px) {
  .container-custom {
    padding-left: undefined;
    padding-right: undefined; } }

@media screen and (max-width: 750px) {
  .container-custom {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 560px) {
  .container-custom {
    padding-left: undefined;
    padding-right: undefined; } }

.form_item {
  display: block;
  outline: none;
  border: none;
  margin: 0;
  background: none;
  width: 100%;
  max-width: none;
  border: 1px solid #DEE2E6;
  font-weight: 400;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 11px;
  transition: .2s;
  background: none;
  background-color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  box-shadow: none;
  -webkit-appearance: none; }

.is_phone .form_item, .form_item.form_item-md {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px; }

/*! 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 */
  -webkit-text-decoration: underline dotted;
          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; }

.button {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 14px 76px;
  color: #FFFFFF;
  background-color: #EB6955;
  border: 1px solid #EB6955;
  border-radius: 6px;
  text-align: center;
  transition: all 0.2s ease; }
  .button:not(:disabled):hover, .button:not(:disabled):focus {
    background-color: #BD2E18; }
  .button:disabled {
    opacity: 0.5; }
  .button--light {
    color: #EB6955;
    background-color: #FFFFFF;
    border: 1px solid #EB6955; }
    .button--light:not(:disabled):hover, .button--light:not(:disabled):focus {
      color: #FFFFFF;
      background-color: #EB6955;
      border: 1px solid #EB6955; }

.input-field {
  margin: 0;
  padding: 0;
  display: flex;
  flex-grow: 1;
  position: relative; }
  @media (max-width: 450px) {
    .pickup__field .input-field {
      margin-top: 24px; } }

.input {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  padding: 11px 55px 11px 16px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  color: #404040;
  transition: all 0.2s ease;
  outline: none;
  resize: none;
  cursor: pointer; }
  .input--valid {
    margin-bottom: 32px;
    border: 1px solid #287D3C; }
  .input--invalid {
    margin-bottom: 32px;
    border: 1px solid #DA1414; }
  .input::-moz-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(64, 64, 64, 0.5); }
  .input::placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(64, 64, 64, 0.5); }
  .input:not(.input--valid):not(.input--invalid):hover, .input:not(.input--valid):not(.input--invalid):focus {
    border: 1px solid #004AD7; }

.input__name {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  display: none;
  position: absolute;
  top: -10px;
  left: 16px;
  padding: 0 4px;
  background-color: #FFFFFF;
  border-radius: 8px; }
  .input:not(.input--valid):not(.input--invalid):hover + .input__name,
  .input:not(.input--valid):not(.input--invalid):focus + .input__name {
    display: block;
    color: #004AD7; }
  .input--valid + .input__name {
    display: block;
    color: #287D3C; }
  .input--invalid + .input__name {
    display: block;
    color: #DA1414; }

.input__button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 12px;
  right: 16px; }
  .input--filled ~ .input__button {
    display: flex; }

.input__icon {
  transition: all 0.2s ease;
  fill: #858C94; }
  .input__icon:hover, .input__icon:focus {
    fill: #404040; }

.input__caption {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  margin-top: 14px;
  width: 320px;
  color: #999999; }
  @media (max-width: 1000px) {
    .input__caption {
      margin-top: 33px; } }
  @media (max-width: 450px) {
    .input__caption {
      width: 95%;
      margin-top: 15px; } }

.input__caption-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  display: inline;
  text-decoration: underline;
  transition: all 0.2s ease; }
  .input__caption-link:hover, .input__caption-link:focus {
    color: #666666; }

.input__status {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 6px 16px 6px 36px;
  border-radius: 8px; }
  @media (max-width: 450px) {
    .input__status {
      width: 100%;
      max-width: none; } }
  .input__status--error {
    color: #DA1414;
    background: #FEEFEF url("../img/icons/icon-alert.svg") no-repeat 16px 6px; }
    .input--invalid ~ .input__status--error {
      display: block; }
  .input__status--ok {
    color: #287D3C;
    background: #EDF9F0 url("../img/icons/icon-success.svg") no-repeat 16px 6px; }
    .input--valid ~ .input__status--ok {
      display: block; }

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #F8F8F8; }

.page__container {
  max-width: 1264px;
  padding: 0 16px;
  margin: 0 auto; }

.pagination {
  margin: 80px 0 40px; }
  @media (max-width: 1000px) {
    .pagination {
      margin: 60px 0 30px; } }
  @media (max-width: 768px) {
    .pagination {
      display: flex;
      justify-content: center;
      margin: 40px 0; } }

.pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }

.pagination__item:not(:last-child) {
  margin-right: 12px; }

@media (max-width: 768px) {
  .pagination__item:nth-child(6), .pagination__item:nth-child(7) {
    display: none; } }

.pagination__button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #666666;
  background-color: #F2F2F2;
  background-repeat: no-repeat;
  background-position: 46% 50%; }
  .pagination__button--first {
    background-image: url("../img/icons/icon-pagination-double.svg");
    background-position: 33% 50%;
    transform: rotate(180deg); }
    @media (max-width: 768px) {
      .pagination__button--first {
        display: none; } }
  .pagination__button--prev {
    background-image: url("../img/icons/icon-pagination.svg");
    transform: rotate(180deg); }
  .pagination__button--next {
    background-image: url("../img/icons/icon-pagination.svg"); }
  .pagination__button--last {
    background-image: url("../img/icons/icon-pagination-double.svg");
    background-position: 33% 50%; }
    @media (max-width: 768px) {
      .pagination__button--last {
        display: none; } }
  .pagination__button:hover, .pagination__button:focus {
    background-color: #DEE2E6; }

.account-breadcrumbs {
  margin: 19px 0 26px; }

.account-breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1000px) {
    .account-breadcrumbs__list {
      display: none; } }

.account-breadcrumbs__item {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  padding-right: 16px;
  margin-right: 10px;
  color: #A4A4A4; }
  .account-breadcrumbs__item:last-child {
    color: #5C5E65; }
  .account-breadcrumbs__item:not(:last-child) {
    background: url("../img/icons/icon-account-breadcrumbs.svg") 100% 50% no-repeat; }
    .account-breadcrumbs__item:not(:last-child):hover, .account-breadcrumbs__item:not(:last-child):focus {
      color: #5C5E65; }

.account-breadcrumbs__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease; }

.account-breadcrumbs__back-link {
  display: none; }
  @media (max-width: 1000px) {
    .account-breadcrumbs__back-link {
      display: inline-block;
      text-decoration: none;
      outline: none;
      color: inherit;
      transition: all 0.2s ease;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      display: flex;
      align-items: center;
      color: #A4A4A4; }
      .account-breadcrumbs__back-link:hover, .account-breadcrumbs__back-link:focus {
        color: #5C5E65; } }

.account-breadcrumbs__link-icon {
  margin-top: -1px;
  margin-right: 8px;
  fill: transparent;
  stroke: #A4A4A4;
  transition: all 0.2s ease; }
  .account-breadcrumbs__back-link:hover .account-breadcrumbs__link-icon,
  .account-breadcrumbs__back-link:focus .account-breadcrumbs__link-icon {
    stroke: #5C5E65; }

.account {
  margin: 60px 0 187px; }
  @media (max-width: 1160px) {
    .account {
      margin: 30px 0 120px; } }
  @media (max-width: 680px) {
    .account {
      margin: 30px 0 50px; } }

.account__title {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 34px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 48px;
  color: #404040; }
  @media (max-width: 1160px) {
    .account__title {
      margin-bottom: 40px; } }
  @media (max-width: 680px) {
    .account__title {
      margin-bottom: 24px;
      font-size: 28px;
      line-height: 33px; } }

.account__content {
  display: grid;
  grid-template-areas: "active user seen" "active user help" "history sale .";
  grid-template-columns: 36.5% 36.5% 27%;
  gap: 16px; }
  @media (max-width: 1160px) {
    .account__content {
      display: flex;
      flex-wrap: wrap;
      gap: 0; } }
  @media (max-width: 680px) {
    .account__content {
      flex-direction: column; } }

.account-part {
  display: flex;
  flex-direction: column; }
  .account-part--active {
    grid-area: active;
    min-height: 212px;
    padding: 29px 29px 15px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #DEE2E6; }
    @media (max-width: 1160px) {
      .account-part--active {
        width: calc(50% - 8px);
        margin: 0 16px 16px 0; } }
    @media (max-width: 680px) {
      .account-part--active {
        width: 100%;
        margin: 0 0 30px 0;
        padding: 29px 29px 30px; } }
  .account-part--user {
    grid-area: user;
    min-height: 212px;
    padding: 30px 26px 15px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #DEE2E6; }
    @media (max-width: 1160px) {
      .account-part--user {
        width: calc(50% - 8px);
        margin-bottom: 16px; } }
    @media (max-width: 680px) {
      .account-part--user {
        width: 100%;
        margin-bottom: 30px;
        padding: 30px 26px; } }
  .account-part--history {
    grid-area: history;
    min-height: 136px;
    padding: 30px 30px 16px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #DEE2E6; }
    @media (max-width: 1160px) {
      .account-part--history {
        width: calc(50% - 8px);
        margin: 0 16px 16px 0; } }
    @media (max-width: 680px) {
      .account-part--history {
        width: 100%;
        margin: 0 0 30px 0;
        padding: 30px; } }
  .account-part--sale {
    grid-area: sale;
    min-height: 136px;
    padding: 30px 26px 35px;
    border-radius: 8px;
    background: linear-gradient(96.74deg, #F45A44 -1.68%, #EC3549 95.65%); }
    @media (max-width: 1160px) {
      .account-part--sale {
        width: calc(50% - 8px);
        margin-bottom: 16px; } }
    @media (max-width: 680px) {
      .account-part--sale {
        width: 100%;
        margin-bottom: 30px;
        padding: 30px 6px 23px 26px; } }
  .account-part--seen {
    grid-area: seen;
    padding: 0 30px; }
    @media (max-width: 1160px) {
      .account-part--seen {
        width: 30.6%;
        margin: 45px 16px 0 0;
        padding: 0; } }
    @media (max-width: 800px) {
      .account-part--seen {
        width: calc(50% - 8px); } }
    @media (max-width: 680px) {
      .account-part--seen {
        width: 100%;
        margin: 0 0 30px;
        padding: 30px;
        border-radius: 8px;
        border: 1px solid #DEE2E6; } }
  .account-part--help {
    grid-area: help;
    padding: 0 30px; }
    @media (max-width: 1160px) {
      .account-part--help {
        flex-grow: 1;
        margin-top: 45px;
        padding: 0; } }
    @media (max-width: 800px) {
      .account-part--help {
        width: calc(50% - 8px); } }
    @media (max-width: 680px) {
      .account-part--help {
        width: 100%;
        margin: 0;
        padding: 30px 30px 20px;
        border-radius: 8px;
        border: 1px solid #DEE2E6; } }

.account-part__content {
  display: flex;
  height: 100%; }
  @media (max-width: 680px) {
    .account-part__content {
      flex-direction: column; } }
  @media (max-width: 680px) {
    .account-part--sale .account-part__content {
      flex-direction: row; } }

.account-part__title {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #404040; }
  .account-part__title--white {
    color: #ffffff; }

.account-part__title-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease; }
  .account-part__title-link:hover, .account-part__title-link:focus {
    color: #FF5E4C; }

.account-text {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #404040; }
  @media (max-width: 680px) {
    .account-text {
      font-size: 16px;
      line-height: 19px; } }
  .account-text--white {
    color: #ffffff; }
  @media (max-width: 680px) {
    .account-text--whatsapp span {
      display: none; } }
  .account-text span {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #666666; }
    @media (max-width: 680px) {
      .account-text span {
        font-size: 14px;
        line-height: 16px; } }

.account-part__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  display: block;
  margin-top: auto;
  margin-left: auto;
  color: #FF5E4C;
  border-bottom: 1px solid transparent; }
  @media (max-width: 680px) {
    .account-part__link {
      margin-left: 0;
      margin-right: auto; } }
  .account-part__link--column {
    margin-left: 0;
    margin-top: 0;
    align-self: flex-start; }
  .account-part__link:hover, .account-part__link:focus {
    border-bottom: 1px solid #FF5E4C; }

.account-part__picture {
  padding-right: 20px; }
  @media (max-width: 680px) {
    .account-part__picture {
      margin-bottom: 13px; } }
  @media (max-width: 680px) {
    .account-part--seen .account-part__picture,
    .account-part--help .account-part__picture {
      display: none; } }

.account-part__picture-wrap {
  position: relative;
  width: 70px;
  height: 70px;
  cursor: pointer; }
  .account-part__picture-wrap:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -2px;
    left: 47px;
    background: url("../img/icons/icon-circle-camera.svg"); }

.account-part__brief {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%; }

.account-part__image-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(255, 94, 76, 0.1); }
  .account-part__image-wrap--min {
    width: 50px;
    height: 50px; }
  .account-part__image-wrap span {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 26px;
    line-height: 33px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    letter-spacing: 0.04em;
    color: #FF5E4C;
    background: #ffffff; }

.account-part__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.account__button-exit {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  align-self: flex-start;
  margin-top: 7px;
  margin-bottom: 15px; }
  .account__button-exit:hover, .account__button-exit:focus {
    color: #FF5E4C;
    border-bottom: 1px solid #FF5E4C; }

.account-text__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease; }
  @media (max-width: 680px) {
    .account-text--whatsapp .account-text__link {
      position: relative;
      padding-left: 30px; } }
  @media (max-width: 680px) {
    .account-text--whatsapp .account-text__link::before {
      content: "";
      position: absolute;
      width: 23px;
      height: 23px;
      top: -4px;
      left: 0;
      background: url("../img/icons/icon-whatsapp.svg") 0 0 no-repeat; } }
  .account-text__link:hover, .account-text__link:focus {
    color: #FF5E4C; }

.current-order {
  border: 1px solid #E2E7E9;
  border-radius: 3px; }

.current-order__header {
  display: flex;
  justify-content: space-between;
  padding: 19px 31px 15px;
  background-color: #FAFAFA; }
  @media (max-width: 375px) {
    .current-order__header {
      flex-direction: column; } }
  @media (max-width: 375px) {
    .current-order__header {
      padding: 0;
      background-color: transparent; } }

@media (max-width: 375px) {
  .current-order__info {
    padding: 19px 31px 15px;
    background-color: #FAFAFA; } }

.current-order__name {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 7px;
  color: #404040; }

.current-order__date {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #666666; }

@media (max-width: 375px) {
  .current-order__total {
    padding: 10px 31px 0; } }

.current-order__total {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  @media (max-width: 375px) {
    .current-order__total {
      align-items: flex-start; } }

.current-order__count {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 7px;
  color: #404040; }

.current-order__cost {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #404040; }

.current-order__content {
  display: flex;
  justify-content: space-between;
  padding: 20px 31px 24px; }
  @media (max-width: 768px) {
    .current-order__content {
      flex-direction: column-reverse; } }

.current-order__pay {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #404040; }

.current-order__status {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 13px;
  color: #999999; }

.current-order__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #FF5E4C; }
  .current-order__link:hover, .current-order__link:focus {
    color: #404040; }

.current-order__goods {
  display: flex; }
  @media (max-width: 768px) {
    .current-order__goods {
      margin-bottom: 20px; } }
  @media (max-width: 450px) {
    .current-order__goods {
      flex-wrap: wrap; } }

.current-order__good-wrap {
  width: 80px;
  height: 80px; }
  @media (max-width: 450px) {
    .current-order__good-wrap {
      margin-bottom: 10px; } }
  .current-order__good-wrap:not(:last-child) {
    margin-right: 10px; }
  @media (max-width: 450px) {
    .current-order__good-wrap:last-child {
      display: none; } }
  @media (max-width: 375px) {
    .current-order__good-wrap:nth-child(3) {
      display: none; } }

.current-order__good-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.history {
  margin-bottom: 40px; }
  @media (max-width: 1000px) {
    .history {
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .history {
      margin-bottom: 40px; } }

.history__title {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 34px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 45px;
  color: #404040; }
  @media (max-width: 768px) {
    .history__title {
      font-family: "Roboto", sans-serif;
      font-size: 28px;
      line-height: 33px;
      font-weight: 500; } }

.history__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.history__item:not(:last-child) {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .history__item:not(:last-child) {
      margin-bottom: 20px; } }

.order-brief {
  margin: 30px 0;
  padding: 54px 47px 44px 60px;
  border: 1px solid #DEE2E6;
  border-radius: 10px; }
  @media (max-width: 1000px) {
    .order-brief {
      padding: 38px 39px 33px; } }
  @media (max-width: 768px) {
    .order-brief {
      padding: 23px 21px 12px 18px; } }

.order-brief__title {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #404040; }
  @media (max-width: 768px) {
    .order-brief__title {
      font-family: "Roboto", sans-serif;
      font-size: 22px;
      line-height: 26px;
      font-weight: 500;
      margin-bottom: 34px; } }

.order-brief__content {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .order-brief__content {
      flex-direction: column; } }

@media (max-width: 768px) {
  .order-brief__part {
    margin-bottom: 22px; } }

.order-brief__part-title {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #404040; }
  @media (max-width: 768px) {
    .order-brief__part-title {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      line-height: 21px;
      font-weight: 500;
      margin-bottom: 16px; } }
  .order-brief__part-title--flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
    @media (max-width: 768px) {
      .order-brief__part-title--flex {
        margin-bottom: 13px; } }

.order-brief__text {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 6px;
  color: #404040; }

.order-brief__pale-text {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #999999; }
  .order-brief__pale-text + .order-brief__pale-text {
    margin-top: 14px; }
    @media (max-width: 768px) {
      .order-brief__pale-text + .order-brief__pale-text {
        margin-top: 7px; } }

.order-brief__accent-text {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #FF5E4C; }
  .order-brief__part-title--flex .order-brief__accent-text {
    padding-left: 16px; }

.order-brief__button {
  padding: 14px 66px; }
  @media (max-width: 768px) {
    .order-brief__button {
      width: 100%; } }

.order-brief__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #2F80ED;
  text-decoration: underline; }
  .order-brief__link:hover, .order-brief__link:focus {
    color: #FF5E4C; }

.order-info {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  padding: 53px 55px 48px 52px;
  border: 1px solid #DEE2E6;
  border-radius: 10px; }
  @media (max-width: 1000px) {
    .order-info {
      padding: 39px 42px 27px; } }
  @media (max-width: 768px) {
    .order-info {
      padding: 24px 14px 20px; } }

.order-info__title {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 20px;
  font-weight: 500;
  padding-bottom: 40px;
  border-bottom: 1px solid #DEE2E6;
  color: #404040; }
  @media (max-width: 1000px) {
    .order-info__title {
      margin-left: -3px; } }
  @media (max-width: 768px) {
    .order-info__title {
      font-family: "Roboto", sans-serif;
      font-size: 22px;
      line-height: 20px;
      font-weight: 500;
      margin-left: 4px; } }

.order-info__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.order-info__total {
  width: 309px;
  margin-top: 30px;
  margin-left: auto; }
  @media (max-width: 570px) {
    .order-info__total {
      width: 100%;
      margin-top: 25px;
      padding: 0 5px; } }

.order-info__line {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #404040; }
  .order-info__line span {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #404040; }
  .order-info__line--total {
    margin-top: 31px; }
    @media (max-width: 768px) {
      .order-info__line--total {
        font-family: "Roboto", sans-serif;
        font-size: 22px;
        line-height: 20px;
        font-weight: 500; } }
    .order-info__line--total span {
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      line-height: 20px;
      font-weight: 500;
      color: #EB6955; }

.order-info__button {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  width: 100%;
  margin: 23px 0 15px;
  padding: 14px; }
  @media (max-width: 768px) {
    .order-info__button {
      margin: 29px 0 15px; } }

.order-row {
  display: grid;
  grid-template-areas: "photo good price count total";
  grid-template-columns: 97px calc(60% - 97px) 12.5% 10% 17.5%;
  padding: 15px;
  border-bottom: 1px solid #DEE2E6; }
  @media (max-width: 1000px) {
    .order-row {
      grid-template-columns: 97px calc(50.5% - 97px) 21.5% 9% 19%; } }
  @media (max-width: 768px) {
    .order-row {
      grid-template-areas: "photo good good" ". count total";
      grid-template-columns: 97px 107px auto;
      padding: 15px 0; } }
  @media (max-width: 374px) {
    .order-row {
      grid-template-areas: "photo good" ". count" ". total";
      grid-template-columns: 97px auto; } }

.order-row__photo {
  grid-area: photo; }

.order-row__good {
  grid-area: good; }
  .order-row--sold .order-row__good {
    opacity: 0.3; }

.order-row__price {
  grid-area: price;
  display: flex;
  justify-self: end;
  margin-top: 21px; }
  @media (max-width: 1000px) {
    .order-row__price {
      justify-self: start; } }
  @media (max-width: 768px) {
    .order-row__price {
      display: none; } }
  .order-row--sold .order-row__price {
    opacity: 0.3; }

.order-row__count {
  grid-area: count;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  justify-self: end;
  margin-top: 25px;
  color: #404040; }
  @media (max-width: 1000px) {
    .order-row__count {
      justify-self: start; } }
  @media (max-width: 768px) {
    .order-row__count {
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 19px;
      font-weight: 400;
      margin-top: 5px; } }
  @media (max-width: 374px) {
    .order-row__count {
      margin-top: 5px; } }
  .order-row--sold .order-row__count {
    opacity: 0.3; }

.order-row__total {
  grid-area: total;
  justify-self: end;
  margin-top: 21px; }
  @media (max-width: 768px) {
    .order-row__total {
      justify-self: start;
      margin-top: 0; } }
  @media (max-width: 374px) {
    .order-row__total {
      margin-top: 8px; } }
  .order-row--sold .order-row__total {
    opacity: 0.3; }

.order-row__image-wrap {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 20px; }
  .order-row--sold .order-row__image-wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    content: 'Продано';
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: rgba(14, 14, 14, 0.42); }

.order-row__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.order-row__good-name {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin: 9px 0 25px;
  color: #404040; }
  @media (max-width: 768px) {
    .order-row__good-name {
      margin: 8px 0 10px; } }
  .order-row__good-name:hover, .order-row__good-name:focus {
    color: #EB6955; }

.order-row__good-number {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #666666; }

.order-row__price-number {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  margin-right: 5px;
  color: #404040; }
  @media (max-width: 768px) {
    .order-row__price-number {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 20px;
      line-height: 24px;
      font-weight: 400;
      margin-right: 4px;
      padding-bottom: 3px; } }

.order-row__price-unit {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  width: 45px;
  color: #404040; }
  @media (max-width: 768px) {
    .order-row__price-unit {
      padding-top: 3px; } }

@media (max-width: 768px) {
  .order-row__count-unit {
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    line-height: 12px;
    font-weight: 400; } }

.order-row__total-number {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  margin-right: 17px;
  margin-bottom: 2px;
  color: #404040; }
  @media (max-width: 768px) {
    .order-row__total-number {
      margin-right: 4px; } }

.order-row__total-unit {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  width: 45px;
  margin-left: 5px;
  color: #404040; }
  @media (max-width: 768px) {
    .order-row__total-unit {
      padding-top: 3px; } }

.order-row__total-profit {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  display: inline-block;
  margin-left: 4px;
  background-color: #FFFCB2; }
  @media (max-width: 374px) {
    .order-row__total-profit {
      margin-left: 0; } }

.order {
  margin-bottom: 120px; }
  @media (max-width: 768px) {
    .order {
      margin-bottom: 80px; } }

.order__title {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 37px;
  color: #404040; }
  @media (max-width: 768px) {
    .order__title {
      font-family: "Roboto", sans-serif;
      font-size: 28px;
      line-height: 33px;
      font-weight: 500;
      margin-bottom: 30px; } }

.order__date {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  margin-top: 7px;
  color: #666666; }

.order__link {
  display: block;
  width: 174px;
  margin: 60px auto 0;
  padding: 14px; }
  @media (max-width: 450px) {
    .order__link {
      width: 100%; } }

.page-footer {
  margin-top: auto;
  background-color: #eeeeee; }

.page-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (max-width: 1312px) {
    .page-footer__content {
      margin-top: 6px;
      margin-bottom: 6px; } }
  @media (max-width: 892px) {
    .page-footer__content {
      flex-direction: column;
      align-items: flex-start;
      margin-top: 18px;
      margin-bottom: 18px; } }

.page-footer__copyright {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #666666; }

.page-footer__pay {
  margin: 0;
  padding: 0; }

.page-footer__privacy {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #666666; }

.page-footer__privacy-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease; }

.past-order {
  border: 1px solid #E2E7E9;
  border-radius: 3px; }

.past-order__header {
  display: flex;
  justify-content: space-between;
  padding: 13px 29px;
  background-color: #FAFAFA; }
  @media (max-width: 768px) {
    .past-order__header {
      display: block;
      padding: 0;
      background-color: transparent; } }

.past-order__name {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  width: 70%;
  margin-top: 10px;
  padding-right: 40px;
  color: #404040; }
  @media (max-width: 768px) {
    .past-order__name {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      line-height: 22px;
      font-weight: 500;
      width: 100%;
      margin-top: 0;
      padding: 21px 3px 20px 19px;
      background-color: #FAFAFA; } }

.past-order__status {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  width: 30%;
  text-align: right;
  color: #404040; }
  @media (max-width: 768px) {
    .past-order__status {
      width: 100%;
      margin: 13px 0 0 18px;
      text-align: left; } }
  .past-order__status span {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 5px;
    color: #999999; }

.past-order__content {
  display: grid;
  grid-template-areas: "photo good price count total" "more more . . .";
  grid-template-columns: 100px calc(63.5% - 100px) 12.5% 9% 15%;
  padding: 25px 22px 32px 29px; }
  @media (max-width: 1000px) {
    .past-order__content {
      grid-template-columns: 100px calc(50% - 100px) 17.5% 12% 20.5%; } }
  @media (max-width: 768px) {
    .past-order__content {
      grid-template-areas: "photo good good" ". price total" ". count ." "more more more";
      grid-template-columns: 75px 102px auto;
      padding: 18px 22px 23px 19px; } }
  @media (max-width: 355px) {
    .past-order__content {
      grid-template-areas: "photo good" ". price" ". count" ". total" "more more";
      grid-template-columns: 75px auto; } }

.past-order__photo {
  display: flex;
  grid-area: photo; }

.past-order__good {
  grid-area: good; }
  @media (max-width: 768px) {
    .past-order__good {
      margin-bottom: 14px; } }

.past-order__price {
  grid-area: price;
  display: flex;
  justify-self: end;
  align-self: center; }
  @media (max-width: 768px) {
    .past-order__price {
      justify-self: start; } }

.past-order__count {
  grid-area: count;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  justify-self: end;
  align-self: center;
  color: #404040; }
  @media (max-width: 768px) {
    .past-order__count {
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 19px;
      font-weight: 400;
      justify-self: start;
      margin-top: 2px; } }
  @media (max-width: 370px) {
    .past-order__count {
      margin-top: 5px; } }

@media (max-width: 768px) {
  .past-order__count-unit {
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    line-height: 12px;
    font-weight: 400; } }

.past-order__total {
  grid-area: total;
  display: flex;
  justify-self: end;
  align-self: center; }
  @media (max-width: 768px) {
    .past-order__total {
      justify-self: start; } }
  @media (max-width: 370px) {
    .past-order__total {
      margin-top: 8px; } }

.past-order__more {
  grid-area: more; }

.past-order__image-wrap {
  width: 80px;
  height: 80px;
  margin-right: 20px; }
  @media (max-width: 768px) {
    .past-order__image-wrap {
      width: 60px;
      height: 60px;
      margin-right: 15px; } }

.past-order__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.past-order__good-name {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin: 12px 0 25px;
  color: #404040; }
  @media (max-width: 768px) {
    .past-order__good-name {
      margin: 6px 0 16px; } }

.past-order__good-number {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #666666; }

.past-order__price-number {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  margin-right: 5px;
  color: #404040; }
  @media (max-width: 768px) {
    .past-order__price-number {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 20px;
      line-height: 24px;
      font-weight: 400;
      margin-right: 4px;
      padding-bottom: 3px; } }

.past-order__price-unit {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  width: 45px;
  color: #404040; }
  @media (max-width: 768px) {
    .past-order__price-unit {
      padding-top: 3px; } }

.past-order__total-number {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  margin-right: 5px;
  color: #404040; }
  @media (max-width: 768px) {
    .past-order__total-number {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 20px;
      line-height: 24px;
      font-weight: 400;
      margin-right: 4px; } }

.past-order__total-unit {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  width: 45px;
  color: #404040; }
  @media (max-width: 768px) {
    .past-order__total-unit {
      padding-top: 3px; } }

.past-order__more {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400; }

.past-order__more-count {
  margin: 0;
  padding: 0;
  margin: 25px 0 14px;
  color: #666666; }
  @media (max-width: 768px) {
    .past-order__more-count {
      margin: 25px 0 10px; } }

.past-order__more-link {
  color: #FF5E4C; }
  .past-order__more-link:hover, .past-order__more-link:focus {
    color: #404040; }

.personal {
  margin-bottom: 80px; }

.personal__title {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #2B2E34; }
  @media (max-width: 1000px) {
    .personal__title {
      margin-bottom: 24px; } }
  @media (max-width: 450px) {
    .personal__title {
      font-family: "Roboto", sans-serif;
      font-size: 28px;
      line-height: 33px;
      font-weight: 500;
      margin-bottom: 30px; } }

.personal__info {
  width: 416px;
  margin-bottom: 60px; }
  @media (max-width: 450px) {
    .personal__info {
      width: 100%; } }

.personal__field {
  margin-bottom: 20px; }
  @media (max-width: 450px) {
    .personal__field {
      margin-bottom: 24px; } }

.personal__join {
  max-width: 320px;
  margin-top: 42px; }
  @media (max-width: 450px) {
    .personal__join {
      margin-top: 27px; } }

.personal__checkbox-label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 27px;
  color: #666666;
  cursor: pointer; }
  .personal__checkbox-label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    left: 3px;
    border: 1px solid #CCCCCC;
    border-radius: 3px; }
  .personal__checkbox-label::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    top: 3px;
    left: 3px; }
    .personal__checkbox:checked ~ .personal__checkbox-label::after {
      background: url(../../img/icons/icon-checked.svg) no-repeat 5px -1px; }

.personal__button-save {
  margin-top: 12px; }
  @media (max-width: 450px) {
    .personal__button-save {
      width: 100%;
      padding: 14px; } }

.personal__link {
  display: block;
  width: 174px;
  margin: 0 auto;
  padding: 14px; }
  @media (max-width: 1000px) {
    .personal__link {
      margin: 0; } }
  @media (max-width: 1000px) {
    .personal__link {
      margin: 0 auto; } }
  @media (max-width: 450px) {
    .personal__link {
      width: 100%; } }

/*# sourceMappingURL=style.css.map */
