/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*! 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;
}
*, *:before, *:after {
  box-sizing: border-box;
  line-height: 1.5;
}
body {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  color: #282828;
  font-size: 16px;
}
body p {
  margin-top: 0;
}
.header {
  background-image: url("../img/Start.jpg");
  background-color: #282828;
  background-size: 810px;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 384px;
  display: flex;
  flex-direction: column;
}
.header__menu {
  height: 72px;
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.header__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 288px;
  color: #e5e5e5;
  flex-grow: 1;
}
.header__title {
  margin: 24px 0 6px;
}
.header__title .letter {
  font-size: 64px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.header__company {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: 0.02em;
}
.header__description {
  font-size: 14px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  overflow-y: hidden;
  width: 291px;
}
.menu {
  z-index: 10;
}
.menu__button {
  width: 28px;
  height: 20px;
  padding: 0.125rem;
  background-color: #282828;
  border: none;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu__button span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 4px;
}
.menu__list {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #282828;
  width: 0;
  height: 100%;
  transition: 0.3s;
  overflow-x: hidden;
  z-index: 10;
}
.menu__list-item {
  text-transform: uppercase;
  margin: 0 18px;
  padding: 24px 0;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: right;
  border-bottom: 1px solid rgba(229, 229, 229, 0.25);
  white-space: nowrap;
  position: relative;
}
.menu__list-item--first {
  display: flex;
  justify-content: space-between;
  height: 24px;
  background-image: url("../img/LOGO.svg");
  background-repeat: no-repeat;
  background-size: auto 24px;
  background-position: 0 center;
  cursor: pointer;
  padding: 38px 0;
}
.menu__list-item--first:after {
  content: "";
  background-image: url("../img/header__cross.svg");
  background-repeat: no-repeat;
  background-position: right;
  width: 24px;
  height: 24px;
  color: #e5e5e5;
}
.menu__list-link {
  text-decoration: none;
  font: inherit;
  color: #e5e5e5;
}
.menu__list-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.background {
  background-image: url("../img/bgall.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 36px;
}
.section {
  padding: 36px 12px 26px;
  outline: none;
}
.section--first {
  padding-top: 72px;
}
.section--last {
  padding-bottom: 72px;
}
.section__link {
  color: #282828;
}
.section__title {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: bold;
  margin-top: 26px;
  margin-bottom: 24px;
}
.section__title--first {
  display: inline-block;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  font-size: 36px;
  color: white;
  background-color: #282828;
  padding: 10px 12px 10px 12px;
  margin: 0 -12px 36px;
  border-radius: 0 2px 2px 0;
}
.section__title--first::after {
  content: "";
  display: block;
  height: 4px;
  width: calc(100% + 12px);
  margin-left: -12px;
  background-color: #e5e5e5;
}
.section__carousel {
  margin: 38px 0 10px;
}
.section__review {
  position: relative;
  margin-top: 12px;
}
.list {
  list-style-type: none;
  margin: 0 0 0 16px;
  padding: 0;
}
.list__item {
  margin-bottom: 10px;
}
.list__item-title {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 18px;
  margin: 10px 0 6px;
  font-weight: bold;
}
.list--with-style .list__item::before {
  content: "";
  border-color: transparent #111;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1em;
  position: relative;
}
.list__text {
  margin-bottom: 12px;
}
.list--ordered {
  counter-reset: item;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list--ordered .list__item {
  display: flex;
  margin-top: -10px;
  margin-bottom: 24px;
}
.list--ordered .list__item::before {
  border: none;
  position: static;
  display: block;
  width: 72px;
  height: 72px;
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  font-size: 64px;
  margin-right: 18px;
}
.list--ordered .list__item:last-child {
  margin-bottom: 0;
}
.modal {
  font-size: 14px;
  line-height: 18px;
  max-width: 350px;
}
.modal__title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 20px;
}
.modal__organization {
  font-weight: bold;
}
.modal__list-title {
  list-style: none;
  margin-left: -40px;
  margin-bottom: 10px;
}
.modal__image {
  width: 100%;
}
.carousel__card {
  box-sizing: border-box;
  border: 1px solid black;
  min-width: 95px;
  width: 95px;
  height: 95px;
  border-radius: 2px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: grayscale(100%);
  transition: 0.3s;
}
.carousel__card:hover {
  filter: none;
}
.carousel__image {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
}
.project__list {
  list-style-type: none;
  margin: 12px 0 0;
  padding: 0;
}
.project__list-item {
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.project__list-item:hover .project__image-block, .project__list-item:focus .project__image-block, .project__list-item:focus-within .project__image-block {
  filter: none;
}
.project__list-item:last-child {
  margin-bottom: 10px;
}
.project__image-block {
  border: 1px solid black;
  box-sizing: border-box;
  border-radius: 2px;
  min-width: 96px;
  height: 96px;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  filter: grayscale(100%);
}
.project__image {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
}
.project__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}
.project__title {
  display: inherit;
  color: #282828;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-bottom: 10px;
}
.project__title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.project__description {
  justify-self: end;
  padding: 0;
  margin: 0;
}
.card {
  margin: 0 auto;
  padding: 18px 18px 0;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 4px;
  background-color: white;
  max-height: 505px;
  max-width: 288px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.card__text {
  flex-shrink: 0;
  font-style: italic;
  font-size: inherit;
  min-height: 100px;
}
.card__director {
  flex-shrink: 0;
  font-size: 11px;
  margin-bottom: 0;
  min-height: 70px;
}
.card__director-name {
  font-size: 11px;
  display: block;
  padding-top: 5px;
}
.card__image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  font-family: "object-fit: cover; object-position: top";
  margin-left: -5px;
}
.owl-theme .custom-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.owl-theme .custom-nav .owl-prev, .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 60px;
  width: 40px;
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  font-size: 50px;
  opacity: 0.5;
}
.owl-theme .custom-nav .owl-prev:hover, .owl-theme .custom-nav .owl-prev:focus, .owl-theme .custom-nav .owl-next:hover, .owl-theme .custom-nav .owl-next:focus {
  background: none;
  color: black;
  opacity: 1;
}
.owl-theme .custom-nav .owl-prev {
  left: 0;
  text-align: start;
}
.owl-theme .custom-nav .owl-next {
  right: 0;
  text-align: end;
}
.footer {
  background-image: url("../img/footer/End.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__container {
  display: flex;
  flex-direction: column;
}
.footer__map {
  filter: grayscale(100%);
  transition: 0.3s;
}
.footer__map:hover {
  filter: none;
}
@media (max-width: 767px) {
  .footer__map {
    height: 30vh;
  }
}
.footer__about {
  min-height: 360px;
  color: #e5e5e5;
  font-size: 14px;
  padding: 40px 20px;
}
.footer__about > *:not(:last-child) {
  margin-bottom: 35px;
}
.footer__address-item {
  margin-bottom: 10px;
}
.footer__company {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.footer__contacts-item {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.footer__phone-image {
  background-image: url("../img/footer/phone.svg");
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.footer__fax-image {
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 20px;
  background-image: url("../img/footer/file.svg");
}
.footer__email-image {
  background-image: url("../img/footer/email.svg");
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 20px;
}
@media (min-width: 768px) {
  * {
    font-size: 18px;
  }

  .menu__list-item {
    font-size: 20px;
    letter-spacing: 0.03em;
  }

  .header {
    background-size: 1170px;
    height: 576px;
  }
  .header__menu {
    padding: 0 24px;
    height: 135px;
  }
  .header__content {
    height: 506px;
  }
  .header__title {
    margin-top: 60px;
  }
  .header__title .letter {
    font-weight: bold;
    font-size: 72px;
    line-height: 84px;
    letter-spacing: 0.03em;
  }
  .header__company {
    font-size: 18px;
  }
  .header__description {
    font-size: 18px;
    width: 576px;
  }

  .modal {
    font-size: 16px;
    line-height: 20px;
    padding: 64px;
    max-width: 645px;
  }
  .modal__title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.03em;
  }
  .modal__organization {
    font-weight: bold;
    line-height: 24px;
  }
  .modal__list-title {
    list-style: none;
    margin-left: -40px;
    margin-bottom: 10px;
  }

  .carousel__card {
    width: 168px;
    height: 168px;
  }
  .carousel__image {
    width: 120px;
    height: 120px;
  }

  .list__item--ordered::before {
    font-size: 72px;
  }
  .list__item-title {
    font-size: 24px;
    letter-spacing: 0.03em;
  }

  .project__title {
    letter-spacing: 0.03em;
  }
  .project__image-block {
    min-width: 146px;
    height: 146px;
  }
  .project__image {
    width: 72px;
    height: 72px;
  }
  .project__description {
    font-size: 16px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section__title {
    letter-spacing: 0.03em;
  }
  .section__title--first {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 48px;
    padding: 10px 24px;
    margin: 0 -24px 36px;
  }
  .section__title--first::after {
    width: calc(100% + 24px);
    margin-left: -24px;
  }

  .section__2columns {
    display: flex;
  }
  .section__2columns > * {
    flex: 50%;
  }
  .section__2columns > :last-child {
    margin-left: 35px;
  }

  .card {
    max-width: 358px;
    max-height: 350px;
    font-size: 12px;
    opacity: 0.2;
    tab-index: -1;
  }
  .card__text {
    min-height: 70px;
  }
  .card__director {
    min-height: 50px;
  }
  .card__link {
    tab-index: -1;
    color: #282828;
    pointer-events: none;
  }

  .review .owl-item {
    margin: 100px 0;
    transition: 0.3s;
  }

  .review .owl-item.center {
    transform: scale(1.55);
    z-index: 1;
  }
  .review .owl-item.center .card {
    opacity: 1;
  }
  .review .owl-item.center .card__link {
    tab-index: 0;
    pointer-events: initial;
  }

  .review .owl-item:not(.center) .card:hover {
    transition: 0.3s;
    opacity: 0.6;
    cursor: pointer;
  }

  .footer__container {
    flex-direction: row;
    margin: 0 auto;
    max-width: 720px;
    padding: 45px 0;
    height: 100%;
  }
  .footer__about {
    flex: 50%;
    padding: 0;
  }
  .footer__about > *:not(:last-child) {
    margin-bottom: 45px;
  }
  .footer__map {
    order: 1;
    flex: 50%;
    padding-right: 38px;
    min-width: 320px;
    min-height: 290px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card__text {
    min-height: 60px;
  }
  .card__director {
    min-height: 40px;
  }

  .footer__container {
    min-width: 950px;
  }
}
@media (min-width: 1200px) {
  .header {
    background-size: 2200px;
    background-position-y: -260px;
    height: 1024px;
  }
  .header__menu {
    height: 96px;
  }
  .header__content {
    height: 890px;
  }
  .header__title {
    margin-top: 270px;
  }
  .header__title .letter {
    font-size: 96px;
    line-height: 112px;
  }
  .header__company {
    font-size: 20px;
  }
  .header__description {
    font-size: 20px;
    width: 664px;
    display: block;
    margin-top: 150px;
  }

  .section {
    padding: 72px 0 60px;
    width: 1128px;
    margin: 0 auto;
  }
  .section--first {
    padding-top: 96px;
  }
  .section--last {
    padding-bottom: 96px;
  }
  .section__title--first {
    font-size: 56px;
    margin-left: calc((100vw - 1028px) / -2);
    padding-left: 0;
    margin-bottom: 86px;
  }
  .section__title--first::before {
    content: "";
    display: inline-block;
    background-color: #282828;
    width: calc((100vw - 1028px) / 2);
  }
  .section__carousel {
    margin-top: 72px;
  }

  .section__2columns > *:last-child {
    margin-left: 96px;
  }

  .carousel__item {
    min-width: 168px;
    height: 168px;
  }

  .list__item {
    margin-bottom: 48px;
  }
  .list__item-title {
    font-size: 24px;
  }

  .modal {
    font-size: 18px;
    line-height: 24px;
    max-width: 936px;
    padding: 72px;
  }
  .modal__title {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 32px;
  }
  .modal__organization {
    font-weight: bold;
    line-height: 24px;
  }
  .modal__list-title {
    list-style: none;
    margin-left: -40px;
    margin-bottom: 10px;
  }

  .project__image-block {
    min-width: 168px;
    height: 168px;
  }
  .project__title {
    font-size: 24px;
    font-weight: normal;
    text-decoration: none;
  }
  .project__title:hover, .project__title:focus {
    text-decoration: underline;
    font-weight: bold;
  }

  .card {
    max-width: 460px;
    max-height: 480px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .review .owl-item {
    margin: 144px 0;
  }

  .footer {
    height: 650px;
    background-size: 2200px;
  }
  .footer__container {
    min-width: 1128px;
    margin: auto;
    padding: 72px 0;
  }
  .footer__map {
    flex: 56.25%;
    padding-right: 0;
  }
  .footer__about {
    flex: 43.75%;
    padding-left: 96px;
  }
  .footer__about > *:not(:last-child) {
    margin-bottom: 72px;
  }
  .footer__about > *:last-child {
    margin-bottom: 72px;
  }
}
.mobile .carousel__card {
  filter: none;
}
.mobile .project__image-block {
  filter: none;
}
.mobile .footer__map {
  filter: none;
}
@-webkit-keyframes titles {
  0% {
    left: -516px;
  }
  100% {
    left: 0;
  }
}
@keyframes titles {
  0% {
    left: -516px;
  }
  100% {
    left: 0;
  }
}
.titles-animation {
  -webkit-animation-name: titles;
          animation-name: titles;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
@-webkit-keyframes letter_scale {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes letter_scale {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.letter {
  display: inline-block;
  transition: 0.25s;
}
.letter.letter_1.current, .letter.letter_1.end {
  color: #e0945c;
}
.letter.letter_2.current, .letter.letter_2.end {
  color: #f9dd52;
}
.letter.letter_3.current, .letter.letter_3.end {
  color: #a0c64c;
}
.letter.letter_4.current, .letter.letter_4.end {
  color: #3d665e;
}
.letter.letter_5.current, .letter.letter_5.end {
  color: #72a0d5;
}
.letter.letter_6.current, .letter.letter_6.end {
  color: #2c509f;
}
.letter.letter_7.current, .letter.letter_7.end {
  color: #873167;
}