@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1152px) {
  .container {
    max-width: 970px;
  }
}
@media (max-width: 992.98px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: none;
    padding: 0 10px;
  }
}

* {
  font-family: "Roboto";
}

h1, h2, h3 {
  font-family: "Philosopher";
}

.header__container {
  position: relative;
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 0;
  padding-right: 15px;
}
.header__body:after {
  content: "";
  background: url("../img/Vector.png") center no-repeat;
  position: absolute;
  width: 801px;
  height: 957px;
  z-index: 0;
  left: 75%;
  transform: rotate(20.99deg);
}
.header__logo {
  z-index: 999;
}
.header__menu {
  z-index: 10;
}
.header__menu ul {
  display: flex;
  align-items: center;
}
.header__menu ul li a {
  font-family: "Philosopher";
  font-weight: bold;
  font-size: 20px;
  opacity: 0.7;
  color: #000000;
}
.empty, .not_empty {
  font-family: "Philosopher";
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 120%;
}
.not_empty .ms2_total_count{
  color: #DC780B;
  font-family: "Philosopher";
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
}
.header__menu ul li a:hover,.empty:hover, .not_empty:hover {
  color: #DC780B;
}
.header__menu ul li:not(:last-child) {
  margin-right: 30px;
}
.header__menu ul li:last-child a {
  display: flex;
  align-items: center;
}
.header__menu ul li:last-child a img {
  margin-left: 15px;
}

.main {
  margin-bottom: 120px;
}
.main__body {
  display: flex;
}
.main__text {
  margin-right: 30px;
}
.main__title {
  font-weight: 700;
  font-size: 48.83px;
  line-height: 55px;
  color: #150C01;
  margin: 60px 0 16px;
}
.main__desc {
  font-size: 16px;
  line-height: 24px;
  color: #150C01;
  opacity: 0.7;
  max-width: 480px;
}

.advantage {
  margin-bottom: 120px;
}
.advantage__title {
  font-weight: 700;
  font-size: 31.25px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 55px;
}
.advantage__body {
  display: flex;
  padding: 0 30px;
}
.advantage__column:not(:last-child) {
  margin-right: 90px;
}
.advantage__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.advantage__item img {
  height: 60px;
  margin-bottom: 20px;
}
.advantage__label {
  font-weight: 700;
  font-size: 25px;
  line-height: 24px;
  margin-bottom: 15px;
}
.advantage__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #150C01;
  opacity: 0.7;
}

.info {
  margin-bottom: 120px;
  position: relative;
}
.info__body {
  display: flex;
  align-items: center;
}
.info__body img {
  border-radius: 35px;
  width: 555px;
  height: 500px;
  margin-right: 74px;
  z-index: 10;
}
.info__body::before {
  content: "";
  background: url("../img/Vector.png") center no-repeat;
  position: absolute;
  width: 957px;
  height: 957px;
  z-index: -1;
  left: -550px;
  transform: rotate(-70deg) translateX(200px);
}
.info__title {
  font-weight: 700;
  font-size: 31.25px;
  line-height: 41px;
  color: #150C01;
  margin-bottom: 38px;
}
.info__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #150C01;
  opacity: 0.7;
}
.info__desc p:not(:last-child) {
  margin-bottom: 24px;
}

.products {
  padding: 45px 0 0;
}
.products__title {
  font-weight: 700;
  font-size: 31.25px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 15px;
}
.products__desc-wrap {
  display: flex;
  justify-content: center;
}
.products__desc {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #150C01;
  opacity: 0.7;
  max-width: 65%;
}
.products__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5px 0 30px;
}
.products__column {
  width: 360px;
  margin-top: 30px;
}
.products__btn-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}
.products__show-more {
  font-family: "Philosopher";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  padding: 15px 61px;
  color: #150C01;
  background: #FCF1E7;
  border: 1px solid rgba(21, 12, 1, 0.1);
  border-radius: 10px;
}
.products__show-more:hover {
  background: #DC780B;
  color: #fff;
}

.card {
  padding: 36px 25px 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.card .ms2_form{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card__desc{
  display: flex;
  flex-direction: column;
  width: 308px;
}
.card__text{
  flex: 1 1 72px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card img {
  height: 189px;
  width: 189px;
  margin-bottom: 20px;
}
.card__title{
  flex: 1 1 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card__title a {
  font-family: "Philosopher";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #150C01;
}
.card__title a:hover {
  color: #DC780B;
}
.card__text {
  font-size: 14px;
  line-height: 24px;
  color: #150C01;
  opacity: 0.7;
  margin: 16px 0 21px;
}
.card__price {
  display: flex;
  justify-content: space-between;
  padding-right: 13px;
}
.card__cost {
  font-family: "Philosopher";
  color: #150C01;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.card__amount {
  font-family: "Philosopher";
  color: #150C01;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.footer {
  background: #FBF2E7;
  padding: 63px 0 71px;
}
.footer__body {
  display: flex;
}
.footer__contacts {
  margin-right: 100px;
}
.footer__contacts img {
  width: 80px;
  margin-bottom: 20px;
}
.footer__address {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #150C01;
  opacity: 0.7;
}
.footer__phone {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #150C01;
  opacity: 0.7;
}
.footer__inst {
  margin-top: 20px;
  display: flex;
}
.footer__inst img {
  width: 32px;
  margin-right: 8px;
}
.footer__social-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #150C01;
  opacity: 0.7;
}
.footer__nav {
  display: flex;
}
.footer__heading {
  font-family: "Philosopher";
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #150C01;
  margin-bottom: 30px;
}
.footer__list {
  margin-right: 65px;
}
.footer__list-wrap {
  display: flex;
}
.footer__item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 185.19%;
  color: #150C01;
  opacity: 0.7;
}
.footer__item a:hover {
  text-decoration: underline;
  opacity: 1;
}

@media (max-width: 1155px) {
  h2 {
    font-size: 22px !important;
    line-height: 100%;
  }
  h3 {
    font-size: 18px !important;
    line-height: 100%;
  }
  .info__body img {
    width: 450px;
    height: 400px;
    margin-right: 50px;
  }
  .info__title {
    font-size: 22px;
    line-height: 100%;
  }
  .info__desc {
    font-size: 16px;
    line-height: 100%;
  }
  .products__body {
    justify-content: center;
    margin: 5px -15px 30px;
  }
  .products__column {
    padding: 0 15px;
  }
  .footer__contacts {
    margin-right: 50px;
  }
  .footer__list {
    margin-right: 40px;
  }
}
@media (max-width: 992px) {
  .info__body {
    flex-direction: column;
  }
  .info__body img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .info__body::before {
    content: "";
    width: 957px;
    height: 957px;
    left: -600px;
  }
  .info__text {
    max-width: 70%;
  }
  .products {
    padding: 0;
  }
  .advantage__title {
    margin-bottom: 40px;
  }
  .advantage__body {
    flex-direction: column;
    align-items: center;
  }
  .advantage__column {
    max-width: 60%;
  }
  .advantage__column:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .main, .advantage, .info, .products__btn-wrap {
    margin-bottom: 90px;
  }
  .header__logo img {
    width: 100px;
  }
  .header__body {
    padding-right: 0;
  }
  .header__menu li:not(:last-child) {
    margin-right: 20px;
  }
  .main__body {
    align-items: center;
  }
  .main__body img {
    height: 350px;
  }
  .main__title {
    font-size: 34px;
    line-height: 100%;
    margin: 0 0 20px;
  }
  .footer .footer__body {
    flex-direction: column-reverse;
  }
  .footer__contacts {
    margin-right: 0;
    margin-top: 40px;
  }
  .footer__list {
    margin-right: 40px;
  }
  .footer__about {
    margin-right: 0;
  }
}
@media (max-width: 810px) {
  .main__body {
    flex-direction: column-reverse;
  }
  .main__text {
    max-width: 70%;
    margin-top: 20px;
    margin-right: 0;
    text-align: center;
  }
  .main__desc {
    max-width: none;
  }
  .info__body::before {
    width: 957px;
    height: 957px;
    left: -850px;
  }
  .footer {
    padding: 40px;
  }
  .footer__nav {
    flex-direction: column;
  }
  .footer__column:last-child {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .main__text {
    max-width: 80%;
  }
  .info__text {
    max-width: 80%;
  }
  .products__desc {
    max-width: 80%;
  }
  .footer__list-wrap {
    flex-direction: column;
  }
  .footer__heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .main__title {
    font-size: 28px;
  }
  .main__text {
    max-width: 80%;
  }
  .info__body img {
    width: 90%;
    height: 90%;
  }
}
@media (max-width: 425px) {
  .products__show-more {
    padding: 9px 36px;
  }
  .footer {
    padding: 40px 10px;
  }
}
@media (max-width: 760px) {
  .header__menu {
    position: fixed;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: #fff;
    transition: all 0.3s ease 0s;
    overflow: auto;
  }
  .header__menu.active {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    transition: all 0.3s ease 0s;
  }
  .header__body {
    padding: 20px 10px;
  }
  .header__logo img {
    width: 50px;
  }
  .advantage__column {
    max-width: 60%;
  }
  .header__menu ul {
    flex-direction: column;
    margin: 0px 0px 30px 0px;
  }
  .header__menu ul:last-child {
    margin: 0px 0px 0px 0px;
  }
  .header__menu ul li a {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .empty, .not_empty, .not_empty .ms2_total_count {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .empty img, .not_empty img{
    height: 30px;
  }
  .header__burger {
    position: relative;
    z-index: 9999;
    margin: 0px 15px 0px 0px;
    width: 30px;
    display: grid;
    align-items: center;
    grid-template: repeat(3, 8px)/1fr;
  }
  .header__burger.active::before {
    margin-top: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .header__burger.active::after {
    margin-bottom: 15.5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .header__burger.active span {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
  .header__burger::before,
.header__burger::after {
    content: "";
    height: 2px;
    width: 30px;
    background-color: #21243D;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  .header__burger span {
    height: 2px;
    width: 30px;
    background-color: #21243D;
  }
  body.lock {
    overflow: hidden;
  }
  .header__menu ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .header__menu ul li:last-child {
    margin-top: 20px;
  }
}
@media (max-width: 450px) {
  .advantage__column {
    max-width: 80%;
  }
}
@media (min-width: 2066px) {
  .header__body:after {
    left: 95%;
  }
}
.contacts {
  margin: 120px 0 250px;
}
.contacts__body {
  display: flex;
}
.contacts__body::before {
  content: "";
  background: url("../img/Vector.png") center no-repeat;
  position: absolute;
  width: 957px;
  height: 957px;
  left: -550px;
  transform: rotate(-70deg) translateX(200px);
}
.contacts__img {
  width: 555px;
  height: 500px;
  margin-right: 75px;
  border-radius: 35px;
}
.contacts__text {
  margin-top: 30px;
}
.contacts__title {
  font-weight: 700;
  font-size: 31.25px;
  line-height: 35px;
  color: #150C01;
  margin-bottom: 75px;
}
.contacts__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #150C01;
  opacity: 0.7;
}
.contacts__desc > p {
  margin-bottom: 1em;
}
.contacts__address {
  margin-bottom: 1em;
}
.contacts__social-label{
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #150C01;
}

@media (max-width: 1157px) {
  .contacts__img {
    margin-right: 40px;
  }
  .contacts__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1070px) {
  .contacts__body {
    justify-content: center;
  }
  .contacts__body::before {
    width: 957px;
    height: 957px;
    top: 20%;
    left: -800px;
  }
  .contacts__img {
    width: 355px;
    height: 300px;
  }
  .contacts__title {
    margin-bottom: 20px;
  }
  .contacts__text {
    margin-top: 0;
  }
  .contacts__desc > p {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 768px) {
  .contacts {
    margin: 70px 0 70px;
  }
  .contacts__body {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
  .contacts__body::before {
    display: none;
  }
  .contacts__img {
    margin-bottom: 40px;
    margin-right: 0;
    height: 80%;
    width: 80%;
  }
}
.about {
  margin: 120px 0 250px;
}
.about__row {
  display: flex;
}
.about__row:first-child::before {
  content: "";
  background: url("../img/Vector.png") center no-repeat;
  position: absolute;
  width: 957px;
  height: 957px;
  left: -550px;
  transform: rotate(-70deg);
}
.about__row:not(:last-child) {
  align-items: center;
}
.about__row:last-child .about__title {
  margin-top: 30px;
}
.about__row img {
  border-radius: 35px;
  width: 555px;
  height: 500px;
  margin-right: 74px;
  z-index: 10;
}
.about__row:not(:last-child) {
  margin-bottom: 140px;
}
.about__title {
  font-weight: 700;
  font-size: 31.25px;
  line-height: 41px;
  color: #150C01;
  margin-bottom: 38px;
}
.about__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #150C01;
  opacity: 0.7;
}
.about__desc p:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 1180px) {
  .about__row img {
    width: 80%;
    height: 80%;
    margin-right: 40px;
  }
}
@media (max-width: 1155px) {
  .about__row img {
    width: 80%;
    height: 80%;
    margin-right: 40px;
  }
  .about__title {
    margin-bottom: 20px;
  }
  .about__desc p:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media (max-width: 1010px) {
  .about__row img {
    width: 40%;
    height: 40%;
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .about__row {
    display: flex;
    align-items: center;
  }
  .about__row:first-child::before {
    left: -650px;
    transform: rotate(-70deg);
  }
  .about {
    margin: 40px 0 60px;
  }
  .about__row:not(:last-child) {
    margin-bottom: 50px;
  }
  .about__row {
    flex-direction: column;
    padding: 0 20px;
  }
  .about__row img {
    width: 80%;
    height: 80%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 865px) {
  .about__row {
    display: flex;
  }
  .about__row:first-child::before {
    left: -850px;
  }
}
.menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 34px 19px 34px 31px;
  width: 360px;
  margin-right: 30px;
}
.menu > li {
  margin-bottom: 30px;
}
.menu li:has(ul) {
  margin-bottom: 1.4em;
}
.menu li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #150C01;
  opacity: 0.7;
  margin-bottom: 1em;
}
.menu li a:hover {
  text-decoration: underline;
  opacity: 1mdl;
}
.menu ul li a {
  margin-left: 15px;
  color: #150C01;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #150C01;
  opacity: 0.7;
  position: relative;
}
.menu ul li a::before {
  content: "";
  position: absolute;
  opacity: 0.7;
  top: 5.5px;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #150C01;
}
.menu::before {
  content: "";
  background: url("../img/Vector.png") center no-repeat;
  position: absolute;
  width: 957px;
  height: 957px;
  top: 140%;
  left: -600px;
  transform: rotate(-70deg);
}

.catalog-menu-icon {
  display: none;
}

.catalog {
  margin: 70px 0 100px;
}
.catalog__wrap {
  display: flex;
  align-items: flex-start;
}
.catalog__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 750px;
}
@media (max-width:640px){
  .catalog__body{
    width: auto;
  }
}
.catalog__item {
  width: 360px;
  margin-bottom: 30px;
}

@media (max-width: 1150px) {
  .menu {
    width: 300px;
    margin-right: 10px;
  }
  .catalog__body {
    justify-content: flex-start;
  }
  .catalog__item {
    width: 300px;
    margin: 0 10px 20px;
  }
  .card__desc{
    width: 250px;
  }
}
@media (max-width: 992px) {
  .catalog__container {
    max-width: none;
  }
}
@media (max-width: 950px) {
  .catalog__container {
    max-width: 750px;
  }
  .catalog__wrap {
    flex-direction: column;
    align-items: center;
  }
  .catalog__body {
    justify-content: center;
  }
  .catalog__menu {
    margin-bottom: 20px;
  }
  .menu {
    margin-right: 0;
    width: 100vw;
  }
  .catalog__menu {
    display: none;
  }
  .catalog-menu-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100vw;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: none;
    padding: 0 10px;
  }
  .menu::before {
    display: none;
  }
}
#accordeon {
  width: 350px;
  border: 10px solid #fff;
  box-shadow: 0 0 10px grey;
  margin: 10px;
}

.acc-head {
  padding: 5px 10px;
  background: #c0c0c0;
  cursor: pointer;
}

.acc-body {
  padding: 10px;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 5px;
  display: none;
}

.breadcrumb {
  padding: 0 0.5rem;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ul a {
  font-size: 14px;
  line-height: 24px;
  color: #150C01;
  opacity: 0.7;
}
.breadcrumb ul a:hover {
  text-decoration: underline;
  opacity: 1;
}
.breadcrumb ul span {
  font-size: 14px;
  line-height: 24px;
  color: #150C01;
  opacity: 0.7;
  font-weight: 700;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25rem;
  content: "-";
}

.product-card {
  margin-top: 50px;
}
.product-card__wrap {
  margin-left: 30px;
}
<!--.product-card img {
  width: 284px;
}-->
.sp-thumbnails .sp-image{
width:80px !important;
}
.product-card__title {
  margin: 36px 0 21px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #150C01;
}
.product-card__desc {
  max-width: 700px;
  font-size: 14px;
  line-height: 24px;
  color: #150C01;
  opacity: 0.7;
}
.product-card__desc p:not(:last-child) {
  margin-bottom: 1em;
}
.product-card__hr {
  margin: 25px 0;
  border: 1px solid #DADADA;
}
.product-card__amount {
  font-family: "Philosopher";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #150C01;
  margin-bottom: 40px;
}
.product-card__buy {
  display: flex;
  align-items: center;
}
.product-card__buy span {
  font-family: "Philosopher";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #150C01;
}
.product-card__buy input {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #150C01;
  width: 55px;
  height: 40px;
  margin: 0 9px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 9px;
  text-align:center;
}
.product-card__buy input[type="number"]::-webkit-inner-spin-button, .product-card__buy input[type="number"]::-webkit-outer-spin-button,
.cart__amount_wrap input[type="number"]::-webkit-inner-spin-button, .cart__amount_wrap input[type="number"]::-webkit-outer-spin-button{
  opacity: 1; 
}
.product-card__add-to-card {
  font-family: "Philosopher";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  color: #150C01;
  background: #FCF1E7;
  border: 1px solid rgba(21, 12, 1, 0.1);
  border-radius: 10px;
}

@media (max-width: 950px) {
  .product-card__wrap {
    margin-left: 0;
  }
}
@media (max-width: 460px) {
  .product-card__buy {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-card__buy input {
    margin-bottom: 10px;
  }
}
.cart {
  margin-bottom: 120px;
}
.cart__body {
  margin-top: 105px;
  margin-right: 100px;
  position: relative;
  z-index: 1;
}
.cart__row {
  margin-bottom: 21px;
}
.cart__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart__product-info {
  display: flex;
  align-items: center;
}
.cart__product-info img {
  width: 81px;
  margin-right: 12px;
}
.cart__product-name a {
  font-family: "Philosopher";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #150C01;
}
.cart__product-name a:hover {
  color: #DC780B;
}
.cart__product-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto !important;
}
.cart__product-count label {
  display: flex;
  align-items: center;
}
.cart__product-count span {
  font-size: 20px;
  line-height: 24px;
  font-family: "Philosopher";
  color: #150C01;
}
.cart .cart__amount_wrap {
  display: flex;
  align-items: center;
  margin: 0 20px 0 9px;
}
.cart .cart__amount_wrap input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-family: "Philosopher";
  font-size: 20px;
  line-height: 24px;
  color: #150C01;
  padding: 9px;
  text-align: center;
  width: 55px;
  height: 40px;
  margin: 0 5px;
}
.cart .cart__amount_wrap span {
  font-weight: 700;
  font-size: 20px;
}
.cart .cart__amount_wrap span:hover {
  cursor: pointer;
  color: #DC780B;
  font-weight: 900;
}
.cart__product-cost {
  font-size: 20px;
  line-height: 24px;
  font-family: "Philosopher";
  color: #150C01;
}
.cart__hr {
  border: 1px solid #DADADA;
  transform: rotate(-0.17deg);
}
.cart__sum-wrap {
  text-align: right;
  margin: 37px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-family: "Philosopher";
  color: #150C01;
}
.cart__sum-wrap span {
  font-size: 20px;
  line-height: 24px;
  font-family: "Philosopher";
  color: #150C01;
}
.cart__input-wrap {
  display: flex;
}
.cart__checkout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
}
.cart__checkout input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-family: "Philosopher";
  font-size: 20px;
  line-height: 24px;
  color: #150C01;
  padding: 9px 22px;
  width: 225px;
  height: 40px;
  margin: 0 44px 0 9px;
}
.cart__checkout span {
  font-size: 20px;
  line-height: 24px;
  font-family: "Philosopher";
  color: #150C01;
}
.cart__btn {
  background: #FCF1E7;
  border: 1px solid rgba(21, 12, 1, 0.1);
  border-radius: 10px;
  font-family: "Philosopher";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #150C01;
}
.cart__info {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #150C01;
  opacity: 0.7;
  max-width: 514px;
  margin-top: 30px;
}
.cart__alert{
  font-weight: 700;
  font-size: 31.25px;
  line-height: 35px;
  text-align: center;
  margin: 40px 0 55px;
}

@media (max-width: 1155px) {
  .cart__body {
    margin-right: 50px;
  }
  .cart__checkout input {
    width: 200px;
    margin: 0 20px 0 9px;
  }
}
@media (max-width: 992px) {
  .cart__body {
    margin-right: 0px;
  }
  .cart__item {
    flex-direction: column;
  }
  .cart__product-info {
    flex-direction: column;
  }
  .cart__product-info img {
    margin-right: 0;
    margin-bottom: 5px;
    width: 100px;
  }
  .cart__product-count {
    margin-top: 10px;
  }
  .cart__checkout {
    flex-direction: column;
    justify-content: center;
  }
  .cart__input-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 730px) {
  .cart__input-wrap {
    flex-direction: column;
  }
  .cart__input-wrap label {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cart__input-wrap label:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .cart__product-count {
    flex-direction: column;
  }
  .cart__product-count input {
    margin-right: 0;
  }
  .cart__product-name {
    text-align: center;
  }
}
@media (max-width: 340px) {
  .header__item a {
    font-size: 24px;
  }
}
@media (max-width: 405px) {
  .cart__sum-wrap {
    text-align: center;
  }
  .cart__input-wrap label {
    flex-direction: column;
  }
  .cart__input-wrap label input {
    margin: 10px 0;
  }
}

.thanks__title {
  text-align:center;
  font-weight: 700;
  font-size: 48.83px;
  line-height: 55px;
  color: #150C01;
  margin: 40px 0 20px;
}
.thanks__desc {
  text-align:center;
  font-size: 16px;
  line-height: 24px;
  color: #150C01;
  opacity: 0.7;
  margin-bottom: 30px;
}
.thanks__btn-wrap {
  display: flex;
  justify-content: center;
}
.thanks-btn-primary {
  position:relative;
  z-index:2;
  font-family: "Philosopher";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 61px;
  color: #150C01;
  background: #FCF1E7;
  border: 1px solid rgba(21, 12, 1, 0.1);
  border-radius: 10px;
  margin-right: 20px;
}
.thanks-btn-secondary {
  position:relative;
  z-index:2;
  font-family: "Philosopher";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 35px;
  color: #fff;
  background:  #DC780B;
  border: 1px solid rgba(21, 12, 1, 0.1);
  border-radius: 10px;
}
@media (max-width:590px){
  .thanks__btn-wrap{
    flex-direction: column;
	align-items:center;
  }
  .thanks-btn-primary{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .thanks-btn-primary, .thanks-btn-secondary{
    max-width: 300px;
	padding: 15px 24px;
  }
}
@media (max-width:420px){
  .thanks__title{
    font-size: 34px;
  }
}

.footer__social-label p:hover:last-child, .contacts__social-label p:hover:last-child{
	text-decoration:underline;
}
.product-card__add-to-card:hover, .cart__btn:hover{
	color:#fff;
	background: #DC780B;
}