/*Styles for fonts*/
/*Font 'Inter'*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*Font 'Days One'*/
@import url("https://fonts.googleapis.com/css2?family=Days+One&display=swap");
/*Styles normalize*/
/*! 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;
}

/*General styles for the site*/
body {
  font-family: "Inter", sans-serif;
}

img {
  text-decoration: none;
  max-width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  outline: none;
  border: 0;
  background: none;
  cursor: pointer;
}

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

video {
  outline: none;
}

input {
  outline: none;
}

.container {
  max-width: 1210px;
  margin: auto;
}

.title {
  font-size: 72px;
  font-family: "Days One", sans-serif;
  color: #292828;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (max-width: 1300px) {
  .container {
    max-width: 90%;
  }
  .title {
    font-size: 62px;
  }
}
@media (max-width: 1200px) {
  .title {
    font-size: 52px;
  }
}
@media (max-width: 1000px) {
  .title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .title {
    font-size: 26px;
  }
}
/*Styles for the header block*/
.header {
  padding-top: 35px;
  margin-bottom: 55px;
}
.header-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
}
.header-content {
  display: flex;
  align-items: center;
  grid-gap: 25px;
}
.header-email {
  max-width: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
.header-email:hover {
  transition: 0.3s all;
  transform: scale(1.1);
}
.header-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  grid-gap: 3px;
}
.header-info__email {
  color: rgb(20, 20, 20) !important;
  margin-top: 1px;
}
.header-tel {
  font-size: 26px;
  color: rgb(20, 20, 20);
  line-height: 1.2;
  font-weight: 900;
  text-wrap: nowrap;
}
.header-call {
  font-size: 18px;
  color: rgb(189, 45, 40);
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.header-all .header-social {
  display: none;
}
.header-content .header-social {
  display: flex;
}
.header-social {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.header-social__link {
  display: flex;
  align-items: center;
  grid-gap: 25px;
  padding: 25px 35px;
  background-color: #5eb5f7;
  padding-right: 45px;
  border-radius: 16px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 900;
  transition: 0.3s all;
}
.header-social__link:hover {
  transition: 0.3s all;
  transform: scale(1.05);
}
.header-social__link:last-child {
  background-color: #00d553;
  grid-gap: 20px;
}

@media (max-width: 1300px) {
  .header {
    padding-top: 30px;
    margin-bottom: 45px;
  }
  .header-social {
    grid-gap: 10px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .header-social {
    flex-direction: column;
  }
  .header-social__link {
    padding: 20px 30px;
    grid-gap: 15px;
  }
  .header-social__link:last-child {
    grid-gap: 15px;
  }
  .header-tel {
    font-size: 24px;
  }
  .header-call {
    font-size: 16px;
  }
  .header-content {
    grid-gap: 20px;
  }
}
@media (max-width: 900px) {
  .header {
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .header-email {
    max-width: 25px;
    min-width: 25px;
  }
  .header-tel {
    font-size: 20px;
  }
  .header-call {
    font-size: 14px;
  }
  .header-social__link {
    grid-gap: 10px !important;
  }
  .header-content .header-social {
    display: none !important;
  }
  .header-all .header-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
    flex-wrap: nowrap;
  }
  .header-all .header-social__link {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .header-tel {
    font-size: 18px;
  }
  .header-social__link {
    font-size: 12px;
    padding: 15px 20px;
  }
  .header-social__link img {
    max-width: 24px;
  }
  .header-all .header-social {
    flex-wrap: wrap;
    grid-gap: 5px;
  }
  .header-call {
    font-size: 13px;
  }
  .header-info {
    grid-gap: 1px;
  }
}
/*Styles for the main page*/
.hero img {
  width: 100%;
}

.section-product {
  margin-top: 100px;
  margin-bottom: 100px;
}

.product-block {
  margin-top: 60px;
}
.product-item {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #dcdcdc;
  display: flex;
  align-items: flex-start;
  grid-gap: 40px;
}
.product-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.product-subtitle {
  font-size: 34px;
  color: rgb(41, 40, 40);
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 900;
}
.product-content {
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.product-content__item {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  grid-gap: 15px;
}
.product-content__gray {
  font-size: 18px;
  color: rgb(41, 40, 40);
  line-height: 1.2;
  font-weight: 300;
  display: flex;
  align-items: center;
  grid-gap: 18px;
  text-wrap: nowrap;
}
.product-content__gray::after {
  content: "";
  width: 100%;
  border: 2.5px dashed #cecece;
}
.product-content__info {
  font-weight: bold;
  color: #292828;
  font-size: 18px;
}
.product-dop {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
}
.product-dop span {
  color: rgb(189, 45, 40);
}
.product-button {
  margin-top: 25px;
  width: 100%;
  padding: 35px;
  border: 3px solid #bd2d28;
  border-radius: 26px;
  display: flex;
  align-items: center;
  grid-gap: 25px;
  justify-content: center;
  transition: 0.3s all;
  font-size: 26px;
  color: rgb(189, 45, 40);
  font-weight: bold;
}
.product-button:hover {
  transition: 0.3s all;
  transform: scale(1.1);
}
.product-info {
  width: 100%;
}

@media (max-width: 1300px) {
  .section-product {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .product-content {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .product-dop {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .section-product {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .product-block {
    margin-top: 40px;
  }
  .product-item {
    margin-top: 50px;
    padding-top: 50px;
  }
  .product-subtitle {
    font-size: 32px;
  }
  .product-button {
    padding: 30px;
    margin-top: 20px;
    font-size: 22px;
  }
  .product-img {
    max-width: 45%;
  }
}
@media (max-width: 1000px) {
  .product-item {
    flex-direction: column;
    grid-gap: 20px;
  }
  .product-img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .section-product {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .product-item {
    margin-top: 30px;
    padding-top: 30px;
  }
  .product-block {
    margin-top: 25px;
  }
  .product-content {
    margin-top: 20px;
    margin-bottom: 20px;
    grid-gap: 10px;
  }
  .product-content__gray {
    font-size: 16px;
    grid-gap: 10px;
  }
  .product-content__info {
    font-size: 16px;
  }
  .product-content__info br {
    display: none;
  }
  .product-content__item {
    grid-gap: 10px;
  }
  .product-dop {
    font-size: 18px;
  }
  .product-button {
    padding: 20px;
    font-size: 16px;
    border-width: 2px;
    grid-gap: 15px;
  }
  .product-button img {
    max-width: 26px;
  }
  .product-subtitle {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .product-subtitle {
    font-size: 20px;
  }
  .product-subtitle br {
    display: none;
  }
  .product-button {
    grid-gap: 10px;
    font-size: 14px;
  }
  .product-content__gray {
    font-size: 14px;
  }
  .product-content__info {
    font-size: 14px;
  }
  .product-dop {
    font-size: 16px;
  }
}
@media (max-width: 370px) {
  .product-subtitle {
    font-size: 18px;
  }
  .product-button {
    font-size: 12px;
  }
  .product-content__gray {
    font-size: 12px;
  }
  .product-content__info {
    font-size: 12px;
  }
}
.form-title {
  text-align: center;
}
.form-subtitle {
  font-size: 26px;
  color: #7e7e7e;
  font-weight: 300;
  text-align: center;
  margin-top: 3px;
}
.form-top {
  display: grid;
  grid-gap: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.form-input {
  border: 1px solid #e1e1e1;
  border-radius: 26px;
  padding: 40px;
  text-align: center;
  width: calc(100% - 80px);
  transition: 0.3s all;
  font-weight: 300;
  font-size: 26px;
  color: #292828;
}
.form-input:hover, .form-input:focus {
  transition: 0.3s all;
  border-color: #292828;
}
.form-input::-moz-placeholder {
  font-weight: 300;
  color: #7e7e7e;
}
.form-input::placeholder {
  font-weight: 300;
  color: #7e7e7e;
}
.form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 45px;
  grid-gap: 20px;
  cursor: pointer;
}
.form-check__text {
  font-size: 14px;
  color: rgb(105, 114, 125);
  line-height: 1.2;
}
.form-check__text a {
  color: #bd2d28;
}
.form-checkbox {
  min-width: 25px;
  min-height: 25px;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
}
.form-button {
  align-self: center;
  display: block;
  margin: auto;
  background-color: #bd2d28;
  border-radius: 26px;
  padding: 40px;
  max-width: 580px;
  width: 100%;
  transition: 0.3s all;
  font-size: 26px;
  color: white;
  font-weight: black;
}
.form-button:hover {
  transition: 0.3s all;
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .form-subtitle {
    font-size: 22px;
  }
  .form-top {
    grid-gap: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .form-input {
    padding: 30px;
    font-size: 24px;
    width: calc(100% - 60px);
  }
  .form-check {
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .form-button {
    font-size: 22px;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .form-subtitle {
    font-size: 16px;
  }
  .form-top {
    grid-gap: 10px;
    margin-top: 25px;
    margin-bottom: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .form-input {
    padding: 20px;
    font-size: 18px;
    width: calc(100% - 40px);
  }
  .form-check {
    margin-top: 20px;
    margin-bottom: 25px;
    grid-gap: 12px;
  }
  .form-checkbox {
    min-width: 20px;
    min-height: 20px;
  }
  .form-button {
    font-size: 18px;
    padding: 25px;
  }
}
/*Styles for the footer block*/
.footer {
  background-color: #313131;
  padding-top: 53px;
  padding-bottom: 39px;
  border-top-right-radius: 26px;
  border-top-left-radius: 26px;
  margin-top: 90px;
}
.footer .header-email img {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(251deg) brightness(107%) contrast(104%);
}
.footer-top .header-social {
  display: none;
}
.footer-top .header-tel {
  color: white;
}
.footer-top .header-call {
  color: #ed6d69;
}
.footer-top .header-info__email {
  color: white !important;
}
.footer-top__block .header-social {
  display: flex;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
  margin-top: 45px;
  padding-top: 35px;
  border-top: 1px solid #464646;
}
.footer-bottom__block {
  display: flex;
  grid-gap: 40px;
}
.footer-link {
  font-size: 14px;
  color: white;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.footer-copy {
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: 300;
}

@media (max-width: 1300px) {
  .footer {
    margin-top: 60px;
  }
  .footer-bottom {
    flex-wrap: wrap-reverse;
  }
  .footer-bottom__block {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1000px) {
  .footer {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media (max-width: 900px) {
  .footer-bottom {
    margin-top: 30px;
    padding-top: 30px;
  }
  .footer-top .header-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
    flex-wrap: nowrap;
  }
  .footer-top .header-social__link {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-top: 30px;
  }
  .footer-bottom {
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 500px) {
  .footer-top .header-social {
    flex-wrap: wrap;
    grid-gap: 5px;
  }
}/*# sourceMappingURL=style.css.map */