@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "NeueMachina-Regular";
  src: url("../fonts/NeueMachina-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "NeueMachina-Medium";
  src: url("../fonts/NeueMachina-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "NeueMachina-Bold";
  src: url("../fonts/NeueMachina-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body {
  width: 100%;
  background-color: #020001;
}

input {
  padding-left: 12px;
}

textarea {
  padding-left: 12px;
  padding-top: 12px;
}

.top-nav-bg {
  width: 100%;
  background-color: #020001;
  position: relative;
  padding: 0px 30px;
}

.top-nav {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #020001;
  padding: 24px 0px 0px 0px;
}

.menu-line {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .sub-nav-open {
    display: none;
  }
  .menu-info-icons-mobile {
    display: none;
  }
  .menu-info-contac-li {
    display: none;
  }
  .top-nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    background: #020001;
    box-shadow: 0px 13px 19px rgba(28, 19, 20, 0.05);
    border-radius: 0px 0px 8px 8px;
    list-style: none;
    padding: 8px 28px 8px 16px;
    min-width: 120px;
  }
  .top-nav ul li:hover > ul {
    display: inherit;
    top: 65% !important;
    position: absolute;
    z-index: 10;
  }
  .top-nav ul ul li:hover > ul {
    border-radius: 8px 8px 8px 8px;
    display: inherit;
    top: 0px !important;
    position: absolute;
    z-index: 10;
    left: 100%;
    padding-top: 0px !important;
  }
  .top-nav ul ul li {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #1C1314;
    padding-top: 10px;
    min-width: 170px;
    float: none;
    display: list-item;
    position: relative;
  }
  .top-nav ul ul li svg {
    margin-left: 9px;
  }
  .top-nav ul ul li:hover svg path {
    fill: #AE8625 !important;
  }
}
@media (max-width: 900px) {
  .menu-line {
    display: none;
  }
  .top-nav-bg {
    padding: 0px 0px;
  }
  .top-nav {
    padding: 24px 0px 0px 0px;
    border-style: dotted !important;
    border-bottom: solid 0px #AE8625;
  }
  .menu-info {
    display: none !important;
  }
  .list-menu {
    display: none !important;
  }
  .top-nav ul ul {
    display: none;
  }
  .sub-nav-open, .sub-nav-open-1 {
    display: block;
  }
}
.sub-nav-open-1 {
  display: none;
}

.menu ul.sub-nav {
  display: none;
}

.menu ul.visible {
  display: block;
  position: relative;
  width: 100%;
}
.menu ul.visible a {
  text-align: center;
  display: block;
}

.menu ul.sub-nav-1 {
  display: none;
}

.menu ul.visible-1 {
  display: block;
  width: 100%;
}

.liactive .sidebar-menu-a svg {
  transform: rotate(180deg);
}

.no-categories {
  width: 80% !important;
  display: flex !important;
  justify-content: space-around !important;
  margin: 0 auto !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-button {
  background-color: lightgray;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: lightgray;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-menu a:hover {
  background-color: gray;
}

.menu-info-icons-mobile {
  position: absolute;
  right: 70px;
  margin-top: 5px;
}
.menu-info-icons-mobile a:nth-child(2) {
  position: relative;
  margin-left: 12px;
  margin-right: 12px;
}
.menu-info-icons-mobile a svg:hover path {
  fill: #AE8625;
}

.sircle {
  width: 8px;
  height: 8px;
  background: #ff0000;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.menu svg {
  margin-left: 8px;
}

.menu-info {
  max-width: 23%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.menu-info-contact {
  display: flex;
  flex-direction: column;
}
.menu-info-contact a {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  margin-top: 8px;
}
.menu-info-contact a:hover {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.menu-info-icons a:nth-child(2) {
  position: relative;
  margin-left: 12px;
  margin-right: 12px;
}
.menu-info-icons a svg:hover path {
  fill: #AE8625;
}

.sircle {
  width: 8px;
  height: 8px;
  background: #ff0000;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.menu > li {
  overflow: hidden;
}
.menu > li .arrow-menu {
  margin-left: 10px;
}
.menu > li:hover .arrow-menu {
  transform: rotate(180deg) !important;
}
.menu > li:last-child {
  padding-right: 0px;
}

.menu a {
  overflow: hidden;
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.menu a:hover {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.menu a:hover svg path {
  fill: #AE8625;
}
.menu a:last-child {
  padding-right: 0px;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 22px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-left: 5px;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 1.5px;
  width: 22px;
  transition: transform 600ms cubic-bezier(0.13, 1, 0.22, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -7px;
}

.menu-button::after {
  content: "";
  margin-top: 7px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

.mail-info {
  display: none;
}

.menu-icons {
  display: none;
}

.menu-item-phone {
  display: none;
}

.logo-nav {
  max-width: 120px;
  width: 100%;
  height: auto;
  margin-right: 25px;
  display: block;
}

@media (max-width: 1200px) {
  .logo-nav {
    max-width: 90px;
    width: 100%;
    height: auto;
    margin-right: 0px;
  }
  .menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 57%;
    display: flex;
    justify-content: space-between;
  }
  .menu a {
    font-size: 14px;
  }
  .menu-info {
    max-width: 30%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .menu-info-contact {
    display: flex;
    flex-direction: column;
  }
  .menu-info-contact a {
    font-family: "NeueMachina-Regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    margin-top: 8px;
  }
  .menu-info-contact a:hover {
    background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
  }
}
@media (max-width: 900px) {
  .top-info-contact-row {
    display: none;
  }
  .top-info-contact-item-mail {
    display: none;
  }
  .top-nav {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #020001;
    padding: 16px 15px 16px 15px;
  }
  .menu-button-container {
    display: flex;
  }
  .menu-icons {
    display: block;
    margin-top: 10px;
  }
  .menu-icons img {
    width: 16px;
  }
  .menu-icons img:first-child {
    margin-right: 12px;
  }
  .menu-item-phone {
    display: block;
    margin-top: 5px;
  }
  .menu-item-phone img {
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }
  .menu-item-phone a {
    font-family: "Jost-Regular";
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
  }
  .menu-item-phone a:hover {
    text-decoration: underline;
  }
  .menu {
    position: absolute;
    top: 60px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  .menu a {
    font-size: 20px;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: height 300ms cubic-bezier(0.23, 1, 0.32, 1);
    background: #020001;
    display: flex;
    flex-direction: column;
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    display: flex;
    align-items: center;
  }
  #menu-toggle:checked ~ .menu li li {
    height: auto;
    padding-top: -10px !important;
    padding-bottom: 0px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 21px;
    transition: height 300ms cubic-bezier(0.23, 1, 0.32, 1);
    background: #020001;
    display: flex;
    flex-direction: column;
  }
  .sub-nav-li {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 21px;
    letter-spacing: 0em;
  }
  .menu-info-contac-li {
    padding-bottom: 32px;
  }
  .menu-info-contac-li a {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
  }
  .mail-red-icon {
    width: 23px;
    height: 15px;
    margin-right: 9px;
    margin-top: 4px;
  }
  .mail-infos {
    padding-top: 0px !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 8px 0px 16px 0px !important;
  }
  .mail-info {
    padding-top: 0px !important;
    display: flex !important;
    justify-content: space-between !important;
  }
}
.first-slider .slick-dots {
  text-align: center !important;
  max-width: 100%;
  bottom: -100px !important;
}
.first-slider .slick-dots li {
  width: 24px !important;
  height: 4px !important;
  border-radius: 56px;
  background: #323232;
}
.first-slider .slick-dots li.slick-active {
  width: 56px !important;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%);
  border-radius: 56px;
}

.first-slider-item {
  color: #FFFFFF;
}

.first-screen-row {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 30px;
  position: relative;
}

.first-slider-item {
  width: 100%;
  position: relative;
}
.first-slider-item h1 {
  font-family: "NeueMachina-Medium";
  font-size: 80px;
  font-weight: 700;
  line-height: 77px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 24px;
}
.first-slider-item .first-slider-p {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  max-width: 500px;
  padding-bottom: 64px;
}

.modal-link-2 {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 20;
  border: 3px solid transparent;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
  box-shadow: inset 0px 0px 0px 100vw #020001;
  border-radius: 60px;
  display: inline-block;
}
.modal-link-2:hover {
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 3px solid #020001;
}
.modal-link-2:hover p {
  color: #020001 !important;
  font-weight: 900;
}
.modal-link-2 p {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  padding: 16px 48px;
}

@media (max-width: 850px) {
  .modal-link-2 {
    font-family: "NeueMachina-Regular";
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    z-index: 10;
    border: 3px solid transparent;
    background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
    box-shadow: inset 0px 0px 0px 100vw #020001;
    border-radius: 60px;
    display: inline-block;
  }
  .modal-link-2:hover {
    box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
    border: 3px solid #020001;
  }
  .modal-link-2:hover p {
    color: #020001 !important;
    font-weight: 900;
  }
  .modal-link-2 p {
    background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    padding: 16px 32px;
  }
}
.first-slider-navigatin {
  display: flex;
  margin-bottom: 40px;
  max-width: 500px;
  width: 100%;
  position: relative;
}

#first-slider-arrow-prev {
  width: 48px;
  height: 48px;
  border: 2px solid transparent;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
  box-shadow: inset 0px 0px 0px 100vw #020001;
  border-radius: 60px;
  display: inline-block;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
#first-slider-arrow-prev:hover {
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 1px solid #020001;
}
#first-slider-arrow-prev:hover path {
  fill: #020001;
  font-weight: 900;
}

#first-slider-arrow-next {
  width: 48px;
  height: 48px;
  border: 2px solid transparent;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
  box-shadow: inset 0px 0px 0px 100vw #020001;
  border-radius: 60px;
  display: inline-block;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#first-slider-arrow-next:hover {
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 1px solid #020001;
}
#first-slider-arrow-next:hover path {
  fill: #020001;
  font-weight: 900;
}

.first-screen {
  background-image: url(../../images/main-page/fon-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.first-slider-img-1 {
  width: 48px !important;
  height: 48px !important;
  position: absolute;
  left: 30%;
  top: 120px;
}

.first-slider-img-2 {
  width: 48px !important;
  height: 48px !important;
  position: absolute;
  left: 550px;
  bottom: 200px;
}

.first-slider-img-3 {
  width: 64px !important;
  height: 64px !important;
  position: absolute;
  left: 250px;
  bottom: 100px;
}

.first-slider-img-4 {
  width: 65px;
  height: 700px;
  position: absolute;
  right: 90px;
  top: 0px;
  z-index: 9;
}

@media (max-width: 768px) {
  .first-slider-item {
    width: 100%;
    position: relative;
  }
  .first-slider-item h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 37px;
    padding-bottom: 24px;
  }
  .first-slider-item .first-slider-p {
    padding-bottom: 32px;
  }
  .first-screen-row {
    padding: 120px 15px 80px 15px;
  }
  .first-slider-img-1 {
    width: 32px !important;
    height: 32px !important;
    position: absolute;
    right: 65px;
    top: 300px !important;
    left: auto;
  }
  .first-slider-img-2 {
    width: 56px !important;
    height: 56px !important;
    position: absolute;
    left: 36px;
    top: 16px;
  }
  .first-slider-img-3 {
    width: 48px !important;
    height: 48px !important;
    position: absolute;
    right: 33px !important;
    left: auto !important;
    bottom: 300px;
  }
  .first-slider-img-4 {
    display: none;
  }
  .first-slider .slick-dots {
    text-align: left !important;
    max-width: 60%;
    bottom: -80px !important;
  }
  .first-slider-navigatin {
    display: flex;
    margin-bottom: 40px;
    width: auto;
    position: absolute;
    max-width: 50%;
    bottom: 0px !important;
    right: 15px;
  }
}
.about-company {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px 40px 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.about-company-item {
  width: 48%;
  position: relative;
}
.about-company-item:nth-child(1) img {
  width: 100%;
  height: 100%;
}
.about-company-item:nth-child(2) h2 {
  font-family: "NeueMachina-Medium";
  font-size: 64px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 24px;
}
.about-company-item:nth-child(2) p {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 32px;
}

.about-company-item-links a {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  border: 3px solid transparent;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
  box-shadow: inset 0px 0px 0px 100vw #020001;
  border-radius: 60px;
  display: inline-block;
}
.about-company-item-links a p {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
  padding: 16px 48px;
  padding-bottom: 16px !important;
}
.about-company-item-links a:hover {
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 3px solid #020001;
}
.about-company-item-links a:hover p {
  color: #020001 !important;
  font-weight: 900;
}

.about-company-line {
  width: 400px;
  height: 400px;
  position: absolute;
  right: 0px;
  top: -120px;
}

.about-company-star {
  width: 124px;
  height: 100px;
  position: absolute;
  left: -30px;
  top: -100px;
}

@media (max-width: 1200px) {
  .about-company {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 120px 30px 40px 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }
  .about-company-item {
    width: 48%;
    position: relative;
  }
  .about-company-item:nth-child(1) img {
    width: 100%;
    height: auto !important;
    position: relative !important;
    left: auto;
    top: auto;
  }
  .about-company-item:nth-child(2) h2 {
    font-family: "NeueMachina-Medium";
    font-size: 64px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    padding-bottom: 24px;
  }
  .about-company-item:nth-child(2) p {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding-bottom: 32px;
  }
  .about-company {
    position: relative;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .about-company {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px 40px 15px;
    position: relative;
    flex-direction: column;
    overflow: hidden;
  }
  .about-company-item {
    width: 100%;
    position: relative;
  }
  .about-company-item:nth-child(1) img {
    width: 100%;
    height: auto !important;
    position: relative !important;
    left: auto;
    top: auto;
  }
  .about-company-item:nth-child(2) h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 24px;
  }
  .about-company-item:nth-child(2) p {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding-bottom: 32px;
  }
  .about-company-star {
    width: 104px;
    height: 100px;
    position: absolute;
    left: auto;
    top: -60px;
    right: 15px;
  }
  .about-company-line {
    width: 400px;
    height: 400px;
    position: absolute;
    right: -200px;
    top: auto;
    bottom: 0px;
  }
}
.popular-products-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.popular-products-section-row {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
  display: flex;
  justify-content: space-between;
}

.popular-products-section-item:nth-child(1) {
  position: relative;
  width: 38%;
  margin-right: 200px;
}
.popular-products-section-item:nth-child(1) h2 {
  font-family: "NeueMachina-Medium";
  font-size: 64px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding-bottom: 24px;
}
.popular-products-section-item:nth-child(1) p {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding-bottom: 64px;
}
.popular-products-section-item:nth-child(2) {
  width: 100%;
  display: block !important;
  right: 0px;
}

.popular-products-star-1 {
  width: 76px;
  height: 76px;
  position: absolute;
  right: -100px;
  top: 100px;
}

.popular-products-star-2 {
  width: 32px;
  height: 32px;
  position: absolute;
  right: -30px;
  top: -20px;
}

.popular-products-icon-1 {
  width: 600px;
  height: 600px;
  position: absolute;
  bottom: -400px;
  right: -120px;
  z-index: 0;
}

.popular-products-button {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  z-index: 10 !important;
  display: block !important;
  max-width: 300px !important;
  position: relative;
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 3px solid #020001;
  border: 3px solid transparent;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
  box-shadow: inset 0px 0px 0px 100vw #020001;
  border-radius: 60px;
  display: inline-block;
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 3px solid #020001;
}
.popular-products-button p {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
  padding: 16px 48px !important;
  padding-bottom: 16px !important;
  text-align: center !important;
  background-color: #020001;
  color: #020001 !important;
  font-weight: 900 !important;
  font-size: 15px !important;
}
.popular-products-button:hover {
  box-shadow: inset 0px 33px 25px 0 #020001, inset 0 66px 15px 0px #020001, inset 0 99px 5px 0px #020001, inset 0 99px 5px 0px #020001;
  border: 3px solid transparent;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
  box-shadow: inset 0px 0px 0px 100vw #020001;
  border-radius: 60px;
  display: inline-block;
}
.popular-products-button:hover p {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
  padding: 16px 48px !important;
  padding-bottom: 16px !important;
  text-align: center !important;
}

.popular-products-slider {
  width: 100%;
  position: absolute;
  right: 0px;
}
.popular-products-slider .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

.popular-products-slider-navigatin {
  margin-bottom: 40px;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 40px;
  width: 100%;
  position: absolute !important;
  left: 30%;
  bottom: 120px;
  width: 200px;
}

.popular-products-slider-navigatin-row {
  display: flex;
}

#popular-products-slider-arrow-prev {
  width: 48px;
  height: 48px;
  border: solid 2px #fff;
  border-radius: 60px;
  display: inline-block;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
#popular-products-slider-arrow-prev path {
  fill: #fff;
}
#popular-products-slider-arrow-prev:hover {
  background-color: #fff;
  border: solid 1px #020001;
}
#popular-products-slider-arrow-prev:hover path {
  fill: #020001;
}

#popular-products-slider-arrow-next {
  width: 48px;
  height: 48px;
  border: solid 2px #fff;
  border-radius: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#popular-products-slider-arrow-next path {
  fill: #fff;
}
#popular-products-slider-arrow-next:hover {
  background-color: #fff;
  border: solid 1px #020001;
}
#popular-products-slider-arrow-next:hover path {
  fill: #020001;
}

.popular-products-slider-item {
  max-width: 410px !important;
  width: 100%;
  background-color: #020001;
  border-radius: 56px;
  position: relative;
  padding: 24px;
  margin-right: 24px !important;
}
.popular-products-slider-item span {
  position: absolute;
  left: 40px;
  top: 40px;
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #020001;
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
}

.popular-products-star {
  position: absolute;
  right: 40px;
  top: 40px;
  display: flex;
  background-color: #AE8625;
  padding: 6px;
  border-radius: 12px;
}
.popular-products-star img {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}

.popular-products-cart {
  width: 100%;
  height: 330px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 24px;
}

.popular-products-name {
  font-family: "NeueMachina-Regular";
  font-size: 24px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  margin: 21px 0px 24px 0px;
  text-decoration: none;
}
.popular-products-name:hover {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
}

.popular-products-name-area {
  margin: 21px 0px 24px 0px;
}

.popular-products-costst {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  padding-top: 24px;
}
.popular-products-costst p:first-child {
  font-family: "NeueMachina-Regular";
  font-size: 32px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  padding-right: 24px;
}
.popular-products-costst p:last-child {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #B6B6B6;
  text-decoration: line-through;
}

.popular-products-buttons {
  display: flex;
  justify-content: space-between;
}
.popular-products-buttons a {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  border: 3px solid transparent;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
  box-shadow: inset 0px 0px 0px 100vw #020001;
  border-radius: 60px;
  display: inline-block;
}
.popular-products-buttons a p {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
  padding: 16px 48px;
  padding-bottom: 16px !important;
}
.popular-products-buttons a:hover {
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 3px solid #020001;
}
.popular-products-buttons a:hover p {
  color: #020001 !important;
  font-weight: 900;
}
.popular-products-buttons .button-modal-buy {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  cursor: pointer;
  margin-left: 12px;
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
}
.popular-products-buttons .button-modal-buy:hover {
  color: #fff !important;
}

.hits {
  background-color: #AE8625 !important;
  color: #ffffff !important;
}

@media (max-width: 1024px) {
  .popular-products-section-item:nth-child(1) {
    width: 38%;
    margin-right: 100px;
  }
  .popular-products-section-item:nth-child(2) {
    width: 100%;
    display: block !important;
    right: 0px;
  }
}
@media (max-width: 850px) {
  .popular-products-cart {
    width: 100%;
    height: 248px;
    overflow: hidden;
  }
  .popular-products-buttons {
    display: flex;
    justify-content: space-between;
  }
  .popular-products-buttons a {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    border: 3px solid transparent;
    background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
    box-shadow: inset 0px 0px 0px 100vw #020001;
    border-radius: 60px;
    display: inline-block;
  }
  .popular-products-buttons a p {
    background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
    color: transparent !important;
    background-clip: text !important;
    -webkit-background-clip: text;
    padding: 16px 32px;
    padding-bottom: 16px !important;
  }
  .popular-products-buttons a:hover {
    box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
    border: 3px solid #020001;
  }
  .popular-products-buttons a:hover p {
    color: #020001 !important;
    font-weight: 900;
  }
  .popular-products-buttons .button-modal-buy {
    font-family: "NeueMachina-Regular";
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    cursor: pointer;
    margin-left: 12px;
    background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
    color: transparent !important;
    background-clip: text !important;
    -webkit-background-clip: text;
  }
  .popular-products-buttons .button-modal-buy:hover {
    color: #fff !important;
  }
  .popular-products-section-row {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px 80px 15px;
    display: flex;
    flex-direction: column;
  }
  .popular-products-section-item:nth-child(1) {
    width: 100%;
    margin-right: 100px;
    margin-bottom: 70px;
  }
  .popular-products-section-item:nth-child(1) h2 {
    font-size: 40px;
    line-height: 38px;
    padding-bottom: 24px;
  }
  .popular-products-section-item:nth-child(1) p {
    padding-bottom: 64px;
  }
  .popular-products-section-item:nth-child(2) {
    width: 100%;
    display: block !important;
    right: 0px;
  }
  .popular-products-star-1 {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0px;
    top: 20px;
  }
  .popular-products-star-2 {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 50px;
    top: -20px;
  }
  .popular-products-icon-1 {
    width: 600px;
    height: 600px;
    position: absolute;
    bottom: -481px;
    right: -419px;
    z-index: 0;
    display: none;
  }
  .hits {
    position: absolute !important;
    left: 27px !important;
    top: 38px !important;
    font-family: "NeueMachina-Regular";
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 15px !important;
    letter-spacing: 0em;
    text-align: left;
    padding: 7px !important;
    border-radius: 12px;
  }
  .popular-products-slider-item {
    max-width: 410px !important;
    width: 100%;
    background-color: #020001;
    border-radius: 56px;
    position: relative;
    padding: 16px;
    margin-right: 0px !important;
  }
  .popular-products-slider-item span {
    position: absolute;
    left: 30px;
    top: 40px;
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #020001;
    background-color: #fff;
    padding: 10px;
    border-radius: 12px;
  }
  .popular-products-star {
    position: absolute;
    right: 30px;
    top: 40px;
    display: flex;
    background-color: #AE8625;
    padding: 6px;
    border-radius: 12px;
  }
  .popular-products-star img {
    width: 13px;
    height: 13px;
    margin-right: 5px;
  }
  .popular-products-name {
    font-family: "NeueMachina-Regular";
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding: 21px 0px 16px 0px;
  }
  .popular-products-name-area {
    padding: 21px 0px 16px 0px;
  }
  .popular-products-costst {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
  }
  .popular-products-costst p:first-child {
    font-family: "NeueMachina-Regular";
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    padding-right: 24px;
  }
  .popular-products-costst p:last-child {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #B6B6B6;
    text-decoration: line-through;
  }
  .popular-products-buttons {
    display: flex;
    justify-content: space-between;
  }
  .popular-products-buttons a {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    border: 3px solid transparent;
    background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
    box-shadow: inset 0px 0px 0px 100vw #020001;
    border-radius: 60px;
    display: inline-block;
  }
  .popular-products-buttons a p {
    background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
    color: transparent !important;
    background-clip: text !important;
    -webkit-background-clip: text;
    padding: 16px 32px;
    padding-bottom: 16px !important;
  }
  .popular-products-buttons a:hover {
    box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
    border: 3px solid #020001;
  }
  .popular-products-buttons a:hover p {
    color: #020001 !important;
    font-weight: 900;
  }
  .popular-products-slider {
    width: 100%;
    position: absolute;
    right: 0px;
  }
  .popular-products-slider .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
  }
  .popular-products-slider-navigatin {
    margin-bottom: 40px;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 40px;
    width: 100%;
    position: absolute !important;
    left: auto;
    right: 20px;
    bottom: 0px;
  }
  .popular-products-slider-navigatin-row {
    display: flex;
    justify-content: flex-end;
  }
  .popular-products-slider .slick-dots {
    text-align: left !important;
    max-width: 70%;
    bottom: -80px !important;
  }
  .popular-products-slider .slick-dots li {
    width: 24px !important;
    height: 4px !important;
    border-radius: 56px;
    background: #C3C3C3;
  }
  .popular-products-slider .slick-dots li.slick-active {
    width: 56px !important;
    background-color: #020001;
  }
}
.new-products-section-bg {
  width: 100%;
  overflow: hidden;
}

.new-products-section {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
  position: relative;
}
.new-products-section h2 {
  font-family: "NeueMachina-Medium";
  font-size: 64px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 48px;
}

.new-products-section-title {
  max-width: 300px;
  width: 100%;
  position: relative;
}
.new-products-section-title img {
  width: 130px;
  height: 100px;
  position: absolute;
  right: -110px;
  top: -55px;
}

.new-products-slider {
  width: 130% !important;
  position: absolute;
}
.new-products-slider .slick-slide {
  margin-right: 0px;
  margin-left: 0px;
}

.new-products-slider-navigatin {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
  max-width: 500px;
  width: 100%;
  position: absolute;
  top: 95px;
  right: 30px;
}

#new-products-slider-arrow-prev {
  width: 48px;
  height: 48px;
  border: 2px solid transparent;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
  box-shadow: inset 0px 0px 0px 100vw #020001;
  border-radius: 60px;
  display: inline-block;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
#new-products-slider-arrow-prev:hover {
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 1px solid #020001;
}
#new-products-slider-arrow-prev:hover path {
  fill: #020001;
  font-weight: 900;
}

#new-products-slider-arrow-next {
  width: 48px;
  height: 48px;
  border: 2px solid transparent;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
  box-shadow: inset 0px 0px 0px 100vw #020001;
  border-radius: 60px;
  display: inline-block;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#new-products-slider-arrow-next:hover {
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 1px solid #020001;
}
#new-products-slider-arrow-next:hover path {
  fill: #020001;
  font-weight: 900;
}

@media (max-width: 850px) {
  .new-products-section {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px 80px 15px;
    position: relative;
  }
  .new-products-section h2 {
    font-family: "NeueMachina-Medium";
    font-size: 40px;
    line-height: 38px;
    padding-bottom: 40px;
  }
  .new-products-slider {
    width: 100% !important;
    position: absolute;
  }
  .new-products-slider .slick-slide {
    margin-right: 0px;
    margin-left: 0px;
  }
  .new-products-section-title {
    max-width: 300px;
    width: 100%;
    position: relative;
  }
  .new-products-section-title img {
    width: 130px;
    height: 100px;
    position: absolute;
    right: -25px;
    top: -25px;
  }
  .new-products-slider-navigatin {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px !important;
    max-width: 500px;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 40px;
    right: 15px;
  }
  .slick-dots {
    text-align: left !important;
    max-width: 60%;
    bottom: -80px !important;
  }
  .slick-dots li {
    width: 24px !important;
    height: 4px !important;
    border-radius: 56px;
    background: #C3C3C3;
  }
  .slick-dots li.slick-active {
    width: 56px !important;
    background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%);
  }
}
.sales-hits-section {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
  position: relative;
}
.sales-hits-section h2 {
  font-family: "NeueMachina-Medium";
  font-size: 64px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 48px;
}

.sales-hits-section-title {
  max-width: 500px;
  width: 100%;
  position: relative;
}
.sales-hits-section-title img {
  width: 130px;
  height: 100px;
  position: absolute;
  right: -110px;
  top: -55px;
}

.sales-hits-slider {
  width: 130% !important;
  position: absolute;
}
.sales-hits-slider .slick-slide {
  margin-right: 0px;
  margin-left: 0px;
}

.sales-hits-slider-navigatin {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
  max-width: 500px;
  width: 100%;
  position: absolute;
  top: 95px;
  right: 30px;
}

#sales-hits-slider-arrow-prev {
  width: 48px;
  height: 48px;
  border: 2px solid transparent;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
  box-shadow: inset 0px 0px 0px 100vw #020001;
  border-radius: 60px;
  display: inline-block;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
#sales-hits-slider-arrow-prev:hover {
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 1px solid #020001;
}
#sales-hits-slider-arrow-prev:hover path {
  fill: #020001;
  font-weight: 900;
}

#sales-hits-slider-arrow-next {
  width: 48px;
  height: 48px;
  border: 2px solid transparent;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
  box-shadow: inset 0px 0px 0px 100vw #020001;
  border-radius: 60px;
  display: inline-block;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sales-hits-slider-arrow-next:hover {
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 1px solid #020001;
}
#sales-hits-slider-arrow-next:hover path {
  fill: #020001;
  font-weight: 900;
}

@media (max-width: 850px) {
  .sales-hits-section {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px 80px 15px;
    position: relative;
  }
  .sales-hits-section h2 {
    font-family: "NeueMachina-Medium";
    font-size: 40px;
    line-height: 38px;
    padding-bottom: 40px;
  }
  .sales-hits-slider {
    width: 100% !important;
    position: absolute;
  }
  .sales-hits-slider .slick-slide {
    margin-right: 0px;
    margin-left: 0px;
  }
  .sales-hits-slider-title {
    max-width: 350px;
    width: 100%;
    position: relative;
  }
  .sales-hits-slider-title img {
    width: 130px;
    height: 100px;
    position: absolute;
    right: -25px;
    top: -25px;
  }
  .new-products-slider-navigatin {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px !important;
    max-width: 500px;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 40px;
    right: 15px;
  }
  .slick-dots {
    text-align: left !important;
    max-width: 60%;
    bottom: -80px !important;
  }
  .slick-dots li {
    width: 24px !important;
    height: 4px !important;
    border-radius: 56px;
    background: #C3C3C3;
  }
  .slick-dots li.slick-active {
    width: 56px !important;
    background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%);
  }
  .sales-hits-slider-navigatin {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
    max-width: 500px;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0px;
    right: 15px;
  }
  .sales-hits-section-title {
    max-width: 300px;
    width: 100%;
    position: relative;
  }
}
.contact-section {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
  position: relative;
}

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

.contact-section-item:nth-child(1) {
  width: 38%;
  position: relative;
  z-index: 10;
}
.contact-section-item:nth-child(1) h2 {
  font-family: "NeueMachina-Medium";
  font-size: 64px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 24px;
}
.contact-section-item:nth-child(1) .contact-name {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 16px;
  padding-top: 24px;
}
.contact-section-item:nth-child(1) .contact-links {
  font-family: "NeueMachina-Regular";
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}
.contact-section-item:nth-child(1) .contact-links:hover {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
}
.contact-section-item:nth-child(1) .contact-section-item-social {
  display: flex;
  padding-top: 24px;
  padding-bottom: 32px;
  position: relative;
  z-index: 10;
}
.contact-section-item:nth-child(1) .contact-section-item-social a {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-right: 25px;
}
.contact-section-item:nth-child(1) .contact-section-item-social a:hover {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
}
.contact-section-item:nth-child(2) {
  border-radius: 56px;
  width: 58%;
}
.contact-section-item:nth-child(2) .contact-section-item-map {
  width: 100%;
  height: 410px;
  overflow: hidden;
  border-radius: 56px;
}
.contact-section-item:nth-child(2) .contact-section-item-map iframe {
  width: 100%;
  height: 410px;
}

.contact-section-item-img {
  width: 400px;
  height: 400px;
  position: absolute;
  right: -120px;
  top: 0px;
  z-index: 1;
}

.contact-button {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  border: 3px solid transparent;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
  box-shadow: inset 0px 0px 0px 100vw #020001;
  border-radius: 60px;
  display: inline-block;
}
.contact-button p {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
  padding: 16px 48px;
  padding-bottom: 16px !important;
}
.contact-button:hover {
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 3px solid #020001;
}
.contact-button:hover p {
  color: #020001 !important;
  font-weight: 900;
}

@media (max-width: 850px) {
  .contact-section {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px 40px 15px;
    position: relative;
  }
  .contact-section-row {
    flex-direction: column;
  }
  .contact-section-item:nth-child(1) {
    width: 100%;
    position: relative;
    z-index: 10;
  }
  .contact-section-item:nth-child(1) h2 {
    font-family: "NeueMachina-Medium";
    font-size: 64px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding-bottom: 24px;
  }
  .contact-section-item:nth-child(1) .contact-name {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    padding-bottom: 16px;
    padding-top: 24px;
  }
  .contact-section-item:nth-child(1) .contact-links {
    font-family: "NeueMachina-Regular";
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
  }
  .contact-section-item:nth-child(1) .contact-links:hover {
    background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
    color: transparent !important;
    background-clip: text !important;
    -webkit-background-clip: text;
  }
  .contact-section-item:nth-child(1) .contact-section-item-social {
    display: flex;
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .contact-section-item:nth-child(1) .contact-section-item-social a {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding-right: 25px;
  }
  .contact-section-item:nth-child(1) .contact-section-item-social a:hover {
    background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
    color: transparent !important;
    background-clip: text !important;
    -webkit-background-clip: text;
  }
  .contact-section-item:nth-child(2) {
    border-radius: 56px;
    width: 100%;
    margin-top: 32px;
  }
  .contact-section-item:nth-child(2) .contact-section-item-map {
    width: 100%;
    height: 410px;
    overflow: hidden;
    border-radius: 56px;
  }
  .contact-section-item:nth-child(2) .contact-section-item-map iframe {
    width: 100%;
    height: 410px;
  }
  .contact-section-item-img {
    display: none;
  }
}
@media (max-width: 550px) {
  .contact-section-item:nth-child(2) {
    display: none;
  }
}
.seo-section {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
  position: relative;
}

.seo-section-row {
  display: flex;
  justify-content: space-between;
}

.seo-section-item:nth-child(1) {
  width: 48%;
  position: relative;
  z-index: 10;
}
.seo-section-item:nth-child(1) h2 {
  font-family: "NeueMachina-Medium";
  font-size: 40px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 24px;
}
.seo-section-item:nth-child(1) .not-hide-content {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
.seo-section-item:nth-child(1) .hide-content {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
.seo-section-item:nth-child(1) .content-block {
  position: relative;
}
.seo-section-item:nth-child(1) .show-more {
  position: absolute;
  bottom: -15px;
  right: 0px;
  cursor: pointer;
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
}
.seo-section-item:nth-child(1) .show-more:hover {
  text-decoration: underline;
}
.seo-section-item:nth-child(2) {
  width: 50%;
}
.seo-section-item:nth-child(2) img {
  width: 100%;
  height: 100%;
}

@media (max-width: 850px) {
  .seo-section {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px 80px 15px;
    position: relative;
  }
  .seo-section-row {
    flex-direction: column-reverse;
  }
  .seo-section-item:nth-child(1) {
    width: 100%;
  }
  .seo-section-item:nth-child(1) .show-more {
    position: absolute;
    bottom: -40px;
    right: auto;
    left: 0px;
    cursor: pointer;
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
    color: transparent !important;
    background-clip: text !important;
    -webkit-background-clip: text;
  }
  .seo-section-item:nth-child(1) .show-more:hover {
    text-decoration: underline;
  }
  .seo-section-item:nth-child(2) {
    width: 100%;
  }
  .seo-section-item:nth-child(2) img {
    width: 100%;
    height: 100%;
  }
}
.section-footer {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 0px 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.section-footer-item:nth-child(1) {
  width: 30%;
}
.section-footer-item:nth-child(1) img {
  width: 120px;
  height: auto;
}
.section-footer-item:nth-child(2) {
  width: 25%;
  display: flex;
}
.section-footer-item:nth-child(2) ul {
  width: 40%;
}
.section-footer-item:nth-child(2) ul li {
  list-style: none;
  padding-bottom: 16px;
}
.section-footer-item:nth-child(2) ul li a {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}
.section-footer-item:nth-child(2) ul li a:hover {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
}
.section-footer-item:nth-child(3) {
  width: 41%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-footer-item:nth-child(3) .section-footer-contact {
  margin-bottom: 12px;
}
.section-footer-item:nth-child(3) .section-footer-contact:nth-child(4) {
  margin-top: 12px;
  margin-bottom: 0px;
}
.section-footer-item:nth-child(3) .footer-contact-name {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 16px;
}
.section-footer-item:nth-child(3) .footer-contact-links {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}
.section-footer-item:nth-child(3) .footer-contact-links:hover {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
}
.section-footer-item:nth-child(3) .footer-contact-social {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-right: 25px;
}
.section-footer-item:nth-child(3) .footer-contact-social:hover {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
}

.footer-botom {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 30px 40px 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.footer-botom span {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
.footer-botom a:nth-child(2) {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}
.footer-botom a:nth-child(2):hover {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
}
.footer-botom a:nth-child(3) {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
.footer-botom a:nth-child(3):hover {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
}

@media (max-width: 1024px) {
  .section-footer-item:nth-child(1) {
    width: 20%;
  }
  .section-footer-item:nth-child(1) img {
    width: 120px;
    height: auto;
  }
  .section-footer-item:nth-child(2) {
    width: 39%;
    display: flex;
  }
  .section-footer-item:nth-child(3) {
    width: 45%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 850px) {
  .section-footer {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px 40px 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section-footer-item:nth-child(1) {
    width: 48%;
  }
  .section-footer-item:nth-child(1) img {
    width: 120px;
    height: auto;
  }
  .section-footer-item:nth-child(2) {
    width: 48%;
    display: flex;
  }
  .section-footer-item:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .footer-botom {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px 40px 15px;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .footer-botom span {
    display: none;
  }
  .footer-botom a:nth-child(2) {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 16px;
  }
  .footer-botom a:nth-child(2):hover {
    background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
    color: transparent !important;
    background-clip: text !important;
    -webkit-background-clip: text;
  }
  .footer-botom a:nth-child(3) {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
  }
  .footer-botom a:nth-child(3):hover {
    background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
    color: transparent !important;
    background-clip: text !important;
    -webkit-background-clip: text;
  }
}
@media (max-width: 550px) {
  .section-footer {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px 0px 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section-footer-item:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }
  .section-footer-item:nth-child(1) img {
    width: 120px;
    height: auto;
  }
  .section-footer-item .footer-contact-social {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding-right: 25px;
    margin-bottom: 24px;
  }
  .section-footer-item .footer-contact-social:hover {
    background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
    color: transparent !important;
    background-clip: text !important;
    -webkit-background-clip: text;
  }
  .section-footer-item:nth-child(2) {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .section-footer-item:nth-child(2) ul {
    width: 45%;
    text-align: center;
  }
  .section-footer-item:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 24px;
    position: relative;
  }
  .section-footer-item:nth-child(3) .section-footer-contact {
    margin-bottom: 12px;
    padding-right: 12px;
  }
  .section-footer-item:nth-child(3) .section-footer-contact:nth-child(1) {
    width: 55%;
    margin-top: 12px;
    margin-bottom: 0px;
  }
  .section-footer-item:nth-child(3) .section-footer-contact:nth-child(2) {
    width: 55%;
    margin-top: 12px;
    margin-bottom: 0px;
  }
  .section-footer-item:nth-child(3) .section-footer-contact:nth-child(3) {
    width: 55%;
    margin-top: 12px;
    margin-bottom: 0px;
  }
  .section-footer-item:nth-child(3) .section-footer-contact:nth-child(4) {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40%;
    margin-top: 12px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
  }
}
.crumbs {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 30px 24px 30px;
  position: relative;
}
.crumbs ul li {
  display: inline;
}
.crumbs ul li a {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.crumbs ul li a:hover {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
}
.crumbs ul li img {
  margin: 0px 10px;
}
.crumbs .crumbs-active {
  color: #5A5A5A !important;
}

@media (max-width: 768px) {
  .crumbs {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 15px 24px 15px;
  }
}
@media (max-width: 550px) {
  .crumbs ul li {
    display: inline;
  }
  .crumbs ul li a {
    font-family: "NeueMachina-Regular";
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-decoration: none;
  }
  .crumbs ul li a:hover {
    background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
    color: transparent !important;
    background-clip: text !important;
    -webkit-background-clip: text;
  }
  .crumbs ul li img {
    margin: 0px 4px;
  }
}
.section-about-screen-1 {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 48px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-about-screen-1-item:nth-child(1) {
  width: 54%;
  position: relative;
}
.section-about-screen-1-item:nth-child(1) .section-about-screen-1-star-3 {
  width: 48px;
  height: 48px;
  position: absolute;
  top: -59px;
  right: 115px;
}
.section-about-screen-1-item:nth-child(1) h1 {
  font-family: "NeueMachina-Medium";
  font-size: 64px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 24px;
}
.section-about-screen-1-item:nth-child(1) p {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 16px;
}
.section-about-screen-1-item:nth-child(2) {
  width: 44%;
  position: relative;
  background: linear-gradient(360deg, #020001 0%, rgba(2, 0, 1, 0) 47.86%), linear-gradient(180deg, #020001 0%, rgba(2, 0, 1, 0) 50%), linear-gradient(270deg, #020001 0%, rgba(2, 0, 1, 0) 29.53%), linear-gradient(90deg, #020001 0%, rgba(2, 0, 1, 0) 33.24%), url(1630716881_14-papik-pro-p-art-risunki-mistika-23.jpg);
}
.section-about-screen-1-item:nth-child(2) .section-about-screen-1-img {
  width: 100%;
  height: 100%;
  border-radius: 56px;
}
.section-about-screen-1-item:nth-child(2) .section-about-screen-1-star-1 {
  width: 64px;
  height: 64px;
  position: absolute;
  top: -50px;
  left: 15%;
}
.section-about-screen-1-item:nth-child(2) .section-about-screen-1-star-2 {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 150px;
  left: 0px;
}

@media (max-width: 768px) {
  .section-about-screen-1 {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px 40px 15px;
    display: flex;
    flex-direction: column;
  }
  .section-about-screen-1-item:nth-child(1) {
    width: 100%;
    position: relative;
    margin-bottom: 32px;
  }
  .section-about-screen-1-item:nth-child(1) .section-about-screen-1-star-3 {
    width: 48px;
    height: 48px;
    position: absolute;
    top: -20px;
    right: 115px;
  }
  .section-about-screen-1-item:nth-child(1) h1 {
    font-family: "NeueMachina-Medium";
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding-bottom: 24px;
  }
  .section-about-screen-1-item:nth-child(1) p {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding-bottom: 16px;
  }
  .section-about-screen-1-item:nth-child(2) {
    width: 100%;
    position: relative;
    background: linear-gradient(360deg, #020001 0%, rgba(2, 0, 1, 0) 47.86%), linear-gradient(180deg, #020001 0%, rgba(2, 0, 1, 0) 50%), linear-gradient(270deg, #020001 0%, rgba(2, 0, 1, 0) 29.53%), linear-gradient(90deg, #020001 0%, rgba(2, 0, 1, 0) 33.24%), url(1630716881_14-papik-pro-p-art-risunki-mistika-23.jpg);
  }
  .section-about-screen-1-item:nth-child(2) .section-about-screen-1-img {
    width: 100%;
    height: 100%;
    border-radius: 56px;
  }
  .section-about-screen-1-item:nth-child(2) .section-about-screen-1-star-1 {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0px;
    left: 15%;
  }
  .section-about-screen-1-item:nth-child(2) .section-about-screen-1-star-2 {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 150px;
    left: 0px;
  }
}
.section-about-screen-2 {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px 0px 30px;
  background: linear-gradient(360deg, #020001 0%, rgba(2, 0, 1, 0) 47.86%), linear-gradient(180deg, #020001 0%, rgba(2, 0, 1, 0) 50%), linear-gradient(270deg, #020001 0%, rgba(2, 0, 1, 0) 29.53%), linear-gradient(90deg, #020001 0%, rgba(2, 0, 1, 0) 33.24%), url(1630716881_14-papik-pro-p-art-risunki-mistika-23.jpg);
}
.section-about-screen-2 img {
  width: 100%;
  height: 100%;
  border-radius: 56px;
}

.section-about-screen-3 {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px 80px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-about-screen-3-item:nth-child(2) {
  width: 54%;
  position: relative;
}
.section-about-screen-3-item:nth-child(2) p {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 16px;
}
.section-about-screen-3-item:nth-child(1) {
  width: 40%;
  position: relative;
  background: linear-gradient(360deg, #020001 0%, rgba(2, 0, 1, 0) 47.86%), linear-gradient(180deg, #020001 0%, rgba(2, 0, 1, 0) 50%), linear-gradient(270deg, #020001 0%, rgba(2, 0, 1, 0) 29.53%), linear-gradient(90deg, #020001 0%, rgba(2, 0, 1, 0) 33.24%), url(1630716881_14-papik-pro-p-art-risunki-mistika-23.jpg);
}
.section-about-screen-3-item:nth-child(1) img {
  width: 100%;
  height: 100%;
  border-radius: 56px;
}

@media (max-width: 768px) {
  .section-about-screen-3 {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px 40px 15px;
    display: flex;
    flex-direction: column;
  }
  .section-about-screen-3-item:nth-child(1) {
    display: none;
  }
  .section-about-screen-3-item:nth-child(2) {
    width: 100%;
    position: relative;
    background: linear-gradient(360deg, #020001 0%, rgba(2, 0, 1, 0) 47.86%), linear-gradient(180deg, #020001 0%, rgba(2, 0, 1, 0) 50%), linear-gradient(270deg, #020001 0%, rgba(2, 0, 1, 0) 29.53%), linear-gradient(90deg, #020001 0%, rgba(2, 0, 1, 0) 33.24%), url(1630716881_14-papik-pro-p-art-risunki-mistika-23.jpg);
  }
  .section-about-screen-3-item:nth-child(2) .section-about-screen-1-img {
    width: 100%;
    height: 100%;
    border-radius: 56px;
  }
  .section-about-screen-3-item:nth-child(2) .section-about-screen-1-star-1 {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0px;
    left: 15%;
  }
  .section-about-screen-3-item:nth-child(2) .section-about-screen-1-star-2 {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 150px;
    left: 0px;
  }
}
.reviews-section {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
  position: relative;
}
.reviews-section h1 {
  font-family: "NeueMachina-Medium";
  font-size: 64px;
  font-weight: 700;
  line-height: 61px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 56px;
}

.reviews-section-img {
  width: 600px;
  height: 170px;
  position: absolute;
  top: 0px;
  right: 20%;
}

.reviews-section-item {
  width: 100%;
  border: 2px solid #5A5A5A;
  border-radius: 40px;
  padding: 32px;
  margin-top: 24px;
}

.reviews-section-item-row {
  display: flex;
  justify-content: space-between;
}
.reviews-section-item-row span {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.reviews-section-name {
  font-family: "NeueMachina-Regular";
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 16px;
}

.reviews-section-reviews {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .reviews-section-img {
    width: 450px;
    height: 130px;
    position: absolute;
    top: 0px;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .reviews-section {
    padding: 40px 15px 40px 15px;
  }
  .reviews-section h1 {
    font-size: 30px;
    line-height: 32px;
    padding-bottom: 24px;
  }
  .reviews-section-img {
    display: none;
  }
  .reviews-section-item {
    width: 100%;
    border: 2px solid #5A5A5A;
    border-radius: 40px;
    padding: 24px;
    margin-top: 24px;
  }
}
@media (max-width: 550px) {
  .reviews-section-item-row {
    flex-direction: column;
  }
  .reviews-section-item-row span {
    padding-bottom: 16px;
  }
}
.content-page-top {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 24px 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.content-page-top a {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}
.content-page-top a:hover {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
}
.content-page-top a img {
  margin-right: 12px;
  transform: rotate(180deg);
}
.content-page-top p {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-left: 48px;
}

.content-page-section {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px 80px 30px;
  position: relative;
}
.content-page-section img {
  width: 100%;
  height: 400px;
  background: linear-gradient(360deg, #020001 0%, rgba(2, 0, 1, 0) 47.86%), linear-gradient(180deg, #020001 0%, rgba(2, 0, 1, 0) 50%), linear-gradient(270deg, #020001 0%, rgba(2, 0, 1, 0) 29.53%), linear-gradient(90deg, #020001 0%, rgba(2, 0, 1, 0) 33.24%), url(scale_1200.png);
  border-radius: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 16px;
  margin-bottom: 32px;
  display: block;
  position: relative;
  z-index: 10;
}

.content-page-line-1 {
  width: 400px !important;
  height: 400px !important;
  position: absolute !important;
  background: none !important;
  top: 30px;
  right: 50px;
}

.content-page-line-2 {
  width: 400px !important;
  height: 400px !important;
  position: absolute !important;
  background: none !important;
  bottom: 750px;
  right: 50px;
  z-index: 0 !important;
}

.content-page-line-3 {
  width: 400px !important;
  height: 400px !important;
  position: absolute !important;
  background: none !important;
  top: 715px;
  left: 50px;
  z-index: 0 !important;
}

@media (max-width: 768px) {
  .content-page-line-1, .content-page-line-2, .content-page-line-3 {
    display: none !important;
  }
}
.content-page-section-info {
  max-width: 850px !important;
  width: 100%;
  margin: 0 auto;
}
.content-page-section-info h1 {
  font-family: "NeueMachina-Medium";
  font-size: 48px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 16px;
}
.content-page-section-info h2 {
  font-family: "NeueMachina-Medium";
  font-size: 32px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 16px;
}
.content-page-section-info p {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 16px;
  display: block;
  position: relative;
  z-index: 10;
}

@media (max-width: 550px) {
  .content-page-top {
    padding: 40px 15px 24px 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .content-page-top p {
    padding-left: 0px;
    padding-top: 16px;
  }
  .content-page-section {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px 40px 15px;
  }
  .content-page-section img {
    width: 100%;
    height: 240px;
  }
  .content-page-section-info {
    max-width: 850px !important;
    width: 100%;
    margin: 0 auto;
  }
  .content-page-section-info h1 {
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 16px;
  }
  .content-page-section-info h2 {
    font-family: "NeueMachina-Medium";
    font-size: 28px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding-bottom: 16px;
  }
}
.section-blog {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
  position: relative;
}
.section-blog h1 {
  font-family: "NeueMachina-Medium";
  font-size: 64px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 80px;
}

.section-blog-icon {
  width: 520px;
  height: 170px;
  position: absolute;
  top: 0px;
  right: 15%;
}

.section-blog-row {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.section-blog-item:nth-child(1) {
  width: 48%;
}
.section-blog-item:nth-child(1) img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
}
.section-blog-item:nth-child(2) {
  width: 48%;
  padding-left: 24px;
}
.section-blog-item:nth-child(2) span {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
.section-blog-item:nth-child(2) h2 {
  font-family: "NeueMachina-Medium";
  font-size: 32px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-top: 29px;
  padding-bottom: 16px;
  cursor: pointer;
}
.section-blog-item:nth-child(2) h2:hover {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
}
.section-blog-item:nth-child(2) .section-item-text {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  margin-bottom: 24px;
}

.blog-button {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
  border: 3px solid transparent;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
  box-shadow: inset 0px 0px 0px 100vw #020001;
  border-radius: 60px;
  display: inline-block;
}
.blog-button:hover {
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 3px solid #020001;
}
.blog-button:hover p {
  color: #020001 !important;
  font-weight: 900;
}
.blog-button p {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  padding: 24px 48px;
}

@media (max-width: 1024px) {
  .section-blog-icon {
    width: 420px;
    height: 130px;
    position: absolute;
    top: 0px;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .section-blog-icon {
    display: none;
  }
  .section-blog {
    padding: 40px 15px 40px 15px;
  }
  .section-blog h1 {
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 40px;
  }
  .section-blog-row {
    width: 100%;
    flex-direction: column;
    margin-bottom: 32px;
  }
  .section-blog-item:nth-child(1) {
    width: 100%;
    margin-bottom: 24px;
  }
  .section-blog-item:nth-child(1) img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 48px;
  }
  .section-blog-item:nth-child(2) {
    width: 100%;
    padding-left: 0px;
  }
  .section-blog-item:nth-child(2) span {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
  }
  .section-blog-item:nth-child(2) h2 {
    font-family: "NeueMachina-Medium";
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 16px;
  }
  .section-blog-item:nth-child(2) .section-item-text {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    margin-bottom: 24px;
  }
  .blog-button {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    z-index: 10;
    border: 3px solid transparent;
    background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
    box-shadow: inset 0px 0px 0px 100vw #020001;
    border-radius: 60px;
    display: inline-block;
  }
  .blog-button:hover {
    box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
    border: 3px solid #020001;
  }
  .blog-button:hover p {
    color: #020001 !important;
    font-weight: 900;
  }
  .blog-button p {
    background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    padding: 16px 48px;
  }
}
.pagination {
  padding: 0px 0px 10px 0px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.pagination li {
  height: 53px;
  width: 53px;
  border-radius: 8px;
  font-family: "NeueMachina-Regular";
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  background-color: #323232;
  color: #B6B6B6;
  padding: 14px 10px;
  margin: 24px 0px 0px 16px;
  cursor: pointer;
  position: relative;
}
.pagination li a {
  color: #6E6F6D;
  text-decoration: none;
  height: 53px;
  width: 53px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 14px;
}
.pagination li:hover {
  background-color: #AE8625;
}
.pagination li:hover a {
  color: #FFFFFF;
}
.pagination li:hover path {
  fill: #FFFFFF;
}

.pagination-next {
  height: 53px;
  width: 53px;
  background-color: #323232 !important;
  margin-left: 24px !important;
}
.pagination-next svg {
  transform: rotate(180deg);
  margin-top: 3px;
}
.pagination-next path {
  fill: #B6B6B6;
}
.pagination-next:hover {
  background-color: #AE8625 !important;
}

.pagination-prev {
  height: 53px;
  width: 53px;
  background-color: #323232 !important;
  margin-right: 8px !important;
}
.pagination-prev svg {
  margin-top: 3px;
}
.pagination-prev path {
  fill: #B6B6B6;
}
.pagination-prev:hover {
  background-color: #AE8625 !important;
}

.pagination-active {
  background-color: #AE8625 !important;
}
.pagination-active a {
  color: #FFFFFF !important;
}

@media (max-width: 768px) {
  .pagination {
    padding: 0px 0px 10px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
  }
  .pagination li {
    height: 38px;
    width: 38px;
    border-radius: 8px;
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    background-color: #323232;
    color: #B6B6B6;
    padding: 12px 11px;
    margin: 18px 0px 0px 16px;
    cursor: pointer;
  }
  .pagination li a {
    color: #6E6F6D;
    text-decoration: none;
    height: 38px;
    width: 38px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 12px;
  }
  .pagination li:hover {
    background-color: #AE8625;
  }
  .pagination li:hover a {
    color: #FFFFFF;
  }
  .pagination li:hover path {
    fill: #FFFFFF;
  }
  .pagination-next {
    height: 38px;
    width: 38px;
    background-color: #323232 !important;
    margin-left: 16px !important;
  }
  .pagination-next svg {
    transform: rotate(180deg);
    margin-top: 3px;
    width: 12px;
    height: 12px;
  }
  .pagination-next path {
    fill: #B6B6B6;
  }
  .pagination-next:hover {
    background-color: #AE8625 !important;
  }
  .pagination-prev {
    height: 38px;
    width: 38px;
    background-color: #323232 !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .pagination-prev svg {
    width: 12px;
    height: 12px;
    margin-top: 3px;
  }
  .pagination-prev path {
    fill: #B6B6B6;
  }
  .pagination-prev:hover {
    background-color: #AE8625 !important;
  }
  .pagination-active {
    background-color: #AE8625 !important;
  }
  .pagination-active a {
    color: #FFFFFF !important;
  }
}
.catalog-section {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 0px 30px;
  position: relative;
}

.catalog-section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}
.catalog-section-top h1 {
  font-family: "NeueMachina-Medium";
  font-size: 64px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.catalog-section-top button {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
  cursor: pointer;
  margin-left: 32px;
}
.catalog-section-top button:hover {
  color: #fff !important;
}

.catalog-section-top-img {
  width: 200px;
  height: 188px;
  position: absolute;
  top: -80px;
  left: 45%;
}

@media (max-width: 1200px) {
  .catalog-section-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    position: relative;
  }
  .catalog-section-top h1 {
    font-family: "NeueMachina-Medium";
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
  }
  .catalog-section-top button {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
    color: transparent !important;
    background-clip: text !important;
    -webkit-background-clip: text;
    cursor: pointer;
    margin-left: 24px;
  }
  .catalog-section-top button:hover {
    color: #fff !important;
  }
  .catalog-section-top-img {
    width: 200px;
    height: 188px;
    position: absolute;
    top: -80px;
    left: 25%;
  }
}
@media (max-width: 1024px) {
  .catalog-section-top-img {
    display: none;
  }
}
@media (max-width: 800px) {
  .catalog-section-top-img {
    display: none;
  }
  .catalog-section-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
  }
  .catalog-section-top h1 {
    margin-bottom: 24px;
  }
  .catalog-section-top button {
    margin-top: 8px;
    margin-left: 12px;
  }
  .catalog-section-top button:hover {
    color: #fff !important;
  }
}
@media (max-width: 500px) {
  .catalog-section-top-item {
    display: flex;
    flex-direction: column;
  }
  .catalog-section-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
  }
  .catalog-section-top h1 {
    margin-bottom: 24px;
  }
  .catalog-section-top button {
    margin-top: 8px;
    margin-left: 0px;
  }
  .catalog-section-top button:hover {
    color: #fff !important;
  }
}
.catalog-row {
  width: 100%;
  border: 2px solid #5A5A5A;
  border-radius: 40px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
  background: #020001;
}

.catalog-item:nth-child(1) {
  width: 31%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-item:nth-child(2) {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.catalog-item-content:nth-child(1) img {
  border-radius: 32px;
  max-width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 32px;
}
.catalog-item-content:nth-child(2) a {
  font-family: "NeueMachina-Regular";
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.catalog-item-content:nth-child(2) a:hover {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
}
.catalog-item-content:nth-child(2) .catalog-item-content-links {
  padding-bottom: 32px;
}

.catalog-item-text {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding-bottom: 16px;
}

.catalog-item-name {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding-bottom: 16px;
}

.catalog-item-costs {
  font-family: "NeueMachina-Regular";
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.catalog-item-text-2 {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding-bottom: 16px;
}

.catalog-item-costs-2 {
  font-family: "NeueMachina-Regular";
  font-size: 40px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.catalog-item-button {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
  border: 3px solid transparent;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
  box-shadow: inset 0px 0px 0px 100vw #020001;
  border-radius: 60px;
  display: inline-block;
}
.catalog-item-button:hover {
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 3px solid #020001;
}
.catalog-item-button:hover p {
  color: #020001 !important;
  font-weight: 900;
}
.catalog-item-button p {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  padding: 24px 48px;
}

.catalog-item-links {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
}
.catalog-item-links:hover {
  color: #fff !important;
  text-decoration: none;
}

@media (max-width: 1300px) {
  .catalog-item:nth-child(1) {
    width: 35%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .catalog-item:nth-child(2) {
    width: 63%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .catalog-row {
    width: 100%;
    border: 2px solid #5A5A5A;
    border-radius: 40px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
  }
  .catalog-item:nth-child(1) {
    width: auto;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 32px;
  }
  .catalog-item:nth-child(2) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .catalog-section {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px 8px 15px;
  }
  .catalog-item:nth-child(1) {
    width: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
  }
  .catalog-item:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .catalog-item-text-2 {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .catalog-item-costs-2 {
    font-family: "NeueMachina-Regular";
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding-bottom: 16px;
  }
  .catalog-item-button {
    margin-bottom: 16px;
  }
  .catalog-item-button {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    z-index: 10;
    border: 3px solid transparent;
    background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
    box-shadow: inset 0px 0px 0px 100vw #020001;
    border-radius: 60px;
    display: inline-block;
  }
  .catalog-item-button:hover {
    box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
    border: 3px solid #020001;
  }
  .catalog-item-button:hover p {
    color: #020001 !important;
    font-weight: 900;
  }
  .catalog-item-button p {
    background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    padding: 16px 48px;
  }
}
@media (max-width: 500px) {
  .catalog-item:nth-child(1) {
    width: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
  }
  .catalog-item:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .catalog-item-content:nth-child(1) img {
    margin-right: 0px;
  }
  .catalog-item-content:nth-child(2) a {
    font-family: "NeueMachina-Regular";
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }
  .catalog-item-content:nth-child(2) .catalog-item-content-links {
    padding-bottom: 24px;
  }
  .catalog-item-text {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding-bottom: 16px;
  }
  .catalog-item-name {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding-bottom: 16px;
  }
  .catalog-item-costs {
    font-family: "NeueMachina-Regular";
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }
}
.agormleniye_kunopok * {
  box-sizing: border-box;
}

.agormleniye_kunopok {
  display: flex;
  justify-content: center;
}

.agormleniye_kunopok .minusovka, .agormleniye_kunopok .plyusovka, .agormleniye_kunopok .quantity {
  height: 53px;
  width: 53px;
  padding: 0;
  margin: 6px 1px;
  border-radius: 8px;
  border: 1px solid #AE8625;
  background: transparent;
  cursor: pointer;
  font-family: "NeueMachina-Regular";
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
}

.minusovka {
  border: 0px !important;
}
.minusovka svg {
  margin-bottom: 8px !important;
}

.plyusovka {
  border: 0px !important;
}

.agormleniye_kunopok .quantity {
  width: 50px;
  text-align: center;
  font-size: 22px;
  color: #FFF;
}

.agormleniye_kunopok .minusovka svg,
.agormleniye_kunopok .plyusovka svg {
  margin: 4px;
}

.order-img-1 {
  width: 140px;
  height: 170px;
  position: absolute;
  top: -50px;
  right: 40%;
}

.order-img-2 {
  width: 390px;
  height: 400px;
  position: absolute;
  top: -50px;
  right: 0px;
}

.order-img-3 {
  width: 390px;
  height: 400px;
  position: absolute;
  bottom: -150px;
  left: 100px;
}

@media (max-width: 1200px) {
  .order-img-1 {
    width: 110px;
    height: 140px;
    position: absolute;
    top: -70px;
    right: 55%;
  }
}
.order-item {
  width: 60%;
}

@media (max-width: 1024px) {
  .order-item {
    width: auto;
  }
}
@media (max-width: 768px) {
  .order-img-1 {
    width: 110px;
    height: 140px;
    position: absolute;
    top: -60px;
    right: 5%;
  }
  .order-img-2, .order-img-3 {
    display: none;
  }
}
.order-contact-form {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  padding: 74px 30px 80px 30px;
}
.order-contact-form textarea {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  background-color: transparent;
  border: 2px solid #323232;
  border-radius: 10px;
  width: 100%;
  height: 70px;
  resize: none;
  outline: none;
}

.order-contact-form-row {
  display: flex;
  justify-content: space-between;
}

.order-contact-form-item {
  width: 48%;
}
.order-contact-form-item p {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 8px;
  padding-top: 24px;
}
.order-contact-form-item input {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  background-color: transparent;
  border: 2px solid #323232;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  outline: none;
}

.order-contact-form-item-coment {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 8px;
  padding-top: 24px;
}

.order-form-text-cost {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 8px;
  padding-top: 16px;
}

.order-form-cost {
  font-family: "NeueMachina-Medium";
  font-size: 40px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 58px;
}

.order-contact-select {
  background-color: transparent;
  border: 2px solid #323232;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  color: #5A5A5A;
  padding-left: 16px;
  border: 1px solid #979997;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
}
.order-contact-select option {
  margin-top: 20px !important;
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 45px !important;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  background-color: #020001 !important;
}
.order-contact-select option:first-child {
  color: #5A5A5A !important;
}
.order-contact-select option[value=""][disabled] {
  display: none;
}

.select-box {
  display: block;
  position: relative;
  width: 100%;
  background-color: transparent;
  border: 2px solid #323232;
  border-radius: 10px;
  width: 100%;
  color: #5A5A5A;
  padding-left: 16px;
}
.select-box p {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #5A5A5A;
  background-color: transparent;
}
.select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
  color: #fff;
}
.select-box__current:focus + .select-box__list .select-box__option:hover {
  color: #AE8625;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
  height: 5px;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
  padding: 18px 0px 18px 0px !important;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0px 0px 0px 0px;
  background-color: #F7F7F5;
  color: #ffffff !important;
}
.select-box .select-box__input-text-preview {
  color: #5A5A5A !important;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  top: 140%;
  z-index: 10;
  left: 0px;
}
.select-box__option {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  display: block;
  padding: 15px;
  background-color: #060606;
  color: #fff;
  margin-top: -12px;
  position: relative !important;
  z-index: 9999 !important;
}
@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

.order-button-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-button-form a {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
}
.order-button-form a:hover {
  color: #ffffff !important;
}

.order-form-send {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
  margin-right: 32px;
  border: 3px solid transparent;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
  box-shadow: inset 0px 0px 0px 100vw #020001;
  border-radius: 60px;
  display: inline-block;
}
.order-form-send:hover {
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 3px solid #020001;
}
.order-form-send:hover p {
  color: #020001 !important;
  font-weight: 900;
}
.order-form-send p {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  padding: 24px 48px;
}

@media (max-width: 500px) {
  .order-contact-form {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    padding: 34px 15px 40px 15px;
  }
  .order-contact-form-row {
    display: flex;
    flex-direction: column;
  }
  .order-contact-form-item {
    width: 100%;
  }
  .order-button-form {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .order-form-send {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    z-index: 10;
    margin-right: 0px;
    margin-bottom: 24px;
  }
  .order-form-send p {
    background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    padding: 16px 48px;
  }
  .order-form-cost {
    font-family: "NeueMachina-Medium";
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 24px;
  }
}
.section-categories {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
  position: relative;
}
.section-categories h1 {
  font-family: "NeueMachina-Medium";
  font-size: 64px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 24px;
}

.section-categories-icons-1 {
  width: 370px;
  height: 281px;
  position: absolute;
  top: 0px;
  right: 10%;
}

.section-categories-icons-2 {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 272px;
  left: 38%;
}

.section-categories-icons-3 {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 160px;
  left: 50%;
}

.section-categories-icons-4 {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0px;
  left: 44%;
}

.section-categories-sorting h2 {
  font-family: "NeueMachina-Medium";
  font-size: 32px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 24px;
}

.section-categories-sorting-row {
  display: flex;
  flex-wrap: wrap;
}

.section-categories-sorting-item {
  width: 20%;
  padding-right: 24px;
  padding-bottom: 24px;
}
.section-categories-sorting-item:nth-child(5n+5) {
  padding-right: 0px !important;
}

.section-categories-sorting-item-name {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 8px;
}

@media (max-width: 1200px) {
  .section-categories-sorting-row {
    display: flex;
    flex-wrap: wrap;
  }
  .section-categories-sorting-item {
    width: 33.3%;
    padding-right: 24px;
    padding-bottom: 24px;
  }
  .section-categories-sorting-item:nth-child(3n+3) {
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .section-categories-sorting-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-categories-sorting-item {
    width: 48%;
    padding-right: 0px;
    padding-bottom: 24px;
  }
  .section-categories-sorting-item:nth-child(3n+3) {
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .section-categories-sorting-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-categories-sorting-item {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 24px;
  }
  .section-categories-sorting-item:nth-child(3n+3) {
    padding-right: 0px !important;
  }
}
.form-wrapper {
  width: 100%;
  padding: 6px 10px;
  display: flex;
  border: 1px solid #323232;
  border-radius: 10px;
  margin-bottom: 64px;
}
.form-wrapper a {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
  display: flex;
  align-items: center;
  padding-right: 8px;
}
.form-wrapper a:hover {
  color: #ffffff !important;
}
.form-wrapper button {
  cursor: pointer;
}
.form-wrapper button .serch {
  background-color: #020001 !important;
  padding: 10px;
}
.form-wrapper button .serch:focus {
  background-color: #020001 !important;
}
.form-wrapper button input:focus {
  background-color: #020001 !important;
}
.form-wrapper #serch {
  background-color: #020001 !important;
  padding: 10px;
}
.form-wrapper #serch:focus {
  background-color: #020001 !important;
}
.form-wrapper input {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #5A5A5A;
  background-color: #020001 !important;
}

#search {
  width: 100%;
  height: 40px;
  padding: 10px 10px;
  float: left;
  font-size: 16px;
  font-family: "Lora";
  background-color: #F7F7F5;
  color: #6E6F6D;
  font-weight: 400;
  outline: none;
}

.form-wrapper #search::-webkit-input-placeholder {
  color: #6E6F6D;
  font-weight: 400;
}

@media (max-width: 768px) {
  .form-wrapper {
    width: 100%;
    padding: 6px 10px;
    display: flex;
    border: 1px solid #323232;
    border-radius: 10px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1200px) {
  .section-categories-icons-1 {
    width: 320px;
    height: 261px;
    position: absolute;
    top: 0px;
    right: 5%;
  }
  .section-categories-icons-3 {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 160px;
    left: 55%;
  }
}
@media (max-width: 1024px) {
  .section-categories-icons-1, .section-categories-icons-2, .section-categories-icons-3, .section-categories-icons-4 {
    display: none;
  }
}
.section-categories-p {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 80px;
  max-width: 628px;
}

.section-categories-row {
  display: flex;
  flex-wrap: wrap;
}

.section-categories-item {
  width: 25%;
  padding-right: 24px;
  padding-bottom: 37px;
  margin-bottom: 24px;
}
.section-categories-item:nth-child(4n+4) {
  padding-right: 0px !important;
}
.section-categories-item img {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease 0s;
}
.section-categories-item img:hover {
  transition: all 0.5s ease 0s;
  opacity: 0.6;
}

.section-categories-item-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 37px;
}
.section-categories-item-row p {
  font-family: "NeueMachina-Regular";
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  max-width: 200px;
}
.section-categories-item-row a:hover path {
  fill: #AE8625;
}

@media (max-width: 1024px) {
  .section-categories-item {
    width: 33.3%;
    padding-right: 24px;
    padding-bottom: 37px;
    margin-bottom: 24px;
  }
  .section-categories-item:nth-child(3n+3) {
    padding-right: 0px !important;
  }
  .section-categories-item:nth-child(4n+4) {
    padding-right: 24px !important;
  }
}
@media (max-width: 768px) {
  .section-categories {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px 40px 15px;
    position: relative;
  }
  .section-categories h1 {
    font-family: "NeueMachina-Medium";
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding-bottom: 24px;
  }
  .section-categories-sorting h2 {
    font-family: "NeueMachina-Medium";
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding-bottom: 24px;
  }
  .section-categories-p {
    padding-bottom: 24px;
  }
  .section-categories-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-categories-item {
    width: 48%;
    padding-right: 0px !important;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .section-categories-item:nth-child(2n+2) {
    padding-right: 0px !important;
  }
  .section-categories-item:nth-child(3n+3) {
    padding-right: 0px !important;
  }
  .section-categories-item:nth-child(4n+4) {
    padding-right: 0px !important;
  }
}
@media (max-width: 500px) {
  .section-categories-item {
    width: 100%;
    padding-right: 0px !important;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .section-categories-item:nth-child(2n+2) {
    padding-right: 0px !important;
  }
  .section-categories-item:nth-child(3n+3) {
    padding-right: 0px !important;
  }
  .section-categories-item:nth-child(4n+4) {
    padding-right: 0px !important;
  }
  .section-categories-item img {
    width: 100%;
    height: 260px;
  }
  .section-categories-item-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 24px;
  }
}
.products-title {
  padding-bottom: 80px !important;
}

.products-icons-1 {
  width: 48px;
  height: 48px;
  top: 40px;
  left: 25%;
  position: absolute;
}

.products-icons-2 {
  width: 56px;
  height: 56px;
  top: 20px;
  left: 45%;
  position: absolute;
}

.products-icons-3 {
  width: 140px;
  height: 140px;
  top: 80px;
  left: 35%;
  position: absolute;
}

@media (max-width: 1024px) {
  .products-icons-1 {
    width: 48px;
    height: 48px;
    top: 40px;
    left: 35%;
    position: absolute;
  }
  .products-icons-2 {
    width: 56px;
    height: 56px;
    top: 20px;
    left: 55%;
    position: absolute;
  }
  .products-icons-3 {
    width: 140px;
    height: 140px;
    top: 80px;
    left: 45%;
    position: absolute;
  }
}
@media (max-width: 768px) {
  .products-icons-1, .products-icons-2, .products-icons-3 {
    display: none;
  }
  .products-title {
    padding-bottom: 40px !important;
  }
}
.product-row {
  margin-bottom: 32px;
}

.products-item {
  width: 33.3%;
  padding: 24px;
  position: relative;
}
.products-item .popular-products-star {
  position: absolute;
}
.products-item span {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #020001;
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
  position: absolute;
  top: 40px;
  left: 46px;
}
.products-item .hits {
  position: absolute !important;
  top: 37px !important;
  left: 46px !important;
}

@media (max-width: 1024px) {
  .products-item {
    width: 48%;
    padding: 0px;
    position: relative;
    margin-bottom: 32px;
  }
  .products-item .popular-products-cart {
    width: 100%;
    height: 330px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 32px;
  }
  .products-item span {
    font-family: "NeueMachina-Regular";
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #020001;
    background-color: #fff;
    padding: 10px;
    border-radius: 12px;
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .products-item .hits {
    position: absolute !important;
    top: 30px !important;
    left: 30px !important;
  }
  .products-item .popular-products-star {
    position: absolute;
    right: 30px;
    top: 30px;
    display: flex;
    background-color: #AE8625;
    padding: 6px;
    border-radius: 12px;
  }
  .products-item .popular-products-star {
    position: absolute;
  }
  .section-categories-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .products-item {
    width: 48%;
    padding: 0px;
    position: relative;
    margin-bottom: 32px;
  }
  .products-item .popular-products-cart {
    width: 100%;
    height: 330px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 32px;
  }
  .product-row {
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .products-item {
    width: 100%;
    padding: 0px;
    position: relative;
    margin-bottom: 32px;
  }
  .products-item .popular-products-cart {
    width: 100%;
    height: 330px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 32px;
  }
  .product-row {
    margin-bottom: 0px;
  }
}
.products-page-section {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 48px 30px;
}

.product-page-section-row {
  display: flex;
  align-items: center;
}

.product-page-section-item:nth-child(1) {
  width: 50% !important;
  padding-right: 64px;
  position: relative;
}
.product-page-section-item:nth-child(1) .slick-dots {
  text-align: center !important;
  max-width: 100%;
  bottom: -44px !important;
}
.product-page-section-item:nth-child(1) .slick-dots li {
  width: 24px !important;
  height: 4px !important;
  border-radius: 56px;
  background: #323232;
}
.product-page-section-item:nth-child(1) .slick-dots li.slick-active {
  width: 56px !important;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%);
  border-radius: 56px;
}
.product-page-section-item:nth-child(2) {
  display: block;
  width: 45% !important;
}

.product-page-slider-item img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

#product-page-slider-arrow-next {
  position: absolute;
  z-index: 10;
  top: 45%;
  right: 32px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 56px;
  border: 2px solid #020001;
  cursor: pointer;
}
#product-page-slider-arrow-next:hover {
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 1px solid #020001;
}
#product-page-slider-arrow-next:hover path {
  fill: #020001;
  font-weight: 900;
}

#product-page-slider-arrow-prev {
  position: absolute;
  z-index: 10;
  top: 45%;
  left: -32px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 56px;
  border: 2px solid #020001;
  cursor: pointer;
}
#product-page-slider-arrow-prev:hover {
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 1px solid #020001;
}
#product-page-slider-arrow-prev:hover path {
  fill: #020001;
  font-weight: 900;
}

.product-page-span-1 {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #020001;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 12px;
  margin-right: 24px;
}

.product-page-span-2 {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  background-color: #020001;
  padding: 10px;
  border-radius: 12px;
  border: solid 1px #fff;
}

.product-page-item-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  align-items: center;
}

.product-page-item-span {
  width: 45%;
}

.product-page-item-top-row {
  display: flex;
  width: 43%;
  justify-content: space-between;
}
.product-page-item-top-row p {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.product-page-star {
  background-color: #AE8625;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 0px 4px;
  height: 24px;
}
.product-page-star a {
  padding-right: 6px;
}
.product-page-star a:last-child {
  padding-right: 0px !important;
}

.product-page-section-item-article {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 24px;
}

.product-page-section-item-name {
  font-family: "NeueMachina-Regular";
  font-size: 40px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding-bottom: 32px;
}

.product-page-section-cost-1 {
  font-family: "NeueMachina-Regular";
  font-size: 40px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding-right: 24px;
}

.product-page-section-cost-2 {
  font-family: "NeueMachina-Regular";
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #B6B6B6 !important;
  text-decoration: line-through;
}

.product-page-section-item-cost {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-page-section-item-cost .agormleniye_kunopok {
  justify-content: flex-start !important;
  width: 100%;
  margin-top: 32px;
  margin-left: -20px;
}

.product-page-section-item-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
}

.product-page-buttons {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
  border: 3px solid transparent;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
  box-shadow: inset 0px 0px 0px 100vw #020001;
  border-radius: 60px;
  display: inline-block;
}
.product-page-buttons:hover {
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 3px solid #020001;
}
.product-page-buttons:hover p {
  color: #020001 !important;
  font-weight: 900;
}
.product-page-buttons p {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  padding: 16px 48px !important;
}

.product-page-buttons-2 {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
}
.product-page-buttons-2:hover {
  color: #ffffff !important;
}

.product-page-slider {
  width: 100%;
  display: inline-block !important;
}

.product-page-section-item p {
  color: white;
}

@media (max-width: 1200px) {
  .product-page-item-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
    align-items: center;
    flex-direction: column;
  }
  .product-page-item-span {
    width: 100%;
  }
  .product-page-item-top-row {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-top: 32px;
  }
  .product-page-item-top-row p {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding-right: 24px;
  }
  .product-page-section-item-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
  }
}
@media (max-width: 1110px) {
  .product-page-section-item-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 32px;
  }
  .product-page-section-item-buttons .product-page-buttons-2 {
    margin-top: 32px;
  }
}
@media (max-width: 1024px) {
  .product-page-section-item-buttons {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    align-items: flex-start;
  }
  .product-page-section-item-buttons .product-page-buttons {
    margin-top: 24px;
  }
}
@media (max-width: 900px) {
  .products-page-section {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 16px 48px 16px;
  }
  .product-page-section-row {
    display: flex;
    flex-direction: column;
  }
  .product-page-section-item:nth-child(1) {
    width: 100% !important;
    max-width: 600px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
    position: relative;
    margin-bottom: 60px;
  }
  .product-page-section-item:nth-child(1) .slick-dots {
    text-align: center !important;
    max-width: 100%;
    bottom: -44px !important;
  }
  .product-page-section-item:nth-child(1) .slick-dots li {
    width: 24px !important;
    height: 4px !important;
    border-radius: 56px;
    background: #323232;
  }
  .product-page-section-item:nth-child(1) .slick-dots li.slick-active {
    width: 56px !important;
    background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%);
    border-radius: 56px;
  }
  .product-page-section-item:nth-child(2) {
    display: block;
    width: 100% !important;
  }
  #product-page-slider-arrow-next {
    position: absolute;
    z-index: 10;
    top: 45%;
    right: -3px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 56px;
    border: 2px solid #020001;
    cursor: pointer;
  }
  #product-page-slider-arrow-next svg {
    width: 8px;
    height: 14px;
  }
  #product-page-slider-arrow-next:hover {
    box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
    border: 1px solid #020001;
  }
  #product-page-slider-arrow-next:hover path {
    fill: #020001;
    font-weight: 900;
  }
  #product-page-slider-arrow-prev {
    position: absolute;
    z-index: 10;
    top: 45%;
    left: -3px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 56px;
    border: 2px solid #020001;
    cursor: pointer;
  }
  #product-page-slider-arrow-prev svg {
    width: 8px;
    height: 14px;
  }
  #product-page-slider-arrow-prev:hover {
    box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
    border: 1px solid #020001;
  }
  #product-page-slider-arrow-prev:hover path {
    fill: #020001;
    font-weight: 900;
  }
  .product-page-item-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
    flex-direction: column;
  }
  .product-page-section-item-name {
    font-family: "NeueMachina-Regular";
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-bottom: 20px;
  }
  .product-page-section-cost-1 {
    font-family: "NeueMachina-Regular";
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 16px;
  }
  .product-page-section-cost-2 {
    font-family: "NeueMachina-Regular";
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #B6B6B6 !important;
    text-decoration: line-through;
    padding-right: 16px;
  }
  .product-page-section-item-cost {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .product-page-section-item-cost .agormleniye_kunopok {
    justify-content: flex-start !important;
    width: auto !important;
    margin-top: 0px;
    margin-left: 0px;
  }
  .product-page-section-item-cost .minusovka, .product-page-section-item-cost .plyusovka {
    height: 48px;
    width: 28px !important;
    padding: 0;
    margin: 6px 1px;
    border-radius: 8px;
    border: 1px solid #AE8625;
    background: transparent;
    cursor: pointer;
    font-family: "NeueMachina-Regular";
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .product-page-section-item-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 32px;
  }
  .product-page-section-item-buttons button {
    width: 100% !important;
  }
  .product-page-section-item-buttons .popular-products-button {
    width: 100% !important;
    max-width: 400px !important;
  }
}
.products-page-section-info {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 30px 48px 30px;
  position: relative;
}

.products-page-section-info-block-1 {
  padding-bottom: 80px;
}
.products-page-section-info-block-1 h2 {
  font-family: "NeueMachina-Regular";
  font-size: 40px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 16px;
}
.products-page-section-info-block-1 p {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.products-page-section-info-block-2 {
  margin-bottom: 58px;
}
.products-page-section-info-block-2 h2 {
  font-family: "NeueMachina-Regular";
  font-size: 40px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 32px;
}
.products-page-section-info-block-2 img {
  width: 100%;
  margin-bottom: 32px;
}

.products-page-section-info-block-2-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}

.roducts-page-section-info-block-2-item-p1 {
  font-family: "NeueMachina-Regular";
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.roducts-page-section-info-block-2-item-p2 {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: right;
  color: #ffffff;
}

.products-page-section-info-block-3-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  align-items: center;
}
.products-page-section-info-block-3-top h2 {
  font-family: "NeueMachina-Regular";
  font-size: 40px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.modal-link-3 {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
  border: 3px solid transparent;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
  box-shadow: inset 0px 0px 0px 100vw #020001;
  border-radius: 60px;
  display: inline-block;
}
.modal-link-3:hover {
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 3px solid #020001;
}
.modal-link-3:hover p {
  color: #020001 !important;
  font-weight: 900;
}
.modal-link-3 p {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  padding: 24px 48px !important;
}

@media (min-width: 768px) {
  .products-page-section-info details {
    display: none;
  }
}
@media (max-width: 768px) {
  .products-page-section-info-block-1, .products-page-section-info-block-2, .products-page-section-info-block-3 {
    display: none;
  }
  .products-page-section-info {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 16px 24px 16px;
  }
  .summary-title {
    font-family: "NeueMachina-Regular";
    font-size: 32px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    width: 90%;
  }
  .summary-text-1 {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding-top: 16px;
  }
  .products-page-section-info-block-2-mobile {
    margin-top: 24px;
  }
  .products-page-section-info-block-2-mobile .summary-block-2-text-1 {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding-bottom: 8px;
  }
  .products-page-section-info-block-2-mobile .summary-block-2-text-2 {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding-bottom: 16px;
  }
  .products-page-section-info-block-2-mobile img {
    width: 100%;
  }
  .modal-link-3 {
    margin-top: 40px;
    margin-bottom: 16px;
  }
  .reviews-section-reviews {
    padding-bottom: 20px !important;
  }
  .reviews-section-date {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
  }
  .reviews-section-item {
    width: 100%;
    border: 2px solid #5A5A5A;
    border-radius: 40px;
    padding: 16px !important;
    margin-top: 25px;
  }
  details {
    width: 100%;
    min-height: 5px;
    padding: 20px 0% 20px 0px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    transition: all 0.3s;
    background-color: #020001;
  }
  details img {
    transition: all 0.7s;
  }
  details + details {
    margin-top: 0px;
  }
  details[open] {
    background-color: #020001;
  }
  details[open] img {
    transform: rotate(-180deg);
    transition: all 0.7s;
  }
  summary {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  summary:focus {
    outline: none;
  }
  summary:focus::after {
    content: "";
    height: 80%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  details[open] .control-icon-close {
    display: initial;
    transition: 0.3s ease;
  }
  details[open] .control-icon-expand {
    display: none;
  }
  .accordion {
    background-color: white;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(11, 2, 3, 0.4);
  overflow: auto;
  z-index: 999;
  transition: 0.4s all;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  box-sizing: border-box;
}

.modal-overlay *,
.modal-overlay *:before,
.modal-overlay *:after {
  box-sizing: inherit;
}

.modal-overlay_visible {
  opacity: 1;
  visibility: visible;
}

.modal-table {
  display: table;
  width: 100%;
  height: 100%;
}

.modal-table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 30px 0px 30px;
  position: relative;
  top: 0px;
}

.modal {
  max-width: 1062px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: 0.4s all;
  transform: translate(0, 20%);
  background: #020001;
  border: 2px solid #323232;
  border-radius: 40px;
  cursor: auto;
}

.modal-item:nth-child(2) {
  width: 48%;
  padding: 32px;
  position: relative;
}
.modal-item:nth-child(2) h2 {
  font-family: "NeueMachina-Medium";
  font-size: 40px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding-bottom: 16px;
}
.modal-item:nth-child(2) .modal-item-cost {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 24px;
}
.modal-item:nth-child(2) input {
  border: 2px solid #323232;
  border-radius: 8px;
  background-color: #020001;
  height: 48px;
  width: 100%;
  margin-bottom: 16px;
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.modal-item:nth-child(3) {
  width: 48%;
}
.modal-item:nth-child(3) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 40px 40px 0px;
}

.modal-item-star-1 {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 6px;
  right: 15%;
}

.modal-item-star-2 {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 42px;
  right: 10%;
}

@media (max-width: 1024px) {
  .modal-item-star-1, .modal-item-star-2 {
    display: none;
  }
}
.modal-form-item p {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 12px;
}

.modal-form-row {
  display: flex;
  flex-direction: column;
}

.modal-form-item {
  width: 100%;
}

.modal-form-send {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
  display: flex;
  margin-top: 24px;
  border: 3px solid transparent;
  background: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%); /*Нужный градиент в качестве фона*/
  box-shadow: inset 0px 0px 0px 100vw #020001;
  border-radius: 60px;
  display: inline-block;
}
.modal-form-send p {
  background-image: linear-gradient(90.11deg, #AE8625 0.12%, #F7EF8A 34.95%, #D2AC47 68.22%, #EDC967 99.94%) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text;
  padding: 24px;
}
.modal-form-send:hover {
  box-shadow: inset 0px 33px 25px 0 #AE8625, inset 0 66px 15px 0px #F7EF8A, inset 0 99px 5px 0px #D2AC47, inset 0 99px 5px 0px #EDC967;
  border: 3px solid #020001;
}
.modal-form-send:hover p {
  color: #020001 !important;
  font-weight: 900;
}

.modal-overlay_visible .modal {
  transform: translate(0);
}

.modal__close {
  position: absolute;
  right: 0px;
  top: -16px;
  transition: 0.4s all;
  cursor: pointer;
  font-family: "ElMessiri-Regular";
  font-size: 24px;
  font-weight: 900;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  background-color: transparent;
}

.modal-overlay-1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(2, 0, 1, 0.9);
  overflow: auto;
  z-index: 999;
  transition: 0.4s all;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  box-sizing: border-box;
}

.modal-overlay-1 *,
.modal-overlay-1 *:before,
.modal-overlay-1 *:after {
  box-sizing: inherit;
}

.modal-overlay_visible-1 {
  opacity: 1;
  visibility: visible;
}

.modal-table-1 {
  display: table;
  width: 100%;
  height: 100%;
}

.modal-table-cell-1 {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 30px 0px 30px;
  position: relative;
  top: 0px;
}

.modal-1 {
  max-width: 1062px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: 0.4s all;
  transform: translate(0, 20%);
  background: #020001;
  border: 2px solid #323232;
  border-radius: 40px;
  cursor: auto;
}

.modal-overlay_visible-1 .modal-1 {
  transform: translate(0);
}

.modal__close-1 {
  position: absolute;
  right: 0px;
  top: -48px;
  transition: 0.4s all;
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  background-color: transparent;
}

@media (max-width: 768px) {
  .modal-1 {
    display: flex;
    flex-direction: column;
  }
  .modal-item:nth-child(2) {
    width: 100%;
    padding: 24px;
    position: relative;
  }
  .modal-item:nth-child(2) h2 {
    font-family: "NeueMachina-Medium";
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-bottom: 16px;
  }
  .modal-item:nth-child(2) .modal-item-cost {
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    padding-bottom: 24px;
  }
  .modal-item:nth-child(2) input {
    border: 2px solid #323232;
    border-radius: 8px;
    background-color: #020001;
    height: 48px;
    width: 100%;
    margin-bottom: 16px;
    font-family: "NeueMachina-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
  }
  .modal-item:nth-child(3) {
    display: none;
  }
}
.ymaps-layers-pane {
  filter: invert(100%);
  -ms-filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  height: 500px;
}

.modal-overlay-2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(2, 0, 1, 0.9) !important;
  background: rgba(11, 2, 3, 0.4);
  overflow: auto;
  z-index: 999;
  transition: 0.4s all;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  box-sizing: border-box;
}

.modal-overlay-2 *,
.modal-overlay-2 *:before,
.modal-overlay-2 *:after {
  box-sizing: inherit;
}

.modal-overlay_visible-2 {
  opacity: 1;
  visibility: visible;
}

.modal-table-2 {
  display: table;
  width: 100%;
  height: 100%;
}

.modal-table-cell-2 {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 30px 0px 30px;
  position: relative;
  top: 0px;
}

.modal-2 {
  max-width: 1062px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: 0.4s all;
  transform: translate(0, 20%);
  background: #020001;
  border: 2px solid #323232;
  border-radius: 40px;
  cursor: auto;
  z-index: 99999;
}

.modal-overlay_visible-2 .modal-2 {
  transform: translate(0);
}

.modal__close-2 {
  position: absolute;
  right: 0px;
  top: -48px;
  transition: 0.4s all;
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  background-color: transparent;
}

.modal-item-img {
  padding: 32px;
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.modal-overlay-3 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(2, 0, 1, 0.9) !important;
  background: rgba(11, 2, 3, 0.4);
  overflow: auto;
  z-index: 999;
  transition: 0.4s all;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  box-sizing: border-box;
}

.modal-overlay-3 *,
.modal-overlay-3 *:before,
.modal-overlay-3 *:after {
  box-sizing: inherit;
}

.modal-overlay_visible-3 {
  opacity: 1;
  visibility: visible;
}

.modal-table-3 {
  display: table;
  width: 100%;
  height: 100%;
}

.modal-table-cell-3 {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 30px 0px 30px;
  position: relative;
  top: 0px;
}

.modal-3 {
  max-width: 1062px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: 0.4s all;
  transform: translate(0, 20%);
  background: #020001;
  border: 2px solid #323232;
  border-radius: 40px;
  cursor: auto;
  z-index: 99999;
}
.modal-3 textarea {
  font-family: "NeueMachina-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  background-color: transparent;
  border: 2px solid #323232;
  border-radius: 10px;
  width: 100%;
  height: 100px;
  resize: none;
  outline: none;
}

.modal-overlay_visible-3 .modal-3 {
  transform: translate(0);
}

.modal__close-3 {
  position: absolute;
  right: 0px;
  top: -48px;
  transition: 0.4s all;
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  background-color: transparent;
}

.modal-item-img {
  padding: 32px;
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.li-title {
  color: white;
}

.list {
  color: white;
}

.sub-list {
  display: none !important;
}

.sub-list.open {
  display: block !important;
}

@media (min-width: 900px) {
  .list {
    display: none;
  }
}
.list-menu-item a {
  width: 80% !important;
  margin: 0 auto;
  display: flex !important;
  justify-content: space-between !important;
  font-family: "NeueMachina-Regular";
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  letter-spacing: 0em;
  text-align: left !important;
  color: #ffffff;
}

.sub-list li {
  margin: 0 auto;
}
.sub-list li a {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  letter-spacing: 0em;
  text-align: left !important;
}/*# sourceMappingURL=style.css.map */