/*! 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-Black";
  font-display: swap;
  src: url("assets/fonts/Roboto-Black.woff") format("woff"), url("assets/fonts/Roboto-Black.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Bold";
  font-display: swap;
  src: url("assets/fonts/Roboto-Bold.woff") format("woff"), url("assets/fonts/Roboto-Bold.woff2") format("woff2");
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  font-display: swap;
  src: url("assets/fonts/Roboto-Medium.woff") format("woff"), url("assets/fonts/Roboto-Medium.woff2") format("woff2");
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("assets/fonts/Roboto-Regular.woff") format("woff"), url("assets/fonts/Roboto-Regular.woff2") format("woff2");
  font-style: normal;
}

@font-face {
  font-family: "Prata";
  font-display: swap;
  src: url("assets/fonts/Prata-Regular.woff") format("woff"), url("assets/fonts/Prata-Regular.woff2") format("woff2");
  font-style: normal;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}

.body {
  position: relative;
}

.wrapper {
  position: relative;
}

.main-btn {
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
  color: #000;
  background: -webkit-radial-gradient(50% 50% at 50% 50%, #FDBF6D 0%, #FFB354 100%);
  background: -o-radial-gradient(50% 50% at 50% 50%, #FDBF6D 0%, #FFB354 100%);
  background: radial-gradient(50% 50% at 50% 50%, #FDBF6D 0%, #FFB354 100%);
  border-radius: 20px;
  -webkit-box-shadow: 0px 6px 10px rgba(247, 140, 0, 0.3);
          box-shadow: 0px 6px 10px rgba(247, 140, 0, 0.3);
  max-width: 280px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
  font-family: "Roboto-Bold", sans-serif, arial;
  font-size: 14px;
}

.main-btn:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.popup.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.popup__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup__body form {
  margin: 0 auto;
}

.popup__form {
  position: relative;
  z-index: 1000;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.404);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.modal.active {
  visibility: visible;
  opacity: 1;
}

.header {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  padding: 24px 0 30px;
  border-bottom: 1px solid #716D68;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.header__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.header__title img {
  max-width: 67px;
  max-height: 65px;
  margin-right: 30px;
}

.header__title h3 {
  line-height: 1.3;
  font-size: 18px;
  font-family: "Roboto-Bold", sans-serif, arial;
  font-weight: 700;
}

.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 180px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1440px) {
  .header__contact {
    margin-right: 3vw;
  }
}

.header__contact img {
  max-width: 67px;
  max-height: 65px;
  margin-right: 35px;
}

.header__contact .header-text {
  font-family: "Roboto-Bold", sans-serif, arial;
  font-weight: 700;
  font-size: 15px;
}

.header__contact .header-text p {
  display: block;
}

.header__contact .header-text span {
  font-family: "Roboto", sans-serif, arial;
  font-weight: 300;
  display: block;
}

@media (max-width: 767px) {
  .header {
    padding: 0;
  }
  .header__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }
  .header__action {
    display: none;
  }
  .header__contact {
    max-width: 320px;
    width: 100%;
    margin-right: 0;
  }
  .header__contact .header-text p {
    margin: 0;
    margin-bottom: 10px;
  }
  .header__title {
    max-width: 320px;
    width: 100%;
    margin-right: 0;
  }
  .header__title h3 {
    font-size: 14px;
  }
}

.welcome {
  height: 100vh;
  background: #061A20;
  position: relative;
}

.welcome .container {
  height: 100%;
}

.welcome__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 75px;
}

.welcome__text {
  z-index: 10;
  max-width: 550px;
}

.welcome__text h1 {
  margin: 0;
  margin-bottom: 50px;
  color: #fff;
  font-weight: 400;
  font-size: 48px;
  display: block;
  position: relative;
  font-family: "Prata", sans-serif, arial, sans-serif;
  line-height: 1.3;
}

.welcome__text h1::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #FDBF6D;
}

.welcome__text h2 {
  font-family: "Roboto-Medium", sans-serif, arial;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
  color: #fff;
}

.welcome__text p {
  font-family: "Roboto", sans-serif, arial;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 50px;
}

.welcome__text p span {
  font-weight: 500;
  font-family: "Roboto-Medium", sans-serif, arial;
}

.welcome__img {
  position: absolute;
  width: 100%;
  height: 100vh;
  right: 0;
  bottom: 0;
  text-align: right;
}

.welcome__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

.welcome-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.welcome-form input {
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid #FFB455;
  text-align: center;
  padding: 16px 30px;
  border-radius: 20px;
  outline: none;
  color: #fff;
}

@media (max-width: 767px) {
  .welcome {
    padding-top: 120px;
  }
  .welcome__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .welcome__text {
    padding-top: 70px;
    text-align: center;
  }
  .welcome__text h1 {
    font-size: 36px;
  }
  .welcome__text h1::after {
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .welcome__text h2 {
    font-size: 16px;
  }
  .welcome__text p {
    font-size: 14px;
  }
  .welcome__text form {
    -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;
  }
  .welcome__text form input {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 220px;
  }
  .welcome__img {
    position: static;
    margin-bottom: -50px;
    height: 400px;
    overflow: hidden;
  }
  .welcome__img img {
    max-width: none;
    width: 100%;
    -webkit-transform: translateX(-20%) scale(1.5);
        -ms-transform: translateX(-20%) scale(1.5);
            transform: translateX(-20%) scale(1.5);
  }
}

@media (max-width: 425px) {
  .welcome {
    height: auto;
    padding-top: 120px;
  }
  .welcome__body {
    justify-content: flex-end;
    padding-top: 70px;
  }

  .welcome .container {
    padding: 0;
  }
  .welcome__img {
    transform: none;
    height: auto;
    margin-bottom: 20px;
    display: none;
  }
  .welcome__text {
    padding: 0 20px;
    padding-top: 30px;
  }
  .welcome__text h1 {
    font-size: 26px;
  }
}

@media (max-width: 320px) {
  .welcome {
    height: auto;
  }
  .welcome__img {
    height: 220px;
  }
}

.about {
  padding: 65px 0;
}

.about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__img {
  min-width: 300px;
  max-width: 440px;
  margin-right: 50px;
}

.about__img img {
  width: 100%;
}

.about__text {
  max-width: 660px;
}

.about__text h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Prata", sans-serif, arial;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 15px;
}

.about__text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  font-family: "Roboto", sans-serif, arial;
  font-weight: 400;
  margin-bottom: 20px;
}

.about__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .about {
    padding: 30px 0;
  }
  .about__body {
    -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;
  }
  .about__img {
    min-width: none;
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .about__img img {
    max-width: 70%;
  }
  .about__text {
    text-align: center;
  }
  .about__text h2 {
    font-size: 26px;
  }
  .about__text p {
    font-size: 16px;
  }
}

.catalog {
  padding: 30px 0 80px;
  background: #051920;
  position: relative;
}

.catalog__title {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.catalog__title h2 {
  margin: 0;
  font-family: "Prata", sans-serif, arial;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3;
}

.catalog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.catalog__item {
  width: 32%;
  background-color: #fff;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 45px;
  margin-bottom: 45px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog__item:nth-child(3n+3) {
  margin-right: 0;
}

.catalog__slide {
  background-color: #fff;
  padding: 30px 25px;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  border-radius: 25px;
}

@media (min-width: 1022px) {
  .catalog__slider-container {
    display: none;
  }
}

.catalog__slider-wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
}

.slide__title {
  margin-bottom: 30px;
  text-align: center;
}

.slide__title h4 {
  font-size: 24px;
  font-family: "Prata", sans-serif, arial;
  font-weight: 400;
  margin: 0;
}

.slide__text {
  text-align: center;
}

.slide__text p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Prata", sans-serif, arial;
}

.catalog-item__title {
  padding: 25px 25px 30px;
  text-align: center;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.catalog-item__title::after {
  position: absolute;
  content: '';
  left: 0;
  top: 85px;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.catalog-item__title h4 {
  margin: 0;
  font-family: "Prata", sans-serif, arial;
  font-size: 18px;
  padding: 0 10px;
  color: #000;
  font-weight: 400;
  line-height: 1.3;
}

.catalog-item__text {
  padding: 30px 25px 20px;
  text-align: center;
  margin-bottom: 20px;
}

.catalog-item__text p {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Prata", sans-serif, arial;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}

.catalog-item__text p:last-child {
  margin-bottom: 0;
}

.catalog-item__action {
  padding-bottom: 40px;
  text-align: center;
}

.catalog-item__action button {
  text-transform: uppercase;
  font-family: "Prata", sans-serif, arial;
  font-weight: 400;
  padding: 10px 30px;
}

@media (min-width: 1022px) {
  .slider-control {
    display: none;
  }
}

.swiper-button-prev {
  color: #FDBF6D;
}

.swiper-button-next {
  color: #FDBF6D;
}

@media (max-width: 1023px) {
  .catalog__body {
    display: none;
  }
}

@media (max-width: 768px) {
  .catalog__title h2 {
    font-size: 26px;
  }
}

.edge {
  padding: 30px 0;
  background-image: url(assets/img/hummer-bg.png);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

.edge__title {
  text-align: center;
  margin-bottom: 50px;
}

.edge__title h2 {
  font-size: 48px;
  font-weight: 400;
  font-family: "Prata", sans-serif, arial;
  margin: 0;
}

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

.edge__col {
  width: 33%;
  border-right: 1px solid #051920;
  margin-right: 2%;
  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-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
}

.edge__col:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.edge__item {
  margin-bottom: 140px;
  text-align: center;
}

.edge__item img {
  max-width: 100%;
  margin-bottom: 15px;
}

.edge__item p {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Prata", sans-serif, arial;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #051920;
}

.edge__item span {
  font-size: 14px;
  font-family: "Prata", sans-serif, arial;
  font-weight: 400;
  color: #051920;
}

@media (max-width: 768px) {
  .edge {
    background-image: none;
  }
  .edge__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .edge__col {
    border-right: none;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .edge__title h2 {
    font-size: 24px;
  }
  .edge__item {
    margin-bottom: 30px;
  }
}

@media (max-width: 425px) {
  .edge__item img {
    max-width: 50px;
  }
}

.feedback {
  padding: 30px 0 50px;
  background-color: #051920;
  background-image: url(assets/img/feedback-bg.png);
  background-size: cover;
  background-position: center;
}

.feedback__title {
  text-align: center;
  margin-bottom: 80px;
}

.feedback__title h2 {
  margin: 0;
  color: #fff;
  font-family: "Prata", sans-serif, arial;
  font-weight: 400;
  font-size: 48px;
}

.feedback__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feedback-form {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 830px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 70px;
  border-radius: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feedback-form label {
  font-family: "Prata", sans-serif, arial;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback-form label span {
  width: 180px;
  display: inline-block;
}

.feedback-form label input {
  display: inline-block;
  width: 100%;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 10px;
}

.feedback-form label.with-textarea {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feedback-form label.with-textarea textarea {
  width: 100%;
  resize: none;
  height: 200px;
  border-radius: 25px;
  border: 1px solid #000;
  padding: 15px 20px;
}

.span-textarea {
  width: 100% !important;
  margin-bottom: 20px;
}

.feedback-form-btn {
  width: 100%;
  padding: 15px;
  background-color: #051920;
  color: #fff;
  font-size: 24px;
  font-family: "Prata", sans-serif, arial;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.feedback-form-btn:hover {
  -webkit-box-shadow: 0px 12px 20px -12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 12px 20px -12px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px) scale(1.01);
      -ms-transform: translateY(-2px) scale(1.01);
          transform: translateY(-2px) scale(1.01);
}

.feedback-form-btn:active {
  -webkit-transform: translateY(-2px) scale(0.98);
      -ms-transform: translateY(-2px) scale(0.98);
          transform: translateY(-2px) scale(0.98);
}

@media (max-width: 768px) {
  .feedback__title {
    margin-bottom: 30px;
  }
  .feedback__title h2 {
    font-size: 26px;
  }
  .feedback-form {
    width: 85%;
    padding: 30px 25px;
  }
  .feedback-form label {
    font-size: 18px;
  }
  .feedback-form label span {
    width: 150px;
  }
  .feedback-form-btn {
    font-size: 18px;
  }
}

@media (max-width: 425px) {
  .feedback-form {
    width: 95%;
    padding: 30px 15px;
  }
  .feedback-form label {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .span-textarea {
    margin-bottom: 15px;
  }
}

.footer {
  padding: 50px 0;
}

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

.footer__info {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 50px;
}

.footer__info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  color: #000;
  font-family: "Prata", sans-serif, arial;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}

.footer__info ul li img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.footer__info ul li a {
  color: inherit;
  text-decoration: none;
}

.footer__info ul li a:hover {
  text-decoration: underline;
}

.footer__map {
  width: 50%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__map {
    width: 80%;
  }
  .footer__info {
    margin-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15%;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__info ul li {
    font-size: 16px;
  }
}
