* {
  box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
  font-family: Arial;
/*  font-size: 14px;
  font-weight: 400;*/
}

html, body {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

body {
  min-height: 100vh;
  cursor: default;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: Arial;
  color: #505050;
}

p {
  padding: 3px 0;
  margin: 0;
}

.goods__title {
  font-weight: normal;
}

img {
  border: none;
  margin: 0;
}

input, textarea, button, select {
  outline: none;
  font-family: Arial;
}

button {
  border: none;
  font-family: Arial;
}

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

textarea {
  resize: none;
  font-family: Arial;
}

img, span, a, button, input, svg {
  display: inline-block;
  font-family: Arial;
}

a {
  text-decoration: none;
  font-family: Arial;
}

.clear:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.slick-dots {
  bottom: -50px !important;
}
@media screen and (max-width: 500px) {
  .slick-dots {
    bottom: -30px !important;
  }
}

.slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 8px;
  background: #bababa;
}

.slick-dots li button:before {
  display: none;
}

.slick-active button {
  background: #6f6f6f !important;
}

@font-face {
  font-family: ManropeBold;
  font-display: fallback;
  src: url(/assets/fonts/bold.ttf);
  src: url("/assets/fonts/bold.eot");
  src: url("/assets/fonts/MyriadPro-BoldCond?#iefix") format("embedded-opentype"), url("/assets/fonts/Manrope-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: ManropeRegular;
  font-display: fallback;
  src: url(/assets/fonts/regular.ttf);
  src: url("/assets/fonts/regular.eot");
  src: url("/assets/fonts/MyriadPro-BoldCond?#iefix") format("embedded-opentype"), url("/assets/fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: ManropeSemibold;
  font-display: fallback;
  src: url(/assets/fonts/semibold.ttf);
  src: url("/assets/fonts/semibold.eot");
  src: url("/assets/fonts/MyriadPro-BoldCond?#iefix") format("embedded-opentype"), url("/assets/fonts/Manrope-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: MyriadBold;
  font-display: fallback;
  src: url(/assets/fonts/MyriadPro-BoldCond.ttf);
  src: url("/assets/fonts/MyriadPro-BoldCond.eot");
  src: url("/assets/fonts/MyriadPro-BoldCond?#iefix") format("embedded-opentype"), url("/assets/fonts/MyriadPro-BoldCond.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: MyriadItalic;
  font-display: fallback;
  src: url(/assets/fonts/MyriadPro-It.ttf);
  src: url("/assets/fonts/itallic.eot");
  src: url("/assets/fonts/itallic?#iefix") format("embedded-opentype"), url("/assets/fonts/MyriadPro-It.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: MyriadRegular;
  font-display: fallback;
  src: url(/assets/fonts/MyriadPro-Regular.ttf);
  src: url("/assets/fonts/MyriadPro-Regular.eot");
  src: url("/assets/fonts/MyriadPro-Regular?#iefix") format("embedded-opentype"), url("/assets/fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: MyriadSemibold;
  font-display: fallback;
  src: url(/assets/fonts/MyriadPro-Semibold.ttf);
  src: url("/assets/fonts/MyriadPro-Semibold.eot");
  src: url("/assets/fonts/MyriadPro-Semibold?#iefix") format("embedded-opentype"), url("/assets/fonts/MyriadPro-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.app {
  background: url("/assets/img/bg1.png") no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.app__width {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  .app__width {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.app__content_fixed {
  /*padding-top: 140px;*/
  padding-top: 140px;
}
.app__content_fixed_s {
  padding-top: 80px;
}
.app__content_fixed_xs {
  padding-top: 55px;
}

.header__width {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header__width {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.header__logo {
  width: 215px;
  height: 32px;
  position: relative;
  z-index: 2;
  top: 55px;
}
@media screen and (max-width: 800px) {
  .header__logo {
    top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .header__logo {
    width: 160px;
    background-size: contain;
    top: 5px;
  }
}
@media screen and (max-width: 400px) {
  .header__logo {
    width: 120px;
    top: 10px;
    background: url(/design/su188/assets/img/mobile-logo.png) no-repeat !important;
    background-size: contain !important;
  }
}
.header__img {
  width: 477px;
  height: 276px;
  position: absolute;

  background-size: contain;
  top: -10px;
  left: 160px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .header__img {
    display: none;
  }
}
.header__phone {
  display: block;
  text-align: right;
  position: relative;
  z-index: 2;
  top: 30px;
}
@media screen and (max-width: 800px) {
  .header__phone {
    top: -23px;
    position: absolute;
    right: -20px;
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .header__phone {
    top: -30px;
  }
}
@media screen and (max-width: 400px) {
  .header__phone {
    top: -28px;
  }
}
.header__phone-text {
  font-size: 11px;
  font-family: Arial;
  display: block;
  padding-right: 50px;
  color: #505050;
  padding-bottom: 2px;
}
@media screen and (max-width: 500px) {
  .header__phone-text {
    display: none;
  }
}
.header__phone-num {
  font-size: 24px;
  color: #505050;
}
@media screen and (max-width: 800px) {
  .header__phone-num {
    font-size: 20px;
    font-weight: bold;
    color: #000;
  }
  .header__phone-num svg{
    fill: #000 !important;
  }
}
@media screen and (max-width: 400px) {
  .header__phone-num {
    font-size: 16px;
  }
}
.header__phone-num svg {
  width: 22px;
  height: 22px;
  fill: #717170;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 400px) {
  .header__phone-num svg {
    width: 20px;
    height: 20px;
  }
}
.popup {
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
  text-align: center;
  white-space: nowrap;
  display: block;
}
.popup:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.popup__cover {
  display: inline-block;
  vertical-align: top;
  margin: 250px auto 0 auto;
  width: 360px;
}
.popup__container {
  background: #fff;
  text-align: left;
  white-space: normal;
  border-radius: 3px;
  position: relative;
  padding: 45px 40px;
}
.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.popup__close svg {
  width: 15px;
  height: 15px;
}

.popup-thanks__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  color: #2f2b28;
}
.popup-thanks__text {
  text-align: center;
  font-size: 14px;
  color: #2f2b28;
}
@media screen and (max-width: 500px) {
  .popup-thanks .popup__cover {
    width: 300px;
  }
}

.menu {
  height: 66px;
  border-radius: 10px;
  background: linear-gradient(#2a2725, #5c5645);
  margin-top: 76px;
  position: relative;
  z-index: 10;
}
.menu_active {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 600px) {
  .menu {
    height: 45px;
  }
}
@media screen and (max-width: 800px) {
  .menu {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .menu {
    margin-top: 10px;
  }
}
.menu__links {
  padding: 22px 0 17px 0;
  height: 100%;
  float: left;
  width: calc(100% - 520px);
}
@media screen and (max-width: 900px) {
  .menu__links {
    padding: 22px 0 17px 0;
    width: calc(100% - 460px);
  }
}
@media screen and (max-width: 820px) {
  .menu__links {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 620px) {
  .menu__links {
    display: none;
  }
}
.menu__links-item {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 0 17px;
  position: relative;
  vertical-align: text-top;
}
@media screen and (max-width: 1050px) {
  .menu__links-item {
    font-size: 16px;
    padding: 0 5px;
  }
}
.menu__links-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  height: 30px;
  width: 1px;
  background: #6f6c66;
}
@media screen and (max-width: 900px) {
  .menu__links-item:before {
    top: -2px;
  }
}
.menu__links-item:nth-child(1) {
  margin-right: 10px;
  border-left: 0;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .menu__links-item:nth-child(1) {
    margin-right: 10px;
  }
}
.menu__links-item:nth-child(1):before {
  content: "";
  height: 0;
}
.menu__links-item:last-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  height: 30px;
  width: 1px;
  background: #6f6c66;
}
@media screen and (max-width: 900px) {
  .menu__links-item:last-child:after {
    top: -2px;
  }
}
.menu__phone {
  padding-top: 22px;
  float: right;
  width: 190px;
  margin-right: 13px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .menu__phone {
    width: 180px;
    padding-top: 23px;
  }
}
@media screen and (max-width: 820px) {
  .menu__phone {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .menu_fixed .menu__phone{
    display: block !important;
    padding-top: 15px !important;
  }
  .menu_fixed .menu__phone span{
    top: 11px !important;
  }
}
@media screen and (max-width: 475px) {
  .menu_fixed .menu__phone{
    margin-right: 6px !important;
    width: 190px !important;
    padding-top: 11px !important;
    text-align: right;
    padding-bottom: 9px !important;
  }

  .menu_fixed .menu__phone span{
    top: 9px !important;
    left: 19px !important;
  }

  .menu{
    height: auto !important;
  }
}
@media screen and (max-width: 324px) {
  .menu_fixed .menu__phone{
    padding-top: 0px !important;
  }
  .menu_fixed .menu__phone span{
    top: -4px !important;
  }
}

.menu__phone a {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 900px) {
  .menu__phone a {
    font-size: 16px;
  }
}
.menu__phone a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets/img/WhatsApp.png") no-repeat;
  width: 22px;
  height: 22px;
  background-size: cover;
}
.menu__phone span {
  position: absolute;
  top: 20px;
  left: 0;
  background: url("/assets/img/WhatsApp.png") no-repeat;
  width: 22px;
  height: 22px;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .menu__phone a:before {
    top: -2px;
  }
}
.menu__button {
  float: right;
  width: 170px;
  background: #dd5114;
  border-radius: 30px;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  margin-top: 18px;
}
@media screen and (max-width: 900px) {
  .menu__button {
    width: 150px;
    font-size: 16px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 600px) {
  .menu__button {
    margin-top: 8px;
  }
}
.menu__mob-links {
  display: none;
  float: left;
  width: 50px;
  padding-top: 3px;
}
.menu__mob-links svg {
  width: 40px;
  height: 40px;
  fill: #fff;
  cursor: pointer;
}
@media screen and (max-width: 620px) {
  .menu__mob-links {
    display: block;
  }
}
.menu__open {
  display: none;
  position: absolute;
  z-index: 2;
  top: 64px;
  left: 0;
  width: 100%;
  background: #595343;
  padding: 30px 0;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #7e7a70;
  max-height: calc(100vh - 100px);
  overflow: auto;
}
@media screen and (max-width: 600px) {
  .menu__open {
    top: 45px;
  }
}
.menu__open-items {
  float: left;
  width: calc(50% - 115px);
}
@media screen and (max-width: 750px) {
  .menu__open-items {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 1100px) {
  .menu__open-items:nth-child(1) {
    padding-left: 20px;
  }
}
.menu__open-items:nth-child(2) {
  width: calc(50% - 115px);
}
@media screen and (max-width: 750px) {
  .menu__open-items:nth-child(2) {
    width: 100%;
    float: none;
    padding-left: 20px;
  }
}
.menu__open-items:nth-child(3) {
  width: 230px;
}
@media screen and (max-width: 750px) {
  .menu__open-items:nth-child(3) {
    width: 100%;
    float: none;
    padding-left: 20px;
  }
}
.menu__open-item {
  padding-bottom: 15px;
}
.menu__open-item-link {
  font-size: 18px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .menu__open-item-link {
    font-size: 16px;
  }
}
.menu__open-item-link-several:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 5px;
  background: url("/design/su188/assets/img/arrow.png") no-repeat;
  width: 12px;
  height: 7px;
  background-size: cover;
}
.menu__open-item-link-several_active:before {
  transform: rotate(180deg);
}
.menu__open-item-subs {
  padding-top: 10px;
  display: none;
}
.menu__open-item-subs span {
  display: block;
  padding-bottom: 7px;
}
.menu__open-item-subs span:last-child {
  padding-bottom: 0;
}
.menu__open-item-subs a {
  color: #d7d0d0;
  font-size: 16px;
  padding: 3px 0 3px 15px;
}
@media screen and (max-width: 900px) {
  .menu__open-item-subs a {
    font-size: 14px;
  }
}
.menu__open-item-subs_active {
  display: block;
}
.menu__open-close {
  position: absolute;
  bottom: -15px;
  right: -30px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  width: 60px;
  height: 16px;
}
@media screen and (max-width: 1100px) {
  .menu__open-close {
    right: 0;
  }
}
.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .menu_fixed {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}

.slider {
  padding-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .slider {
    padding-bottom: 30px;
  }
}
.slider__container {
  position: relative;
}
.slider__items {
  margin-top: 35px;
}
@media screen and (max-width: 700px) {
  .slider__items {
    margin-top: 15px;
  }
}
.slider__wrapper {
  position: relative;
  z-index: 1;
}
.slider__item {
  width: 100%;
  height: 410px;
}
@media screen and (max-width: 700px) {
  .slider__item {
    height: 320px;
  }
}
@media screen and (max-width: 500px) {
  .slider__item {
    height: 280px;
  }
}
.slider__form {
  position: absolute;
  right: 35px;
  bottom: 85px;
  width: 335px;
  min-height: 200px;
  border-radius: 10px;
  background: #f9f6ef;
  padding: 30px 40px 40px 40px;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .slider__form {
    bottom: 55px;
    right: 15px;
    padding: 20px;
    width: 250px;
  }
}
@media screen and (max-width: 500px) {
  .slider__form {
    bottom: 45px;
  }
}
@media screen and (max-width: 400px) {
  .slider__form {
    width: calc(100% - 30px);
    left: 15px;
  }
}
.slider__form-title {
  color: #2f2b28;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.slider__form-input {
  margin-bottom: 12px;
}
.slider__form-input:nth-child(3) {
  margin-bottom: 20px;
}
.slider__form-input input {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #bababa;
  padding: 5px 20px;
  color: #2f2b28;
}
.slider__form-input input::-webkit-input-placeholder {
  color: #2f2b28;
}
.slider__form-input input:-ms-input-placeholder {
  color: #2f2b28;
}
.slider__form-input input::placeholder {
  color: #2f2b28;
}
.slider__form-input .slider__form-input_error {
  border: 1px solid #dd2214;
}
.slider__form-button {
  background: #dd5114;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  padding: 9px 0;
  cursor: pointer;
  width: 190px;
  margin: 0 auto;
}

.goods__title {
  color: #2c2016;
  font-size: 24px;
  padding-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .goods__title {
    font-size: 20px;
    padding-bottom: 25px;
  }
}
.goods__item {
  float: left;
  width: calc(100%/3 - 14px);
  margin-right: 21px;
  margin-bottom: 70px;
}
@media screen and (max-width: 700px) {
  .goods__item {
    margin-bottom: 40px;
    width: calc(50% - 10px);
    margin-right: 20px;
  }
}
.goods__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 700px) {
  .goods__item:nth-child(3n) {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .goods__item:nth-child(2n) {
    width: calc(50% - 10px);
    margin-right: 0;
  }
}
.goods__item-img {
  border-radius: 15px;
  height: 220px;
  cursor: pointer;
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (max-width: 900px) {
  .goods__item-img {
    height: 180px;
  }
}
@media screen and (max-width: 500px) {
  .goods__item-img {
    height: 120px;
  }
}
.goods__item-title {
  font-size: 24px;
  color: #3e342b;
  text-decoration: underline;
  padding-bottom: 5px;
  height: 62px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .goods__item-title {
    font-size: 20px;
    height: 69px;
  }
}
@media screen and (max-width: 700px) {
  .goods__item-title {
    font-size: 17px;
    height: 60px;
  }
}
.goods__item-subtitle {
  font-size: 17px;
  color: #3e342b;
}
@media screen and (max-width: 1100px) {
  .goods__item-subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 700px) {
  .goods__item-subtitle {
    font-size: 14px;
  }
}
.goods__item-price-text {
  font-size: 18px;
  color: #3e342b;
  padding-right: 7px;
}
@media screen and (max-width: 1100px) {
  .goods__item-price-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 700px) {
  .goods__item-price-text {
    font-size: 14px;
  }
}
.goods__item-price-num {
  color: #db4201;
  font-size: 26px;
  font-weight: bold;
  padding-right: 5px;
}
@media screen and (max-width: 1100px) {
  .goods__item-price-num {
    font-size: 22px;
  }
}
@media screen and (max-width: 700px) {
  .goods__item-price-num {
    font-size: 20px;
  }
}
.goods__item-line {
  width: 185px;
  border: 1px solid #d2cdc5;
  height: 1px;
  margin: 8px 0;
}
@media screen and (max-width: 600px) {
  .goods__item-line {
    width: 100px;
  }
}
.goods__item-button {
  color: #176eb8;
  font-size: 18px;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .goods__item-button {
    font-size: 16px;
  }
}

.footer {
  background: url("/assets/img/footer1.png") no-repeat;
  width: 100%;
  height: 190px;
  background-size: cover;
  padding-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .footer{
    padding-bottom: 0;
    padding-top: 37px;
  }
}
.footer__img {
  background: url("/assets/img/footer-tree.png") no-repeat;
  width: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 300px;
}
@media screen and (max-width: 1200px) {
  .footer__img {
    display: none;
  }
}
.footer__phone {
  width: 330px;
  float: left;
  position: relative;
  height: 100%;
  padding-top: 80px;
  padding-left: 90px;
}
@media screen and (max-width: 900px) {
  .footer__phone {
    display: none;
  }
}
.footer__phone-item {
  color: #393938;
  font-size: 15px;
  padding-bottom: 15px;
}
.footer__phone-link {
  color: #393938;
  font-size: 26px;
}
.footer__phone-copy {
  padding-top: 20px;
  color: #393938;
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .footer__phone {
    width: 240px;
    padding-left: 0;
  }
}
.footer__link {
  width: calc(100% - 410px);
  float: left;
  padding-top: 75px;
}
@media screen and (max-width: 900px) {
  .footer__link {
    padding-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .footer__link {
    padding-top: 0;
  }
}
@media screen and (max-width: 340px) {
  .footer__link {
    position: relative;
    top: -20px;
  }
}

.footer__link-counter{
    float: right;
    width: 81px;
  position: relative;
  top: -31px;
}
@media screen and (max-width: 1200px) {
  .footer__link-counter{
    top:0;
    margin-top: 136px;
  }
}

@media screen and (max-width: 600px) {
  .footer__link-counter{
    /*width: 100%;
    float: none;*/
    display: none;
  }
}
.footer__link-title {
  color: #393938;
  font-size: 13px;
}
.footer__link a {
  color: #393938;
  font-size: 13px;
}
.footer__link-title-bold {
  color: #393938;
  font-size: 13px;
  font-weight: bold;
}

.footer__link_mob{
  display: none;
}
@media screen and (max-width: 1200px) {
  .footer__link {
    width: calc(100% - 329px);
  }
}
@media screen and (max-width: 900px) {
  .footer__link {
    float: left;
    width: calc(100% - 81px);
  }

  .footer__link_mob{
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .footer__link {
    float: none;
    width: 100%;
  }
}

.popup-goods__cover {
  width: 550px;
}
@media screen and (max-width: 570px) {
  .popup-goods__cover {
    width: 90%;
  }
  .popup-goods__cover .slider__form-button {
    width: 100%;
  }
}
@media screen and (max-width: 570px) {
  .popup-goods__container {
    padding: 40px 20px;
  }
}
.popup-goods__item {
  width: 220px;
  float: left;
}
@media screen and (max-width: 570px) {
  .popup-goods__item {
    width: 150px;
  }
}
@media screen and (max-width: 400px) {
  .popup-goods__item {
    width: 100px;
  }
}
.popup-goods__item-img {
  height: 100px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
}
.popup-goods__item-title {
  font-size: 18px;
  color: #3e342b;
  text-decoration: underline;
  padding-bottom: 5px;
}
@media screen and (max-width: 400px) {
  .popup-goods__item-title {
    font-size: 14px;
  }
}
.popup-goods__item-price-text {
  font-size: 14px;
  color: #3e342b;
}
@media screen and (max-width: 400px) {
  .popup-goods__item-price-text {
    font-size: 12px;
  }
}
.popup-goods__item-price-num {
  color: #db4201;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 400px) {
  .popup-goods__item-price-num {
    font-size: 14px;
  }
}
.popup-goods__contact {
  float: right;
  width: calc(100% - 240px);
}
@media screen and (max-width: 570px) {
  .popup-goods__contact {
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 400px) {
  .popup-goods__contact {
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 400px) {
  .popup-callback__container {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 400px) {
  .popup-callback__cover {
    width: 90%;
  }
}

.item-desc {
  min-height: calc(100vh - 400px);
  height: auto;
}
.item-desc__content {
  padding-top: 30px;
  padding-bottom: 150px;
}
@media screen and (max-width: 500px) {
  .item-desc__content {
    padding-bottom: 40px;
    padding-top: 15px;
  }
}
.item-desc__content-left {
  width: 710px;
  float: left;
  margin: 0 30px 20px 0;
}
@media screen and (max-width: 900px) {
  .item-desc__content-left {
    width: 450px;
  }
}
@media screen and (max-width: 650px) {
  .item-desc__content-left {
    width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .item-desc__content-left {
    width: 100%;
    float: none;
  }
}
.item-desc__content-left-img {
  width: 100%;
  height: 460px;
}
@media screen and (max-width: 900px) {
  .item-desc__content-left-img {
    height: 300px;
  }
}
@media screen and (max-width: 650px) {
  .item-desc__content-left-img {
    height: 200px;
  }
}
.item-desc__content-left-imgs {
  padding-top: 10px;
}
.item-desc__content-left-imgs a {
  display: inline-block;
  width: calc(50% - 2px) !important;
  height: 80px !important;
  margin-bottom: 2px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .item-desc__content-left-imgs a {
    height: 30vw !important;
  }
}
.item-desc__content-left-imgs a:nth-child(odd){
  margin-right: 4px
}
.item-desc__content-left-imgs a img {
  display: block;
  width: 100%;
  height: auto !important;
  margin: 0;
}
.item-desc__content-left-desc {
  font-size: 15px;
  font-weight: bold;
  color: #3e342b;
  padding-top: 30px;
}
.item-desc__content-left-order {
  display: none;
  padding-top: 30px;
}
@media screen and (max-width: 500px) {
  .item-desc__content-left-order {
    display: block;
  }
}
.item-desc__content-right{
  float: left;
  width: calc(100% - 710px - 30px);
}
@media screen and (max-width: 900px) {
  .item-desc__content-right{
    width: calc(100% - 450px - 30px);
  }
}
@media screen and (max-width: 650px) {
  .item-desc__content-right{
    width: calc(100% - 300px - 30px);
  }
}
@media screen and (max-width: 500px) {
  .item-desc__content-right{
    width: 100%;
    float: none
  }
}
.item-desc__content-right-title {
  font-size: 18px;
  font-weight: bold;
  color: #3e342b;
  padding-bottom: 20px;
}
.item-desc__content-right-price {
  color: #3e342b;
  font-size: 14px;
  padding-bottom: 30px;
}
.item-desc__content-right-price span {
  font-weight: bold;
  font-size: 17px;
  color: #e05f28;
}
.item-desc__content-right-button {
  background: #dd5114;
  border-radius: 30px;
  text-align: center;
  padding: 5px 15px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.bread-crumbs {
  padding-top: 30px;
}
@media screen and (max-width: 500px) {
  .bread-crumbs {
    padding-top: 15px;
  }
}
.bread-crumbs a {
  color: #1a78b7;
  font-size: 14px;
  position: relative;
  padding-left: 10px;
}
.bread-crumbs a:after {
  content: "/";
  color: #1a78b7;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 3px;
}

.bread-crumbs a:last-child:before {
  content: "/";
  color: #1a78b7;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: -1px;
}

.bread-crumbs a:last-child{
  padding-right: 7px;
}
.bread-crumbs a:nth-child(1):after {
  content: "";
}

strong {
  font-weight: bold;
  font-size: inherit;
}
div.content span, div.content p, div.content em, div.content h1, div.content h2, div.content h3 {
  font-size: inherit;
  font-weight: inherit;
}
/*# sourceMappingURL=index.css.map */

@media (max-width: 992px) {
  table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}