/*! 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;
}

html {
  font-family: "Arial";
  color: rgb(33, 37, 41);
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  font-size: 36px;
  line-height: 1;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 25px;
  }
}
.footer__copyright, .footer__items, .feedback__select header, .feedback__header, .main .item .right .logo, .main .item .right a, .main .item .left footer button, .main .item .left footer, .main .item, .main .select__header, .main__sorting .left, .main__sorting, .sidebar .numbers, .sidebar__buttons button, .sidebar__buttons, .content, .breadcrumbs, .header__right .account, .header__right .saved > div, .header__right .saved, .header__right, .header__left .menu ul, .header__left, .header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header__left .search input[type=submit] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sidebar__search h3:before {
  position: absolute;
  content: "";
  display: inline-block;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  background-color: rgb(234, 234, 234);
}

img {
  display: block;
  max-width: 100%;
}

a {
  display: inline-block;
  color: rgb(32, 105, 189);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:not([href]) {
  color: rgb(33, 37, 41);
}
a:not([href]):hover {
  cursor: initial;
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

button,
input,
textarea {
  border: 0;
  outline: none;
  background-color: transparent;
}
button:hover,
input:hover,
textarea:hover {
  cursor: pointer;
}

button:hover {
  cursor: pointer;
}

.button {
  height: 35px;
  background-color: rgb(212, 83, 15);
  border-radius: 4px;
  padding: 0 15px;
  font-size: 14px;
  color: #ffffff;
}
.button:hover {
  background-color: #b0450c;
}

.container {
  width: 1870px;
  margin: 0 auto;
}

.interval {
  display: block;
}
.interval--10 {
  height: 10px;
}
.interval--15 {
  height: 15px;
}
.interval--20 {
  height: 20px;
}

/* Header */
.header {
  height: 91px;
  background-color: rgb(37, 44, 98);
  padding: 13px 0;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.header a {
  color: #ffffff;
}
.header a:hover {
  text-decoration: none;
}
.header .container {
  align-items: flex-start;
}
.header__left {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.header__left .logo {
  width: 170px;
  height: 80px;
  margin-top: -13px;
}
.header__left .search {
  position: relative;
  width: 957px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
.header__left .search input {
  width: 100%;
  height: 100%;
}
.header__left .search input[type=search] {
  padding: 0 52px 0 12px;
}
.header__left .search input[type=search]::-moz-placeholder {
  color: rgb(119, 119, 119);
}
.header__left .search input[type=search]::placeholder {
  color: rgb(119, 119, 119);
}
.header__left .search input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background-image: url(../images/icons/search.svg);
}
.header__left .menu ul li {
  padding: 0 10px;
}
.header__left .menu ul li a {
  font-size: 13px;
  line-height: 40px;
}
.header__left .menu ul li:hover {
  background-color: #ffffff;
}
.header__left .menu ul li:hover a {
  color: rgb(37, 44, 98);
}
.header__right .sign-up {
  line-height: 35px;
}
.header__right .saved {
  width: 136px;
  height: 39px;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.header__right .saved > svg {
  width: 26px;
  height: 26px;
}
.header__right .saved > div {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.header__right .saved > div span {
  width: 20px;
  height: 20px;
  background-color: rgb(212, 83, 15);
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  line-height: 22px;
}
.header__right .account {
  width: 164px;
  height: 39px;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.header__right .burger {
  display: none;
}

/* Breadcrumbs */
.breadcrumbs {
  justify-content: flex-start;
  -moz-column-gap: 35px;
       column-gap: 35px;
  height: 47px;
  font-size: 13px;
}
.breadcrumbs span {
  color: rgb(32, 105, 189);
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  font-weight: 600;
}

/* White Block */
.white-block {
  background-color: #ffffff;
  padding: 15px 15px 10px !important;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Contacts */
.contacts {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.contacts h1 {
  margin-bottom: 15px;
}
.contacts a:hover {
  text-decoration: underline;
}
.contacts__phone {
  color: rgb(33, 37, 41);
}
.contacts__email, .contacts__map, .contacts__profile {
  line-height: 1.7;
}
/* Filters */
.filters {
  display: none;
}

/* Content */
.content {
  align-items: flex-start;
}

.sidebar {
  width: 454px;
}
.sidebar__buttons {
  row-gap: 10px;
  margin-bottom: 30px;
}
.sidebar__buttons button {
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 207px;
  height: 35px;
  background-color: rgb(235, 192, 24);
  border-radius: 4px;
}
.sidebar__buttons button:hover {
  background-color: #e0a800;
}
.sidebar__buttons button svg {
  width: 14px;
  height: 14px;
}
.sidebar__buttons button span {
  font-size: 14px;
}
.sidebar__search {
  font-size: 14px;
}
.sidebar__search h2 {
  margin-bottom: 15px;
}
.sidebar__search h3 {
  position: relative;
}
.sidebar__search h3:before {
  content: "+";
  left: -30px;
  top: calc(50% - 7.5px);
  width: 15px;
  height: 15px;
  background-color: rgb(33, 37, 41);
  border-radius: 4px;
  font-size: 18px;
  line-height: 15px;
  color: #ffffff;
  text-align: center;
}
.sidebar__search h3:hover {
  cursor: pointer;
  color: rgb(164, 64, 12);
}
.sidebar__search h3:hover:before {
  background-color: rgb(164, 64, 12);
}
.sidebar__search h3.active {
  color: rgb(164, 64, 12);
}
.sidebar__search h3.active:before {
  content: "-";
  background-color: rgb(164, 64, 12);
  font-size: 22px;
  line-height: 10px;
}
.sidebar__search ul:not(.submenu) > li {
  padding: 15px 0 15px 30px;
  border-top: 1px solid rgb(206, 212, 218);
}
.sidebar__search ul:not(.submenu) > li a span {
  color: rgb(153, 153, 153);
}
.sidebar__search ul:not(.submenu) > li a:hover {
  color: rgb(164, 64, 12);
  text-decoration: none;
}
.sidebar__search label + input {
  margin-top: 10px;
}
.sidebar__search input:not([type=number]) {
  width: 100%;
}
.sidebar__search input[type=number] {
  width: 113px;
}
.sidebar__search input {
  height: 33px;
  border: 1px solid rgb(206, 212, 218);
  border-radius: 4px;
  padding: 0 12px;
}
.sidebar__search button[type=submit] {
  margin-top: 10px;
}
.sidebar .numbers {
  -moz-column-gap: 5px;
       column-gap: 5px;
  justify-content: flex-start;
}

.main {
  width: 1398px;
  max-width: 1398px;
  overflow: hidden;
  /* Sorting */
  /* Search */
  /* Items */
}
.main__slider {
  position: relative;
  width: 1488px;
  margin-bottom: 20px;
}
.main__slider .swiper-slide {
  width: 176px;
  max-width: 176px;
  text-align: center;
  margin-right: 10px;
}
.main__slider .swiper-slide img {
  width: 100%;
  height: 115px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.main__slider .swiper-slide a {
  font-size: 12px;
}
.main__slider .prev, .main__slider .next {
  position: absolute;
  top: 46px;
  width: 38px;
  height: 38px;
  z-index: 100;
}
.main__slider .prev svg, .main__slider .next svg {
  width: 100%;
  height: 100%;
}
.main__slider .prev svg {
  transform: rotate(180deg);
  left: 0;
}
.main__slider .next {
  left: 1330px;
}
.main__slider .swiper-button-disabled {
  display: none;
}
.main__sorting {
  margin-bottom: 20px;
}
.main__sorting .left {
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 14px;
}
.main .select {
  position: relative;
  width: 206px;
  height: 35px;
}
.main .select__header {
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #adadad;
}
.main .select__header:hover {
  cursor: pointer;
}
.main .select__list {
  position: absolute;
  top: 37px;
  left: 0;
  width: 210px;
  height: auto;
  background-color: #ffffff;
  padding: 10px 0;
  border: 1px solid #adadad;
  border-radius: 4px;
  display: none;
}
.main .select__list li {
  background-color: transparent;
  padding: 5px 20px;
}
.main .select__list li:hover {
  background-color: rgb(234, 234, 234);
}
.main .select__list a {
  color: rgb(33, 37, 41);
}
.main .select__list a:hover {
  text-decoration: none;
}
.main .select.active .select__header {
  background-color: transparent;
}
.main .select.active .select__list {
  display: block;
}
.main .search {
  position: relative;
  width: 242px;
  height: 35px;
  border-radius: 4px;
  overflow: hidden;
}
.main .search input[type=search] {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 0 45px 0 12px;
}
.main .search button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 100%;
  background-color: rgb(235, 192, 24);
}
.main__items {
  margin-bottom: 30px;
}
.main .item {
  align-items: flex-start;
  padding-bottom: 20px !important;
}
.main .item:not(:last-child) {
  margin-bottom: 20px;
}
.main .item .left {
  width: 344px;
  background-color: rgb(224, 224, 224);
}
.main .item .left a {
  width: 100%;
  height: 250px;
}
.main .item .left a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .item .left footer {
  height: 33px;
  justify-content: center;
  -moz-column-gap: 120px;
       column-gap: 120px;
}
.main .item .left footer button {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.main .item .left footer button svg {
  width: 16px;
  height: 16px;
}
.main .item .left footer button span {
  font-size: 13px;
  font-weight: 600;
}
.main .item .left footer button.disabled {
  pointer-events: none;
}
.main .item .left footer button.disabled:hover {
  cursor: initial;
}
.main .item .center {
  width: 690px;
  padding: 20px 10px 0;
  line-height: 1;
}
.main .item .center a {
  font-size: 18px;
  font-weight: 600;
  color: rgb(32, 105, 189);
  margin-bottom: 10px;
}
.main .item .center .price {
  font-size: 16px;
  font-weight: 600;
  color: rgb(183, 37, 0);
  margin-bottom: 10px;
}
.main .item .center .desc {
  font-size: 14px;
  color: rgb(119, 119, 119);
  margin-bottom: 10px;
}
.main .item .center table {
  width: 100%;
}
.main .item .center table tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.04);
}
.main .item .center table td {
  width: 50%;
  font-size: 16px;
  padding: 6px 0;
}
.main .item .center table td:nth-of-type(1) {
  font-weight: 600;
}
.main .item .center table td span {
  color: rgb(32, 105, 189);
  font-weight: 600;
}
.main .item .right {
  width: 334px;
  font-size: 14px;
  padding-top: 50px;
}
.main .item .right a {
  justify-content: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  width: 100%;
  height: 35px;
  background-color: rgb(224, 224, 224);
  border-radius: 4px;
  color: rgb(33, 37, 41);
}
.main .item .right a:hover {
  background-color: #c7c7c7;
  text-decoration: none;
}
.main .item .right a:not(:last-child) {
  margin-bottom: 8px;
}
.main .item .right a.phone, .main .item .right a.email {
  background-color: rgb(212, 83, 15);
  color: #ffffff;
}
.main .item .right a.phone:hover, .main .item .right a.email:hover {
  background-color: #b0450c;
}
.main .item .right a.phone {
  position: relative;
}
.main .item .right a.phone button {
  position: absolute;
  top: 0;
  right: 10px;
  width: 40px;
  height: 100%;
  font-size: 10px;
  color: #ffffff;
}
.main .item .right a.phone.active {
  background-color: #b0450c;
}
.main .item .right .logo {
  justify-content: center;
  width: 100%;
  padding: 12px 0;
}
.main .item .right .logo img {
  width: 124px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Save Search */
.save-search,
.mod-search {
  display: none;
}

/* Feedback */
.feedback {
  margin-bottom: 10px;
}
.feedback__header {
  justify-content: flex-start;
  -moz-column-gap: 6px;
       column-gap: 6px;
  font-size: 14px;
}
.feedback__header.active {
  padding-bottom: 15px;
}
.feedback__header button {
  width: 45px;
  height: 35px;
  background-color: rgb(224, 224, 224);
  border-radius: 4px;
}
.feedback__header button:hover {
  background-color: #cdcdcd;
}
.feedback__select {
  position: relative;
  margin-bottom: 20px;
  display: none;
}
.feedback__select.active {
  display: block;
}
.feedback__select header {
  height: 35px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0 15px;
}
.feedback__select header svg {
  width: 14px;
  height: 14px;
}
.feedback__select p {
  font-weight: 600;
  margin-bottom: 5px;
}
.feedback__select ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 100;
  padding: 10px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  display: none;
}
.feedback__select ul.active {
  display: block;
}
.feedback__thankyou {
  color: #28a745;
  margin-bottom: 5px;
  display: none;
}
.feedback__thankyou.active {
  display: block;
}
.feedback textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  display: none;
  padding: 10px 15px;
}
.feedback textarea.active {
  display: block;
}
.feedback button[type=submit] {
  width: 124px;
  height: 35px;
  background-color: #2069bd;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  margin-top: 10px;
  display: none;
}
.feedback button[type=submit].active {
  display: block;
}

/* Footer */
.footer {
  background-color: rgb(37, 44, 98);
  border-top: 5px solid rgb(235, 192, 24);
  padding: 20px 0;
  font-size: 14px;
}
.footer__items {
  align-items: flex-start;
  margin-bottom: 40px;
}
.footer__items .item {
  width: 25%;
  padding: 0 15px;
}
.footer__items h3 {
  font-size: 17px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer__items ul li:not(:last-child) {
  margin-bottom: 20px;
}
.footer__items ul li a {
  color: rgb(198, 217, 238);
}
.footer__copyright {
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: rgb(111, 129, 150);
}
.footer__copyright a {
  color: #ffffff;
}

@media (max-width: 1900px) {
  .container {
    width: 1300px;
  }
  /* Header */
  .header .container {
    position: relative;
  }
  .header__left .search {
    width: 632px;
  }
  .header__right {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* Content */
  .sidebar {
    width: 311px;
  }
  .sidebar__buttons button {
    width: 136px;
  }
  .main {
    width: 970px;
    max-width: 970px;
    /* Items */
  }
  .main__slider {
    width: 960px;
  }
  .main__slider .next {
    left: 902px;
  }
  .main .item .left {
    width: 228px;
  }
  .main .item .left a {
    height: 170px;
  }
  .main .item .left footer {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
  .main .item .center {
    width: 475px;
  }
  .main .item .right {
    width: 228px;
  }
}
@media (max-width: 1440px) {
  .container {
    width: 970px;
  }
  /* Header */
  .header__left {
    flex-wrap: nowrap;
  }
  .header__left .search {
    width: 375px;
  }
  /* Content */
  .sidebar {
    width: 393px;
  }
  .sidebar__buttons button {
    width: 177px;
  }
  .main {
    width: 558px;
    max-width: 558px;
    /* Sorting */
    /* Search */
    /* Items */
  }
  .main__slider {
    width: 588px;
  }
  .main__slider .next {
    left: 490px;
  }
  .main__sorting {
    align-items: flex-start;
  }
  .main__sorting .left {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px;
  }
  .main .select__list {
    top: 76px;
  }
  .main .item {
    row-gap: 10px;
    padding-bottom: 10px !important;
  }
  .main .item .left {
    width: 100%;
  }
  .main .item .left a {
    height: 396px;
  }
  .main .item .left footer {
    -moz-column-gap: 200px;
         column-gap: 200px;
  }
  .main .item .center {
    padding-left: 0;
    padding-right: 0;
  }
  .main .item .right {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: 100%;
    padding-top: 0;
  }
  .main .item .right a {
    flex-direction: column;
    row-gap: 5px;
    width: 170px;
    height: 62px;
  }
  .main .item .right a.phone, .main .item .right a.email {
    width: 257px;
  }
  .main .item .right .logo {
    display: none;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 722px;
  }
  /* Header */
  .header {
    height: 103px;
    padding: 0 0 10px 0;
  }
  .header .container {
    justify-content: flex-end;
    row-gap: 10px;
  }
  .header__left {
    width: 100%;
    order: 1;
  }
  .header__left .logo {
    display: none;
  }
  .header__left > div {
    width: 100%;
  }
  .header__left .search {
    width: 100%;
  }
  .header__left .menu {
    display: none;
  }
  .header__right {
    position: static;
  }
  .header__right .sign-up {
    display: none;
  }
  .header__right .saved {
    width: 82px;
    height: 50px;
  }
  .header__right .saved > svg {
    display: none;
  }
  .header__right .account {
    width: 114px;
    height: 50px;
  }
  .header__right .account svg {
    display: none;
  }
  .header .burger {
    display: block;
    width: 50px;
    height: 50px;
  }
  /* Content */
  .sidebar {
    width: 290px;
  }
  .sidebar__buttons button {
    width: 125px;
  }
  .sidebar__search .submenu {
    margin-left: -30px;
  }
  .main {
    width: 414px;
    max-width: 414px;
    /* Items */
  }
  .main__slider {
    width: 414px;
  }
  .main__slider .next {
    left: 346px;
  }
  .main .item .left a {
    height: 287px;
  }
  .main .item .left footer {
    -moz-column-gap: 150px;
         column-gap: 150px;
  }
  .main .item .right a {
    width: 122px;
  }
  .main .item .right a.phone, .main .item .right a.email {
    width: 186px;
  }
  /* Footer */
  .footer__items {
    row-gap: 30px;
  }
  .footer .item {
    width: 50%;
  }
  .footer .item:nth-of-type(odd) {
    padding-left: 0;
  }
  .footer ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer__copyright {
    row-gap: 10px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 374px;
  }
  /* White Block */
  .white-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* Contacts */
  .contacts {
    margin-bottom: 12px;
  }
  /* Filters */
  .filters {
    display: flex;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 12px;
  }
  .filters button {
    width: 165px;
    height: 42px;
  }
  .filters button svg {
    width: 100%;
    height: 100%;
  }
  /* Content */
  .sidebar {
    display: none;
  }
  .main {
    width: 100%;
    max-width: 100%;
    /* Sorting */
    /* Items */
  }
  .main__slider .next {
    left: calc(100% - 96px);
  }
  .main__sorting {
    display: none;
  }
  .main .item {
    margin-bottom: 20px;
  }
  .main .item .left a {
    height: 270px;
  }
  .main .item .left footer {
    -moz-column-gap: 140px;
         column-gap: 140px;
  }
  .main .item .right a {
    width: 114px;
    height: 68px;
  }
  .main .item .right a.phone, .main .item .right a.email {
    width: 179px;
  }
  .main .item .right a.phone button {
    display: none;
  }
  /* Save Search */
  .save-search {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 20px;
  }
  .save-search button {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: 49%;
    height: 38px;
    background-color: rgb(235, 192, 24);
    border-radius: 4px;
    font-size: 16px;
  }
  .save-search p {
    font-size: 14px;
  }
  /* Modify Search */
  .mod-search {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .mod-search p {
    font-size: 14px;
  }
  .mod-search button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
    width: 49%;
    height: 68px;
    background-color: rgb(224, 224, 224);
    border-radius: 4px;
    font-size: 16px;
  }
  .mod-search button:last-child {
    background-color: rgb(212, 83, 15);
    color: #ffffff;
  }
}
@media (max-width: 390px) {
  .container {
    width: 357px;
  }
  /* Main */
  .main {
    /* Items */
  }
  .main .item .left a {
    height: 258px;
  }
  .main .item .left footer {
    -moz-column-gap: 125px;
         column-gap: 125px;
  }
  .main .item .right a {
    width: 108px;
  }
  .main .item .right a.phone, .main .item .right a.email {
    width: 170px;
  }
}/*# sourceMappingURL=style.css.map */
