body {
  font-family: "Open Sans", sans-serif;
  color: #212529;
  font-weight: 400;
  font-size: 0.938vw;
}

body,
h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.container {
  width: 68.75vw;
  padding: 0 0.625vw;
  margin: 0 auto;
}

.content {
  margin-top: 0.938vw;
}
.content__info-card {
  display: flex;
  justify-content: space-between;
  gap: 1.5vw;
}
.content__gallery {
  width: 28.646vw;
}
.content__slide {
  width: 100%;
}
.content__slide img {
  width: 100%;
}
.content__navigation {
  display: flex;
}
.content__navigation-item {
  width: 3.125vw;
  height: 3.125vw;
}
.content__info {
  display: flex;
  flex-direction: column;
  gap: 1.563vw;
  width: 55%;
}
.content__title {
  font-weight: 500;
  font-size: 1.667vw;
  color: #3C5056;
}
.content__order {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content__price {
  font-weight: 600;
  color: #007bff;
  font-size: 1.667vw;
}
.content__price-symbol {
  font-size: 1.25vw;
  font-weight: 300;
}
.content__form-order {
  display: flex;
  height: 3.125vw;
}
.content__form-input {
  text-align: center;
  width: 3.125vw;
  padding: 0;
}
.content__form-btn {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.813vw;
  background: #0f834d;
  font-size: 0.938vw;
  color: #fff;
  transition: 0.3s linear;
}
.content__form-btn:hover {
  background: #212529;
}
.content .btn {
  width: 13.021vw;
  font-size: 0.938vw;
  color: #212529;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  height: 2.084vw;
  padding: 0.521vw;
  border: 1px solid #212529;
  transition: 0.3s linear;
}
.content .btn:hover {
  background: #0f834d;
  color: #fff;
  border: 1px solid #0f834d;
}
.content__comments {
  font-weight: 500;
}
.content__caracteristic {
  display: flex;
  flex-direction: column;
  gap: 0.938vw;
}
.content__caracteristic-item {
  display: flex;
  padding-bottom: 0.521vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.content__caracteristic-name {
  width: 45%;
}
.content__caracteristic-value {
  font-weight: 600;
}
.content__tabs {
  display: flex;
  margin-top: 1.563vw;
}
.content__tabs-item {
  border-bottom: 2px solid #31AA4F;
  font-weight: 600;
  padding: 0.781vw;
  cursor: pointer;
  transition: 0.3s linear;
}
.content__tabs-item:hover {
  color: #fff;
  background: #31AA4F;
}
.content__tabs-content {
  margin-top: 1.563vw;
  margin-bottom: 1.563vw;
}
.content__other-info--title {
  display: flex;
  flex-direction: column;
  gap: 0.938vw;
}
.content__other-info--title h3 {
  font-weight: 400;
  font-size: 1.458vw;
  text-align: center;
  margin-bottom: 0.521vw;
}
.content__other-info--title h3 span {
  position: relative;
}
.content__other-info--title h3 span::before {
  content: "";
  width: 50%;
  height: 1px;
  background: #0f834d;
  position: absolute;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -0.521vw;
}
.content__other-info--table {
  margin-top: 1.823vw;
}
.content__other-info--table-content {
  margin-top: 1.563vw;
}
.content__other-info--table-title {
  font-weight: 400;
  font-size: 1.458vw;
  text-align: center;
  padding-bottom: 0.521vw;
}
.content__other-info--table-title span {
  position: relative;
}
.content__other-info--table-title span::before {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.521vw;
  margin: 0 auto;
  background: #0f834d;
}
.content__other-info--table-item {
  display: flex;
  justify-content: space-between;
  gap: 0.521vw;
  position: relative;
}
.content__other-info--table-item::after {
  content: "";
  display: block;
  overflow: hidden;
  height: 1em;
  width: 100%;
  border-bottom: 1px dotted #212529;
  position: absolute;
  top: 25%;
  z-index: -1;
}
.content__other-info--item-value, .content__other-info--item-name {
  padding: 0.938vw;
  background: #fff;
}
.content__other-info--item-value {
  font-weight: 600;
  text-align: end;
}

.footer {
  padding: 0.781vw 0;
  background: #212529;
  color: #fff;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.042vw;
}
.footer .logo {
  width: 7.813vw;
  display: block;
  transition: 0.3s linear;
}
.footer .logo img {
  width: 100%;
}
.footer .logo:hover {
  transform: scale(1.1);
}
.footer__list {
  display: flex;
  align-items: center;
  gap: 0.521vw;
  list-style: none;
  padding-left: 0;
}
.footer__link {
  font-size: 0.729vw;
  color: #fff;
  text-decoration: none;
  transition: 0.3s linear;
}
.footer__link:hover {
  color: #0f834d;
}
.footer__title {
  font-size: 1.042vw;
}
.footer__socials, .footer__contacts {
  display: flex;
  flex-direction: column;
}
.footer__socials-wrapper, .footer__contacts-wrapper {
  margin-top: 0.781vw;
}
.footer__socials-wrapper, .footer__contacts-wrapper {
  display: flex;
  gap: 0.781vw;
}
.footer__socials-item {
  width: 2.6049vw;
  height: 2.6049vw;
  opacity: 0.5;
  transition: 0.3s linear;
}
.footer__socials-item:hover {
  opacity: 1;
}
.footer__socials-item img {
  width: 100%;
}
.footer__contacts-wrapper {
  flex-direction: column;
}
.footer__contacts-value {
  font-size: 0.729vw;
  color: #fff;
  text-decoration: none;
  transition: 0.3s linear;
}
.footer__contacts-value:hover {
  color: #31AA4F;
}

@media (max-width: 768px) {
  body {
    font-size: 2.5vw;
  }
  .content__info {
    gap: 2.874vw;
  }
  .content__info-card {
    flex-direction: column;
    gap: 6.25vw;
  }
  .content__gallery, .content__info {
    width: 100%;
  }
  .content__navigation-item {
    width: 10.938vw;
    height: 10.938vw;
  }
  .content__title {
    font-size: 4.375vw;
  }
  .content__price {
    font-size: 3.75vw;
  }
  .content__price-symbol {
    font-size: 3.125vw;
  }
  .content__form-order {
    height: 5.21vw;
  }
  .content__form-input {
    width: 4.688vw;
    font-size: 1.563vw;
  }
  .content__form-btn {
    width: 15.625vw;
    font-size: 1.563vw;
  }
  .content__caracteristic {
    margin-bottom: 2.874vw;
  }
  .content__tabs-content {
    margin-top: 2.874vw;
    margin-bottom: 2.874vw;
  }
  .content__other-info--title {
    gap: 2vw;
  }
  .content__other-info h3, .content__other-info h4 {
    font-size: 3vw;
    margin-bottom: 3.125vw;
  }
  .content__other-info h3 span:before, .content__other-info h4 span:before {
    bottom: -2vw;
  }
  .content .btn {
    font-size: 1.563vw;
    width: 17.188vw;
    height: 3.907vw;
  }
  .footer {
    padding: 6.25vw 0;
  }
  .footer__wrapper {
    flex-direction: column;
    justify-content: center;
    gap: 4vw;
  }
  .footer .logo {
    width: 19.531vw;
  }
  .footer__list {
    gap: 3.125vw;
  }
  .footer__link {
    font-size: 2.344vw;
  }
  .footer__title {
    font-size: 3.255vw;
  }
  .footer__socials-wrapper {
    justify-content: center;
    gap: 4.688vw;
    margin-top: 4.688vw;
  }
  .footer__socials-item {
    width: 6.51vw;
    height: 6.51vw;
  }
  .footer__contacts {
    text-align: center;
  }
  .footer__contacts-item, .footer__contacts-value {
    font-size: 2.344vw;
  }
}
@media (max-width: 480px) {
  .footer .logo {
    width: 25vw;
  }
  .footer__title {
    font-size: 4.688vw;
  }
  .footer__contacts {
    text-align: center;
  }
  .footer__contacts-item, .footer__contacts-value {
    font-size: 3.75vw;
  }
}
