@import url(https://fonts.googleapis.com/css?family=Roboto:regular,500,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Inter:500,600,700,800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:500,600,700);
@import url(https://fonts.googleapis.com/css?family=Syncopate:700);
:root {
  --light-grey: rgba(255, 255, 255, 0.6);
  --text-color: rgba(37, 37, 37, 1);
  --bg: rgba(0, 54, 39, 1);
  --header-height: 72px
}
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: #fff;
  line-height: 1;
  font-family: Inter,sans-serif;
  font-size: 1.125rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Inter,sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 67rem;
  margin: 0 auto
}
.button {
  display: flex;
  padding: 1.25rem;
  background: #fff;
  transition: all .3s ease;
  border-radius: .3125rem;
  width: -webkit-max-content;
  width: max-content;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  color: #000;
  justify-content: center
}
.button--fw {
  width: 100%
}
input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  appearance: none
}
.input {
  border-radius: 0!important;
  width: 100%;
  display: block;
  padding: 1rem 1.875rem;
  background: rgba(222,222,222,.4);
  border: 2px solid transparent;
  caret-color: inherit;
  outline: 0;
  transition: all .3s ease;
  font-family: Roboto,sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.18
}
.input::-webkit-input-placeholder {
  color: #fff
}
.input:-ms-input-placeholder {
  color: #fff
}
.input::-ms-input-placeholder {
  color: #fff
}
.input::placeholder {
  color: #fff
}
.input._form-focus {
  border-color: #fff
}
.input._form-error {
  border-color: rgba(255,0,0,.4)
}
.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}
.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}
.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity .3s
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0
}
.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
  opacity: 0
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0
}
textarea {
  min-height: 9.375rem
}
.menu {
  display: none
}
.icon-menu {
  display: none
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
body {
  background: #001003
}
a {
  transition: all .3s ease
}
.section__h1 {
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  line-height: 1.36
}
.sec_tit {
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center
}
.sec_tit::after {
  content: "";
  width: 600px;
  height: 1px;
  background: #dadada
}
.section__text {
  font-family: "Open Sans",sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3
}
.section__text--center {
  text-align: center
}
.col {
  display: flex;
  flex-direction: column
}
textarea {
  resize: vertical
}
.info-page {
  background-color: #fff;
  padding: 2rem 0;
  color: #1f1a1a;
  line-height: 1.2;
  font-weight: 500
}
.info-page__container {
  max-width: 62.5rem!important;
  font-weight: 500;
  line-height: 1.25
}
.info-page__title {
  font-size: 1.375rem;
  font-weight: 600
}
.info-page__title:not(:last-child) {
  margin-bottom: 1.25rem
}
.info-page ul li {
  list-style-type: disc
}
.info-page ol {
  list-style: none
}
.info-page ol>li {
  padding-top: .875rem
}
.info-page li {
  list-style-position: inside
}
.info-page li span {
  font-size: 1.375rem;
  font-weight: 600;
  display: inline-block;
  padding-bottom: .875rem
}
.header {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #676767;
  padding: 1rem 0
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%
}
.header__list {
  display: flex;
  align-items: center;
  gap: .25rem
}
.header__link {
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  text-transform: uppercase;
  padding: .625rem;
  color: var(--text-color)
}
.header__link:hover a {
  opacity: .7
}
.header__logo {
  color: #000;
}
.footer__container {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem
}
.footer__logo {
  font-family: Syncopate,sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18.74px;
  text-align: left
}
.footer__nav {
  width: 100%
}
.footer__link {
  padding: .5rem 0;
  font-family: Roboto,sans-serif;
  font-size: .875rem;
  line-height: 1.5
}
.footer__link:hover {
  opacity: .8
}
.footer__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem
}
.footer__nav:not(:last-child) {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #fff
}
.footer__copyright {
  font-family: Roboto,sans-serif;
  font-size: .875rem;
  line-height: 1.5
}
.hero {
  position: relative;
  height: -webkit-max-content;
  height: max-content;
  min-height: calc(100vh - var(--header-height))
}
.hero__bg {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -1
}
.hero__bg::after {
  position: relative;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
}
.hero__container {
  display: flex;
  flex-direction: column;
  height: -webkit-max-content;
  height: max-content;
  gap: 1.5rem
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem
}
.hero__info {
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  line-height: 1.36
}
.about__container {
  max-width: 62.5rem
}
.about__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding: 24px 24px 0
}
.about__block {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  box-shadow: 4px 4px 0 0 rgba(245, 158, 11, 0.8);
  background: rgba(245, 158, 11, .1);
  border-radius: .25rem;
  padding: 1rem
}

.about__block img{
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
}
.about__block-col {
  gap: 1rem
}
.about__services-name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2
}
.services {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}
.services:not(:first-child) {
  margin-top: 1.375rem
}
.services__container {
  max-width: 62.5rem
}
.services__content {
  gap: 1.5rem;
  padding: 2rem 1.5rem
}
.services__block {
  gap: 1.5rem;
  background: rgba(245, 158, 11, 0.6);
  border-radius: .25rem;
  padding: 1rem
}
.services__block img {
  margin: 0 auto
}
.services__block>div {
  font-weight: 700;
  line-height: 1.2
}
.services__block span {
  font-weight: 500;
  line-height: 1.2
}
.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-height: 420px;
  height: 100%;
  padding: 60px 0;
}

.banner .sec_tit {
  position: relative;
  z-index: 2;
}
.banner__img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  position: relative;
}

.banner .img-wrap {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact {
  display: flex;
  flex-direction: column
}
.contact__top {
  padding: 1.625rem 0
}
.contact__container {
  gap: 1.5rem;
  width: 100%;
  max-width: 680px;
}
.contact__form-block {
  display: flex;
  flex-direction: column;
  background: rgba(245, 158, 11, 0.4);
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 1rem
}
.contact__form label {
  position: relative;
  width: 100%
}
.contact__success {
  display: none
}
.contact__form.sending {
  position: relative
}
.contact__form.sending .contact__success {
  display: block;
  font-size: 1.125rem
}
@media (min-width:47.99875em) {
  .services__content {
    display: grid;
    grid-template-columns: repeat(3,1fr)
  }
}
@media (min-width:61.99875em) {
  .hero__content {
    padding-top: 25vh;
    padding-bottom: 10vh
  }
}
@media (min-width:75em) {
  .section__h1 {
    font-size: 3.75rem
  }
  .sec_tit {
    font-size: 2.25rem
  }
  .hero__info {
    font-size: 1.375rem
  }
  .about {
    padding-top: 3.75rem
  }
  .about {
    padding-bottom: 3.75rem
  }
  .contact__form-block {
    padding-top: 5rem
  }
  .contact__form-block {
    padding-bottom: 5rem
  }
}
@media (max-width:1120px) {
  [class*=__container] {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
}
@media (max-width:61.99875em) {
  .hero {
    display: flex;
    align-items: center;
    padding: 1.25rem 0
  }
  .benefits__content {
    grid-template-columns: repeat(2,1fr) !important;
  }
}
@media (max-width:47.99875em) {
  .menu {
    display: flex
  }
  .menu__body {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    height: -webkit-max-content;
    height: max-content;
    top: 0;
    left: -100%;
    overflow: auto;
    padding: 6.25rem 1.25rem;
    background: #fff;
    transition: all .5s ease-in-out;
    z-index: 10
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu__body ul {
    display: flex;
    flex-direction: column;
    align-items: center
  }
  .menu__body ul .header__link {
    font-size: 1.25rem
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 11
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #000
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .sec_tit::after {
    width: 100%
  }
  .about__block {
    flex-direction: column
  }
  .services__content {
    display: flex;
    flex-direction: column
  }
  .about__content {
    grid-template-columns: 1fr;
  }
  .footer__list {
    flex-direction: column;
  }
}
@media (max-width:47.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:26.875em) {
  .section__h1 {
    font-size: 1.875rem
  }
  .sec_tit {
    font-size: 1.875rem
  }
  .hero__info {
    font-size: 1.125rem
  }
  .about {
    padding-top: 2.5rem
  }
  .about {
    padding-bottom: 2.5rem
  }
  .contact__form-block {
    padding-top: 2.5rem
  }
  .contact__form-block {
    padding-bottom: 2.5rem
  }
}
@media (min-width:26.875em)and (max-width:75em) {
  @supports (font-size:clamp(1.875rem ,0.8279220779rem + 3.8961038961vw ,3.75rem)) {
    .section__h1 {
      font-size: clamp(1.875rem ,.8279220779rem + 3.8961038961vw ,3.75rem)
    }
  }
  @supports not (font-size:clamp(1.875rem ,0.8279220779rem + 3.8961038961vw ,3.75rem)) {
    .section__h1 {
      font-size: calc(1.875rem + 1.875*(100vw - 26.875rem)/ 48.125)
    }
  }
  @supports (font-size:clamp(1.875rem ,1.6655844156rem + 0.7792207792vw ,2.25rem)) {
    .sec_tit {
      font-size: clamp(1.875rem ,1.6655844156rem + .7792207792vw ,2.25rem)
    }
  }
  @supports not (font-size:clamp(1.875rem ,1.6655844156rem + 0.7792207792vw ,2.25rem)) {
    .sec_tit {
      font-size: calc(1.875rem + .375*(100vw - 26.875rem)/ 48.125)
    }
  }
  @supports (font-size:clamp(1.125rem ,0.9853896104rem + 0.5194805195vw ,1.375rem)) {
    .hero__info {
      font-size: clamp(1.125rem ,.9853896104rem + .5194805195vw ,1.375rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,0.9853896104rem + 0.5194805195vw ,1.375rem)) {
    .hero__info {
      font-size: calc(1.125rem + .25*(100vw - 26.875rem)/ 48.125)
    }
  }
  @supports (padding-top:clamp(2.5rem ,1.8019480519rem + 2.5974025974vw ,3.75rem)) {
    .about {
      padding-top: clamp(2.5rem ,1.8019480519rem + 2.5974025974vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(2.5rem ,1.8019480519rem + 2.5974025974vw ,3.75rem)) {
    .about {
      padding-top: calc(2.5rem + 1.25*(100vw - 26.875rem)/ 48.125)
    }
  }
  @supports (padding-bottom:clamp(2.5rem ,1.8019480519rem + 2.5974025974vw ,3.75rem)) {
    .about {
      padding-bottom: clamp(2.5rem ,1.8019480519rem + 2.5974025974vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(2.5rem ,1.8019480519rem + 2.5974025974vw ,3.75rem)) {
    .about {
      padding-bottom: calc(2.5rem + 1.25*(100vw - 26.875rem)/ 48.125)
    }
  }
  @supports (padding-top:clamp(2.5rem ,1.1038961039rem + 5.1948051948vw ,5rem)) {
    .contact__form-block {
      padding-top: clamp(2.5rem ,1.1038961039rem + 5.1948051948vw ,5rem)
    }
  }
  @supports not (padding-top:clamp(2.5rem ,1.1038961039rem + 5.1948051948vw ,5rem)) {
    .contact__form-block {
      padding-top: calc(2.5rem + 2.5*(100vw - 26.875rem)/ 48.125)
    }
  }
  @supports (padding-bottom:clamp(2.5rem ,1.1038961039rem + 5.1948051948vw ,5rem)) {
    .contact__form-block {
      padding-bottom: clamp(2.5rem ,1.1038961039rem + 5.1948051948vw ,5rem)
    }
  }
  @supports not (padding-bottom:clamp(2.5rem ,1.1038961039rem + 5.1948051948vw ,5rem)) {
    .contact__form-block {
      padding-bottom: calc(2.5rem + 2.5*(100vw - 26.875rem)/ 48.125)
    }
  }
}
@media (any-hover:hover) {
  .button:hover {
    background: hsla(0,0%,100%,.8)
  }
}

.benefits {
  padding-top: 100px;
  padding-bottom: 120px
}
.benefits__container {
  gap: 60px;
  align-items: center
}
.benefits__content {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px
}
.benefits__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: hsla(0,0%,100%,.9)
}
.benefits__block span {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: center
}
.benefits__block p {
  font-size: 14px;
  line-height: 24px;
  text-align: center
}

.expertise {
  padding-top: 90px;
  padding-bottom: 80px
}
.expertise__container {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 40px;
}
.expertise__container .col img {
  width: 100%;
  height: auto;
  aspect-ratio: 520/330;
  border-radius: 20px;
  max-height: 400px;
}
.expertise__container .col img:not(:last-child) {
  margin-bottom: 30px
}
.expertise__container .col .section__text {
  color: hsla(0,0%,100%,.9)
}
.expertise__container .col .section__text:not(:last-child) {
  margin-bottom: 20px
}
.expertise__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
  color: hsla(0,0%,100%,.9)
}
.expertise__title:not(:last-child) {
  margin-bottom: 20px
}
.expertise__img {
  border-radius: 20px
}

@media (max-width:61.99875em) {
  .expertise__container {
    grid-template-columns: 1fr
  }
  .expertise__img {
    aspect-ratio: 335/389;
    max-width: 335px;
    max-height: 389px;
    margin: 0 auto;
  }
}

@media (max-width:25em) {
  .expertise__container {
    gap: 1.875rem
  }
}

.cook {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 200;
  background: #000;
  width: 100%;
  color: #fff
}
.cook.closed {
  display: none
}
.cook__container {
  padding: 40px 20px
}
.cook__container .col {
  gap: 20px
}
.cook__btns {
  display: flex;
  gap: 40px
}
.cook__btns .button:hover {
  box-shadow: 0 5px 15px 5px rgba(127,98,10,.4)
}
.cook__title {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2
}
.cook .section__text {
  font-size: 18px;
  line-height: 25.2px
}
.thank-you {
  text-align: center;
}
.thank-you > h1 {
  margin-top: 65px;
}
.thank-you .btn {
  margin-top: 20px;
}