@charset "UTF-8";

:root {
  /* Основные цвета */
  --color-text-primary: #020b17;
  --color-accent: #6776a1;
  /* Основное семейство */
  --font-primary: 'Roboto', sans-serif;
  /* Семейства-модификации */
  --font-condensed: 'Roboto Condensed', sans-serif;
  --font-semi-condensed: 'Roboto SemiCondensed', sans-serif;
  /* Акцентный/декоративный шрифт */
  --font-accent: 'IntroDemo', sans-serif;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* IntroDemo-BlackCAPS */
@font-face {
  font-family: "IntroDemo";
  src: url("../fonts/IntroDemo-BlackCAPS.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Roboto-Black */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Roboto-BlackItalic */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Roboto-Bold */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Roboto-ExtraBold */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Roboto-Regular */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Roboto-Thin */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Roboto_Condensed-Regular */
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto_Condensed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Roboto_Condensed-Thin */
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto_Condensed-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Roboto_SemiCondensed-Light */
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto_SemiCondensed-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Roboto_SemiCondensed-Regular */
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto_SemiCondensed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Roboto_SemiCondensed-Thin */
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto_SemiCondensed-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Roboto-Italic */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Roboto-ExtraLightItalic */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ExtraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto_Condensed-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/Roboto_Condensed-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/Roboto_Condensed-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/Roboto_Condensed-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  scrollbar-gutter: stable;
}

body {
  font-family: var(--font-primary);
  color: var(--color-text-primary);
  font-size: 1rem;
  line-height: normal;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.wrapper {
  display: grid;
  grid-template-areas: "header" "main" "footer";
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

main {
  grid-area: main;
}

.scroll-lock {
  overflow-y: hidden;
}

.btn {
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.header {
  position: absolute;
  left: 0;
  top: 136px;
  right: 0;
  z-index: 1;
  grid-area: header;
}

@media (max-height: 800px) {
  .header {
    top: 30px;
  }
}

@media (max-width: 480px) {
  .header {
    top: 30px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  gap: 115px;
}

@media (max-width: 768px) {
  .header__inner {
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.header__logo {
  font-family: var(--font-accent);
  font-size: clamp(1.125rem, 0.682vw + 0.989rem, 1.5rem);
  font-weight: 800;
  text-transform: uppercase;
  color: #333537;
}

.header__logo span {
  color: #6776a1;
}

.footer {
  width: 100%;
  grid-area: footer;
  background-color: #505359;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 95px 102px 53px 0;
}

@media (max-width: 1024px) {
  .footer__inner {
    padding: 103px 0 53px;
  }
}

@media (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    padding: 40px 0;
  }
}

.footer__company {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  height: fit-content;
}

@media (max-width: 768px) {
  .footer__company {
    align-items: flex-start;
    gap: 15px;
  }
}

.footer__company .decor {
  position: absolute;
  top: calc(50% + 100px);
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
  .footer__company .decor {
    max-width: 200%;
    top: 60%;
  }
}

@media (max-width: 768px) {
  .footer__company .decor {
    display: none;
  }
}

.footer__logo {
  position: relative;
  z-index: 1;
  font-family: var(--font-accent);
  font-size: clamp(2.188rem, 2.273vw + 1.733rem, 3.438rem);
  line-height: normal;
  font-weight: 800;
  text-transform: uppercase;
  color: #f0f3f9;
}

.footer__logo span {
  color: #7688ba;
}

.footer__email {
  position: relative;
  z-index: 1;
  font-family: var(--font-semi-condensed);
  font-size: 1.25rem;
  font-weight: 300;
  color: #ffffff55;
}

.container {
  max-width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
}

.nav--header {
  font-family: var(--font-condensed);
  font-size: clamp(1rem, 0.227vw + 0.955rem, 1.125rem);
  font-weight: 400;
  color: #020b17;
}

.nav--header ul {
  display: flex;
  align-items: center;
}

.nav--header li {
  display: flex;
  align-items: baseline;
}

.nav--header li:not(:last-child)::after {
  content: "|";
  font-family: var(--font-condensed);
  font-size: clamp(1rem, 0.227vw + 0.955rem, 1.125rem);
  font-weight: 400;
  color: #020b17;
}

.nav--header li a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 4px 16px;
  font-family: var(--font-condensed);
  font-size: clamp(1rem, 0.227vw + 0.955rem, 1.125rem);
  font-weight: 400;
  color: #020b17;
  text-transform: uppercase;
  transition: color 0.3s linear;
}

.nav--header li a:hover {
  color: var(--color-accent);
}

@media (max-width: 768px) {
  .nav--header ul {
    flex-direction: column;
    align-items: flex-end;
  }

  .nav--header li::after {
    display: none;
  }

  .nav--header li {
    justify-content: flex-end;
  }

  .nav--header a {
    text-align: right;
  }
}

.nav--footer .nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .nav--footer .nav__list {
    flex-direction: row;
  }
}

.burger {
  display: none;
  width: 30px;
  height: 25px;
  padding: 0;
  margin: 0;
  font-family: var(--font);
  border: 0;
  background: none;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .burger {
    display: block;
  }
}

@media (max-width: 480px) {
  .section {
    margin-bottom: 60px;
  }
}

.section__title {
  margin-bottom: 194px;
  font-family: var(--font-semi-condensed);
  font-size: clamp(1.875rem, 2.045vw + 1.466rem, 3rem);
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  color: #595a5d;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .section__title {
    margin-bottom: 100px;
  }
}

@media (max-width: 480px) {
  .section__title {
    margin-bottom: 40px;
  }
}

.intro {
  position: relative;
  overflow: hidden;
  margin-bottom: 88px;
}

.intro__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
}

@media (max-width: 1024px) {
  .intro__bg {
    transform: translateX(10%);
  }
}

@media (max-width: 768px) {
  .intro__bg {
    transform: translateX(20%);
    filter: opacity(0.4);
  }
}

.intro__content {
  margin-top: 133px;
  padding: 350px 0 370px;
}

@media (max-width: 1024px) {
  .intro__content {
    padding: 100px 0;
  }
}

@media (max-height: 800px) {
  .intro__content {
    padding: 100px 0;
  }
}

.intro__header {
  position: relative;
  width: fit-content;
}

.intro h1 {
  font-size: clamp(1.875rem, 2.955vw + 1.284rem, 3.5rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: normal;
}

.intro__languages {
  position: absolute;
  top: 3%;
  left: 42%;
  font-size: clamp(0.438rem, 0.706vw + 0.283rem, 0.813rem);
  font-weight: 400;
  text-transform: uppercase;
  color: #4c4f58;
  line-height: 1.2;
}

@media (max-width: 480px) {
  .intro__languages {
    top: 6px;
  }
}

.intro__map {
  position: absolute;
  top: 33%;
  right: 0;
  transform: translate(59%, -50%);
}

@media (max-width: 576px) {
  .intro__map {
    display: none;
  }
}

.intro__note {
  margin: 53px 0 135px auto;
  font-size: clamp(0.938rem, 0.227vw + 0.892rem, 1.063rem);
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
  color: #9b9292;
}

.intro__note strong {
  font-weight: 900;
}

@media (max-width: 480px) {
  .intro__note {
    margin: 30px 0 70px auto;
  }
}

.intro__text {
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  font-family: var(--font-semi-condensed);
  font-size: clamp(1.25rem, 0.455vw + 1.159rem, 1.5rem);
  font-weight: 300;
  color: #01040e84;
}

@media (max-width: 480px) {
  .intro__text {
    gap: 30px;
  }
}

.intro__text strong {
  font-weight: 400;
}

.services {
  margin-bottom: 213px;
}

@media (max-width: 768px) {
  .services {
    margin-bottom: 100px;
  }
}

@media (max-width: 480px) {
  .services {
    margin-bottom: 60px;
  }
}


.services__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 60px;

  @media (max-width: 480px) {
    grid-template-columns: 250px;
    justify-content: center;
  }
}

.services article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 62px;
}

@media (max-width: 768px) {
  .services article {
    gap: 20px;
  }
}

.services article h3 {
  font-family: va(--font-primary);
  font-size: clamp(1.375rem, 0.909vw + 1.193rem, 1.875rem);
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  color: #353536;
}

.services article ul {
  width: 100%;
  display: flex;
  gap: 2px 5px;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin: 0 auto;
  padding: 30px 60px;
  font-family: var(--font-condensed);
  font-size: clamp(1.125rem, 0.682vw + 0.989rem, 1.5rem);
  font-weight: 400;
  color: #35353685;
}

@media (max-width: 480px) {
  .services article ul {
    padding: 30px;
  }
}

.card {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px 30px;
  background-color: #f4f4f4;
  border-radius: 10px;
}

@media (max-width: 480px) {
  .card {
    align-items: flex-start;
    gap: 10px;

    padding: 15px;
  }
}

.card__pic {
  width: 88px;
  height: 88px;
  border-radius: 50%;
}

@media (max-width: 480px) {
  .card__pic {
    width: 60px;
    height: auto;
  }
}

.card__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card__content {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #646569;
}

@media (max-width: 576px) {
  .card__content {
    gap: 15px;
  }
}

.card__player-btn img {
  width: 30px;
}

.player-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('../img/icons/play.svg');
  background-size: contain;
}

.player-icon.pause {
  background-image: url('../img/icons/pause.svg');
}

.card__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #4d545d;
}

.card__title,
.card__desc {
  font-size: 1.25rem;
}

.card__title {
  font-weight: 400;
}

.card__desc {
  font-style: italic;
  font-weight: 200;
}

.card__btn-download {
  padding-left: 51px;
  text-transform: uppercase;
  font-size: 1rem;
  font-style: italic;
  text-align: left;
  color: #4d545d;
}

@media (max-width: 480px) {
  .card__btn-download {
    padding-left: 40px;
  }
}

.voices {
  margin-bottom: 277px;
}

@media (max-width: 768px) {
  .voices {
    margin-bottom: 100px;
  }
}

@media (max-width: 480px) {
  .voices {
    margin-bottom: 60px;
  }
}

.voices__title {
  color: #435991;
}

.voices__title-icon {
  margin-bottom: 41px;
  display: flex;
  justify-self: center;
}

@media (max-width: 768px) {
  .voices__title-icon {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .voices__title-icon {
    margin-bottom: 20px;
  }
}

.voices__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px 43px;
}

@media (max-width: 768px) {
  .voices__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.workflow {
  margin-bottom: 28px;
}

.workflow__title {
  color: #322d2d;
}

.workflow__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px 34px;
  margin-bottom: 155px;
}

@media (max-width: 768px) {
  .workflow__content {
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .workflow__content {
    margin-bottom: 30px;
  }
}

.workflow__card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 38px 34px;

  font-family: var(--font-condensed);
  color: #322d2d;
  border-radius: 10px;
  background-color: #dedede;
  height: 100%;
}

.workflow__card-title {
  margin: 0;
  min-height: 100px;
}

.workflow__card-text {
  margin: 0;
  flex: 1;
}

@supports (grid-template-rows: subgrid) {
  .workflow__content {
    grid-auto-rows: auto;
  }

  .workflow__card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 30px;
    flex-direction: unset;
    height: auto;
  }

  .workflow__card-title {
    min-height: auto;
    align-self: start;
  }

  .workflow__card-text {
    flex: unset;
  }
}

.workflow__card:nth-child(even) {
  background-color: #f2f2f2;
}

.workflow__card-title {
  font-size: clamp(1.125rem, 0.682vw + 0.989rem, 1.5rem);
  font-weight: 400;
}

.workflow__card-text {
  font-size: clamp(1rem, 0.227vw + 0.955rem, 1.125rem);
  font-weight: 300;
  font-style: italic;

  strong {
    font-weight: 500;
  }
}

@media (max-width: 480px) {
  .workflow__card-text {
    br {
      display: none;
    }
  }
}

.payment {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  justify-self: right;
}

@media (max-width: 576px) {
  .payment {
    justify-self: auto;
  }
}

.payment__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 40px;
}

@media (max-width: 576px) {
  .payment__items {
    gap: 10px;
  }
}

.payment__items img:first-child {
  translate: 0 4px;
}


@media (max-width: 576px) {
  .payment__items img {
    width: auto;
    max-width: 70px;
    max-height: 16px;
  }

  .payment__items img:first-child {
    translate: 0 3px;
    margin-right: -3px;
  }

  .payment__items img:nth-child(2) {
    max-height: 14px;

  }
}


.payment__caption {
  font-family: var(--font-condensed);
  font-size: clamp(0.938rem, 0.353vw + 0.86rem, 1.125rem);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.6em;
  color: #daa503;
  margin-right: -0.6em;
}

.contacts {
  max-width: 260px;
}

@media (max-width: 1024px) {
  .contacts {
    max-width: 100%;
  }
}

.contacts__title {
  text-align: left;
  margin-bottom: 75px;
  color: #dedede;
}

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

@media (max-width: 480px) {
  .contacts__title {
    margin-bottom: 20px;
  }
}

.contacts address {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 65px;
  font-family: var(--font-semi-condensed);
  font-size: clamp(1.125rem, 0.227vw + 1.08rem, 1.25rem);
  font-weight: 300;
  color: #bebec0;
  font-style: normal;
}

@media (max-width: 768px) {
  .contacts address {
    margin-bottom: 30px;
  }
}

.contacts__email,
.contacts__tel {
  font-weight: 400;
}

.contacts__address,
.contacts__working-hours {
  color: #121111;
}

.contacts__copy {
  font-size: 0.875rem;
  color: #bebec0;
  letter-spacing: 0.1em;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 27px;
  margin-bottom: 60px;
}