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

@font-face {
  font-family: "Graphik", sans-serif;
  src: url("../fonts/GraphikCond-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik", sans-serif;
  src: url("../fonts/GraphikCond-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "", sans-serif;
  src: url("../fonts/") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Graphik", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background-color: #181818;
}

.container {
  min-width: 320px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.wrap {
  min-width: 320px;
  max-width: 1028px;
  box-sizing: border-box;
  margin: 0 auto;
}

.img__normolize {
  display: block;
  max-width: 100%;
  height: auto;
}

p,
a,
button {
  color: #fff;
}

.hidden {
  display: none;
}

.intro-FigmaLand {
  padding-top: 30px;
}
.intro-FigmaLand__bg {
  background: url(../images/imgs/header-bg.png) no-repeat;
  background-size: cover;
  background-position: top;
  height: 993px;
  position: relative;
}
.intro-FigmaLand__bg::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(14, 14, 14, 0.8705882353) 66.15%);
  left: 0;
  right: 0;
  bottom: 0;
  height: 551px;
}

.header__navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__navbar .header__btn--transparent {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 0px;
  font-size: 17px;
  padding: 13.5px 13.5px;
  color: #fff;
  cursor: pointer;
  padding-right: 46px;
  padding-left: 46px;
  transition: all 0.5s;
}
.header__navbar .header__btn--transparent:hover {
  border: 1px solid #4452fe;
  background-color: #4452fe;
  border-radius: 0px;
  font-size: 17px;
  padding: 13.5px 13.5px;
  color: #fff;
  cursor: pointer;
  padding-right: 46px;
  padding-left: 46px;
}
.header__navbar .header__btn--transparent:active {
  transform: scale(0.9);
}
.header__navbar .header__menu-list {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
}
.header__navbar .header__menu-item {
  margin-right: 41px;
  max-width: 68px;
  position: relative;
}
.header__navbar .header__menu-item a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0px;
  height: 2px;
  background-color: #4452fe;
  transform: translate(-50%, 100%);
  transition: all 0.4s;
}
.header__navbar .header__menu-item a:hover::before {
  transform: translate(100% 0);
  width: 50px;
}
.header__navbar .header__menu-item a:active:before {
  transform: translate(100% 0);
  width: 25px;
}
.header__navbar .header__box {
  display: flex;
  gap: 27px;
}
.header__navbar .burger-checkbox {
  position: absolute;
  visibility: hidden;
}
.header__navbar .burger {
  cursor: pointer;
  border: none;
  background: transparent;
}
.header__navbar .menu-list {
  top: 0;
  left: 0;
  position: absolute;
  display: grid;
  gap: 12px;
  padding: 42px 0;
  margin: 0;
  background: #112d57;
  list-style-type: none;
  transform: translate(-100%, 40px);
  transition: 0.3s;
  width: 200px;
}
.header__navbar .menu-item {
  display: block;
  padding: 8px;
  color: white;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.header__navbar .menu-item:hover {
  background: rgba(255, 255, 255, 0.2);
}
.header__navbar .burger-checkbox:checked ~ .menu-list {
  transform: translate(0, 40px);
}
.header__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__info-title {
  margin-bottom: 27px;
  font-size: 80px;
  line-height: 1.1;
  text-align: center;
  max-width: 709px;
}
.header__info-text {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  max-width: 602px;
  margin-bottom: 50px;
}
.header__nav-btns {
  display: flex;
  align-items: center;
}
.header__nav-btns-btn--hidden {
  display: none;
}
.header__btns {
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}
.header__btns .header__btn {
  border: 1px solid transparent;
  background-color: #4452fe;
  border-radius: 0px;
  font-size: 17px;
  padding: 20px 40px;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.header__btns .header__btn:hover {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 0px;
  font-size: 17px;
  padding: 20px 40px;
  color: #fff;
  cursor: pointer;
}
.header__btns .header__btn:active {
  transform: scale(0.9);
}
.header__btns .header__btn--transparent {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 0px;
  font-size: 17px;
  padding: 20px 40px;
  color: #fff;
  cursor: pointer;
}
.header__btns .header__btn--transparent:hover {
  border: 1px solid #4452fe;
  background-color: #4452fe;
  border-radius: 0px;
  font-size: 17px;
  padding: 20px 40px;
  color: #fff;
  cursor: pointer;
}
.header__btns .header__btn--transparent:active {
  transform: scale(0.9);
}

@media screen and (max-width: 1200px) {
  .intro-FigmaLand {
    padding-top: 20px;
  }
  .wrap-padding {
    padding: 0 15px;
  }
  .header__info-title {
    font-size: 52px;
    font-weight: 400;
  }
}
@media screen and (max-width: 800px) {
  .header__menu {
    display: none;
  }
  .header__navbar .menu.hidden {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .header__navbar {
    flex-direction: column;
  }
}
.features {
  padding: 62px 0;
}
.features__title {
  text-align: center;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.19;
  margin-bottom: 27px;
}
.features__text {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  max-width: 602px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.features__advantages {
  display: flex;
}
.features__advantages-images {
  position: relative;
}
.features__advantages-images-bg {
  width: 696px;
  height: 659px;
}
.features__advantages-images::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -12px;
  background: url(../images/imgs/features-small.png) no-repeat;
  width: 446px;
  height: 292px;
  z-index: 1;
  background-size: contain;
}
.features__advantages-block {
  margin: 54px 0;
  margin-left: 27px;
}
.features__advantages-item {
  margin-bottom: 35px;
}
.features__advantages-item ul {
  margin: 0;
  position: relative;
}
.features__advantages-item-single::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  bottom: -9px;
  right: 0;
  background: url(../images/icons/restaurant-menu.svg) no-repeat;
}
.features__advantages-item-single li {
  width: 150px;
}
.features__advantages-item-interface::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  bottom: -9px;
  right: 0;
  background: url(../images/icons/alien.svg) no-repeat;
}
.features__advantages-item-interface li {
  width: 150px;
}
.features__advantages-item-rules::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -8px;
  bottom: 0;
  right: 0;
  background: url(../images/icons/inclusive.svg) no-repeat;
}
.features__advantages-item-rules li {
  width: 150px;
}
.features__advantages-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  max-width: 250px;
  padding: 10px;
  margin: 0;
  margin-top: 10px;
}

@media screen and (max-width: 1100px) {
  .wrap-padding {
    padding: 0 15px;
  }
  .features__text {
    margin-bottom: 27px;
  }
  .features__advantages {
    flex-direction: column;
    align-items: center;
  }
  .features__advantages-images-bg {
    width: 696px;
    height: 659px;
  }
  .features__advantages-images::before {
    bottom: 0;
    right: 71px;
  }
}
@media screen and (max-width: 900px) {
  .features__advantages-images-bg {
    width: 324px;
    height: 319px;
  }
  .features__advantages-images::before {
    width: 232px;
    height: 160px;
  }
}
.contents {
  padding: 50px 0;
  margin-bottom: 100px;
}
.contents__title {
  font-weight: 400;
  font-size: 52px;
  line-height: 1.19;
  text-align: center;
  margin-bottom: 10px;
}
.contents__text {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  max-width: 591px;
  margin: 0 auto;
  margin-bottom: 44px;
}
.contents__cards {
  display: flex;
  gap: 33px;
  flex-wrap: wrap;
  justify-content: center;
}
.contents__cards-card {
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 40px 35px;
  border-radius: 10px;
  max-width: 476px;
}
.contents__cards-card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contents__cards-card-header h3 {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 30px;
}
.contents__cards-card-header p {
  font-weight: 400;
  font-size: 16px;
  color: #5c5c5c;
  line-height: 1.5;
  width: 255px;
  margin: 0;
  margin-bottom: 67px;
}
.contents__cards-card-header-btn {
  border: 1px solid transparent;
  background-color: #4452fe;
  border-radius: 0px;
  font-size: 17px;
  padding: 13.5px 46px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 57px;
  transition: all 0.5s;
}
.contents__cards-card-header-btn:hover {
  border: 1px solid #000;
  background-color: transparent;
  border-radius: 0px;
  font-size: 17px;
  padding: 13.5px 46px;
  color: #000;
  cursor: pointer;
}
.contents__cards-card-header-btn:active {
  transform: scale(0.9);
}
.contents__cards-card2 {
  padding: 40px 48.5px;
}
.contents__cards-card2 button {
  margin-bottom: 30px;
}
.contents__cards-card2 p {
  margin-bottom: 40px;
}

@media screen and (max-width: 1020px) {
  .wrap-padding {
    padding: 0 15px;
  }
  .contents__cards {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .contents__cards-card {
    max-width: 380px;
  }
}
@media screen and (max-width: 800px) {
  .contents__cards-card {
    max-width: 300px;
  }
}
.gallery {
  padding: 50px 0;
  margin-bottom: 100px;
}
.gallery__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery__block-title {
  font-size: 52px;
  line-height: 1.19;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.gallery__block-text {
  font-weight: 400;
  max-width: 591px;
  text-align: center;
  margin-bottom: 44px;
}
.gallery__box {
  display: flex;
  align-items: center;
  gap: 44px;
  flex-direction: column;
}
.gallery__box-row {
  display: flex;
  gap: 33px;
  justify-content: center;
  align-items: center;
}
.gallery__btn {
  display: block;
  margin: 0 auto;
  margin-top: 44px;
  transition: all 0.5s;
}
.gallery__btn--transparent {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 0px;
  font-size: 17px;
  padding: 20px 40px;
  color: #fff;
  cursor: pointer;
}
.gallery__btn--transparent:hover {
  border: 1px solid #4452fe;
  background-color: #4452fe;
  border-radius: 0px;
  font-size: 17px;
  padding: 20px 40px;
  color: #fff;
  cursor: pointer;
}
.gallery__btn--transparent:active {
  transform: scale(0.9);
}

@media screen and (max-width: 1200px) {
  .wrap-padding {
    padding: 0 15px;
  }
  .gallery__box-row {
    flex-wrap: wrap;
  }
  .gallery__box-row img {
    border-radius: 12px;
  }
  .gallery__box-row + .gallery__box-row {
    display: none;
  }
}
.partners {
  padding: 50px 0;
  margin-bottom: 100px;
}
.partners__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partners__block-title {
  font-weight: 400;
  font-size: 52px;
  line-height: 1.19;
  margin-bottom: 10px;
  text-align: center;
}
.partners__block-text {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  max-width: 591px;
  margin-bottom: 60px;
}
.partners__brands {
  display: flex;
  gap: 74px;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.partners__btn {
  margin: 0 auto;
  display: block;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 0px;
  font-size: 17px;
  padding: 20px 40px;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.partners__btn:hover {
  border: 1px solid #4452fe;
  background-color: #4452fe;
  border-radius: 0px;
  font-size: 17px;
  padding: 20px 40px;
  color: #fff;
  cursor: pointer;
}
.partners__btn:active {
  transform: scale(0.9);
}

@media screen and (max-width: 1100px) {
  .wrap-padding {
    padding: 0 15px;
  }
}
.testimonials {
  padding-top: 50px;
  margin-bottom: 100px;
}
.testimonials .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonials__title {
  font-weight: 400;
  font-size: 52px;
  line-height: 1.19;
  text-align: center;
  margin-bottom: 60px;
}
.testimonials__cards {
  max-width: 883px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 23px;
}
.testimonials__cards-card {
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 40px 70px 40px 40px;
}
.testimonials__cards-card-client {
  display: flex;
  gap: 23px;
}
.testimonials__cards-card-client h4 {
  max-width: 180px;
}
.testimonials__cards-card-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  max-width: 320px;
}

@media screen and (max-width: 1100px) {
  .wrap-padding {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .wrap-padding {
    padding: 0 15px;
  }
  .testimonials__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.opentype {
  padding: 80px 0;
  margin-bottom: 100px;
}
.opentype__box {
  border-radius: 33px;
  background: #343434;
  height: 370px;
  display: flex;
  justify-content: space-evenly;
}
.opentype__box-text {
  padding: 78.5px 0 78.5px 94px;
}
.opentype__box-text-title {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 52px;
  line-height: 1.19;
  max-width: 499px;
  opacity: 0.7;
  margin-bottom: 37px;
}
.opentype__box-text-btn {
  border: 1px solid transparent;
  background-color: #4452fe;
  border-radius: 0px;
  font-size: 17px;
  padding: 13.5px 13.5px;
  color: #fff;
  cursor: pointer;
  width: 232px;
  transition: all 0.5s;
}
.opentype__box-text-btn:hover {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 0px;
  font-size: 17px;
  padding: 13.5px 13.5px;
  color: #fff;
  cursor: pointer;
}
.opentype__box-text-btn:active {
  transform: scale(0.9);
}
.opentype__box-img {
  overflow: hidden;
}
.opentype__box-img img {
  position: relative;
  top: 40px;
}

@media screen and (max-width: 1100px) {
  .wrap-padding {
    padding: 0 15px;
  }
  .opentype {
    margin-bottom: 300px;
  }
  .opentype__box {
    flex-direction: column;
    align-items: center;
    height: 418px;
  }
  .opentype__box-text {
    text-align: center;
    padding: 10px 71px;
  }
  .opentype__box-text-btn {
    display: block;
    margin: 0 auto;
  }
  .opentype__box-img {
    overflow: visible;
  }
  .opentype__box-img img {
    position: static;
  }
}
.footer {
  padding: 107px 0;
}
.footer .wrap {
  display: flex;
  gap: 200px;
}
.footer__nav {
  display: flex;
  gap: 97px;
}
.footer__nav-item h4 {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.footer__nav-item ul {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.footer__nav-item ul li {
  margin-bottom: 19px;
}
.footer__nav-item ul li a {
  transition: all 0.3s;
}
.footer__nav-item ul li a:hover {
  color: #4452fe;
}
.footer__nav-item ul li a:active {
  color: #112d57;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__contacts-addres {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__contacts-tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__contacts-social {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 1100px) {
  .wrap-padding {
    padding: 0 15px;
  }
  .footer .wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 75px;
  }
}
@media screen and (max-width: 600px) {
  .footer__nav {
    flex-direction: column;
    gap: 75px;
  }
}/*# sourceMappingURL=main.css.map */