/* Global */
/* ------------------------------------ */
/*! 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* 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-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/* 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] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
* 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-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
}

/**
* 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 {
  padding: 0;
  border-style: none;
}

/**
* 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 {
  display: table; /* 1 */
  box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  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] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration,
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-results-button,
[type=search]::-webkit-search-results-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 {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

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

/* Fonts */
/* ------------------------------------ */
/* Colors */
/* ------------------------------------ */
/* Breakpoints */
/* ------------------------------------ */
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/noto-sans-regular.woff2") format("woff2"), url("../fonts/noto-sans-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/noto-sans-medium.woff2") format("woff2"), url("../fonts/noto-sans-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/noto-sans-semibold.woff2") format("woff2"), url("../fonts/noto-sans-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/noto-sans-bold.woff2") format("woff2"), url("../fonts/noto-sans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1E222E;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  padding: 70px 0 0 0;
  flex-grow: 1;
  position: relative;
}
@media (min-width: 768px) {
  main {
    padding: 80px 0 0 0;
  }
}
@media (min-width: 1024px) {
  main {
    padding: 72px 0 0 0;
  }
}

img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

a {
  color: #1E222E;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1304px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}

.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);
  clip-path: inset(100%);
}

/* Blocks */
/* ------------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 15px 0;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .header {
    padding: 20px 0;
  }
}
@media (min-width: 1024px) {
  .header {
    padding: 16px 0;
    background-color: #F4F6FA;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
}
.header__icon-decor {
  display: none;
  width: 24px;
  height: 24px;
  margin: 0 24px 0 0;
}
@media (min-width: 1024px) {
  .header__icon-decor {
    display: block;
  }
}
.header__logo-link {
  display: flex;
  margin: 0 auto 0 0;
  color: #476BF0;
}
@media (min-width: 768px) {
  .header__logo-link {
    margin: 0 40px 0 0;
  }
}
.header__logo-link:hover, .header__logo-link:focus-visible {
  color: #3356D7;
}
@media (min-width: 1024px) {
  .header__logo-image {
    width: 170px;
    height: 36px;
  }
}
.header__links {
  display: flex;
  align-items: center;
}
.header__links:first-of-type {
  margin: 0 auto 0 0;
}
@media (min-width: 1024px) {
  .header__links:last-of-type {
    margin: 0 8px 0 0;
  }
}
.header__link {
  display: none;
  padding: 0;
  margin: 0 20px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.header__link:hover, .header__link:focus-visible, .header__link:active {
  color: #476BF0;
}
@media (min-width: 1024px) {
  .header__link {
    display: flex;
  }
}
.header__link--light {
  color: #6A6E80;
}
.header__link--light:last-child {
  margin: 0 auto 0 0;
}
.header__link--light:hover, .header__link--light:focus-visible, .header__link--light:active {
  color: #1E222E;
}
@media (min-width: 1024px) {
  .header__link--light {
    display: none;
  }
}
@media (min-width: 1304px) {
  .header__link--light {
    display: flex;
  }
}
.header__link--active {
  color: #476BF0;
}
.header__link--active:hover, .header__link--active:focus-visible {
  color: #2F54DF;
}
.header__search {
  margin: 0 20px 0 0;
}
@media (min-width: 1024px) {
  .header__search {
    margin: 0 28px 0 0;
  }
}
.header .header__login {
  display: none;
}
@media (min-width: 1024px) {
  .header .header__login {
    display: flex;
    margin: 0 16px 0 0;
  }
}

.footer {
  padding: 40px 0;
  background-color: #F4F6FA;
}
@media (min-width: 1024px) {
  .footer {
    padding: 80px 0;
  }
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .footer__wrapper {
    display: grid;
    row-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer__wrapper {
    grid-template-columns: 216px repeat(2, 1fr);
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
}
@media (min-width: 1304px) {
  .footer__wrapper {
    grid-template-columns: 224px repeat(2, 1fr);
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
}
.footer__logo-link {
  display: flex;
  margin: 0 0 32px 0;
  color: #476BF0;
}
.footer__logo-link:hover, .footer__logo-link:focus-visible {
  color: #3356D7;
}
@media (min-width: 768px) {
  .footer__logo-link {
    margin: 0 0 40px 0;
  }
}
.footer__logo-image {
  width: 188px;
  height: 40px;
}
@media (min-width: 1024px) {
  .footer__logo-image {
    width: 170px;
    height: 36px;
  }
}
.footer__contacts, .footer__phone, .footer__feedback, .footer__location, .footer__right, .footer__policy, .footer__copyright {
  display: flex;
  flex-direction: column;
}
.footer__contacts {
  row-gap: 16px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .footer__contacts {
    row-gap: 20px;
    margin: 0 0 32px 0;
  }
}
.footer__phone-link {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.footer__phone-link:focus-visible, .footer__phone-link:hover {
  color: #476BF0;
}
.footer__phone-text, .footer__feedback-text, .footer__location-text, .footer__policy-link, .footer__cookie, .footer__copyright-text, .footer__app-platform {
  font-size: 13px;
  line-height: 16px;
  color: #6A6E80;
}
@media (min-width: 1304px) {
  .footer__phone-text, .footer__feedback-text, .footer__location-text, .footer__policy-link, .footer__cookie, .footer__copyright-text, .footer__app-platform {
    font-size: 14px;
    line-height: 18px;
  }
}
.footer__app {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin: 0 0 24px 0;
}
@media (min-width: 768px) {
  .footer__app {
    margin: 0 0 32px 0;
  }
}
.footer__app:focus-visible .footer__app-name, .footer__app:hover .footer__app-name {
  color: #476BF0;
}
.footer__app:focus-visible .footer__app-platform, .footer__app:hover .footer__app-platform {
  color: #1E222E;
}
.footer__app-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.footer__app-name {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1304px) {
  .footer__app-name {
    font-size: 16px;
    line-height: 22px;
  }
}
.footer__app-text {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.footer__feedback {
  row-gap: 12px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .footer__feedback {
    margin: 0 0 32px;
  }
}
.footer__feedback-btn {
  width: 160px;
}
.footer__location {
  row-gap: 6px;
}
.footer__location-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #476BF0;
}
@media (min-width: 1304px) {
  .footer__location-link {
    font-size: 16px;
    line-height: 22px;
  }
}
.footer__location-link:focus-visible, .footer__location-link:hover {
  color: #2F54DF;
}
.footer__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
@media (min-width: 768px) {
  .footer__nav-list {
    max-width: 300px;
    gap: 16px 0;
  }
}
@media (min-width: 1304px) {
  .footer__nav-list {
    max-width: 400px;
    margin: 11px 0 0 0;
  }
}
.footer__nav-item {
  display: flex;
}
.footer__nav-link {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1304px) {
  .footer__nav-link {
    font-size: 16px;
    line-height: 22px;
  }
}
.footer__nav-link:focus-visible, .footer__nav-link:hover {
  color: #476BF0;
}
@media (min-width: 768px) {
  .footer__right {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .footer__right {
    grid-column: auto;
  }
}
.footer__policy {
  row-gap: 8px;
  margin: 0 0 32px 0;
}
@media (min-width: 768px) {
  .footer__policy {
    row-gap: 10px;
    margin: 0 0 32px 0;
  }
}
@media (min-width: 1024px) {
  .footer__policy {
    row-gap: 12px;
  }
}
@media (min-width: 1304px) {
  .footer__policy {
    max-width: 395px;
  }
}
.footer__policy-link:focus-visible, .footer__policy-link:hover {
  color: #1E222E;
}
.footer__cookie, .footer__socials {
  margin: 0 0 24px 0;
}
@media (min-width: 768px) {
  .footer__cookie, .footer__socials {
    margin: 0 0 32px 0;
  }
}
.footer__copyright-text {
  margin: 0;
}
.footer__copyright {
  row-gap: 8px;
  margin: 0 0 24px 0;
}
@media (min-width: 768px) {
  .footer__copyright {
    margin: 0 0 20px 0;
  }
}
.footer__copyright-date {
  font-size: 10px;
  line-height: 12px;
  color: rgba(106, 110, 128, 0.4);
}
.footer__language-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 13px;
  line-height: 16px;
  color: #6A6E80;
}
.footer__language-link:focus-visible, .footer__language-link:hover {
  color: #1E222E;
}

.btn {
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 20px;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #1E222E;
  background-color: #E3E5EB;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.btn[disabled] {
  cursor: default;
}
.btn:focus-visible, .btn:hover {
  background-color: #D2D4DA;
}
.btn--secondary {
  padding: 19px 32px;
  color: #FFFFFF;
  background-color: #476BF0;
}
.btn--secondary:focus-visible, .btn--secondary:hover {
  background-color: #3356D7;
}
.btn--tertiary {
  color: #FFFFFF;
  padding: 15px 24px;
  background-color: #1E222E;
}
.btn--tertiary:focus-visible, .btn--tertiary:hover {
  background-color: #383F52;
}
.btn--quaternary {
  padding: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  background-color: #EDEDEE;
}
@media (min-width: 768px) {
  .btn--quaternary {
    font-size: 13px;
    line-height: 16px;
  }
}
.btn--arrow {
  padding: 0;
}

.btn-icon {
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  outline: none;
  color: #1E222E;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.btn-icon__icon {
  width: 24px;
  height: 24px;
}
.btn-icon:hover, .btn-icon:focus-visible {
  color: #476BF0;
}
.btn-icon--light {
  color: #A3A7BC;
}

.socials {
  display: flex;
  gap: 8px;
  padding: 0;
  list-style: none;
}
.socials__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #E3E5EB;
}
.socials__link:focus-visible, .socials__link:hover {
  background-color: #D2D4DA;
}

@media (min-width: 1024px) {
  .breadcrumbs {
    margin: 20px 0 0 0;
  }
}
.breadcrumbs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0 19px;
}
.breadcrumbs__item {
  color: #6A6E80;
}
.breadcrumbs__item:last-child {
  color: #1E222E;
}
.breadcrumbs__link {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  color: inherit;
}
@media (min-width: 1024px) {
  .breadcrumbs__link {
    font-size: 14px;
    line-height: 18px;
  }
}
.breadcrumbs__link:not(span)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #6A6E80;
  transform: translate3d(0, -50%, 0);
}

.search-results {
  overflow: hidden;
  padding: 39px 0 60px 0;
}
@media (min-width: 768px) {
  .search-results {
    padding: 40px 0 80px 0;
  }
}
@media (min-width: 1024px) {
  .search-results {
    padding: 40px 0 100px 0;
  }
}
.search-results__title {
  position: relative;
  margin: 0 0 28px 0;
  padding: 0 0 27px 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .search-results__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    padding: 0 0 31px 0;
    margin: 0 0 32px 0;
  }
}
@media (min-width: 1024px) {
  .search-results__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    padding: 0 0 39px 0;
    margin: 0 0 80px 0;
  }
}
.search-results__title::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 1px;
  transform: translate3d(-50%, 0, 0);
  background-color: #DBDFEC;
}
.search-results__form {
  margin: 0 0 60px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .search-results__form {
    margin: 0 auto 60px;
  }
}
@media (min-width: 1024px) {
  .search-results__form {
    margin: 0 auto 80px;
    width: 806px;
  }
}
.search-results__main-list {
  list-style: none;
  padding: 0;
  margin: 0 0 62px 0;
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .search-results__main-list {
    margin: 0 auto 40px;
  }
}
@media (min-width: 1024px) {
  .search-results__main-list {
    margin: 0 auto 60px;
    gap: 16px;
    width: 806px;
    gap: 60px;
  }
}
.search-results__page-number {
  margin: 0 0 40px 0;
}
@media (min-width: 1024px) {
  .search-results__page-number {
    margin: 0 0 60px 0;
  }
}
.search-results__link {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.search-results__link-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
@media (min-width: 768px) {
  .search-results__link-text {
    font-size: 14px;
    line-height: 18px;
  }
}
.search-results__link-logo {
  width: 66px;
  height: 20px;
}

.search-results-card__title {
  margin: 0 0 12px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .search-results-card__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.search-results-card__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .search-results-card__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.search-results-card__text-bold {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .search-results-card__text-bold {
    font-size: 16px;
    line-height: 22px;
  }
}
.search-results-card:hover .search-results-card__title, .search-results-card:focus .search-results-card__title {
  color: #476BF0;
}
.search-results-card:focus {
  outline: none;
}

.page-number__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
  justify-content: center;
}
.page-number__link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.page-number__link:hover, .page-number__link:focus {
  background-color: #D2D4DA;
  outline: none;
}
.page-number__link--active {
  background-color: #1E222E;
  color: #FFFFFF;
}
.page-number__link-number {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
.page-number__button {
  width: 40px;
  height: 40px;
  background-color: #F4F6FA;
}
.page-number__button[disabled] {
  background-color: #F3F3F3;
}
.page-number__button[disabled] .page-number__button-icon {
  color: #AEAEAE;
}
.page-number__button-icon {
  color: #1E222E;
}

.custom-search {
  width: 100%;
  position: relative;
}
.custom-search__field {
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 8px;
  color: #000000;
  padding: 16px 75px 16px 15px;
  border: 1px solid #CCCFDE;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .custom-search__field {
    padding: 18px 83px 18px 19px;
  }
}
.custom-search__field:hover {
  border-color: #7F8499;
}
.custom-search__field:focus-visible {
  outline: unset;
  border-color: #476BF0;
}
.custom-search__field:not(:-moz-placeholder) ~ .custom-search__clear-button {
  display: block;
}
.custom-search__field:not(:placeholder-shown) ~ .custom-search__clear-button {
  display: block;
}
.custom-search__field:not(:-moz-placeholder) ~ .custom-search__button-clear {
  display: flex;
}
.custom-search__field:not(:placeholder-shown) ~ .custom-search__button-clear {
  display: flex;
}
.custom-search__button-clear {
  position: absolute;
  top: 50%;
  right: 52px;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 768px) {
  .custom-search__button-clear {
    right: 60px;
  }
}
.custom-search__button-search {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: flex;
}
@media (min-width: 768px) {
  .custom-search__button-search {
    right: 20px;
  }
}

.prompts__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .prompts__list {
    gap: 8px;
  }
}
.prompts__item {
  flex-shrink: 0;
}
.prompts__link {
  display: flex;
  background-color: #EDEDEE;
  padding: 12px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.prompts__link-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  .prompts__link-text {
    font-size: 13px;
    line-height: 16px;
  }
}
.prompts__link:hover, .prompts__link:focus {
  background-color: #D2D4DA;
  outline: none;
}

.form {
  display: flex;
  gap: 16px;
}
.form__button {
  background-color: #476BF0;
  color: #FFFFFF;
  width: 110px;
  display: none;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .form__button {
    display: block;
  }
}
.form__button:hover, .form__button:focus {
  background-color: #3356D7;
  outline: none;
}

.modal {
  display: none;
  position: absolute;
  position: fixed;
  left: 0;
  top: 70px;
  background-color: #FFFFFF;
  width: 100%;
}
@media (min-width: 768px) {
  .modal {
    top: 79px;
    border-top: 1px solid #DBDFEC;
  }
}
@media (min-width: 1024px) {
  .modal {
    top: 72px;
    border-top: none;
  }
}
.modal--active {
  display: block;
}
.modal::after {
  content: "";
  z-index: 10;
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(30, 34, 46, 0.5);
  pointer-events: none;
}
.modal__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 25px 15px 40px;
  z-index: 100;
  background-color: #FFFFFF;
  border-radius: 0 0 24px 24px;
}
@media (min-width: 360px) {
  .modal__wrapper {
    padding: 25px 15px 40px;
  }
}
@media (min-width: 768px) {
  .modal__wrapper {
    padding: 40px 20px;
  }
}
@media (min-width: 1024px) {
  .modal__wrapper {
    padding: 40px 40px;
    border-radius: 0 0 40px 40px;
  }
}
@media (min-width: 1304px) {
  .modal__wrapper {
    padding: 60px 40px;
    margin: 0 auto;
  }
}
.modal__form {
  margin: 0 0 20px 0;
}
@media (min-width: 1304px) {
  .modal__form {
    width: 1224px;
    margin: 0 auto 20px;
  }
}
@media (min-width: 1304px) {
  .modal__prompts {
    width: 1224px;
    margin: 0 auto;
  }
}

.cookies {
  position: absolute;
  padding: 12px 16px 12px 12px;
  display: flex;
  align-items: center;
  width: 330px;
  bottom: 20px;
  right: 15px;
  border-radius: 12px;
  box-shadow: 0px 6px 20px 0px rgba(50, 54, 65, 0.2);
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .cookies {
    width: 380px;
    right: 20px;
    padding: 16px 20px 16px 16px;
  }
}
.cookies__text {
  flex-grow: 1;
  padding: 0 16px 0 0;
  margin: 0 16px 0 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  border-right: 1px solid #DBDFEC;
}
@media (min-width: 768px) {
  .cookies__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 768px) {
  .cookies__text {
    font-size: 13px;
    line-height: 16px;
    margin: 0 20px 0 0;
  }
}
.cookies__link-policy {
  color: #476BF0;
}
.cookies__button-close {
  flex-grow: 0;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .cookies__button-close {
    width: 24px;
    height: 24px;
  }
}
.cookies__button-close-icon {
  width: 100%;
  height: 100%;
}
.cookies__link-policy:hover, .cookies__link-policy:focus {
  text-decoration: underline;
  outline: none;
}

.button-like {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-color: #1E222E;
  position: absolute;
  bottom: 131px;
  right: 15px;
}
@media (min-width: 768px) {
  .button-like {
    bottom: 156px;
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .button-like {
    bottom: 184px;
  }
}
.button-like__icon {
  color: #FFFFFF;
}
.button-like:hover, .button-like:focus-visible {
  background-color: #383F52;
  outline: none;
}

.empty-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 60px 0;
}
@media (min-width: 768px) {
  .empty-search {
    flex-direction: row;
    justify-content: center;
    padding: 20px 0 0 0;
    margin: 0 0 80px 0;
  }
}
@media (min-width: 1024px) {
  .empty-search {
    padding: 0;
  }
}
.empty-search__image {
  margin: 0 0 20px 0;
  width: 140px;
  height: 140px;
}
@media (min-width: 768px) {
  .empty-search__image {
    margin: 0 40px 0 0;
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 1024px) {
  .empty-search__image {
    margin: 0 60px 0 0;
    width: 240px;
    height: 240px;
  }
}
.empty-search__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 12px 0;
}
@media (min-width: 768px) {
  .empty-search__title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .empty-search__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.empty-search__note {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .empty-search__note {
    font-size: 16px;
    line-height: 22px;
  }
}/*# sourceMappingURL=style.css.map */