/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "UTF-8";
.modal-close-btn-svg,
.modal-close-btn,
.examples-list,
.social-list,
.social-list-link,
.clients-list-link,
.footer-social-list-link,
.footer-subscription-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000000;
}

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

.link {
  text-decoration: none;
}

.list {
  list-style: none;
}

.title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.18;
  text-align: center;
  letter-spacing: 0.03em;
  color: #212121;
}

@media screen and (min-width: 1200px) {
  .title {
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 1.16;
  }
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (min-width: 480px) {
  .container {
    width: 480px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 768px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

/* общий css для index.html и portfolio.html */
/* Шапка */
.header {
  border-bottom: 1px solid #ececec;
}

.page-header {
  position: relative;
  z-index: 100;
}

.page-header .container {
  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;
}

.logo {
  position: relative;
  z-index: 100;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 24px;
  line-height: 1.17;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #000000;
}

.logo-item {
  position: relative;
  color: #2196f3;
  z-index: 100;
}

.navigation-list-link {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #212121;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.navigation-list-link:hover,
.navigation-list-link:focus {
  color: #2196f3;
}

.navigation-list-link.current {
  color: #2196f3;
}

.navigation-list-link.current::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #2196f3;
  border-radius: 2px;
}

.contacts-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.02em;
  color: #757575;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.contacts-link:hover,
.contacts-link:focus {
  color: #2196f3;
}

.contacts-list-icon {
  margin-right: 8px;
  fill: #757575;
  -webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.contacts-link:hover .contacts-list-icon,
.contacts-link:focus .contacts-list-icon {
  fill: #2196f3;
}

@media screen and (max-width: 767px) {
  .menu-btn {
    position: relative;
    padding: 0;
    background-color: transparent;
    border: none;
    z-index: 100;
    outline: none;
  }
  .menu-btn:hover {
    cursor: pointer;
  }
  .menu-btn.is-open .icon-burger {
    display: none;
  }
  .menu-btn.is-open .icon-close {
    display: block;
  }
  .menu-btn.is-open .header {
    border-bottom: 1px solid #ececec;
  }
}

@media screen and (max-width: 767px) {
  .icon-burger,
  .icon-close {
    fill: #000000;
    -webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .menu-btn:hover .icon-burger,
  .menu-btn:focus .icon-burger,
  .menu-btn:hover .icon-close,
  .menu-btn:focus .icon-close {
    fill: #2196f3;
  }
  .icon-close {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .menu-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04),
      0px 2px 4px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.08),
      0px 1px 3px rgba(0, 0, 0, 0.16);
  }
  .menu-wrapper.is-open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .main-navigation {
    margin-bottom: 60px;
  }
  .navigation-list-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .navigation-list-link {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.67;
  }
  .contacts-list-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .navigation-list-link.current::after {
    top: 0;
    left: 0;
    margin-top: 33px;
  }
  .contacts-list-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .contacts-link {
    font-size: 18px;
    line-height: 1.67;
  }
}

@media screen and (min-width: 768px) {
  .logo {
    margin-right: 81px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .main-navigation {
    margin-right: 84px;
  }
  .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation-list-item:not(:last-child) {
    margin-right: 50px;
  }
  .menu-btn {
    display: none;
  }
  .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation-list-link {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 14px;
    line-height: 1.14;
  }
  .navigation-list-link.current::after {
    bottom: 0;
    left: 0;
  }
  .contacts-list-item {
    display: block;
  }
  .contacts-list-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .contacts-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 1.17;
  }
}

@media screen and (min-width: 1200px) {
  .logo {
    margin-right: 93px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 26px;
    line-height: 1.19;
  }
  .contacts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contacts-list-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .contacts-list-icon {
    margin-right: 10px;
  }
}

/* Герой */
.hero-container {
  margin: 0 auto;
  padding-top: 118px;
  padding-bottom: 118px;
  background: rgba(47, 48, 58, 0.4);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(47, 48, 58, 0.4)),
      to(rgba(47, 48, 58, 0.4))
    ),
    url(../images/header/mobile-header.jpg);
  background-image: -o-linear-gradient(
      rgba(47, 48, 58, 0.4),
      rgba(47, 48, 58, 0.4)
    ),
    url(../images/header/mobile-header.jpg);
  background-image: linear-gradient(
      rgba(47, 48, 58, 0.4),
      rgba(47, 48, 58, 0.4)
    ),
    url(../images/header/mobile-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
}

.hero-section {
  text-align: center;
}

.hero-title {
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.62;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
}

.hero-modal-btn {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 32px;
  padding-right: 32px;
  min-width: 200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.87;
  letter-spacing: 0.06em;
  color: #ffffff;
  background-color: #2196f3;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border: hidden;
  cursor: pointer;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-modal-btn:hover,
.hero-modal-btn:focus {
  background-color: #188ce8;
}

.hero-title {
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.62;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
}

.hero-modal-btn {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 32px;
  padding-right: 32px;
  min-width: 200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.87;
  letter-spacing: 0.06em;
  color: #ffffff;
  background-color: #2196f3;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border: hidden;
  cursor: pointer;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-modal-btn:hover,
.hero-modal-btn:focus {
  background-color: #188ce8;
}

@media screen and (max-width: 767px) {
  .hero-cotainer {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(47, 48, 58, 0.4)),
        to(rgba(47, 48, 58, 0.4))
      ),
      url(../images/header/desktop-header.jpg);
    background-image: -o-linear-gradient(
        rgba(47, 48, 58, 0.4),
        rgba(47, 48, 58, 0.4)
      ),
      url(../images/header/desktop-header.jpg);
    background-image: linear-gradient(
        rgba(47, 48, 58, 0.4),
        rgba(47, 48, 58, 0.4)
      ),
      url(../images/header/desktop-header.jpg);
  }
}

@media not all,
  screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2/1),
  screen and (max-width: 767px) and (min-resolution: 192dpi),
  screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .hero-container {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(47, 48, 58, 0.4)),
        to(rgba(47, 48, 58, 0.4))
      ),
      url(../images/header/mobile-header@2x.jpg);
    background-image: -o-linear-gradient(
        rgba(47, 48, 58, 0.4),
        rgba(47, 48, 58, 0.4)
      ),
      url(../images/header/mobile-header@2x.jpg);
    background-image: linear-gradient(
        rgba(47, 48, 58, 0.4),
        rgba(47, 48, 58, 0.4)
      ),
      url(../images/header/mobile-header@2x.jpg);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hero-container {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(47, 48, 58, 0.4)),
        to(rgba(47, 48, 58, 0.4))
      ),
      url(../images/header/tablet-header.jpg);
    background-image: -o-linear-gradient(
        rgba(47, 48, 58, 0.4),
        rgba(47, 48, 58, 0.4)
      ),
      url(../images/header/tablet-header.jpg);
    background-image: linear-gradient(
        rgba(47, 48, 58, 0.4),
        rgba(47, 48, 58, 0.4)
      ),
      url(../images/header/tablet-header.jpg);
  }
}

@media not all,
  screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1199px),
  screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1199px),
  screen and (min-width: 768px) and (min-resolution: 192dpi) and (max-width: 1199px),
  screen and (min-width: 768px) and (min-resolution: 2dppx) and (max-width: 1199px) {
  .hero-container {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(47, 48, 58, 0.4)),
        to(rgba(47, 48, 58, 0.4))
      ),
      url(../images/header/tablet-header@2x.jpg);
    background-image: -o-linear-gradient(
        rgba(47, 48, 58, 0.4),
        rgba(47, 48, 58, 0.4)
      ),
      url(../images/header/tablet-header@2x.jpg);
    background-image: linear-gradient(
        rgba(47, 48, 58, 0.4),
        rgba(47, 48, 58, 0.4)
      ),
      url(../images/header/tablet-header@2x.jpg);
  }
}

@media screen and (min-width: 1200px) {
  .hero-container {
    padding-top: 200px;
    padding-bottom: 200px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(47, 48, 58, 0.4)),
        to(rgba(47, 48, 58, 0.4))
      ),
      url(../images/header/desktop-header.jpg);
    background-image: -o-linear-gradient(
        rgba(47, 48, 58, 0.4),
        rgba(47, 48, 58, 0.4)
      ),
      url(../images/header/desktop-header.jpg);
    background-image: linear-gradient(
        rgba(47, 48, 58, 0.4),
        rgba(47, 48, 58, 0.4)
      ),
      url(../images/header/desktop-header.jpg);
    height: 600px;
    max-width: 1600px;
  }
  .hero-title {
    font-size: 44px;
    line-height: 1.36;
  }
}

@media not all,
  screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px),
  screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1200px),
  screen and (min-resolution: 192dpi) and (min-width: 1200px),
  screen and (min-resolution: 2dppx) and (min-width: 1200px) {
  .hero-container {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(47, 48, 58, 0.4)),
        to(rgba(47, 48, 58, 0.4))
      ),
      url(../images/header/desktop-header@2x.jpg);
    background-image: -o-linear-gradient(
        rgba(47, 48, 58, 0.4),
        rgba(47, 48, 58, 0.4)
      ),
      url(../images/header/desktop-header@2x.jpg);
    background-image: linear-gradient(
        rgba(47, 48, 58, 0.4),
        rgba(47, 48, 58, 0.4)
      ),
      url(../images/header/desktop-header@2x.jpg);
  }
}

/* Модальное окно */
.backdrop.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
  overflow-y: scroll;
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-form-wrapper {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 450px;
  width: 100%;
  height: auto;
}

.modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 40px;
}

.modal-form-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  color: #212121;
}

.modal-form-input-wrapper {
  position: relative;
  margin-bottom: 28px;
}

.modal-form-input {
  height: 40px;
  padding-left: 40px;
}

.modal-form-input::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
}

.modal-form-input::-moz-placeholder {
  color: transparent;
  -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
}

.modal-form-input:-ms-input-placeholder {
  color: transparent;
  -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
}

.modal-form-input::-ms-input-placeholder {
  color: transparent;
  -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
}

.modal-form-input::placeholder {
  color: transparent;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
  -o-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
}

.modal-form-input:focus::-webkit-input-placeholder {
  color: #000000;
}

.modal-form-input:focus::-moz-placeholder {
  color: #000000;
}

.modal-form-input:focus:-ms-input-placeholder {
  color: #000000;
}

.modal-form-input:focus::-ms-input-placeholder {
  color: #000000;
}

.modal-form-input:focus::placeholder {
  color: #000000;
}

.modal-form-input,
.modal-form-message {
  display: block;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.01em;
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
}

.modal-form-message {
  position: relative;
  margin-bottom: 28px;
  resize: none;
  margin-left: auto;
  margin-right: auto;
}

.modal-form-message:focus::-webkit-input-placeholder {
  color: #2196f3;
}

.modal-form-message:focus::-moz-placeholder {
  color: #2196f3;
}

.modal-form-message:focus:-ms-input-placeholder {
  color: #2196f3;
}

.modal-form-message:focus::-ms-input-placeholder {
  color: #2196f3;
}

.modal-form-message:focus::placeholder {
  color: #2196f3;
}

.text {
  width: 100%;
  height: auto;
  resize: none;
  padding: 12px 16px;
}

.modal-form-input.text {
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-radius: 4px;
  cursor: pointer;
}

.modal-form-label.form-message {
  top: 20%;
  left: 16px;
}

.modal-form-input:focus,
.modal-form-input:not(:placeholder-shown),
.modal-form-message:focus .modal-form-message:not(:placeholder-shown) {
  outline: none;
  border-color: #2196f3;
}

.modal-form-input:not(:placeholder-shown) .form-message {
  top: -18px;
}

.modal-form-svg {
  position: absolute;
  top: 25%;
  left: 19px;
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: #212121;
  -webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-form-label {
  position: absolute;
  top: 50%;
  left: 42px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Roboto", sans-serif;
  color: #757575;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.01em;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-form-input:focus + .modal-form-label,
.modal-form-input:not(:placeholder-shown) + .modal-form-label {
  -webkit-transform: translateY(-39px) translateX(-28px);
  -ms-transform: translateY(-39px) translateX(-28px);
  transform: translateY(-39px) translateX(-28px);
  color: #2196f3;
}

.modal-form-input.text:focus + .modal-form-label.form-message,
.modal-form-input.text:not(:placeholder-shown)
  + .modal-form-label.form-message {
  -webkit-transform: translateY(-45px) translateX(0px);
  -ms-transform: translateY(-45px) translateX(0px);
  transform: translateY(-45px) translateX(0px);
}

.modal-form-input:focus ~ .modal-form-svg,
.modal-form-input:not(:placeholder-shown) ~ .modal-form-svg {
  fill: #2196f3;
}

.modal-form-option {
  margin-bottom: 0px;
}

.modal-form-option-label {
  margin-bottom: 30px;
}

.modal-form-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.modal-form-custom-checkbox {
  display: inline-block;
  width: 15px;
  height: 16px;
  border: 2px solid #212121;
  border-radius: 2px;
}

.modal-form-option-span {
  margin-left: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.03em;
  color: #757575;
}

.modal-form-option-span a {
  color: #2196f3;
}

.modal-form-checkbox:checked + .modal-form-custom-checkbox {
  background-color: #2196f3;
  background-image: url(../images/icon-check.svg);
  background-position: 50% 50%;
  border: 2px solid #2196f3;
  border-radius: 2px;
}

.modal-form-btn {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.87;
  letter-spacing: 0.06em;
  background-color: #2196f3;
  color: #ffffff;
  padding: 10px 32px 10px 32px;
  margin: 0 auto;
  width: auto;
  height: 50px;
  border-radius: 4px;
  border-color: #2196f3;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  cursor: pointer;
}

.modal-form-btn:hover,
.modal-form-btn:focus {
  background-color: #188ce8;
}

.modal-close-btn-svg {
  position: absolute;
  width: 11px;
  height: 11px;
  fill: #000000;
}

.modal-close-btn:focus .modal-close-btn-svg,
.modal-close-btn:hover .modal-close-btn-svg {
  fill: #2196f3;
}

.modal-close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 9px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (min-width: 480px) {
  .modal-form {
    width: 450px;
  }
  .text {
    height: 120px;
  }
  .modal-form-btn {
    width: 200px;
  }
}

@media screen and (max-width: 1199px) {
  .backdrop {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .modal-form-wrapper {
    max-width: 528px;
  }
  .modal-form {
    width: 528px;
  }
  .modal-form-title {
    font-size: 20px;
    line-height: 1.15;
  }
  .modal-form-option-span {
    font-size: 14px;
    line-height: 1.71;
  }
  .modal-form-custom-checkbox {
    margin-left: 12px;
  }
}

/*Преимущества*/
.advantages-section {
  padding-top: 60px;
  padding-bottom: 30px;
}

.advantages-list-item {
  display: block;
  width: auto;
  margin: 0 auto;
}

.advantages-list-item:not(:last-child) {
  margin-bottom: 30px;
}

.icon-advantage {
  width: 100%;
  height: 120px;
  margin-bottom: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f5f4fa;
}

.advantages-list-name {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #212121;
}

.advantages-list-description {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.03em;
  color: #757575;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .advantages-list-item {
    width: 450px;
  }
}

@media screen and (min-width: 768px) {
  .advantages-section {
    padding-top: 94px;
    padding-bottom: 47px;
  }
  .advantages-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .icon-advantage {
    width: 100%;
  }
  .advantages-list-name {
    text-align: start;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .advantages-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .advantages-list-item {
    width: 354px;
  }
  .advantages-list-item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 30px;
  }
  .advantages-list-item:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .advantages-section {
    padding-top: 94px;
    padding-bottom: 47px;
  }
  .advantages-list-item {
    width: 270px;
  }
  .advantages-list-item:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .icon-advantage {
    width: 100%;
    height: 120px;
  }
}

/*Примеры работ*/
.examples-section {
  padding-top: 47px;
  padding-bottom: 94px;
}

.examples-list-item {
  position: relative;
  margin-right: 30px;
}

.examples-list-name {
  display: block;
  padding-top: 27px;
  padding-bottom: 27px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  top: 76.2%;
  background-color: rgba(47, 48, 58, 0.8);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
}

@media screen and (max-width: 1199px) {
  .examples-section {
    display: none;
  }
}

/* Команда */
.team-section {
  padding-bottom: 30px;
  background-color: #f5f4fa;
}

.team-section .title {
  padding-top: 60px;
}

.team-list-item {
  background-color: #ffffff;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2),
    0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 1px 3px rgba(0, 0, 0, 0.12);
  border-radius: 0px 0px 4px 4px;
  margin-bottom: 30px;
}

.team-list-img {
  width: 100%;
  margin-bottom: 30px;
}

.team-list-name {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.18;
  text-align: center;
  letter-spacing: 0.03em;
  color: #212121;
}

.team-list-position {
  margin-bottom: 16px;
  font-weight: 400;
  display: block;
  font-size: 16px;
  line-height: 1.18;
  text-align: center;
  letter-spacing: 0.03em;
  color: #757575;
}

.social-list {
  padding-bottom: 24px;
}

.social-list-item:not(:last-child) {
  margin-right: 10px;
}

.social-list-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.social-list-link:hover,
.social-list-link:focus {
  background-color: #2196f3;
}

.social-list-icon {
  width: 20px;
  height: 20px;
  fill: #afb1b8;
  -webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.social-list-link:hover .social-list-icon,
.social-list-link:focus .social-list-icon {
  fill: #ffffff;
}

@media screen and (min-width: 768px) {
  .team-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .team-list-item {
    max-width: calc((100% - 30px) / 2);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .team-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .team-list-item:nth-last-child(-n + 2) {
    margin-bottom: 30px;
  }
  .team-list-item:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .team-section {
    padding-bottom: 47px;
  }
  .team-section .title {
    padding-top: 94px;
  }
  .team-list-item {
    margin-bottom: 0;
  }
  .team-list-item:not(:last-child) {
    margin-right: 30px;
  }
}

/* Клиенты */
.clients-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.clients-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clients-list-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: 1px solid #afb1b8;
  border-radius: 4px;
  -webkit-transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.clients-list-link:hover,
.clients-list-link:focus {
  border: 1px solid #2196f3;
}

.clients-list-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  fill: #afb1b8;
  -webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.clients-list-link:hover .clients-list-icon,
.clients-list-link:focus .clients-list-icon {
  fill: #2196f3;
}

@media screen and (max-width: 767px) {
  .clients-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -15px;
  }
  .clients-list-item {
    margin: 15px;
    -ms-flex-preferred-size: calc((100% - 4 * 15px) / 2);
    flex-basis: calc((100% - 4 * 15px) / 2);
  }
}

@media screen and (max-width: 1199px) {
  .clients-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .clients-list-item {
    margin: 15px;
    -ms-flex-preferred-size: calc((100% - 6 * 15px) / 3);
    flex-basis: calc((100% - 6 * 15px) / 3);
  }
}

@media screen and (min-width: 1200px) {
  .clients-section {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .clients-list {
    margin: -15px;
  }
  .clients-list-item {
    -ms-flex-preferred-size: calc((100% - 10 * 15px) / 6);
    flex-basis: calc((100% - 10 * 15px) / 6);
    margin: 15px;
  }
}

/* общий css для index.html и portfolio.html */
/* Футер */
.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f303a;
}

.footer .footer.container {
  display: block;
}

.footer-logo {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.footer-logo-item {
  color: #2196f3;
}

.address {
  font-style: inherit;
}

.footer-address {
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.footer-mail {
  margin-bottom: 8px;
}

.footer-contacts-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.6);
}

.footer-contacts-title {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-social-links-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-social-links-list-item:not(:last-child) {
  margin-right: 10px;
}

.footer-social-list-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-social-list-link:hover,
.footer-social-list-link:focus {
  background-color: #2196f3;
}

.footer-social-list-icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.footer-submit-button {
  display: block;
  text-align: center;
}

.footer-submit-button-container {
  display: block;
  text-align: center;
}

.footer-submit-mail {
  display: block;
  width: auto;
  margin: 0 auto;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background-color: #2f303a;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 16px;
  padding-right: 16px;
}

.footer-submit-mail:focus {
  outline: none;
}

.footer-subscription-btn {
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 200px;
  height: 50px;
  text-decoration: none;
  border: 1px solid #2196f3;
  background-color: #2196f3;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.footer-subscription-btn-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  width: 109px;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.87;
  letter-spacing: 0.06em;
  color: #ffffff;
  background-color: #2196f3;
}

.footer-btn-icon {
  fill: #ffffff;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .footer.container {
    display: block;
  }
  .footer-submit-mail {
    width: 450px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .footer-submit-mail {
    width: 450px;
  }
}

@media screen and (max-width: 1199px) {
  .footer-contacts,
  .footer-join-us {
    margin-bottom: 60px;
    text-align: center;
  }
  .footer-submit-button-container {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .footer-contacts {
    margin-right: 69px;
  }
  .footer-logo {
    font-size: 26px;
    line-height: 1.19;
  }
  .footer-address,
  .footer-mail {
    margin-bottom: 9px;
  }
  .footer-join-us {
    margin-right: 94px;
  }
  .footer-submit-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .footer-submit-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-submit-mail {
    margin-right: 12px;
    width: 358px;
  }
}
/*# sourceMappingURL=main.min.css.map */
