@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url(../vendor/fonts/roboto-regular.woff2) format("woff2"), url(../vendor/fonts/roboto-regular.woff) format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url(../vendor/fonts/roboto-medium.woff2) format("woff2"), url(../vendor/fonts/roboto-medium.woff) format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url(../vendor/fonts/roboto-bold.woff2) format("woff2"), url(../vendor/fonts/roboto-bold.woff) format("woff");
}
/*! 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;
}

.body {
  background-color: #000000;
  margin: 0;
}

.page {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 0;
  font-family: "Roboto", "Arial", sans-serif;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .page {
    padding: 24px 0 0;
  }
}
.logo {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.logo__notice {
  font-size: 12px;
  line-height: 12px;
  margin-left: 18px;
  padding: 4px 8px;
  background-color: #25E197;
  border-radius: 4px;
  color: #000000;
}
.logo_place_footer {
  margin-left: 0;
  margin-bottom: 84px;
}

@media (max-width: 1023px) {
  .logo {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .logo {
    font-size: 20px;
    line-height: 28px;
  }
  .logo__notice {
    margin-left: 12px;
  }
  .logo_place_footer {
    margin-bottom: 184px;
  }
}
.header {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 60px;
}

@media (max-width: 767px) {
  .header {
    padding: 0 20px;
  }
}
.main__title {
  box-sizing: border-box;
  max-width: 1240px;
  padding: 0 60px;
  margin: 60px auto 20px;
  font-size: 112px;
  line-height: 112px;
  font-weight: normal;
}
.main__subtitle {
  box-sizing: border-box;
  max-width: 1240px;
  padding: 0 60px;
  margin: 0 auto 230px;
  font-size: 80px;
  line-height: 70px;
}

@media (max-width: 1179px) {
  .main__title {
    font-size: 70px;
    line-height: 90px;
    margin: 70px 0 0;
  }
  .main__subtitle {
    margin-bottom: 470px;
    font-size: 49px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .main__title {
    font-size: 50px;
    line-height: 60px;
    margin: 60px 0 10px;
    padding: 0 20px;
  }
  .main__subtitle {
    margin-bottom: 260px;
    font-size: 30px;
    line-height: 38px;
    padding: 0 20px;
  }
}
.repair-request {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto 50px;
  padding: 0 60px;
}

@media (max-width: 1024px) {
  .repair-request {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .repair-request {
    padding: 0 20px;
    margin-bottom: 0;
  }
}
.form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 750px;
}
.form__input {
  border: none;
  box-sizing: border-box;
  padding: 13px 15px;
  width: 100%;
  height: 50px;
  outline: none;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  background-color: rgba(142, 142, 152, 0.2);
  border-radius: 8px 0px 0px 8px;
  letter-spacing: 0.375px;
  max-width: 348px;
  transition: all 0.2s linear;
}
.form__input:hover {
  background-color: rgba(142, 142, 152, 0.3);
}
.form__button {
  border: none;
  box-sizing: border-box;
  padding: 13px 15px;
  width: 100%;
  height: 50px;
  outline: none;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  background: #47474C;
  border-radius: 0px 8px 8px 0px;
  letter-spacing: 0.4px;
  max-width: 221px;
  text-align: center;
  overflow: hidden;
  transition: all 0.2s linear;
}
.form__button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.form__label {
  font-size: 12px;
  line-height: 18px;
  color: #47474C;
  margin: 12px;
}
.form__label_place_footer {
  margin: 18px 0 0;
}

@media (max-width: 768px) {
  .form__input_fluid {
    max-width: calc(100% - 221px);
  }
}
@media (max-width: 610px) {
  .form__input {
    max-width: calc(100% - 221px);
  }
}
@media (max-width: 500px) {
  .form__button-text {
    display: none;
  }
  .form__input {
    max-width: calc(100% - 51px);
  }
  .form__input_fluid {
    max-width: calc(100% - 51px);
  }
  .form__button {
    max-width: 51px;
  }
  .form__label {
    margin: 10px 0 0;
  }
}
.gallery {
  padding: 60px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gallery__img {
  border-radius: 10px;
}
.gallery__block {
  border-radius: 10px;
}
.gallery__block_position_first {
  width: calc(100% - 468px);
  background-color: #FFD233;
}
.gallery__block_position_last {
  width: calc(100% - 750px);
  background-color: #25E197;
}

@media (max-width: 1024px) {
  .gallery {
    padding: 20px 60px 60px;
  }
  .gallery__img_position_last {
    max-width: 455px;
  }
  .gallery__block_position_last {
    width: calc(100% - 475px);
    min-height: 344px;
  }
}
@media (max-width: 767px) {
  .gallery {
    padding: 40px 20px 20px;
  }
  .gallery__img {
    width: 100%;
  }
  .gallery__img_position_last {
    max-width: none;
  }
  .gallery__block {
    width: 100%;
    border-radius: 4px;
  }
  .gallery__block_position_first {
    min-height: 67px;
  }
  .gallery__block_position_last {
    min-height: 124px;
  }
}
.description {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px;
}
.description__text {
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  color: #8E8E98;
}

@media (max-width: 1024px) {
  .description__text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .description {
    padding: 40px 20px 20px;
  }
  .description__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 550px) {
  .description__text {
    font-size: 12px;
    line-height: 18px;
  }
}
.services {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 60px 60px;
}
.services__title {
  margin: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 120px;
}
.services__cards {
  display: flex;
  gap: 20px;
}
.services__card {
  box-sizing: border-box;
  color: #FFFFFF;
  width: 100%;
  max-width: 550px;
  background: #1C1C1E;
  border-radius: 16px;
  padding: 40px;
  transition: all 0.2s linear;
}
.services__card:hover {
  background-color: #232327;
  cursor: pointer;
}
.services__label {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 18px;
  color: #8E8E98;
}
.services__heading {
  margin: 0 0 40px;
  font-size: 32px;
  line-height: 32px;
  font-weight: normal;
}
.services__text {
  margin: 0 0 40px;
  font-size: 32px;
  line-height: 40px;
  color: #8E8E98;
}
.services__price {
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  color: #25E197;
}

@media (max-width: 1024px) {
  .services__title {
    font-size: 20px;
    line-height: 30px;
  }
  .services__cards {
    flex-wrap: wrap;
  }
  .services__card {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .services {
    padding: 0 20px 70px;
  }
  .services__card {
    padding: 20px;
  }
  .services__title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 68px;
  }
  .services__label {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 18px;
  }
  .services__heading {
    margin: 0 0 28px;
    font-size: 26px;
    line-height: 34px;
  }
  .services__text {
    margin: 0 0 100px;
    font-size: 18px;
    line-height: 28px;
  }
  .services__price {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 550px) {
  .services__title {
    font-size: 12px;
    line-height: 18px;
  }
  .services__label {
    font-size: 18px;
    line-height: 18px;
  }
  .services__heading {
    font-size: 24px;
    line-height: 32px;
  }
  .services__text {
    font-size: 12px;
    line-height: 18px;
  }
  .services__price {
    font-size: 12px;
    line-height: 18px;
  }
}
.guarantee {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px;
}
.guarantee__title {
  margin: 0 0 60px;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
}
.guarantee__cards {
  display: flex;
  gap: 20px;
}
.guarantee__card {
  box-sizing: border-box;
  width: 100%;
  max-width: 265px;
  background: #1C1C1E;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.2s linear;
}
.guarantee__card:hover {
  background-color: #232327;
  cursor: pointer;
}
.guarantee__heading {
  margin: 0 0 38px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #EAEAF0;
}
.guarantee__text {
  margin: 0;
  font-size: 15px;
  line-height: 19px;
  color: #8E8E98;
}

@media (max-width: 1024px) {
  .guarantee__title {
    font-size: 20px;
    line-height: 30px;
  }
  .guarantee__cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 954px) {
  .guarantee__cards {
    justify-content: center;
  }
  .guarantee__card {
    max-width: 314px;
  }
}
@media (max-width: 767px) {
  .guarantee {
    padding: 0 20px 30px;
  }
  .guarantee__title {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 40px;
  }
  .guarantee__card {
    max-width: none;
    min-height: 148px;
  }
  .guarantee__heading {
    margin-bottom: 36px;
  }
  .guarantee__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 550px) {
  .guarantee__text {
    font-size: 12px;
    line-height: 18px;
  }
}
.support {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto 180px;
  padding: 60px;
}
.support__title {
  margin: 0 0 90px;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
}
.support__button {
  background: #47474C;
  border-radius: 8px;
  padding: 13px 30px;
  margin-bottom: 50px;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.375px;
  transition: all 0.2s linear;
}
.support__button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.support__text {
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  color: #8E8E98;
}

@media (max-width: 1024px) {
  .support {
    margin-bottom: 150px;
  }
  .support__title {
    margin-bottom: 80px;
    font-size: 20px;
    line-height: 30px;
  }
  .support__button {
    margin-bottom: 40px;
  }
  .support__text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .support {
    padding: 40px 20px 30px;
  }
  .support__title {
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 18px;
  }
  .support__button {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 18px;
    padding: 16px 24px;
  }
  .support__text {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 360px) {
  .support__button {
    width: 100%;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 60px 42px;
  border-top: 2px solid #151515;
}
.footer__copyright {
  margin: 0;
  align-self: flex-end;
  font-size: 12px;
  line-height: 18px;
  color: #47474C;
  transform: translateY(-18px);
}

@media (max-width: 1024px) {
  .footer__copyright {
    margin-top: 60px;
    align-self: flex-start;
    transform: none;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 20px 20px;
  }
  .footer__copyright {
    margin-top: 40px;
  }
}