/*! 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 fonts 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 fonts 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of fonts size in all browsers.
 * 2. Correct the odd `em` fonts 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 fonts weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct fonts 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 fonts 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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 fonts 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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
}

body {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background: #ECECEC;
}

.container {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.sticky-box {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-box {
  margin-left: 10px;
}

.footer__box {
  padding: 50px 0 45px;
  color: black;
  text-align: center;
}

.aside {
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.content {
  width: 80%;
  background-color: blue;
}

.header__box {
  background-image: url(../images/header/header-bg.jpg);
  max-width: 100%;
  background-size: cover;
  height: 199px;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 36px;
  padding: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background-position: center;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
}
.header__box-images {
  position: absolute;
  left: -11px;
  top: -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__flag {
  margin: 0 0 17px 19px;
}
.header__russian-flag {
  position: relative;
  margin-top: 2px;
}
.header__russian-text {
  position: absolute;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-55px);
      -ms-transform: translateX(-55px);
          transform: translateX(-55px);
  font-weight: bold;
  font-size: 12px;
  font-weight: normal;
}
.header__title {
  font-size: 27px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}
.header__tel {
  font-size: 30px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  padding-right: 1px;
}
.header__email {
  font-size: 17px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 943px) {
  .header__title {
    max-width: 360px;
    text-align: center;
  }
}
@media (max-width: 793px) {
  .header {
    margin-top: 47px;
  }

  .header__box {
    padding: 0 0 24px 0;
    height: auto;
  }

  .header__title {
    font-size: 20px;
    max-width: 388px;
    margin-bottom: 6px;
  }

  .header__tel {
    margin-bottom: 6px;
  }

  .header__russian-flag {
    position: absolute;
    right: 8px;
    top: -38px;
    padding-right: 98px;
    color: #000;
  }

  .header__box-images {
    position: static;
    margin-top: -38px;
    margin-bottom: 18px;
  }

  .header__logo {
    width: 190px;
    height: 182px;
    position: relative;
    z-index: 1;
  }

  .header__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__flag {
    width: 52px;
    height: 30px;
    margin-top: -5px;
  }

  .header__russian-text {
    right: 0;
    top: 10px;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    font-size: 9px;
  }

  .container {
    padding: 0 11px;
  }
}
.navigation {
  color: #FFFFFF;
  margin-top: 10px;
}
.navigation__box {
  background: #00C2BB;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 43px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.navigation__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 561px;
  padding-top: 4px;
}
.navigation__link + .navigation__link {
  margin-left: 22px;
}
.navigation__link.active {
  background-color: #FFD700;
  color: #000;
  padding: 6px 12px;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
}

@media (max-width: 620px) {
  .navigation__box {
    height: 77px;
  }

  .navigation__box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .navigation__nav {
    padding-top: 15px;
  }

  .navigation__link {
    margin-bottom: 17px;
  }
}
.banner {
  margin-top: 10px;
}
.banner__box {
  border-radius: 10px;
  overflow: hidden;
}
.banner__img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

.banner.description .banner__box {
  display: block;
  height: 129px;
}

.banner.description .banner__img {
  margin-top: -61px;
}

@media (max-width: 500px) {
  .banner__img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 103px;
  }
}
.about {
  margin-top: 10px;
}
.about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #00C2BB;
  margin-right: 10px;
  width: 254px;
  border-radius: 10px;
  padding: 20px 20px 34px 20px;
}
.about__left a + a {
  margin-top: 19px;
  width: 214px;
}
.about__center {
  background-color: #00C2BB;
  max-width: 432px;
  text-align: center;
  border-radius: 10px;
  padding: 5px 5px 5px 5px;
  line-height: 17px;
}
.about__center p {
  padding: 0 5px;
}
.about__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #00C2BB;
  margin-left: 10px;
  width: 254px;
  border-radius: 10px;
  padding: 20px 20px 34px 20px;
}
.about__right a + a {
  margin-top: 19px;
  width: 214px;
}
.about__open-btn {
  display: none;
}
.about__right.active-right {
  height: auto;
  padding-top: 19px;
}

@media (max-width: 900px) {
  .about__open-btn {
    display: block;
    text-align: center;
    background-color: #00c2bb;
    margin-top: -1px;
    padding-top: 26px;
    padding-bottom: 26px;
    border-radius: 0 0 10px 10px;
  }

  .about__open-btn span {
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
  }

  .about__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    background-color: #00C2BB;
    border-radius: 10px 10px 0 0;
  }

  .about__center {
    display: none;
  }

  .about__left {
    margin-right: 0;
    width: 100%;
    padding-bottom: 0;
    text-align: center;
  }

  .about__left a + a {
    width: 100%;
  }

  .about__right {
    margin-left: 0;
    width: 100%;
    padding: 0;
    height: 0;
    text-align: center;
  }

  .about__right a + a {
    width: 100%;
  }
}
.project {
  margin-top: 10px;
}
.project__box {
  background-color: #00C2BB;
  border-radius: 10px;
  padding: 30px 10px 30px 10px;
}
.project__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 17px;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 10px;
}
.project__description {
  margin-bottom: 10px;
  padding: 0 10px;
}
.project__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project__item {
  margin-left: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.project__item {
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 279.78px;
  border-radius: 10px;
  color: #444444;
}
.project__content {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  border-radius: 10px;
}
.project__content:hover {
  opacity: 1;
}
.project__content-img {
  margin-bottom: 36px;
}
.project__content-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.project__content-description {
  max-width: 250px;
  text-align: center;
}
.project__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
.project__btn-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00A59F;
  border-radius: 5px;
  margin-top: 20px;
  width: 120px;
  height: 36px;
}

@media (max-width: 900px) {
  .project__item {
    height: 254px;
  }
}
@media (max-width: 800px) {
  .project__item {
    height: 230px;
  }
}
@media (max-width: 730px) {
  .project__content-title {
    font-size: 10px;
  }

  .project__content-description {
    font-size: 10px;
  }
}
@media (max-width: 700px) {
  .project {
    display: none;
  }
}
.services {
  color: #000;
  margin-top: 10px;
}
.services__box {
  background: #FFFFFF;
  border: 2px solid #00C2BB;
  border-radius: 10px;
  padding: 31px 20px;
}
.services h2 {
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  margin: 0;
  line-height: 41px;
}
.services ul {
  padding-left: 22px;
}
.services ul li {
  list-style: disc;
  line-height: 17px;
}
.services__text {
  font-size: 17px;
}
.services h4 {
  font-weight: bold;
}
.services h3 {
  font-size: 24px;
}

@media (max-width: 440px) {
  .services__box h2 {
    font-size: 29px;
  }

  .services__box p,
.services ul li {
    font-size: 14px;
  }

  .services__box h4 {
    font-size: 12px;
  }
}
.aside__box {
  width: 254px;
  background: #00C2BB;
  border-radius: 10px;
  padding: 21px 20px 41px;
}
.aside__link {
  display: block;
  margin-bottom: 21px;
  transition: all 0.3s ease;
}
.aside__link:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.aside__link.active {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    margin-left: -12px;
    margin-right: -12px;
    text-decoration: none;
}
.aside__banner {
  width: 254px;
  height: 312px;
  margin-top: 10px;
}
.aside__banner img {
  border-radius: 10px;
}


.content {
  color: #000000;
  background: #FFFFFF;
  border: 2px solid #00C2BB;
  border-radius: 10px;
  padding: 28px 32px;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  line-height: 1.45;
}

.content h1 {
  font-weight: 600;
  font-size: 34px;
  margin: 0 0 18px 0;
  color: #002;
}
@media (min-width: 900px) {
  .content h1 { font-size: 40px; }
}

.content h2 {
  font-weight: 600;
  font-size: 22px;
  margin: 24px 0 12px 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #f0f0f0;
}

.content h3 {
  font-size: 20px;
  margin-top: 28px;
  font-weight: 500;
}

/* Контентные блоки */
.content p,
.content ul,
.content ol {
  line-height: 1.6;
  margin-top: 6px;
  margin-bottom: 12px;
    padding-inline-start: 0;
}

.content a {
    color: #00A59F;
    font-weight: bold;
    text-decoration: underline;
}

.content a:hover {
    color: #00c2bb;
}

.content ul li,
.content ol li {
  list-style: disc;
  margin-left: 14px;
  margin-bottom: 6px;
}

/* Списки определений (FAQ) */
.content dl {
  margin: 16px 0;
}

.content dt {
  font-weight: 600;
  margin-top: 14px;
}

.content dd {
  margin-left: 0;
  margin-top: 4px;
  color: #333;
  line-height: 1.6;
}

/* Кейсы */
.content .case h3 {
  margin-bottom: 6px;
}

.content .case p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* Разделители H2 */
.content h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}

@media (max-width: 820px) {
  .form__box.form__box-bg,
.aside__banner {
    display: none;
  }

  .content h1 {
    font-size: 30px;
  }

  .aside__box {
    width: 100%;
    text-align: center;
  }

  .content-box {
    margin-left: 0;
  }

  .sticky-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .form__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .banner.description .banner__box {
    height: auto;
  }

  .banner.description .banner__img {
    margin-top: 0;
  }
}
@media (max-width: 470px) {
  .content h2 {
    font-size: 26px;
  }
}
.form {
  background: #00C2BB;
  margin-top: 10px;
  border-radius: 10px;
  position: relative;
}
.form__box {
  padding: 20px;
}
.form__box-bg {
  background-image: url("../images/form/form-bg.png");
  background-repeat: no-repeat;
  background-size: 365px;
  background-position: right;
}
.form__title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
}
.form__num-label {
  margin-bottom: 5px;
  margin-top: 20px;
}
.form__tel {
  width: 214px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: none;
  display: block;
}
.form__tel::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  color: #BFBFBF;
}
.form__tel::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  color: #BFBFBF;
}
.form__tel:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  color: #BFBFBF;
}
.form__tel::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  color: #BFBFBF;
}
.form__tel::placeholder {
  font-family: "Roboto", sans-serif;
  color: #BFBFBF;
}
.form__btn {
  width: 120px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00A59F;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
}
.form__input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.form__input-box + .form__input-box {
  margin-left: 20px;
}
.form__input-text {
  width: 448px;
  height: 86px;
  resize: none;
  border-radius: 5px;
  margin-bottom: 20px;
  border: none;
}
.form__input-file {
  display: none;
}
.form__input-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -112px;
  -webkit-transform: translateY(-28px);
      -ms-transform: translateY(-28px);
          transform: translateY(-28px);
  width: 108px;
  height: 20px;
  color: #444444;
  font-size: 8px;
  line-height: 17px;
  text-transform: uppercase;
  background: #F2F2F2;
  border-radius: 5px 0px;
  cursor: pointer;
}
.form__num-label-error {
  color: #C22E2B;
}
.form__finish {
  width: 254px;
  height: 171px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
}
.form__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.form__box.form__box-bg .form__finish {
  width: 100%;
  height: 347px;
}

.box-components .form {
  width: 254px;
}

.box-components-two .form {
  max-width: 414px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

h2, h3 {
  padding-bottom: 15px;
}

.error {
  color: #C22E2B;
}

.services h1 {
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  margin: 0;
  line-height: 55px;
}

.hero {
    display: block;
    max-width: 696px;
    margin: 0 auto 24px auto;
    background: #f9f9f9;
    border: 1px solid #fbf1f1;
    border-radius: 6px;
    overflow: hidden;
}

.hero img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-bottom: 1px solid #ddd;
}

.hero figcaption {
    padding: 10px 14px;
    font-size: 0.8rem;
    color: #555;
    line-height: 1.4;
    background: #f9f9f9;
}