.header__logo:hover,
.header__logo:focus,
.sidebar-hero__control-link:hover,
.footer__social-link:hover,
.sidebar-hero__social-link:hover,
.nav__link:hover,
.header-burger:hover,
.sidebar-hero__control-link:focus,
.footer__social-link:focus,
.sidebar-hero__social-link:focus,
.nav__link:focus,
.header-burger:focus {
  color: #FF6C00;
}

.sidebar-hero__control-link,
.footer__social-link,
.sidebar-hero__social-link,
.nav__link,
.header-burger {
  text-decoration: none;
  -webkit-transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__social-link,
.sidebar-hero__social-link,
.nav__link,
.header-burger {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.363;
}

.footer__social-list,
.footer__box,
.footer__copyright,
.contacts__link,
.booking-form__required,
.contact__label,
.contact > .container,
.gallery__list,
.our-masters__social-list,
.our-masters__list,
.feature__list,
.feature > .container,
.price__button-wrapper,
.price__item,
.price__list-wrapper,
.sidebar-hero__controls,
.sidebar-hero__social-list,
.sidebar-hero,
.about__media-list,
.about > .container,
.mobile-button,
.nav__list,
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__social-list,
.contacts__list,
.gallery__list,
.our-masters__social-list,
.our-masters__list,
.feature__list,
.price__list,
.sidebar-hero__controls,
.sidebar-hero__social-list,
.about__media-list,
.mobile-menu__list,
.modal-form__option-list,
.nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact__title,
.our-masters__title,
.feature__title,
.price__title,
.about__title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.166;
  letter-spacing: 0.05em;
  color: #303030;
}

.gallery__subtitle,
.our-masters__subtitle,
.feature__subtitle,
.price__subtitle,
.sidebar-hero__subtitle,
.about__subtitle,
.modal-form__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.363;
  text-transform: uppercase;
}

.gallery__subtitle::before,
.our-masters__subtitle::before,
.feature__subtitle::before,
.price__subtitle::before,
.sidebar-hero__subtitle::before,
.about__subtitle::before,
.modal-form__legend::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 60px;
  height: 1px;
  background: currentColor;
}

.feature__description,
.sidebar-hero__description,
.about__description {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.666;
}

.feature__content,
.feature__list,
.about__content,
.about__media-item,
.about__media-wrapper {
  width: calc((100% - 30px) / 2);
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.link {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button {
  min-width: 160px;
  padding: 12px 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  border: solid 1px #FF6C00;
  border-radius: 25px;
  outline: none;
  -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.button--black {
  color: #303030;
}

.button:hover,
.button:focus {
  background-color: #FF6C00;
}

@-webkit-keyframes neon {
  0% {
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.92), 0 0 30px rgba(255, 255, 255, 0.34), 0 0 12px rgba(242, 243, 243, 0.52), 0 0 21px rgb(255, 108, 0), 0 0 34px rgba(242, 243, 244, 0.78), 0 0 54px rgba(242, 243, 244, 0.92);
  }

  100% {
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.98), 0 0 30px rgba(255, 255, 255, 0.42), 0 0 12px rgba(242, 243, 244, 0.58), 0 0 22px rgba(242, 243, 244, 0.84), 0 0 38px rgba(242, 243, 244, 0.88), 0 0 60px #f2f3f4;
  }
}

@keyframes neon {
  0% {
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.92), 0 0 30px rgba(255, 255, 255, 0.34), 0 0 12px rgba(242, 243, 243, 0.52), 0 0 21px rgb(255, 108, 0), 0 0 34px rgba(242, 243, 244, 0.78), 0 0 54px rgba(242, 243, 244, 0.92);
  }

  100% {
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.98), 0 0 30px rgba(255, 255, 255, 0.42), 0 0 12px rgba(242, 243, 244, 0.58), 0 0 22px rgba(242, 243, 244, 0.84), 0 0 38px rgba(242, 243, 244, 0.88), 0 0 60px #f2f3f4;
  }
}

/*! 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;
  scroll-behavior: smooth;
}

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

body {
  background-color: #FFFFFF;
  color: #555555;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.625;
  letter-spacing: 0.02em;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
}

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

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  box-shadow: 0 0 0 1000px #ffffff inset;
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 15px;
  gap: 15px;
  background-color: rgba(25, 28, 38, 0.2);
  -webkit-transition: background-color 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  transition: background-color 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}

.header__wrapper--scrolled {
  background-color: rgba(25, 28, 38, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.header__logo {
  display: inline-block;
  width: 69px;
  height: 56px;
  margin-right: 130px;
  color: #FFFFFF;
  -webkit-transition: color 250ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: color 250ms cubic-bezier(0.42, 0, 0.58, 1);
}

.header__nav {
  margin-right: auto;
}

.header__contacts {
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-burger {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
}

.header-burger .header-burger__text {
  margin-right: 10px;
  font-size: 18px;
}

.header-burger span {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #FF6C00;
  margin-bottom: 5px;
}

.nav__list {
  gap: 30px;
}

.nav__link {
  color: #FFFFFF;
}

.logo__icon {
  fill: currentColor;
}

.logo--black {
  color: #303030;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  background-color: rgba(25, 28, 38, 0.5);
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.modal-backdrop.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.modal-backdrop.is-hidden .modal {
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  max-width: 500px;
  min-height: 700px;
  padding: 35px 15px 35px 35px;
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  -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);
  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__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #9da4bd;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal__close-btn:hover,
.modal__close-btn:focus {
  border-color: #FF6C00;
}

.modal__close-btn:hover .modal__icon,
.modal__close-btn:focus .modal__icon {
  fill: #FF6C00;
}

.modal__icon {
  fill: #555555;
  -webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #303030;
  text-align: center;
}

.modal-form {
  max-height: 600px;
  overflow-y: auto;
  padding-right: 15px;
  padding-top: 15px;
}

.modal-form::-webkit-scrollbar {
  width: 5px;
  max-height: 25px;
}

.modal-form::-webkit-scrollbar-track-piece {
  background-color: #f2f3f8;
}

.modal-form::-webkit-scrollbar-thumb {
  height: 5px;
  width: 5px;
  background-color: #FFA64D;
  border-radius: 10px;
}

.modal-form__field {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.modal-form__field:focus-within > .modal-form__label,
.modal-form__field:hover > .modal-form__label {
  -webkit-transform: translateY(-38px) translateX(-38px) scale(0.8);
  -ms-transform: translateY(-38px) translateX(-38px) scale(0.8);
  transform: translateY(-38px) translateX(-38px) scale(0.8);
}

.modal-form__field:focus-within > .modal-form__input,
.modal-form__field:hover > .modal-form__input {
  border-color: #FF6C00;
}

.modal-form__field:focus-within > .modal-form__icon,
.modal-form__field:hover > .modal-form__icon {
  fill: #FF6C00;
}

.modal-form__field:focus-within > .modal-form__textarea,
.modal-form__field:hover > .modal-form__textarea {
  border-color: #FF6C00;
}

.modal-form__field:focus-within > .modal-form__comment-label,
.modal-form__field:hover > .modal-form__comment-label {
  -webkit-transform: translateY(-45px) translateX(-8px) scale(0.8);
  -ms-transform: translateY(-45px) translateX(-8px) scale(0.8);
  transform: translateY(-45px) translateX(-8px) scale(0.8);
  border-color: #FF6C00;
}

.modal-form__input {
  width: 100%;
  display: block;
  height: 40px;
  padding: 0 0 0 42px;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-radius: 4px;
  outline: none;
  -webkit-transition: border-color 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

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

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

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

.modal-form__input:hover::-webkit-input-placeholder, .modal-form__input:focus::-webkit-input-placeholder {
  color: rgba(47, 46, 47, 0.4);
}

.modal-form__input:hover::-moz-placeholder, .modal-form__input:focus::-moz-placeholder {
  color: rgba(47, 46, 47, 0.4);
}

.modal-form__input:hover:-ms-input-placeholder, .modal-form__input:focus:-ms-input-placeholder {
  color: rgba(47, 46, 47, 0.4);
}

.modal-form__input:hover::-ms-input-placeholder, .modal-form__input:focus::-ms-input-placeholder {
  color: rgba(47, 46, 47, 0.4);
}

.modal-form__input:hover::placeholder,
.modal-form__input:focus::placeholder {
  color: rgba(47, 46, 47, 0.4);
}

.modal-form__input:not(:-moz-placeholder-shown) + .modal-form__label {
  transform: translateY(-38px) translateX(-38px) scale(0.8);
}

.modal-form__input:not(:-ms-input-placeholder) + .modal-form__label {
  -ms-transform: translateY(-38px) translateX(-38px) scale(0.8);
  transform: translateY(-38px) translateX(-38px) scale(0.8);
}

.modal-form__input:not(:placeholder-shown) + .modal-form__label {
  -webkit-transform: translateY(-38px) translateX(-38px) scale(0.8);
  -ms-transform: translateY(-38px) translateX(-38px) scale(0.8);
  transform: translateY(-38px) translateX(-38px) scale(0.8);
}

.modal-form__label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 42px;
  font-size: 13px;
  line-height: 1.14;
  letter-spacing: 0.01em;
  color: #757575;
  text-transform: uppercase;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-form__icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 8px;
  fill: #757575;
  -webkit-transition: fill 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-form__group {
  margin-bottom: 35px;
}

.modal-form__legend {
  font-size: 20px;
}

.modal-form__option-item {
  margin-bottom: 10px;
}

.modal-form__checkbox-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-form__checkbox-label--policy {
  margin-bottom: 61px;
}

.modal-form__checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-form__checkbox:checked + .modal-form__checkbox-icon {
  background-color: #FF6C00;
  background-image: url(../img/check.svg);
  background-size: contain;
  background-origin: border-box;
  border-color: #FF6C00;
}

.modal-form__checkbox-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 2px solid #2a2a2a;
  border-radius: 4px;
  background-color: #FFFFFF;
  -webkit-transition: -webkit-transform 250ms linear;
  transition: -webkit-transform 250ms linear;
  transition: transform 250ms linear;
  transition: transform 250ms linear, -webkit-transform 250ms linear;
}

.modal-form__checkbox-icon.circle {
  border-radius: 50%;
}

.modal-form__city-select {
  margin-bottom: 45px;
}

.modal-form__select {
  height: 40px;
  padding: 0 0 0 10px;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-radius: 4px;
  outline: none;
  -webkit-transition: border-color 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-form__select:hover,
.modal-form__select:focus {
  border-color: #FF6C00;
}

.modal-form__textarea {
  width: 100%;
  display: block;
  padding: 8px 4px;
  padding: 5px 0 0 10px;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-radius: 4px;
  outline: none;
  resize: none;
  -webkit-transition: border-color 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-form__textarea:hover::-webkit-input-placeholder, .modal-form__textarea:focus::-webkit-input-placeholder {
  color: rgba(47, 46, 47, 0.4);
}

.modal-form__textarea:hover::-moz-placeholder, .modal-form__textarea:focus::-moz-placeholder {
  color: rgba(47, 46, 47, 0.4);
}

.modal-form__textarea:hover:-ms-input-placeholder, .modal-form__textarea:focus:-ms-input-placeholder {
  color: rgba(47, 46, 47, 0.4);
}

.modal-form__textarea:hover::-ms-input-placeholder, .modal-form__textarea:focus::-ms-input-placeholder {
  color: rgba(47, 46, 47, 0.4);
}

.modal-form__textarea:hover::placeholder,
.modal-form__textarea:focus::placeholder {
  color: rgba(47, 46, 47, 0.4);
}

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

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

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

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

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

.modal-form__textarea:not(:-moz-placeholder-shown) + .modal-form__comment-label {
  transform: translateY(-45px) translateX(-8px) scale(0.8);
  border-color: #FF6C00;
}

.modal-form__textarea:not(:-ms-input-placeholder) + .modal-form__comment-label {
  -ms-transform: translateY(-45px) translateX(-8px) scale(0.8);
  transform: translateY(-45px) translateX(-8px) scale(0.8);
  border-color: #FF6C00;
}

.modal-form__textarea:not(:placeholder-shown) + .modal-form__comment-label {
  -webkit-transform: translateY(-45px) translateX(-8px) scale(0.8);
  -ms-transform: translateY(-45px) translateX(-8px) scale(0.8);
  transform: translateY(-45px) translateX(-8px) scale(0.8);
  border-color: #FF6C00;
}

.modal-form__comment-label {
  position: absolute;
  top: 20px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  left: 10px;
  font-size: 13px;
  line-height: 1.14;
  letter-spacing: 0.01em;
  color: #757575;
  text-transform: uppercase;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-form__policy-link {
  text-decoration: none;
  outline: none;
  color: #FF6C00;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 250ms linear, visibility 250ms linear;
  transition: opacity 250ms linear, visibility 250ms linear;
}

.mobile-menu.is-open .mobile-menu__container {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu__container {
  height: 100%;
  width: 70%;
  padding: 14px;
  background-color: #3e2b2b;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: transform 350ms linear 250ms, -webkit-transform 350ms linear 250ms;
}

.mobile-menu__inner {
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 25px;
  padding-bottom: 20px;
}

.mobile-menu__list {
  text-align: center;
}

.mobile-menu__item:not(:last-child) {
  margin-bottom: 20px;
}

.mobile-button {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}

.mobile-button__close {
  width: 34px;
  height: 34px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  fill: #FF6C00;
  border: 2px solid #FF6C00;
  border-radius: 50%;
}

.about > .container {
  gap: 30px;
}

.about__media-list {
  gap: 30px;
}

.about__media-item--flip {
  -webkit-perspective: 600px;
  perspective: 600px;
}

.about__media-item--flip:hover .card {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.about__title {
  color: #303030;
}

.about__description {
  color: #555555;
}

.about__text {
  margin-bottom: 42px;
  font-size: 14px;
  line-height: 1.857;
  color: #555555;
}

.card {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 270/445;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
}

.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFFFFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card__face--front {
  background: #191C26;
}

.card__face--back {
  padding: 15px 20px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  background-color: #191C26;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  overflow-y: auto;
}

.card__text {
  margin: 0;
}

.sidebar-hero {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar-hero__aside {
  height: 680px;
  width: 100px;
  background-color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-hero__hero {
  position: relative;
  height: 680px;
  width: calc(100% - 100px);
}

.sidebar-hero__slider {
  height: 100%;
}

.sidebar-hero__slide {
  height: 680px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sidebar-hero__text {
  position: absolute;
  top: 272px;
  left: 10%;
  max-width: 444px;
}

.sidebar-hero__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1.18;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.sidebar-hero__subtitle {
  color: rgba(157, 164, 189, 0.6);
}

.sidebar-hero__description {
  color: rgba(184, 199, 255, 0.6);
}

.sidebar-hero__social-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 40px;
  -webkit-transform: rotate(-90deg) translate(110px);
  -ms-transform: rotate(-90deg) translate(110px);
  transform: rotate(-90deg) translate(110px);
}

.sidebar-hero__social-list::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  vertical-align: middle;
  background: currentColor;
}

.sidebar-hero__social-link {
  color: #303030;
}

.sidebar-hero__controls {
  position: absolute;
  bottom: 40px;
  right: 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sidebar-hero__control-item:not(:last-child) {
  margin-right: 24px;
}

.sidebar-hero__control-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.363;
  color: #FFFFFF;
}

.sidebar-hero__control-link--forward {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sidebar-hero__control-link::before {
  content: "";
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 60px;
  height: 1px;
  background: currentColor;
}

.slick-dots {
  width: 100px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 7px;
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  list-style-type: none;
  z-index: 10;
}

.slick-dots .slick-active button {
  width: 20px;
  background-color: #FF6C00;
}

.slick-dots li button {
  display: block;
  width: 9px;
  height: 2px;
  padding: 0;
  border: none;
  background-color: #FFFFFF;
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.slick-dots li:hover button {
  background-color: #FF6C00;
}

.price {
  background-image: url(../img/price-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #111319;
}

.price__subtitle {
  color: rgba(157, 164, 189, 0.6);
}

.price__title {
  margin-bottom: 44px;
  color: #FFFFFF;
}

.price__list-wrapper {
  gap: 30px;
  margin-bottom: 44px;
}

.price__list {
  width: calc((100% - 30px) / 2);
  padding: 30px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#171A24), to(rgba(23, 26, 36, 0.2)));
  background-image: linear-gradient(180deg, #171A24 0%, rgba(23, 26, 36, 0.2) 100%);
}

.price__list:last-child {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#090B13), to(rgba(9, 11, 19, 0.2)));
  background-image: linear-gradient(180deg, #090B13 0%, rgba(9, 11, 19, 0.2) 100%);
}

.price__list:not(:last-child) {
  margin-right: 30px;
}

.price__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price__item:not(:last-child) {
  margin-bottom: 20px;
}

.price__line {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 1px solid rgba(157, 164, 189, 0.12);
}

.price__button-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature > .container {
  gap: 30px;
}

.feature__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 100px;
  padding-right: 100px;
}

.feature__item {
  width: 170px;
  height: 133px;
  padding: 20px 24px;
  text-align: center;
  background: #F7F7F7;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}

.feature__item:nth-child(2n+1) {
  margin-right: 30px;
}

.feature__item:nth-child(2n) {
  margin-top: 30px;
}

.feature__number {
  position: relative;
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.357;
  text-align: center;
  letter-spacing: 0.05em;
  color: #303030;
}

.feature__number::after {
  content: "+";
  position: absolute;
  top: 7px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.37;
  text-align: center;
  color: #FF6C00;
}

.feature__text {
  margin: 0;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.363;
  text-align: center;
  color: #303030;
}

.feature__subtitle {
  color: #303030;
}

.our-masters {
  background: #F7F7F7;
}

.our-masters__title {
  margin-bottom: 44px;
}

.our-masters__subtitle {
  color: #303030;
}

.our-masters__list {
  gap: 30px;
}

.our-masters__thumb {
  position: relative;
  overflow: hidden;
}

.our-masters__thumb:hover .our-masters__cover-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.our-masters__cover-text {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  background-color: rgba(255, 106, 0, 0.489);
  padding: 40px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 300ms linear;
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
}

.our-masters__name {
  margin-top: 30px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.388;
  text-align: center;
  color: #303030;
}

.our-masters__position {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.357;
  text-align: center;
  color: #FF6C00;
}

.our-masters__social-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.our-masters__social-link {
  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;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #303030;
  background-color: #FFFFFF;
  -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.our-masters__social-link:hover,
.our-masters__social-link:focus {
  color: #FF6C00;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}

.our-masters__social-icon {
  fill: currentColor;
}

.gallery {
  overflow: hidden;
}

.gallery__subtitle {
  margin-bottom: 44px;
  color: #303030;
}

.gallery__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.gallery__item {
  position: relative;
  width: calc(25% - 22.5px);
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.gallery__item::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 28, 38, 0.5);
  -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

.gallery__item:hover::before {
  opacity: 1;
}

.gallery__item:nth-child(1) {
  background-image: url(../img/gallery1.jpg);
}

.gallery__item:nth-child(2) {
  background-image: url(../img/gallery2.jpg);
}

.gallery__item:nth-child(3) {
  background-image: url(../img/gallery3.jpg);
}

.gallery__item:nth-child(4) {
  background-image: url(../img/gallery4.jpg);
}

.gallery__item:nth-child(4) .gallery__text-hover--bottom {
  height: 75px;
}

.gallery__item:hover .gallery__text-hover--top {
  top: 132px;
  left: -50px;
  opacity: 1;
}

.gallery__item:hover .gallery__text-hover--bottom {
  top: 130px;
  left: 40px;
  opacity: 1;
}

.gallery__text-hover {
  position: relative;
  height: 50px;
  opacity: 0;
  color: #191C26;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  margin: auto;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 200;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-animation: neon 3s ease-in-out infinite alternate;
  animation: neon 3s ease-in-out infinite alternate;
}

.gallery__text-hover--top {
  width: 77px;
  top: 70px;
  left: -170px;
  border-left: 2px solid #FFFFFF;
  border-right: 0 solid #FFFFFF;
  padding: 8px 4px;
}

.gallery__text-hover--bottom {
  width: 110px;
  top: 116px;
  left: 150px;
  border-left: 0 solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  padding-top: 8px;
}

.contact {
  background-color: #191C26;
  background-image: url(../img/contacts-bg.png);
  background-repeat: no-repeat;
  background-position: center right calc(50% - 15px - 392px);
  background-size: auto 100%;
}

.contact__booking {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-right: 29px;
}

.contact__details {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-left: 100px;
}

.contact__title {
  margin-bottom: 40px;
  color: #FFFFFF;
}

.contact__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.363;
  text-transform: uppercase;
  color: #FFFFFF;
}

.contact__label::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 60px;
  height: 1px;
  background: rgba(157, 164, 189, 0.4);
}

.contact__value {
  font-size: 18px;
  line-height: 1.666;
  color: rgb(157, 164, 189);
}

.booking-form__required {
  gap: 30px;
  margin-bottom: 53px;
}

.booking-form__field {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 35px;
}

.booking-form__input {
  width: 100%;
  padding: 8px 4px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(157, 164, 189, 0.4);
  -webkit-transition: border-bottom 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-bottom 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.booking-form__input:not(:-moz-placeholder-shown) {
  border-bottom: 1px solid #FFFFFF;
}

.booking-form__input:not(:-ms-input-placeholder) {
  border-bottom: 1px solid #FFFFFF;
}

.booking-form__input:hover,
.booking-form__input:focus,
.booking-form__input:not(:placeholder-shown) {
  border-bottom: 1px solid #FFFFFF;
}

.booking-form__input::-webkit-input-placeholder {
  font-size: 11px;
  color: transparent;
  -webkit-transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.booking-form__input::-moz-placeholder {
  font-size: 11px;
  color: transparent;
  -moz-transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.booking-form__input:-ms-input-placeholder {
  font-size: 11px;
  color: transparent;
  -ms-transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.booking-form__input::-ms-input-placeholder {
  font-size: 11px;
  color: transparent;
  -ms-transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.booking-form__input::placeholder {
  font-size: 11px;
  color: transparent;
  -webkit-transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.booking-form__input:hover::-webkit-input-placeholder, .booking-form__input:focus::-webkit-input-placeholder {
  color: rgba(157, 164, 189, 0.4);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.booking-form__input:hover::-moz-placeholder, .booking-form__input:focus::-moz-placeholder {
  color: rgba(157, 164, 189, 0.4);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.booking-form__input:hover:-ms-input-placeholder, .booking-form__input:focus:-ms-input-placeholder {
  color: rgba(157, 164, 189, 0.4);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.booking-form__input:hover::-ms-input-placeholder, .booking-form__input:focus::-ms-input-placeholder {
  color: rgba(157, 164, 189, 0.4);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.booking-form__input:hover::placeholder,
.booking-form__input:focus::placeholder {
  color: rgba(157, 164, 189, 0.4);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.booking-form__input:not(:-moz-placeholder-shown) + .booking-form__label {
  transform: translateY(-30px) scale(1.1);
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.booking-form__input:not(:-ms-input-placeholder) + .booking-form__label {
  -ms-transform: translateY(-30px) scale(1.1);
  transform: translateY(-30px) scale(1.1);
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.booking-form__input:focus + .booking-form__label,
.booking-form__input:hover + .booking-form__label,
.booking-form__input:not(:placeholder-shown) + .booking-form__label {
  -webkit-transform: translateY(-30px) scale(1.1);
  -ms-transform: translateY(-30px) scale(1.1);
  transform: translateY(-30px) scale(1.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.booking-form__textarea {
  resize: none;
}

.booking-form__label {
  position: absolute;
  top: 4px;
  left: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.contacts {
  margin-bottom: 70px;
  font-style: normal;
}

.contacts__item:not(:last-child) {
  margin-bottom: 20px;
}

.contacts__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.666;
  color: #9DA4BD;
}

.contacts__link--address {
  font-weight: 700;
}

.contacts__icon {
  margin-right: 16px;
  fill: currentColor;
}

.footer__copyright {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
}

.footer__box {
  gap: 35px;
}

.footer__text {
  margin: 0px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.363;
  color: #9DA4BD;
}

.footer__social-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 40px;
}

.footer__social-list::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  vertical-align: middle;
  background: currentColor;
}

.footer__social-link {
  color: #303030;
}

.scroll-top-btn {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #FF6C00;
  color: #FFFFFF;
  border: none;
  padding: 10px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.scroll-top-btn.hidden {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .feature__list {
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

@media (max-width: 992px) {
  .contact__title,
  .our-masters__title,
  .feature__title,
  .price__title,
  .about__title {
    font-size: 28px;
  }

  .feature__description,
  .sidebar-hero__description,
  .about__description {
    font-size: 16px;
  }

  .section {
    padding: 80px 0;
  }

  .header__wrapper {
    padding: 15px 10px;
  }

  .header__logo {
    margin-right: 25px;
  }

  .header__contacts {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }

  .nav__list {
    gap: 20px;
  }

  .modal {
    width: 90%;
    min-height: auto;
    padding: 25px 15px;
  }

  .about__media-wrapper {
    width: 40%;
  }

  .about__media-list {
    -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;
  }

  .about__media-item {
    width: 100%;
    max-width: 270px;
  }

  .about__content {
    width: 60%;
  }

  .card {
    aspect-ratio: 330/235;
  }

  .card__text {
    font-size: 14px;
  }

  .sidebar-hero__title {
    font-size: 48px;
    max-width: 350px;
  }

  .sidebar-hero__description {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .header__wrapper {
    padding: 15px 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__nav {
    display: none;
  }

  .header__contacts {
    display: none;
  }

  .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .logo {
    color: #FFFFFF;
  }

  .modal {
    width: 95%;
    padding: 20px 10px;
  }

  .mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }

  .about > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }

  .about__media-wrapper {
    width: 100%;
  }

  .about__media-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about__content {
    width: 100%;
  }

  .about__content button {
    display: block;
    margin: 0 auto;
  }

  .sidebar-hero__aside {
    display: none;
  }

  .sidebar-hero__hero {
    width: 100%;
    height: 500px;
  }

  .sidebar-hero__slide {
    height: 500px;
  }

  .sidebar-hero__text {
    top: 175px;
  }

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

  .price__list {
    width: 100%;
  }

  .feature > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .feature__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .feature__item {
    width: calc(50% - 15px);
    margin: 0 0 30px 0;
  }

  .feature__item:nth-child(2n+1) {
    margin-right: 30px;
  }

  .feature__item:nth-child(2n) {
    margin-right: 0;
  }

  .feature__content {
    width: 100%;
  }

  .our-masters__list {
    -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;
  }

  .gallery__item {
    width: calc((100% - 30px) / 2);
  }

  .contact {
    background-position: center left;
  }

  .contact > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }

  .booking-form__required {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
  }

  .booking-form__textarea {
    width: 80%;
  }

  .booking-form button {
    display: block;
    margin: 0 auto;
  }

  .footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 35px;
  }
}

@media (max-width: 480px) {
  .modal {
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 15px 10px;
  }

  .modal__title {
    font-size: 18px;
  }

  .modal-form__legend {
    font-size: 16px;
  }

  .modal-form > .button {
    display: block;
    margin: 0 auto;
  }

  .about__media-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sidebar-hero__text {
    left: 0;
    padding: 0 15px;
  }

  .sidebar-hero__title {
    font-size: 36px;
    margin-bottom: 35px;
    max-width: 250px;
  }

  .feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .feature__item {
    width: 70%;
    margin: 0;
  }

  .feature__item:nth-child(2n),
  .feature__item:nth-child(2n+1) {
    margin-top: 0;
  }

  .gallery__item {
    width: 100%;
  }

  .contact__details {
    padding-left: 0px;
    margin: 0 auto;
    text-align: center;
  }

  .booking-form__required {
    width: 100%;
  }

  .booking-form__textarea {
    width: 100%;
  }
}
/*# sourceMappingURL=maps/main.css.map */
