/* 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;
  -moz-appearance: none;
       appearance: none;
}

/**
* 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;
  -moz-appearance: none;
       appearance: none; /* 1 */
}

/**
* 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 {
  font: inherit; /* 2 */
  -webkit-appearance: button;
  appearance: none; /* 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;
}

@font-face {
  font-family: "Exo-2";
  src: url("../fonts/Exo2-Regular.woff2") format("woff2"), url("../fonts/Exo2-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo-2";
  src: url("../fonts/Exo2-Medium.woff2") format("woff2"), url("../fonts/Exo2-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo-2";
  src: url("../fonts/Exo2-Bold.woff2") format("woff2"), url("../fonts/Exo2-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo-2";
  src: url("../fonts/Exo2-SemiBold.woff2") format("woff2"), url("../fonts/Exo2-SemiBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  font-family: "Exo-2", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #242424;
  margin: 0;
  padding: 0;
  background-color: #f4f4f5;
}

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

a {
  color: #242424;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1439px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.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%);
}

/* Blocks */
/* ------------------------------------ */
.header {
  padding: 20px 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .header {
    padding: 8px 0;
  }
}
.header__content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.header__logo-link {
  width: 140px;
  height: 40px;
}
@media (max-width: 767px) {
  .header__logo-link {
    width: 111px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .header__logo-icon {
    width: 111px;
    height: 42px;
  }
}
.header__btn-wrapper {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .header__btn-wrapper {
    gap: 15px;
  }
}
.header__burger, .header__favorites {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .header__burger {
    width: 36px;
    height: 36px;
  }
}
.header__favorites-icon {
  width: 22px;
  height: 20px;
  fill: #ffffff;
  color: #242424;
}
@media (max-width: 767px) {
  .header__favorites-icon {
    width: 19px;
    height: 18px;
  }
}
.header__burger-icon {
  width: 36px;
  height: 14px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .header__burger-icon {
    width: 32px;
  }
}

.footer {
  background-color: #000000;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
}
.footer__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 20px;
}
@media (max-width: 1439px) {
  .footer__content {
    grid-template-columns: 140px 253px 111px;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .footer__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer__logo-link svg {
  width: 140px;
  height: 40px;
}
@media (max-width: 767px) {
  .footer__logo-link svg {
    width: 111px;
    height: 32px;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.footer__info-tel {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .footer__info-tel {
    font-size: 24px;
    line-height: 28px;
  }
}
.footer__info-tel:hover {
  transition: 0.2s ease-in;
  color: #9e5fc4;
}
.footer__info-tel:focus {
  transition: 0.2s ease-in;
  color: #9e5fc4;
  outline: none;
}
.footer__info-description {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

.btn {
  width: 263px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  border-radius: 60px;
  background-color: transparent;
  color: #9e5fc4;
  border: 1px solid #9e5fc4;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.btn:hover {
  background-color: #9e5fc4;
  color: #ffffff;
  transition: 0.2s ease-in;
}
.btn:focus {
  background-color: #9e5fc4;
  color: #ffffff;
  transition: 0.2s ease-in;
  outline: none;
}
@media (max-width: 1439px) {
  .btn {
    width: 245px;
  }
}
@media (max-width: 767px) {
  .btn {
    width: 240px;
  }
}
.btn--bg-lilac {
  background-color: #9e5fc4;
  border: none;
  color: #ffffff;
}
.btn--size-small {
  width: 154px;
}
@media (max-width: 767px) {
  .btn--size-small {
    width: 163px;
  }
}
.btn--icon {
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.btn--icon:hover {
  background-color: transparent;
}
.btn--icon svg {
  width: 22px;
  height: 20px;
  flex-shrink: 0;
}

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(158, 95, 196, 0.5);
  color: #9e5fc4;
  transition: 0.2s ease-out;
}
@media (max-width: 767px) {
  .social__link {
    width: 40px;
    height: 40px;
  }
}
.social__link:hover {
  background-color: #ffffff;
  transition: 0.2s ease-in;
}
.social__link:focus {
  background-color: #ffffff;
  transition: 0.2s ease-in;
  outline: none;
}
.social__link-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.breadcrumbs {
  padding: 15px 0 0;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 0 0;
    margin: 0 0 20px 0;
  }
}
.breadcrumbs__list {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__link {
  display: block;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
@media (max-width: 767px) {
  .breadcrumbs__link {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
}
.breadcrumbs__link--active {
  color: #a1a1a1;
}
.breadcrumbs__link:not(.breadcrumbs__link--active)::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #a1a1a1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
}

.tours {
  margin: 0 0 55px;
}
@media (max-width: 767px) {
  .tours {
    margin: 0 0 38px;
  }
}
.tours__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1439px) {
  .tours__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
}
@media (max-width: 767px) {
  .tours__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.tours__item--flat {
  grid-column: span 2;
}
@media (max-width: 1439px) {
  .tours__item--flat-small {
    grid-column: 1;
  }
}

.card-tour {
  display: flex;
  flex-direction: column;
  min-height: 528px;
  height: 100%;
  border-radius: 24px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .card-tour {
    min-height: 504px;
  }
}
@media (max-width: 767px) {
  .card-tour {
    min-height: 453px;
  }
}
@media (max-width: 1439px) {
  .card-tour--flat {
    min-height: 480px;
  }
}
@media (max-width: 767px) {
  .card-tour--flat {
    min-height: 453px;
  }
}
.card-tour--flat .card-tour__content-bottom {
  flex-direction: row;
}
@media (max-width: 767px) {
  .card-tour--flat .card-tour__content-bottom {
    flex-direction: column;
    gap: 20px;
  }
}
.card-tour__img {
  width: 100%;
  height: 240px;
}
@media (max-width: 1439px) {
  .card-tour__img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .card-tour__img {
    height: 160px;
  }
}
@media (max-width: 1439px) {
  .card-tour__img--flat {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .card-tour__img--flat {
    height: 160px;
  }
}
.card-tour__content {
  display: flex;
  flex-direction: column;
  padding: 20px 30px 30px 30px;
  height: 100%;
}
@media (max-width: 1439px) {
  .card-tour__content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .card-tour__content {
    justify-content: space-between;
    flex-grow: 1;
  }
}
.card-tour__content-top {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 5px;
}
.card-tour__title {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.02em;
  margin: 0;
  color: #9e5fc4;
  font-weight: 700;
}
@media (max-width: 1439px) {
  .card-tour__title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .card-tour__title {
    font-size: 22px;
    line-height: 26px;
  }
}
.card-tour__title-gray {
  color: #242424;
  font-weight: 400;
}
.card-tour__label-wrap {
  display: flex;
  gap: 5px;
  margin: 0 0 0 auto;
}
.card-tour__label-info {
  border-radius: 60px;
  background-color: #f9efcd;
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media (max-width: 767px) {
  .card-tour__label-info {
    gap: 2px;
  }
}
.card-tour__label-info--bg-violet {
  background-color: #f2e5fa;
}
@media (max-width: 767px) {
  .card-tour__label-info--bg-violet {
    display: none;
  }
}
.card-tour__label-info--tablet {
  display: none;
}
.card-tour__label-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .card-tour__label-icon {
    width: 12px;
    height: 11px;
  }
}
.card-tour__label-text {
  font-size: 13px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .card-tour__label-text {
    font-size: 12px;
  }
}
.card-tour__text {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 16px;
}
@media (max-width: 1439px) {
  .card-tour__text {
    margin: 0 0 35px;
  }
}
@media (max-width: 767px) {
  .card-tour__text {
    font-size: 13px;
    line-height: 16px;
    width: 288px;
    margin: 0;
  }
}
@media (max-width: 1439px) {
  .card-tour__text--flat {
    margin: 0 0 47px;
  }
}
@media (max-width: 767px) {
  .card-tour__text--flat {
    margin: 0 0 20px;
  }
}
.card-tour__content-bottom {
  margin: auto 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1439px) {
  .card-tour__content-bottom {
    margin: 0;
    justify-content: flex-end;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .card-tour__content-bottom {
    justify-content: flex-end;
    flex-grow: 1;
  }
}
.card-tour__price-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 1439px) {
  .card-tour__price-wrap {
    gap: unset;
  }
}
.card-tour__price {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .card-tour__price {
    gap: 2px;
  }
}
.card-tour__price-icon {
  width: 22px;
  height: 20px;
  flex-shrink: 0;
}
.card-tour__price-text {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .card-tour__price-text {
    font-size: 12px;
    line-height: 16px;
  }
}
.card-tour__btns-wrap {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 17px;
}
.card-tour__btn-icon {
  fill: #ffffff;
  color: #9e5fc4;
}
.card-tour__btn-favorites {
  cursor: pointer;
}
@media (max-width: 767px) {
  .card-tour__btn-favorites {
    cursor: unset;
  }
}
.card-tour__btn-favorites:focus {
  outline: none;
}
.card-tour__btn-favorites--active .card-tour__btn-icon {
  fill: #9e5fc4;
  color: #9e5fc4;
}

.best-tours {
  margin: 0 0 78px;
}
@media (max-width: 1439px) {
  .best-tours {
    margin: 0 0 60px;
  }
}
.best-tours__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.02em;
  margin: 0 0 30px;
}
@media (max-width: 1439px) {
  .best-tours__title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .best-tours__title {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 15px;
  }
}
.best-tours__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20px;
  grid-template-columns: 350px 350px 380px;
}
@media (max-width: 1439px) {
  .best-tours__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .best-tours__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.best-tours__item--grid-vertical {
  grid-column: 3;
  grid-row: 1/3;
}
@media (max-width: 1439px) {
  .best-tours__item--grid-vertical {
    grid-column: 1/-1;
    grid-row: 3;
  }
}
@media (max-width: 767px) {
  .best-tours__item--grid-vertical {
    order: 1;
  }
}
.best-tours__item--grid-flat {
  grid-column: 1/3;
}

.best-tour-card {
  border-radius: 24px;
  background-color: #e0e5fa;
  padding: 20px 30px;
  min-height: 332px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1439px) {
  .best-tour-card {
    min-height: unset;
  }
}
.best-tour-card--bg-green {
  background-color: #d2e8e5;
}
.best-tour-card--bg-blue {
  background-color: #e0effa;
}
.best-tour-card__img {
  border: 4px solid #9e5fc4;
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  margin: 0 0 20px;
  border-radius: 200px;
}
@media (max-width: 1439px) {
  .best-tour-card__img {
    width: 100px;
    height: 100px;
    margin: 0 0 15px;
  }
}
.best-tour-card__name {
  color: #9e5fc4;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.02em;
  margin: 0;
}
@media (max-width: 1439px) {
  .best-tour-card__name {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .best-tour-card__name {
    font-size: 22px;
    line-height: 24px;
  }
}
.best-tour-card__text {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 20px;
}
@media (max-width: 1439px) {
  .best-tour-card__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.best-tour-card__info {
  margin: 0 0 20px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .best-tour-card__info {
    font-size: 14px;
    line-height: 18px;
    width: 588px;
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .best-tour-card__info {
    width: 295px;
    font-size: 13px;
    line-height: 16px;
  }
}

.review-card {
  height: 100%;
  flex-shrink: 0;
  border-radius: 24px;
  background: linear-gradient(87deg, #5839B0 1.65%, #4162B8 100%);
  padding: 30px 30px 20px 30px;
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 40px;
}
@media (max-width: 1439px) {
  .review-card {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .review-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.review-card__wrap {
  display: flex;
  gap: 21px;
  flex-direction: column;
}
.review-card__text {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin: 0;
}
@media (max-width: 1439px) {
  .review-card__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.review-card__description {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .review-card__description {
    flex-direction: column;
    align-items: unset;
    gap: 5px;
  }
}
.review-card__name {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
}
.review-card__link {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}
.review-card__link-icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.review-card__img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 200px;
}
@media (max-width: 767px) {
  .review-card__picture {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */