@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:root {
  --primary-color: #45484f;
  --secondary-color: #e5db2e;
  --text-white: #ffffff;
  --dark-bg-transparent: rgba(69, 72, 79, 0.8);
  --bg-light: #f3f5f8;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 92.5em) {
  /*1480px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #45484f;
  color: var(--primary-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a,
a:active,
a:hover,
a:focus {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 30px;
  margin-bottom: 35px;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
}
/*---------------container----------*/
.container {
  position: relative;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
.container-lg {
  position: relative;
  width: 100%;
  max-width: 194rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-sm {
  position: relative;
  width: 100%;
  max-width: 108rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-xs {
  position: relative;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .container-lg {
    padding: 0 4rem;
  }
  .container-sm {
    padding: 0 4rem;
  }
  .container-xs {
    padding: 0 4rem;
  }
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
strong {
  font-weight: 700;
  color: #e5db2e;
  color: var(--secondary-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2rem;
  font-weight: 400;
}
p {
  margin-bottom: 2rem;
}
p,
li {
  font-weight: 100;
  opacity: 0.8;
  line-height: 1.7;
}
ul {
  padding-left: 4rem;
}
.none {
  display: none;
}
/*---------------svg----------*/
.svg-white {
  fill: #ffffff;
  fill: var(--text-white);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.social a:hover .svg-white,
.social-footer a:hover .svg-white {
  fill: #e5db2e;
  fill: var(--secondary-color);
}
/*---------------btns----------*/
.btn,
.btn-black {
  background-color: #e5db2e;
  background-color: var(--secondary-color);
  color: #ffffff;
  color: var(--text-white);
  padding: 1rem 3rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.btn::before,
.btn-black::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #45484f;
  background-color: var(--primary-color);
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn svg,
.btn-black svg {
  margin-left: 1.5rem;
}
.btn span,
.btn-black span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.btn:hover::before,
.btn.black:hover::before {
  width: 100%;
}
.btn:hover {
  color: #e5db2e;
  color: var(--secondary-color);
}
.btn:hover .svg-white {
  fill: #e5db2e;
  fill: var(--secondary-color);
}
.btn-black {
  background-color: #45484f;
  background-color: var(--primary-color);
  color: #e5db2e;
  color: var(--secondary-color);
  border: 0;
}

.btn-black:hover {
  color: #ffffff;
  color: var(--text-white);
  background-color: #e5db2e;
  background-color: var(--secondary-color);
}
/*----------BREADCRUMBS---------*/
.bread-crumbs {
  background-color: #45484f;
  background-color: var(--primary-color);
  color: #fff;
  padding: 1rem 0;
  margin-bottom: 1px;
}
.bread-crumbs ul {
  list-style: none;
  padding-left: 0;
}
.bread-crumbs ul li {
  font-size: 1.4rem;
  display: inline-block;
  font-weight: 800;
}
.bread-crumbs ul li a {
  color: #fff;
  display: inline-block;
  font-weight: 400;
}
.bread-crumbs ul li a:hover {
  color: #f47321;
}
.bread-crumbs ul li:after {
  content: "|";
  padding-left: 1rem;
  padding-right: 1rem;
}
.bread-crumbs ul li:last-child:after {
  content: "";
  padding-left: 0;
  padding-right: 0;
}
/*---------------END BREADCRUMBS----------*/
/*---------------FORM----------*/
input {
  display: block;
  width: 100%;
}
/*---------------END FORM----------*/
/*---------------CHECKBOX----------*/
label.check-wrapper {
  position: relative;
  padding-left: 3.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
  font-size: 1.4rem;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.check-wrapper strong {
  color: var(--primary-color);
  color: #45484f;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #484848;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*---------------END CHECKBOX----------*/
/*---------------COOKIES----------*/
.cc_container .cc_btn {
  background-color: #45484f !important;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  font-size: 1.6rem !important;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  background-color: #45484f !important;
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
.cc_container p > a {
  font-weight: 600;
}
.cc_container .cc_message {
  font-size: 1.6rem !important;
  line-height: 1.2 !important;
  font-family: inherit !important;
  color: inherit !important;
}
/*---------------END COOKIES----------*/
/*---------------HEADER----------*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 99;
}
header ul {
  list-style: none;
  padding-left: 0;
}
/*---------------navigation----------*/
nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #45484f;
  background-color: var(--primary-color);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-between; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -o-transition: all 0.4s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  transition: all 0.4s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
nav.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
nav > ul {
  width: 100%;
  padding: 0 5rem 5rem 5rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
nav li {
  display: block;
  opacity: 1;
  font-weight: 400;
}
nav li a {
  display: block;
  text-transform: uppercase;
  font-size: 2.1rem;
  padding: 1rem 0.7rem;
  font-weight: 500;
  color: #fff;
  color: var(--text-white);
}
nav li a:hover,
nav li a.mslc {
  color: #e5db2e;
  color: var(--secondary-color);
}
.logo-inner {
  display: block;
  padding: 5rem;
}

.close-nav {
  display: block;
  position: absolute;
  right: 4rem;
  top: 4rem;
  font-size: 9rem;
  font-weight: 100;
  line-height: 0;
  color: #fff;
}
.toggle-nav {
  display: block;
  margin-left: 2rem;
}
.toggle-nav img {
  display: block;
}
.logo-inner {
  margin-top: 6rem;
  padding: 5rem;
}
.has-sub a.link-desktop {
  display: none;
}
.has-sub a.link-mobile {
  display: block;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  nav > ul {
    width: 50%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 5rem;
  }
}
@media only screen and (min-width: 78.125em) {
  /*1250px*/
  nav {
    padding-left: 4rem;
    position: static;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background-color: transparent;
    z-index: 0;
    display: block;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
    visibility: visible;
    overflow-y: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  nav li {
    display: inline-block;
  }
  nav li a {
    display: inline-block;
    color: #45484f;
    color: var(--primary-color);
    font-size: 1.6rem;
    padding: 0 0.7rem;
  }
  .logo-inner {
    display: none;
  }
  nav > ul {
    width: 100%;
    padding: 0;
  }
  .close-nav {
    display: none;
  }
  .toggle-nav {
    display: none;
  }
  .has-sub a.link-desktop {
    display: inline-block;
  }
  .has-sub a.link-mobile {
    display: none;
  }
}
/*---------------sub----------*/
.has-sub {
  position: relative;
}
.sub {
  padding: 2rem;

  display: none;
}

.sub-links li {
  display: block;
}
.sub-links li a {
  font-size: 2rem;
  font-weight: 300;
}
.sub-image {
  display: none;
}
.sub-image img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 78.125em) {
  /*1250px*/
  .sub {
    position: absolute;
    left: 0;
    width: 40rem;
    background-color: #fff;
    background-color: var(--text-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid #f1f1f1;
    top: 7rem;
    opacity: 0;
    visibility: hidden;
  }
  .sub-image {
    width: 40%;
    display: block;
  }
  .sub-links {
    width: 60%;
  }
  .sub::before {
    content: "";
    position: absolute;
    top: -5rem;
    left: 0;
    width: 100%;
    height: 5rem;
    background-color: transparent;
    z-index: -1;
  }
  .has-sub:hover .sub {
    top: 5.6rem;
    opacity: 1;
    visibility: visible;
  }
  .sub-links li a {
    font-size: 1.5rem;
  }
}
/*---------------language----------*/
.language {
  margin-left: auto;
}
.active-lang {
  position: relative;
}
.active-lang a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language li {
  display: block;
  opacity: 1;
  font-weight: 400;
}
.language img {
  display: inline-block;
  margin-right: 1rem;
}
.lang-sub {
  position: absolute;
  left: 0;
  top: 4.4rem;
  width: 11.9rem;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #f1f1f1;
  padding: 1rem;
}
.lang-sub li:not(:last-child) {
  margin-bottom: 1rem;
}
.lang-sub li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lang-sub.opened {
  opacity: 1;
  visibility: visible;
  top: 5.5rem;
}
.lang-sub li a:hover {
  color: #e5db2e;
  color: var(--secondary-color);
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .lang-sub {
    top: 4rem;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .active-lang:hover .lang-sub {
    opacity: 1;
    visibility: visible;
    top: 5.5rem;
  }
}
/*---------------powered----------*/
.powered {
  color: #e5db2e;
  background-color: var(--secondary-color);
  color: #ffffff;
  color: var(--text-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.8rem 1.1rem;
  margin-left: 2rem;
}
.powered h2 {
  color: #ffffff;
  color: var(--text-white);
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .powered {
    padding: 2.8rem 1.1rem;
  }
  .powered h2 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 81.25em) {
  /*1300px*/
  .powered {
    padding: 2.8rem 3.1rem;
  }
}
/*---------------END HEADER----------*/
/*---------------HOME PAGE----------*/
/*---------------main----------*/
main {
  margin-top: 5.66rem;
  overflow-x: hidden;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  main {
    margin-top: 8.16rem;
  }
}
/*---------------landing----------*/
.landing,
.top-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10rem;
}

.top-left {
  display: none;
}
.landing-left {
  display: none;
}

@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .landing-image {
    margin-top: auto;
  }
  .landing-image img {
    display: block;
    width: 100%;
  }
  .landing-left {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-left {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5rem 2rem;
    margin-bottom: 20rem;
  }
  .logo img {
    width: 25.6rem;
    display: block;
  }
}
/*---------------main slider----------*/
.landing-right,
.top-right {
  width: 100%;
  position: relative;
}
.main-slider {
  width: 100%;
  margin-left: auto;
  overflow: hidden;
  position: static;
}
.main-slider article img {
  width: 100%;
  display: block;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  height: 95rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-slider article.slick-active img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.main-slider article {
  position: relative;
}
.main-slider article.slick-active {
  z-index: 2;
}
.slider-text,
.top-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(69, 72, 79, 0.8);
  background-color: var(--dark-bg-transparent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 3rem;

  z-index: 2;
}
.slider-text h1,
.slider-text h2,
.top-text h1 {
  font-size: 3rem;
  font-weight: 400;
  color: #ffffff;
  color: var(--text-white);
  margin-bottom: 0;
}
.top-text h1 {
  font-size: 5rem;
}
.slider-text h2,
.top-text h2 {
  color: #e5db2e;
  color: var(--secondary-color);
}
.slider-text p {
  color: #fff;
}
.slider-text .btn {
  margin-top: 3rem;
}
.main-slider .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .landing-right,
  .top-right {
    width: 75%;
  }
  .slider-text,
  .top-text {
    max-width: 50rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .slider-text h1,
  .slider-text h2,
  .top-text h1 {
    font-size: 4rem;
  }
  .top-text h1 {
    font-size: 4rem;
  }
}

/*---------------slider pager----------*/
.pager-bg {
  width: 70%;
  max-height: 20rem;
  background-color: #45484f;
  background-color: var(--primary-color);
  -ms-flex-item-align: end;
  align-self: flex-end;
  height: 100%;
  position: relative;
}
.pager-bg::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10rem;
  background-color: #45484f;
  background-color: var(--primary-color);
}
.slick-dots button {
  font-size: 0;
  border-radius: 50%;
  width: 1.3rem;
  height: 1.3rem;
  background-color: rgba(255, 255, 255, 0.4);
  border: 0;
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  position: absolute;
  left: 5rem;
  top: 2rem;
  list-style: none;
  padding-left: 0;
}
.slick-dots li {
  margin-right: 1rem;
}
.slick-dots .slick-active button {
  background-color: rgba(255, 255, 255, 1);
}
/*---------------social----------*/
.social-wrapper {
  background-color: #45484f;
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 2rem 4rem;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.social-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*---------------space----------*/
.space {
  padding: 5rem 0;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/*---------------about home----------*/
.about-home {
  position: relative;
  margin-top: 5rem;
}

.about-wrapper article {
  width: 100%;
  margin: 0 auto;
}
.about-wrapper h2 {
  width: 100%;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.2;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .about-home .container-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .about-wrapper article {
    width: 60%;
    padding-right: 5rem;
  }
  .about-wrapper h2 {
    width: 40%;
  }
  .about-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 100rem;
    margin: 0;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .about-wrapper article {
    padding-right: 14rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-home {
    margin-top: 0;
  }
}
/*---------------large title----------*/
.large-title {
  position: absolute;
  top: 10rem;
}
.large-title h2,
.gallery-title h2,
.static-title h2 {
  margin-bottom: 0;
  font-size: 8rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(35, 41, 55, 0.32);
  -webkit-text-fill-color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
}
.static-title {
  text-align: right;
}
.gallery-title h2 img {
  display: none;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .large-title h2,
  .gallery-title h2,
  .static-title h2 {
    font-size: 13rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .large-title h2,
  .gallery-title h2,
  .static-title h2 {
    font-size: 20rem;
  }
  .gallery-title h2 img {
    display: block;
  }
}
/*---------------offer home----------*/
.offers-home {
  padding-top: 0;
}
.offers-home .container-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.offer-wrapper {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.offer-wrapper article {
  width: 100%;
  margin-bottom: 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.offer-wrapper article img {
  display: block;
  width: 100%;
}

.offer-inner {
  margin-top: -4.6rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  -o-transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}
.offer-wrapper article:hover .offer-inner {
  right: 0;
}
.offer-text {
  background-color: #45484f;
  background-color: var(--primary-color);
  color: #fff;
  color: var(--text-white);
  padding: 3rem;
  width: 100%;
}
.offer-text h3 {
  text-transform: uppercase;
  color: #fff;
  color: var(--text-white);
  font-size: 3rem;
}
.offer-text p {
  color: #fff;
  color: var(--text-white);
  margin-bottom: 0;
}
.offers-title {
  width: 100%;
  margin-bottom: 5rem;
}
.offers-title h2 {
  font-size: 4rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.offers-title h4 {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .offer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .offer-wrapper article {
    width: 47%;
    margin-right: 6%;
  }
  .offer-wrapper article:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .offer-inner {
    /* position: absolute;
    right: -12%;
    bottom: 5rem; */
    /* max-width: 40rem; */
    margin-top: -5rem;
    height: 100%;
  }
  .offer-wrapper article {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .offers-title h2 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .offers-home .container-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .offers-title {
    width: 24%;
    padding: 0 4rem;
    margin-bottom: 0;
  }
  .offer-wrapper {
    width: 65%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
/*---------------the boat----------*/
.theboat {
  padding-top: 10rem;
}
.theboat-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}
.theboat-image {
  width: 100%;
  position: relative;
}
.theboat-image img {
  width: 100%;
  display: block;
}
.theboat .large-title {
  top: -15rem;
  z-index: -1;
}
.theboat-text {
  width: 100%;
  background-color: #45484f;
  background-color: var(--primary-color);
  color: #fff;
  padding: 6rem 3rem;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.theboat-text p {
  color: #fff;
  margin-bottom: 0;
}
.theboat-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(69, 72, 79, 0.8);
  background-color: var(--dark-bg-transparent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 5rem;
  z-index: 2;
}
.theboat-title h2 {
  font-size: 4rem;
  font-weight: 400;
  color: #ffffff;
  color: var(--text-white);
  margin-bottom: 0;
}
.theboat-title .btn {
  margin-top: 3rem;
}

@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .theboat-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    margin: 0;
  }
  .theboat-text {
    width: 31.9%;
    position: absolute;
    left: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    min-height: 25rem;
  }
  .theboat-image {
    width: 70%;
  }
  .theboat-title {
    max-width: 57rem;
    min-height: 25rem;
  }
  .theboat-text::after,
  .theboat-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 6rem;
    background-color: #45484f;
    background-color: var(--primary-color);
  }
  .theboat-text p {
    max-width: 33rem;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .theboat {
    padding-top: 0;
  }
}
/*---------------title----------*/
.title {
  text-align: center;
  margin-bottom: 4rem;
}
.title h2 {
  font-size: 4rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.title h4 {
  color: #e5db2e;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.title-pages {
  margin-bottom: 6rem;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .title h2 {
    font-size: 5rem;
  }
}
/*---------------testimonials----------*/

.testimonials-icon {
  fill: #e5db2e;
  fill: var(--secondary-color);
}
.testimonials-slider {
  max-width: 112rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.testimonials-slider article {
  position: relative;
  padding: 3rem 4rem;
  background-color: #f1f1f1;
  border: 3px dashed #c3c4c6;
  text-align: center;
  margin: 1rem 1rem 5rem 1rem;
}
.testimonials-author {
  position: absolute;
  left: 50%;
  bottom: -3.6rem;
  background-color: #45484f;
  background-color: var(--primary-color);
  color: #e5db2e;
  color: var(--secondary-color);
  padding: 2rem 3rem;
  font-weight: 600;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .testimonials-author {
    padding: 2rem 5rem;
  }
  .testimonials-slider article {
    margin: 5rem;
    padding: 6rem 9rem;
  }
  .testimonials-author {
    width: auto;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .testimonials-slider article {
    padding: 10rem 20rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .testimonials {
    margin-top: 5rem;
  }
}
/*---------------slick arrows----------*/
.slick-prev,
.slick-next {
  position: absolute;
  font-size: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  z-index: 5;
}
.slick-prev {
  width: 5rem;
  height: 5rem;
  border: 1px solid rgba(69, 72, 79, 0.32);
  background-image: url(../images/svg/prev.svg);
  left: 0;
}
.slick-next {
  width: 5rem;
  height: 5rem;
  border: 1px solid rgba(69, 72, 79, 0.32);
  background-image: url(../images/svg/next.svg);
  right: 0;
}
.slick-prev:hover {
  background-color: #45484f;
  background-color: var(--primary-color);
  background-image: url(../images/svg/prev-white.svg);
}
.slick-next:hover {
  background-color: #45484f;
  background-color: var(--primary-color);
  background-image: url(../images/svg/next-white.svg);
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .slick-prev,
  .slick-next {
    background-size: 2rem;
  }
  .slick-prev {
    width: 7rem;
    height: 7rem;
  }
  .slick-next {
    width: 7rem;
    height: 7rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .slick-next {
    right: -6rem;
  }
  .slick-prev {
    left: -6rem;
  }
}
/*---------------video home----------*/
.video-home {
  overflow-x: hidden;
  padding-top: 18rem;
}
.video-home .large-title {
  top: -17rem;
  z-index: -2;
}
.responsive-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video {
  width: 100%;
  position: relative;
}
.video::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: -3rem;
  bottom: -3rem;
  width: 54%;
  background-color: #e5db2e;
  background-color: var(--secondary-color);
  z-index: -1;
}
.video-text {
  width: 100%;
  padding-top: 10rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .video-home {
    padding-top: 20rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .video-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .video {
    width: 55%;
  }
  .video-text {
    width: 32%;
    padding-right: 10rem;
  }
}
/*---------------gallery home----------*/
.gallery-home {
  padding-top: 0;
}
.gallery-home .container {
  max-width: 136rem;
}
.gallery-home .slick-prev {
  background-color: #45484f;
  background-color: var(--primary-color);
  background-image: url(../images/svg/prev-white.svg);
  left: -3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.gallery-home .slick-next {
  background-color: #45484f;
  background-color: var(--primary-color);
  background-image: url(../images/svg/next-white.svg);
  right: -3rem;
  left: auto;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery-home .slick-prev:hover,
.gallery-home .slick-next:hover {
  background-color: #e5db2e;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  border-color: #e5db2e;
}
.gallery-home article img {
  width: 100%;
  display: block;
}
.gallery-home .btn {
  font-size: 2rem;
  position: absolute;
  right: 2rem;
  top: 0;

  z-index: 9;
  padding: 1rem 1rem;
}
.gallery-home .btn svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .gallery-home {
    padding-top: 10rem;
  }
  .gallery-home .slick-prev {
    top: 45%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .gallery-home .slick-next {
    right: auto;
    left: -3rem;
    top: 55%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .gallery-home .btn {
    font-size: 3rem;
    right: 6.4rem;
    top: 33%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;

    padding: 2rem 3rem;
  }
}
@media only screen and (min-width: 81.25em) {
  /*1300px*/
  .gallery-home .btn {
    right: 2rem;
  }
}
/*---------------partners----------*/
.partners {
  padding-top: 0;
}

.partners-title {
  width: 100%;
  max-width: 30rem;
  background-color: #45484f;
  background-color: var(--primary-color);
  text-align: right;
  padding: 3rem;
}
.partners-title h2 {
  color: #e5db2e;
  color: var(--secondary-color);
  font-size: 3rem;
  margin-bottom: 0;
}
.partners-slider {
  width: 100%;
}
.partners-slider img {
  width: 16rem;
  height: 14rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  padding: 0px 2rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .partners .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .partners-title {
    width: 35%;
    max-width: 100%;
  }
  .partners-slider {
    width: 60%;
    margin-left: auto;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .partners-title h2 {
    font-size: 4rem;
  }
}
/*---------------END HOME PAGE----------*/
/*---------------FOOTER----------*/

.footer-left {
  width: 100%;
}
.footer-right {
  width: 100%;
  background-color: #45484f;
  background-color: var(--primary-color);
  color: #fff;
  color: var(--text-white);
}

footer article {
  width: 100%;
}
.footer-container {
  width: 100%;
  margin: 0 auto;
  padding: 3rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer ul {
  list-style: none;
  padding-left: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
footer article h2 {
  font-size: 2rem;
  text-transform: uppercase;
}
.footer-right h2,
.footer-right p {
  color: #fff;
  color: var(--text-white);
}
/* .footer-right article:last-child{
  text-align: center;
} */
footer p,
footer a {
  font-size: 1.6rem;
}
footer fieldset {
  position: relative;
  border: 0;
  margin-bottom: 1rem;
}
footer form input {
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  color: var(--text-white);
  padding: 1rem 2rem;
  font-size: 1.4rem;
}
footer button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  right: 0;
  top: 0;
  height: 100%;
  background-color: transparent;
  border: 0;
  background-image: url(../images/svg/arrow-yellow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5rem;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
footer button:hover {
  background-image: url(../images/svg/arrow-white.svg);
  background-color: rgba(0, 0, 0, 0.4);
}
footer ul a:hover {
  color: #e5db2e;
  color: var(--secondary-color);
}
footer .check-wrapper a {
  text-decoration: underline;
}
.social-footer {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-footer a {
  display: inline-block;
  margin-right: 1rem;
}

.footer-text strong {
  font-weight: 300;
}
.footer-logo img {
  display: inline-block;
  width: 20rem;
}
.footer-logo {
  margin-bottom: 3rem;
  display: inline-block;
}
.newsletter {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  footer article {
    width: 40%;
  }
  .footer-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .newsletter {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-left {
    width: 50%;
  }
  .footer-right {
    width: 50%;
  }
  .footer-container {
    padding: 6rem 8rem;
  }
}
/*---------------copyright----------*/
.copyright {
  background-color: #f1f1f1;
  padding: 1.5rem;
}
.copyright .container-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.v img {
  display: block;
}
.copy {
  font-size: 1.4rem;
}
/*--------cursor dot----------*/
.cursor-dot,
.cursor-dot-outline {
  display: none;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .cursor-dot,
  .cursor-dot-outline {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    z-index: 9999999;
    display: block;
  }

  .cursor-dot {
    width: 1rem;
    height: 1rem;
    background-color: #45484f;
    background-color: var(--primary-color);
  }

  .cursor-dot-outline {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #e5db2e;
    background-color: var(--secondary-color);
  }
}
/*---------------END FOOTER----------*/
/*---------------ANIMATIONS----------*/
.hidden {
  opacity: 0;
}
.animate {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-5-13 10:35:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.animate3 {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-5-13 10:46:43
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/*---------------END ANIMATIONS----------*/

/*---------------PAGES----------*/
/*---------------top image----------*/
.top-image {
  margin-bottom: 0;
}
.top-right img {
  width: 100%;
  height: 60rem;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-text::before {
  position: absolute;
  content: "";
  left: -20rem;
  width: 20rem;
  height: 100%;
  bottom: 0;
  background-color: #45484f;
  background-color: var(--primary-color);
  z-index: -1;
}
.top-text p {
  color: #fff;
  color: var(--text-white);
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .top-right img {
    height: 72vh;
  }
}
/*---------------blog----------*/

.blog-page article {
  position: relative;
  margin-bottom: 5rem;
}
.blog-wrapper article {
  width: 100%;
}

.blog-page article img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  -o-transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}
.blog-page article.article-big img {
  height: 55rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-text {
  background-color: #45484f;
  background-color: var(--primary-color);
  width: 100%;
  padding: 3rem;
  color: #fff;
  color: var(--text-white);
}
.article-big .blog-text {
  background-color: #45484f;
  background-color: var(--primary-color);
  width: 100%;
  padding: 3rem;
  color: #fff;
  color: var(--text-white);
}
.blog-wrapper .blog-text {
  width: 100%;
  margin: 0 auto;
  margin-top: 0;
  z-index: 1;
  position: relative;
}
.blog-text h4 {
  color: #e5db2e;
  color: var(--secondary-color);
  font-size: 1.4rem;
}
.blog-text h2 {
  color: #fff;
  color: var(--text-white);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-text h2:hover {
  color: #e5db2e;
  color: var(--secondary-color);
}
.blog-text p {
  color: #fff;
  color: var(--text-white);
}
.blog-text .btn {
  margin-top: 3rem;
}
.blog-image {
  display: block;
  overflow: hidden;
}
.blog-image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.article-img {
  display: block;
  margin: 2rem 0;
}
.blog-video {
  width: 100%;
  margin-top: 10rem;
}
.blog-wrapper {
  max-width: 40rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .article-big .blog-text {
    position: absolute;
    right: -5rem;
    bottom: -5rem;
    max-width: 60rem;
  }
}
@media only screen and (min-width: 43.75em) {
  /*700px*/
  .blog-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .blog-wrapper article {
    width: 48%;
    margin-right: 4%;
  }
  .blog-wrapper article:nth-child(2n + 2) {
    margin-right: 0;
  }
  .blog-wrapper .blog-text {
    margin-top: -17rem;
    width: 80%;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .article-big .blog-text {
    max-width: 80rem;
    padding: 5rem;
  }
  .blog-page article {
    margin-bottom: 10rem;
  }
  .article-big .blog-text {
    padding: 5rem;
  }
}
/*---------------about page----------*/

.block-image {
  width: 100%;
}
.block-image img {
  width: 100%;
  display: block;
}
.block-text {
  width: 100%;
  background-color: rgba(69, 72, 79, 0.8);
  background-color: var(--dark-bg-transparent);
  padding: 4rem 2rem;
  color: #fff;
}

.block-text p {
  margin-bottom: 0;
  color: #fff;
}
.block-text h1,
.block-text h2,
.block-text h3 {
  color: #fff;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .about-short {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .block-text {
    position: absolute;
    right: 0;
    width: 60%;
    padding: 4rem 2rem;
    top: 0;
    height: 100%;
  }
  .block-image {
    width: 40%;
    margin-right: auto;
  }
  .block-image img {
    height: 50rem;
    object-fit: cover;
  }
  .about-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
  }
  .block-text::after {
    position: absolute;
    content: "";
    width: calc(100 - 12.5%);
    background-color: #45484f;
    background-color: var(--primary-color);
    height: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .block-text {
    right: 21.5%;
    width: 51%;
    padding: 8rem 12rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
  }
  .block-image img {
    height: auto;
  }
}
/*---------------documents----------*/
.documents {
  width: 100%;
  margin-bottom: 5rem;
}
.documents a.btn {
  margin-bottom: 3rem;
}
.documents-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.documents-wrapper {
  width: 100%;
  background-color: #45484f;
  background-color: var(--primary-color);
  color: #fff;
  color: var(--text-white);
  padding: 3rem;
}
.documents ul {
  list-style: none;
  width: 100%;
  padding-left: 0;
  margin-top: 3rem;
}
.documents li {
  display: inline-block;
}
.documents li a {
  display: block;
  color: #fff;
  color: var(--text-white);
  padding: 0 1rem;
}
.documents li a:hover {
  color: #e5db2e;
  color: var(--secondary-color);
}
.documents h2 {
  color: #fff;
  color: var(--text-white);
  background-image: url(../images/svg/doc.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 7rem;
  width: auto;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .documents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .documents ul {
    padding-left: 3rem;
    width: 70%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/

  .documents {
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .documents-wrapper {
    width: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .documents ul {
    padding-left: 0;
    width: 50%;
  }
  .documents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .documents a.btn {
    margin-right: auto;
    margin-bottom: 0;
  }
}

/*---------------boat page----------*/
.boat-svg {
  position: absolute;
  top: 0;
}
.boat-page .container-sm {
  position: static;
}
.boat-page {
  position: relative;
}
.no-pt {
  padding-top: 0;
}

.image-section {
  width: 100%;
  position: relative;
}
.image-section img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.image-section--text {
  width: 100%;
  padding: 4rem;
  color: #fff;
  color: var(--text-white);
  background-color: rgba(69, 72, 79, 0.8);
  background-color: var(--dark-bg-transparent);
}
.image-section--text p {
  color: #fff;
  color: var(--text-white);
}

.gallery-page .container-lg {
  padding-top: 5rem;
}

.gallery-wrapper {
  max-width: 144rem;
  width: 100%;
  margin-left: auto;
}
.gallery-title h2 {
  max-width: 100rem;
  width: 100%;
}

.boat-specification {
  background-color: #f3f5f8;
  background-color: var(--bg-light);
  position: relative;
}
.boat-specification::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 38.5rem;
  background-color: #fff;
}
.spec-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(35, 41, 55, 0.05);
}
.spec-table tr {
  background-color: rgba(35, 41, 55, 0.05);
}
.spec-table table,
.spec-table td {
  border: 0;
}
.spec-table td {
  padding: 1rem;
}
.spec-table td:first-child {
  font-weight: 600;
}
.spec-table tr:nth-child(2n + 2) {
  background-color: transparent;
}
.spec-col {
  width: 50%;
  padding: 2rem;
}
.spec-col:first-child {
  font-weight: 600;
}
.spec-row:nth-child(2n + 2) {
  background-color: transparent;
}

.spec-title .title {
  text-align: left;
}

.spec-title h2 {
  font-size: 5rem;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 4rem;
}
.spec-table {
  margin-top: 10rem;
}
.no-mb {
  margin-bottom: 0;
}
.no-pb {
  padding-bottom: 0;
}
.gallery-title {
  margin-bottom: 5rem;
}
.title-image {
  display: none;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .gallery-page .container-lg {
    padding-top: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .gallery-title {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
  .gallery-home .large-title {
    top: 0;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .image-section--text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: auto;
    max-width: 66rem;
  }
  .spec-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .spec-title p {
    max-width: 61rem;
    width: 100%;
  }
  .title-image {
    display: block;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .spec-title h2 {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .image-section--text {
    padding: 7rem;
    right: 10rem;
    left: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/*---------------magnific----------*/
.mfp-arrow::before,
.mfp-arrow::after {
  content: none;
}
button.mfp-arrow {
  width: 8rem;
  height: 8rem;
  border: 1px solid #fff;
  border-radius: 50%;

  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
button.mfp-arrow-right {
  background-image: url(../images/svg/arrow-gallery-white.svg);
  right: 1rem;
}
button.mfp-arrow-left {
  background-image: url(../images/svg/arrow-gallery-white-left.svg);
  left: 1rem;
}
.mfp-bg {
  background: #101011;
  opacity: 1;
}
/*---------------courses page----------*/

.courses-page aside {
  width: 100%;
  margin-bottom: 5rem;
}
.courses-page aside ul {
  list-style: none;
  padding-left: 0;
}
.courses-page .aside-nav {
  background: #45484f;
  background-color: var(--primary-color);
  color: #fff;
  color: var(--text-white);
  padding: 3rem;
}
.courses-page .aside-nav {
  display: none;
}
.courses-main {
  width: 100%;
}
.courses-page .offer-wrapper,
.sailing-course .offer-wrapper {
  width: 100%;
}
aside li a {
  display: block;
  font-size: 1.8rem;
}
aside li a:hover,
aside li a.mslc {
  color: #e5db2e;
  color: var(--secondary-color);
}
aside li a.link-main {
  font-size: 2.6rem;
  text-transform: uppercase;
  color: #e5db2e;
  color: var(--secondary-color);
  font-weight: 500;
  margin: 2rem 0;
}

.video-single {
  margin-top: 10rem;
}
.video-single .video {
  width: 100%;
}
.toggle-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.toggle-aside img {
  display: block;
  margin-right: 1rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .courses-main {
    width: 60%;
  }
  .courses-page .aside-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 8.16rem;
    display: block;
  }
  .courses-page aside {
    width: 30%;
    margin-bottom: 0;
  }
  .courses-page .container-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .toggle-aside {
    display: none;
  }
  .courses-page .aside-nav ul {
    display: block;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .courses-main {
    width: 70%;
  }
  .courses-page aside {
    width: 25%;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .courses-page aside {
    width: 20%;
  }
  .courses-page .aside-nav {
    padding: 5rem 5rem 7rem 5rem;
  }
}
/*---------------gallery simple----------*/

.gallery-simple article {
  /* width: 33.33%; */
  display: none;
  overflow: hidden;
  margin-bottom: 2rem;
}
.gallery-simple article img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  width: 100%;
}
.gallery-simple article:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.7;
}
.load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5rem;
}
.btn-black[disabled] {
  opacity: 0.4;
  cursor: disabled;
}
.btn-black[disabled]:hover {
  background-color: #45484f;
  background-color: var(--primary-color);
  color: #e5db2e;
  color: var(--secondary-color);
}
.btn-wrapper {
  text-align: center;
  margin-top: 3rem;
}
@media only screen and (min-width: 25em) {
  /*400px*/
  .gallery-simple {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
    grid-gap: 2rem;
  }
  .gallery-simple article {
    margin-bottom: 0;
  }
}
/*---------------prices----------*/

.table-wrap .spec-table {
  max-width: 60rem;
  width: 100%;
  margin-top: 0;
}
.table-wrap h2 {
  margin-bottom: 5rem;
}
.table-wrap .spec-col:last-child {
  text-align: right;
}
/*---------------accordion----------*/
.accordion-wrapper {
  counter-reset: accordion-counter;
  /* margin-top: 10rem; */
}

.accordion {
  padding: 2rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  counter-increment: accordion-counter;
  border-bottom: 1px solid #e7e7e7;
}
.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.accordion__head_text {
  position: relative;
  padding-left: 5rem;
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 500;
}
.accordion__head_text:before {
  content: counter(accordion-counter);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  background-color: #45484f;
  background-color: var(--primary-color);
  color: #e5db2e;
  color: var(--secondary-color);
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.accordion__head_btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: transparent;
}
.accordion__head_btn:before,
.accordion__head_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #45484f;
  background-color: var(--primary-color);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* .accordion:hover {
background-color: #7654B4;
}
.accordion--active {
background-color: #7654B4;
} */
.accordion--active .accordion__head_text:before {
  background-color: #e5db2e;
  background-color: var(--secondary-color);
  -webkit-transform: translateY(-50%) rotate(360deg);
  -ms-transform: translateY(-50%) rotate(360deg);
  transform: translateY(-50%) rotate(360deg);
}
.accordion--active .accordion__head_btn {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion--active .accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion--active .accordion__body {
  margin-top: 3rem;
}

/*---------------form---------*/
input,
textarea {
  width: 100%;
  display: block;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 1rem;
  background-color: #fff;
  font-size: 1.4rem;
  color: #939393;
}
input:focus,
textarea:focus {
  background-color: rgba(229, 219, 46, 0.1);
}
fieldset {
  display: block;
  border: 0;
}
label {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.form-wrap fieldset.fieldset-full {
  width: 100%;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .form-wrap fieldset {
    width: 48%;
  }
}
/*---------------contact page----------*/

.text-box {
  width: 100%;
  text-align: center;
}
.contact-left img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-left {
  width: 100%;
}
.contact-right {
  width: 100%;
  padding: 2rem;
  background-color: rgba(35, 41, 55, 0.05);
}
.map iframe {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .contact-right {
    padding: 5rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .contact-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contact-left {
    width: 47%;
  }
  .contact-right {
    width: 53%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .contact-text .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-box {
    width: auto;
    text-align: left;
  }
  .contact-right {
    padding: 10rem;
  }
}
/*---------------404 page----------*/
.page-404 .container-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.image-404 {
  width: 50%;
  text-align: center;
}
.image-404 img {
  display: block;
}
.text-404 {
  width: 50%;
}
/*---------------map----------*/
#map {
  width: 100%;
  height: 50rem;
}
/*---------------impression----------*/
.impression-page .container-sm {
  background-color: rgba(35, 41, 55, 0.05);
  padding: 5rem;
}
/*---------------END PAGES----------*/
