.no-pad {
  padding-top: 0 !important;
  margin-top: 0px !important;
}

.sport {
  float: left;
  width: 100%;
}

.sport-top {
  float: left;
  width: 100%;
  height: 250px;
  background: url(http://binapharm.ru/wp-content/uploads/2019/05/header-wien.jpg) top center no-repeat;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 65px;
}

.sport-tit {
  color: #fff !important;
  color: #fff;
  font-size: 65px;
  font-weight: normal;
}

.sport-wrap {
  float: left;
  width: 100%;
}

.sport-wrap-in {
  float: left;
  width: 100%;
}

.sport-one-item {
  float: left;
  width: 25%;
  height: 25vw;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.sport-one-item-in {}

.sport-desr {
  position: absolute;
  background-color: rgba(20,81,23,0.60);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  -ms-transform: scale3d(0.5, 0.5, 1);
  -o-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sport-one-item:hover .sport-desr {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.sport-ico-bt {
  margin-bottom: 15px;
}

.sport-ico-bt a {
  margin: 0 3px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff !important;
  font-weight: 400;
  border-radius: 60px 60px 60px 60px;
  background-color: rgba(0,0,0,0.45);
  border: none;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  -o-transition: transform  0.3s, opacity 0.3s;
  transition: transform  0.3s, opacity 0.3s;
  opacity: 0;
  -webkit-transform: scale3d(1.3, 1.3, 1);
  -ms-transform: scale3d(1.3, 1.3, 1);
  -o-transform: scale3d(1.3, 1.3, 1);
  transform: scale3d(1.3, 1.3, 1);
  }

.sport-ico-bt a:hover {
  background-color: rgba(0,0,0,0.75);
}

.sport-ico-bt a span {}

.sport-ico-bt a i {}

.sport-ico-bt a.sport-zoom {}

.sport-one-item:hover .sport-ico-bt a.sport-zoom {
  transition-delay: 0.4s;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.sport-ico-bt a.sport-link {}

.sport-one-item:hover .sport-ico-bt a.sport-link {
  transition-delay: 0.3s;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.sport-author {
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  position: relative;
  -webkit-transform: translate3d(0, 20%, 0);
  -ms-transform: translate3d(0, 20%, 0);
  -o-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sport-one-item:hover .sport-author {
  transition-delay: 0.3s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sport-author span {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: rgba(0,0,0,0.45);
  font-weight: 700;
  text-transform: uppercase;
}

.sport-text {
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sport-one-item:hover .sport-text {
  transition-delay: 0.3s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sport-text span {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: rgba(0,0,0,0.45);
  font-weight: 700;
}

.sport-video {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
  background: url(http://binapharm.ru/wp-content/uploads/2019/05/bg-2.jpg) top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.sport-video-in {
  text-align: left;
  display: inline-block;
  max-width: 80%;
  width: 100%;
}

.one-video {
  float: left;
  width: 50%;
  padding: 0 10px;
}

.one-video-in {
  float: left;
  width: 100%;
}

.one-video-tit {
  margin: 30px 0 20px;
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vid-line {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.vid-line span {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}

.vid-text {
  font-size: 22px;
  color: #fff;
  line-height: 1em;
  padding: 0 15px;
  margin: 0;
  word-wrap: break-word;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.one-video-frame {
  float: left;
  width: 100%;
}

.one-video-frame iframe {
  width: 100% !important;
  height: 22vw;
}

.where-bay {
  float: left;
  width: 100%;
}

.where-bay-tit {
  float: left;
  width: 100%;
  font-size: 34px;
  color: #202020;
  margin: 30px 0;
  text-align: center;
}

.where-bay-in {
  float: left;
  width: 100%;
}

.one-shop {
  float: left;
  width: 20%;
  padding: 0 10px;
  text-align: center;
}

.one-shop-tit {
  font-weight: 700;
  font-size: 22px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.one-shop-tit .vid-line span {
  border-color: #2a2a2a;
}

.one-shop-tit .vid-text {
  /*color: #2a2a2a;*/
}

.one-shop-thumb {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.one-shop-thumb img {
  max-width: 100%;
  height: auto;
}

.one-shop-cont {
  float: left;
  width: 100%;
  color: #797979;
}

.one-shop-cont span {
  font-weight: bold;
}

.one-shop-cont a {
  color: #1b8609;
}

/* author: dmondma: full-width */

@media (max-width: 1420px) {

.sport-one-item {
  width: 33.33%;
}

}

/* author: dmondma: 1420 */

@media (max-width: 768px) {

.sport-top {
  font-size: 30px;
  height: 100px;
}

.sport-one-item {
  width: 50%;
  height: 50vw;
}

.one-video {
  width: 100%;
}

.one-video-frame iframe {
  height: 50vw;
}

.one-shop {
  width: 100%;
}

}

/* author: dmondma: 768 */

@media (max-width: 650px) {

.sport-one-item {
  width: 100%;
  height: 80vw;
}

}

/* author: dmondma: 650 */
