@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap);

@charset "UTF-8";

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: white;
  line-height: 1;
  font-family: "Oswald";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Oswald";
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

a {
  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;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*=__container] {
  max-width: 73.125rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  background: rgb(45, 32, 34);
}

.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;
  min-height: 60px;
}

.header__title {
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #828282;
}

.header__logo img {
  width: 100px;
  height: 50px;
}

.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}

.menu__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.icon-menu {
  display: none;
}

.footer {
  background: rgb(234, 88, 12);
}

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

.footer__logo img {
  width: 100px;
  height: 100px;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info {
  margin-bottom: 2.5rem;
  background-color: #fff;
}

.info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.info__img {
  width: 100%;
}

.info__img img {
  width: 100%;
}

.info__body {
  color: black;
}

.info__title {
  text-align: center;
  font-size: 1.375rem;
  margin: 0.8rem 0;
  font-weight: 600;
  padding: 0 0.9375rem;
}

.info__text {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 1.25rem;
  padding: 0 0.9375rem;
}

.shorts {
  padding-top: 40px;
  margin-bottom: 2.5rem;
}

.shorts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shorts__title {
  text-align: center;
  margin-bottom: 1.25rem;
  font-weight: 600;
  font-size: 1.375rem;
  color: rgb(29, 29, 27);
}

.shorts__text {
  text-align: center;
  color: rgb(29, 29, 27);
  font-weight: 500;
  color: rgb(29, 29, 27);
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}

.shorts__items {
  /*padding-right: 15px;*/
  /*padding-left: 15px;*/
  padding-bottom: 1.875rem;
}

.shorts__item {
  overflow: hidden;
  position: relative;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.form {
  background-color: rgb(233, 234, 232);
  padding-bottom: 3.75rem;
}

.form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3.125rem;
  align-items: center;
}

.form__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.form__info:first-child {
  text-align: center;
}

.form__title {
  text-align: center;
  margin-bottom: 1.25rem;
  font-weight: 600;
  font-size: 1.375rem;
  color: rgb(29, 29, 27);
}

.form__text {
  color: rgb(29, 29, 27);
  font-weight: 500;
  color: rgb(29, 29, 27);
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}

.form__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  background: transparent;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #fff;
  padding: 0px 30px 0 30px;
}

.form__box {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 1.875rem;
}

.form__box input {
  width: 100%;
  height: 100%;
  background: white;
  font-size: 16px;
  color: rgb(29, 29, 27);
  padding: 20px 40px 20px 20px;
  border: none;
  outline: none;
  border: 2px solid rgb(29, 29, 27);
  border-radius: 40px;
}

.form__box input ::-webkit-input-placeholder {
  color: #fff;
}

.form__box input ::-moz-placeholder {
  color: #fff;
}

.form__box input :-ms-input-placeholder {
  color: #fff;
}

.form__box input ::-ms-input-placeholder {
  color: #fff;
}

.form__box input ::placeholder {
  color: #fff;
}

.form__button {
  width: 100%;
  height: 45px;
  background: rgb(29, 29, 27);
  border: none;
  outline: none;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 10px white;
          box-shadow: 0 0 10px white;
  cursor: pointer;
  color: white;
  font-weight: 600;
}
.menu__link span {
  display: none;
}
@media (max-width: 47.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    opacity: 1;
    background: rgb(45, 32, 34);
    padding: 6.25rem 0.9375rem 1.875rem 0.9375rem;
    overflow: auto;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    z-index: 1;
  }
  .menu__link span {
    display: inline-block;
  }

  .menu-open .menu__body {
    left: 0;
  }

  .menu-open .menu__body::before {
    left: 0;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
    margin-left: 1.25rem;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: white;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .info {
    margin-bottom: 1.25rem;
  }

  .info__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .shorts {
    padding-top: 15px;
    margin-bottom: 0.3125rem;
  }

  .shorts__items {
    width: 100%;
  }

  .form {
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 29.99875em) {
  .form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .form__info {
    margin-bottom: 1.25rem;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  width: 300px;
  border-radius: 10px;
  text-align: center;
}

.modal-content input {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.modal-content button {
  padding: 0;
  color: #000000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 50px;
  line-height: 20px;
}

.modal_header {
  display: flex;
  color: #000;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  margin-bottom: 25px;
}
.success-message {
  margin-top: 10px;
  font-size: 20px;
  color: #000;
}

.success {
  color: green;
}

.error {
  color: red;
}
.social {
  padding-top: 40px;
  margin-bottom: 2.5rem;
}

.social__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social__title {
  text-align: center;
  margin-bottom: 1.25rem;
  font-weight: 600;
  font-size: 1.375rem;
  color: rgb(29, 29, 27);
}

.social__text {
  text-align: center;
  color: rgb(29, 29, 27);
  font-weight: 500;
  color: rgb(29, 29, 27);
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
.social__links {
  display: flex;
}
.social__body {
  margin-bottom: 15px;
}
.section_title {
  line-height: 1.3;
}