/****** Данные в шапке *******/

.tube
{
  width: 780px;
  padding: 5px;
 /*border: solid 3px #fff;*/
  box-shadow: 0 0 30px -15px rgba(0,0,0,1);
 /* -webkit-border-radius-: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;*/
  background: #000;
  margin: auto;
}

.header-product-container .product-block{
    width: 100%;
    margin-top: 60px;
}

.header-product-container .profuct-block-title{
    color: #FFF;
    text-shadow: 2px 2px 6px #000;
}
.header-product-container .profuct-block-title:before{
    background: transparent url("../images/shadow-bottom.png") no-repeat top right;
    content: "";
    height: 15px;
    display: block;
}
.header-product-container .profuct-block-title-descr {
    background: #355875;
}



.header-product-container .profuct-block-descr-container {
    color: #FFF;
}

.header-product-container .profuct-block-descr-title {
    text-shadow: 2px 2px 6px #000;
}

.header-product-container .profuct-block-descr-img {
    width: 31px;
}

.header-product-container .profuct-left-block {
    padding-top: 20px;
}

.header-product-container .product-button {
    float: left;
}

.product-footer-block{
    background: transparent url("{THEME}/images/product-line.png") no-repeat scroll 0% 42%;
    position: relative;
    z-index: 10;
    overflow: hidden;
    margin-top: -40px;
}

.product-image 
{
  width: 40%;
}

.product-image img
{
  width: 100%;
}

.product-block-container{
  overflow:hidden;
  position:relative;
  z-index:0;
}

.product-footer-left-block{
    position: relative;
    float: left;
    width: 25%;
}

.product-footer-left-block .product-block-price{
    margin-top: 0px;
    width: 180px;
    background: transparent url("{THEME}/images/products-price-bg.png") no-repeat scroll 0% 0%;
    height: 116px;
}
.product-block-price-top
{
  margin-top: 22px;
}
.product-footer-left-block .product-block-old-price {
    font-size: 34px;
    color: #EC758B;
    text-decoration: line-through;
    font-weight: bold;
    text-align: center;
    line-height: 42px;
}

.product-footer-left-block .product-block-new-price {
    color: #E00B33;
    font-size: 46px;
    text-align: center;
}

.product-footer-left-block .product-block-descr-price {
  color: #FFF;
  width: 100%;
  text-align: center;
}

.product-footer-right-block{
    position: relative;
    float: left;
    width: 75%;
    overflow: hidden;
}

.product-footer-right-block .product-buttons-block{
    display: flex;
    overflow: hidden;
    padding-bottom: 10px;
}

.product-footer-buttons-block{
    overflow: hidden;
    margin-top: 60px;
}

.product-footer-right-block .product-button{
  margin-left: 20px;
}

.product-footer-right-block .product-button span span {
    padding: 0px 10px;
}

.product-footer-right-block .product-button > span {
    font-weight: normal;
    font-size: 18px;
}

.product-promo-block{
    background: transparent url("{THEME}/images/promoblock.png") no-repeat scroll 0% 0%;
    float: left;
    margin-left: 20px;
    width: 287px;
    height: 53px;
}

.product-promo-block-text{
    margin-left: 60px;
    font-size: 16px;
    line-height: 20px;
}

.product-promo-block-text span{
  color:#d2193d;
  font-weight:bold;
}

.product-promo-block-code{
    color: #009262;
    font-weight: bold;
    margin-left: 60px;
    font-size: 16px;
}



.mbox .product-block-old-price {
    font-size: 24px;
    color: #EC758B;
    text-decoration: line-through;
    font-weight: normal;
    text-align: left;
    line-height: 16px;
    display: block;
    float: right;
    margin: 10px 0;
}

.mbox .product-block-new-price {
    color: #E00B33;
    font-size: 24px;
    text-align: left;
    display: block;
    float: right;
    margin: 5px 0;
}

.mbox .product-block-descr-price {
  color: #D09090;
  width: 100%;
  display: block;
  text-align: left;
}



.product-block{
  
}

.product-block:first-child{
 
}

.profuct-left-block{
    float: left;
    width: 25%;
    padding-top: 60px;
    position: relative;
    z-index: 100;
}

.product-block-img{}

.product-block-img img{}

.product-block-price{
    margin-top: -30px;
}

.product-block-old-price{
    font-size: 20px;
    color: #EC758B;
    text-decoration: line-through;
    font-weight: bold;
  text-align: center;
}

.product-block-new-price{
    color: #E00B33;
    font-size: 30px;
  text-align: center;
}

.product-block-descr-price{
  text-align: center;
  color:#818181;
  font-size: 12px;
  margin: 2px 0 -2px 0;
}

.product-block-old-price span{
    color: #001D33;
    font-weight: normal;
}

.profuct-right-block{
    float: left;
    width: 73%;
    padding-left: 2%;
    position: relative;
    z-index: 0;
}

.profuct-block-title{
    font-size: 34px;
    font-weight: bold;
    color: #2D2D2D;
    margin-top: 5px;
    line-height: 38px;
}

.profuct-block-descr-item{
    overflow: hidden;
    margin-top: 10px;
}

.profuct-block-descr-img{
    float: left;
    width: 24px;
    text-align: center;
}

.profuct-block-descr-img img{
  max-width:100%;
}

.profuct-block-descr-container{
    padding-left: 35px;
  color:#2d2d2d;
}

.profuct-block-descr-title{
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}

.profuct-block-descr-text{
    margin-top: 5px;
    margin-left: 24px;
}

.table-striped-icon {
  width: 50%;
  max-width: 48px;
}

.text p {
  padding: 0 10px;
}

.product-top-buttons
{
  float: right;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  box-shadow: -8px 0px 18px -5px rgba(0,0,0,0.1);
  -webkit-border-radius-: 25px 0 0 0;
  -moz-border-radius: 25px 0 0 0;
  border-radius: 25px 0 0 0;
  padding-right: 0px;
  margin: 14px 0 -15px 0;
}
.product-top-buttons .product-top-buttons-border
{
  background: #fff url("../images/shadow-bottom.png") no-repeat top right;
  overflow: hidden;
  border-left: solid 1px #cecece;
  border-bottom: none;
  padding: 3px 0 0 0;
  margin-top: -39px;
}
.product-top-buttons .product-block-price
{
  min-width: 200px;
  padding-left: 15px;
}


.product-bottom-buttons
{
  float: right;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  box-shadow: -8px 0px 18px -5px rgba(0,0,0,0.1);
  padding-right: 0px;
  margin: 1px 0 20px 0;
}
.product-bottom-buttons .product-top-buttons-border
{
  background: #fff url("../images/shadow-top.png") no-repeat bottom right;
  overflow: hidden;
  border-left: solid 1px #cecece;
  border-top: none;
  padding: 3px 0 0 0;
}
.product-bottom-buttons .product-block-price
{
  min-width: 200px;
  padding-left: 15px;
}

.product-buttons-block{
}

.product-button{
    display: block;
    color: #FFF;
    float: right;
    margin-left: 10px;
}

.product-button>span{
    display: block;
    line-height: 28px;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
}

.product-button span img{
    display: block;
    float: left;
    padding: 10px;
    height: 24px;
    width: 24px;
    border-right: 1px solid #2C5677;
}

.product-button span img{
}

.product-button span span{
    display: block;
    float: left;
    line-height: 44px;
    padding: 0px 10px;
    min-width: 74px;
    text-align: center;
}

.product-button>img{
    height: 20px;
    width: 100%;
}

.product-button-blue>span{
  background:#376b94;
}

.product-button-green>span{
  background:#009262;
}

.product-block+img{
  display:block;
  width:100%;
  height:16px;
}



/****** Короткое описание *******/

.product-bottom{
  display:flex;
}

.product-block:after
{
  background: transparent url("../images/product-shadow.png") no-repeat top;
  height: 32px;
  background-size: 100%;
  content: "";
  display: block;
}
.product-block-full
{
  background: none;
}
.product-block-full .profuct-block-title-descr
{
  padding: 1px 10px 1px 0;
  overflow: hidden;
}

.profuct-block-title-descr h1
{
  padding: 0 8px;
  margin: 0;
  font-size: 16px;
  float: left;
  width: 90%;
}
.product-bg
{
  background: #fafafa url("../images/shadow-top.png") repeat-x bottom right;
}

.product-full-bg
{
}

.product-full-bg .product-block-body
{
  text-align: justify;
  padding: 20px 0 0 0;
}
.product-bottom, .boxfooter
{
  overflow:hidden;
  background: transparent  url("../images/product-bg.png") repeat-x top;
}

.product-block .edit
{
  margin-top: 9px;
  float: right;
}

.product-block-full .edit
{
   margin-top: 8px;
}

.product-block-body
{
  background: transparent url("../images/shadow-bottom.png") no-repeat top right;
  padding: 13px 0;
}

.product-middle-image
{
  float: left;
  margin: 0 15px 15px 0;
}
.product-block-img {}

.product-block-img img {}

.product-block-price
{
  float: left;
  flex-basis: 80%;
  margin-top: 0px;
}

.product-block-old-price
{
  font-size: 20px;
  color: #EC758B;
  text-decoration: line-through;
  font-weight: bold;
  text-align: center;
}

.product-block-new-price{
  color: #E00B33;
  font-size: 30px;
  text-align: center;
}

.product-block-descr-price
{
  text-align: center;
  color:#818181;
  font-size: 12px;
}

.product-block-old-price span
{
    color: #001D33;
    font-weight: normal;
}


.profuct-block-descr
{
  margin: 5px 30px 10px 0;
  display: block;
  float: left;
}

.profuct-block-title
{
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 0 8px 8px 8px;
  color: #5a5a5a;
  background: transparent url("../images/shadow-top.png") no-repeat bottom right;
}

.profuct-block-title, .profuct-block-title a
{
  font-size: 28px;
  font-weight: bold;
}

.profuct-block-title-descr
{
  position: relative;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  padding: 0 8px 2px 8px;
}
.profuct-block-title-descr a
{
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
}

.profuct-block-descr-text{

}


/****** Блог *******/

.blog a
{
  font-size: 14px;
}
.blog .product-block-body
{
  background: none;
}
.blog product-full-bg
{
  text-align: center;
}
.blog .product-block-body
{
  max-width: 960px;
  margin: auto;
  margin-bottom: 35px;
}
.blog p
{
  text-align: justify;
  font-size: 14px;
  max-width: 960px;
  width: 94%;
  margin: auto;
  padding-bottom: 10px;
}
.blog .headerbox
{
  text-align: justify;
  font-size: 13px;
}
.blog h2 {
  background: transparent url("../images/shadow-bottom-center-960.png") no-repeat bottom;
}
.blog ul, ol
{
  padding: 15px 50px;
}
.blog h3{
  display: block;
  margin: 0 3%;
  max-width: 800px;
}

.blog img {
  display: block;
  margin: 35px auto 15px auto;
  width: 94%;
  max-width: 800px;
}


/****** Инфо *******/


.info {
}
.info__body {
  display: flex;
}
.info__image .dle_thumb {
  width: 100%;
}
.info__image_full .dle_thumb {
  width: 100%;
}
.info__row {
  display: flex;
  flex-direction:column;
  flex-basis: 100%;
}
.info__image {
  padding: 0 15px 0 0;
  margin: 0 10px;
  flex-basis: 100%;
}
.info__image_full {
  padding: 17px 15px 0 0;
  margin: 0 10px;
  flex-basis: 100%;
}
.info__data div:last-child
{
  border-bottom: none;
}
.info__title {
  padding: 0 0 8px 0;
}
.info__item {
  display: flex;
  border-top: dashed 1px #d3d3d3;
  padding: 5px 10px;
  align-items:center;
}
.info__item_full {
  display: flex;
  border-top: dashed 1px #d3d3d3;
  padding: 12px;
  align-items:center;
}
.info__icon {
  display: flex;
  margin: 0 15px 0 0;
  align-self:center;
  justify-content:center;
}
.info__text {
  align-self: top;
}


.interfase {
  display: flex;
  flex-direction: row;
  margin: -10px 0 0 0;
}


.moovie {
  display: flex;
  flex-direction: row;
  margin: -13px 0 0 0;
}
.moovie__content {
  position: relative;
  padding: 0 10px 56.25% 10px; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;  
  margin: -5px 10px 5px 10px;
  
  box-shadow: 0 0 30px -15px rgba(0,0,0,1);
 /* -webkit-border-radius-: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #757575;*/
}
.moovie__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}



.advantage__row{
  display: flex;
  flex-direction: row;
}
.advantage__item{
  display: flex;
  flex-direction: column;
  padding: 15px;
  flex-basis: 100%;
}
.advantage__header{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 15px;
}
.advantage__content{
  text-align: center;
  padding: 0 20px;
}
.advantage__image{
  margin: 0 10px 0 0;
  height: 160px;
  align-self: center;
}
.advantage__content{
}


.product-buttons-block
{
  overflow: hidden;
  padding: 0px 15px 8px 0;
  margin: 10px 0 -10px 0;
  height: 58px;
  flex-basis: 100%;
}

.product-button
{
  display: block;
  float: right;
  color: #FFF;
  margin-left: 40px;
  height: 56px;
  background: transparent url("../images/button-shadow.png") no-repeat bottom;
  background-size: 100%;
}

.product-button>span{
    display: block;
    line-height: 28px;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
}

.product-button span img{
    display: block;
    float: left;
    padding: 10px;
    height: 24px;
    width: 24px;
    border-right: 1px solid #DDD;
}

.product-button span img{
}

.product-button span span{
    display: block;
    float: left;
    line-height: 44px;
    padding: 0px 10px;
    min-width: 74px;
    text-align: center;
}

.product-button>img{
    height: 20px;
    width: 100%;
}

.product-button-blue>span{
  color:#fff;
  background:#466175;
}
.product-button-blue>span:hover{
  color:#fff;
  background:#f26700;
}

.product-button-green>span{
  color:#fff;
  background:#009262;
}
.product-button-green>span:hover{
  color:#fff;
  background:#f26700;
}

.product-button>a
{
  color:#fff;
}
.product-button>a:hover
{
  background:#f26700;
}

.product-block+img{
  display:block;
  width:100%;
  height:16px;
}



/****** Данные в шапке *******/

.wrapper {
  padding: 5px;
  margin: 0 auto;
}
.menu-ac > span {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  display: block;
  padding: 1.5rem 70px;
  background: #fff url("../images/option.png") no-repeat center left;
  box-shadow: 0 0 25px 0 rgba(132,146,166,.1);
  cursor: pointer;
}


.menu-ac > *{
    box-sizing: border-box;
}
.menu-ac-even > span {
  background: #eaeaea url("../images/option.png") no-repeat center left;
}
.menu-ac em {
    position: absolute; 
    display: inline-block;
    width: 20px;
    height: 20px;
    right: 20px;
}
.menu-ac em:after, .menu-ac em:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 3px;
    background-color: #bdbdbd;
    transition: transform 250ms ease;
}
.menu-ac em:after{
    left: 0;
}
.menu-ac em:before {
    transform: translate(-5px, 8px) rotate(45deg);
}
.menu-ac em:after {
    transform: translate(5px, 8px) rotate(-45deg);
}
.menu-ac.opened em:before {
    transform: translate(5px, 8px) rotate(45deg);
}
.menu-ac.opened em:after {
    transform: translate(-5px, 8px) rotate(-45deg);
}
.menu-ac > div {
    padding: 1.5rem;
    display: none;
}
.menu-ac {
    margin-bottom: 1rem;
    border-radius: 2px;
    position: relative;
}

.menu-ac-question > span {
  background: #eaeaea url("../images/questions.png") no-repeat center left;
}

.tag {
  border-radius: 10px;
  background-color: #f8f8f8;
  border: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #5c5c5c;
  text-decoration: none;
}
.menu-ac-tags > span {
  position: relative;
  font-weight: 400;
  width: 100%;
  display: block;
  padding: 1.5rem 70px;
  background: #fff url("../images/rss-tag.png") no-repeat center left;
  cursor: pointer;
  margin-bottom: -21px;
  box-shadow: none;
}
.menu-ac-tags > div {
  padding: 1.5rem 0 0 0;
  text-align: center;
}

.menu-ac-example-even > span {
  background: #eaeaea url("../images/example.png") no-repeat center left;
}
.menu-ac-example-odd > span {
  background: #ffffff url("../images/example.png") no-repeat center left;
}


.menu-stat-example-even > span {
  background: #eaeaea url("../images/chart.png") no-repeat center left;
}
.menu-stat-example-odd > span {
  background: #ffffff url("../images/chart.png") no-repeat center left;
}



/* Larger than Desktop HD */
@media (max-width: 1200px) {

}

/* Larger than desktop */
@media (max-width: 1000px) {

}

/* Larger than tablet */
@media (max-width: 750px) {
  .product-block:after
  {
    background: transparent url("../images/product-shadow-750.png") no-repeat top;
  }
  .product-button span span {
    display: none;
  }
  .product-button {
    background: none;
    margin-left: 10px;
  }
  .info__body {
    flex-direction: column;
  }
  .info__image, .info__image_full {
    padding: 0;
    text-align: center;
  }
  .info__title {
    padding: 15px 0 8px 0;
    text-align: center;
  }
}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 550px) {
  .product-block:after
  {
    background: transparent url("../images/product-shadow-550.png") no-repeat top;
  }
  .product-top-buttons {
    display: none;
  }
  .interfase {
    flex-direction: column;
  }
  .advantage__row {
    flex-direction: column;
  }
  .advantage__item {
    border-top: dashed 1px #d3d3d3;
  }
}

/* Larger than mobile */
@media (max-width: 400px) {
  .product-block:after
  {
    background: transparent url("../images/product-shadow-400.png") no-repeat top;
  }
}
