:root {
  --main-color: #FF6600;
  --gutter:20px;
}

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

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

html, body {
  height: 100%;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  overflow-x: hidden;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

::selection {
  background-color: #fff;
  color: #fff;
}

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
  color: #000;
}

/*min-height:32vh;*/
header {
  width: 100%;
  padding: 10px 0 0 0;
  background-color: #18191A;
  z-index: 11;
  position: relative;
}
header .nav-bar {
  margin: 0 auto;
  padding: 20px 53px;
  border-bottom: 0.5px solid rgba(197, 190, 215, 0.2);
}
header .nav-bar .menu {
  display: grid;
  grid-template-columns: 1fr minmax(1px, 1100px) 1fr;
  align-items: center;
}
header .nav-bar .menu .logo {
  padding-left: 20px;
  width: 250px;
}
header .nav-bar .menu .logo .item--logo {
  width: 30px;
  height: 30px;
}
header .nav-bar .menu .navigation {
  display: grid;
}
header .nav-bar .menu .navigation ul {
  padding: 0;
}
header .nav-bar .menu .navigation ul li {
  display: inline-block;
  padding-right: 30px;
}
header .nav-bar .menu .navigation ul li a {
  font-family: "SF UI Display", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  align-items: center;
  letter-spacing: -0.5px;
  color: white;
}
header .nav-bar .menu .right__panel {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}
header .nav-bar .menu .right__panel .theme__swiper {
  padding: 0 10px;
}
header .nav-bar .menu .right__panel .theme__swiper .theme__swiper_inner {
  width: 50px;
  height: 31px;
  background: #868686;
  border-radius: 112px;
  display: grid;
  align-items: center;
  position: relative;
  cursor: pointer;
}
header .nav-bar .menu .right__panel .theme__swiper .theme__swiper_inner .switch__item {
  width: 24px;
  height: 24px;
  background: #181919;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: absolute;
  right: 3px;
  display: grid;
  justify-items: center;
  align-items: center;
}
header .nav-bar .menu .right__panel .theme__swiper .theme__swiper_inner .switch__item img {
  width: 55%;
}
header .nav-bar .menu .right__panel .theme__swiper .theme__swiper_inner .switch__item .item-black {
  display: none;
}
header .nav-bar .menu .right__panel .language__menu {
  padding: 0 10px;
  font-family: "SF UI Display", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: white;
  display: grid;
  align-items: center;
  grid-template-columns: max-content min-content;
  cursor: pointer;
}
header .nav-bar .menu .right__panel .language__menu p {
  width: 20px;
  margin-right: 10px;
}
header .nav-bar .menu .right__panel .enter--area {
  padding: 0 10px;
}
header .nav-bar .menu .right__panel .enter--area a {
  font-family: "SF UI Display", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: white;
}
header .nav-bar .menu .right__panel .contact {
  padding: 0 10px;
}
header .nav-bar .menu .right__panel .contact .btn--start {
  width: 136px;
  height: 40px;
  background: #FF6600;
  border-radius: 4px;
  display: grid;
}
header .nav-bar .menu .right__panel .contact .btn--start a {
  width: 100%;
  height: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
  font-family: "SF UI Display", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: white;
}
header .bottom__navigation {
  padding: 20px 0;
  border-bottom: 0.5px solid rgba(197, 190, 215, 0.2);
}
header .bottom__navigation .navigation__inner {
  max-width: 1103px;
  margin: 0 auto;
}
header .bottom__navigation .navigation__inner ul {
  padding: 0;
}
header .bottom__navigation .navigation__inner ul li {
  display: inline-block;
  padding-right: 30px;
}
header .bottom__navigation .navigation__inner ul li a {
  font-family: "SF UI Display", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  opacity: 0.4;
}
header .bottom__navigation .navigation__inner ul li .active-menu {
  opacity: 1;
  position: relative;
}
header .bottom__navigation .navigation__inner ul li .active-menu::before {
  position: absolute;
  top: 57px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #FF6600;
  content: "";
}

@media only screen and (max-width: 1360px) {
  header .nav-bar {
    padding: 20px;
  }
  header .nav-bar .menu .navigation {
    display: none;
  }
  header .nav-bar .menu .logo {
    padding: 0;
  }
  header .nav-bar .menu .right__panel {
    display: none;
  }
  header .nav-bar .menu .contact {
    display: none;
  }
  header .nav-bar .menu .burger-menu {
    display: grid;
    justify-self: end;
    width: 20px;
    height: 20px;
    position: relative;
  }
  header .nav-bar .menu .burger-menu span {
    cursor: pointer;
    border-radius: 10px;
    height: 4px;
    width: 30px;
    background: white;
    position: absolute;
    display: block;
    content: "";
    right: 0;
  }
  header .nav-bar .menu .burger-menu span::before {
    top: 16px;
    cursor: pointer;
    border-radius: 20px;
    height: 4px;
    width: 30px;
    background: white;
    position: absolute;
    display: block;
    content: "";
    right: 0;
  }
  header .nav-bar .menu .burger-menu span::after {
    cursor: pointer;
    border-radius: 20px;
    height: 4px;
    width: 30px;
    background: white;
    position: absolute;
    display: block;
    content: "";
    right: 0;
    top: 8px;
  }
  header .bottom__navigation {
    padding: 20px 20px;
  }
  header .bottom__navigation .navigation__inner {
    display: grid;
    justify-items: center;
  }
}
@media only screen and (max-width: 800px) {
  header .bottom__navigation .navigation__inner ul li a {
    font-size: 16px;
  }

  header .bottom__navigation .navigation__inner {
    max-width: 1103px;
    margin: 0 auto;
    box-sizing: content-box;
    overflow: hidden;
    height: 24px;
  }
  header .bottom__navigation .navigation__inner ul {
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    padding: 0;
    height: 44px;
    margin: 0;
    overflow-y: hidden;
  }
  header .bottom__navigation .navigation__inner ul li {
    display: inline-block;
    padding-right: 30px;
    padding-bottom: 20px;
  }
}
