* {
  margin: 0;
  padding: 0
}

*,
*:after {
  box-sizing: border-box
}

body {
  background: #fff;
  font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 23px;
  width: 100%;
  min-width: 320px;
}

a {
  color: #0a78c2 !important;
  outline: medium none;
  text-decoration: none;
  font-weight: 700;
}

a:hover {
  text-decoration: underline
}

p {
  margin: 0 0 11px;
  text-align: justify;
  line-height: 1.3;
}

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

b {
  font-weight: 700
}

img {
  border: medium none;
  padding-top: 5px;
  max-width: 100%;
}

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

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

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

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

.header {
  /* width: 940px; */
  display: block;
  font-size: 50px;
  line-height: 2;
  color: #fff !important;
  margin: 0 auto 5px;
  background: url(../images/header_blue.png) no-repeat scroll 0 -25px transparent;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-left: 20px;
  /* background-size: cover; */
}

.header:hover {
  text-decoration: none;
}

.left-column {
  width: 663px;
  display: inline-block;
  vertical-align: top;
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  margin-right: 20px;
  padding: 10px 30px;
  margin-bottom: 20px;
}

.sidebar {
  width: calc(100% - 687px);
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

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

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

.vk-comment-like-count,
.header {
  cursor: pointer;
}

.vk-comment-like-count:hover {
  text-decoration: none;
}

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

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

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

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

.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-bottom: 5px;
  /* text-align: justify; */
}

.vk-comment-date {
  /*margin-left: 60px;*/
  color: #999
}

.vk-comment-like {
  position: absolute;
  right: 5px;
  bottom: 15px;
  width: 30px;
  height: 16px;
  display: inline-block;
  text-decoration: none
}

.vk-comment-like-count {
  padding-left: 20px;
  font-weight: 700;
  color: #7295b2;
  font-size: 12px;
  text-decoration: none;
  line-height: 16px;
  position: relative;
}

.vk-comment-like-count:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' fill='rgb(114, 149, 178)' width='32' height='32'%3E%3Cpath d='M14.708 15.847C14.252 14.864 14 13.742 14 12.5s.252-2.489.708-3.659a10.976 10.976 0 011.929-3.205c.814-.938 1.784-1.723 2.86-2.271C20.574 2.814 21.758 2.5 23 2.5s2.426.252 3.503.707a9.02 9.02 0 014.789 4.79c.457 1.076.708 2.261.708 3.503a8.96 8.96 0 01-2.637 6.364C28.55 18.678 17.077 29.044 16 29.5c-1.077-.456-12.55-10.822-13.364-11.636A8.978 8.978 0 010 11.5a8.978 8.978 0 012.636-6.364A8.974 8.974 0 019 2.5c1.243 0 2.427.314 3.503.863 1.077.55 2.046 1.334 2.861 2.272a11.02 11.02 0 011.929 3.205c.455 1.171.707 2.418.707 3.66s-.252 2.364-.707 3.347a7.315 7.315 0 01-1.929 2.518'/%3E%3C/svg%3E");
  position: absolute;
  width: 13px;
  height: 13px;
  background-size: cover;
  left: 0;
  top: 1px;
}

.btn {
  line-height: 1;
  font-size: 30px;
  margin: 20px 0 25px 0;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: none;
  z-index: auto;
  width: auto;
  height: auto;
  position: static;
  cursor: pointer;
  opacity: 1;
  padding: 0;
  overflow: visible;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .0980392), 0 0 5px rgba(0, 0, 0, .0980392), 0 1px 3px rgba(0, 0, 0, .298039), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .247059), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .14902);
  -webkit-transition: all .3s cubic-bezier(.42, 0, .58, 1);
  -moz-transition: all .3s cubic-bezier(.42, 0, .58, 1);
  -o-transition: all .3s cubic-bezier(.42, 0, .58, 1);
  transition: all .3s cubic-bezier(.42, 0, .58, 1);
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0; */
  margin-bottom: 10px;
}

/* .btn:hover {
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: none;
  z-index: auto;
  width: auto;
  height: auto;
  position: static;
  cursor: pointer;
  opacity: 1;
  padding: 0;
  overflow: visible;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: rgba(169, 214, 169, 1);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 2px 0 rgba(255, 255, 255, 1), 0 3px 0 rgba(255, 255, 255, 1), 0 4px 0 rgba(255, 255, 255, 1), 0 5px 0 rgba(255, 255, 255, 1), 0 6px 1px rgba(0, 0, 0, .0980392), 0 0 5px rgba(0, 0, 0, .0980392), 0 1px 3px rgba(0, 0, 0, .298039), 0 3px 5px rgba(0, 0, 0, .2), 0 -5px 10px rgba(0, 0, 0, .247059), 0 -7px 10px rgba(0, 0, 0, .2), 0 -15px 20px rgba(0, 0, 0, .14902);
  -webkit-transition: all .2s cubic-bezier(.42, 0, .58, 1) 10ms;
  -moz-transition: all .2s cubic-bezier(.42, 0, .58, 1) 10ms;
  -o-transition: all .2s cubic-bezier(.42, 0, .58, 1) 10ms;
  transition: all .2s cubic-bezier(.42, 0, .58, 1) 10ms;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  text-decoration: none;
  margin-bottom: 10px;
} */

.nav-header__adv {

  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-header__list {
  list-style: none;
  display: flex;
}

input::-ms-clear {
  display: none;
  width : 0;
  height: 0;
}

@media (max-width: 950px) {
  .header {
    text-align: center
  }
}

@media (max-width: 992px) {
  .nav-header__adv {
    position: static;
    transform: none;
  }

  .sidebar {
    display: none
  }

  .container,
  .header {
    width: 100%;
    padding: 0px 10px;
  }

  .header {
    background: #346bc1;
    text-align: center;
  }

  .left-column {
    width: initial;
    margin: 0px auto 10px auto;
    display: block;
  }
}

@media (max-width: 650px) {
  .container {
    margin: 0;
    padding: 0
  }

  .left-column {
    width: 100%;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .header {
    font-size: 27px;
    text-align: center
  }

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



@media (max-width: 480px) {

  .nav-header__list {
    display: none;
  }

  h1 {
    font-size: 18px
  }

  .imm {
    float: none !important;
    margin: 0 !important;
    width: 100% !important
  }
}

.order_block {
  font-family: 'Arial', sans-serif;
  display: none;
}

.x_order_form {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

/*.priceс {*/
/*    position: absolute;*/
/*    font-family: 'Arial', sans-serif;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    color: #000;*/
/*    box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;*/
/*    width: 165px;*/
/*    height: 98px;*/
/*    text-align: center !important;*/
/*    font-size: 19px;*/
/*    font-weight: 700;*/
/*    line-height: 1.3;*/
/*    transform: rotateZ(-7deg);*/
/*    margin: -0 auto;*/
/*    background: linear-gradient(to right, #eea513 0%, #fded13 100%);*/
/*    border-width: 2px;*/
/*    border-style: solid;*/
/*    border-color: #fff;*/
/*    border-image: initial;*/
/*    border-radius: 19%*/
/*}*/

.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box
}

.wheel-wrapper {
  text-align: center
}

.wheel {
  width: 380px !important;
  margin: 0 auto;
  position: relative
}

.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.cursor-text {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  line-height: 61px;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 52%;
  left: 50%;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
  box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
  background: #fff;
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%)
}

.wheel-img {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.wheel img {
  max-width: 100%
}

@media all and (max-width: 520px) {
  .wheel {
    width: 270px !important
  }

  .cursor-text {
    line-height: 48px;
    font-size: 14px
  }
}

@media all and (max-width: 720px) {

  .sidebar {
    display: none
  }
}

@media all and (max-width: 460px) {
  .wheel {
    width: 270px
  }
}

* {
  outline: 0
}


.ac_footer {
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 15px;
  /* color: #a12000; */
}

.ac_footer a {
  color: #a12000;
}

.ac_footer p {
  text-align: center;
}


.inL_729824 {
  cursor: pointer;
}

.inL_750780 {
  font-size: 13px;
}

.inL_11910 {
  float: right;
  margin: 0px 0px 10px 10px;
  width: 250px !important;
}


.inL_655120 {
  display: block;
  margin: 10px auto;
}

.inL_119640 {
  max-width: 100%;
  width: 100%;
}

.inL_919333 {
  font-size: 12px;
  color: rgb(119, 119, 119) !important;
}

.content__center {
  text-align: center;
}

.countdown-container {
  max-width: 415px;
  /* min-width: 320px; */
  text-align: center;
  margin: 0 auto;
}

.countdown-container .redd {
  color: red;
  font-weight: 800;
  font-size: 30px;
}

.countdown-container h3 {
  color: #000;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  font-family: Roboto;
}

h3.redd {
  line-height: 1.25;
}

.countdown-block {
  text-align: center;
  background: #fff500;
  color: #fff;
  padding: 10px 0;
  margin-left: -10px;
  margin-right: -10px;
}

.best-form {
  font: 16px/1.2 Arial;
  padding: 16px;
  color: #fff;
  background-image: linear-gradient(to top, #d1f0ff, #e9f8ff);
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}

.best-form>.wrap {
  max-width: 310px;
  margin: 0 auto;
}

.prod-price {
  display: flex;
  max-width: 300px;
  margin: 0 auto 20px;
  line-height: 1;
  align-items: center;
}

.pop-prod,
.pop-price {
  position: relative;
  flex: 1 50%;
  text-align: center;
  margin: auto;
}

.pop-price::before {
  position: absolute;
  left: 16px;
  top: -60px;
  content: ' ';
  background: url(../images/7.png) no-repeat;
  width: 120px;
  height: 65px;
  background-size: 120px;
}

.price-bottom {
  position: absolute;
  width: 100%;
}

.pop-old-price {
  font-size: 24px;
  color: gray;
  text-decoration: line-through;
}

.pop-new-price {
  font-size: 32px;
  color: #544c4c;
  font-weight: 700;
  text-shadow: 0 0 4px #e3c72e;
}

.name-input,
.phone-input {
  position: relative;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 10px;
}

.name-input::before {
  position: absolute;
  content: '';
  width: 22px;
  height: 23px;
  background-image: url(../fonts/user-icon.svg);
  background-repeat: no-repeat;
  top: 39px;
  left: 10px;
}

.phone-input::before {
  position: absolute;
  content: '';
  width: 21px;
  height: 24px;
  background-image: url(../fonts/telefon-icon.svg);
  background-repeat: no-repeat;
  top: 39px;
  left: 10px;
}

.name-input label,
.phone-input label {
  width: 100%;
  margin: 0 auto 5px;
  text-align: center;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.name-input input,
.phone-input input {
  border: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  min-width: 0;
  padding: 10px 15px;
  border-radius: 6px;
  width: 100%;
  padding-left: 40px;
  transition: all .15s ease-in-out;
}

.button-submit {
  text-align: center;
  display: flex;
  box-sizing: border-box !important;
  width: 100%;
  margin: 15px auto;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  color: #544c4c;
  box-shadow: 0 0 10px rgb(0 0 0 / 40%);
  border-radius: 6px;
  border: 0;
  padding: 14px 10px;
  background-image: linear-gradient(to top, #d8b81b, #fff080);
  cursor: pointer;
  font: 24px/1.4 'Open Sans', sans-serif;
  font-weight: 400;
}



.btn.button-submit {
  width: 250px;
  display: block;
  font: inherit;
  font-weight: 700;
  font-size: 21px;
}

.button-submit-text {
  color: #544c4c !important;
  flex: 1 1 auto;
  font: inherit;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
}

.nav-header {
  display: flex;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
  padding: 5px;
  margin-bottom: 5px;
}

.nav-header__arrow {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-header__link {
  text-transform: uppercase;
}

.nav-header__list-item a {
  color: black !important;
}

.sidebar-bloggers {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 3px rgb(0 0 0 / 30%);
  padding: 15px;
}

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

.sidebar-bloggers img {
  display: block;
  margin: 5px;
  width: 48px;
  height: 48px;
}

.sidebar-bloggers p {
  margin-bottom: 0;
  text-align: center;
}

.sidebar__wrapper {
  display: block;
  margin-bottom: 10px;
}

.sidebar__wrapper:hover {
  text-decoration: none;
}

.com-text {
  margin-bottom: 5px;
}


.com-img {
  display: block;
  padding: 0;
}

.footnote {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.footnote p {
  text-align: center;
}

footer .container {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

footer p {

  margin-bottom: 0;
}

footer span {
  color: #0a78c2;
}

.content__img {
  display: block;
  max-width: 600px;
  width: 100%;
  padding: 0;
  margin: 0 auto 11px;
}

.com-img {
  max-width: 300px;
  width: 100%;
}

@media (max-width: 480px) {

  .inL_11910 {
    display: block;
    margin: 0 auto 5px !important;
  }

  .prod__img {
    max-width: 200px;
    display: block;
    margin: 0 auto !important;
  }
}