.stocks-section {
  margin: 0;
}
.stocks-section_abs-cell {
  padding-bottom: 59px;
  position: relative;
}
.stocks-section_index{
  margin-top:41px;
}
.stocks-section_index .stocks-section__head{
  margin-top:0;
}
.stocks-section__head {
  display: table;
  width: 100%;
  margin-top: 38px;
  margin-bottom: 21px;
}
.stocks-section__head-cell {
  display: table-cell;
  vertical-align: middle;
}

.stocks-section__head-cell_left{
  width:100%;
  padding-left:0;
  padding-right:15px;
}
.stocks-section__head-cell_right {
  width: auto;
  position: static;
  padding-left: 0;
  padding-right: 0;
  display: none;
}
.stocks-section h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.14;
  margin:0;
  padding: 0;
}
.stocks-section_abs-cell .stocks-section__head-cell_right {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  display: block;
}
.stocks-section__more{
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  min-width: 240px;
}
.stock-item{
  margin-top:10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial;
}
.stock-item__inner{
  border: solid 1px #d5d7dc;
  background-color: #fff;
}
.stock-item:first-child{
  margin-top:0;
}
.stock-card__img-box{
  overflow: hidden;
}
.stock-card__img{
  max-width: 100%;
  height:auto;
  vertical-align: top;
}
.stock-item__img-box{
  display: none;
  position: relative;
  min-height: 210px;
}
.stock-item__img-fix{
  padding-bottom:56.25%;
  height:0;
}
.stock-item__img{
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}
.stock-item__body-inner{
  padding: 20px 14px 20px;
}
.stock-item__button{
  margin: 0 auto 20px;
 }
.stock-item__title{
  font-family: inherit;
  font-size: 20px;
  font-weight: bold;
  color: #189f2b;
}
.stock-item__date-box{
  margin-top:6px;
  color: #8d939f;
  font-size:11px;
}
.stock-item__date-box_margin{
  margin-top: 0;
}
.stock-item__date{
  font-weight:bold;
}
.stock-item__info{
  margin-top:17px;
  color: #2f3235;
  font-size:12px;
  line-height:1.67;
}
.stock-item__button{
  display: block;
  background: #189f2b;
  font-size: 12px;
  text-align: center;
  line-height:2;
  color: #fff;
  width: 250px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}
.stock-item__button:hover {
  text-decoration: none;
  color: white;
  background: #4668a5;
}
.stock-item__button:active{
  text-decoration: none;
  color: white;
  background: #22589f;
}
.sale-basket-block .stocks-section_index {
  margin-top: 32px;
  padding-bottom: 5px;
}
.sale-basket-block .stocks-section h2{
  font-size: 24px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
}
.sale-basket-block .stocks-section__head {
  margin-bottom: 29px;
}
.buy-info__img-box__desktop {
	display: none;
}
.buy-info__img-box__tablet {
	display: none;
}
.buy-info__img-box__mobile {
	display: block;
}
.buy-info__img-box img {
	width: 99%;
}
.text-page-container .white-back {
	padding-top: 40px;
	border: 0;
	margin: 0 0 0 0;
}
.buy-info__img-box {
	border: solid 1px #d5d7dc;
}

@media screen and (min-width: 768px) {
  .stocks-section_index{
    margin-top:11px;
  }
  .stock-item__button{
    margin: 0px 0px 0px;
  }
  .stocks-section_index .stocks-section__head{
    margin-top:0;
  }
  .stocks-section__head {
    margin-top: 41px;
    margin-bottom: 28px;
  }
  .stocks-section__head-cell_right{
    display: table-cell;
    padding-left:15px;
  }
  .stocks-section_abs-cell{
    padding-bottom:0;
  }
  .stocks-section_abs-cell .stocks-section__head-cell_left{
    width:100%;
  }
  .stocks-section_abs-cell .stocks-section__head-cell_right {
    width: auto;
    position: static;
  }
  .stocks-section h2 {
    font-size: 35px;
    letter-spacing: 0.4px;
  }
  .stock-item__inner{
    display: table;
    table-layout:fixed;
    width:100%;
    height:250px;
  }
  .stock-item__img-box{
	position: relative;
	min-height: 210px;
  }
  .stock-item__img-box,
  .stock-item__body{
    display: table-cell;
    vertical-align: top;
  }
  .stock-item__img-box{
    width:274px;
  }
  .stock-item__img-box__full{
    display: none;
  }
  .stock-item__body{
    width:100%;
    padding: 32px 25px;
  }
  .stock-item__body-inner{
    height:210px;
    padding: 0;
    overflow: hidden;
  }
  .buy-info__img-box__desktop{
    display: none;
  }
  .buy-info__img-box__tablet {
	display: block;
  }
  .buy-info__img-box__mobile{
    display: none;
  }
  .Explorer11 .stock-item__img-fix{
    height:100%;
    padding-bottom:0;
  }
  .Explorer10 .stock-item__img-fix{
    height:250px;
  }
}

@media screen and (min-width: 1000px) {
  .stocks-section_index .stocks-section__head{
    margin-top:0;
  }
  .stocks-section__head{
    margin-top: 40px;
    margin-bottom: 28px;
  }
  .sale-basket-block .stocks-section_index {
    margin-top: 22px;
    padding-bottom: 0;
  }
  .sale-basket-block .stocks-section__head {
    margin-bottom: 20px;
  }
  .sale-basket-block .stocks-box_columns .stock-item {
    margin: 17px 0 0;
  }
}

@media screen and (min-width: 1200px){
  .stocks-section_index{
    margin-top:8px;
  }
  .stocks-section_index+.stocks-section_index{
    margin-top:0;
  }
  .stocks-section_index .stocks-section__head{
    margin-top:0;
  }
  .stocks-box_columns{
    -webkit-columns:2;
    -moz-column-count: 2;
    -moz-columns:2;
         columns:2;
    -webkit-column-gap:0;
    -moz-column-gap: 0;
    column-gap:0;
    margin-left:-1.88034188034188%;
  }
  .stock-item{
    width:49.05982905982906%;
    margin-left:1.88034188034188%;
    float: left;
  }
  .stock-item:nth-child(2n+1){
    margin-left:0;
  }
  .stock-item:nth-child(-n+2){
    margin-top:0;
  }
  .stocks-box_columns .stock-item{
    float: none;
    width:100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin:17px 0;
  }
  .stocks-box_columns .stock-item__inner{
    margin-left:3.760683760683761%;
    width:96.23931623931624%;
  }
  .stocks-box_columns .stock-item:first-child{
    margin-top:0;
  }
  .buy-info__img-box__desktop {
	display: block;
  }
  .buy-info__img-box__tablet{
    display: none;
  }
  .buy-info__img-box__mobile{
    display: none;
  }
  /*IE fixes*/
  .Explorer11 .stock-item__img-fix{
    height:100%;
    padding-bottom:0;
  }
  .Explorer10 .stock-item__img-fix{
    height:250px;
  }
  /*IE fixes*/
  .stock-item__body{
    padding-right:14px;
  }
}