*,
*:after,
*:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
::selection {
  background: #29b029;
  color: #ffffff;
}
::-moz-selection {
  background: #29b029;
  color: #ffffff;
}
::-webkit-selection {
  background: #29b029;
  color: #ffffff;
}
#showGalery {
  position: absolute;
  top: 30%;
}
body {
  transition: 0.3s;
  scroll-behavior: smooth;
  position: relative;
  margin: 0;
  color: white;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  background: #181818;
  background-repeat: repeat;
}

a.animated-button.thar-two {
  font-weight: bold;
  padding: 8px 16px;
  color: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  border: 2px solid #ffffff;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a.animated-button.thar-two:hover {
  color: #000 !important;
  background-color: transparent;
}
a.animated-button.thar-two:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}
a.animated-button.thar-two:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  color: #000 !important;
  background: #ffffff;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
img {
  max-width: 100%;
}
ol,
ul {
  padding: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
}
button {
  cursor: pointer;
}
.container {
  padding: 0 15px;
}
@media screen and (min-width: 576px) {
  .container {
    padding: 0 calc(50% - 270px);
  }
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 calc(50% - 360px);
  }
}
@media screen and (min-width: 992px) {
  .container {
    padding: 0 calc(50% - 480px);
  }
}
@media screen and (min-width: 1280px) {
  .container {
    padding: 0 160px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    padding: 0 160px;
  }
}
@media screen and (min-width: 2000px) {
  .container {
    padding: 0 160px;
  }
}
.main-logo--full {
  left: 0px;
}
.image-logo-full {
  z-index: 5;
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  right: 26px;
  top: 0;
}
.close-burger {
  background: transparent;
  width: calc(100% - 320px);
  z-index: 5;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 160px;
}
.scene-wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 1920px;
  max-height: 1000px;
  z-index: -1;
  left: -150px;
  top: -70px;
}
.main-section {
  position: relative;
  height: 100vh;
  background: transparent;
  overflow: hidden;
}
.scene {
  width: 120%;
  height: 100vh;
}
.for-img {
  width: 100%;
  background-size: cover;
  background-clip: content-box;
  height: 110vh;
}
.main-link {
  z-index: 3;
  position: fixed;
  top: 40px;
  left: 24px;
}
.stroke-text {
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.15em;
  color: white;
  transition: 0.4s;
}
@supports (-webkit-text-stroke: 1px rgb(255, 255, 255)) {
  .stroke-text {
    color: transparent;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
  }
}
.stroke-text:hover {
  color: white;
}
.stroke-text-title {
  color: white;
}
.order-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order-text {
  padding-top: 8px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15em;
  color: #ffffff;
}
.language-link {
  z-index: 3;
  position: fixed;
  bottom: 40px;
  left: 48px;
}
.order-link {
  z-index: 2;
  position: fixed;
  bottom: 38px;
  right: 24px;
}
.partners-item {
  width: 150px;
}
.burger-button {
  width: 104px;
  transition: 0.3s;
  z-index: 4;
  position: fixed;
  border: none;
  background: none;
  top: 40px;
  right: 29px;
}
.hover-item {
  transition: 0.3s;
}
.burger-logo {
  transition: 0.3s;
  right: 0px;
}
.burger-svg,
.burger-svg-path {
  transition: 0.3s;
}
.hover-burger {
  transition: 0.3s;
  fill: white;
}
.no-stroke {
  transition: 0.3s;
  stroke: none;
}
.line {
  z-index: 6;
  transition: 1s;
  background: rgba(255, 255, 255, 0.5);
}
.overlay {
  position: absolute;
  z-index: 5;
  background: #181818;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  animation: hideoverlay 2.5s forwards;
  animation-delay: 0s;
}

@keyframes hideoverlay {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.horizontal-go {
  animation: gogorizontal 3s forwards;
}
.vertical-go {
  animation: govertical 5s forwards;
}
.horizontal-reverse {
  animation: gogorizontal 2s forwards reverse;
}
.vertical-reverse {
  animation: govertical 3s forwards reverse;
}
@keyframes gogorizontal {
  0% {
    left: 0;
  }
  100% {
    left: 2000px;
  }
}
@keyframes govertical {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 2000px;
  }
}
.top-line {
  position: absolute;
  top: 112px;
  left: 0;
  height: 2px;
  width: 100%;
}
.bottom-line {
  left: 0;
  position: absolute;
  bottom: 120px;
  height: 2px;
  width: 100%;
}
.left-line {
  bottom: 0;

  position: absolute;
  left: 160px;
  height: 100vh;
  width: 2px;
}
.right-line {
  bottom: 0;
  position: absolute;
  right: 160px;
  height: 100vh;
  width: 2px;
}
.title-wrap {
  padding-top: 360px;
  padding-left: 240px;
  opacity: 0;
  transition: 0.5s;
}
.main-title {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  width: 725px;
}
/* .main-button--hover {
  transition: 0.4s;
  color: #181818;
  background: #ffffff;
} */
.simple-button {
  display: block;
  border: 2px solid #ffffff;
  background: transparent;
  width: 508px;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.15em;
  margin-top: 110px;
  color: #ffffff;
  transition: 0.4s;
}
.simple-button--right {
  margin-left: auto;
}
.simple-button--left {
  margin-right: auto;
}
.simple-button:hover {
  transition: 0.4s;
  color: #181818;
  background: #ffffff;
}
.second-title {
  padding-top: 200px;
  padding-bottom: 200px;
}
.second-title .stroke-text {
  font-weight: bold;
  font-size: 110px;
  line-height: 128px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.about-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-item {
  margin-bottom: 160px;
  width: calc(50% - 40px);
  min-width: 545px;
}
.about-title {
  letter-spacing: 0.15em;
  line-height: 56px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.about-svg {
  transition: 0.3s;
}
.about-svg:hover {
  fill: black;
}
.about-text {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.image-wrap {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.image-item {
  position: relative;
  width: 233px;
  height: 233px;
  border: 2px solid #ffffff;
  transition: 0.4s;
}
.image-item--hover {
  background: white;
}
.about-image {
  transform: translate(48%, 50%);
}
.about-full {
  transform: translate(48%, -53%);
  opacity: 0;
}
.about-full--hover {
  opacity: 1;
}
.simple-section {
  overflow-y: hidden;
  position: relative;
  /* background: #181818; */
  height: 100vh;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
}
.simple-wrap {
  display: flex;
}
.container-border {
  padding-bottom: 124px;
}
.info {
  padding: 40px;
}
.simple-text {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.15em;
  color: #ffffff;
}
.rollet-image {
  transition: 0.5s;
  filter: grayscale(100);
  height: calc(100vh - 236px);
}
.rollet-image:hover {
  filter: grayscale(0);
}
.section-title {
  text-transform: uppercase;
  padding: 32px;
  padding-bottom: 32px;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.15em;
}
.container-border-last {
  padding-bottom: 0;
}
.partners-wrap {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
}
.button-list {
  margin-top: -500px;
  height: 0;
  font-size: 0;
}
.button-list-item {
  font-size: inherit;
  transition: 0.3s;
  padding: 12px 0 12px 0;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #ffffff;
}
.button-list-item:hover {
  font-weight: bold;
}
.button-list--active {
  margin-top: 64px;
  height: auto;
  font-size: 16px;
}
.button-link {
  padding: 12px 0 12px 0;
  color: #ffffff;
  opacity: 0.5;
}
.selected-link {
  opacity: 1;
}
.button-list-item {
  padding-top: 36px;
}
.hidden {
  display: none;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: #181818;
}
::-webkit-scrollbar-button {
  height: 0;
}
::-webkit-scrollbar-track-piece {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ffffff;
}
.burger-img-wrap {
  transition: 0.8s;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 28px;
}
.svg-hide {
  opacity: 0;
}
.burger-bot {
  top: 1px;
}
.button-link-tablet {
  display: none;
}
.img-wrap {
  position: absolute;
  top: 50%;
}
.prev-bot {
  right: auto;
  left: 0;
}

.main-button {
  display: block;
  border: 2px solid #ffffff;
  background: transparent;
  height: 80px;
  padding: 10px 16px;
  width: 508px;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.15em;
  margin-top: 40px;
  color: #ffffff;
  transition: 0.4s;
}
.img-wrap-next {
  left: 50px;
}
.burger-bot {
  top: 1px;
}
.show-mobile {
  display: none;
}
@media screen and (max-width: 1440px) {
  .for-img {
    height: 118vh;
  }
  .about-block {
    align-items: flex-end;
  }
  .image-item {
    width: 160px;
    height: 160px;
  }
  .about-image {
    transform: translate(15%, 15%);
  }
  .about-full {
    transform: translate(15%, -88%);
  }
  .rollet-image {
    width: 40%;
    object-fit: cover;
  }
  .simple-button {
    margin-top: 140px;
  }

  .simple-text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1366px) {
  .simple-text {
    font-size: 20px;
    line-height: 24px;
  }
  .title-wrap {
    padding-top: 270px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 1280px) {
  .title-wrap {
    padding-top: 250px;
    padding-left: 60px;
  }
  .about-block {
    width: 100%;
  }
  .about-item {
    width: 100%;
  }
  .image-wrap {
    justify-content: space-evenly;
  }
  .simple-text {
    font-size: 18px;
    line-height: 24px;
  }
  .simple-button {
    margin-top: 40px;
  }
  .simple-wrap {
    overflow: hidden;
  }
  .simple-button {
    height: 64px;
    width: 320px;
    font-size: 16px;
    line-height: 48px;
  }
  .show-mobile {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .close-burger {
    width: calc(100% - 160px);
    position: fixed;
    left: 160px;
  }
  .stroke-text {
    color: white;
  }
  .button-link-tablet {
    display: inline;
  }
  .burger-button {
    left: 0px;
    top: 24px;
    width: 140px;
  }
  .main-link {
    left: auto;
    right: 50%;
    transform: translate(50%, 0);
    width: 88px;
  }
  .main-order-link {
    right: 8px;
    top: 6px;
    z-index: 3;
  }
  .language-link,
  .order-image,
  .box-logo,
  .line {
    display: none;
  }
  .order-text {
    color: #181818;
  }
  .order-link {
    padding: 16px;
    padding-top: 8px;
    filter: drop-shadow(0px 4px 16px #000000);
  }
  .hover-item {
    display: block;
  }
  .black-rectangle {
    position: fixed;
    background: #181818;
    width: 280px;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 3;
    display: none;
    box-shadow: 0px 4px 16px #000000;
    opacity: 0;
  }
  .button-list-item {
    text-align: left;
  }
  .no-table {
    display: none;
  }
  .header {
    z-index: 2;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 64px;
    background: #181818;
    box-shadow: 0px 4px 16px #000000;
  }
  .button-list {
    padding-left: 24px;
  }
  .button-list-item {
    padding-top: 12px;
  }
  .main-logo--full {
    opacity: 1;
    display: block;
    z-index: 4;
  }
  .main-link {
    top: 20px;
  }
  .second-title .stroke-text {
    font-size: 64px;
    line-height: 72px;
  }
  .second-title {
    padding: 120px 0;
  }
  .simple-section {
    border: none;
  }
  .section-title,
  .info {
    padding-left: 0;
  }
  .padding-left {
    padding-left: 40px;
  }
  .hide-mobile {
    display: block;
  }
  .show-mobile {
    display: none;
  }
  .button-list-item {
    width: 120px;
  }
  .button-list {
    width: 130px;
  }
}

@media screen and (max-width: 428px) {
  .opacity0 {
    opacity: 0;
  }
  .bottom-title {
    margin-top: 200px;
  }
  .container-border-last {
    padding-top: 20px;
  }
  .simple-button--right {
    margin-bottom: 40px;
  }
  .partners-wrap {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .simple-text {
    font-size: 17px;
    line-height: 22px;
  }
  .mobile-image {
    padding-bottom: 24px;
  }
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  .main-title {
    width: auto;
    font-size: 26px;
    line-height: 40px;
  }
  .main-button {
    width: 200px;
  }
  .image-item {
    width: 100px;
    height: 100px;
  }
  .about-full {
    transform: translate(2%, -100%);
  }
  .about-image {
    transform: translate(0%, 0%);
  }
  .about-item {
    min-width: auto;
  }
  .about-title {
    font-size: 24px;
  }
  .info {
    padding-right: 0;
  }
  .padding-left {
    padding-left: 0;
  }
  .second-title > .stroke-text {
    font-size: 44px;
  }
  .for-img {
    background-repeat: no-repeat;
    width: auto;
  }
  .title-wrap {
    padding-left: 20px;
    padding-top: 280px;
  }
  .scene-wrap {
    left: -459px;
    top: -60px;
  }
  .simple-section {
    overflow-y: visible;
  }
  .simple-section:last-of-type {
    margin-top: 80px;
  }

  .main-link {
    transform: translate(30%, 0);
  }
  .about-text {
    font-size: 20px;
  }
  .simple-section-top {
    margin-bottom: 140px;
  }
  .partners-item {
    width: 140px;
  }
  .simple-button {
    width: 290px;
  }
}
@media screen and (max-width: 320px) {
  .partners-item {
    width: 120px;
  }
}
