@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59FO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F.ttf) format('truetype');
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #4a3535;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #fcf5ee;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #4a3535;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #4a3535;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: "Manrope", sans-serif;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1352px;
  }
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.header {
  padding: 30px 0;
}
.header .container {
  position: relative;
}
.header .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .menu-button {
  width: 42px;
  background: url('../img/menu-button.svg') no-repeat center;
  display: none;
}
.header ul {
  margin-top: 5px;
}
.header ul li {
  display: inline-block;
  position: relative;
}
.header ul li:not(:last-child) {
  margin-right: 32px;
}
.header ul li:hover ul {
  display: block;
}
.header ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #932f35;
  line-height: 19px;
}
.header ul li ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  margin-top: 10px;
  white-space: nowrap;
  z-index: 5;
  background: #f4ece4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 24px;
  display: none;
}
.header ul li ul:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 10px;
}
.header ul li ul li {
  display: block;
}
.header ul li ul li:not(:last-child) {
  margin: 0 0 16px 0;
}
.header ul li ul li a {
  text-transform: none;
}
.header .user-block .social {
  display: inline-block;
  vertical-align: middle;
  padding-right: 35px;
}
.header .user-block .social a {
  display: inline-block;
  margin-right: 3px;
}
.header .user-block .links {
  display: inline-block;
  vertical-align: middle;
}
.header .user-block .links a {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}
.header .user-block .links a.search-link {
  background: url('../img/search-link.svg');
  margin-right: 10px;
}
.header .user-block .links a.cart-link {
  background: url('../img/cart-link.svg');
}
.header .user-block .links a span {
  position: absolute;
  bottom: 2px;
  right: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: #932f35;
  color: #fcf5ee;
  font-size: 9px;
}
.index-page-slider {
  padding-bottom: 100px;
}
.index-page-slider .list {
  position: relative;
}
.index-page-slider .list .item {
  background: #f4ece4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.index-page-slider .list .item .text {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 194px 60px 210px 60px;
}
.index-page-slider .list .item .text h3 {
  margin-bottom: 26px;
  font-size: 70px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
.index-page-slider .list .item .text p {
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
.index-page-slider .list .item .text button {
  width: 261px;
  height: 59px;
  background: #932f35;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fcf5ee;
  text-transform: uppercase;
}
.index-page-slider .list .item .text button span {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 9px;
  background: url('../img/arrow.svg');
  margin: -2px 0 0 6px;
}
.index-page-slider .list .item .image {
  width: 50%;
  position: relative;
}
.index-page-slider .list .item .image a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index-page-slider .list .slider-nav {
  position: absolute;
  width: 50%;
  bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px;
  z-index: 3;
}
.index-page-slider .list .slider-nav .prev {
  display: inline-block;
  width: 41px;
  height: 8px;
  background: url('../img/prev.svg');
  margin-top: 4px;
}
.index-page-slider .list .slider-nav .next {
  display: inline-block;
  width: 41px;
  height: 8px;
  background: url('../img/next.svg');
  margin-top: 4px;
}
.index-page-slider .list .slider-nav .pages {
  width: auto;
  color: #932f35;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.index-catalog-block {
  padding-bottom: 70px;
}
.index-catalog-block .container {
  position: relative;
}
.index-catalog-block h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 500;
  line-height: 105%;
}
.index-catalog-block .list .item {
  margin-bottom: 30px;
  position: relative;
}
.index-catalog-block .list .item img {
  width: 100%;
  margin-bottom: 16px;
}
.index-catalog-block .list .item h3 {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.index-catalog-block .list .item .price {
  color: #932f35;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.index-catalog-block .list .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.index-catalog-block .bottom-link {
  position: absolute;
  right: 16px;
  top: 0;
  color: #932f35;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  border: 1px solid #932f35;
  border-radius: 4px;
  padding: 11px 20px;
  text-decoration: none;
}
.index-catalog-block .bottom-link span {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 9px;
  background: url('../img/arrow2.svg');
  margin: -2px 0 0 6px;
}
.index-about-block {
  padding-bottom: 100px;
}
.index-about-block .content {
  background: #f4ece4;
}
.index-about-block .content .image {
  width: 448px;
}
.index-about-block .content .text {
  width: calc(100% - 448px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 90px 60px;
}
.index-about-block .content .text h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 105%;
}
.index-about-block .content .text h3 span {
  color: #932f35;
}
.index-about-block .content .text p {
  margin-bottom: 10px;
  color: #625353;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
.index-about-block .content .text button {
  margin-top: 30px;
  width: 261px;
  height: 59px;
  background: #932f35;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fcf5ee;
  text-transform: uppercase;
}
.index-about-block .content .text button span {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 9px;
  background: url('../img/arrow.svg');
  margin: -2px 0 0 6px;
}
.article {
  padding-bottom: 90px;
}
.article h2 {
  margin-bottom: 30px;
  color: #932f35;
  font-size: 42px;
  font-weight: 500;
  line-height: 105%;
  text-transform: uppercase;
}
.article p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
.footer {
  background: #81292e;
  padding: 60px 0;
  color: #fff;
}
.footer .container {
  position: relative;
}
.footer .totop {
  position: fixed;
  bottom: 12px;
  left: 12px;
  width: 60px;
  height: 60px;
  background: url('../img/totop.svg');
  z-index: 4;
}
.footer .phone2 {
  position: fixed;
  bottom: 12px;
  right: 12px;
  width: 60px;
  height: 60px;
  background: url('../img/phone.svg');
  z-index: 4;
}
.footer nav .item {
  display: inline-block;
  vertical-align: top;
}
.footer nav .item:not(:last-child) {
  margin-right: 100px;
}
.footer nav .item h3 {
  margin-bottom: 30px;
  color: #e77d83;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
}
.footer nav .item h3 a {
  text-decoration: none;
  color: #e77d83;
}
.footer nav .item ul li {
  margin-bottom: 20px;
}
.footer nav .item ul li a {
  display: block;
  text-decoration: none;
  color: #fcf5ee;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
.footer nav .item .phone {
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
  color: #fcf5ee;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
.footer nav .item .social a {
  display: inline-block;
}
.footer nav .item .social a:not(:last-child) {
  margin-right: 3px;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  text-align: center;
  background: #fcf5ee;
  display: none;
}
.mobile-menu .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  background: url('../img/close.svg');
}
.mobile-menu ul {
  padding: 40px 0 10px;
}
.mobile-menu ul li {
  margin-bottom: 30px;
}
.mobile-menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #932f35 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.mobile-menu ul li a.active span {
  transform: rotate(180deg);
}
.mobile-menu ul li a span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  background: url('../img/arrow3.svg');
  width: 10px;
  height: 6px;
  margin: -4px 0 0 4px;
}
.mobile-menu ul li ul {
  padding: 16px 0 4px;
  display: none;
}
.mobile-menu ul li ul li {
  margin-bottom: 16px;
}
.mobile-menu ul li ul li:last-child {
  margin-bottom: 0;
}
.mobile-menu ul li ul li a {
  text-transform: none;
}
.mobile-menu .phone {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  color: #932f35;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.mobile-menu .social a {
  margin: 0 3px;
}
.mobile-menu .social a img {
  width: 40px;
}
.search-block {
  position: absolute;
  top: -120%;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 30px 0;
  box-shadow: 0px 2px 20px 0px rgba(191, 169, 169, 0.3);
  background: #fcf5ee;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.search-block.opened {
  top: 0;
}
.search-block form {
  max-width: 690px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 34px;
}
.search-block form input[type='text'] {
  width: 100%;
  height: 56px;
  background: #f4ece4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 300;
}
.search-block form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 54px;
  width: 24px;
  height: 24px;
  background: url('../img/search.svg');
}
.search-block form .close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 16px;
  height: 16px;
  background: url('../img/close2.svg');
}
.popup {
  padding: 0!important;
  background: #fcf5ee !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.popup form {
  padding: 54px;
}
.popup form h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 105%;
}
.popup form .top-text {
  margin-bottom: 30px;
  color: #625353;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
.popup form h3 {
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #932f35;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}
.popup form input[type='text'] {
  width: 100%;
  height: 48px;
  margin-bottom: 12px;
  background: none;
  border-bottom: 1px solid #bbaaaa;
  font-weight: 300;
}
.popup form input[type='text'].other {
  border: 0;
  background: #f4ece4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px;
}
.popup form .select {
  padding: 30px 0;
}
.popup form .select p {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}
.popup form .select .item {
  position: relative;
  margin-bottom: 10px;
}
.popup form .select .item input {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 1px;
}
.popup form .select .item label {
  display: block;
  cursor: pointer;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
.popup form .result {
  border: 1px solid #932f35;
  border-radius: 4px;
  padding: 30px 30px 20px 30px;
  margin-bottom: 22px;
}
.popup form .result table {
  width: 100%;
}
.popup form .result table tr:last-child td {
  color: #932f35;
  font-size: 20px;
  line-height: 24px;
  padding-top: 16px;
}
.popup form .result table tr td {
  padding: 0 0 14px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
  white-space: nowrap;
}
.popup form .result table tr td:last-child {
  text-align: right;
  padding-left: 10px;
}
.popup form button {
  width: 100%;
  height: 59px;
  background: #932f35;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fcf5ee;
  margin-top: 18px;
  text-transform: uppercase;
}
.popup form button span {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 9px;
  background: url('../img/arrow.svg');
  margin: -2px 0 0 6px;
}
.popup form .bottom-text {
  text-align: center;
  opacity: 0.5;
  color: #625353;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}
.navi {
  padding: 20px 0 50px;
  color: #932f35;
  font-weight: 300;
  line-height: 120%;
}
.navi a {
  text-decoration: none;
}
.navi span {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 1px;
  background: #4a3535;
  margin: -2px 8px 0 8px;
}
.catalog-page {
  padding-bottom: 100px;
}
.catalog-page h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 500;
  line-height: 105%;
}
.catalog-page .list .col-6 {
  margin-bottom: 50px;
}
.catalog-page .list .col-6.hidden {
  display: none;
}
.catalog-page .list .item {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 55px;
}
.catalog-page .list .item img {
  width: 100%;
  margin-bottom: 16px;
}
.catalog-page .list .item h3 {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.catalog-page .list .item h3 a {
  display: block;
  text-decoration: none;
}
.catalog-page .list .item .price {
  color: #932f35;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.catalog-page .list .item .button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 39px;
  background: #932f35;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fcf5ee;
  text-transform: uppercase;
}
.catalog-page .list .item .but {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
.catalog-page .list .item .but button {
  width: calc(100% - 110px);
  height: 39px;
  background: none;
  border: 1px solid #932f35;
  border-radius: 4px;
  color: #932f35;
  text-transform: uppercase;
  line-height: 16px;
}
.catalog-page .list .item .but .number {
  width: 100px;
  height: 39px;
  background: #f4ece4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.catalog-page .list .item .but .number input {
  width: 100%;
  height: 100%;
  text-align: center;
  background: none;
}
.catalog-page .list .item .but .number span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.catalog-page .list .item .but .number span.minus {
  left: 20px;
}
.catalog-page .list .item .but .number span.plus {
  right: 20px;
}
.catalog-page .bottom-nav {
  text-align: center;
  margin-top: -20px;
}
.catalog-page .bottom-nav button {
  width: 182px;
  height: 43px;
  border: 1px solid #932f35;
  border-radius: 4px;
  margin-bottom: 30px;
  background: none;
  color: #932f35;
  text-transform: uppercase;
}
.catalog-page .bottom-nav button span {
  display: inline-block;
  vertical-align: middle;
  background: url('../img/arrow4.svg');
  width: 8px;
  height: 13px;
  margin: -2px 0 0 6px;
}
.catalog-page .bottom-nav ul li {
  display: inline-block;
  margin: 0 2px;
}
.catalog-page .bottom-nav ul li a {
  display: block;
  text-decoration: none;
  width: 43px;
  height: 43px;
  line-height: 43px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f4ece4;
  color: #932f35;
}
.catalog-page .bottom-nav ul li a.active,
.catalog-page .bottom-nav ul li a:hover {
  box-shadow: 0 0 0 1px #932f35;
}
.about-page {
  padding-bottom: 100px;
}
.about-page .content {
  background: #f4ece4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.about-page .content .text {
  width: calc(100% - 543px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 90px 60px;
}
.about-page .content .text h1 {
  font-size: 52px;
  font-weight: 500;
  line-height: 105%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.about-page .content .text h1 span {
  color: #932f35;
}
.about-page .content .text h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #932f35;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}
.about-page .content .text h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}
.about-page .content .text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
.about-page .content .text p:not(:last-child) {
  margin-bottom: 10px;
}
.about-page .content .image {
  width: 543px;
}
.about-page .delivery {
  padding-top: 60px;
}
.about-page .delivery h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 500;
  line-height: 105%;
}
.about-page .delivery h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}
.about-page .delivery p {
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 10px;
}
.bottom-page-form {
  padding-bottom: 100px;
}
.bottom-page-form form {
  background: url('../img/bottom-page-form.png') center / cover;
  padding: 54px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bottom-page-form form h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 105%;
}
.bottom-page-form form .top-text {
  margin-bottom: 20px;
  width: 42%;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  margin-top: 4px;
}
.bottom-page-form form h3 {
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #e77d83;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}
.bottom-page-form form input[type='text'] {
  width: 100%;
  height: 59px;
  margin-bottom: 10px;
  background: none;
  border-bottom: 1px solid #bbaaaa;
  color: #fff;
  font-weight: 300;
}
.bottom-page-form form button {
  width: 100%;
  height: 59px;
  margin-bottom: 10px;
  background: #932f35;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fcf5ee;
  text-transform: uppercase;
}
.bottom-page-form form button span {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 9px;
  background: url('../img/arrow.svg');
  margin: -2px 0 0 6px;
}
.bottom-page-form form .bottom-text {
  text-align: center;
  opacity: 0.5;
  color: #bbaaaa;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}
.item-page {
  padding-bottom: 100px;
}
.item-page .photos {
  overflow: hidden;
}
.item-page .photos img {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.item-page .photos .swiper_thumbnail {
  margin: 10px 0 0 0;
  max-width: 414px;
}
.item-page .photos .swiper_thumbnail .swiper-slide {
  cursor: pointer;
}
.item-page .info {
  padding-left: 30px;
}
.item-page .info h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 500;
  line-height: 105%;
}
.item-page .info .price {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #932f35;
  font-size: 30px;
  font-weight: 500;
  line-height: 105%;
}
.item-page .info button {
  width: 185px;
  height: 59px;
  background: #932f35;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fcf5ee;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.item-page .info button span {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 9px;
  background: url('../img/arrow.svg');
  margin: -2px 0 0 6px;
}
.item-page .info p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
.cart-page {
  padding-bottom: 100px;
}
.cart-page h1 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 500;
  line-height: 105%;
}
.cart-page .list .item {
  background: #f4ece4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  padding-right: 40px;
}
.cart-page .list .item .name {
  display: table-cell;
  vertical-align: middle;
}
.cart-page .list .item .name .image {
  display: table-cell;
  vertical-align: middle;
}
.cart-page .list .item .name .image img {
  width: 80px;
  max-width: 80px;
  height: 80px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  object-fit: cover;
  margin-right: 40px;
}
.cart-page .list .item .name .n {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}
.cart-page .list .item .info {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}
.cart-page .list .item .info .number {
  width: 110px;
  height: 44px;
  background: #ebe3db;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.cart-page .list .item .info .number input {
  width: 100%;
  height: 100%;
  text-align: center;
  background: none;
}
.cart-page .list .item .info .number span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.cart-page .list .item .info .number span.minus {
  left: 20px;
}
.cart-page .list .item .info .number span.plus {
  right: 20px;
}
.cart-page .list .item .info .price {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}
.cart-page .list .item .info .delete {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url('../img/delete.svg');
}
.cart-page .result {
  border: 1px solid #932f35;
  border-radius: 4px;
  padding: 30px;
}
.cart-page .result table {
  width: 100%;
  margin-bottom: 16px;
}
.cart-page .result table tr:last-child td {
  color: #932f35;
  font-size: 20px;
  line-height: 24px;
  padding-top: 16px;
}
.cart-page .result table tr td {
  padding: 0 0 14px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
}
.cart-page .result table tr td:last-child {
  text-align: right;
  padding-left: 14px;
}
.cart-page .result button {
  width: 100%;
  height: 59px;
  background: #932f35;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fcf5ee;
  text-transform: uppercase;
}
.cart-page .result button span {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 9px;
  background: url('../img/arrow.svg');
  margin: -2px 0 0 6px;
}
@media (max-width: 1399px) {
  .header ul li:not(:last-child) {
    margin-right: 16px;
  }
  .index-page-slider .list .item .text {
    padding: 60px 60px 150px 60px;
  }
  .bottom-page-form form .top-text {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .header .logo {
    width: 90px;
  }
  .header ul {
    display: none;
  }
  .header .menu-button {
    display: block;
  }
  .mobile-menu.opened {
    display: block;
  }
  .index-about-block .content .text {
    padding: 40px;
  }
  .footer nav .item:not(:last-child) {
    margin-right: 50px;
  }
  .about-page .content .image {
    width: 100%;
    order: 1;
    padding-bottom: 65%;
  }
  .about-page .content .text {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 991px) {
  .index-page-slider .list .item .image {
    width: 100%;
    order: 1;
    padding-bottom: 100%;
  }
  .index-page-slider .list .item .text {
    width: 100%;
    order: 2;
  }
  .index-page-slider .list .slider-nav {
    width: 100%;
  }
  .index-about-block .content .image {
    width: 100%;
    padding-bottom: 65%;
  }
  .index-about-block .content .text {
    width: 100%;
  }
  .footer .logo {
    width: 100%;
    margin-bottom: 50px;
  }
  .footer nav {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer nav .item:not(:last-child) {
    margin-right: 0px;
  }
  .item-page .info {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 767px) {
  .header .user-block .social {
    display: none;
  }
  .index-catalog-block .bottom-link {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: block;
    text-align: center;
  }
  .about-page .content .text {
    padding: 40px;
  }
  .bottom-page-form form {
    padding: 30px;
  }
  .cart-page .list .item .name .image img {
    margin-right: 20px;
  }
  .cart-page .list .item .info .number {
    margin-right: 15px;
  }
  .cart-page .list .item .info .price {
    margin-right: 20px;
  }
  .cart-page .list .item {
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .header {
    padding: 20px 0;
  }
  .index-page-slider {
    padding-bottom: 70px;
  }
  .index-page-slider .container {
    padding: 0;
  }
  .index-page-slider .list .item .text {
    padding: 30px 15px 96px 15px;
  }
  .index-page-slider .list .item .text h3 {
    font-size: 42px;
    margin-bottom: 16px;
  }
  .index-page-slider .list .item .text p {
    margin-bottom: 40px;
  }
  .index-page-slider .list .item .text button {
    width: 100%;
  }
  .index-page-slider .list .slider-nav {
    bottom: 40px;
    padding: 0 15px;
  }
  .index-catalog-block .list .item h3 {
    font-size: 14px;
  }
  .index-catalog-block .list .item .price {
    font-size: 14px;
  }
  .index-about-block .container {
    padding: 0;
  }
  .index-about-block .content .text {
    padding: 40px 15px 60px 15px;
  }
  .index-about-block .content .text h3 {
    font-size: 36px;
  }
  .index-about-block .content .text button {
    width: 100%;
  }
  .index-about-block {
    padding-bottom: 70px;
  }
  .article {
    padding-bottom: 60px;
  }
  .footer .totop {
    display: none;
  }
  .footer .phone2 {
    display: none;
  }
  .footer {
    padding: 40px 0 50px;
    text-align: center;
  }
  .footer .logo img {
    width: 180px;
  }
  .footer nav {
    display: block;
  }
  .footer nav .item {
    display: block;
  }
  .footer nav .item:not(:last-child) {
    margin: 0 0 50px 0;
  }
  .search-block {
    padding: 12px 0;
  }
  .search-block form input[type='text'] {
    height: 44px;
    padding: 0 20px;
    font-size: 14px;
  }
  .popup form {
    padding: 40px 15px;
  }
  .navi {
    padding: 10px 0 30px;
  }
  .catalog-page h1 {
    font-size: 36px;
  }
  .catalog-page .list .col-6 {
    margin-bottom: 30px;
  }
  .catalog-page .list .item h3 {
    font-size: 14px;
  }
  .catalog-page .list .item .price {
    font-size: 14px;
  }
  .catalog-page .list .item .but button {
    width: 100%;
  }
  .catalog-page .list .item .but .number {
    position: absolute;
    right: 0;
    bottom: 100%;
    background: none;
  }
  .catalog-page .list .item {
    padding-bottom: 49px;
  }
  .catalog-page .bottom-nav {
    margin-top: 0;
  }
  .catalog-page {
    padding-bottom: 70px;
  }
  .about-page {
    padding-bottom: 0;
  }
  .about-page .container {
    padding: 0;
  }
  .about-page .content .text {
    padding: 40px 15px 60px 15px;
  }
  .about-page .content .text h1 {
    font-size: 42px;
  }
  .bottom-page-form {
    padding-bottom: 0;
  }
  .bottom-page-form .container {
    padding: 0;
  }
  .bottom-page-form form {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 40px 15px;
  }
  .bottom-page-form form h2 {
    font-size: 36px;
  }
  .bottom-page-form form h3 {
    margin-bottom: 10px;
  }
  .about-page .delivery {
    padding: 40px 15px 0 15px;
  }
  .about-page .delivery h2 {
    font-size: 36px;
  }
  .item-page .photos {
    margin: 0 -16px;
  }
  .item-page .photos .swiper_thumbnail {
    margin: 0;
    padding: 10px 15px 0 15px;
  }
  .item-page .info h1 {
    font-size: 30px;
  }
  .item-page .info button {
    width: 100%;
  }
  .item-page {
    padding-bottom: 70px;
  }
  .cart-page h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .cart-page .list .item {
    display: block;
    padding: 12px 34px 12px 82px;
    position: relative;
  }
  .cart-page .list .item .name {
    display: block;
    margin-bottom: 16px;
  }
  .cart-page .list .item .name .image {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
  }
  .cart-page .list .item .name .image img {
    width: 66px;
    max-width: 66px;
    margin: 0;
  }
  .cart-page .list .item .name .n {
    font-size: 14px;
  }
  .cart-page .list .item .info .number {
    background: none;
    width: 68px;
    height: 19px;
    margin-top: -4px;
  }
  .cart-page .list .item .info .number span.minus {
    left: 0;
  }
  .cart-page .list .item .info .number span.plus {
    right: 0;
  }
  .cart-page .list .item .info .price {
    font-size: 14px;
  }
  .cart-page .list .item .info .delete {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
  .cart-page .list {
    padding-bottom: 20px;
  }
  .cart-page {
    padding-bottom: 70px;
  }
  .popup form h2 {
    font-size: 36px;
  }
  .popup form .select {
    padding: 20px 0;
  }
  .popup form .select p {
    font-size: 16px;
  }
  .popup form .result {
    margin-bottom: 12px;
  }
}
