@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap");
@font-face {
  font-family: "Din_bold";
  src: url("./fonts/dincondensed-bold-webfont.woff2") format("woff2"), url("./fonts/dincondensed-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  height: 13px;
  /* 3 */
  width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #434343;
  text-align: left;
  background-color: #f8f8f8;
  overflow-x: hidden;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #f0b805;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #be9204;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* Types start */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 9rem;
  font-family: "Din_bold";
}

h2,
.h2 {
  font-size: 4rem;
}

h3,
.h3 {
  font-size: 2.25rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-weight: 600;
  font-family: "Playfair Display", serif;
  margin-bottom: 1rem;
  line-height: 1;
}
.lead--primary {
  color: #f0b805;
}
@media (max-width: 768px) {
  .lead {
    font-size: 2rem;
  }
}
.lead--reletive-left {
  position: relative;
  right: 20%;
}
@media (max-width: 768px) {
  .lead--reletive-left {
    right: 0;
  }
}
.lead--reletive-right {
  position: relative;
  left: 20%;
  text-align: right;
}

.display--1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display--2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display--3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display--4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.paragraph {
  margin-bottom: 1.2rem;
}

/* Type end */
/* helpers start */
.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

.text-uppercase {
  text-transform: uppercase;
}

.p-t-0 {
  padding-top: 0 !important;
}

/* helpers end */
/* buttons start */
.btn {
  text-transform: uppercase;
  min-width: 120px;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  border-radius: 30px;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  font-family: "Din_bold", sans-serif;
  white-space: nowrap;
  transition: color 0.15s;
  transition: background 0.2s;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
}

.btn-primary {
  color: #fff;
  background-color: #f0b805;
  border-color: #f0b805;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary::focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #f0b805;
  border-color: #f0b805;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn--secondary {
  color: #fff;
  background-color: #434343;
  border-color: #434343;
}
.btn--secondary:hover {
  color: #fff;
  background-color: #f0b805;
  border-color: #f0b805;
}
.btn--secondary:focus, .btn--secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn--secondary.disabled, .btn--secondary:disabled {
  color: #fff;
  background-color: #434343;
  border-color: #434343;
}
.btn--secondary:not(:disabled):not(.disabled):active, .btn--secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn--secondary:not(:disabled):not(.disabled):active:focus, .btn--secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn--outline-primary {
  color: #f0b805;
  background-color: transparent;
  background-image: none;
  border-color: #f0b805;
}
.btn--outline-primary:hover {
  color: #fff;
  background-color: #f0b805;
  border-color: #f0b805;
}
.btn--outline-primary:focus, .btn--outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn--outline-primary.disabled, .btn--outline-primary:disabled {
  color: #f0b805;
  background-color: transparent;
}
.btn--outline-primary:not(:disabled):not(.disabled):active, .btn--outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f0b805;
  border-color: #f0b805;
}
.btn--outline-primary:not(:disabled):not(.disabled):active:focus, .btn--outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn--outline-secondary {
  color: #434343;
  background-color: transparent;
  background-image: none;
  border-color: #434343;
}
.btn--outline-secondary:hover {
  background-color: #f0b805;
  border-color: #f0b805;
}
.btn--outline-secondary:focus, .btn--outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn--outline-secondary.disabled, .btn--outline-secondary:disabled {
  color: #434343;
  background-color: transparent;
}
.btn--outline-secondary:not(:disabled):not(.disabled):active, .btn--outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f0b805;
  border-color: #f0b805;
}
.btn--outline-secondary:not(:disabled):not(.disabled):active:focus, .btn--outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn--lg {
  padding: 0.7rem 2.2rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 35px;
}

.btn--sm {
  padding: 0.25rem 0.5rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 25px;
  min-width: 120px;
}

.btn--block {
  display: block;
  width: 100%;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-link {
  background: transparent;
  text-transform: uppercase;
  min-width: 120px;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-bottom: 5px solid transparent;
  padding-bottom: 5px;
}
.btn-link--primary {
  color: #fff;
  cursor: pointer;
}
.btn-link--primary:hover, .btn-link--primary:active, .btn-link--primary:focus, .btn-link--primary.active {
  color: #f0b805;
  border-bottom: 5px solid #f0b805;
}

/* buttons end */
.nav-thumbnail {
  max-width: 210px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.nav-thumbnail__icon {
  font-size: 50px;
  color: #fff;
  margin-bottom: 1.2rem;
}
.nav-thumbnail__title {
  font-family: "Din_bold", sans-serif;
  font-size: 1.5rem;
  color: #f0b805;
  margin-bottom: 0;
}
.nav-thumbnail__text {
  font-family: "Din_bold", sans-serif;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .nav-thumbnail {
    max-width: none;
  }
}
/* list start */
.list {
  padding-left: 35px;
  margin-bottom: 1.2rem;
}
.list__item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 1.2rem;
}
.list__item:before {
  display: block;
  content: "★";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 16px;
}
.lead + .list {
  margin-top: 40px;
}

/* list end */
/* logo start */
.logo {
  font-family: "Din_bold", sans-serif;
  line-height: 1;
  text-align: center;
}
.logo__link:hover {
  text-decoration: none;
}
.logo__text-main {
  display: block;
  font-size: 50px;
  color: #f0b805;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
.logo__text-secondary {
  display: block;
  font-size: 30px;
  color: #434343;
}
.logo__slogan {
  display: block;
  font-size: 12px;
  color: #434343;
}

/* logo end */
/* nav start */
.nav {
  display: flex;
}
@media (max-width: 768px) {
  .nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.nav__link {
  display: block;
  font-family: "Din_bold", sans-serif;
  font-size: 20px;
  color: #434343;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 25px;
  border-radius: 30px;
}
.nav__link:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .nav__link {
    border-radius: 0;
    padding: 5px 15px;
  }
}
.nav__link--active {
  background: #f0b805;
}
.nav__link--active:hover {
  color: #434343;
  cursor: default;
  pointer-events: none;
}

/* nav end */
/* nav-bar start */
.nav-bar {
  background: #434343;
  padding: 6px 0;
  color: #fff;
}
.nav-bar__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-bar .contacts-list__item {
  margin-right: 60px;
  font-size: 18px;
  align-items: center;
}
.nav-bar .contacts-list__item:last-child {
  margin-right: 0;
}
.nav-bar .contacts-list__link {
  font-family: "Din_bold", sans-serif;
}

.contacts-list {
  display: flex;
}
.contacts-list__link {
  color: #fff;
}
.contacts-list__icon {
  color: #f0b805;
  margin-right: 4px;
  font-size: 16px;
}

.social-list {
  display: flex;
  align-items: center;
}
.social-list__item {
  margin-right: 40px;
}
.social-list__item:last-child {
  margin-right: 0;
}
.social-list__link {
  font-size: 16px;
}

@media (max-width: 768px) {
  .contacts-list {
    flex-direction: column;
  }

  .social-list__link {
    font-size: 25px;
  }
  .social-list__item {
    margin-right: 15px;
  }
}
/* nav-bar end */
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header start */
.header {
  position: relative;
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .header__content .header__nav {
    display: none;
  }
  .header__content .header__nav .nav {
    position: absolute;
    z-index: 4;
    top: calc(45px - 1px);
    right: 0;
    flex-direction: column;
    width: 200px;
    background: #fff;
    box-shadow: 0px 1px 5px 1px rgba(67, 67, 67, 0.5);
  }
  .header__content--active {
    position: relative;
  }
  .header__content--active .header__nav {
    display: block;
  }
}
.header__icon {
  display: none;
  position: absolute;
  z-index: 5;
  right: 15px;
  top: calc(50% - 45px);
  color: #f0b805;
  font-size: 40px;
  width: 55px;
  height: 45px;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header__icon {
    display: flex;
    justify-content: center;
  }
}
.header__icon .icon__times {
  display: none;
}
.header__icon--active {
  background: #fff;
  box-shadow: 0px 1px 5px 1px rgba(67, 67, 67, 0.5);
  padding-top: 3px;
}
.header__icon--active .icon__times {
  display: block;
}
.header__icon--active .icon__bars {
  display: none;
}
.header__icon--active:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -9px;
  right: 0px;
  left: -10px;
  height: 10px;
  background: #fff;
}
.header.section {
  margin-top: 0;
}

.slider-with-header-section {
  position: relative;
}

.header--in-slider {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding-top: 20px;
}

/* Header end */
.banner {
  display: flex;
  justify-content: flex-start !important;
}
.banner__heading {
  width: 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.banner__heading--center {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.banner__heading-main {
  color: #f0b805;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  line-height: 130px;
}
.banner__heading-secondary {
  color: #434343;
  font-family: "Din_bold", sans-serif;
  letter-spacing: 11px;
  text-transform: uppercase;
}
.banner__heading img {
  max-width: 100%;
  height: auto;
}
.banner__image {
  flex: 0 0 100%;
  flex-basis: calc((100vw - 50%) - (100vw - 100%) / 2);
  max-width: calc((100vw - 50%) - (100vw - 100%) / 2);
}

/* 1200px */
@media (max-width: 1200px) {
  .banner__heading-main {
    font-size: 101.5px;
    line-height: 91px;
  }
  .banner__heading-secondary {
    font-size: 25.2px;
  }
}
/* 992px */
@media (max-width: 992px) {
  .banner__heading-main {
    font-size: 72.5px;
    line-height: 65px;
  }
  .banner__heading-secondary {
    font-size: 18px;
  }
}
/* 768px */
@media (max-width: 768px) {
  .banner {
    position: relative;
  }
  .banner__heading {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    flex: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner__heading-main {
    font-size: 58px;
    line-height: 52px;
    background: rgba(67, 67, 67, 0.7);
    padding: 15px;
  }
  .banner__heading-secondary {
    font-size: 14.4px;
    color: #fff;
    background: rgba(67, 67, 67, 0.7);
    padding: 15px;
  }
  .banner__image {
    flex: none;
    flex-basis: auto;
    max-width: 100%;
  }
}
/* 480px */
@media (max-width: 480px) {
  .banner__heading-main {
    font-size: 36.25px;
    line-height: 32.5px;
    margin-bottom: 0;
    padding: 10px;
  }
  .banner__heading-secondary {
    font-size: 9px;
    color: #fff;
    letter-spacing: 6.6px;
    padding: 7px;
    margin-bottom: 0;
  }
  .banner__image {
    filter: blur(2px);
  }
}
@media (max-width: 320px) {
  .banner__heading-main {
    font-size: 29px;
    line-height: 26px;
  }
  .banner__heading-secondary {
    font-size: 7.2px;
    color: #fff;
    letter-spacing: 4.4px;
  }
}
/* footer start */
.footer {
  padding: 25px 0 30px;
  background: #434343;
  font-size: 14px;
  color: #fff;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__content--top {
  padding-bottom: 50px;
}
.footer__contacts-list {
  flex-direction: column;
  align-items: flex-end;
}
.footer__contacts-list .contacts-list__item {
  margin-bottom: 20px;
}
.footer__social-list {
  justify-content: flex-end;
}
.footer__logo {
  position: relative;
  bottom: -25px;
}
.footer__logo .logo__text-secondary {
  font-size: 50px;
}
.footer__logo .logo__slogan {
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.footer__logo .logo__text-secondary,
.footer__logo .logo__slogan {
  color: #fff;
}

.footer-nav__item {
  margin-bottom: 5px;
}
.footer-nav__link {
  color: #fff;
}

.footer-sub-nav {
  display: flex;
  flex-wrap: wrap;
}
.footer-sub-nav__item:not(:last-child) {
  padding-right: 50px;
  position: relative;
}
.footer-sub-nav__item:not(:last-child):after {
  display: block;
  content: "|";
  position: absolute;
  top: 0;
  right: 25px;
}
.footer-sub-nav__link {
  color: #fff;
}

.copyright {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .footer {
    padding: 10px 0;
  }
  .footer__content {
    flex-direction: column;
    align-items: center;
  }
  .footer__content--top {
    padding-bottom: 0;
  }
  .footer__content--bottom {
    flex-direction: column-reverse;
  }
  .footer__logo, .footer__social-list {
    display: none;
  }
  .footer__contacts-list {
    align-items: center;
  }
  .footer__block--right {
    width: 100%;
  }

  .footer-nav {
    display: none;
  }

  .footer-sub-nav {
    justify-content: center;
  }
  .footer-sub-nav__item:not(:last-child) {
    padding-right: 20px;
  }
  .footer-sub-nav__item:not(:last-child):after {
    right: 10px;
  }

  .copyright {
    text-align: center;
    margin-top: 10px;
  }
}
/* footer end */
/* main start*/
/* content */
/* content end */
/* sidebar start*/
/* sidebar end */
/* Main end */
.section {
  padding: 40px 0;
  margin: 40px 0;
}

.section--inverce {
  background: #434343;
}

.section__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.section__nav {
  display: flex;
  justify-content: space-between;
}

/* 1200px */
@media (min-width: 1200px) {
  .section__nav--min-width > li {
    max-width: 250px;
  }
  .section__nav--min-width > li > .btn {
    min-width: 250px;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 20px 0;
    margin: 20px 0;
  }

  .section__nav {
    flex-direction: column;
    justify-content: center;
  }
  .section__nav li {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .section__nav li:last-child {
    margin-bottom: 0;
  }
}
/* content start */
.content {
  font-size: 0.875rem;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
}
.content__row {
  display: flex;
}
.content__row + .content__row {
  padding-top: 100px;
}
.content__row--reverse {
  flex-direction: row-reverse;
}
.content__row--reverse > .content__column--text {
  padding-right: 45px;
}
.content__column {
  flex-basis: 50%;
  min-width: 50%;
}
.content__column--text {
  padding-left: 45px;
}
.content__img--fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .content__row {
    flex-direction: column;
  }
  .content__row + .content__row {
    padding-top: 2rem;
  }
  .content__column {
    flex-basis: 100%;
    min-width: 100%;
  }
  .content__column:first-child {
    margin-bottom: 2rem;
  }
  .content__column--text {
    padding: 0;
  }
}
/* content end */
.is-cms .lead {
  max-width: 500px;
  min-width: 100px;
}

.service-contact-parent, #faq-section-parent{
  margin-top: 5%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-contact-item{
  background-color: #434343;
  color: white;
  border-radius: 4px;
  padding: 2%;
  width: 22%;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.service-contact-item h4{
  color: #f0b805;
}

.service-contact-item h6{
  margin-bottom: 15%;
}

.faq-element{
  width: 45%;
}
img.faq-element{
  height: fit-content;
}

#book-a-ride-parent{
  margin-top: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  background-color: #434343;
  color: white;
  padding:3% 2%;
}

@media (max-width: 972px) {
  .service-contact-item{
    width: 45%;
    margin-bottom: 5%;
  }
  .faq-element{
    width: 100%;
    margin-bottom: 5%;
  }
}

@media (max-width: 576px) {
  .service-contact-item{
    width: 100%;
    margin-bottom: 5%;
  }
}

.social-icon{
  margin-left: 20px;
}



/* additional styles start */
/* accordion style */
.accordion{
  margin-top: 5%;
  width: 100%;
  height: fit-content;
}
.accordion-item{
  margin-bottom: 3%;
}
.accordion-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color:#434343;
  color: white;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  transition: 0.4s;
}
.accordion-title::after{
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.accordion-body{
  border-radius: 0px 0px 4px 4px;
  background: #696969;
  color: white;
  padding: 0px 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.is-cms div.accordion-body{
  overflow: unset;
  max-height: fit-content;
}
.accordion-body p{
  margin: 15px 0px;
}
.accordion-item.active .accordion-title{
  border-radius: 4px 4px 0px 0px;
}
.accordion-item.active .accordion-title::after{
  transform: rotate(180deg);
}

/* additional styles end */

/* rewiews slider */

.reviews-scroll {
  width: 100%;
  max-width: 1200px;
  height: 200px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #434343;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: auto;
}

.review-card {
  min-width: 300px;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  color: #f0b805;
  border-radius: 5px;
  padding: 5px;
  /* Added to improve UX for clickable elements */
}

.reviewer-name {
  margin-top: 8px;
  font-style: italic;
}

.scrolling-wrapper {
  display: flex;
  animation: scroll 30s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Pause the animation when hovering over the reviews */
.reviews-scroll:hover .scrolling-wrapper {
  animation-play-state: paused;
}

/*# sourceMappingURL=main.css.map */
