* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
  background-color: #000000;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
    /* Bold - 700, Regular - 400 */
  }

  .container {
    max-width: 1369px;
    align-items: center;
    margin: 0 auto;
  }

.header {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}


.logo a{
  color: #FF0074;
  text-decoration: none;
  font-weight: 700;
}

.logo a:hover{
  color: #FFFFFF;
}

.menu {
  display: flex;
}

.menu-item {
  margin-left: 52px;
}

.menu-item a {
  color: #FF0074;
  text-decoration: none;
}

.menu-item a:hover{
  color: #FFFFFF;
}

.scrollbar{
  margin-top: 10px;
  background-color: #FF0074;
  height: 37px;
}

.scrollbar-text{
  font-weight: 700;
  font-size: 25px;
}

.present-img img{
  width: 100%;
}

.present{
  background-image: url(images/1block.jpg);
  background-size: cover;
}

.present-wrap {
    display: flex;
    justify-content: space-between;
}

.present-info{
  background-color: #000000;
  height: 726px;
  width: 618px;
  margin-top: 45px;
  margin-bottom: 45px;
  color: #FFFFFF;
}

.info-title{
  font-weight: 700;
  font-size: 170px;
  margin-left: 30px;
}

.desc{
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  margin-top: 170px;
}

.desc-title{
  font-weight: 700;
  margin-left: 30px;
}

.desc-text{
  margin-left: 362px;
}

.info-button{
  margin-top: 15px;
  margin-left: 363px;
}

.info-button a{
  color: #FF0074;
  text-decoration: none;
  font-weight: 700;
  font-size: 30px;
}

.info-button a:hover{
  color: #FFFFFF;
}

.aboutme{
  margin-top: 10px;
}

.aboutme-titles{
  display: flex;
  justify-content: space-between;
}

.aboutme-title{
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 700;
}

.aboutme-title2{
  color: #FF0074;
  font-weight: 700;
  font-size: 100px;
  margin-top: 50px;
}

.aboutme-info2{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.info2-desc{
  color: #FFFFFF;
  font-size: 30px;
}

.info2-img img{
  height: 481px;
}

.info2-desc2{
  color: #FFFFFF;
  align-content: end;
  font-size: 30px;
}

.shop{
  margin-top: 10px;
}

.shop-title{
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 700;
  display: flex;
  justify-content: flex-end;
}

.posters{
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}

.brelock{
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}

.posterimg img{
  width: 373px;
}

.posterimg img:hover {
  transition: transform 1s;
  transform: scale(1.05);
}

.brelockimg img{
  width: 373px;
}

.brelockimg img:hover{
  transition: transform 1s;
  transform: scale(1.05);
}


.productdesc{
  font-weight: 700;
  color: #FFFFFF;
  font-size: 30px;
}

.size{
  font-size: 20px;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 1px;
}

.price{
  text-align: right;
}

.price a{
  color: #FF0074;
  text-decoration: none;
  font-weight: 700;
  font-size: 30px;
}

.price a:hover{
  color: #FFFFFF;
}

.delivery{
  margin-top: 10px;
}

.delivery-titles{
  display: flex;
  justify-content: space-between;
}

.delivery-title{
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 700;
}

.delivery-title2{
  color: #FF0074;
  font-weight: 700;
  font-size: 100px;
  margin-top: 50px;
}

.delivery-info3{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.info3-desc{
  color: #FFFFFF;
  font-size: 30px;
  align-content: end;
}

.info3-img img{
  height: 595px;
}

.info3-desc2{
  color: #FFFFFF;
  font-size: 30px;
}

.contact-titles{
  display: flex;
  justify-content: space-between;
}

.contact-title{
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 700;
}

.contact-title2{
  color: #FF0074;
  font-weight: 700;
  font-size: 100px;
  margin-top: 50px;
}

.contact-feedback{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.feedback-desc{
  color: #FFFFFF;
  font-size: 30px;
}

.form-fields{
  display: flex;
  flex-direction: column;
  width: 150%;
  align-items: end;
}

.form-text{
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #000000;
}

.form-fields textarea {
    height: 233px;
    border-radius: 28px;
    padding: 3px 20px;
    background-color: #FFFFFF;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 16px;
    resize: none;
}

.form-fields input {
  margin-bottom: 16px;
  background-color: #FFFFFF;
  font-size: 30px;
  border-radius: 28px;
  padding: 3px 20px;
  border: 0;
}

.form-fields input::placeholder, .form-fields textarea::placeholder {
    color: #000;
}

.form-fields input:focus-visible {
    border: 0;
}

.form-button button{
  border: none;
  color: #FF0074;
  font-weight: 700;
  font-size: 30px;
  background-color: #000000;
  cursor: pointer;
}

.form-button button:hover{
  color: #FFFFFF;
}

.end-screen{
  background-color: #FF0074;
  margin-top: 65px;
}

.end-content{
  display: flex;
  justify-content: space-between;
}

.end-logo a{
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  font-size: 55px;
}

.end-logo a:hover{
  color: #FFFFFF;
}

.end-menu {
  display: flex;
}

.end-item {
  margin-left: 52px;
}

.end-item a {
  color: #000000;
  text-decoration: none;
}

.end-item a:hover{
  color: #FFFFFF;
}

.modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.modal.active {
  display: block;
}

.modal-fader {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  backdrop-filter: blur(20px);
}

.modal-window {
  position: relative;
  width: 1051px;
  border-radius: 28px;
  margin: 0 auto;
  background-color: #000000;
  padding: 30px;
  display: flex;
}

.modal-text{
  display: flex;
  flex-direction: column;
}

h2{
  color: #FF0074;
  font-weight: 700;
  font-size: 100px;
}

p{
  margin-top: 50px;
  color: #FFFFFF;
  font-size: 30px;
}

.formpng img{
  height: 440px;
  position: absolute;
  right: -80px;
  bottom: -100px;
}

.close-window {
  margin-top: 160px;
  color: #FF0074;
  font-weight: 700;
  cursor: pointer;
  font-size: 30px;
}

.close-window:hover{
  color: #FFFFFF;
}

.btn-up img {
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}

body {
  animation: 2s show ease;
}

@keyframes show {
  from { opacity: 0; }
  to { opacity: 1; }
}

.form-fields input.error, .form-fields textarea.error {
    border: 2px solid #FF0074 !important;
}