.prod_top_block-img500 {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  border-radius: 0px 0px 40px 40px;
  display: none;
}
@media (max-width: 500px) {
  .prod_top_block-img500 {
    display: flex;
  }
}

.prod_info {
  width: 100%;
  position: relative;
}
.prod_info-cont {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1399px) {
  .prod_info-cont {
    padding: 0 80px;
  }
}
@media (max-width: 1249px) {
  .prod_info-cont {
    padding: 0 40px;
  }
}
@media (max-width: 999px) {
  .prod_info-cont {
    padding: 0 30px;
    gap: 36px;
  }
}
@media (max-width: 759px) {
  .prod_info-cont {
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  .prod_info-cont {
    padding: 0 16px;
  }
}

.major {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 999px) {
  .major {
    flex-direction: column;
  }
}
.major-foto {
  position: relative;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background-color: #fff;
}
@media (max-width: 999px) {
  .major-foto {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 759px) {
  .major-foto {
    width: 100%;
  }
}
.major-foto-img {
  width: 100%;
  border-radius: 24px;
}
.major-info {
  width: calc(60% - 24px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
}
@media (max-width: 999px) {
  .major-info {
    width: 100%;
  }
}
@media (max-width: 759px) {
  .major-info {
    gap: 20px;
  }
}

.major-info-title {
  width: 100%;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  color: #F55917;
  text-transform: none;
}

@media (max-width: 1399px) {
  .major-info-title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 1249px) {
  .major-info-title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 999px) {
  .major-info-title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 759px) {
  .major-info-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .major-info-title {
    font-size: 20px;
    line-height: 27px;
  }
}
.major-info-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
@media (max-width: 759px) {
  .major-info-block {
    gap: 5px;
  }
}
.major-info-block span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #212121;
}

.major-info-block span a {
  color:#F55917;
}

@media (max-width: 999px) {
  .major-info-block span {
    line-height: 120%;
  }
}
@media (max-width: 759px) {
  .major-info-block span {
    font-size: 14px;
  }
}
.major-info_block {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 759px) {
  .major-info_block {
    width: 100%;
  }
}
.major-info_block span {
  width: calc(50% - 4px);
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: #FFFFFF;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #212121;
}
.major-info__block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
@media (max-width: 759px) {
  .major-info__block {
    width: 100%;
  }
}
.major-info__block-left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 6px;
  background: #FFFFFF;
  border-radius: 8px;
}
@media (max-width: 759px) {
  .major-info__block-left {
    width: calc(50% - 4px);
    justify-content: space-between;
  }
}

#input-quantity {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #212121;
  font-family: "Manrope", sans-serif;
  border:none;
  width: 28px;
  text-align:center;
}

.major-info__block-left-svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.major-info__block-left_svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
}

.prod_top_block_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #1C3F67;
  left: 0px;
  top: 0px;
  border-radius: 0px 0px 64px 64px;
}

.cat_top-block * {
  color:#1C3F67;
}

@media (max-width: 999px) {
  .prod_top_block_bg {
    border-radius: 0px 0px 40px 40px;    
  }
}

.major-info__block-left_svg:hover path, .major-info__block-left-svg:hover path {
  fill: #F55917;
  transition: 0.5s;
}
.major-info__block-left_svg path {
  transition: 0.5s;
}
.major-info__block-price {
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  color: #212121;
}
.major-info-btn {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 759px) {
  .major-info-btn {
    width: 100%;
  }
}
.major-info_btn {
  width: calc(85% - 24px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 36px;
  gap: 12px;
  background: #F55917;
  border-radius: 16px;
  transition: 0.5s;
  cursor:pointer;
}
.major-info_btn:hover {
  background: #E15418;
  transition: 0.5s;
}
@media (max-width: 759px) {
  .major-info_btn {
    padding: 14px 36px;
    border-radius: 12px;
  }
}
.major-info_btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media (max-width: 759px) {
  .major-info_btn svg {
    width: 20px;
    height: 20px;
  }
}
.major-info_btn span {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #F6EFE8;
}


@media (max-width: 759px) {
  .major-info_btn span {
    font-size: 14px;
  }
}
.major-info_btn-heart {
  width: 15%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 36px;
  background: #F55917;
  border-radius: 16px;
  transition: 0.5s;
  cursor: pointer;
}
.major-info_btn-heart:hover {
  background: #E15418;
  transition: 0.5s;
}
@media (max-width: 759px) {
  .major-info_btn-heart {
    padding: 14px 36px;
    border-radius: 12px;
  }
}
.major-info_btn-heart svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media (max-width: 759px) {
  .major-info_btn-heart svg {
    width: 20px;
    height: 20px;
  }
}

.carusel-btn-prev3 {
  position: absolute;
  z-index: 300;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 1399px) {
  .carusel-btn-prev3 {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1249px) {
  .carusel-btn-prev3 {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 759px) {
  .carusel-btn-prev3 {
    width: 40px;
    height: 40px;
    left: 15px;
  }
}
.carusel-btn-prev3[aria-disabled=true] path {
  fill-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-prev3[aria-disabled=true] rect {
  stroke-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-prev3[aria-disabled=true] {
  fill-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-prev3:hover path {
  fill: #FFF;
  transition: 0.5s;
}
.carusel-btn-prev3:hover {
  fill: #1C3F67;
  transition: 0.2s;
}
.carusel-btn-prev3 path {
  transition: 0.5s;
}
.carusel-btn-prev3 rect {
  transition: 0.5s;
}

.carusel-btn-next3 {
  z-index: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 1399px) {
  .carusel-btn-next3 {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1249px) {
  .carusel-btn-next3 {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 759px) {
  .carusel-btn-next3 {
    width: 40px;
    height: 40px;
    right: 15px;
  }
}
.carusel-btn-next3[aria-disabled=true] path {
  fill-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-next3[aria-disabled=true] rect {
  stroke-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-next3[aria-disabled=true] {
  fill-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-next3:hover path {
  fill: #FFF;
  transition: 0.5s;
}
.carusel-btn-next3:hover {
  fill: #1C3F67;
  transition: 0.2s;
}
.carusel-btn-next3 path {
  transition: 0.5s;
}
.carusel-btn-next3 rect {
  transition: 0.5s;
}

.descr {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 759px) {
  .descr {
    gap: 16px;
  }
}

.descr img {
  height:auto;
}

.descr article {
  border-top: 1px solid #F55917;
  width: 100%;
}
.descr p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #212121;
  width: 100%;
}

.descr div {
  width:100%;
}

.descr blockquote {
  border-left: 3px solid #E55025; 
  padding-left: 10px; 
}

@media (max-width: 759px) {
  .descr p {
    font-size: 14px;
  }
}
.descr ul {
  display: flex;
  flex-direction: column;
}
.descr ul p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #212121;
}
@media (max-width: 759px) {
  .descr ul p {
    font-size: 14px;
  }
}
.descr ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #212121;
  margin-left: 40px;
}
@media (max-width: 759px) {
  .descr ul li {
    font-size: 14px;
  }
}

.descr strong, .descr strong * {
  font-weight: 700;
}


.reviews {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: flex-start;
  justify-content: flex-start;
}
.reviews-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  color: #212121;
}
@media (max-width: 1399px) {
  .reviews-title {
    font-size: 30px;
  }
}
@media (max-width: 1249px) {
  .reviews-title {
    font-size: 28px;
  }
}
@media (max-width: 999px) {
  .reviews-title {
    font-size: 26px;
  }
}
@media (max-width: 759px) {
  .reviews-title {
    font-size: 24px;
  }
}
.reviews article {
  border-top: 1px solid #F55917;
  width: 100%;
}
.reviews-enter {
  width: 70%;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 999px) {
  .reviews-enter {
    width: 100%;
  }
}
@media (max-width: 759px) {
  .reviews-enter {
    flex-direction: column;
    gap: 24px;
  }
}
.reviews-enter-left {
  width: calc(40% - 40px);
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #212121;
}
@media (max-width: 999px) {
  .reviews-enter-left {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 759px) {
  .reviews-enter-left {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .reviews-enter-left {
    font-size: 16px;
    line-height: 22px;
  }
}
.reviews-enter-right {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  
}
@media (max-width: 759px) {
  .reviews-enter-right {
    width: 100%;
  }
}

.review__danger {
  color: #f00;
  margin-bottom: 10px;
}

.review__success {
  font-weight:700;
  margin-bottom: 10px;
}

#form-review {
  width:100%;
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 759px) {
  #form-review {
    gap: 16px;
  }
}


.reviews-enter_right {
  gap: 5px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.reviews-enter_right-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #212121;
}
@media (max-width: 759px) {
  .reviews-enter_right-title {
    font-size: 14px;
  }
}
.reviews-enter_right_title {
  color: #F55917;
}
.reviews-enter_right-input {
  width: 100%;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 24px;
  background: #FFFFFF;
  border-radius: 12px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5F5F5F;
}
@media (max-width: 759px) {
  .reviews-enter_right-input {
    font-size: 14px;
    padding: 14px 20px;
  }
}
.reviews-enter_right-input::placeholder {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5F5F5F;
}
@media (max-width: 759px) {
  .reviews-enter_right-input::placeholder {
    font-size: 14px;
  }
}
.reviews-enter_right-textarea {
  resize: none;
  height: 90px;
  width: 100%;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 24px;
  background: #FFFFFF;
  border-radius: 12px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5F5F5F;
}
@media (max-width: 759px) {
  .reviews-enter_right-textarea {
    font-size: 14px;
  }
}
.reviews-enter_right-textarea::placeholder {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5F5F5F;
}
@media (max-width: 759px) {
  .reviews-enter_right-textarea::placeholder {
    font-size: 14px;
  }
}

#form-review {
  width:100%;
}

.reviews-enter-btn {
  cursor: pointer;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 36px;
  background: #F55917;
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #F6EFE8;
  transition: 0.5s;
  border:none;
}
.reviews-enter-btn:hover {
  background: #E15418;
  transition: 0.5s;
}
@media (max-width: 999px) {
  .reviews-enter-btn {
    padding: 14px 36px;
    font-size: 14px;
  }
}
@media (max-width: 759px) {
  .reviews-enter-btn {
    width: 100%;
  }
}
.reviews-cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 759px) {
  .reviews-cont {
    gap: 24px;
  }
}

.reviews__block {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

@media (max-width: 759px) {
  .reviews__block {
    gap: 24px;
  }
}


.reviews__cont {
  border-top: 1px solid #CCCCCC;
  width: 100%;
}
.reviews_cont {
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 759px) {
  .reviews_cont {
    flex-direction: column;
    gap: 10px;
  }
}
.reviews_cont-left {
  width: calc(25% - 40px);
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 999px) {
  .reviews_cont-left {
    width: calc(30% - 40px);
  }
}
@media (max-width: 759px) {
  .reviews_cont-left {
    width: 100%;
  }
}
.reviews_cont-left-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #212121;
}
@media (max-width: 759px) {
  .reviews_cont-left-name {
    font-size: 14px;
  }
}
.reviews_cont-left-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #7D7D7D;
}
@media (max-width: 759px) {
  .reviews_cont-left-date {
    font-size: 14px;
  }
}
.reviews_cont-right {
  width: 75%;
  display: flex;
}
@media (max-width: 999px) {
  .reviews_cont-right {
    width: 70%;
  }
}
@media (max-width: 759px) {
  .reviews_cont-right {
    width: 100%;
  }
}
.reviews_cont-right-text {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #212121;
}
@media (max-width: 759px) {
  .reviews_cont-right-text {
    font-size: 14px;
  }
}


.relat_prod {
  padding: 0px 120px 150px 120px;
}

.reviews_prod {
  margin-bottom:150px;
}

@media (max-width: 1399px) {
  .relat_prod {
    padding: 0px 80px 150px 80px;
  }

  .reviews_prod {
    margin-bottom:150px;
  }
}

@media (max-width: 1249px) {
  .relat_prod {
    padding: 0px 40px 130px 40px;
  }

  .reviews_prod {
    margin-bottom:130px;
  }
}

@media (max-width: 999px) {
  .relat_prod {
    padding: 120px 30px 120px 30px;
  }
}

@media (max-width: 759px) {
  .relat_prod {
    padding: 0px 20px 100px 20px;
  }

  .reviews_prod {
    margin-bottom:100px;
  }
}

@media (max-width: 500px) {
  .relat_prod {
    padding: 0px 16px 100px 16px;
  }

  .reviews_prod {
    margin-bottom:100px;
  }
}

.spec_price_in {
  color: #7D7D7D;
  font-size: 25px;
  text-decoration: line-through;
  margin-left: 10px;
}

.major-info-toroad {
  margin-top: -20px;
  font-size: 14px;
  color: #6e6a6a;
}

@media (max-width: 999px) {
  .major-info-toroad {
    margin-top: -10px;
    font-size: 12px;
  }  
}