/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -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 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;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../vendor/fonts/roboto-medium.woff2") format("woff2"), url("../vendor/fonts/roboto-medium.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../vendor/fonts/roboto-regular.woff2") format("woff2"), url("../vendor/fonts/roboto-regular.woff") format("woff");
}

:root {
  --main-bg: #000000;
  --logo-txt: #FFFFFF;
  --subtitle-color: #8E8E98;
  --footer-color: #47474C;
  --cards-color: #1C1C1E;
  --form-imput: #FFFFFF;
  --toogle-btn: url(../images/sun-summer-svgrepo-com.svg);
}

:root[data-theme='dark'] {
  --main-bg: #FFFFFF;
  --logo-txt: #000000;
  --subtitle-color: #4545b4;
  --footer-color: #00a1ff;
  --cards-color: #1297e4;
  --form-imput: #000000;
  --toogle-btn: url(../images/sun-svgrepo-com.svg);
}

.page {
  background-color: var(--main-bg);
  max-width: 1440px;
  min-width: 320px;
  margin: 0 auto;
  color: #FFFFFF;
}

.header {
  padding: 60px 0;
}

.header__title {
  font-family: "Roboto", "arial", sans-serif;
  font-size: 112px;
  font-weight: 400;
  font-style: normal;
  line-height: 112px;
  margin: 0 0 20px 0;
  color: var(--logo-txt);
}

.header__subtitle {
  font-family: "Roboto", "arial", sans-serif;
  font-size: 80px;
  font-weight: 400;
  font-style: normal;
  line-height: 70px;
  margin: 0 0 230px;
  color: var(--logo-txt);
}

@media screen and (max-width: 1024px) {
  .header__title {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 55px;
    font-weight: 400;
    font-style: normal;
    line-height: 65px;
  }
  .header__subtitle {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 50px;
    font-weight: 400;
    font-style: normal;
    line-height: 55px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    padding: 60px 0 32px 0;
  }
  .header__title {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 70px;
    font-weight: 400;
    font-style: normal;
    line-height: 90px;
    margin: 0;
  }
  .header__subtitle {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 50px;
    font-weight: 400;
    font-style: normal;
    line-height: 60px;
    margin: 0 0 470px;
  }
}

@media screen and (max-width: 600px) {
  .header__title {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 52px;
    font-weight: 400;
    font-style: normal;
    line-height: 55px;
    margin: 0 0 10px 0;
  }
  .header__subtitle {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    line-height: 36px;
    margin: 0 0 260px;
  }
}

@media screen and (max-width: 320px) {
  .header {
    padding: 24px 0 20px 0;
  }
  .header__title {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 50px;
    font-weight: 400;
    font-style: normal;
    line-height: 60px;
  }
  .header__subtitle {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    line-height: 38px;
  }
}

.wrapper {
  margin: 0 160px;
  max-width: 1140px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 0 40px;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 60px;
  }
}

@media screen and (max-width: 600px) {
  .wrapper {
    padding: 0 20px;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-left: 6px;
}

.logo__text {
  margin: 0;
  font-family: "Roboto", "arial", sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--logo-txt);
}

.logo__notice {
  font-family: "Roboto", "arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 12px;
  background-color: #25E197;
  color: #000000;
  padding: 4px 8px;
  border-radius: 4px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .logo {
    margin-bottom: 70px;
    margin-left: 0;
  }
}

@media screen and (max-width: 320px) {
  .logo {
    margin-bottom: 60px;
  }
  .logo__text {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
  }
  .logo__notice {
    margin-left: 16px;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 760px;
}

.form__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(142, 142, 152, 0.2);
  border-radius: 8px 0px 0px 8px;
  border: none;
  height: 50px;
  font-family: "Roboto", "arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  color: var(--form-imput);
  outline: none;
  padding: 13px 16px;
  width: 100%;
  max-width: 348px;
}

.form__input:hover {
  background: rgba(142, 142, 152, 0.3);
}

.form__button-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--footer-color);
  height: 50px;
  border: none;
  border-radius: 0px 8px 8px 0px;
  color: #FFFFFF;
  padding: 13px 11px 13px 16px;
  cursor: pointer;
  position: relative;
  width: 221px;
}

.form__button-submit-text {
  margin: 0;
  font-family: "Roboto", "arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.375px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--logo-txt);
}

.form__label {
  font-family: "Roboto", "arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: var(--footer-color);
  padding: 12px 0 0 11px;
}

.form__button-submit-text-smile {
  margin: 0;
  font-family: "Roboto", "arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.38px;
  text-align: center;
  margin-left: 7px;
}

@media screen and (max-width: 768px) {
  .form__input {
    max-width: calc(100% - 221px);
  }
  .form__label {
    padding: 10px 0 0 10px;
  }
}

@media screen and (max-width: 600px) {
  .form__input {
    max-width: calc(100% - 51px);
  }
  .form__button-submit {
    width: 51px;
    padding: 16px;
  }
  .form__button-submit-text {
    display: none;
  }
  .form__button-submit-text-smile {
    margin-left: 0;
  }
}

@media screen and (max-width: 320px) {
  .form__label {
    padding: 10px 0 0 3px;
  }
  .form__button-submit {
    padding: 20px;
  }
  .form__button-submit-text {
    margin-left: 12px;
  }
  .form__button-submit-text-smile {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    line-height: 10px;
  }
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 30px;
  gap: 20px;
}

.gallery__photo-1 {
  width: 448px;
  height: 230px;
  border-radius: 10px;
}

.gallery__color-last {
  background-color: #FFD233;
  width: calc(100% - 468px);
  border-radius: 10px;
}

.gallery__color-first {
  background-color: #25E197;
  width: calc(100% - 750px);
  border-radius: 10px;
}

.gallery__photo-2 {
  width: 730px;
  height: 552px;
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .gallery {
    padding: 40px 35px;
  }
  .gallery__photo-2 {
    width: 500px;
    height: 350px;
  }
  .gallery__color-first {
    width: calc(100% - 520px);
  }
}

@media screen and (max-width: 768px) {
  .gallery {
    padding: 20px 60px 60px;
  }
  .gallery__photo-2 {
    width: 455px;
    height: 344px;
  }
  .gallery__color-first {
    width: calc(100% - 475px);
  }
}

@media screen and (max-width: 600px) {
  .gallery {
    padding: 20px 20px;
  }
  .gallery__photo-1 {
    width: 100%;
    height: 142px;
  }
  .gallery__color-last {
    width: 100%;
    height: 67px;
    border-radius: 4px;
  }
  .gallery__color-first {
    width: 100%;
    height: 124px;
    border-radius: 4px;
  }
  .gallery__photo-2 {
    width: 100%;
    height: 211px;
  }
}

.description {
  padding: 60px 0;
}

.description__text {
  font-family: "Roboto", "arial", sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
  color: var(--subtitle-color);
  margin: 0 0 60px 0;
}

.description__text-title {
  font-family: "Roboto", "arial", sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
  color: var(--logo-txt);
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .description__text {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 23px;
    font-weight: 400;
    font-style: normal;
    line-height: 25px;
  }
  .description__text-title {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 23px;
    font-weight: 400;
    font-style: normal;
    line-height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .description__text {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
  }
  .description__text-title {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
  }
}

@media screen and (max-width: 320px) {
  .description {
    padding: 40px 0 30px;
  }
  .description__text {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    margin: 0 0 20px 0;
  }
  .description__text-title {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
  }
}

.cards {
  padding: 60px 0;
}

.cards__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(550px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 20px;
}

.cards__item {
  padding: 40px;
  background-color: var(--cards-color);
  border-radius: 16px;
}

.cards__item:hover {
  cursor: pointer;
  background-color: #232327;
}

.cards__subtitle {
  font-family: "Roboto", "arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: var(--subtitle-color);
  margin: 0 0 20px 0;
}

.cards__title {
  font-family: "Roboto", "arial", sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  color: var(--logo-txt);
  margin: 0 0 40px 0;
}

.cards__text {
  font-family: "Roboto", "arial", sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
  color: var(--subtitle-color);
  margin: 0 0 40px 0;
}

.cards__price {
  font-family: "Roboto", "arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 14px;
  color: #25E197;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .cards {
    padding: 40px 0 30px 0;
  }
  .cards__box {
    -ms-grid-columns: (minmax(280px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .cards__item {
    padding: 20px;
  }
  .cards__subtitle {
    margin: 0 0 10px 0;
  }
  .cards__title {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    margin: 0 0 28px 0;
  }
  .cards__text {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    margin: 0 0 100px 0;
  }
  .cards__price {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
  }
}

.guarantee {
  padding: 60px 0;
}

.guarantee__title {
  font-family: "Roboto", "arial", sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
  margin: 0 0 60px 0;
  color: var(--logo-txt);
}

.guarantee__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(265px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 20px;
}

.guarantee__item {
  padding: 20px;
  background-color: var(--cards-color);
  border-radius: 10px;
}

.guarantee__subtitle {
  font-family: "Roboto", "arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 18px;
  color: var(--logo-txt);
  margin: 0 0 38px 0;
}

.guarantee__text {
  font-family: "Roboto", "arial", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  margin: 0;
  color: var(--subtitle-color);
}

@media screen and (max-width: 768px) {
  .guarantee__title {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
  }
}

@media screen and (max-width: 600px) {
  .guarantee {
    padding: 40px 0 30px 0;
  }
  .guarantee__item {
    padding: 20px 20px 38px;
  }
  .guarantee__item:nth-of-type(1) {
    padding: 20px;
  }
  .guarantee__title {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    margin: 0 0 40px 0;
  }
  .guarantee__subtitle {
    margin: 0 0 36px 0;
  }
  .guarantee__text {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
  }
}

.support {
  padding: 60px 0;
}

.support__title {
  font-family: "Roboto", "arial", sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
  margin: 0 0 90px 0;
  color: var(--logo-txt);
}

.support__link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: var(--logo-txt);
  background-color: #47474C;
  padding: 13px 30px;
  margin: 0 0 50px 0;
  border-radius: 8px;
  display: inline-block;
  font-family: "Roboto", "arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.38px;
}

.support__text {
  font-family: "Roboto", "arial", sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
  color: var(--subtitle-color);
  margin: 0;
}

@media screen and (max-width: 768px) {
  .support__title {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    margin: 0 0 80px 0;
  }
  .support__link {
    margin: 0 0 40px 0;
  }
  .support__text {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
  }
}

@media screen and (max-width: 320px) {
  .support {
    padding: 40px 0 30px 0;
  }
  .support__title {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    margin: 0 0 50px 0;
  }
  .support__link {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    margin: 0 0 30px 0;
    height: 50px;
    padding: 16px 30px;
  }
  .support__text {
    font-family: "Roboto", "arial", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
  }
}

.line {
  border-bottom: 2px solid #151515;
  margin: 180px 160px 0;
}

@media screen and (max-width: 768px) {
  .line {
    margin: 150px 60px 0;
  }
}

@media screen and (max-width: 320px) {
  .line {
    margin: 150px 20px 0;
  }
}

.footer {
  padding: 60px 0;
}

.footer__logo {
  margin: 0 0 84px 0;
}

.footer__label {
  padding: 18px 0 0 0;
}

.footer__copywriting {
  font-family: "Roboto", "arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: var(--footer-color);
  margin: 0;
  text-align: right;
  -webkit-transform: translateY(-19px);
          transform: translateY(-19px);
}

@media screen and (max-width: 768px) {
  .footer__form {
    margin-bottom: 60px;
  }
  .footer__input {
    max-width: 348px;
  }
  .footer__copywriting {
    text-align: left;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 686px) {
  .footer__button-submit {
    max-width: 51px;
    padding: 16px;
  }
  .footer__button-submit-text {
    display: none;
  }
  .footer__smile {
    margin-left: 0px;
  }
}

@media screen and (max-width: 438px) {
  .footer__input {
    max-width: 229px;
  }
}

@media screen and (max-width: 320px) {
  .footer {
    padding: 30px 0 20px 0;
  }
  .footer__logo {
    margin: 0 0 184px 0;
  }
  .footer__label {
    padding: 10px 0 0 0;
  }
  .footer__button-submit {
    padding: 20px;
  }
}

.theme {
  background-image: var(--toogle-btn);
  border: none;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 40px;
  padding: 0;
}
