* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none
}

.live-foto {
  margin-top: 5px !important;
  margin-left: 0 !important;
}

.content .img-caption {
  max-width: 530px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  font-size: 16px;
  font-style: italic;
}

.center {
  text-align: center;
}

body {
  font-size: 19px;
  font-family: Arial, sans-serif;
  background: #fafafa
}

a {
  color: blue;
  text-decoration: underline
}

a:hover {
  color: #b0493b
}

.user_name a {
  color: #000;
  font-weight: 700;
}

.btn-block {
  text-align: center;
}

.btn-block a {
  margin-bottom: 15px;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.btn-block a:hover {
  opacity: 0.8;
}

.container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: relative
}

.logo {
  color: #0B2161;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 15px auto 0;
  display: block;
  font-size: 60px
}

.logo:hover {
  color: #0B2161
}

.nav {
  background: #0B2161;
  line-height: 40px
}

.nav li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 9px
}

.nav li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: .3s;
  transition: .3s
}

.nav li a:hover {
  color: #9595e3;
  -webkit-transition: .3s;
  transition: .3s
}

.content {
  display: inline-block;
  width: 100%;
  padding-right: 2%;
  background: #fff;
  padding: 25px 20px
}

.content h1 {
  text-align: center;
  margin-bottom: 16px
}

.content h2 {
  font-size: 19px;
  border-bottom: 3px solid #168de2;
  padding-bottom: 15px
}

.content p,
.content img,
.content h1,
.content h2 {
  margin-bottom: 16px
}

.content p {
  line-height: 1.5625;
  text-align: justify;
}

.text {
  text-align: justify;
}

.content img {
  margin: auto;
  display: block;
  /* width: 61%; */
  max-width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down
}

.content .list {
  margin-bottom: 16px
}

.content .list p {
  margin-bottom: 0
}

.quantity {
  color: #45688e;
  font-weight: 700;
  padding: 2px 3px 1px;
  background: #dae2e8;
  margin-bottom: 20px
}

.comment {
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 15px;
  margin-bottom: 15px
}

.comment>a {
  text-decoration: none;
}

.content .comment .avatar {
  width: 48px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top
}

.comm_text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 65px)
}

.content .comm_text .user_name {
  color: #2b587a;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0
}

.user_name a {
  text-decoration: none
}

.content .comm_text .text {
  margin-bottom: 0;
  font-size: 15px
}

.content .comm_text .time {
  color: #23527c;
  margin-bottom: 0
}

.footer {
  padding: 20px 1.5%;
  margin: 0 auto;
  background: #ebebeb none repeat scroll 0% 0%;
  text-align: center
}

.burg {
  display: none
}

@media all and (max-width:1000px) {


  .nav li {
    display: none
  }

  .nav {
    line-height: 0
  }

  .content {
    width: 100%
  }

  .logo {
    font-size: 44px;
    margin: 5px auto
  }

  .content h1 {
    font-size: 22px
  }

  .burg {
    display: block;
    margin: 0 auto;
    padding: 0 20px
  }

  .burg img {
    width: 40px
  }
}


img[width="1"] {
  display: none !important
}

@media (max-width:1000px) {

  img {
    max-width: 460px
  }

  .content img {
    margin-left: auto;
    margin-right: auto
  }
}

@media all and (max-width:639px) {

  .content p,
  .text {
    text-align: left;
    line-height: 1.3;
  }
}

/* --------order_block-------- */
* {
  outline: none;
}

.order_block {
  text-align: center;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  padding-bottom: 41px;
}

.order_block .product {
  margin-bottom: 40px;
}

.order_block .prod_img_wrapper {
  max-width: 420px;
  margin: 15px auto;
  position: relative;
}

.order_block .product img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.order_block .priceс {
  position: absolute;
  font-family: Arial, sans-serif;
  right: 0px;
  bottom: 0px;
  color: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
  width: 165px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  transform: rotateZ(-7deg);
  text-align: center !important;
  margin: -25px auto 0px;
  background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  border-radius: 19%;
  padding: 5px !important;
}

.order_block span.discountс {
  font-size: 18px;
}


.order_block .js_old_price {
  text-align: center;
}

.order_block .js_old_price {
  text-decoration: line-through;
}

.order_block .price_main {
  border-bottom: 2px solid #d31812;
  font-size: 24px;
  line-height: 1;
  margin: 0 auto;
}

.order_block .order_form {
  max-width: 338px;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.order_block form {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.order_block .wheel_input {
  padding: 10px;
  display: block;
  margin: 0 auto 20px;
  padding: 0 10px;
  width: 100%;
  min-height: 42px;
  border: 2px solid grey;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.order_block form .input-wrapper {
  position: relative;
}

.order_block .main-link {
  display: block;
  margin: 20px auto 40px;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.order_block .main-link:hover {
  opacity: 0.8;
}

.order_block h2 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}

.order_block .red {
  color: #f00;
}