@font-face {
  font-family: 'Alegreya Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Alegreya Sans SC Regular'), local('AlegreyaSansSC-Regular'), url(https://fonts.gstatic.com/s/alegreyasanssc/v12/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Nk4.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya Sans SC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Alegreya Sans SC Medium'), local('AlegreyaSansSC-Medium'), url(https://fonts.gstatic.com/s/alegreyasanssc/v12/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DrpG0iQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya Sans SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Alegreya Sans SC Bold'), local('AlegreyaSansSC-Bold'), url(https://fonts.gstatic.com/s/alegreyasanssc/v12/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DvJA0iQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya Sans SC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Alegreya Sans SC Black'), local('AlegreyaSansSC-Black'), url(https://fonts.gstatic.com/s/alegreyasanssc/v12/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DspC0iQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjARc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
.content-body {
  font-size: 16px;
  line-height: 1.5;
}
.content-body.content-body-padding {
  padding: 15px;
}
.content-body p {
  margin: 0 0 15px 0;
}
.content-body h1 {
  margin: 35px 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #1f1f1f;
}
.content-body h1:first-child {
  margin-top: 0;
}
.content-body h2 {
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #1f1f1f;
  font-weight: bold;
}
.content-body table {
  border: 1px solid #e31e25;
  width: 100%;
  border-collapse: collapse;
}
.content-body table tr {
  border: 1px solid #e31e25;
  border-collapse: collapse;
}
.content-body table tr td {
  border: 1px solid #e31e25;
  padding: 2px 5px;
  border-collapse: collapse;
}
.content-body table tr:first-child {
  color: #e31e25;
  font-weight: 600;
}
.content-body table tbody tr:first-child {
  color: #000000;
  font-weight: normal;
}
.content-body a {
  color: #e31e25;
}
.content-body ul {
  padding: 0 0 0 20px;
}
.content-body ol {
  padding: 0 0 0 20px;
}
.content-body .card-address-link {
  color: #12110e;
  text-decoration: none;
}
.content-body .card-address-link:hover {
  color: #e31e25;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  background: #ffffff;
}
.container {
  width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .container {
    width: 1000px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 400px;
  }
}
@media (max-width: 424px) {
  .container {
    width: 300px;
  }
}
.goTop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 120;
}
.wrapper {
  width: 100%;
  overflow-x: hidden;
}
.header-line {
  padding: 15px 0;
  background: #e31e25;
}
.header-line .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-line .container .text {
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.header-line .container img {
  display: block;
}
.header-line .container .text1 {
  margin: 0 0 0 230px;
}
.header-line .container .text1 img {
  margin: 0 10px 0 0;
}
.header-line .container .user {
  font-size: 14px;
  color: #ffffff;
}
.header-line .container .user a {
  color: #ffffff;
}
.header-line .container .user .exit {
  text-decoration: none;
}
.header-line .container .text2 img {
  margin: 0 0 0 10px;
}
@media (max-width: 1439px) {
  .header-line .container .text1 {
    margin: 0 0 0 175px;
  }
}
@media (max-width: 1023px) {
  .header-line .container .text {
    font-size: 13px;
  }
  .header-line .container .text1 {
    margin: 0 0 0 115px;
  }
}
@media (max-width: 767px) {
  .header-line .container .text1 {
    margin: 0 0 0 90px;
  }
  .header-line .container .text1 img {
    margin: 0 5px 0 0;
  }
  .header-line .container .text2 img {
    margin: 0 0 0 5px;
  }
}
@media (max-width: 424px) {
  .header-line .container {
    flex-wrap: wrap;
  }
  .header-line .container .text2 {
    margin: 0 0 0 90px;
  }
  .header-line .container .user {
    display: none;
  }
}
.header-place {
  width: 100%;
  height: 123px;
  margin: 0 0 20px 0;
  display: none;
}
.header-place.fixed {
  display: block;
}
@media (max-width: 1023px) {
  .header-place {
    height: 82px;
  }
}
@media (max-width: 767px) {
  .header-place {
    height: 44px;
  }
}
.header {
  border-bottom: 1px solid #dcdcdc;
  margin: 0 0 20px 0;
  background: #ffffff;
}
.header .container {
  display: flex;
  justify-content: space-between;
}
.header .container .logo img {
  margin: -35px 0 5px 0;
}
@media (max-width: 1023px) {
  .header .container .logo img {
    margin: -45px 0 5px 0;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .header .container .logo img {
    margin: -63px 0 5px 0;
    width: 100px;
  }
}
.header .container .logo-fixed {
  display: none;
  padding: 5px 0 2px 0;
}
@media (max-width: 1023px) {
  .header .container .logo-fixed img {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .header .container .logo-fixed img {
    width: 100px;
  }
}
.header .container .find {
  display: flex;
  align-items: center;
}
.header .container .find div {
  position: relative;
}
.header .container .find input {
  border: 1px solid #dcdcdc;
  padding: 15px 20px;
  border-radius: 5px;
  width: 260px;
}
.header .container .find img {
  position: absolute;
  top: 15px;
  right: 15px;
}
.header .container .menu {
  display: flex;
}
.header .container .menu a {
  display: flex;
  align-items: center;
  font-family: "Alegreya Sans SC";
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #12110e;
  margin: 3px 10px;
}
.header .container .menu a:hover {
  border-bottom: 3px solid;
  color: #e31e25;
  margin-bottom: 0;
}
.header .container .cart {
  display: flex;
  align-items: center;
}
.header .container .cart a {
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #12110e;
}
.header .container .cart img {
  margin: 0 10px;
}
@media (max-width: 1439px) {
  .header .container .find input {
    width: 200px;
  }
  .header .container .menu a {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .header .container .find {
    display: none;
  }
  .header .container .menu a {
    font-size: 13px;
  }
}
.header .container .menu-mobile {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}
.header .container .menu-mobile .title {
  position: relative;
  border: 1px solid #e31e25;
  border-radius: 3px;
  padding: 3px 10px;
}
.header .container .menu-mobile .menu-open {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 145px;
  background: #ffffff;
  border: 1px solid #e31e25;
  border-radius: 3px;
  padding: 10px;
  z-index: 500;
}
.header .container .menu-mobile .menu-open a {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 5px 0;
  font-size: 14px;
  color: #12110e;
  text-decoration: none;
}
.header .container .menu-mobile .menu-open .p {
  width: 100%;
  height: 1px;
  background: #e31e25;
  margin: 0 0 5px 0;
}
.header .container .menu-mobile .menu-open .close {
  position: absolute;
  top: -5px;
  right: -5px;
}
@media (max-width: 767px) {
  .header .container .menu {
    display: none;
  }
  .header .container .menu-mobile {
    display: flex;
  }
}
.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 400;
}
.header.fixed .container .logo {
  display: none;
}
.header.fixed .container .logo-fixed {
  display: block;
}
.phone-image {
  overflow-x: hidden;
}
.phone-image .container {
  position: relative;
}
.phone-image .container .phones {
  height: 530px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.phone-image .container .phones .phone {
  display: flex;
  width: 100%;
  margin: 20px 0;
}
.phone-image .container .phones .phone img {
  margin: 0 10px 0 0;
}
.phone-image .container .phones .phone .text {
  font-weight: bold;
  color: #000000;
  font-size: 22px;
  text-decoration: none;
}
.phone-image .container .phones .phone .text span {
  font-weight: lighter;
  color: #b4b4b4;
  font-size: 16px;
}
.phone-image .container .image {
  position: absolute;
  top: 0;
  left: 420px;
  width: 1200px;
  height: 530px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  display: flex;
}
.phone-image .container .image .btns {
  min-width: 60px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.phone-image .container .image .btns .arrow {
  width: 100%;
  text-align: center;
}
.phone-image .container .image .btns .arrow i {
  margin: 20px 0;
  font-size: 30px;
  color: #c2c2c2;
}
.phone-image .container .image .btns .arrow i:hover {
  color: #12110e;
}
.phone-image .container .image .btns .center {
  width: 100%;
}
.phone-image .container .image .btns .center .bx-pager-item {
  display: flex;
  justify-content: center;
}
.phone-image .container .image .btns .center .bx-pager-item .bx-pager-link {
  margin: 5px 0;
  display: block;
  background: url(/i/2.png) 0 0 no-repeat;
  width: 19px;
  height: 19px;
  color: transparent;
}
.phone-image .container .image .btns .center .bx-pager-item .bx-pager-link.active {
  background: url(/i/1.png) 0 0 no-repeat;
}
.phone-image .container .slider {
  overflow: hidden;
}
@media (max-width: 767px) {
  .phone-image .container .phones {
    height: auto;
  }
  .phone-image .container .phones .phone {
    justify-content: center;
  }
  .phone-image .container .image {
    display: none;
  }
  .phone-image .container .slider {
    display: none;
  }
}
.sale-box .sale-bg-top {
  width: 100%;
  height: 90px;
  background: url(../i/sale_bg_top.png) top center no-repeat;
}
.sale-box .sale-content {
  width: 100%;
  background: #f8f8f8;
  padding: 10px 0 0 0;
}
.sale-box .sale-content .title {
  font-family: "Alegreya Sans SC";
  font-size: 36px;
  font-weight: 900;
  color: #e31e25;
  width: 100%;
  text-align: center;
}
.sale-box .sale-content .text-center {
  font-weight: lighter;
  font-size: 18px;
  color: #000000;
  width: 100%;
  text-align: center;
}
.sale-box .sale-content .day-box {
  display: flex;
  margin: 0 -10px;
  padding: 10px 0;
  flex-wrap: wrap;
}
.sale-box .sale-content .day-box .day {
  min-width: 14.22%;
  padding: 0 10px;
  margin: 5px 0;
}
.sale-box .sale-content .day-box .day div {
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Alegreya Sans SC";
  font-weight: 500;
  font-size: 16px;
  color: #8a8a8a;
  cursor: pointer;
}
.sale-box .sale-content .day-box .day div:hover {
  border: 1px solid #12110e;
  color: #12110e;
}
.sale-box .sale-content .day-box .day.active div {
  color: #12110e;
  border-color: #12110e;
}
@media (max-width: 1023px) {
  .sale-box .sale-content .day-box .day div {
    padding: 6px 0px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .sale-box .sale-content .day-box .day div {
    padding: 5px 14px;
  }
}
@media (max-width: 424px) {
  .sale-box .sale-content .day-box .day div {
    padding: 5px 4px;
    font-size: 11px;
  }
}
.sale-box .sale-content .catalog-items {
  display: none;
}
.sale-box .sale-content .catalog-items.active {
  display: flex;
}
.sale-box .sale-bg-bottom {
  width: 100%;
  height: 69px;
  background: url(../i/sale_bg_bottom.png) top center no-repeat;
}
.catalog-items {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.catalog-items .item-box {
  width: 25%;
  padding: 10px;
}
.catalog-items .item-box .item {
  padding: 20px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
}
.catalog-items .item-box .item .image img {
  width: 100%;
}
.catalog-items .item-box .item .name {
  font-family: "Alegreya Sans SC";
  font-size: 22px;
  font-weight: 500;
  color: #12110e;
  padding: 0 0 10px 0;
  line-height: 1;
  height: 54px;
  overflow: hidden;
}
.catalog-items .item-box .item .text {
  height: 79px;
  font-size: 14px;
  font-weight: 500;
  color: #8a8a8a;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.catalog-items .item-box .item .price-count {
  display: flex;
  justify-content: space-between;
}
.catalog-items .item-box .item .price-count .price {
  font-size: 22px;
  color: #e31e25;
  display: flex;
  align-items: center;
}
.catalog-items .item-box .item .price-count .price span {
  font-size: 16px;
  font-weight: lighter;
  color: #8a8a8a;
  text-decoration: line-through;
  margin: 5px 0 0 5px;
}
.catalog-items .item-box .item .price-count .count-box {
  display: flex;
}
.catalog-items .item-box .item .price-count .count-box .minus {
  margin: 0 2px 0 0;
  cursor: pointer;
}
.catalog-items .item-box .item .price-count .count-box .plus {
  margin: 0 8px 0 0;
  cursor: pointer;
}
.catalog-items .item-box .item .price-count .count-box .count {
  font-size: 24px;
  color: #12110e;
  display: flex;
  align-items: center;
}
@media (max-width: 424px) {
  .catalog-items .item-box .item .price-count .price {
    font-size: 20px;
  }
  .catalog-items .item-box .item .price-count .price span {
    font-size: 14px;
  }
}
@media (max-width: 1439px) {
  .catalog-items .item-box .item .name {
    font-size: 20px;
    height: 64px;
  }
}
@media (max-width: 1023px) {
  .catalog-items .item-box .item .name {
    height: 44px;
  }
}
@media (max-width: 767px) {
  .catalog-items .item-box .item .name {
    height: 64px;
  }
  .catalog-items .item-box .item .price-count {
    flex-wrap: wrap;
  }
  .catalog-items .item-box .item .price-count .price {
    margin: 0 0 5px 0;
  }
}
@media (max-width: 424px) {
  .catalog-items .item-box .item .name {
    font-size: 18px;
    height: 110px;
    word-wrap: break-word;
  }
  .catalog-items .item-box .item .text {
    height: 150px;
  }
}
.catalog-items .item-box.hide {
  display: none;
}
@media (max-width: 1023px) {
  .catalog-items .item-box {
    width: 50%;
    padding: 10px;
  }
}
.menu-box .menu-content {
  width: 100%;
  padding: 10px 0 0 0;
}
.menu-box .menu-content .title {
  font-family: "Alegreya Sans SC";
  font-size: 36px;
  font-weight: 900;
  color: #e31e25;
  width: 100%;
  text-align: center;
}
.menu-box .menu-content .text-center {
  font-weight: lighter;
  font-size: 18px;
  color: #000000;
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
}
.menu-box .menu-content .menu-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.menu-box .menu-content .menu-items .items-box {
  width: 25%;
  padding: 10px;
}
.menu-box .menu-content .menu-items .items-box .item {
  border-radius: 3px;
  text-decoration: none;
}
.menu-box .menu-content .menu-items .items-box .item .text {
  font-family: "Alegreya Sans SC";
  font-size: 24px;
  font-weight: 900;
  color: #8a8a8a;
}
.menu-box .menu-content .menu-items .items-box .item .image img {
  width: 100%;
}
@media (max-width: 424px) {
  .menu-box .menu-content .menu-items .items-box .item .text {
    font-size: 19px;
  }
}
@media (max-width: 1023px) {
  .menu-box .menu-content .menu-items .items-box {
    width: 50%;
  }
}
.menu-box .menu-content .menu-items .items-box:nth-child(1),
.menu-box .menu-content .menu-items .items-box:nth-child(3),
.menu-box .menu-content .menu-items .items-box:nth-child(6),
.menu-box .menu-content .menu-items .items-box:nth-child(8),
.menu-box .menu-content .menu-items .items-box:nth-child(11) {
  background: #f8f8f8;
}
.reviews-box .reviews-bg-top {
  width: 100%;
  height: 90px;
  background: url(/i/sale_bg_top.png) top center no-repeat;
}
.reviews-box .reviews-content {
  width: 100%;
  background: #f8f8f8;
  padding: 10px 0 0 0;
}
.reviews-box .reviews-content .title {
  width: 100%;
  text-align: center;
  padding: 0 0 30px 0;
  font-family: "Alegreya Sans SC";
  font-weight: 900;
  font-size: 36px;
  color: #e31e25;
}
.reviews-box .reviews-content .container {
  display: flex;
}
.reviews-box .reviews-content .container .title {
  width: 100%;
  text-align: center;
  font-family: "Alegreya Sans SC";
  font-weight: 900;
  font-size: 36px;
  color: #e31e25;
}
.reviews-box .reviews-content .container .left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews-box .reviews-content .container .left i {
  margin: 0 20px 0 0;
  font-size: 30px;
  color: #c2c2c2;
}
.reviews-box .reviews-content .container .left i:hover {
  color: #12110e;
}
.reviews-box .reviews-content .container .center .box {
  padding: 10px;
}
.reviews-box .reviews-content .container .center .box .review {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  padding: 25px;
}
.reviews-box .reviews-content .container .center .box .review .image-name {
  display: flex;
  align-items: center;
  padding: 0 0 10px 0;
}
.reviews-box .reviews-content .container .center .box .review .image-name .image {
  margin: 0 10px 0 0;
}
.reviews-box .reviews-content .container .center .box .review .image-name .name {
  font-weight: 500;
  font-size: 18px;
  color: #12110e;
}
.reviews-box .reviews-content .container .center .box .review .text {
  font-size: 16px;
  font-weight: 300;
  color: #8a8a8a;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
.reviews-box .reviews-content .container .center .box .review .date {
  font-size: 14px;
  color: #8a8a8a;
}
.reviews-box .reviews-content .container .center .box .review .point {
  position: absolute;
  top: 25px;
  right: 25px;
}
.reviews-box .reviews-content .container .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews-box .reviews-content .container .right i {
  margin: 0 0 0 20px;
  font-size: 30px;
  color: #c2c2c2;
}
.reviews-box .reviews-content .container .right i:hover {
  color: #12110e;
}
@media (max-width: 767px) {
  .reviews-box .reviews-content .container .center {
    flex-wrap: wrap;
  }
}
@media (max-width: 424px) {
  .reviews-box .reviews-content .container .left i {
    margin: 0 5px 0 0;
  }
  .reviews-box .reviews-content .container .right i {
    margin: 0 0 0 5px;
  }
}
.reviews-box .reviews-content .review-text {
  display: flex;
  padding: 0 63px;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.reviews-box .reviews-content .review-text .text {
  font-weight: 500;
  font-size: 18px;
  color: #12110e;
}
.reviews-box .reviews-content .review-text a {
  font-weight: 500;
  font-size: 18px;
  color: #e31e25;
  padding: 0 0 0 15px;
}
.reviews-box .reviews-content .review-text .bx-pager {
  display: flex;
  margin: 0 -5px;
}
.reviews-box .reviews-content .review-text .bx-pager .bx-pager-item {
  display: flex;
  justify-content: center;
  margin: 0 5px;
}
.reviews-box .reviews-content .review-text .bx-pager .bx-pager-item .bx-pager-link {
  margin: 5px 0;
  display: block;
  background: url(/i/2.png) 0 0 no-repeat;
  width: 19px;
  height: 19px;
  color: transparent;
}
.reviews-box .reviews-content .review-text .bx-pager .bx-pager-item .bx-pager-link.active {
  background: url(/i/1.png) 0 0 no-repeat;
}
.reviews-box .reviews-content .images img {
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  .reviews-box .reviews-content .review-text .text {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .reviews-box .reviews-content .review-text a {
    font-size: 16px;
  }
  .reviews-box .reviews-content .images {
    margin: 0 0 0 -10px;
  }
}
.reviews-box .reviews-bg-bottom {
  width: 100%;
  height: 69px;
  background: url(/i/sale_bg_bottom.png) top center no-repeat;
}
.footer {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  margin: 20px 0 0 0;
  overflow-x: hidden;
}
.footer .header-line .container .text1 {
  margin: 0;
}
.footer .header {
  margin: 0;
}
.footer .header .container {
  padding: 10px 0;
}
.footer .header .container .logo {
  padding: 5px 0 0 0;
}
.footer .header .container .logo img {
  margin: 0;
}
.title-back {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px 0;
}
.title-back .title {
  color: #e31e25;
  font-size: 36px;
  font-family: "Alegreya Sans SC";
  font-weight: 900;
  margin: 0 5px 0 0;
}
.title-back .back {
  color: #12110e;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.title-back .back img {
  margin: 0 5px 0 0;
}
.title-back .links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.title-back .links a {
  color: #12110e;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 0 5px 5px 5px;
}
.title-back .links i {
  color: #c3c3c3;
  margin: 0 5px 0 0;
}
.catalog-child-select {
  display: flex;
  margin: 0 -5px 15px -5px;
  flex-wrap: wrap;
}
.catalog-child-select .select {
  margin: 0 5px 5px 5px;
  color: #8a8a8a;
  font-size: 20px;
  font-family: "Alegreya Sans SC";
  font-weight: 500;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  text-transform: uppercase;
}
.catalog-child-select .active {
  color: #12110e;
  border-color: #12110e;
}
.alert {
  width: 100%;
  padding: 15px 25px;
  font-size: 16px;
  border-radius: 5px;
  margin: 0 0 15px 0;
}
.alert.alert-danger {
  background: #e31e25;
  color: #ffffff;
}
.alert.alert-warning {
  background: #e3821e;
  color: #ffffff;
}
.alert.alert-success {
  background: #0f5f19;
  color: #ffffff;
}
.page-title {
  color: #e31e25;
  font-size: 36px;
  font-weight: 900;
  font-family: "Alegreya Sans SC";
  margin: 0 0 15px 0;
}
.page-body {
  color: #12110e;
  font-size: 18px;
  margin: 0 0 15px 0;
}
.cart-table .line {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px 5px -5px;
  flex-wrap: wrap;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #dcdcdc;
}
.cart-table .line .image {
  width: 15%;
  padding: 0 5px;
  display: flex;
  align-items: center;
}
.cart-table .line .image img {
  max-width: 100%;
}
.cart-table .line .name {
  width: 40%;
  padding: 0 5px;
  display: flex;
  align-items: center;
}
.cart-table .line .count-box {
  width: 18%;
  padding: 0 5px;
  display: flex;
  align-items: center;
}
.cart-table .line .count-box .btn {
  color: #12110e;
  font-size: 30px;
  padding: 5px 0;
  width: 30px;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  cursor: pointer;
}
.cart-table .line .count-box .count {
  margin: 0 15px;
  font-size: 22px;
  color: #12110e;
}
.cart-table .line .summ {
  width: 17%;
  padding: 0 5px;
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #e31e25;
}
.cart-table .line .del {
  padding: 0 5px;
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #c2c2c2;
}
.cart-table .line .del i {
  cursor: pointer;
}
.cart-table .line-summ {
  margin: 0 0 20px 0;
  padding: 15px 0 20px 0;
  border-bottom: 1px solid #dcdcdc;
  text-align: right;
  color: #8a8a8a;
  font-size: 22px;
}
.cart-table .line-summ span {
  color: #e31e25;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cart-table .line .image {
    width: 25%;
  }
  .cart-table .line .name {
    width: 75%;
  }
  .cart-table .line .count-box {
    width: 40%;
  }
  .cart-table .line .summ {
    width: 40%;
  }
}
.cart-order-box {
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
}
.cart-order-box .box {
  width: 50%;
  padding: 10px;
}
.cart-order-box .box .title {
  color: #12110e;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 20px 0;
}
.cart-order-box .box .input {
  border: 1px solid #dcdcdc;
  padding: 15px 20px;
  margin: 0 0 10px 0;
  width: 100%;
  border-radius: 3px;
}
.cart-order-box .box textarea.input {
  height: 172px;
}
.cart-order-box .box .select {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
}
.cart-order-box .box .select-box {
  display: flex;
  flex-wrap: wrap;
  margin: 28px 0;
}
.cart-order-box .box .select-box .select {
  width: 50%;
}
.cart-order-box .box .shot {
  margin: 0 -5px;
  display: flex;
}
.cart-order-box .box .shot .input {
  width: 50%;
  margin: 0 5px 10px 5px;
}
.cart-order-box .box .type1 {
  margin: 0 0 10px 0;
}
.cart-order-box .box .type2 {
  display: none;
  margin: 0 0 28px 0;
}
.cart-order-box .box .type2 .select {
  width: 100%;
  display: block;
  margin: 0 0 15px 0;
}
.cart-order-box .box .pay-box {
  display: flex;
  margin: 0 -5px;
}
.cart-order-box .box .pay-box .pay {
  width: 50%;
  margin: 5px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  text-align: center;
  padding: 15px;
  position: relative;
  cursor: pointer;
}
.cart-order-box .box .pay-box .pay img {
  display: inline-block;
  margin: 0 0 10px 0;
}
.cart-order-box .box .pay-box .pay .active {
  display: none;
}
.cart-order-box .box .pay-box .pay .text {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 500;
}
.cart-order-box .box .pay-box .pay i {
  color: #e31e25;
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}
.cart-order-box .box .pay-box .pay.select {
  border-color: #e31e25;
}
.cart-order-box .box .pay-box .pay.select .default {
  display: none;
}
.cart-order-box .box .pay-box .pay.select .active {
  display: inline-block;
}
.cart-order-box .box .pay-box .pay.select .text {
  color: #e31e25;
}
.cart-order-box .box .pay-box .pay.select i {
  display: block;
}
.cart-order-box .order {
  width: 100%;
  padding: 20px 10px 0 0;
  text-align: right;
}
.cart-order-box .order button {
  border: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  background: #e31e25;
  border-radius: 3px;
  padding: 15px 30px;
}
@media (max-width: 1023px) {
  .cart-order-box {
    padding: 50px 0;
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .cart-order-box .box {
    width: 100%;
  }
}
@media (max-width: 424px) {
  .cart-order-box .box .select {
    font-size: 16px;
  }
}
.yandex-map {
  height: 400px;
}
.feedback .top {
  width: 100%;
  height: 90px;
  background: url(/i/sale_bg_top.png) top center no-repeat;
}
.feedback .center {
  width: 100%;
  background: #f8f8f8;
  padding: 10px 0 20px 0;
}
.feedback .center .title {
  width: 100%;
  text-align: center;
  padding: 0 0 30px 0;
  font-family: "Alegreya Sans SC";
  font-weight: 900;
  font-size: 36px;
  color: #e31e25;
}
.feedback .center .container {
  max-width: 700px;
}
.feedback .center .container .title {
  font-family: "Alegreya Sans SC";
  font-size: 36px;
  font-weight: 900;
  color: #e31e25;
  width: 100%;
  text-align: center;
}
.feedback .center .container .text-center {
  font-weight: lighter;
  font-size: 18px;
  color: #000000;
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0;
}
.feedback .center .container .feedback-form .input-box {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.feedback .center .container .feedback-form .input-box .box {
  padding: 0 5px 5px 5px;
  width: 50%;
}
.feedback .center .container .feedback-form .input-box .box .input {
  border: 1px solid #dcdcdc;
  padding: 15px 20px;
  width: 100%;
  border-radius: 3px;
}
.feedback .center .container .feedback-form .input-box .box .input.is-invalid {
  border-color: #e31e25;
}
.feedback .center .container .feedback-form .input-box .box textarea.input {
  width: 100%;
  height: 172px;
}
.feedback .center .container .feedback-form .input-box .big {
  width: 100%;
}
.feedback .center .container .feedback-form .btn-box {
  display: flex;
}
.feedback .center .container .feedback-form .btn-box button {
  border: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  background: #e31e25;
  border-radius: 3px;
  padding: 15px 30px;
}
.feedback .center .container .feedback-form .btn-box div {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 0 10px;
}
.feedback .bottom {
  width: 100%;
  height: 69px;
  background: url(/i/sale_bg_bottom.png) top center no-repeat;
}
.user-form .box,
.user-form .form-group {
  margin: 0 -5px 15px -5px;
  display: flex;
  flex-wrap: wrap;
}
.user-form .box .name,
.user-form .form-group .name,
.user-form .box .col-md-4,
.user-form .form-group .col-md-4 {
  width: 30%;
  padding: 14px 5px 0 5px;
  font-size: 16px;
}
.user-form .box .input,
.user-form .form-group .input,
.user-form .box .col-md-8,
.user-form .form-group .col-md-8 {
  width: 70%;
  padding: 0 5px;
  display: flex;
}
.user-form .box .input input,
.user-form .form-group .input input,
.user-form .box .col-md-8 input,
.user-form .form-group .col-md-8 input {
  padding: 15px 20px;
  border: 1px solid #dcdcdc;
  width: 100%;
  border-radius: 3px;
  font-size: 16px;
}
.user-form .box .input label,
.user-form .form-group .input label,
.user-form .box .col-md-8 label,
.user-form .form-group .col-md-8 label {
  padding: 15px 0;
  min-width: 170px;
}
.user-form .box .input label input,
.user-form .form-group .input label input,
.user-form .box .col-md-8 label input,
.user-form .form-group .col-md-8 label input {
  width: auto;
}
.user-form .form-controls {
  margin: 0 -10px 15px -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.user-form .form-controls .btn {
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  margin: 0 10px 10px 10px;
}
.user-form .form-controls .btn.btn-primary {
  padding: 15px 20px;
  background: #e31e25;
  color: #ffffff;
  border: none;
  border-radius: 5px;
}
.user-form .form-controls .btn.btn-link {
  color: #e31e25;
}
.order-box {
  margin: 0 0 10px 0;
}
.load-box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  z-index: 1000;
  display: none;
}
.load-box .waiting {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  opacity: 1;
  margin: -32px 0 0 -32px;
}
/*# sourceMappingURL=styles.css.map */