 h1 {
    max-width: 900px!important;
    font-family: 'Gosha Sans'!important;
    font-weight: 700!important;
    line-height: 1;
  }
  .top-banner__button.buy__btn {
    position: relative;
    z-index: 8;
margin-bottom: 60px;
  }
  .top-banner__button.menu__btn {
  width: fit-content;
    margin: 0;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(126, 137, 174, 0.2) 100%);
    box-shadow: 0px 0px 10px 0px rgba(185, 197, 216, 0.5);
    cursor: pointer;
    margin-top: 40px;
}
  .round-bordered-blocks-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .round-bordered-block {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    border-radius: 20px;
    border: 1px solid #FFF;
  }

  .round-bordered-block .title {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
  }

  .round-bordered-block .text {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
  }

  .icon-text-block {
    padding: 20px 30px;
    border-radius: 50px;
    background: #1B1F28;
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .icon-text-block .icon {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: grid;
    place-items: center;
    background: radial-gradient(50% 50% at 50% 50%, #FD32F5 0%, #FA7CE7 100%);
  }

  .icon-text-block .text {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
  }

  .round-images-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }

  .round-images-container img {
    display: block;
    width: 100%;
    aspect-ratio: 387/321;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
  }
 .icon svg {
  display: none;
 }
 .top-banner__button.buy__btn .icon {
    background-image: url(img/btn_img.png);
    background-position: center;
    background-size: 100%;
    background-color: #a760a7;
    background-repeat: no-repeat;
 }
 .top-banner__button.menu__btn .icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 50px;
    background: radial-gradient(50% 50% at 50% 50%, #fd32f5 0%, #fa7ce7 100%);
    display: grid;
    background-image: url(img/btn_img.png);
    background-position: center;
    background-size: 100%;
    background-color: #a760a7;
    background-repeat: no-repeat;
    place-items: center;
 }
.top-banner__button.menu__btn2 {
    position: relative;
    z-index: 8;
    margin: 0 25px;
}
 .text {
  padding-right: 15px;
 }
 
 .top-banner__button.menu__btn .text {
    min-width: 150px;
    color: #fff;
    font-family: "Montserrat";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}
 .inner-page .content.fixed-container {
  width: calc(100%);
    max-width: calc(100%);
    margin: 30px 0px;
    font-family: 'Gosha Sans';
    font-size: 16px;
}
.inner-page.has-fixed-container {
    padding-left: 5%;
    padding-right: 5%;
    background: #0e131e;
}
.inner-page.has-fixed-container .top-banner {
    margin: 0 -5%;
    padding: 75px 5%;
}
.top-banner::before {
    opacity: 0.8;
    background: #0e131e;
}
.top-banner__text {
    /*max-width: 60% !important;*/
}
.glaza__text_purple {
  color: #c077b1;
}
.glaza__desc {
    background: url(img/desc_bg.png);
    background-size: cover;
    margin-top: -50px;
    padding: 50px 0 70px;
    width: 110%;
    margin-left: -5%;
    position: relative;
}
.glaza__desc_block {
    display: flex;
    width: 90%;
    margin: 0 auto;
}
.glaza__desc_img {
    min-width: 480px;
	max-height: 400px;
    border-radius: 30px;
    aspect-ratio: 4 / 3;
    background: url(img/desc_img2.png);
    background-position: center;
    background-size: cover;
}
.glaza__desc_title {
    font-family: 'Marcovaldo' !important;
    font-size: 54px;
}
.glaza__desc_texts {
  margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.glaza__desc_decor {
    width: 80%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    left: 9%;
    height: 90%;
}
.glaza__desc_decor2 {
    width: 20%;
    bottom: auto;
    top: 0;
    right: 2%;
    left: auto;
    height: auto;
}
.glaza__advantages {
  padding: 50px 0;
}
.glaza__advantages_title {
  font-weight: 700;
  font-size: 36px;
}
.glaza__advantages_text {
  margin-bottom: 40px;
}
.glaza__advantages_title_center {
    text-align: center;
}
.glaza__advantages_items {
  display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.glaza__advantages_item {
  width: 30%;
  text-align: center;
}
.glaza__advantages_item_img {
  width: 80%;
}
.glaza__advantages_item_title {
  font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}
.glaza__advantages_item_text {
  
}
.glaza__advantages_podtext {
  margin: 30px 30px 0;
    display: flex;
    align-items: center;
    background: #323743;
    padding: 10px 10px;
    border-radius: 50px;
}
.glaza__advantages_podtext_img {
  width: 50px;
    background: #c077b1;
    padding: 5px;
    border-radius: 50%;
}
.glaza__advantages_podtext_text {
  margin-left: 20px;
}
.glaza__process_items {
  display: flex;
  justify-content: space-between;
    align-items: flex-start;
}
.glaza__process_item {
  width: 22%;
  position: relative;
}
.glaza__process_item_number {
  border-radius: 50%;
    background: #c077b1;
    display: flex;
    height: 54px;
    width: 54px;
    align-items: center;
    justify-content: center;
}
.glaza__process_item_number::after {
  position: absolute;
    content: ' ';
    display: block;
    top: 26px;
    width: 100%;
    left: 50px;
    z-index: 0;
    height: 2px;
    border: 2px solid #c077b1;
}
.glaza__process_item_number_dont_after::after {
  display: none;
}
.glaza__process_item_title {
  line-height: 1.1;
    height: 58px;
    margin: 10px 0;
}
.glaza__process_item_text {
  font-weight: 100;
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 16px;
}
.glaza__product_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.glaza__product_item {
  width: 21%;
    margin: 15px 2% 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #80808014;
    border-radius: 30px;
    padding: 0 0 8px;
}
.glaza__product_item_description {

}
.glaza__product_item_image {
  width: 100%;
  aspect-ratio: 4 / 3;
    border-radius: 30px;
    box-shadow: 0 0 12px 0px #c077b1;
    transition: .3s ease;
}
.glaza__product_item_images {
  width: 100%;
    border-radius: 30px;
    box-shadow: 0 0 12px 0px #c077b1;
    transition: .7s ease;
}
.glaza__product_item_images_deactive {
  width: 0;
}
.glaza__product_item_name {
  margin: 10px 0;
    height: 38px;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.inner-page .content ul {
    list-style: disc;
    padding-left: 25px;
    padding-right: 10px;
    margin-bottom: 15px;
}
.glaza__product_item_description li {
  font-weight: 100;
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 16px;
}
.glaza__product_item_description li span {
  font-weight: 100 !important;
}
.glaza__product_item_cost {
  padding: 0 10px;
}
.glaza__photo_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.glaza__photo_item {
    width: 32%;
    box-shadow: 0 0 12px 0px #c077b1;
    height: 33vh;
    margin-bottom: 20px;
    border-radius: 20px;
}
.glaza__photo_item:nth-child(4) {
  width: 36%;
}
.glaza__photo_item:nth-child(5) {
  width: 36%;
}
.glaza__photo_item:nth-child(6) {
  width: 24%;
}
.glaza__product_item_images_block {
  display: flex;
  position: relative;
  aspect-ratio: 4 / 3;
}
.glaza__product_item_images_btn {
  position: absolute;
    bottom: -10px;
    padding: 2px 12px 7px;
    border-radius: 50%;
    background: #000000b3;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    transition: .3s ease;
    opacity: 0.7;
    box-shadow: 0 0 4px 0px #c077b1;
}
.glaza__product_item_images_btn:hover {
  opacity: 1;
}
.glaza__product_item_images_prev {
  left: -5px;
}
.glaza__product_item_images_next {
  right: -5px;
}
.main__questions_and_answer {
  width: 86%;
  margin: 10px auto;
  padding: 15px;
  background: #393f4966;
  border: 1px solid #f7fafc33;
  border-radius: 20px;
  font-family: "Gosha Sans";
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #f7fafc;
}
.main__question_plus {
  width: 14px;
  margin-right: 10px;
}
.main__answer {
  opacity: 0.8;
  font-size: 0px;
  line-height: 0px;
  transition: 0.3s ease;
}
.main__answer_active {
  font-size: 13px;
  line-height: 14px;
}
.menu {
    display: flex;
    width: 100%;
    padding: 0 5% 30px;
    background: url(img/menu_bg.png);
    background-size: cover;
    margin: 0 auto 50px;
    flex-direction: column;
}
.menu__bloks {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.menu__blok {
    width: 30%;
    margin: 2%;
}
.menu__item_title {
	text-transform: uppercase;
    font-size: 24px;
    margin-top: 20px;
}
.menu__item_name {
    display: flex;
    justify-content: space-between;
}
.menu .glaza__desc_title {
    text-align: center;
	margin-top: 30px;
	margin-bottom: 5px;
    font-size: 48px;
    line-height: 48px;
}
.menu .glaza__desc_text {
    margin: 0 2%;
}
.menu__blok_img {
	aspect-ratio: 4 / 3;
    border-radius: 20px;
    width: 27%;
}
.menu__item_massa {
	font-size: 70%;
    line-height: 70%;
    display: block;
    color: #a760a7;
    margin-bottom: 5px;
}
.glaza__desc_text_menu {
	text-align: center;
	color: #ffffffa6;
}
.glaza__desc_text_menu_span {
	font-weight: 700;
	color: white;
}
.menu__bubble_img {
    width: 100%;
    margin-bottom: 50px;
}
.menu__bubble_img2 {
	width: 40%;
    margin: -5% auto 00px;
} 
.menu__bubble_img4 {
    margin-top: -3%;
}
.menu__bubble_img3 {
	width: 90%;
    margin: -18% auto 20px;
}
.menu__kombo_img {
	width: 60%;
    margin: -10% auto;
}
.menu_description,.menu__menu {
	transition: .4s ease;
	overflow: hidden;
}

@media (min-width: 1600px) {
    .top-banner h1 {
        font-size: 54px;
        margin: 0;
        max-width: 1200px !important;
    }
    .top-banner__text {
        font-size: 24px;
        margin-bottom: 10px;
        max-width: 1200px !important;
    }
    .top-banner__button.buy__btn .icon {
        width: 90px;
        height: 90px;
        flex: 0 0 90px;
    }
    .top-banner__button.buy__btn .text {
        font-size: 28px;
        padding: 0 40px 0 20px;
    }
	.top-banner__button.menu__btn .icon {
    		width: 90px;
    		height: 90px;
    		flex: 0 0 90px;
	}
	.top-banner__button.menu__btn .text {
		font-size: 28px;
        	padding: 0 40px 0 20px;
	}
    .menu {
        font-size: 22px;
    }
	.glaza__desc_img {
    		max-height: 500px;
    		aspect-ratio: 4 / 3;
	}
    .glaza__desc_title {
        font-size: 74px;
    }
    .menu__item_title {
        font-size: 32px;
    }
    .menu__kombo_img {
        margin-top: -5%;
	width: 50%;
    }
    .menu__bubble_img2 {
        margin: -8% auto 20px;
    }
    .menu__bubble_img3 {
	margin: -18% auto 20px;
	}
}


  @media (max-width: 768px) {
	.menu__bloks {
		flex-wrap: wrap;
	}
	.menu__blok {
    		width: 95%;
	}
	.menu__blok_img {
   		 width: 45%;
	}
	.menu__bubble_img {
		margin: 0;
	}
	
	.menu__bubble_img2 {
		margin: -40px auto 0px;
    		width: 100%;
	}
	.menu__kombo_img {
		width: 100%;
    		margin: -20px auto;
	}
	.top-banner h1 {
    		font-size: 28px;
	}
    .top-banner__button.menu__btn {
        margin-bottom: 50px;
    }
    .round-images-container {
      grid-template-columns: 1fr 1fr;
    }
    .inner-page.has-fixed-container .top-banner {
      padding-top: 5px;
    }
    .round-images-container> :nth-child(n + 3) {
      display: none;
    }
    .glaza__product_item {
      width: 44%;
      margin: 15px 3% 30px;
    }
    .glaza__photo_item {
      width: 48%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .glaza__photo_item:nth-child(4) {
      width: 48%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .glaza__photo_item:nth-child(5) {
      width: 48%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .glaza__photo_item:nth-child(6) {
      width: 48%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .glaza__advantages_items {
      flex-wrap: wrap;
    }
    .glaza__advantages_item {
        width: 80%;
        margin: 0 auto 10px;
    }
    .glaza__desc_decor {
      display: none;
    }
    .glaza__desc_block {
        width: 90%;
        margin: 0 auto;
        flex-direction: column-reverse;
    }
    .glaza__desc_texts {
      margin-left: 10px;
    }
    .glaza__desc_img {
      margin: 20px auto;
        min-width: 90%;
        max-width: 100%;
        border-radius: 30px;
        aspect-ratio: 1;
    }
    .glaza__process_items {
        flex-direction: column;
    }
    .glaza__process_item_number::after {
      width: 2px;
      left: 26px;
      height: 100%;
      top: 36px;
    }
    .glaza__process_item {
      width: 100%;
    }
    .glaza__process_item_title {
        margin: 10px 0 10px 60px;
        height: auto;
        position: relative;
        top: -43px;
    }
    .glaza__process_item_text {
        margin: 10px 0 10px 60px;
        position: relative;
        top: -43px;
    }
    .glaza__advantages {
        padding: 20px 0;
    }
    .top-banner__text {
        max-width: 70% !important;
        line-height: 1.4;
    }
    .glaza__desc_title {
        text-align: center;
    }
  }

  @media (max-width: 520px) {
    .round-bordered-blocks-container {
      grid-template-columns: 1fr;
    }

    .icon-text-block {
      flex-direction: column;
    }

    .icon-text-block .text {
      text-align: center;
    }

    .round-images-container {
      grid-template-columns: 1fr;
    }

    .round-images-container> :nth-child(n + 2) {
      display: none;
    }
    .glaza__product_item {
      width: 90%;
      margin: 15px auto 30px;
    }
  }