@font-face {
  font-family: Raleway;
  src: url(/ralewaybold.91e3f2a0.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
.checkbox,
.feature-main-title,
.portfolio-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0 0 0 0);
  border: none;
  overflow: hidden;
}
.datetime-input,
.modal-form-input,
.modal-message-input {
  width: 100%;
  padding: 12px 10px;
  border: none;
  border-bottom: 1px solid #303030;
  border-radius: 0;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.barber-field,
.datetime-field,
.modal-form-field,
.modal-message-field,
.services-field {
  width: 360px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .barber-field,
  .datetime-field,
  .modal-form-field,
  .modal-message-field,
  .services-field {
    width: 400px;
  }
}

/*! modern-normalize v0.6.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
:after,
:before {
  box-sizing: border-box;
}
:root {
  -moz-tab-size: 4;
  tab-size: 4;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
}
hr {
  height: 0;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
:root {
  scroll-behavior: smooth;
}
body {
  color: #303030;
  background-color: #fff;
  font-family: Open Sans, sans-serif;
}
body.modal-open {
  overflow: hidden;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
button {
  font-family: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  padding: 0;
  border: none;
  outline-color: #ff6c00;
}
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 767px;
  padding-left: 31px;
  padding-right: 31px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .container {
    max-width: 768px;
    padding-left: 39px;
    padding-right: 39px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
label,
p {
  margin-top: 0;
}
.button-order,
.button-send,
.button-submit,
.order-link,
.doing-order-link {
  display: inline-block;
  padding: 11px;
  min-width: 160px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ff6c00;
  border-radius: 25px;
  outline: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.09em;
  font-family: Open Sans, sans-serif;
  color: #303030;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-order:focus,
.button-order:hover,
.button-send:focus,
.button-send:hover,
.button-submit:focus,
.button-submit:hover,
.order-link:focus,
.order-link:hover,
.doing-order-link:focus,
.doing-order-link:hover {
  background-color: #ff6c00;
  color: #fff;
}
.section {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.header-section {
  margin: 0 auto;
  padding: 40px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .header-section {
    background-image: linear-gradient(rgba(25, 28, 38, 0), rgba(25, 28, 38, 0)),
      url(/img/header1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
  }
}

@media screen and (min-width: 768px) {
  .header-section {
    padding: 32px 0 0px;
  }
}
.nav {
  margin-top: -30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 112px;
}
@media screen and (min-width: 768px) {
  .nav {
    margin-bottom: 40px;
  }
}
.header-logo {
  display: inline-flex;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header-logo {
    margin-left: 11px;
    margin-right: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .header-logo {
    margin-right: 71px;
  }
}
.icon-logo {
  width: 69px;
  height: 56px;
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .icon-logo {
    fill: #303030;
  }
}
@media screen and (max-width: 767px) {
  .nav-container {
    display: none;
    position: absolute;
    top: -40px;
    right: 0;
    width: 100%;
    height: 100vh;
    padding-top: 118px;
    padding-right: 31px;
    padding-left: calc(30% + 40px);
    text-align: left;
    z-index: 1;
    overflow-y: scroll;
    background: linear-gradient(90deg, rgba(25, 28, 38, 0.2) 30%, #fff 0);
    box-shadow: -1px 0 3px rgba(0, 0, 0, 0.16), -2px 0 4px rgba(0, 0, 0, 0.08),
      -4px 0 8px rgba(0, 0, 0, 0.04);
  }
  .nav-container.is-open {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .button-menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    outline-width: 0;
    cursor: pointer;
    background-color: inherit;
    fill: #fff;
  }
  .button-menu.is-open {
    fill: #303030;
  }
}
@media screen and (min-width: 768px) {
  .button-menu {
    display: none;
  }
}
.icon-menu {
  width: 24px;
  height: 16px;
}
.button-menu.is-open .icon-menu {
  position: absolute;
  z-index: 2;
  width: 19px;
  height: 19px;
}
.icon-burger {
  display: block;
}
.button-menu.is-open .icon-burger,
.icon-close {
  display: none;
}
.button-menu.is-open .icon-close {
  display: block;
}
@media screen and (max-width: 767px) {
  .sections-list {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 768px) {
  .sections-list {
    display: flex;
    justify-content: left;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sections-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .sections-item:not(:last-child) {
    margin-right: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .sections-item:not(:last-child) {
    margin-right: 40px;
  }
}
.page-link {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.39;
  letter-spacing: 0.1em;
  font-family: Open Sans, sans-serif;
  color: #303030;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-link:focus,
.page-link:hover {
  color: #ff6c00;
}
@media screen and (min-width: 768px) {
  .page-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.34;
    letter-spacing: 0.1em;
    font-family: Open Sans, sans-serif;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .order-list {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .order-list {
    display: none;
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .order-list {
    display: flex;
    justify-content: right;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .order-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .order-item:not(:last-child) {
    margin-right: 40px;
  }
}
.order-phone {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: 0.1em;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  color: #303030;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.order-phone:focus,
.order-phone:hover {
  color: #ff6c00;
}
@media screen and (min-width: 768px) {
  .order-phone {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.34;
    letter-spacing: 0.1em;
    font-family: Open Sans, sans-serif;
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .order-phone {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
.order-link {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .order-link {
    padding: 12px 37px;
    color: #303030;
  }
}
.header-social-list {
  position: relative;
  padding-left: 100px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .header-social-list {
    position: absolute;
    bottom: 0;
    left: 95px;
    display: flex;
    transform: rotate(-90deg);
    transform-origin: bottom left;
  }
}
@media screen and (min-width: 1280px) {
  .header-social-list {
    left: 101px;
  }
}
.header-social-list:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #303030;
}
.header-social-item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .header-social-item:not(:last-child) {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.header-social-link {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: 0.2em;
  font-family: Open Sans, sans-serif;
  color: #303030;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 768px) {
  .header-social-link {
    font-weight: 600;
    font-size: 11px;
    line-height: 1.36;
    letter-spacing: 0.2em;
    font-family: Open Sans, sans-serif;
  }
}
.header-social-link:focus,
.header-social-link:hover {
  color: #ff6c00;
}
.title-box {
  padding-top: 20px;
  padding-left: 20px;
  background-color: #aec94a;
  border-radius: 8px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .title-box {
    padding-top: 20px;
    padding-left: 20px;
    margin-left: 240px;
    margin-bottom: 30px;
    width: 355px;
  }
}
@media screen and (min-width: 1280px) {
  .title-box {
    padding-top: 20px;
    padding-left: 20px;
    margin-left: 200px;
    margin-bottom: 20px;
    width: 550px;
  }
}
.sub-title {
  position: relative;
  padding-left: 80px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.37;
  letter-spacing: 0.1em;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.sub-title:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}
.main-title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: 0.05em;
  font-family: "Shrikhand", cursive;
  /* font-family: Raleway, sans-serif; */
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1280px) {
  .main-title {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.18;
    letter-spacing: 0.05em;
    font-family: "Shrikhand", cursive;
  }
}
.main-title2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.17;
  letter-spacing: 0.05em;
  font-family: Raleway, sans-serif;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1280px) {
  .main-title2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: 0.05em;
    font-family: Raleway, sans-serif;
  }
}
.slogan {
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.62;
  letter-spacing: 0.02em;
  font-family: Open Sans, sans-serif;
}
@media screen and (min-width: 1280px) {
  .slogan {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.67;
    letter-spacing: 0.02em;
    font-family: Open Sans, sans-serif;
  }
}
.break-line {
  display: none;
}
@media screen and (min-width: 768px) {
  .break-line {
    display: block;
  }
}
.slider-container {
  padding-top: 90px;
  display: none;
}
@media screen and (min-width: 768px) {
  .slider-container {
    display: block;
    position: absolute;
    top: -32px;
    right: 0;
    z-index: -1;
    overflow: hidden;
    width: calc(100% - 159px);
    height: calc(100% + 72px);
    background-color: #4077ca;
  }
}
@media screen and (min-width: 1280px) {
  .slider-container {
    width: calc(100% - 155px);
  }
}
.slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider-item {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
@media screen and (min-width: 768px) {
  .slider-item:nth-child(3n + 1) {
    background-image: linear-gradient(
        rgba(130, 131, 133, 0),
        rgba(130, 131, 133, 0)
      ),
      url(/img/header1.jpg);
  }
}
@media screen and (min-width: 768px) and (min-device-pixel-ratio: 2),
  screen and (min-width: 768px) and (min-resolution: 2dppx),
  screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .slider-item:nth-child(3n + 1) {
    background-image: linear-gradient(
        rgba(130, 131, 133, 0),
        rgba(130, 131, 133, 0)
      ),
      url(/img/header1.jpg);
  }
}
@media screen and (min-width: 768px) and (min-device-pixel-ratio: 3),
  screen and (min-width: 768px) and (min-resolution: 3dppx),
  screen and (min-width: 768px) and (min-resolution: 288dpi) {
  .slider-item:nth-child(3n + 1) {
    background-image: linear-gradient(
        rgba(130, 131, 133, 0),
        rgba(130, 131, 133, 0)
      ),
      url(/img/header1.jpg);
  }
}
@media screen and (min-width: 1280px) {
  .slider-item:nth-child(3n + 1) {
    background-image: linear-gradient(
        rgba(130, 131, 133, 0),
        rgba(130, 131, 133, 0)
      ),
      url(/img/header1.jpg);
  }
}
@media screen and (min-width: 1280px) and (min-device-pixel-ratio: 2),
  screen and (min-width: 1280px) and (min-resolution: 2dppx),
  screen and (min-width: 1280px) and (min-resolution: 192dpi) {
  .slider-item:nth-child(3n + 1) {
    background-image: linear-gradient(
        rgba(130, 131, 133, 0),
        rgba(130, 131, 133, 0)
      ),
      url(/img/header1.jpg);
  }
}
@media screen and (min-width: 1280px) and (min-device-pixel-ratio: 3),
  screen and (min-width: 1280px) and (min-resolution: 3dppx),
  screen and (min-width: 1280px) and (min-resolution: 288dpi) {
  .slider-item:nth-child(3n + 1) {
    background-image: linear-gradient(
        rgba(130, 131, 133, 0),
        rgba(130, 131, 133, 0)
      ),
      url(/img/header1.jpg);
  }
}
@media screen and (min-width: 768px) {
  .slider-item:nth-child(3n + 2) {
    background-image: linear-gradient(
        rgba(130, 131, 133, 0),
        rgba(130, 131, 133, 0)
      ),
      url(/image768-2.9d9cdfd0.jpg);
  }
}
@media screen and (min-width: 768px) and (min-device-pixel-ratio: 2),
  screen and (min-width: 768px) and (min-resolution: 2dppx),
  screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .slider-item:nth-child(3n + 2) {
    background-image: linear-gradient(
        rgba(130, 131, 133, 0),
        rgba(130, 131, 133, 0)
      ),
      url(image768-2@2x.43fe95b6.jpg);
  }
}
@media screen and (min-width: 768px) and (min-device-pixel-ratio: 3),
  screen and (min-width: 768px) and (min-resolution: 3dppx),
  screen and (min-width: 768px) and (min-resolution: 288dpi) {
  .slider-item:nth-child(3n + 2) {
    background-image: linear-gradient(
        rgba(130, 131, 133, 0),
        rgba(130, 131, 133, 0)
      ),
      url(/image768-2@3x.ed071dfc.jpg);
  }
}
@media screen and (min-width: 1280px) {
  .slider-item:nth-child(3n + 2) {
    background-image: linear-gradient(
        rgba(130, 131, 133, 0),
        rgba(130, 131, 133, 0)
      ),
      url(/image1280-2.f2cbfd79.jpg);
  }
}
@media screen and (min-width: 1280px) and (min-device-pixel-ratio: 2),
  screen and (min-width: 1280px) and (min-resolution: 2dppx),
  screen and (min-width: 1280px) and (min-resolution: 192dpi) {
  .slider-item:nth-child(3n + 2) {
    background-image: linear-gradient(
        rgba(130, 131, 133, 0),
        rgba(130, 131, 133, 0)
      ),
      url(/image1280-2@2x.e0900cdf.jpg);
  }
}
@media screen and (min-width: 1280px) and (min-device-pixel-ratio: 3),
  screen and (min-width: 1280px) and (min-resolution: 3dppx),
  screen and (min-width: 1280px) and (min-resolution: 288dpi) {
  .slider-item:nth-child(3n + 2) {
    background-image: linear-gradient(
        rgba(130, 131, 133, 0),
        rgba(130, 131, 133, 0)
      ),
      url(/image1280-2@3x.0043f01f.jpg);
  }
}
@media screen and (min-width: 768px) {
  .slider-item:nth-child(3n + 3) {
    background-image: linear-gradient(
        rgba(130, 131, 133, 0),
        rgba(130, 131, 133, 0)
      ),
      url(/image768-3.96fcf46b.jpg);
  }
}
@media screen and (min-width: 768px) and (min-device-pixel-ratio: 2),
  screen and (min-width: 768px) and (min-resolution: 2dppx),
  screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .slider-item:nth-child(3n + 3) {
    background-image: linear-gradient(
        rgba(130, 131, 133, 0),
        rgba(130, 131, 133, 0)
      ),
      url(/image768-3@2x.b3f5fc28.jpg);
  }
}
@media screen and (min-width: 768px) and (min-device-pixel-ratio: 3),
  screen and (min-width: 768px) and (min-resolution: 3dppx),
  screen and (min-width: 768px) and (min-resolution: 288dpi) {
  .slider-item:nth-child(3n + 3) {
    background-image: linear-gradient(
        rgba(130, 131, 133, 0),
        rgba(130, 131, 133, 0)
      ),
      url(/image768-3@3x.77d18d7b.jpg);
  }
}
@media screen and (min-width: 1280px) {
  .slider-item:nth-child(3n + 3) {
    background-image: linear-gradient(
        rgba(130, 131, 133, 0),
        rgba(130, 131, 133, 0)
      ),
      url(/image1280-3.394a84db.jpg);
  }
}
@media screen and (min-width: 1280px) and (min-device-pixel-ratio: 2),
  screen and (min-width: 1280px) and (min-resolution: 2dppx),
  screen and (min-width: 1280px) and (min-resolution: 192dpi) {
  .slider-item:nth-child(3n + 3) {
    background-image: linear-gradient(
        rgba(130, 131, 133, 0),
        rgba(130, 131, 133, 0)
      ),
      url(/image1280-3@2x.736e654a.jpg);
  }
}
@media screen and (min-width: 1280px) and (min-device-pixel-ratio: 3),
  screen and (min-width: 1280px) and (min-resolution: 3dppx),
  screen and (min-width: 1280px) and (min-resolution: 288dpi) {
  .slider-item:nth-child(3n + 3) {
    background-image: linear-gradient(
        rgba(130, 131, 133, 0),
        rgba(130, 131, 133, 0)
      ),
      url(/image1280-3@3x.2c2b832e.jpg);
  }
}
.slider-buttons-box {
  display: none;
}
@media screen and (min-width: 768px) {
  .slider-buttons-box {
    display: block;
    text-align: right;
  }
}
.slider-button {
  width: 60px;
  padding: 0 0 8px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.36;
  letter-spacing: 0.1em;
  font-family: Open Sans, sans-serif;
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  outline: none;
  cursor: pointer;
}
.slider-button:disabled {
  color: rgba(157, 164, 189, 0.6);
}
.slider-button.btn-prev {
  text-align: left;
  margin-right: 26px;
}
.slider-button.btn-next {
  text-align: right;
}
.slider-navigation {
  display: none;
}
@media screen and (min-width: 768px) {
  .slider-navigation {
    display: block;
    position: absolute;
    top: 50%;
    right: 39px;
    transform: translateY(-50%);
    width: 18px;
    height: 30px;
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .slider-navigation {
    right: 55px;
  }
}
.navigation-item {
  width: 8px;
  height: 2px;
  margin-left: auto;
  background-color: #9da4bd;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.navigation-item:not(:last-child) {
  margin-bottom: 12px;
}
.navigation-item.active-slide {
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .container.about-us {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .about-image-list {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .about-image-list {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .about-image-list {
    display: flex;
    justify-content: left;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .about-image-item:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .about-image-item:first-child {
    margin-left: 100px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .about-content {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .about-content {
    padding: 0 34px;
  }
}
.sub-title.about-us {
  color: #303030;
}
.sub-title.about-us:before {
  background-color: #303030;
}
.about-title {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: 0.05em;
  font-family: Raleway, sans-serif;
  color: #303030;
}
@media screen and (min-width: 1280px) {
  .about-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.17;
    letter-spacing: 0.05em;
    font-family: Raleway, sans-serif;
  }
}
.slogan.about-us {
  color: #555;
  margin-bottom: 20px;
}
.about-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.02em;
  font-family: Open Sans, sans-serif;
  color: #555;
  margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .feature-container {
    flex-direction: row-reverse;
    color: #303030;
  }
}
.feature-text-container {
  margin-bottom: 44px;
}
@media screen and (min-width: 1280px) {
  .feature-text-container {
    width: 100%;
    margin-left: 30px;
    margin-bottom: 0;
  }
}
.sub-title.feature {
  color: #303030;
}
.sub-title.feature:before {
  background-color: #303030;
}
.feature-title {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.17;
  letter-spacing: 0.05em;
  font-family: Raleway, sans-serif;
  color: #303030;
}
.feature-text {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.02em;
  font-family: Open Sans, sans-serif;
  color: #555;
}
@media screen and (min-width: 768px) {
  .feature-text {
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .feature-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    width: 418px;
  }
}
@media screen and (min-width: 768px) {
  .feature-list {
    width: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .feature-list {
    margin-left: 0;
    margin-right: 100px;
    width: 370px;
  }
}
.feature-list-item {
  display: block;
  background-color: #f7f7f7;
  text-align: center;
}
.feature-list-item:not(:last-child) {
  padding: 20px 35px;
}
.feature-list-item:last-child {
  padding: 20px 32px;
}
@media screen and (max-width: 479px) {
  .feature-list-item {
    max-width: 194px;
    margin: 0 auto;
  }
  .feature-list-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .feature-list-item {
    max-width: 194px;
  }
  .feature-list-item:nth-child(odd) {
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .feature-list-item:nth-child(2n) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .feature-list-item {
    width: calc((100% - 30px) / 2);
  }
  .feature-list-item:nth-child(odd) {
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .feature-list-item:nth-child(2n) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .feature-list-item:not(:last-child) {
    padding: 20px 44px;
  }
  .feature-list-item:last-child {
    padding: 20px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .feature-list-item:not(:last-child) {
    padding: 20px 24px;
  }
  .feature-list-item:last-child {
    padding: 20px 19px;
  }
}
.feature-number {
  position: relative;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.36;
  letter-spacing: 0.05em;
  font-family: Open Sans, sans-serif;
}
.feature-plus {
  margin-left: 2px;
  position: absolute;
  top: 7px;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0.02em;
  color: #ff6c00;
}
.feature-desc,
.feature-plus {
  font-weight: 600;
  font-family: Open Sans, sans-serif;
}
.feature-desc {
  font-size: 11px;
  line-height: 1.37;
  letter-spacing: 0.009em;
  margin-bottom: 0;
}
.sub-title.portfolio {
  margin-bottom: 44px;
  color: #303030;
}
@media screen and (max-width: 767px) {
  .sub-title.portfolio {
    font-weight: 600;
    font-size: 11px;
    line-height: 1.91;
    letter-spacing: 0.1em;
    font-family: Open Sans, sans-serif;
  }
}
.sub-title.portfolio:before {
  background-color: #303030;
}
@media screen and (max-width: 767px) {
  .sub-title.portfolio:before {
    font-weight: 600;
    font-size: 11px;
    line-height: 1.91;
    letter-spacing: 0.1em;
    font-family: Open Sans, sans-serif;
  }
}
.portfolio-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .portfolio-list {
    margin: -15px;
  }
}
@media screen and (max-width: 767px) {
  .portfolio-list-item {
    width: 418px;
  }
}
@media screen and (min-width: 768px) {
  .portfolio-list-item {
    width: calc((100% - 60px) / 2);
    margin: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .portfolio-list-item {
    width: calc((100% - 120px) / 4);
  }
}
@media screen and (max-width: 767px) {
  .portfolio-list-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.backdrop.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.backdrop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal {
  position: relative;
  padding: 40px;
  margin: 0 auto;
  max-width: 450px;
  color: #303030;
  background-color: #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14),
    0 1px 3px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  transform: perspective(600px) rotateX(0) scale(1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-height: 980px) {
  .modal {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .modal {
    max-width: 528px;
    padding: 55px;
  }
}
.backdrop.is-hidden .modal {
  transform: perspective(600px) rotateX(90deg) scale(0.5);
}
.modal-title {
  display: block;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.13;
  letter-spacing: 0.02em;
  font-family: Raleway, sans-serif;
  text-align: center;
}
.modal-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #303030;
  text-transform: uppercase;
}
.modal-form-field {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.01em;
  font-family: Open Sans, sans-serif;
}
.modal-form-input:focus {
  border-color: #ff6c00;
  outline-color: #ff6c00;
}
.modal-form-input:valid {
  border-color: green;
  outline-color: green;
}
.modal-form-input:invalid:not(:focus):not(:placeholder-shown) {
  background: pink;
}
.modal-form-label {
  position: absolute;
  top: 50%;
  left: 0;
  color: #303030;
  transform: translateY(-50%);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    font 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-form-field:focus-within > .modal-form-label {
  color: #ff6c00;
  transform: translateY(calc(-50% - 32px));
  font-weight: 400;
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-family: Open Sans, sans-serif;
}
.modal-form-input:not(:placeholder-shown) + .modal-form-label {
  transform: translateY(calc(-50% - 32px));
  font-weight: 400;
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-family: Open Sans, sans-serif;
}
.datetime-field {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.01em;
  font-family: Open Sans, sans-serif;
}
.datetime-input:focus {
  border-color: #ff6c00;
  outline-color: #ff6c00;
}
.datetime-label {
  display: inline-block;
  padding: 5px 0;
  color: #303030;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.datetime-field:focus-within > .datetime-label,
.datetime-input:not(:placeholder-shown) + .datetime-label {
  color: #ff6c00;
}
.barber-field {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.01em;
  font-family: Open Sans, sans-serif;
  border-bottom: 1px solid #303030;
}
.barber-label {
  display: inline-block;
  padding: 5px 0;
  color: #303030;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.barber-field:focus-within > .barber-label,
.barber-input:not(:placeholder-shown) + .barber-label {
  color: #ff6c00;
}
.barbers {
  justify-content: space-between;
  padding: 12px 10px;
}
.barber-choice,
.barbers {
  display: flex;
  align-items: stretch;
}
.barber-choice {
  justify-content: flex-end;
  font-weight: 700;
}
.barber-choice:last-child {
  font-weight: 400;
  text-transform: none;
}
.barber-name {
  margin-right: 10px;
}
.services-field {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 10px 12px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.01em;
  font-family: Open Sans, sans-serif;
  border-bottom: 1px solid #303030;
}
.services-label {
  display: inline-block;
  padding-top: 5px;
  padding-left: 0;
  padding-bottom: 5px;
  margin-right: 20px;
  color: #303030;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-field:focus-within > .services-label {
  color: #ff6c00;
}
.services-choice {
  width: 100%;
  border: none;
  border-bottom: 1px solid #303030;
}
.services-field:focus-within > .services-choice {
  outline-color: #ff6c00;
}
.modal-message-field {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.01em;
  font-family: Open Sans, sans-serif;
}
.modal-message-input {
  resize: none;
}
.modal-message-input:focus {
  border-color: #ff6c00;
  outline-color: #ff6c00;
}
.modal-message-label {
  display: inline-block;
  padding-top: 5px;
  padding-left: 0;
  padding-bottom: 5px;
  color: #303030;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-message-field:focus-within > .modal-message-label,
.modal-message-input:not(:placeholder-shown) + .modal-message-label {
  color: #ff6c00;
}
.policy {
  width: 100%;
  margin-bottom: 30px;
  text-transform: none;
}
.personal-data {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.16;
  letter-spacing: 0.03em;
  font-family: Open Sans, sans-serif;
}
@media screen and (min-width: 768px) {
  .personal-data {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.03em;
    font-family: Open Sans, sans-serif;
  }
}
.confidentiality {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.16;
  letter-spacing: 0.03em;
  font-family: Open Sans, sans-serif;
}
@media screen and (min-width: 768px) {
  .confidentiality {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.03em;
    font-family: Open Sans, sans-serif;
  }
}
.confidentiality .agreement {
  color: #ff6c00;
}
.icon-modal-checkbox {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  border: 2px solid #303030;
  border-radius: 2px;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    background-image 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    background-image 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox:checked + .icon-modal-checkbox {
  border-color: #ff6c00;
  background-image: url(/checkbox.ade9f1a4.svg);
  background-color: #ff6c00;
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: border-box;
}
.button-close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ff6c00;
  outline-color: #ff6c00;
}
.icon-modal-close {
  fill: #303030;
  transition: fill 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-close:hover .icon-modal-close {
  fill: #ff6c00;
}
.button-submit {
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 1280px) {
  .top-block {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
  }
}
.first-container {
  background-color: #4077ca;
}
@media screen and (min-width: 1280px) {
  .first-container {
    padding-right: 40px;
    width: 50%;
  }
}
.contacts-title,
.form-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.17;
  letter-spacing: 0.05em;
  font-family: Raleway, sans-serif;
  margin-top: 0;
  margin-bottom: 44px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contacts-title,
  .form-title {
    text-align: left;
  }
}
.form-flex {
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-flex {
    display: flex;
    margin: -15px -15px 44px;
  }
}
.form-field {
  position: relative;
  display: block;
  margin-bottom: 44px;
}
@media screen and (min-width: 768px) {
  .form-field {
    width: calc((100% - 60px) / 2);
    margin: 15px 15px 0;
  }
}
.form-input {
  display: block;
  width: 100%;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.36;
  letter-spacing: 0.1em;
  font-family: Open Sans, sans-serif;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(157, 164, 189, 0.4);
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.form-input:focus,
.form-input:hover {
  border-color: #fff;
}
.form-label {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.36;
  letter-spacing: 0.1em;
  font-family: Open Sans, sans-serif;
  color: rgba(157, 164, 189, 0.4);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    font 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.form-input:hover + .form-label {
  color: #fff;
}
.form-input:focus + .form-label,
.form-input:not(:placeholder-shown) + .form-label {
  color: #ff6c00;
  transform: translateY(-18px);
  font-weight: 400;
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-family: Open Sans, sans-serif;
}
.message-field {
  position: relative;
  display: block;
  margin-bottom: 44px;
}
.message-input {
  width: 100%;
  padding: 8px 10px;
  display: block;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.36;
  letter-spacing: 0.1em;
  font-family: Open Sans, sans-serif;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(157, 164, 189, 0.4);
  resize: none;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.message-input:focus,
.message-input:hover {
  border-color: #fff;
}
.message-label {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.36;
  letter-spacing: 0.1em;
  font-family: Open Sans, sans-serif;
  color: rgba(157, 164, 189, 0.4);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    font 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.message-input:hover + .message-label {
  color: #fff;
}
.message-input:focus + .message-label,
.message-input:not(:placeholder-shown) + .message-label {
  color: #ff6c00;
  transform: translateY(-17px);
  font-weight: 400;
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-family: Open Sans, sans-serif;
}
.button-send {
  background: transparent;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .button-send {
    display: block;
    margin: 0 auto;
  }
}
.second-container {
  background-color: #b2d728;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .second-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .second-container {
    padding-left: 100px;
    padding-right: 100px;
    width: 50%;
  }
}
@media screen and (min-device-pixel-ratio: 2),
  screen and (min-resolution: 2dppx),
  screen and (min-resolution: 192dpi) {
  .second-container {
    background-color: #aec94a;
  }
}
@media screen and (min-device-pixel-ratio: 3),
  screen and (min-resolution: 3dppx),
  screen and (min-resolution: 288dpi) {
  .second-container {
    background-color: #aec94a;
  }
}
@media screen and (min-width: 768px) {
  .second-container {
    background-color: #aec94a;
  }
}
@media screen and (min-width: 768px) and (min-device-pixel-ratio: 2),
  screen and (min-width: 768px) and (min-resolution: 2dppx),
  screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .second-container {
    background-color: #aec94a;
  }
}
@media screen and (min-width: 768px) and (min-device-pixel-ratio: 3),
  screen and (min-width: 768px) and (min-resolution: 3dppx),
  screen and (min-width: 768px) and (min-resolution: 288dpi) {
  .second-container {
    background-color: #aec94a;
  }
}
@media screen {
  .second-container {
    background-color: #aec94a;
  }
  @media screen and (min-width: 1280px) and (min-device-pixel-ratio: 2),
    screen and (min-width: 1280px) and (min-resolution: 2dppx),
    screen and (min-width: 1280px) and (min-resolution: 192dpi) {
    .second-container {
      background-color: #aec94a;
    }
  }
  @media screen and (min-width: 1280px) and (min-device-pixel-ratio: 3),
    screen and (min-width: 1280px) and (min-resolution: 3dppx),
    screen and (min-width: 1280px) and (min-resolution: 288dpi) {
    .second-container {
      background-color: #aec94a;
    }
  }
  .address-container {
    background-color: rgb(228, 201, 51);
    padding: 20px;
    border-radius: 8px;
  }

  @media screen and (min-width: 768px) and (max-width: 1279px) {
    .address-container {
      width: calc((100% - 30px) / 2);
    }
    .address-container:not(:last-child) {
      margin-right: 30px;
    }
  }
  .contacts-title {
    margin-bottom: 40px;
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .contacts-title {
      text-align: left;
    }
  }
  .line-brake {
    display: block;
  }
  @media screen and (min-width: 768px) {
    .line-brake {
      display: block;
    }
  }
  @media screen and (max-width: 767px) {
    .address-list {
      margin-bottom: 44px;
    }
  }
  @media screen and (min-width: 1280px) {
    .address-list {
      margin-bottom: 70px;
    }
  }
  .address-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .contacts-link,
  .mail {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 0.02em;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    color: #ffffff;
    transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
      stroke 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .contacts-link:hover,
  .mail:hover {
    color: #ff6c00;
    stroke: #ff6c00;
  }
  .mail {
    text-decoration: underline;
  }
  .icon-form {
    margin-right: 16px;
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
  }
  @media screen and (min-width: 768px) {
    .icon-form.address {
      top: 25%;
      transform: translateY(-50%);
    }
  }
  .icon-form2 {
    margin-right: 16px;
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
  }
  @media screen and (min-width: 768px) {
    .icon-form2.address {
      transform: translateY(-50%);
    }
  }
  .schedule-text {
    position: relative;
    padding-left: 80px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.37;
    letter-spacing: 0.1em;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
    color: #fff;
  }
  .schedule-text:before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: rgba(157, 164, 189, 0.6);
  }
  .schedule-time {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 0.02em;
    font-family: Open Sans, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-style: normal;
    color: #9da4bd;
  }
  .copyright-container {
    padding-top: 44px;
    padding-bottom: 44px;
    background-color: #fff;
  }
  @media screen and (max-width: 767px) {
    .copyright-container {
      text-align: right;
    }
  }
  @media screen and (min-width: 768px) {
    .copyright-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row-reverse;
      padding-top: 56px;
      padding-bottom: 56px;
    }
  }
  .social-list {
    position: relative;
    display: inline-flex;
    padding-left: 100px;
    margin-bottom: 20px;
  }
  @media screen and (min-width: 768px) {
    .social-list {
      margin-bottom: 0;
    }
  }
  .social-list:before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #303030;
  }
  .social-item:not(:last-child) {
    margin-right: 40px;
  }
  .social-link {
    display: block;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.36;
    letter-spacing: 0.2em;
    font-family: Open Sans, sans-serif;
    color: #303030;
    transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .social-link:focus,
  .social-link:hover {
    color: #ff6c00;
  }
  .copyright-text {
    font-weight: 600;
    font-size: 11px;
    line-height: 1.36;
    letter-spacing: 0.2em;
    font-family: Open Sans, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    color: #9da4bd;
  }
  .team {
    padding: 84px 0;
    background-color: #f7f7f7;
  }
  @media screen and (min-width: 768px) {
    .team {
      padding: 100px 0;
    }
  }
  @media screen and (min-width: 1280px) {
    .team {
      padding: 130px 0;
    }
  }
  @media screen and (max-width: 1279px) {
    .tablet-container {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
    }
  }
  .team-description {
    padding-left: 80px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.36;
    letter-spacing: 0.1em;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
  }
  @media screen and (min-width: 768px) and (max-width: 1279px) {
    .team-description {
      margin-left: 120px;
    }
  }
  .sub-title.team-description {
    color: #303030;
  }
  .sub-title.team-description:before {
    background-color: #303030;
  }
  .team-title {
    margin-bottom: 44px;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.17;
    letter-spacing: 0.05em;
    font-family: Raleway, sans-serif;
  }
  @media screen and (min-width: 768px) and (max-width: 1279px) {
    .team-title {
      margin-left: 120px;
    }
  }
  .people {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  @media screen and (min-width: 1280px) {
    .people {
      margin: -15px;
    }
  }
  .people .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .people .item {
      max-width: 418px;
    }
  }
  @media screen and (min-width: 768px) {
    .people .item {
      width: 450px;
    }
  }
  @media screen and (min-width: 1280px) {
    .people .item {
      width: calc((100% - 90px) / 3);
      margin: 15px;
    }
  }
  @media screen and (max-width: 1279px) {
    .people .item:not(:last-child) {
      margin-bottom: 64px;
    }
  }
  .people .thumb {
    margin-bottom: 30px;
  }
  .people .name {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.39;
  }
  .people .name,
  .people .profession {
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: Open Sans, sans-serif;
  }
  .people .profession {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.36;
    color: #ff6c00;
  }
  .team-social {
    justify-content: space-between;
    width: 206px;
  }
  .team-social,
  .team-social-link {
    display: flex;
    align-items: center;
  }
  .team-social-link {
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fff;
  }
  .team-social .social-icon {
    width: 20px;
    height: 20px;
    fill: #303030;
    transition: fill 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .team-social-link:focus .social-icon,
  .team-social-link:hover .social-icon {
    fill: #ff6c00;
  }
  .section.doing {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-color: #4077ca;
  }
}
.container.doing {
  text-align: center;
}
.doing-title,
.sub-title.doing {
  text-align: left;
}
.doing-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.17;
  letter-spacing: 0.05em;
  font-family: Raleway, sans-serif;
  margin-bottom: 44px;
  color: #fff;
}
.doing-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .doing-box {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .doing-box {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 1279px) {
  .doing-box {
    background: #aec94a;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .doing-box {
    display: flex;
    justify-content: left;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .doing-list {
    width: 50%;
    padding: 30px 40px;
    border-radius: 8px;
    margin: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .doinglist.left {
    margin-bottom: 20px;
    background: #aec94a;
  }
}
@media screen and (min-width: 1280px) {
  .doing-list.left {
    background: #aec94a;
  }
}
@media screen and (min-width: 1280px) {
  .doing-list.right {
    background: #aec94a;
  }
}
.doing-item {
  display: flex;
  justify-content: left;
  align-items: baseline;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.02em;
  font-family: Open Sans, sans-serif;
  color: #ffffff;
}
.doing-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .doing-item {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 0.02em;
    font-family: Open Sans, sans-serif;
  }
}
.doing-item-title {
  text-align: left;
}
.underline {
  height: 1px;
  flex-grow: 1;
  margin: 0 6px;
  background-color: rgba(157, 164, 189, 0.12);
}
.doing-order-link {
  color: #fff;
}
