* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  background: #fff url(../images/background.png) repeat scroll 0 0;
  font-family: Tahoma, Verdana;
  font-size: 14px;
  line-height: 23px;
  width: 100%;
}

a {
  color: #45688e;
  outline: medium none;
  text-decoration: none;
  font-weight: 700
}

a:hover {
  cursor: pointer;
  text-decoration: underline
}

p {
  margin: 0 0 11px;
  text-align: justify;
  font-size: 17px;
  line-height: 1.4
}

@media (max-width:768px) {
  p {
    text-align: left
  }
}

b,
strong {
  font-weight: bolder
}

img {
  border: medium none
}

h1 {
  margin: 10px 0;
  font-size: 26px;
  line-height: 1.2
}

@media (max-width:479px) {
  h1 {
    font-size: 23px
  }
}

h2 {
  margin: 15px 0 10px;
  font-size: 24px
}

h3 {
  margin: 2px 0 10px;
  font-size: 22px;
  font-weight: 400
}

.container {
  width: 960px;
  margin: 0 auto
}

.header {
  width: 960px;
  margin: 0 auto 15px;
  height: 131px
}

.header img {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px
}

.flex {
  display: flex;
  justify-content: space-between
}

.left-column {
  width: 78%;
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  padding: 30px;
  margin-bottom: 10px
}

.sidebar {
  width: 20%;
  font-size: 12px
}

.sidebar-bloggers {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  padding: 13px;
  margin-bottom: 20px
}

@media (max-width:991px) {
  .left-column {
    width: 100%;
    box-shadow: none;
    padding-left: 15px;
    padding-right: 15px
  }

  .sidebar {
    display: none
  }

  p {
    font-size: 17px;
    line-height: 1.4
  }
}

.sidebar-bloggers-avatar {
  display: inline-block
}

.sidebar-bloggers-avatar:nth-of-type(4n) img {
  margin-right: 0
}

.footer {
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  color: #777
}

@media (max-width:991px) {
  .footer {
    margin-bottom: 0
  }
}

.vk-container {
  font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  font-size: 11px;
  line-height: 17px;
  color: #000;
  text-decoration: none
}

.vk-container a {
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #45688e
}

.vk-container a:hover {
  text-decoration: none
}

.vk-comment-answer a {
  font-size: 12px
}

.vk-header {
  background: #dae2e8 none repeat scroll 0 0;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px
}

.vk-header-text {
  padding: 2px 3px 1px;
  line-height: 100%;
  color: #45688e;
  font-weight: 700
}

.vk-avatar img {
  float: left;
  width: 50px;
  margin-right: 10px
}

.vk-comment,
.vk-comment-load {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 15px
}

.vk-comment:last-child {
  border-bottom: 0 none
}

.vk-comment-name {
  color: #2b587a;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none
}

.vk-comment-name:hover {
  text-decoration: none
}

.vk-comment-text {
  margin-left: 60px;
  text-align: justify;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 5px
}

@media (max-width:768px) {
  .vk-comment-text {
    text-align: left
  }
}

.vk-comment-date {
  margin-left: 60px;
  color: #999;
  font-size: 12px
}

.vk-comment-like:hover {
  opacity: .5;
  cursor: pointer;
  text-decoration: none
}

.vk-comment-like-count {
  padding-left: 14px;
  font-weight: 700;
  color: #7295b2;
  font-size: 10px;
  text-decoration: none
}

.vk-comment-answer {
  color: #2b587a;
  text-decoration: none
}

.vk-comment-answer:hover {
  opacity: .5;
  cursor: pointer;
  text-decoration: none
}

@media(max-width:991px) {
  .header {
    display: none
  }

  .container {
    padding: 15px;
    width: 100%
  }

  .wap {
    display: block
  }
}

@media (max-width:768px) {

  body,
  html {
    overflow-x: hidden
  }

  body {
    background-image: none
  }

  .sidebar {
    display: none
  }

  .container {
    width: 100%;
    padding: 0
  }

  .left-column {
    width: 100%;
    background: #fff none repeat scroll 0 0;
    padding: 0 15px;
    margin: 0 auto 10px
  }

  .footer {
    clear: both;
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 12px;
    color: #777;
    width: 100%;
    text-align: center
  }

  .header {
    width: 100%;
    margin: 0 auto 15px;
    background: transparent url(../images/header.png) no-repeat scroll 0 0;
    height: 131px;
    cursor: pointer;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-position: center center
  }
}

.button__text,
form,
input {
  display: block;
  width: 100%;
  margin: 0 auto
}

form {
  margin: 20px auto;
  max-width: 400px
}

.button__text,
input {
  box-sizing: border-box;
  min-height: 40px;
  border: 1px solid #000;
  margin-bottom: 30px;
  padding: 5px 15px
}

.button__text {
  border: none;
  background-color: red;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  max-width: 250px;
  font-size: 16px;
  padding: 15px;
  text-align: center
}

.button__text:focus,
.button__text:hover {
  cursor: pointer;
  transition: all .6s;
  transform: scale(1.05);
  text-decoration: none
}

.price {
  text-align: center;
  margin: 0;
  margin-bottom: 10px
}

.old {
  color: red;
  font-size: 20px
}

.new {
  color: green;
  font-size: 22px
}

a.button {
  display: block;
  margin: 30px auto 0;
  box-sizing: border-box;
  padding: 15px;
  max-width: 250px;
  background-color: red;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 16px
}

.button:focus,
.button:hover {
  cursor: pointer;
  transition: all .6s;
  transform: scale(1.05)
}

.ac_footer {
  position: relative;
  text-align: center;
  overflow: hidden;
  color: #a12000
}

.ac_footer a {
  color: #a12000
}

.ac_footer p {
  text-align: center
}

img[height="1"],
img[width="1"] {
  display: none !important
}

.inL_705745 {
  font-size: 13px
}

@media (max-width:991px) {
  .inL_705745 {
    margin-bottom: 20px
  }
}

.inL_456030 {
  font-weight: 400;
  text-decoration: none;
  color: #000;
  cursor: pointer
}

.inL_33080 {
  margin: 0 auto 20px;
  display: block;
  width: 100%;
  max-width: 580px
}

.inL_394906 {
  cursor: pointer
}

.inL_547424 {
  cursor: pointer
}

.inL_300294 {
  display: block;
  max-width: 300px;
  margin: 20px auto 10px;
  width: 100%
}

.inL_43459 {
  font-weight: 400;
  text-decoration: none;
  color: #000;
  cursor: pointer
}

.inL_837130 {
  margin-bottom: 0;
  font-size: 12px;
  color: #777
}

.sidebar-bloggers-wrapper {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.no-wrap {
  white-space: nowrap;
}
.form-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.prod_img_wrapper {
  max-width: 250px;
  margin: 15px 0;
  position: relative;
}
.prod_img {
  width: 100%;
  max-width: 400px;
}
.order_form {
  display: block !important;
  text-align: center !important;
  max-width: 350px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.js_old_price {
  display: block;
  font-size: 16px;
  margin: 0 auto;
}
.price_main {
  border-bottom: 2px solid #d31812;
  font-size: 28px;
  color: red;
  line-height: 5px;
}
label {
  text-align: left;
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.Wheel_input {
  padding: 10px !important;
  display: block;
  margin: 0 auto;
  padding: 10px !important;
  width: 100% !important;
  border: 2px solid grey !important;
  border-radius: 5px !important;
}
.Wheel_input {
  margin-bottom: 10px;
}

.x_country_select {display: none!important;}


