body {
  overflow-x: hidden;
}

body, img {
  max-width: 100%
}

.row, .sect_1 .content, .sect_1 .content .count_down_block {
  float: left
}

.relative, .sect_1 {
  position: relative
}

.iblock, .sect_3 .under_include, .sect_4 .item, .sect_8 ul li, .wrap_c {
  display: inline-block;
  vertical-align: top;
}

.sect_1 .content .price_block a, .sect_1 .content h2, .sect_3 .item .title, .sect_3 h2, .sect_5 .sidebar h2, .sect_6 h2, .sect_7 h2, .sect_8 h2, .sect_9 .form_block button {
  text-transform: uppercase
}

* {
  margin: 0;
  padding: 0;
  outline: 0 !important;
  list-style: none;
  resize: none;
  box-sizing: border-box
}

.aright {
  text-align: right
}

.aleft {
  text-align: left
}

.acenter, body {
  text-align: center
}

[type=submit], button {
  cursor: pointer
}

@font-face {
  font-family: 'Peace Sans';
  src: url('../fonts/peace_sans-webfont.woff2') format('woff2'), url('../fonts/peace_sans-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

button, input, textarea {
  font-family: inherit
}

.row {
  width: 100%;
}

img {
  -webkit-user-drag: none
}

a:hover {
  text-decoration: none
}

table {
  border-collapse: collapse
}

body {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif
}

.sect_1 .content .price_block .old_price, .sect_3 h2, .sect_4 h2 {
  font-family: Peace Sans, sans-serif
}

.wrap_c {
  max-width: 1170px;
  width: 100%;
  vertical-align: top;
  position: relative;
  margin: 0 auto;
}

.mgt0 {
  margin-top: 0 !important
}

.mgt10 {
  margin-top: 10px !important
}

.mgt15 {
  margin-top: 15px
}

.mgt20 {
  margin-top: 20px
}

.mgt30 {
  margin-top: 30px
}

.mgt35 {
  margin-top: 35px
}

.mgt40 {
  margin-top: 40px
}

.sect_1 {
  background: url(../img/back_sect_1.jpg) 50% 0 no-repeat;
  height: 700px
}

.sect_1 .sidebar {
  float: left;
  width: 375px;
  margin: 70px 0 0 -80px
}

.sect_1 .sidebar .product {
  width: 100%;
  max-width: 325px;
  position: absolute;
  left: 0px;
  top: 170px;
}

.sect_1 .content {
  width: 600px;
  margin: 60px 0 0 5px;
  position: absolute;
  left: 280px
}

.sect_1 .content h2 {
  text-align: left;
  font-weight: 400;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 1px
}

.sect_1 .content ul {
  margin: 23px 0 0
}

.sect_1 .content ul li {
  padding-left: 33px;
  text-align: left;
  font-size: 16px;
  margin: 0 0 18px;
  background: url(../img/list_style_head.png) 0 1px no-repeat
}

.sect_1 .content .count_down_block p {
  font-size: 16px;
  font-weight: 400;
  text-align: left
}

.sect_1 .content .price_block {
  width: 500px;
  margin: 25px 0 0;
  height: 240px;
  text-align: left;
  font-weight: 700;
  padding: 25px;
  font-size: 24px;
  background: white;
  border-radius: 15px;
}

.sect_1 .content .price_block p {
  margin-bottom: 0;
  text-align: center;
}

.sect_1 .content .price_block .sale {
  color: #ff0030
}

.sect_1 .content .price_block .new_price {
  font-size: 43px;
  font-weight: 700;
  margin: 0 0 0 10px;
  letter-spacing: 1px;
  color: #ff0030;
  font-family: Peace Sans, sans-serif
}

.sect_1 .content .price_block .new_price small {
  font-size: 24px
}

.sect_1 .content .price_block .old_price {
  color: #333;
  font-size: 24px;
  position: relative
}

.sect_1 .content .price_block .old_price:before {
  position: absolute;
  left: 0;
  top: 49%;
  width: 100%;
  height: 2px;
  background: #ff0030;
  content: ''
}

.sect_1 .content .price_block a {
  text-align: center;
    line-height: 80px;
    text-decoration: none;
    width: 210px;
    height: 80px;
    border-radius: 40px;
    font-size: 24px;
    display: block;
    margin: 13px auto 0;
    color: #fff;
    background: #64a703;
    box-shadow: 0 5px 10px rgb(0 0 0 / 40%);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.sect_1 .content .price_block a:hover {
  transform: scale(1.02);
  -moz-transform: scale(1.02);
  -webkit-transform: translateZ(0) scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
}

.sect_2 {
  height: 781px;
  background: url(../img/back_sect_2.jpg) 50% 0 no-repeat;
  font-size: 24px;
  padding-top: 100px
}

.sect_2 span {
  color: #64a703
}

.left {
  float: left
}

.right {
  float: right
}

.sect_3 {
  height: 1072px;
  background: url(../img/back_sect_3.jpg) 50% 0 no-repeat;
  position: relative
}

.sect_3 .whitebox {
  padding: 20px;
  background: white;
  border-radius: 40px;
}

.sect_3 .tovar {
  position: absolute;
    width: 100%;
    max-width: 550px;
    left: 51%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 265px;
}

.sect_3 h2 {
  color: #333232;
  font-size: 48px;
  line-height: 36px;
  margin: 67px 0 0
}

.sect_3 h2 span {
  color: #64a703;
  font-size: 30px
}

.sect_3 .item {
  width: 300px;
  font-size: 16px;
  margin: 0 30px;
  color: #fff
}

.sect_3 .item .include {
  float: left;
  width: 100%;
  margin-bottom: 31px
}

.sect_3 .item p {
  float: left;
  width: 100%;
  line-height: 20px;
  margin-bottom: 20px;
  text-shadow: 0px 0px 2px #000;
}

.sect_3 .item .photo {
  float: left;
  width: 100%;
}
.sect_3 .item .photo img {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 170px;
  margin: 0 auto;
}

.sect_3 .item .title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  float: left;
  width: 100%
}

.sect_3 .under_include {
  max-width: 370px;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  bottom: 107px;
  left: 50%;
  margin-left: -185px;
}

.sect_3 .under_include span {
  color: #ff0131;
  font-weight: 700
}

.clearfix {
  overflow: auto;
  zoom: 1
}

.sect_4 {
 
  background: url(../img/back_sect_4.jpg) 50% 0 no-repeat
}

.sect_4 h2 {
  font-size: 30px;
  line-height: 34px;
  color: #333232;
  margin: 105px 0 60px;
  text-transform: uppercase
}

.sect_6 p {
  padding: 10px 0;
}

.sect_4 h2 .first1 {
  line-height: 42px;
  font-size: 48px;
  color: #64a703;
  display: block;
}

.sect_7 p {
  min-height: 250px;
}

.sect_4 .item {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 65px
}

.sect_4 .item:nth-child(3n) {
  clear: both
}

.sect_4 .item .photo {
  width: 37%;
  float: left
}

.sect_4 .item .descr {
  width: 63%;
  float: left;
  padding: 0 0 0 10px;
  text-align: left
}

.sect_4 .item .descr .title {
  color: #64a703;
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 20px
}

.sect_4 .item .descr p {
  font-size: 16px;
  line-height: 20px;
  color: #333
}

.sect_4 .item_stat_cal span, .sect_4 .item_stat_weight span {
  line-height: 40px;
  color: #ff0131;
  font-family: Peace Sans, sans-serif
}

.sect_4 .item_stat_cal {
  float: left;
  margin: 40px 0 0 96px;
  font-size: 18px;
  width: 38%;
}

.sect_4 .item_stat_cal span {
  font-size: 72px
}

.sect_4 .item_stat_cal p {
  font-size: 15px;
  margin-bottom: 10px
}

.sect_4 .item_stat_weight {
  float: left;
  font-size: 18px;
  margin: 40px 0 0 40px;
  width: 21%;
}

.sect_4 .item_stat_weight span {
  font-size: 72px
}

.sect_4 .item_stat_weight p {
  font-size: 15px;
  margin-bottom: 10px
}

.sect_4 .shtamp {
  float: left;
  margin: 7px 0 0 -72px
}

.sect_4 .stat_block h2 {
  margin: 96px 0 34px
}

.text-left {
  text-align: left
}

.sect_5 {
  background: url(../img/back_sect_5_1.jpg) 50% 0 no-repeat;
padding:80px 0
}

.sect_5 .sidebar {
  float: left;
  text-align: left;
  width: 575px
}
.Iklan {
display: block;
    position: absolute;
    padding: 7px 20px;
    background-color: #FFF;
    color: #000;
    border-radius: 10px;
    width: auto;
    margin: 0 auto;
    z-index: 1000;
    right:10px;
    top: 10px;
    font-family: Peace Sans, sans-serif;
    font-weight: 400;
}

.sect_5 .sidebar h2 {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  margin: 0 0 25px;
  margin-left: 10px;
  font-family: Peace Sans, sans-serif
}

.sect_5 .sidebar h2 span {
  line-height: 30px;
  font-size: 38px
}

.sect_5 .sidebar .descr {
  padding: 57px 70px;
  background: #fff;
  border-radius: 10px
}

.sect_5 .sidebar .descr ul li {
  float: left;
  width: 100%;
  margin-bottom: 30px
}

.sect_5 .sidebar .descr ul li img {
  float: left;
  margin-right: 10px
}

.sect_5 .sidebar .descr ul li p {
  float: right;
  height: 66px;
  width: 300px;
  margin: 0 54px 0 0
}

.sect_5 .sidebar .descr strong {
  color: #ff0131
}

.sect_6 {
  height: 802px;
  background: url(../img/back_sect_6.jpg) 50% 0 no-repeat
}

.sect_6 h2 {
  font-size: 30px;
  line-height: 42px;
  color: #333232;
  margin: 98px 0 35px;
  font-family: Peace Sans, sans-serif
}

.sect_6 h2 span {
  line-height: 40px;
  font-size: 48px;
  color: #64a703;
  display: block;
}

.sect_6 .sidebar {
  width: 570px;
  float: right;
  text-align: left
}

.sect_6 .sidebar .shtamp {
  float: right;
  margin: -96px 175px 0 0
}

.sect_6 .sidebar .icons {
  margin-left: -5px
}

.sect_7 {
  height: 537px;
  background: url(../img/back_sect_7.jpg) 50% 0 no-repeat
}

.sect_7 h2 {
  font-size: 30px;
  line-height: 34px;
  color: #333232;
  margin: 94px 0 35px;
  font-family: Peace Sans, sans-serif
}

.sect_7 h2 span {
  line-height: 30px;
  font-size: 48px;
  color: #fff
}

.sect_7 .item {
  float: left;
  width: 33.3%;
  padding: 0 20px
}

.sect_7 .item .title {
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px
}

.sect_8 {
  height: 708px;
  background: url(../img/back_sect_8.jpg) 50% 0 no-repeat
}

.sect_8 h2 {
  font-size: 30px;
  line-height: 34px;
  color: #333232;
  margin: 94px 0 35px;
  font-family: Peace Sans, sans-serif
}

.sect_8 h2 span {
  line-height: 30px;
  font-size: 38px;
  color: #64a703
}

.sect_8 ul li {
  padding: 0;
  width: 360px
}

.sect_8 ul li .weight {
  font-size: 30px;
  color: #ff0131;
  font-family: Peace Sans, sans-serif
}

.sect_8 ul li .name {
  color: #64a703;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px
}

.sect_8 .bx-wrapper {
  position: relative
}

.sect_8 .bx-wrapper .bx-viewport {
  height: auto !important
}

.sect_8 .bx-wrapper .bx-next, .sect_8 .bx-wrapper .bx-prev {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  margin-top: -15px;
  width: 20px;
  height: 30px;
  font-size: 0;
  top: 50%
}

.sect_8 .bx-wrapper .bx-next {
  right: 0;
  background: url(../img/next_n.png) no-repeat
}

.sect_8 .bx-wrapper .bx-next:hover {
  background: url(../img/next_h.png) no-repeat
}

.sect_8 .bx-wrapper .bx-prev {
  left: 0;
  background: url(../img/prev_n.png) no-repeat
}

.sect_8 .bx-wrapper .bx-prev:hover {
  background: url(../img/prev_h.png) no-repeat
}

.sect_8 .bx-default-pager {
  display: none
}

.countdown {
  font-size: 36px;
  font-weight: 300;
  display: inline-block;
  margin: 10px 0 0
}

.countdown div:first-child:before, .sect_9 .form_block .chosen-container>a div b {
  display: none
}

.countdown div {
  float: left;
  width: 54px;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 5px;
  margin-left: 20px;
  height: 54px;
  position: relative;
  line-height: 56px;
  color: grey
}

.countdown div span {
  margin-top: -10px
}

.countdown div:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  left: -12px;
  background: url(../img/double_dot.png)
}

.countdown div:first-child {
  margin-left: 0
}

.sect_9 {
  height: 797px;
  background: url(../img/back_sect_9.jpg) 50% 0 no-repeat
}

.sect_9 .counter_block {
  border-radius: 5px;
  background: #f2f2f2;
  margin-bottom: 22px
}

.sect_9 .sidebar {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin-right: 320px;
}

.sect_9 .sidebar .counter_block {
  padding: 20px
}

.sect_9 .sidebar .counter_block p {
  margin-bottom: 7px
}

.sect_9 .sidebar .text {
  float: left;
  width: 185px;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 17px;
  font-weight: 700;
  text-align: left
}

.sect_9 .sidebar .text span {
  color: #64a703
}

.sect_9 .sidebar .sale {
font-family: Peace Sans, sans-serif;
    color: #64a703;
    font-size: 66px;
    margin: 10px 0 0;
}

.sect_9 .sidebar .old_price {
  float: left;
  color: #333;
  font-family: Peace Sans, sans-serif;
  font-size: 30px;
  position: relative
}

.sect_9 .sidebar .old_price:before {
  position: absolute;
  left: 0;
  top: 49%;
  width: 100%;
  height: 2px;
  background: #ff0030;
  content: ''
}

.sect_9 .sidebar .new_price {
  float: left;
  font-size: 60px;
  margin-top: -10px;
  font-weight: 700;
  color: #ff0030;
  font-family: Peace Sans, sans-serif
}

.sect_9 .sidebar .new_price small {
  font-size: 24px
}

.sect_9 .form_block {
  display: inline-block;
  width: 33%;
  text-align: center;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  z-index: 10;
}

.sect_9 .form_block input, .sect_9 .form_block select {
  width: 300px;
  height: 60px;
  padding: 0 15px 0 45px;
  border: 2px solid #e6e6e6;
  margin-bottom: 10px;
  background: #fff;
  text-align: left;
  font-size: 16px
}

.sect_9 .form_block input[name=phone] {
  background: url(../img/icon_phone.png) 15px 50% no-repeat
}

.sect_9 .form_block input[name=name] {
  background: url(../img/icon_name.png) 15px 50% no-repeat
}

.sect_9 .form_block input.phone_2 {
  background: url(../img/icon_phone.png) 15px 50% no-repeat
}

.sect_9 .form_block .chosen-container {
  width: 300px !important;
  height: 60px;
  margin-bottom: 10px;
  border: 2px solid #e6e6e6
}

.sect_9 .form_block .chosen-container>a {
  border: 0;
  height: 56px;
  line-height: 56px;
  padding-left: 45px;
  background: url(../img/icon_place.png) 17px 50% no-repeat
}

.sect_9 .form_block select {
  background: url(../img/icon_place.png) no-repeat 15px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sect_9 .form_block button {
  margin-top: 10px;
  display: inline-block;
  font-family: Peace Sans, sans-serif;
  text-align: center;
  line-height: 80px;
  text-decoration: none;
  width: 300px;
  height: 80px;
  border: 0;
  border-radius: 40px;
  font-size: 24px;
  color: #fff;
  background: #64a703;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.sect_9 .form_block button:hover {
  transform: scale(1.02);
  -moz-transform: scale(1.02);
  -webkit-transform: translateZ(0) scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
}

.bothblock {
  background: white;
  border-radius: 40px;
  width: 90%;
  margin: 155px auto;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
}

.tovar2 {
  width: 100%;
  max-width: 320px;
  position: absolute;
  left: 365px;
  top: 20px;
}

.medals {
  position: relative;
}

.medals div {
  position: absolute;
  width: 113px;
  text-align: left;
  top: 12px;
  font-size: 12px;
}

.medals div:nth-child(2) {
  width: 163px;
  left: 202px;
  font-size: 12px;
}

.first {
  left: 43px;
}

.phwrbase {
  position: relative;
  text-align: center;
}

.phwr {
  position: relative;
  display: inline-block;
}

.phwr span {
  position: absolute;
  display: block;
  width: 46%;
  bottom: 5px;
  height: 30px;
  background: #ff0131;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.phwr span.aft {
  background: #64a703;
  right: 0;
}

.second {
  left: 241px;
}

.third {
  left: 441px;
  top: 13px !important;
  font-size: 12px !important;
}

.graph {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.graph h1 {
  position: absolute;
  width: 200px;
  text-align: center;
  font-size: 20px;
}

.graph h2 {
  position: absolute;
  width: 103px;
  color: grey;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  line-height: 12px !important;
}

.girl {
  position: absolute;
  right: -20px;
  top: 33px;
  z-index: 2;
}

.afterlogo {
  width: 200px;
  text-align: center;
  margin: 0 auto;
}

.afterlogo h2 {
  color: red;
  text-transform: uppercase;
  font-size: 20px;
}

.afterlogo p {
  color: black;
  font-size: 15px;
}

.graph h1:nth-child(2) {
  left: 15px;
  bottom: 0;
}

.graph h1:nth-child(3) {
  left: 267px;
  bottom: 0;
}

.graph h1:nth-child(4) {
  left: 514px;
  bottom: 0;
}

.graph h1:nth-child(5) {
  left: 768px;
  bottom: 0;
}

.graph h2 span {
  color: black;
  font-size: 13px;
  font-weight: normal;
  display: block;
}

.graph .first {
  left: 18px;
  top: 0;
}

.graph .second {
  left: 270px;
  top: 80px;
}

.graph .thirdd {
  left: 521px;
  top: -28px;
}

.graph .four {
  left: 768px;
  top: -81px;
}

.graph h3 {
  position: absolute;
  width: 103px;
  color: #64a703;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  line-height: 20px !important;
  text-transform: uppercase;
  font-family: Peace Sans, sans-serif;
}

.graph h3 span {
  color: black;
  font-size: 13px;
  font-weight: normal;
  display: block;
}

.graph .five {
  left: 112px;
  top: 12px;
}

.graph .six {
  left: 360px;
  top: 30px;
}

.graph .seven {
  left: 613px;
  top: 159px;
}

.graph .eight {
  right: 18px;
  top: 100px;
}

.arrowblock {
  position: absolute;
  right: 250px;
  top: 50px;
}

.arrowblock p {
  width: 100px;
  color: red;
  font-style: italic;
  font-weight: bold;
  transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
}

.arrowblock img {
  padding-left: 52px;
}

@media screen and (max-width: 1131px) {
  .sect_3 h2 {
    margin-bottom: 30px;
  }
  .sect_3 .item .photo img {
    margin-bottom: 20px;
  }
  .girl {
    display: none;
  }
  .sect_3 .tovar {
    display: none;
  }
  .right, .left, .sect_3 .item .photo, .sect_3 .item .include {
    float: none;
  }
  .sect_3 .item {
    margin: 0 auto;
  }
  .sect_3 {
    background: url("../img/back_sect_3_mob.jpg") no-repeat center center;
    background-size: cover;
    height: auto;
  }
  .sect_3 .under_include {
    position: static;
    margin: 10px auto;
  }
  .stat_block {
    display: none;
  }
  .sect_4 {
    height: auto;
  }
  .sect_4 .item {
    float: none;
    width: 100%;
    background: white;
  }
  .freezing-wrap {
    display: none !important;
  }
  .sect_5 {
    background: url("../img/back_sect_5_mob.jpg") no-repeat center center;
    background-size: cover;
    height: auto;
    padding-bottom: 50px;
  }
  .sect_5 .sidebar {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 575px;
  }
  .sect_5 .sidebar h2 {
    text-align: center;
  }
  .sect_6 {
    background: url("../img/back_sect_6_mob.jpg") no-repeat center center;
    background-size: cover;
    height: auto;
    padding: 5px;
  }
  .sect_6 .sidebar {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 570px;
  }
  .sect_6 h2 {
    text-align: center;
    margin: 20px 0 35px;
  }
  .sect_7 {
    height: auto;
    background-size: cover;
  }
  .sect_7 .item {
    float: none;
    width: 100%;
    text-align: center;
    margin: 20px auto;
  }
  .sect_7 h2 {
    margin: 50px 0 35px;
  }
  .sect_8 {
    height: auto;
    min-height: 500px;
    padding-bottom: 20px;
  }
  .sect_8 h2 {
    margin: 40px 0 35px;
  }
  .sect_8 .bx-wrapper {
    margin: 0 auto;
  }
  .sect_8 .bx-wrapper .bx-next, .sect_8 .bx-wrapper .bx-prev {
    top: 15%;
  }
  .sect_9 .sidebar {
    display: block;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .tovar2 {
    display: block;
    position: relative;
    clear: both;
    margin: 0 auto;
    left: auto;
    top: -10px;
    max-width: 195px;
  }
  .medals {
    display: none;
  }
  .sect_9 {
    background-size: cover;
    height: auto;
  }
  .bothblock {
    width: 100%;
    max-width: 400px;
    margin: 30px auto;
  }
  .sect_9 .form_block {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .sect_7 p {
    min-height: auto;
  }
  .sect_1 {
    height: auto;
    background-size: cover;
  }
  .sect_1 .content {
    float: none;
  }
  .sect_1 .content .price_block {
    margin: 20px auto;
  }
  .sect_1 .content h2 {
    max-width: 320px;
    margin: 0 auto 20px;
    line-height: 1.2;
    text-align: center;
    font-size: 30px;
  }
  .sect_1 .content ul {
    width: 330px;
    margin: 0 auto;
  }
  .sect_1 .content ul li {
    text-align: left;
    padding-left: 25px;
    padding-right: 20px;
  }
  .sect_1 .sidebar {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .sect_1 .sidebar .product {
    margin: 0;
    margin-top: 10px;
    position: static;
    max-width: 320px;
  }
  .sect_2 {
    padding-top: 20px;
  }
  .sect_1 .content {
    position: static;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .logo {
    margin: 10px auto;
  }
}

@media screen and (max-width: 650px) {
  .sect_5 .sidebar .descr {
    padding: 10px;
  }
  .sect_5 .sidebar {
    text-align: center;
  }
  .sect_5 .sidebar .descr ul li img {
    display: block;
    float: none;
    text-align: center;
    margin: 10px auto;
  }
  .sect_5 .sidebar .descr ul li p {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .sect_6 .sidebar .shtamp {
    margin: 0;
  }
  .sect_6 h2 span {
    font-size: 37px;
  }
  .tovar2 {
    max-width: 100%;
  }
  .medals {
    display: none;
  }
}

@media screen and (max-width: 525px) {
  .row, .sect_1 .content, .sect_1 .content .count_down_block, .sect_1 .content .price_block a {
    float: none;
  }
  .sect_1 .content .price_block {
    text-align: center;
    height: auto;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
  }
  .sect_4 h2 {
    margin: 30px 0 60px;
  }
  .sect_4 h2 .first1 {
    font-size: 38px;
  }
  .sect_5 .sidebar h2 {
    margin: 38px 0 25px;
  }
  .sect_7 h2 span {
    font-size: 32px;
  }
  .sect_7 h2 {
    margin: 30px 0 35px;
  }
  .sect_6 h2 span {
    font-size: 30px;
  }
  .tovar2 {
    position: static;
  }
  .sect_9 .sidebar .old_price {
    float: none;
    width: 100px;
    margin: 5px auto;
  }
  .tovar2 {
    margin-bottom: 7px;
    position: relative;
    top: initial;
  }
  .sect_9 .sidebar .new_price {
    float: none;
  }
  .sect_9 .form_block input, .sect_9 .form_block select {
    width: 100%;
    max-width: 300px;
  }
  .sect_9 .form_block button {
    width: 100%;
    max-width: 300px;
  }
  .sect_7 .item {
    padding: 0;
  }
  .sect_1 .content ul {
    max-width: 320px;
    width: 100%;
    position: relative;
    left: 15px;
  }
  .wrap_c {
    padding: 5px;
  }
  .sect_9 .sidebar .text, .sect_9 .sidebar .sale {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
  }
  .sect_9 .sidebar .text {
    width: 55%;
  }
  .sect_9 .sidebar .sale {
    width: 35%;
  }
}

@media screen and (max-width: 400px) {
  .sect_2 {
    height: 821px;
  	background-position: 50% 80px;
  }
}

@media screen and (max-width: 330px) {
  .sect_9 .sidebar .sale {
    font-size: 31px;
  }
  .sect_9 .sidebar .text {
    width: 70%;
  }
}

select {
  background-image: url("../img/select.png") !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

select::-ms-expand {
  display: none !important;
}

@media screen and (min-width: 320px) and (max-width: 372px) {
  .first2 {
    display: block;
  }
}


.ac_footer {
  display: none;
}