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

/* Variables */
:root {
  --font-family-bebas: "Bebas Neue", sans-serif;
  --font-family-open-sans: "Open Sans", sans-serif;

  --color-white: #fff;
  --color-wild-sand: #f7f6f6;
  --color-alto: #dcdcdc;
  --color-black: #000;
  --color-main-shaft: #292828;
  --color-main-shaft-dark: #212121;
  --color-zambezi: #615858;
  --color-scarpa-flow: #5e5e5f;
  --color-cloud-burst: #1f3246;
  --color-fun-blue: #155ba1;
  --color-straw: #d0bf7b;
  --color-straw-dark: #aa9c65;
  --color-alizarin: #e01f1a;
  --color-alizarin-dark: #ba1914;
}

/* General */
html {
  box-sizing: border-box;
  min-height: 100%;
  background-color: var(--color-white);
  overflow-x: hidden;
}

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

body {
  font-family: var(--font-family-open-sans);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--color-scarpa-flow);
}
html.st--nav-open {
  overflow: hidden;
}
.st--nav-open body {
  overflow: hidden;
}

a {
  color: var(--color-fun-blue);
  text-decoration: none;
  transition: color 0.2s ease-out;
  font-weight: 700;
}
a:hover {
  color: var(--color-cloud-burst);
}
.white-link {
  color: var(--color-white);
}
.white-link.active {
  pointer-events: none;
  cursor: default;
  text-decoration: underline;
}
.white-link:hover {
  color: var(--color-white);
  text-decoration: underline;
}

button {
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--font-family-bebas);
  line-height: 1.1;
  font-weight: 400;
  color: var(--color-main-shaft);
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

@media (min-width: 960px) {
  body {
    font-size: 15px;
  }
}

@media (min-width: 1400px) {
  body {
    font-size: 16px;
  }
}

/* Buttons: broken-button, big-gold-button, bw-button */
.broken-button {
  position: relative;
  font-family: var(--font-family-bebas);
  background-color: var(--color-straw);
  color: var(--color-cloud-burst);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 6px 24px;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.2s ease-in;
  cursor: pointer;
}
.broken-button::before {
  content: "\A";
  border-style: solid;
  border-width: 38px 16px 0px 0px;
  border-color: transparent var(--color-cloud-burst) transparent transparent;
  position: absolute;
  left: 0;
  top: 0px;
  transform: rotate(180deg);
}
.broken-button:hover {
  color: var(--color-fun-blue);
}

.big-gold-button {
  display: inline-block;
  border: none;
  font-family: var(--font-family-bebas);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  padding: 10px 26px 8px;
  border-radius: 4px;
  background: rgb(208, 191, 123);
  background: linear-gradient(
    180deg,
    rgba(208, 191, 123, 1) 0%,
    rgba(170, 156, 101, 1) 100%
  );
  color: var(--color-white);
  transition: background 0.2s ease-in;
  line-height: 1;
  cursor: pointer;
}
.big-gold-button--full {
  width: 100%;
}
.big-gold-button:hover {
  color: var(--color-white);
  background: rgb(170, 156, 101);
  background: linear-gradient(
    180deg,
    rgba(170, 156, 101, 1) 0%,
    rgba(131, 118, 66, 1) 100%
  );
}
.big-gold-button--black {
  background: var(--color-main-shaft);
}
.big-gold-button--black:hover {
  background: var(--color-fun-blue);
}

.bw-button {
  display: inline-block;
  font-size: 20px;
  padding: 8px 32px 6px;
  border-radius: 25px;
  border: 2px solid var(--color-main-shaft);
  color: var(--color-main-shaft);
  background-color: var(--color-white);
  transition: all 0.2s ease-in;
  font-family: var(--font-family-bebas);
  text-transform: uppercase;
  cursor: pointer;
}
.bw-button:hover {
  background-color: var(--color-main-shaft);
  color: var(--color-white);
}
.bw-button.bw-button--white {
  border-color: var(--color-white);
  background-color: transparent;
  color: var(--color-white);
}
.bw-button.bw-button--white:hover {
  color: var(--color-cloud-burst);
  background-color: var(--color-white);
}

@media (min-width: 420px) {
  .broken-button {
    padding: 8px 28px 6px 36px;
    font-size: 23px;
  }

  .big-gold-button {
    font-size: 23px;
  }
}

@media (min-width: 650px) {
  .broken-button {
    padding: 8px 50px 6px 56px;
  }
}

@media (min-width: 960px) {
  .big-gold-button {
    font-size: 26px;
    padding: 13px 29px 10px;
  }

  .bw-button {
    font-size: 22px;
    padding: 9px 32px 7px;
  }
}

@media (min-width: 1400px) {
  .big-gold-button {
    font-size: 29px;
    padding: 14px 32px 12px;
  }

  .bw-button {
    font-size: 26px;
    padding: 11px 42px 9px;
    border-radius: 32px;
  }
}

/* Burger */
.nav-toggler {
  position: relative;
  z-index: 5;
}
.icon-button {
  padding: 0;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.burger {
  height: 15px;
  transition: 0.5s ease;
}
.burger__bar {
  display: block;
  width: 20px;
  height: 3px;
  background: #333;
  transition: 0.4s ease;
}
.burger__bar:not(:first-child) {
  margin-top: 3px;
}
.st--nav-open .burger {
  transform: translate(0%, -62%) rotatey(180deg);
}
.st--nav-open .burger__bar {
  transform: rotatey(180deg) rotatex(360deg);
}
.st--nav-open .burger__bar:nth-child(1) {
  transform: rotate(-45deg);
  margin-top: 15px;
}
.st--nav-open .burger__bar:nth-child(2) {
  opacity: 0;
}
.st--nav-open .burger__bar:nth-child(3) {
  margin-top: -9px;
  transform: rotate(45deg);
}

@media (min-width: 960px) {
  .nav-toggler {
    display: none;
  }
}

/* General Layout Blocks */
.section {
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section.section--top-0 {
  padding-top: 0;
}
.section.section--bottom-0 {
  padding-bottom: 0;
}
.section.section--0 {
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  max-width: 1488px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.st--header-sticky .main {
  margin-top: 57px;
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.section-header--white .section-header__title,
.section-header--white .section-header__text {
  color: var(--color-white);
}
.section-header__title {
  font-size: 38px;
}
.section-header__text {
  font-size: 15px;
  margin-top: 10px;
}

@media (min-width: 420px) {
  .section-header__title {
    font-size: 42px;
  }
  .section-header__text {
    font-size: 16px;
  }
}

@media (min-width: 650px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 960px) {
  .section {
    padding: 70px 0;
  }
  .st--header-sticky .main {
    margin-top: 89px;
  }

  .section-header {
    margin-bottom: 45px;
  }
  .section-header__title {
    font-size: 62px;
  }
  .section-header__text {
    font-size: 18px;
    margin-top: 12px;
  }
}

@media (min-width: 1200px) {
  .st--header-sticky .main {
    margin-top: 94px;
  }
}

@media (min-width: 1400px) {
  .section {
    padding: 100px 0;
  }
  .section-header {
    margin-bottom: 60px;
  }
  .section-header__title {
    font-size: 74px;
  }
  .section-header__text {
    font-size: 20px;
    margin-top: 15px;
  }
}

/* Page Label, Social List, Header, Nav, Logo */
.page-label {
  background-color: var(--color-cloud-burst);
  color: var(--color-white);
}
.page-label__inner {
  display: flex;
  justify-content: space-between;
}

.social-list {
  display: flex;
  padding: 3px 0;
}
.social-list__item {
  margin-right: 5px;
}
.social-list__item:last-child {
  margin-right: 0;
}

.social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  border-top: 2px solid var(--color-scarpa-flow);
  color: var(--color-white);
  background-color: var(--color-cloud-burst);
  transition: background-color 0.2s ease-in;
}
.social-link:hover {
  background-color: var(--color-scarpa-flow);
}
.social-link svg {
  width: 20px;
  height: 20px;
  fill: var(--color-white);
}

.header {
  background-color: var(--color-white);
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 4px 26px rgba(42, 94, 81, 0.13);
}
.st--header-sticky .header {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  transition: padding 0.2s ease-in;
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
.header__item {
  display: flex;
  align-items: center;
}

.logo {
  display: block;
  width: 50px;
  height: 50px;
  opacity: 0.8;
  transition: opacity 0.2s ease-in;
}
.logo svg {
  width: 50px;
  height: 50px;
}
.logo:hover {
  opacity: 1;
}
.logo.active {
  opacity: 1;
  pointer-events: none;
  cursor: default;
}

.nav {
  position: fixed;
  z-index: 4;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  transition: top 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.st--nav-open .nav {
  top: 0;
}
.nav-list {
  margin-bottom: 45px;
}
.nav-list__item {
  margin-bottom: 10px;
}
.nav-link {
  font-family: var(--font-family-bebas);
  text-transform: uppercase;
  font-size: 23px;
  color: var(--color-scarpa-flow);
  font-weight: 400;
  transition: color 0.2s ease-in;
}
.nav-link.active {
  color: var(--color-fun-blue);
  pointer-events: none;
  cursor: default;
}
.nav-link:hover {
  color: var(--color-fun-blue);
}

.info-board {
  display: flex;
  justify-content: space-between;
}
.info-board__item {
  display: flex;
  align-items: center;
}
.info-board__item:first-child {
  margin-right: 20px;
}
.info-board__icon-wrapper {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--color-fun-blue);
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-board__svg {
  width: 18px;
  height: 18px;
  fill: var(--color-white);
}
.info-board-list__item {
  margin-bottom: 7px;
}
.info-board-list__item:last-child {
  margin-bottom: 0;
}
.info-board-link {
  font-family: var(--font-family-bebas);
  text-transform: uppercase;
  font-size: 26px;
  color: var(--color-main-shaft);
  line-height: 1;
  font-weight: 400;
  transition: color 0.2s ease-in;
}
.info-board-link:hover {
  color: var(--color-fun-blue);
}

@media (min-width: 420px) {
  .social-list__item {
    margin-right: 10px;
  }
}

@media (min-width: 650px) {
  .social-list__item {
    margin-right: 13px;
  }
}

@media (min-width: 960px) {
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header__item:nth-child(2) {
    flex-grow: 1;
  }
  .logo {
    width: 80px;
    height: 80px;
  }
  .logo svg {
    width: 80px;
    height: 80px;
  }
  .nav {
    position: static;
    flex-direction: row;
    justify-content: flex-end;
  }
  .nav__item:first-child {
    margin-right: 20px;
  }
  .nav-list {
    display: flex;
    margin-bottom: 0;
  }
  .nav-list__item {
    margin-bottom: 0;
    margin-right: 7px;
  }
  .nav-list__item:last-child {
    margin-right: 0;
  }
  .nav-link {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .nav__item:first-child {
    margin-right: 80px;
  }
  .nav-list__item {
    margin-right: 13px;
  }
  .nav-link {
    font-size: 21px;
  }
}

@media (min-width: 1400px) {
  .nav-list__item {
    margin-right: 30px;
  }
}

/* Intro */
.intro {
  background-image: url("../img/intro.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  color: var(--color-white);
}
.intro-title {
  color: var(--color-white);
  text-shadow: 1px 1px 1px var(--color-black);
  font-size: 45px;
  margin-bottom: 20px;
}
.intro-text {
  color: var(--color-white);
  text-shadow: 1px 1px 1px var(--color-black);
  font-size: 16px;
  margin-bottom: 27px;
}
.intro-text--ph:last-child {
  margin-bottom: 0;
}

@media (min-width: 420px) {
  .intro-title {
    font-size: 60px;
  }
  .intro-text {
    font-size: 18px;
  }
}

@media (min-width: 650px) {
  .intro__card {
    max-width: 70%;
  }
  .intro__card.intro__card--big {
    max-width: 90%;
  }
}

@media (min-width: 960px) {
  .intro {
    padding: 110px 0 125px;
  }
  .intro__card {
    max-width: 480px;
  }
  .intro__card.intro__card--big {
    max-width: 74.5%;
  }
  .intro-title {
    font-size: 76px;
    margin-bottom: 27px;
  }
  .intro-text {
    font-size: 20px;
    margin-bottom: 37px;
  }
}

@media (min-width: 1400px) {
  .intro {
    padding: 160px 0 180px;
  }
  .intro__card {
    max-width: 588px;
  }
  .intro-title {
    font-size: 95px;
    margin-bottom: 30px;
  }
  .intro-text {
    font-size: 22px;
    margin-bottom: 45px;
  }
}

/* card-with-label */
.card-with-label {
  margin-bottom: 32px;
}
.card-with-label__header {
  background-color: var(--color-cloud-burst);
  color: var(--color-white);
  padding: 11px 15px 11px 18px;
  margin-top: -45px;
}
.card-with-label-title {
  color: var(--color-white);
  font-family: var(--font-family-bebas);
  font-size: 21px;
}
.card-with-label__main {
  padding: 16px 0;
  /* background-color: var(--color-wild-sand); */
  /* border-bottom: 3px solid var(--color-alto); */
}

@media (min-width: 420px) {
  .card-with-label-title {
    font-size: 24px;
  }
  .card-with-label__header {
    margin-top: -48px;
  }
}

@media (min-width: 650px) {
  .card-with-label__main {
    padding: 20px 0;
  }
}

@media (min-width: 960px) {
  .card-with-label {
    margin-bottom: 45px;
  }
  .card-with-label-title {
    font-size: 30px;
  }
  .card-with-label__header {
    padding: 14px 27px;
    margin-top: -61px;
  }
  .card-with-label__main {
    padding: 25px 0;
  }
}

@media (min-width: 1400px) {
  .card-with-label {
    margin-bottom: 60px;
  }
  .card-with-label-title {
    font-size: 38px;
  }
  .card-with-label__header {
    padding: 14px 33px;
    margin-top: -69px;
  }
  .card-with-label__main {
    padding: 32px 0;
  }
}

/* schedule-form */
.schedule-form__item {
  margin-bottom: 10px;
  position: relative;
}
.schedule-form__item:last-child {
  margin-bottom: 0;
}
.schedule-form-input {
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-zambezi);
  padding: 10px 30px 10px 10px;
  border-radius: 4px;
  background-color: var(--color-white);
  border: 1px solid var(--color-alto);
  background-position: right center;
  background-repeat: no-repeat;
  transition: border-color 0.2s ease-in;
}
.schedule-form-input:focus {
  border-color: var(--color-cloud-burst);
}
.schedule-form-input--location {
  background-image: url("../img/location-bg.png");
}
.schedule-form-input--select {
  background-image: url("../img/select-arrow-bg.png");
}
.ej-dropdown {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
}
.ej-dropdown-content {
  box-shadow: 0px 4px 10px rgba(42, 94, 81, 0.2);
}
.dd-content {
  padding: 13px 18px;
  background-color: var(--color-white);
  width: 100%;
  text-align: left;
}
.ej-dropdown-item {
  color: var(--color-zambezi);
  transition: color 0.2s ease-in-out;
  margin-bottom: 7px;
  cursor: pointer;
}
.ej-dropdown-item:last-child {
  margin-bottom: 0;
}
.ej-dropdown-item:hover {
  color: var(--color-main-shaft);
}
.ej-dropdown-item td:last-child {
  text-align: right;
}

@media (min-width: 960px) {
  .schedule-form {
    display: flex;
  }
  .schedule-form__item {
    margin-bottom: 0;
  }
  .schedule-form__item:nth-child(1) {
    width: 38%;
    padding-right: 20px;
  }
  .schedule-form__item:nth-child(2) {
    width: 38%;
    padding-right: 20px;
  }
  .schedule-form__item:nth-child(3) {
    width: 24%;
  }
  .schedule-form-input {
    padding: 14px 30px 14px 12px;
  }
  .ej-dropdown {
    padding-right: 20px;
  }
}

@media (min-width: 1400px) {
  .schedule-form__item:nth-child(1) {
    width: 38%;
    padding-right: 26px;
  }
  .schedule-form__item:nth-child(2) {
    width: 38%;
    padding-right: 26px;
  }
  .schedule-form__item:nth-child(3) {
    width: 24%;
  }
  .schedule-form-input {
    padding: 17px 30px 17px 16px;
  }
  .ej-dropdown {
    padding-right: 26px;
  }
}

/* three-list, service-card, simple-list */
.three-list__item {
  margin-bottom: 32px;
}
.three-list__item:last-child {
  margin-bottom: 0;
}
.service-card {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.service-card h4 {
  font-size: 20px;
  margin: 15px 0 10px;
}
.service-card__header {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgb(208, 191, 123);
  background: linear-gradient(
    180deg,
    rgba(208, 191, 123, 1) 0%,
    rgba(170, 156, 101, 1) 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.service-card__header-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  text-align: center;
}
.service-card__title {
  font-size: 32px;
  color: var(--color-white);
}
.service-card__subtitle {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-white);
}
.service-card__price {
  color: var(--color-main-shaft);
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  margin: 10px 0;
}
.service-card__price span {
  font-size: 42px;
}
.service-card__text {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: var(--color-white);
  font-weight: 600;
  line-height: 1.1;
}
.service-card__footer {
  margin-top: 15px;
  text-align: center;
}

.simple-list__item {
  padding-left: 15px;
  position: relative;
  color: var(--color-main-shaft);
  margin-bottom: 4px;
}
.simple-list__item:last-child {
  margin-bottom: 0;
}
.simple-list__item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-main-shaft);
  position: absolute;
  top: 6px;
  left: 0;
}

@media (min-width: 960px) {
  .three-list {
    display: flex;
  }
  .three-list__item {
    width: 33.33%;
    margin-bottom: 0;
  }

  .service-card__header {
    margin-bottom: 20px;
  }
  .service-card__text {
    font-size: 1.15em;
  }
  .service-card__footer {
    margin-top: 20px;
  }
  .service-card h4 {
    font-size: 26px;
    margin: 15px 0 10px;
  }
}

@media (min-width: 1400px) {
  .service-card {
    max-width: 363px;
  }
  .service-card__header {
    width: 363px;
    height: 363px;
    margin-bottom: 25px;
  }
  .service-card__title {
    font-size: 52px;
  }
  .service-card__subtitle {
    font-size: 25px;
  }
  .service-card__price {
    font-size: 90px;
  }
  .service-card__price span {
    font-size: 60px;
  }
  .service-card__footer {
    margin-top: 25px;
  }

  .simple-list__item {
    padding-left: 18px;
    margin-bottom: 7px;
  }
  .simple-list__item::before {
    top: 7px;
  }
}

/* t-list */
.t-list__item {
  margin-bottom: 20px;
}
.t-list__item:last-child {
  margin-bottom: 0;
}

.offer-card {
  position: relative;
  max-width: 388px;
  margin-left: auto;
  margin-right: auto;
}
.offer-card__header {
  background: rgb(208, 191, 123);
  background: linear-gradient(
    180deg,
    rgba(208, 191, 123, 1) 0%,
    rgba(170, 156, 101, 1) 100%
  );
  padding: 20px 0 0;
}
.offer-card__title {
  background-color: var(--color-white);
  padding: 6px 20px 2px;
  text-align: center;
  font-size: 28px;
  line-height: 1;
}
.offer-card__subtitle {
  padding: 19px 20px 12px;
  text-align: center;
  font-family: var(--font-family-bebas);
  color: var(--color-white);
  font-size: 64px;
  line-height: 1;
}
.offer-card__subtitle sup {
  font-size: 38px;
  margin-left: 5px;
}
.offer-card__price {
  text-align: center;
  padding: 0 20px 20px;
  font-size: 60px;
  color: var(--color-straw);
  font-weight: 700;
  line-height: 1;
  text-shadow: 1px 1px 1px var(--color-main-shaft);
}
.offer-card__price sup {
  margin-left: 5px;
  font-size: 36px;
}
.offer-card__price span {
  font-size: 46px;
  margin-right: 5px;
}
.offer-card__text {
  text-align: center;
  color: var(--color-white);
  font-size: 1.15em;
}
.offer-card__main {
  background-color: var(--color-cloud-burst);
  padding: 20px 20px 32px;
}
.offer-card__footer {
  background-color: var(--color-cloud-burst);
  padding: 0 20px 32px;
  text-align: center;
}

@media (min-width: 420px) {
  .offer-card__title {
    font-size: 31px;
  }
  .offer-card__subtitle {
    font-size: 71px;
  }
  .offer-card__subtitle sup {
    font-size: 42px;
  }
}

@media (min-width: 960px) {
  .t-list {
    display: flex;
    justify-content: space-between;
  }
  .t-list__item {
    width: 31%;
    margin-bottom: 0;
    display: flex;
  }

  .offer-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .offer-card__title {
    font-size: 36px;
  }
  .offer-card__main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1400px) {
  .offer-card__title {
    font-size: 42px;
  }
  .offer-card__subtitle {
    font-size: 90px;
  }
  .offer-card__subtitle sup {
    font-size: 54px;
  }
  .offer-card__price {
    font-size: 78px;
  }
  .offer-card__price span {
    font-size: 52px;
  }
  .offer-card__price sup {
    font-size: 47px;
  }
}

/* Gift Banner */
.gift-banner {
  background-color: #f7f7f7;
}
.gift-banner .service-card__header {
  margin: 0 auto;
}
.gift-banner__card {
  padding: 20px;
  border: 3px dashed var(--color-alto);
  text-align: center;
  max-width: 388px;
  margin: 0 auto;
}
.gift-banner__card-inner {
  background-image: url("../img/gift-title.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 90%;
  padding-top: 90px;
}
.gift-banner__text {
  font-size: 1.3em;
  margin-bottom: 20px;
  line-height: 1.4;
}
.gift-banner__text:first-child {
  margin-bottom: 10px;
}
.gift-banner__text span {
  color: var(--color-main-shaft);
  font-weight: 700;
}
.gift-banner__noshnizi {
  display: none;
}

@media (min-width: 420px) {
  .gift-banner__card-inner {
    background-size: auto;
    padding-top: 95px;
  }
}

@media (min-width: 650px) {
  .gift-banner__card {
    padding: 32px;
  }
}

@media (min-width: 960px) {
  .gift-banner {
    background-image: url("../img/section-2.jpg");
    background-color: var(--color-white);
  }
  .gift-banner__inner {
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
  .gift-banner__circle {
    position: absolute;
    top: 50%;
    left: 23%;
    transform: translate(-40%, -50%);
  }
  .gift-banner__card {
    margin: 0;
    position: relative;
  }
  .gift-banner__noshnizi {
    display: block;
    position: absolute;
    top: -27px;
    left: -30px;
  }
}

@media (min-width: 1200px) {
  .gift-banner__card {
    max-width: 500px;
  }
}

@media (min-width: 1400px) {
  .section.gift-banner {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .gift-banner__card {
    max-width: 450px;
  }
  .gift-banner__circle {
    left: 49%;
  }
}

/* g-list, gallery-card */
.g-list__item {
  margin-bottom: 20px;
}
.g-list__item:last-child {
  margin-bottom: 0;
}

.gallery-card {
  max-width: 388px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-card__image {
  height: 170px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.gallery-card__footer {
  display: flex;
  justify-content: space-between;
  background-color: var(--color-cloud-burst);
  height: 38px;
}
.gallery-card__title {
  color: var(--color-white);
  padding-left: 16px;
  font-size: 24px;
  display: flex;
  align-items: center;
  line-height: 1;
}

@media (min-width: 420px) {
  .gallery-card__image {
    height: 220px;
  }
  .gallery-card__title {
    padding-left: 28px;
    font-size: 28px;
  }
}

@media (min-width: 650px) {
  .gallery-card .broken-button {
    padding: 8px 28px 6px 36px;
    font-size: 23px;
  }
}

@media (min-width: 960px) {
  .g-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .g-list__item {
    width: 48%;
    margin-bottom: 32px;
  }
  .g-list__item:nth-last-child(2) {
    margin-bottom: 0;
  }

  .gallery-card {
    max-width: 450px;
  }
  .gallery-card__image {
    height: 260px;
  }
  .gallery-card__title {
    font-size: 36px;
    padding-top: 3px;
  }
  .gallery-card__footer {
    height: 52px;
  }
  .gallery-card__footer .broken-button {
    font-size: 25px;
    padding: 10px 28px 6px 36px;
  }
  .gallery-card__footer .broken-button::before {
    border-width: 52px 20px 0px 0px;
  }
}

@media (min-width: 1200px) {
  .gallery-card {
    max-width: 610px;
  }
  .gallery-card__image {
    height: 360px;
  }
}

@media (min-width: 1400px) {
  .gallery-card {
    max-width: 667px;
  }
  .gallery-card__image {
    height: 400px;
  }
  .gallery-card__title {
    font-size: 42px;
    padding-top: 3px;
  }
  .gallery-card__footer {
    height: 70px;
  }
  .gallery-card__footer .broken-button {
    font-size: 27px;
  }
  .gallery-card__footer .broken-button::before {
    border-width: 70px 23px 0px 0px;
  }
}

/* Map */
.map {
  background-image: url("../img/map.jpg");
}
.map--area {
  background-image: url("../img/section-6.jpg");
}
.map__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.map__card {
  background-color: var(--color-white);
  padding: 20px;
}
.map__title {
  font-size: 38px;
  margin-bottom: 10px;
}
.map__text {
  margin-bottom: 17px;
  font-size: 1.1em;
}

.map__info-header {
  padding: 10px 20px;
  background-color: var(--color-cloud-burst);
}
.map__info-title {
  color: var(--color-straw);
  font-size: 28px;
}
.map__info-main {
  padding: 20px;
  background-color: var(--color-white);
}
.i-list__item {
  display: flex;
  margin-bottom: 10px;
}
.i-list__item:last-child {
  margin-bottom: 0;
}
.i-list__icon {
  display: flex;
  align-items: center;
}
.i-list__icon-inner {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--color-fun-blue);
  display: flex;
  justify-content: center;
  align-items: center;
}
.i-list__icon-inner svg {
  width: 14px;
  height: 14px;
  fill: var(--color-white);
}
.i-list__content {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

@media (min-width: 420px) {
  .map__card {
    padding: 32px;
  }
  .map__title {
    font-size: 42px;
  }

  .i-list__item {
    margin-bottom: 15px;
  }
  .map__info-header {
    padding: 12px 32px;
  }
  .map__info-main {
    padding: 32px;
  }
  .map__info-title {
    font-size: 31px;
  }
}

@media (min-width: 650px) {
  .map__card {
    width: 60%;
  }
  .map__info {
    width: 60%;
  }
}

@media (min-width: 960px) {
  .map__inner {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .map__card {
    width: 40%;
  }
  .map__info {
    width: 40%;
  }
  .map__title {
    font-size: 62px;
    margin-bottom: 12px;
  }
  .map__text {
    margin-bottom: 22px;
  }
  .i-list__content {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .map__card {
    width: 35%;
  }
  .map__info {
    width: 35%;
  }
}

@media (min-width: 1400px) {
  .map__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .map__title {
    font-size: 74px;
    margin-bottom: 15px;
  }
  .map__text {
    margin-bottom: 28px;
  }
}

/* testimonial-card */
.testimonial-card {
  background-color: #f4f4f4;
  padding: 32px 20px;
  max-width: 388px;
  margin: 0 auto;
  text-align: center;
}
.testimonial-card__quote {
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
}
.testimonial-card__svg {
  width: 40px;
  height: 40px;
  fill: #bababa;
}
.testimonial-card__author {
  text-transform: uppercase;
  color: var(--color-main-shaft);
  font-weight: 600;
  font-size: 1.3em;
  margin-top: 20px;
}

@media (min-width: 960px) {
  .testimonial-card__quote {
    width: 80px;
    height: 80px;
  }
  .testimonial-card__svg {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 1200px) {
  .t-list.t-list--testimonials {
    margin-top: 80px;
    margin-bottom: 34px;
  }
  .testimonial-card {
    padding: 48px 32px;
  }
  .testimonial-card--zoom {
    transform: scale(1.2);
  }
}

/* Contact */
.c-list {
  max-width: 571px;
  margin: 0 auto;
}
.c-list__item {
  max-width: 571px;
  margin-bottom: 32px;
}
.c-list__item:last-child {
  margin-bottom: 0;
}
.c-title {
  color: var(--color-white);
  font-size: 38px;
  margin-bottom: 10px;
}
.c-text {
  color: var(--color-white);
  margin-bottom: 10px;
  font-size: 1.1em;
}
.c-text.c-text--big {
  font-size: 1.4em;
}
.c-text:last-child {
  margin-bottom: 0;
}

.contact-card {
  max-width: 571px;
  margin: 0 auto;
}
.contact-card__header {
  background: rgb(208, 191, 123);
  background: linear-gradient(
    180deg,
    rgba(208, 191, 123, 1) 0%,
    rgba(170, 156, 101, 1) 100%
  );
}
.contact-card__title {
  color: var(--color-white);
  font-size: 21px;
  padding: 12px 20px;
}
.contact-card__main {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.66);
}

@media (min-width: 420px) {
  .c-title {
    font-size: 42px;
  }
  .contact-card__title {
    font-size: 24px;
  }
}

@media (min-width: 960px) {
  .c-list {
    max-width: none;
    display: flex;
    justify-content: space-between;
  }
  .c-list__item {
    width: 48%;
    margin-bottom: 0;
  }
  .c-list__item:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-title {
    font-size: 62px;
    margin-bottom: 25px;
  }
  .c-text {
    margin-bottom: 16px;
  }
  .contact-card__title {
    font-size: 30px;
  }
}

@media (min-width: 1400px) {
  .c-title {
    font-size: 74px;
  }
  .contact-card__title {
    font-size: 38px;
  }
}

/* Footer */
.footer__svg {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
.footer {
  background-color: var(--color-cloud-burst);
  color: var(--color-white);
}
.footer__item:first-child {
  padding-bottom: 45px;
  border-bottom: 1px solid var(--color-scarpa-flow);
}
.footer__item:last-child {
  padding: 15px 0;
  text-align: center;
}
.footer__column {
  text-align: center;
  margin-bottom: 25px;
}
.footer__column:last-child {
  margin-bottom: 0;
}
.footer__column img {
  margin-bottom: 15px;
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.footer__column p {
  margin-bottom: 25px;
  max-width: 571px;
  margin-left: auto;
  margin-right: auto;
}
.footer__column p.ccc {
  margin-bottom: 0;
  margin-top: 25px;
}
.footer__column .social-list {
  justify-content: center;
}

.footer-title {
  color: var(--color-straw);
  font-size: 28px;
  margin-bottom: 21px;
}

.gold-list__item {
  margin-bottom: 4px;
}
.gold-list__item:last-child {
  margin-bottom: 0;
}
.gold-list a {
  text-transform: uppercase;
}

@media (min-width: 420px) {
  .footer-title {
    font-size: 24px;
  }
}

@media (min-width: 960px) {
  .footer__svg {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }
  .footer__item:first-child {
    padding-bottom: 62px;
  }
  .footer__item:last-child {
    padding: 30px 0;
  }
  .footer__inner {
    display: flex;
    justify-content: space-between;
  }
  .footer__column {
    width: 31.5%;
    text-align: left;
    margin-bottom: 0;
  }
  .footer__column:nth-child(1) {
    width: 35%;
  }
  .footer__column:nth-child(2) {
    width: 15%;
  }
  .footer__column:nth-child(3) {
    width: 30%;
  }
  .footer__column img {
    margin-left: 0;
  }
  .footer__column p {
    text-align: left;
  }
  .footer__column .social-list {
    justify-content: flex-start;
  }

  .footer-title {
    font-size: 30px;
  }

  .gold-list {
    text-align: left;
  }
  .gold-list__item {
    padding-left: 15px;
    position: relative;
  }
  .gold-list__item::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-straw);
    position: absolute;
    top: 7px;
    left: 0;
  }
}

@media (min-width: 1400px) {
  .footer__svg {
    width: 120px;
    height: 120px;
  }
  .footer__item:first-child {
    padding-bottom: 90px;
  }
  .footer-title {
    font-size: 38px;
  }
}

/* Contact Form Home */
label {
  text-align: left;
  font-size: 14px;
}
#form-success-message,
#form-error-message {
  display: none;
}

#form-success-message {
  color: #27ae60;
  font-weight: 700;
}

#form-error-message {
  color: #e74c3c;
  font-weight: 700;
}

.form-messages {
  text-align: center;
  font-size: 1.5em;
}
.form-messages__text {
  margin-bottom: 20px;
}
.contact-form__item {
  margin-bottom: 20px;
}
.contact-form-label {
  font-size: 16px;
  margin-bottom: 3px;
  display: block;
  text-align: left;
  color: var(--color-main-shaft);
  font-weight: 700;
}
.schedule-form-input.error {
  border: 1px solid var(--color-alizarin);
}
.schedule-form-input.error:focus {
  border: 1px solid var(--color-cloud-burst);
}
.contact-form__item--footer {
  text-align: center;
  margin-bottom: 0;
}
.contact-form-input:focus {
  outline: none;
  border: 1px solid var(--color-main-shaft-dark);
}
.contact-form-input--textarea {
  min-height: 150px;
  max-width: 100%;
  min-width: 100%;
}
label.error {
  display: block;
  margin-top: 2px;
  color: var(--color-main-shaft);
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .contact-form {
    max-width: 1000px;
  }
  .contact-form__item--footer {
    text-align: right;
  }
  .contact-form-label {
    font-size: 18px;
  }
  label {
    font-size: 16px;
  }
}

/* Schedule Online */
.schedule-online-wrapper {
  height: 1200px;
  text-align: center;
}

/* Page Header */
.page-header {
  padding-top: 75px;
  padding-bottom: 75px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 960px) {
  .page-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1400px) {
  .page-header {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

/* grid-list, coupon-card */
.grid-list {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.grid-list__item {
  margin-bottom: 20px;
}
.grid-list__item:last-child {
  margin-bottom: 0;
}

.coupon-card {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  background-color: cornflowerblue;
  padding: 70px 10px 40px;
  position: relative;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.coupon-card--big {
  padding: 210px 10px 170px;
}
.coupon-card__inner {
  width: 60%;
}
.coupon-card__logo {
  width: 100px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.coupon-card__svg {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
}
.coupon-card__title {
  color: var(--color-straw);
  font-size: 32px;
  margin-bottom: 10px;
}
.coupon-card__text {
  color: var(--color-white);
  font-weight: 400;
}
.coupon-card__flag {
  padding-top: 10px;
  width: 59px;
  height: 79px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-white);
  background-image: url("../img/flag.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 14px;
}
.coupon-card__flag-title {
  font-size: 22px;
  line-height: 1;
  font-family: var(--font-family-bebas);
  margin-top: 5px;
}
.coupon-card__flag-title span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
}

@media screen and (min-width: 360px) {
  .coupon-card__inner {
    width: 50%;
  }
}

@media screen and (min-width: 420px) {
  .coupon-card__inner {
    width: 40%;
  }
  .coupon-card__logo {
    width: 130px;
  }
  .coupon-card__svg {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 960px) {
  .grid-list {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    row-gap: 20px;
    column-gap: 20px;
    max-width: none;
  }
  .grid-list__item {
    margin-bottom: 0;
    grid-column: span 6 / span 6;
  }
  .grid-list__item:first-child {
    grid-column: span 6 / span 6;
    grid-row: span 2 / span 2;
  }
  .coupon-card {
    padding: 100px 10px 50px;
    transition: transform 0.2s ease-in;
  }
  .coupon-card:hover {
    transform: scale(1.02);
  }
  .coupon-card--big {
    padding: 280px 10px 190px;
  }
}

@media screen and (min-width: 1200px) {
  .coupon-card {
    padding: 125px 10px 65px;
  }
  .coupon-card--big {
    padding: 350px 10px 190px;
  }
  .coupon-card__logo {
    width: 160px;
    top: 12px;
    right: 12px;
  }
  .coupon-card__svg {
    width: 70px;
    height: 70px;
  }
  .coupon-card__title {
    font-size: 44px;
  }
  .coupon-card__text {
    font-size: 1.1em;
  }
  .coupon-card__flag {
    width: 80px;
    height: 107px;
  }
  .coupon-card__flag-text {
    font-size: 20px;
  }
  .coupon-card__flag-title {
    font-size: 36px;
  }
  .coupon-card__flag-title span {
    font-size: 28px;
  }
}

@media screen and (min-width: 1400px) {
  .coupon-card__logo {
    width: 200px;
    top: 15px;
    right: 15px;
  }
  .coupon-card__svg {
    width: 90px;
    height: 90px;
  }
}

/* Banner */
.banner__card {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 650px) {
  .banner__card {
    padding: 30px;
  }
}

@media screen and (min-width: 960px) {
  .banner__inner {
    display: flex;
    justify-content: flex-end;
  }
  .banner__card {
    max-width: none;
    width: 50%;
    margin: 0;
    background: none;
  }
}

@media screen and (min-width: 1400px) {
  .banner__card {
    padding: 90px 30px;
  }
}

/* Services */
.dota-desktop {
  display: none;
}
.price-list-mobile {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.price-list-mobile__item {
  margin-bottom: 20px;
}
.price-list-mobile__item:last-child {
  margin-bottom: 0;
}
.dota-card h4 {
  font-size: 20px;
  margin: 10px 0 7px;
}
.dota-card__header {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgb(208, 191, 123);
  background: linear-gradient(
    180deg,
    rgba(208, 191, 123, 1) 0%,
    rgba(170, 156, 101, 1) 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.dota-card__header-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  text-align: center;
}
.dota-card__title {
  font-size: 32px;
  color: var(--color-white);
}
.dota-card__subtitle {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-white);
}
.dota-card__price {
  color: var(--color-main-shaft);
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  margin: 10px 0;
}
.dota-card__price span {
  font-size: 42px;
}
.dota-card__text {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  color: var(--color-white);
  font-weight: 600;
}
.dota-card__main {
  margin-top: -130px;
  padding: 150px 20px 20px;
  background-color: var(--color-wild-sand);
  border: 1px solid var(--color-alto);
}
.dota-card__footer {
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .dota-desktop {
    display: block;
  }
  .price-list-mobile {
    display: none;
  }
}

/* Table */
.table__main {
  background-color: var(--color-wild-sand);
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  margin-top: -100px;
  padding-top: 100px;
}
.table__row-title {
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 24px;
}
.table__row {
  display: flex;
  position: relative;
  border-bottom: 1px solid var(--color-alto);
  background-color: var(--color-wild-sand);
}
/* .table__row:last-child {
  border: none;
} */
.table__row--title {
  padding-top: 45px;
}
.table__column {
  width: 25%;
  padding: 10px;
  text-align: center;
}
.table__column:first-of-type {
  background-color: #e6e6e6;
  font-weight: 600;
  color: var(--color-main-shaft);
  text-align: left;
}
.table__header-row {
  display: flex;
}
.table__header-column {
  width: 25%;
}
.table__header-column:first-of-type {
  display: flex;
  align-items: flex-end;
}
.table__header-title {
  height: 100px;
  width: 100%;
  background-color: var(--color-cloud-burst);
  color: var(--color-white);
  font-family: var(--font-family-bebas);
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
  padding: 10px;
  display: flex;
  align-items: flex-end;
}
.table__footer {
  display: flex;
}
.table__footer-item {
  width: 25%;
  background-color: var(--color-wild-sand);
  text-align: center;
  padding: 15px 5px;
}
.table__footer-item:first-of-type {
  background-color: var(--color-white);
}

@media screen and (max-width: 1199px) {
  .table .dota-card__header {
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }
  .table .dota-card__header-inner {
    width: 180px;
    height: 180px;
  }
  .table .dota-card__title {
    font-size: 26px;
  }
  .table .dota-card__price {
    font-size: 48px;
    margin: 5px 0;
  }
  .table .dota-card__price span {
    font-size: 32px;
  }
  .table .dota-card__text {
    line-height: 1.1;
  }
}

@media screen and (min-width: 1200px) {
  .table__main {
    margin-top: -130px;
    padding-top: 130px;
  }
  .table__column {
    padding: 15px 20px;
  }
  .table__row-title {
    font-size: 30px;
  }
  .table__header-title {
    height: 130px;
    padding: 20px;
    font-size: 50px;
  }
  .table__row--title {
    padding-top: 51px;
  }
  .table__row-title {
    left: 20px;
  }
  .table__footer-item {
    padding: 30px 10px;
  }
}

/* Gallery */
.owl-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.owl-card__item {
  width: 48.5%;
  margin-bottom: 10px;
}
.owl-card img {
  border-radius: 4px;
  cursor: pointer;
}
.owl-card__item:nth-last-child(1),
.owl-card__item:nth-last-child(2) {
  margin-bottom: 0;
}
.owl-dots {
  text-align: center;
  margin-top: 30px;
}
body .owl-dots button.owl-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-indent: -9999px;
  background: #e6e6e6;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
}
body .owl-dots button.owl-dot.active {
  background: var(--color-fun-blue);
}
.owl-nav {
  display: none;
}
.slark-gallery {
  position: relative;
}

@media screen and (min-width: 460px) {
  .owl-card__item {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 960px) {
  .owl-card__item {
    width: 23.5%;
    margin-bottom: 20px;
  }
  .owl-card__item:nth-last-child(3),
  .owl-card__item:nth-last-child(4) {
    margin-bottom: 0;
  }
  body .owl-dots button.owl-dot {
    width: 14px;
    height: 14px;
  }
  .owl-nav {
    display: block;
  }
  body .owl-carousel .owl-nav button.owl-prev {
    left: -50px;
    height: 43px;
    width: 19px;
    background-image: url("../img/slider-arrow-prev.png");
    margin-top: -46px;
  }
  body .owl-carousel .owl-nav button.owl-next {
    right: -50px;
    height: 43px;
    width: 19px;
    background-image: url("../img/slider-arrow-next.png");
    margin-top: -46px;
  }
  body .owl-carousel .owl-nav button.owl-prev span,
  body .owl-carousel .owl-nav button.owl-next span {
    display: none;
  }
  .slark-gallery {
    padding: 0 50px;
  }
}

@media screen and (min-width: 1200px) {
  .owl-card__item {
    width: 23.5%;
    margin-bottom: 25px;
  }
}

/* Owl Carousel */
.owl-prev {
  background: url("https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png")
    left center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 3;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-next {
  background: url("https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png")
    right center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 3;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.5;
}

/* Google Recaptcha */
.grecaptcha-badge {
  display: none;
}
