    .topcntrwrap * {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.for_pr{
  float: right;
  text-align: right;
  font-size:10px;
  margin-left: 5px;
}
.red, .red_b{
color:red
}
.red_b, .green{
font-size: 14px;
font-weight: bold;
}
.green{
color:green;
}

.c_header{
    margin-right: 11px;
    padding: 3px;
    margin-bottom: 2px;
    font-size: 12px;
    display: inline-block;
    cursor: auto;
    float: left;
}
.topcntrwrap .clear::after {
  content:"."!important;
  display:block!important;
  height:0!important;
  clear:both!important;
  font-size:1px!important;
  line-height:1px!important;
  visibility:hidden!important;
}

.topcntrwrap .clear {
  zoom:1;
  min-height:5px;
}

.topcntrwrap a, .topcntrwrap a * {
  text-decoration: none !important;
}
.topcntrwrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1220px;
  opacity: 1;
  transition: margin-left .4s, opacity .3s
}
.topcntr {
  width: 49.5%;
  height: 200px;
  position: relative;
  float: left;
  margin: 0 1% 1% 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
}
.topcntr:nth-child(2n+1) {
  margin: 0 0 1%;
}
.topcntr:hover .topcntr_slides {
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px
}
.topcntr_slides {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: top .1s, left .1s, bottom .1s, right .1s
}
.topcntr_slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.topcntr_slide.preload {
  visibility: hidden;
}
.topcntr_capt {
  height: 200px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .3));
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
  font-family: Helvetica, sans-serif;
  z-index: 100;
}

.topcntr_capt_ttl {
  font-size: 28px;
  text-align: left;
  padding: 14px 20px;
}
.topcntr_capt_prc {
  font-size: 22px;
  text-align: right;
  bottom: 14px;
  right: 20px;

  position: absolute;

  background-color: #ffff00;
      opacity: 0.7;
    padding: 0 5px 0 5px;
    margin-left: 20px;
    color: black;
    font-family: sans-serif;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    font-family: Verdana;

}

.topcntr .topcntr_capt_ttl {
    font-size: 20px;
    color: #ffff00;
    text-align: left;
    padding: 14px 20px;
	top: 10px;
    font-weight: bold;
    position: absolute;
}

.topcntr .topcntr_capt_prc {
    font-size: 28px;
    bottom: 14px;
    position: absolute;
     background-color: unset;
     opacity: 1;
    margin-left: 20px;
    color: white;
    font-weight: bold;
    font-style: normal;
    font-family: sans-serif;
    /* -webkit-transform: skew(-15deg);    font-family: Verdana; */
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
}
.topcntr_prc_b {
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
}
.cntrselwrap {
  font-family: Helvetica, sans-serif;
  font-size: 28px;
  color: #333;
  margin: 0 auto;
  cursor: pointer;
  /*
  max-width: 260px;*/
  max-width: 310px;
  min-width: 260px;
  position: relative;
}
.cntrselwrap a {
  font-size: 22px;
}
.cntrselbtn {
  /*border: 1px solid #c5c5c5;
  background: #f6f6f6;*/
  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  background: #06d;
  color: white;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  padding: 3px 8px;
  margin-top: 9px;
  /*
  float: right;
  max-width: 140px;
  */
  text-align: center;
}
.cntrselarr {
    width: 0px;
    height: 0px;
    border-top-color: rgba(255, 255, 255, 1);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-width: 20px;
    border-right-width: 10px;
    border-left-width: 10px;
    border-top-style: solid;
    border-right-style: solid;
    float: right;
    border-left-style: solid;
    margin-top: 5px;
}
.ctr_name{
    display: inline-block;
    width: 65%;
}
.cntrselbtn.opened {
  -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;
}
.cntrselbtn:hover, .cntrsel a:hover {
  background: #dadada;
}
.cntrsel {
  display: none;
 /* padding: 4px 4px 4px 0;*/
  border: 1px solid #c5c5c5;
  border-top: none;
  -webkit-border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;
  position: absolute;
  z-index: 20;
  background: #f6f6f6;
  width: 100%;
}
.cntrsel a {
  display: block;
  color: #333;
 /* line-height: 42px;
  margin-right: 14px;
    margin-left: 4px;*/
 /* text-align: center;
    margin-right: 11px;*/
    padding: 3px !important;
    margin: 0 11px 2px 0 !important;
}
.cntrsel a:nth-of-type(odd) {

    background-color: #C9E4F6;/* С„РѕРЅ РЅРµС‡РµС‚РЅС‹С… СЃС‚СЂРѕРє */

  }

.cntrsel a:nth-of-type(even) {

    background-color: #B4DAF2;/* С„РѕРЅ С‡РµС‚РЅС‹С… СЃС‚СЂРѕРє */

  }
@media screen and (max-width: 600px) {
  .topcntr {
    width: 100%;
    margin: 0 0 1%;
  }
}

@media screen and (max-width: 400px) {
  .topcntr_capt_ttl {
    max-width: 80%;
  }
}