@font-face {
  font-family: "Proxima-Nova";
  src: url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima-Nova";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima-Nova";
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* BOOTSTRAP GRID */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  max-width: 1440px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

.w-100 {
  width: 100% !important;
}

/* BOOTSTRAP GRID END */
/* LOADER */
#loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  animation: loader 1.5s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes loader {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    visibility: hidden;
    z-index: -10;
    opacity: 0;
  }
}

/* LOADER END*/
html {
  box-sizing: border-box;
}

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

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

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

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

a {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

body {
  background-color: #000;
  min-width: 320px;
  overflow-x: hidden;
  font-family: "Proxima-Nova";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  color: #fff;
}

.content-block {
  overflow: hidden;
}

.container {
  max-width: 1460px;
  padding: 0 80px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1381px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 991px) {
  .container {
    padding: 0 35px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0px 30px;
  }
}

@media (max-width: 374px) {
  .container {
    padding: 0 15px;
  }
}

html:not(.touch-screen)::-webkit-scrollbar,
html:not(.touch-screen) *::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

html:not(.touch-screen)::-webkit-scrollbar-track,
html:not(.touch-screen) *::-webkit-scrollbar-track {
  background: #fff;
}

html:not(.touch-screen)::-webkit-scrollbar-thumb,
html:not(.touch-screen) *::-webkit-scrollbar-thumb {
  background: #ed1c24;
}

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

section {
  position: relative;
}

a {
  display: block;
  transition: all 0.33s;
  color: #fff;
}

.decor-element {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}

.banner {
  position: relative;
  width: 100%;
}

.slider-item {
  position: relative;
  min-height: 620px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  min-height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.banner-content {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}

.banner-content .title {
  text-transform: uppercase;
  font-weight: 800;
}

.banner-content .title span {
  font-weight: 800;
  font-size: 64px;
  line-height: 78px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.banner-content .banner-content__inner {
  position: relative;
  text-align: center;
}

.banner-content .banner-content__inner .logo {
  display: inline-block;
  margin: 0 auto 80px;
}

.banner-content .banner-content__inner .social-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.banner-content .banner-content__inner .social-icon a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}

.banner-content .banner-content__inner .social-icon .item-icon {
  display: block;
  transition: all 0.33s;
  fill: #fff;
  cursor: pointer;
}

.banner-content .banner-content__inner .social-icon .item-icon + .item-icon {
  margin-top: 32px;
}

.btn {
  letter-spacing: 0.05em;
  margin: 120px 0px 0px;
  display: inline-block;
  text-transform: uppercase;
  padding: 20px 40px;
  color: #fff;
  background-color: #ed302c;
  border: 1px solid #fff;
  transition: all 0.33s;
  cursor: pointer;
}

.btn span {
  font-weight: 600;
  font-size: 12px;
}

@media (min-width: 1200px) {
  .banner-content .banner-content__inner .social-icon .item-icon:hover {
    fill: #ed302c;
    transition: all 0.33s;
  }
  .swiper-button-next:hover span::after {
    border-right: 2px solid #ed302c;
    border-bottom: 2px solid #ed302c;
    transition: all 0.33s;
  }
  .swiper-button-prev:hover span::after {
    border-right: 2px solid #ed302c;
    border-bottom: 2px solid #ed302c;
    transition: all 0.33s;
  }
  .swiper-button-next:hover span::before {
    background-color: #ed302c;
  }
  .swiper-button-prev:hover span::before {
    background-color: #ed302c;
  }
  .social-icon a:hover {
    transition: all 0.33s;
    color: #ed302c;
  }
  .btn:hover {
    transition: all 0.33s;
    color: #ed302c;
    background-color: #fff;
    border: 1px solid #ed302c;
  }
  a:hover {
    transition: all 0.33s;
    color: #ed302c;
  }
}

.pt-80 {
  padding-top: 90px;
}

.pb-200 {
  padding-bottom: 140px;
}

.pt-290 {
  padding-top: 290px;
}

.bg-black {
  background-color: #000;
}

.bg-black {
  background-color: #000;
}

.bg-red {
  background-color: #ed302c;
}

.text {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}

.textoferta {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}

.location,
.mail,
.tel {
  margin-bottom: 18px;
  position: relative;
  padding-left: 40px;
}

.location a,
.mail a,
.tel a {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}

.location .img,
.mail .img,
.tel .img {
  position: absolute;
  left: 0;
  top: 0;
}

.title {
  font-size: 64px;
  line-height: 78px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.color-1 {
  color: #fff;
}

.about-gotel .title {
  margin-bottom: 80px;
}

.about-gotel span {
  position: absolute;
  left: 0;
  top: 0;
  color: #c4b08b;
  font-size: 12px;
}

.about-gotel .text {
  margin-top: 30px;
}

.about-gotel .text p {
  font-family: Proxima-Nova;
  font-size: 18px;
  line-height: 22px;
}

.about-gotel .img {
  padding-left: 24px;
  position: absolute;
  left: 0;
  top: 12px;
}

.about-gotel .about-item {
  padding-top: 60px;
  position: relative;
}

.about-cafe__img {
  position: relative;
  min-height: 290px;
}

.about-cafe__img .photo {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
}

.about-cafe .menu {
  position: relative;
  margin-right: 84px;
}

.about-cafe .menu p {
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 26px;
  text-align: right;
  padding-right: 110px;
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
}

.about-cafe .menu .img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.about-cafe .menu .img::before {
  position: absolute;
  content: "";
  top: 30px;
  left: -30px;
  height: 2px;
  width: 60px;
  background-color: #ffffff;
}

.about-cafe .menu .img::after {
  position: absolute;
  content: "";
  top: 27px;
  left: 22px;
  height: 8px;
  transform: rotate(-45deg);
  width: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  transition: all 0.33s;
}

@media (min-width: 1200px) {
  .about-cafe .menu:hover p {
    color: #ed302c;
    transition: all 0.33s;
  }
  .about-cafe .menu:hover .img::before {
    transition: all 0.33s;
    background-color: #ed302c;
  }
  .about-cafe .menu:hover .img::after {
    border-right: 2px solid #ed302c;
    border-bottom: 2px solid #ed302c;
    transition: all 0.33s;
  }
}

.footer {
  background-color: #000;
}

.footer-inner {
  width: 100%;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-inner a {
  margin-right: 10px;
  opacity: 0.5;
  font-size: 10px;
}

.about {
  overflow: hidden;
  padding: 425px 0 130px;
}

.about .decor-element {
  right: 22px;
  opacity: 0.5;
}

.about .text-other .decor-element {
  max-width: 160px;
  left: -24px;
  top: -70px;
}

.text-other p {
  font-family: "Proxima-Nova";
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}

.text-other .decor {
  position: absolute;
  right: 0;
  bottom: -70px;
}

.swiper-pagination {
  display: none;
}

@media (max-width: 1380px) {
  .btn {
    margin: 40px 0 0;
  }
  .banner-content .banner-content__inner .logo {
    margin: 0 auto 40px;
  }
  .pb-200 {
    padding-bottom: 140px;
  }
  .about-gotel .text {
    margin-top: 10px;
  }
  .about-cafe__img .photo img {
    max-width: 700px;
    min-height: auto;
  }
  .title {
    font-size: 54px;
    line-height: 68px;
  }
  .text {
    font-size: 16px;
    line-height: 24px;
  }
  .text p {
    font-weight: 500;
    font-size: 16px;
  }
  .banner-content .title span {
    font-size: 54px;
    line-height: 68px;
  }
  .location a,
  .mail a,
  .tel a {
    font-size: 16px;
    line-height: 24px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .about {
    padding: 240px 0 50px;
  }
}

@media (max-width: 1200px) {
  .about-gotel .title {
    margin-bottom: 20px;
  }
  .slider-item {
    min-height: 550px;
  }
  .banner-content .banner-content__inner .logo {
    margin-bottom: 40px;
  }
  .pb-200 {
    padding-bottom: 60px;
  }
  .about-gotel .title {
    text-align: center;
  }
  .about-cafe__img .photo img {
    max-width: 600px;
  }
}

@media (max-width: 992px) {
  .banner-content .banner-content__inner .logo {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 15px;
  }
  .footer-inner {
    min-height: 60px;
  }
  .about {
    padding: 50px 0;
  }
  .spacer-md {
    height: 30px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .swiper-pagination {
    display: block;
  }
  .title {
    text-align: center;
    font-size: 42px;
    line-height: 54px;
  }
  .banner-content .title span {
    font-size: 42px;
    line-height: 54px;
  }
  .btn {
    margin: 40px 0 0;
    padding: 10px 25px;
  }
  .about-cafe .menu p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about-cafe__img .photo {
    position: relative;
  }
}

@media (max-width: 768px) {
  .slider-item {
    min-height: 350px;
  }
  .about-cafe .menu {
    margin-right: 0;
  }
  .title {
    font-size: 26px;
    line-height: 38px;
  }
  .about .text-other .decor-element,
  .about .text-other .decor {
    display: none;
  }
  .banner-content .title span {
    font-size: 26px;
    line-height: 38px;
  }
}

@media (max-width: 568px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
  .text p {
    font-size: 14px;
    line-height: 22px;
  }
  .title {
    font-size: 20px;
    line-height: 30px;
  }
  .banner-content .title span {
    font-size: 20px;
    line-height: 30px;
  }
}
