@font-face {
  font-family: 'Lato';
  src: url('../fonts/subset-Lato-Light.woff2') format('woff2'),
  url('../fonts/subset-Lato-Light.woff') format('woff'),
  url('../fonts/subset-Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/subset-Lato-LightItalic.woff2') format('woff2'),
  url('../fonts/subset-Lato-LightItalic.woff') format('woff'),
  url('../fonts/subset-Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/subset-Lato-Regular.woff2') format('woff2'),
  url('../fonts/subset-Lato-Regular.woff') format('woff'),
  url('../fonts/subset-Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/subset-Lato-Italic.woff2') format('woff2'),
  url('../fonts/subset-Lato-Italic.woff') format('woff'),
  url('../fonts/subset-Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/subset-Lato-Bold.woff2') format('woff2'),
  url('../fonts/subset-Lato-Bold.woff') format('woff'),
  url('../fonts/subset-Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/subset-Lato-BoldItalic.woff2') format('woff2'),
  url('../fonts/subset-Lato-BoldItalic.woff') format('woff'),
  url('../fonts/subset-Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/subset-Lato-Heavy.woff2') format('woff2'),
  url('../fonts/subset-Lato-Heavy.woff') format('woff'),
  url('../fonts/subset-Lato-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/subset-Lato-HeavyItalic.woff2') format('woff2'),
  url('../fonts/subset-Lato-HeavyItalic.woff') format('woff'),
  url('../fonts/subset-Lato-HeavyItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/subset-Lato-Black.woff2') format('woff2'),
  url('../fonts/subset-Lato-Black.woff') format('woff'),
  url('../fonts/subset-Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/subset-Lato-BlackItalic.woff2') format('woff2'),
  url('../fonts/subset-Lato-BlackItalic.woff') format('woff'),
  url('../fonts/subset-Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Bradobrei';
  src: url('../fonts/subset-Bradobrei.woff2') format('woff2'),
  url('../fonts/subset-Bradobrei.woff') format('woff'),
  url('../fonts/subset-Bradobrei.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*   offer   */

.offer {
  padding: 0;
}

.offer .box {
  position: relative;
  background: url("../img/offer1.jpg") 50% 0 no-repeat;
  height: 630px;
  padding: 25px 0 0;
}

.offer .main-title {
  font-family: 'Bradobrei', sans-serif;
  font-size: 31px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  color: #b30965;
  margin-bottom: 10px;
}

.offer .sub-title {
  padding: 0 30px;
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  color: #252525;
  text-align: center;
}

.offer .sale {
  position: absolute;
  right: 210px;
  top: 150px;
  background: url("../img/sale.png") 0 0 no-repeat;
  width: 94px;
  height: 94px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.offer .sale b {
  font-size: 29px;
  font-weight: 900;
}

.offer .sale span {
  display: inline-block;
  transform: rotate(-20deg);
  padding-top: 16px;
  margin-left: -8px;
}

.offer .bullet {
  font-size: 0;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 35px;
}

.offer .bullet li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  font-size: 17px;
  line-height: 22px;
  padding: 0 5px;
}

.offer .bullet li:before {
  display: block;
  background: url("../img/check-icon.png") 0 0 no-repeat;
  width: 42px;
  height: 41px;
  margin: 0 auto 15px;
  content: '';
}

.offer .result {
  margin-top: 45px;
}

.order-form {
  background: #fff;
  border: 1px solid #9ecdf6;
  box-shadow: 0 5px 54px rgba(170, 170, 170, 0.3);
  border-radius: 20px;
  margin: 0 20px;
  padding-bottom: 25px;
  overflow: hidden;
}

.order-form .head {
  color: #fff;
  text-align: center;
  border-radius: 18px 18px 0 0;
  background: #9fcdf6;
  background: -moz-linear-gradient(left, #9fcdf6 0%, #69aeec 50%, #9fcdf6 100%);
  background: -webkit-linear-gradient(left, #9fcdf6 0%,#69aeec 50%,#9fcdf6 100%);
  background: linear-gradient(to right, #9fcdf6 0%,#69aeec 50%,#9fcdf6 100%);
}

.order-form .sale-txt {
  font-size: 33px;
  font-weight: 900;
  line-height: 1em;
  padding: 18px 0;
}

.order-form .sale-txt2 {
  font-size: 25px;
  line-height: 30px;
  padding: 10px 0;
}

.order-form .sale-txt2 b {
  font-size: 31px;
}

.order-form .sale-txt2 h4 {
  font-size: 25px;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
}

.order-form .order-txt {
  text-align: center;
  margin-bottom: 20px;
}

.order-form .order-txt h4 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 10px;
}

.order-form .order-txt p {
  font-size: 17px;
  line-height: 23px;
}

.order-form .note {
  text-align: center;
  font-size: 16px;
  color: #b2b2b2;
  margin-top: 20px;
}

/*   price   */

.price {
  position: relative;
  background: url("../img/price-arrow.png") 50% 50% no-repeat;
  height: 82px;
  line-height: 82px;
  margin-bottom: 30px;
}

.price:before {
  position: absolute;
  left: 39px;
  bottom: -2px;
  display: block;
  width: 360px;
  height: 2px;
  background: #f5f5f5;
  content: '';
}

.price:after {
  display: block;
  clear: both;
  content: '';
}

.price > div {
  float: left;
  width: 50%;
  font-size: 35px;
  text-align: center;
}

.price i {
  font-size: 0.8em;
  font-style: normal;
  text-transform: uppercase;
}

.price .old span {
  text-decoration: line-through;
}

.price .new {
  color: #b30965;
  font-weight: 900;
}

/*   timer   */

.timer {
  font-size: 0;
  text-align: center;
  margin-bottom: 40px;
}

.timer .timer-item {
  display: inline-block;
  vertical-align: top;
  width: 78px;
  height: 78px;
  text-align: center;
  background: #f7f7f5;
  border-radius: 50%;
  padding-top: 13px;
  margin: 0 9px;
}

.timer .timer-count {
  font-size: 35px;
  font-weight: 900;
  line-height: 1em;
}

.timer .timer-text {
  font-size: 15px;
  line-height: 1em;
}

/*   result   */

.result {
  padding-right:20px;
  padding-left: 20px;
  width: 250px;
  height: 250px;
}

.result li {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 35px;
}

.result li:last-child {
  margin-bottom: 0;
}

.result li img {
  display: block;
  border: 6px solid #fff;
  border-radius: 20px;
  box-shadow: 0 5px 54px rgba(170, 170, 170, 0.3);
}

.result li img:nth-child(2) {
  position: absolute;
  top: 45px;
  left: 220px;
  margin-bottom: 100px;
  z-index: 3;
}

/*   s1   */

.s1 .text {
  padding: 0 20px;
  margin-bottom: 30px;
  text-align: center;
}

.s1 .list-v1 {
  margin-bottom: 60px;
}

.s1 a.button-m {
  margin-bottom: 50px;
}

.s1>img{
  display: block;
  margin: 0 auto 30px;
  border: 6px solid #fff;
  box-shadow: 0 5px 54px rgba(170, 170, 170, 0.3);
  border-radius: 20px;
  width: 400px;
  height: 400px;
}



/*   alert   */

.s1 .alert{
  margin-top: 55px;
}

.alert {
  position: relative;
  background: url("../img/alert-bg.png") 50% 0 no-repeat;
  display: table;
  width: 100%;
  height: 156px;
  text-align: center;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 45px;
}

.alert img {
  position: absolute;
  left: calc(50% - 25px);
  top: -25px;
  display: block;
  border-radius: 50%;
}

.alert p {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 35px 0;
}

.s4 .alert{
  font-size: 16px;
  line-height: 1.4em;
}

/*   list-v1   */

.list-v1 {
  font-size: 0;
  text-align: center;
}

.list-v1 li {
  display: inline-block;
  vertical-align: top;
  width: 210px;
  margin: 0 10px;
  font-size: 18px;
  background: #fff;
  box-shadow: 0 5px 54px rgba(170, 170, 170, 0.3);
  border-radius: 20px;
}

.list-v1 img {
  display: block;
  border-radius: 20px 20px 0 0;
  margin-bottom: 15px;
}

.list-v1 h4 {
  font-weight: 900;
  padding: 0 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.list-v1 p {
  text-align: left;
  color: #282828;
  padding: 0 15px;
  margin-bottom: 15px;
}

.list-v1 p i {
  color: #9d6175;
}

/*   s2   */

.s2 {
  background: #d7ecff;
}

/*   list-v2   */

.list-v2 {
  font-size: 0;
  text-align: center;
  margin-bottom: -30px;
}

.list-v2 li {
  display: inline-block;
  vertical-align: top;
  width: 205px;
  margin: 0 15px 30px;
  font-size: 18px;
  background: #fff;
  box-shadow: 0 5px 54px rgba(170, 170, 170, 0.3);
  border-radius: 20px;
  padding-bottom: 15px;
}

.list-v2 .pic {
  position: relative;
}

.list-v2 .pic:after {
  position: absolute;
  bottom: -29px;
  left: calc(50% - 29px);
  display: block;
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: url("../img/close-icon.png") 50% 50% no-repeat #dd1782;
  background: url("../img/close-icon.png") 50% 50% no-repeat, -moz-linear-gradient(top, #dd1782 0%, #b30965 100%);
  background: url("../img/close-icon.png") 50% 50% no-repeat, -webkit-linear-gradient(top, #dd1782 0%,#b30965 100%);
  background: url("../img/close-icon.png") 50% 50% no-repeat, linear-gradient(to bottom, #dd1782 0%,#b30965 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd1782', endColorstr='#b30965',GradientType=0 );
  content: '';
}

.list-v2 .pic img {
  display: block;
  border-radius: 20px 20px 0 0;
  margin-bottom: 30px;
}

.list-v2 h4 {
  padding: 0 10px;
}

/*   s3   */

.s3 {
  padding-bottom: 10px;
}

.s3 .list-v3 {
  margin-bottom: 45px;
}

.s3 a.button-m {
  margin-bottom: 50px;
}

/*   list-v3   */

.list-v3 {
  padding: 0 20px;
  font-size: 0;
}

.list-v3 li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 30px 16px;
  border-top: 2px solid #2222;
}

.list-v3 li:nth-child(1),
.list-v3 li:nth-child(2) {
  border-top: 0;
}

.list-v3 li:nth-child(odd) {
  border-right: 1px solid #2222;
}

.list-v3 li:nth-child(even) {
  border-left: 1px solid #2222;
}

.list-v3 .num {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 20px;
  background: #dd1782;
  background: -moz-linear-gradient(top, #dd1782 0%, #b30965 100%);
  background: -webkit-linear-gradient(top, #dd1782 0%,#b30965 100%);
  background: linear-gradient(to bottom, #dd1782 0%,#b30965 100%);
}

.list-v3 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}

/*   s4   */

.s4 {
  padding-bottom: 10px;
}

.s4 .result {
  margin-top: 50px;
}

/*   list-v4   */

.list-v4 {
  text-align: center;
  margin-bottom: 55px;
  font-size: 0;
}

.list-v4 img {
  display: block;
  margin: 0 auto 10px;
}

.list-v4 li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 17px;
  line-height: 25px;
  padding: 0 10px;
}

.list-v4 strong {
  display: block;
  margin-bottom: 5px;
}


/*   s5   */

.s5 h2.title span {
  display: block;
}

.s5 .result {
  margin-top: 50px;
}

/*   list-v5   */

.list-v5 {
  padding: 0 20px;
  margin-bottom: 50px;
}

.list-v5 li {
  display: table;
  width: 100%;
  height: 146px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 54px rgba(170, 170, 170, 0.3);
  margin-bottom: 20px;
}

.list-v5 li:last-child {
  margin-bottom: 0;
}

.list-v5 img {
  width: 146px;
  max-width: 146px;
  display: table-cell;
  vertical-align: top;
  border-radius: 20px 0 0 20px;
}

.list-v5 .text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}

.list-v5 .text h4 {
  font-size: 24px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/*   reviews   */

.reviews {
  background: #f2ede7;
}

.rev-list {
  padding: 0 30px;
  margin-bottom: 50px;
}

.rev-list .item {
  padding-bottom: 15px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 54px rgba(170, 170, 170, 0.3);
  margin-bottom: 30px;
}

.rev-list .item.border {
  border: 1px solid #9ecdf6;
}

.rev-list .head {
  position: relative;
  background: url("../img/dot-inst.png") 100% 50% no-repeat;
  height: 78px;
  line-height: 78px;
  margin: 0 15px;
  padding-left: 55px;
}

.rev-list .head img {
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  display: block;
  width: 40px;
  border-radius: 50%;
}

.rev-list .head h4.verified:after {
  display: inline-block;
  vertical-align: middle;
  background: url("../img/verified.png") 0 0 no-repeat;
  width: 30px;
  height: 33px;
  content: '';
  margin-left: 5px;
}

.rev-list .title-item {
  border-radius: 18px 18px 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 25px 0;
  background: #9fcdf6;
  background: -moz-linear-gradient(left, #9fcdf6 0%, #69aeec 50%, #9fcdf6 100%);
  background: -webkit-linear-gradient(left, #9fcdf6 0%,#69aeec 50%,#9fcdf6 100%);
  background: linear-gradient(to right, #9fcdf6 0%,#69aeec 50%,#9fcdf6 100%);
}

.rev-list .title-item:before {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/star-icon.png") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  content: '';
}

.rev-list .item > img {
  display: block;
}

.rev-list .desc {
  background: url("../img/inst-icon.png") 50% 25px no-repeat;
  padding: 65px 15px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.rev-list .like {
  font-weight: 700;
  margin-bottom: 10px;
}

.rev-list .desc a {
  color: #60a7f2;
  text-decoration: none;
}

.rev-list .date {
  padding: 0 15px;
  color: #999;
  font-size: 15px;
  font-weight: 400;
}

.rev-list .video-container {
  border-radius: 0;
  background: #f2f6f8;
}

.rev-list .youtube .play {
  filter: alpha(opacity=80);
  opacity: .8;
  height: 78px;
  left: 50%;
  margin-left: -38px;
  margin-top: -39px;
  position: absolute;
  top: 50%;
  width: 75px;
  background: url("../img/play-icon.png") no-repeat;
  background-size: cover;
}

/*   s6   */

.s6 .result {
  margin-bottom: 50px;
}

.s6 .text {
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: center;
}

.s6 .text p {
  margin-bottom: 20px;
}

.s6 .text p:last-child {
  margin-bottom: 0;
}

/*   originality   */

.originality {
  position: relative;
  background: url("../img/originality-bg.jpg") 100% 0 no-repeat;
  height: 315px;
}

.originality .txt1 {
  height: 216px;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  padding: 25px 220px 0 40px;
}

.originality .txt1 p {
  margin-bottom: 20px;
}

.originality .txt1 p:nth-child(2) {
  font-size: 15px;
  line-height: 21px;
}

.originality .txt2 {
  font-size: 14px;
  line-height: 18px;
  color: rgba(37, 37, 37, 0.6);
  padding: 10px 225px 0 40px;
}

.originality .sticker {
  position: absolute;
  right: 95px;
  top: 125px;
  width: 130px;
  height: 130px;
  background: #fff;
  border: 1px solid #d3ab5f;
  border-radius: 50%;
  box-shadow: 0 5px 54px rgba(170, 170, 170, 0.3);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  padding-top: 40px;
}

.originality .sticker span {
  display: block;
  font-size: 13px;
  font-weight: 700;
}

/*   order-info   */

.order-info {
  position: relative;
  z-index: 11;
  margin: 0 20px;
  padding: 30px 0 25px;
  box-shadow: 0 5px 54px rgba(170, 170, 170, 0.3);
  border-radius: 20px;
}

.order-info h2.title {
  font-size: 27px;
  line-height: 1em;
  margin-bottom: 20px;
}

.order-info ul {
  font-size: 0;
  text-align: center;
}

.order-info ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 17px;
  line-height: 24px;
  padding: 0 20px;
}

.order-info ul li img {
  display: block;
  margin: 0 auto 10px;
}

/*   security   */

.security {
  width: 320px;
  background: url("../img/security-icon.png") 0 50% no-repeat;
  padding-left: 80px;
  margin: 35px auto 0;
}

.security h4 {
  font-size: 17px;
  color: #69aeec;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.security p {
  font-size: 17px;
  line-height: 22px;
}

/*   footer   */

.footer {
  text-align: center;
  padding: 40px 0 30px;
}

.footer img {
  display: block;
  margin: 0 auto 15px;
}

.footer a {
  display: inline-block;
  font-size: 15px;
  color: #333;
  margin: 0 15px;
}

.footer a:hover {
  text-decoration: none;
}

.footer .rub {
  font-size: 14px;
  line-height: 16px;
  margin-top: 15px;
  color: #777;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 20px;
  left: 20px;

  width: 26px;
  height: 26px;

  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #616161;

  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;

  width: 300px;
  height: 100%;

  margin: 0;
  padding: 80px 0;

  list-style: none;

  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 12px 24px;

  color: #333;

  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}
.detail-block{
    color: #fff;
    background: #0d1a3a;
}
.detail-block .button {
  color: #fff;
  text-shadow: 0 2px 0 #8e980d;
  background: #a3ac23;
  -webkit-box-shadow: 0 5px 0 #8b9412;
  -moz-box-shadow: 0 5px 0 #8b9412;
  box-shadow: 0 5px 0 #8b9412;
}
.detail-block .text-cont img{
    display: block;
    border-radius: 4px;
}
.detail-block .text-cont{
    padding: 0 0 20px;
}
.detail-block .text-cont>p{
    padding: 0 0 15px;
}
.detail-block.catalog {
    color: #222;
    background: #fff repeat;
}
.detail-block.catalog h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 24px;
}
.detail-block .cost-cont .cost {
    width: 49%;
}

.detail-block .cost-cont {
    margin: 20px 0 0px;
}

.detail-block .new-cost {
    color: #eb9e09;
}
.delivery-block-v1{
    padding: 40px 0 0;
    background: #fff repeat;
}
.delivery-block-v1 .lvl-title{
    margin: 0 20px 30px;
}
.detail-block{
    color: #fff;
    background: #0d1a3a;
}
.detail-block .text-cont img{
    display: block;
    border-radius: 4px;
}
.detail-block .text-cont{
    padding: 0 0 20px;
}
.detail-block .text-cont>p{
    padding: 0 0 15px;
}
.text-cont .items:first-child {
    margin-bottom: 50px;
}
img.center {
    display: block;
    margin: 0 auto 10px auto;
}
.cost-cont{
    height: 70px;
    text-align: center;
    color: #fff;
}
.cost-cont>div{
    float: left;
}
.cost-cont .sale{
    width: 110px;
    padding: 5px 0 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.cost-cont .sale strong{
    display: block;
    font-size: 38px;
    line-height: 0.9em;
    letter-spacing: normal;
}
.cost-cont .cost{
    width: 185px;
    font-size: 30px;
    font-weight: 700;
    line-height: 64px;
    white-space: nowrap;
}
.cost-cont .old-cost{
    text-decoration: line-through;
    color: #222;
}
.detail-block .cost-cont .cost {
    width: 49%;
}

.detail-block .cost-cont {
    margin: 20px 0 0px;
}

.detail-block .new-cost {
    color: red;
}


