/*! 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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraBold.eot");
  src: url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype"), url("../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

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

a, a:hover, a:active {
  text-decoration: none;
  color: inherit;
}

input, input:focus, button, button:focus {
  outline: none;
}

div, p, form, input, a, span, button, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  margin: 0;
}

a, a:hover, button, button:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

svg {
  fill: currentColor;
}

label {
  margin: 0;
}

button {
  border: none;
}

.slick-slide:active, .slick-slide:hover, .slick-slide:focus {
  outline: 0;
}

body {
  font-family: "Montserrat";
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
}

h1 {
  font-weight: 900;
}

h2 {
  font-weight: 900;
}

.header__menu {
  font-size: 18px;
}

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__menu ul li:not(:last-child) {
  margin-right: 40px;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1190px;
  padding: 0 15px;
}

.title {
  font-size: 42px;
  line-height: 1.214em;
  color: #000;
  margin-bottom: 40px;
}

.header__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__panel-wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 25px 0;
  margin-bottom: 90px;
}

.header__logo {
  font-weight: 900;
  font-size: 32px;
  color: #000;
}

.header__phone {
  font-size: 24px;
  color: #000;
}

.header__phone span {
  font-weight: 600;
}

.header__offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__offer-btn {
  max-width: 340px;
  width: 100%;
  text-align: center;
}

.header__offer-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(65, 125, 241, 0.3);
  border-radius: 60px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 29px;
}

.header__offer-btn a span {
  margin-left: 5px;
  font-weight: 600;
}

.header__offer-btn a div {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #417DF1;
  border-radius: 50%;
  margin-right: 15px;
}

.header__offer-btn > span {
  margin-top: 20px;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  font-size: 20px;
  line-height: 1.2em;
  color: #000;
  padding: 10px 50px;
}

.header__offer-content {
  max-width: 510px;
  width: 100%;
}

.header__offer-content h1 {
  font-size: 42px;
  line-height: 1.214em;
  margin-bottom: 40px;
}

.header__offer-content > span {
  font-size: 24px;
  line-height: 1.208em;
  margin-bottom: 50px;
  display: block;
}

.header__offer-img {
  margin-left: 50px;
}

.header__offer-img img {
  width: 100%;
  height: auto;
}

section {
  padding: 60px 0;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards__item {
  background: #F5F5F5;
}

.cards__item-img {
  background: transparent;
}

.section-about .cards {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-about .cards__item {
  height: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33333%;
}

.section-about .cards__item p {
  font-size: 22px;
  line-height: 1.208em;
}

.section-about .cards__item_bg {
  background: rgba(65, 125, 241, 0.3);
  height: 430px;
}

.section-advantages {
  overflow: hidden;
}

.section-advantages .cards {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.section-advantages .cards__item {
  width: calc(25% - 20px);
  margin: 0 10px;
  padding: 20px;
  border-radius: 30px;
  min-height: 409px;
}

.section-advantages .cards__item h4 {
  font-size: 24px;
  line-height: 1.208em;
  font-weight: 400;
  margin-bottom: 14px;
}

.section-advantages .cards__item p {
  font-size: 18px;
  line-height: 1.222em;
  font-weight: 300;
}

.section-results {
  overflow: hidden;
}

.section-results .cards {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.section-results .cards__item {
  width: calc(33.33333% - 40px);
  margin: 0 20px;
  padding: 20px;
  padding-top: 35px;
  border-radius: 30px;
  text-align: center;
}

.section-results .cards__item h3 {
  font-size: 24px;
  line-height: 1.208em;
  font-weight: 900;
  margin-bottom: 14px;
}

.section-results .cards__item p {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}

.section-uniqueness .cards {
  display: block;
  margin-bottom: 40px;
}

.section-uniqueness .cards__item {
  padding: 20px;
  border-radius: 30px;
  font-size: 20px;
  line-height: 1.2em;
}

.section-uniqueness .cards__item p:not(:last-child) {
  margin-bottom: 25px;
}

.section-gallery {
  overflow: hidden;
}

.section-gallery .cards {
  margin: 0 -20px;
}

.section-gallery .cards__item {
  margin: 0 20px;
  width: calc(33.33333% - 40px);
  border-radius: 30px;
}

.section-gallery .cards__item img {
  width: 100%;
  display: block;
}

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}

.reviews__item {
  width: calc(33.33333% - 40px);
  margin: 20px;
  border-radius: 30px;
  background: #F5F5F5;
  padding: 40px 40px 57px;
}

.reviews__item b {
  display: block;
  font-size: 24px;
}

.reviews__item span {
  font-size: 14px;
}

.reviews__item p {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.23em;
}

.faq__item:not(:last-child) {
  margin-bottom: 20px;
}

.faq__item.active .faq__item-arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.faq__item-head {
  padding: 15px 20px;
  border-radius: 120px;
  background: rgba(65, 125, 241, 0.3);
  font-size: 18px;
  padding-right: 50px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.faq__item-arrow {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 18px;
  height: 10px;
  background: url("../img/icons/arrow-top.svg") no-repeat center top/cover;
}

.faq__item-content {
  background: #F5F5F5;
  border-radius: 30px;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 20px;
  margin-top: 20px;
  display: none;
}

.our-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}

.our-products__item {
  width: calc(33.33333% - 40px);
  margin: 20px;
  background: #F5F5F5;
  border-radius: 30px;
}

.our-products__item img {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.our-products__info {
  padding: 20px 20px 23px;
}

.our-products__info span {
  font-size: 24px;
  display: block;
  margin-bottom: 14px;
}

.our-products__info p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3em;
}

.footer__content p {
  font-size: 18px;
  line-height: 1.222em;
  color: #161616;
  margin-top: 40px;
  margin-bottom: 35px;
}

.footer__content p a {
  text-decoration: none;
  color: #161616;
}

.footer__copy {
  font-size: 12px;
  color: rgba(22, 22, 22, 0.6);
}

.footer__copy-wrapper {
  padding: 5px 0;
  border-top: 1px solid #CCCCCC;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .header__panel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
  }
  .header__menu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__menu ul li:not(:last-child) {
    margin-right: 25px;
  }
  .header__offer-content {
    max-width: 430px;
  }
  .header__offer-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .header__offer-content > span {
    font-size: 19px;
    margin-bottom: 25px;
  }
  .header__offer-btn a {
    font-size: 20px;
  }
  .header__offer-btn a div {
    width: 45px;
    height: 45px;
    margin-right: 35px;
  }
  .header__offer-btn a div img {
    width: 60%;
  }
  .section-advantages .cards {
    margin: -10px;
    overflow: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-advantages .cards__item {
    width: calc(33.33333% - 20px);
    margin: 10px;
  }
  .reviews__item {
    padding: 20px 16px;
    margin: 10px;
    width: calc(33.33333% - 20px);
    border-radius: 15px;
  }
  .reviews {
    margin: -10px;
  }
  .our-products__info {
    padding: 20px 16px 17px;
  }
  .our-products__info span {
    font-size: 16px;
  }
  .our-products__info p {
    font-size: 14px;
  }
  .our-products__item {
    border-radius: 15px;
    width: calc(33.33333% - 20px);
    margin: 10px;
  }
  .our-products__item img {
    border-radius: 15px;
  }
  .our-products {
    margin: -10px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
  .header__offer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__offer-img {
    margin-top: 50px;
    margin-left: 0;
  }
  .section-about .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-about .cards__item {
    width: 100%;
    height: auto;
    min-height: 150px;
  }
  .section-advantages .cards__item {
    width: calc(50% - 20px);
    min-height: unset;
  }
  .section-results .cards {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-results .cards__item {
    margin: 0;
    width: 100%;
  }
  .section-results .cards__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .section-gallery .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .section-gallery .cards__item {
    width: 100%;
    margin: 0;
  }
  .section-gallery .cards__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .reviews__item {
    width: calc(50% - 20px);
  }
  .reviews__item b {
    font-size: 16px;
  }
  .reviews__item span {
    font-size: 10px;
  }
  .reviews__item p {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
  .section-advantages .cards {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-advantages .cards__item {
    margin: 0;
    width: 100%;
  }
  .section-advantages .cards__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .our-products__item {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 576px) {
  .container {
    max-width: 100%;
  }
  .faq__item-content {
    font-size: 14px;
  }
  .faq__item-head {
    border-radius: 15px;
    font-size: 14px;
  }
  .header__logo {
    font-size: 20px;
  }
  .header__phone {
    font-size: 16px;
  }
  .header__panel-wrapper {
    margin-bottom: 25px;
  }
  .header__offer-content h1 {
    font-size: 20px;
  }
  .header__offer-content > span {
    font-size: 16px;
  }
  .header__offer-btn > span {
    font-size: 16px;
  }
  .header__offer-btn a div {
    margin-right: 15px;
  }
  section {
    padding: 30px 0;
  }
  .title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .section-about .cards__item p {
    font-size: 16px;
  }
  .section-advantages .cards__item h4 {
    font-size: 16px;
  }
  .section-advantages .cards__item p {
    font-size: 14px;
  }
  .section-results .cards__item h3 {
    font-size: 20px;
  }
  .section-results .cards__item p {
    font-size: 16px;
  }
  .section-uniqueness .cards__item p {
    font-size: 16px;
  }
  .reviews__item {
    width: calc(100% - 20px);
  }
  .footer__content p {
    font-size: 14px;
  }
}
