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

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

html {
  font-size: 16px;
  line-height: 1.5; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter", sans-serif;
  min-height: 100vh;
  margin: 0; }

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

h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700; }

p {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0; }

button {
  text-transform: uppercase; }

input,
textarea {
  border: 0; }
  input:focus,
  textarea:focus {
    outline-style: dashed;
    outline-color: #ff8e44; }

input {
  border-radius: 50px; }

textarea {
  resize: none; }

::placeholder {
  font-size: 0.75rem; }

@font-face {
  font-family: 'Druk Wide Medium';
  src: local("Druk Wide Medium") url("../../fonts/Drunk/7e389c5e310dc537b083e0e25ea6eab5.eot");
  /* IE9*/
  src: local("Druk Wide Medium") url("../../fonts/Drunk/7e389c5e310dc537b083e0e25ea6eab5.eot?#iefix") format("embedded-opentype"), local("Druk Wide Medium") url("../../fonts/Drunk/7e389c5e310dc537b083e0e25ea6eab5.woff2") format("woff2"), local("Druk Wide Medium") url("../../fonts/Drunk/7e389c5e310dc537b083e0e25ea6eab5.woff") format("woff"), local("Druk Wide Medium") url("../../fonts/Drunk/7e389c5e310dc537b083e0e25ea6eab5.ttf") format("truetype"), url("7e389c5e310dc537b083e0e25ea6eab5.svg#Druk Wide Medium") format("svg");
  /* iOS 4.1- */ }

.container {
  max-width: 1140px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 60em) {
    .container {
      padding-left: 1rem;
      padding-right: 1rem; } }

.banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.3; }

.position-relative {
  position: relative; }

.main__header {
  z-index: 1; }
  @media screen and (min-width: 60em) {
    .main__header {
      background: linear-gradient(141deg, #ff8e44 40%, #f9133e, #35126a, #0f0f0f 50%); } }

.main__header__block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  align-items: center; }
  .main__header__block .main__header__logo,
  .main__header__block .main__header__info {
    --fontSize: 0.65rem;
    --padding: 1rem;
    height: 4rem;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding-left: var(--padding);
    font-size: var(--fontSize); }
    @media screen and (min-width: 768px) {
      .main__header__block .main__header__logo,
      .main__header__block .main__header__info {
        --fontSize: 1.2rem; } }
    @media screen and (min-width: 60em) {
      .main__header__block .main__header__logo,
      .main__header__block .main__header__info {
        --fontSize: 1.3rem; } }
  .main__header__block .main__header__logo {
    text-transform: uppercase;
    color: #ffff;
    grid-column: span 1;
    background: linear-gradient(141deg, #ff8e44 40%, #f9133e, #35126a);
    display: flex;
    justify-content: center; }
    .main__header__block .main__header__logo span {
      color: #0f0f0f;
      margin-left: 0.5rem; }
  .main__header__block .main__header__info {
    background: #0f0f0f;
    color: #ffff; }

.main__banner {
  --banner-height: auto;
  height: var(--banner-height);
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  background-color: #0f0f0f; }

.main__banner__form,
.banner__info {
  position: relative; }

.main__banner__form {
  order: 3;
  padding: 1rem 2rem;
  --input-padding: 0.7rem;
  --input-margin: 0.8rem;
  background: #0f0f0f;
  color: #ffff;
  text-align: center;
  width: 90%;
  margin-bottom: 2rem; }
  @media screen and (min-width: 45em) {
    .main__banner__form {
      width: 500px;
      order: 3; } }
  @media screen and (min-width: 71.25em) {
    .main__banner__form {
      order: 2;
      width: 350px;
      margin-left: auto; } }
  .main__banner__form form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
  .main__banner__form input {
    width: 100%;
    padding-top: var(--input-padding);
    padding-left: var(--input-padding);
    padding-bottom: var(--input-padding);
    margin-bottom: var(--input-margin); }
  .main__banner__form textarea {
    padding-left: var(--input-padding);
    padding-top: var(--input-padding);
    margin-bottom: 1rem;
    border-radius: 20px; }
    @media screen and (min-width: 71.25em) {
      .main__banner__form textarea {
        width: 100%; } }
  .main__banner__form .main__banner__form__title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 700; }

.banner__info {
  color: #ffff;
  margin-top: 3rem;
  --text-position: center;
  --title-size: 1.4rem;
  text-align: var(--text-position); }
  @media screen and (min-width: 45em) {
    .banner__info {
      order: 2; } }
  @media screen and (min-width: 71.25em) {
    .banner__info {
      margin-top: 0;
      --text-position: left;
      --title-size: 2rem; } }
  .banner__info__title {
    font-size: var(--title-size);
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 71.25em) {
      .banner__info__title {
        width: 70%;
        font-size: 2rem; } }
  .banner__info__description {
    margin-bottom: 1rem; }
    @media screen and (min-width: 71.25em) {
      .banner__info__description {
        width: 300px;
        font-size: 1.5rem; } }

.separator {
  margin-bottom: 3rem; }

@media screen and (min-width: 859px) {
  .main__banner__content {
    flex-direction: column; } }

@media screen and (min-width: 71.25em) {
  .main__banner__content {
    align-items: flex-start;
    margin-top: 5rem;
    margin-bottom: 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem; } }

.button {
  font-size: 0.8em;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  border: transparent;
  font-weight: 700;
  cursor: pointer; }

.button-linear-gradient {
  background: linear-gradient(to right, #f9133e, #35126a);
  color: #ffff; }

.button-alt {
  background-color: #0f0f0f;
  color: #ffff; }

.button-form {
  margin-bottom: 1rem;
  padding: 1.3rem; }

@media screen and (min-width: 71.25em) {
  .button__services {
    font-size: 1rem;
    padding-left: 3rem;
    padding-right: 3rem; } }

.services__banner {
  --banner-height: 20rem;
  position: relative;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  background: linear-gradient(to right, #bb0527, #140729);
  color: white;
  padding-top: 3rem;
  padding-bottom: 3rem;
  height: var(--banner-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (min-width: 71.25em) {
    .services__banner {
      --banner-height: 25rem; } }
  .services__banner__title {
    --title-size: 1.55rem;
    margin-bottom: 1rem;
    font-size: var(--title-size);
    line-height: 1.2;
    width: 100%; }
    @media screen and (min-width: 45em) {
      .services__banner__title {
        --title-size: 2rem; } }
    @media screen and (min-width: 71.25em) {
      .services__banner__title {
        --title-size: 2rem;
        width: 80%; } }

.services__container {
  flex-direction: column; }

.specialties {
  --vertical-spacing: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: var(--vertical-spacing);
  padding-bottom: var(--vertical-spacing);
  padding-left: 1rem;
  padding-right: 1rem; }
  .specialties .specialties__title {
    text-align: center;
    --size: 1.6rem;
    font-size: var(--size); }
    @media screen and (min-width: 71.25em) {
      .specialties .specialties__title {
        --size: 3rem;
        margin-bottom: 1.5rem; } }
  .specialties .specialties__description {
    text-align: center;
    padding: 0 0.5rem;
    margin-bottom: 3rem;
    width: 100%;
    text-transform: uppercase; }
  .specialties .specialty {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .specialties .specialty .circular {
      --circle: 140px;
      position: relative;
      width: var(--circle);
      height: var(--circle);
      border-radius: 50%;
      overflow: hidden;
      margin-bottom: 1rem; }
      .specialties .specialty .circular img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center; }
    .specialties .specialty__title {
      font-size: 0.8rem;
      font-weight: 700; }

.specialty-grid {
  --columns: 1fr;
  display: grid;
  grid-template-columns: var(--columns);
  grid-gap: 1rem; }
  @media screen and (min-width: 45em) {
    .specialty-grid {
      --columns: 1fr 1fr; } }
  @media screen and (min-width: 71.25em) {
    .specialty-grid {
      --columns: 1fr 1fr 1fr 1fr; } }

.main__footer {
  background: #0f0f0f;
  color: #ffff;
  text-align: center;
  padding-top: 1.5rem;
  position: relative; }
  .main__footer .creator__info {
    font-weight: 700;
    height: 20px;
    width: 100%;
    background-image: linear-gradient(to right, #f9133e, #35126a);
    font-size: 0.75rem; }
    .main__footer .creator__info a {
      color: #ffff;
      text-decoration: none; }
      .main__footer .creator__info a:hover {
        color: #ff8e44; }

.main__footer__content__container .main__footer__title {
  text-align: center;
  --font-text: 1rem;
  font-size: var(--font-text);
  font-weight: 700;
  text-transform: uppercase;
  font-family: 700; }
  @media screen and (min-width: 45em) {
    .main__footer__content__container .main__footer__title {
      --font-text: 1.5rem; } }

.main__footer__content__container .main__footer__content {
  margin-bottom: 1rem;
  margin-top: 1rem; }

.title-gradient {
  --font-text: 1rem;
  font-weight: 700;
  font-size: var(--font-text); }
  .title-gradient .text-gradient-1,
  .title-gradient .text-gradient-2 {
    background-clip: text;
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent; }
  .title-gradient .text-gradient-1 {
    background-image: linear-gradient(to right, #f9133e, #ff5d05); }
  .title-gradient .text-gradient-2 {
    background-image: linear-gradient(to right, #ff5d05, #f9133e); }

@media screen and (min-width: 45em) {
  .main__footer__content__call {
    margin-right: 4rem; } }

@media screen and (min-width: 45em) {
  .info-container {
    display: flex;
    justify-content: center; } }

@media screen and (min-width: 45em) {
  .footer__phone,
  .footer__email {
    font-size: 0.8rem; } }

.modal {
  position: fixed;
  background: rgba(53, 18, 106, 0.95);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  display: none; }
  .modal .content {
    --container-width: 90%;
    margin-top: 1rem;
    position: absolute;
    background: #0f0f0f;
    width: var(--container-width);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    place-items: center center;
    border-radius: 4px;
    padding: 1.2rem; }
    @media screen and (max-width: 320px) {
      .modal .content {
        margin-top: 0.4rem; }
        .modal .content input {
          padding: 0.3rem 1rem; }
        .modal .content textarea {
          height: 100px;
          margin-bottom: 0.7rem; } }
    @media screen and (min-width: 45em) {
      .modal .content {
        --container-width: 70%; } }
    @media screen and (min-width: 71.25em) {
      .modal .content {
        --container-width: 40%; } }
    .modal .content.hide {
      display: none; }
  .modal input,
  .modal textarea {
    width: 90%;
    padding-left: 0.8rem; }
  .modal input {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem; }
  .modal textarea {
    border-radius: 20px;
    padding-top: 1rem;
    margin-bottom: 1.5rem;
    height: 150px; }
  .modal__title {
    text-align: center;
    color: #ffff;
    font-weight: 700;
    font-size: 1.2rem; }
    @media screen and (max-width: 320px) {
      .modal__title {
        font-size: 1rem; } }
  .modal form {
    display: grid;
    place-items: center center;
    width: 100%; }

.button-modal {
  width: 100%;
  margin-bottom: 1rem; }
  @media screen and (max-width: 320px) {
    .button-modal {
      margin-bottom: 0; } }

.button-close {
  position: absolute;
  top: -15px;
  right: -5px;
  background-image: linear-gradient(45deg, #ff8e44, #f9133e);
  color: #ffff;
  font-size: 1rem;
  padding: 0.8rem 1.3rem; }

.activate {
  display: flex; }

.modal-confirmation {
  text-align: center;
  color: #ffff;
  --container-width: 90%;
  width: var(--container-width);
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 4px;
  padding: 2rem 1rem;
  position: absolute;
  background: #0f0f0f; }
  @media screen and (max-width: 320px) {
    .modal-confirmation {
      margin-top: 0.4rem; }
      .modal-confirmation input {
        padding: 0.3rem 1rem; }
      .modal-confirmation textarea {
        height: 100px;
        margin-bottom: 0.7rem; } }
  @media screen and (min-width: 45em) {
    .modal-confirmation {
      --container-width: 70%; } }
  @media screen and (min-width: 71.25em) {
    .modal-confirmation {
      --container-width: 40%; } }
  .modal-confirmation h2 {
    color: #ff8e44; }
  .modal-confirmation p {
    font-size: 1rem; }

.hide {
  display: none; }

.form-error {
  color: #ff8e44;
  font-size: 0.75rem;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem; }
  .form-error.is_active {
    display: block; }

.none {
  display: none; }
