@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Single+Day&display=swap');
/* font-family: 'Noto Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Single Day', cursive; */

@font-face {
  src: url(./font/Mariupol-Medium.ttf);
  font-family: 'Mariupol';
  font-weight: 500;
  font-style: normal;
}

a {
  text-decoration: none;
}
a:hover {
  color: bisque!important;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  height: 100%;
}
.wrapper {
  /* width: calc(1920px - 100px); */
  padding: 0 50px;
}

header {
  background-size: 100%;
  width: 100%;
  height: 100vh;
}
/* header menu */
header nav {
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

header nav .menu a,
header nav .account a {
  position: relative;
  padding: 20px;
  color: #fff;
}

header nav .account a::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  background: url(./img/icons/acc.svg) no-repeat center;
  left: -10px;
}



/* header slide */
header .slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 210px;
}

/* icon */
header .slide .icon {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 173px;
}

header .slide .icon a:first-child {
  position: relative;
  top: -35px;
  left: calc(-35px + 14px);
  transform: rotate(90deg);
  color: #fff;
}
/* slide-center */
.slide-center {
  width: 1050px;
}
.slide-center p {
  position: relative;
  padding-left: 110px;
  color: rgba(221, 135, 55, 1);
  font-family: Mariupol;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: left;
}

.slide-center p:before {
  position: absolute;
  content: '';
  width: 72px;
  height: 2px;
  background-color: rgba(221, 135, 55, 1);
  top: 0;
  left: 0;
}

.slide-center h1 {
  font-size: 88px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.6px;
}

.slide-center a {
  position: relative;
  font-size: 16px;
  color: #fff;
}

.slide-center a::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 24px;
  background: url(./img/icons/down.svg);
  top: -5px;
  right: -25px;
}

/* anchor */
.anchor {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  height: 240px;
  border-right: 2px solid lightgray;
  width: 77px;
}
.anchor div {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.anchor div:first-child {
  display: flex;
  justify-content: start;
}
.anchor div:first-child a {
  padding-left: 10px;
}
.anchor div a {
  color: #fff;
}
.anchor div:hover {
  color: antiquewhite;
  border-right: 2px solid #fff;
}

.adapt {
  display: none!important;
}

.burg {
  position: relative;
  z-index: 10;
  float: right;
  margin-top: -120px;
}

.burg div {
  width: 40px;
  height: 4px;
  background-color: #fff;
  margin-top: 3px;
}
.show {
  display: flex!important;
}

