.nd-sectionInfo {
	padding: 50px 0;
  position: relative;
}

.nd-sectionInfo:before {
  content: "";
  display: block;
  width: 97px;
  height: 186px;
  position: absolute;
  left: 0;
  top: 620px;
  background-image: url(../../img/info/infoBublic1.svg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.nd-sectionInfo:after {
  content: "";
  display: block;
  width: 111px;
  height: 168px;
  position: absolute;
  right: 0;
  top: 210px;
  background-image: url(../../img/info/infoBublic2.svg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.nd-sectionInfo .nd-h2-big {
	text-align: center;
	margin-bottom: 100px;
	color: #000;
  font-size: 42px;
}

.orangeStrip {
  position: relative;
}

.orangeStrip:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  top: 39%;
  background: repeating-linear-gradient(
  90deg,
  #FFEC00,
  #FFEC00 5px,
  transparent 5px,
  transparent 10px
);
}

.nd-sectionInfo .infoItem {
	padding: 25px;
  padding-top: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 40px rgba(150, 74, 0, 0.1);
	-moz-box-shadow: 0px 2px 40px rgba(150, 74, 0, 0.1);
	box-shadow: 0px 2px 40px rgba(150, 74, 0, 0.1);
	border-radius: 5px;
	text-align: center;
	margin-bottom: 60px;
  position: relative;
}

.nd-sectionInfo .infoItem:before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  top:-40px;
  left: 35%;
}

.nd-sectionInfo .infoItem:nth-child(1):before {
  background-image: url(../../img/info/info1.svg);
}

.nd-sectionInfo .infoItem:nth-child(2):before {
  background-image: url(../../img/info/info2.svg);
}

.nd-sectionInfo .infoItem:nth-child(3):before {
  background-image: url(../../img/info/info3.svg);
}

.nd-sectionInfo .infoItem:nth-child(4):before {
  background-image: url(../../img/info/info4.svg);
}

.nd-sectionInfo .infoItem.newVer:before,
.nd-sectionInfo .infoItem.newVer:before {
  display: none;
}


.nd-sectionInfo p.orangeBig {
	font-size: 50px;
	font-weight: 1000;
	color: #f7c744;
  background: linear-gradient(45deg, #FF8C00 0%, #FFEC00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
}

.nd-sectionInfo .greyBigInfo {
	font-size: 23px;
	color: #454545;
	font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.nd-sectionInfo .infoItem.newVer {
  padding-bottom: 35px;
  padding-top: 40px;
}

.nd-sectionInfo .greyBigInfo.newVer {
  color: #181818;
  opacity: 0.5;
  font-size: 16px;
  max-width: 500px;
  margin-bottom: 30px;
}

.nd-sectionInfo .infoItemImg {
  text-align: center;
}

.nd-sectionInfo .infoItemImg a {
	font-size: 12px;
	text-decoration: underline;
	color: #454545;
  font-style: italic;
  display: inline-block;
}

.greyLineBetween .col-9:nth-child(2) a {
  margin-top: 21px;
}

.infoItem.newVer a.watchBut {
  margin: 25px auto 0;
  border-radius: 4px;
  padding: 10px 8px;
  background: rgb(255,236,0);
  background: linear-gradient(130deg, rgba(255,236,0,1) 0%, rgba(236,219,8,1) 80%, rgba(255,209,0,1) 100%);
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  color: #181818;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 175px;
  font-size: 12px;
}

.infoItem.newVer a.watchBut:before {
  content: "";
  display: inline-block;
  background-image: url(../../img/info/view.png);
  width: 18px;
  height: 16px;
  margin-right: 10px;
}

.infoItem.newVer a.watchBut.mobile {
  background: rgb(72,190,250);
  color: #fff;
  background: linear-gradient(180deg, rgba(72,190,250,1) 0%, rgba(99,133,252,1) 100%);
}

.infoItem.newVer a.watchBut.mobile:before {
  background-image: url(../../img/info/viewWhite.svg);
}

.nd-sectionInfo .infoItemImg.rightSide a:last-child {
  margin-top: 8px;
}

.nd-sectionInfo .infoItemImg.rightSide {
  display: flex;
  flex-direction: column;
}

.nd-sectionInfo .infoItem.newVer.rightSide {
  background-image: url(../../img/info/infoRightBg.png);
  background-repeat: no-repeat;
}

.nd-sectionInfo .infoItem.newVer.rightSide .greyBigInfo.newVer {
  text-align: left;
}

.nd-sectionInfo .infoItem.newVer.rightSide a img {
  max-height: 205px;
  border-radius: 8px;
}

.nd-sectionInfo .infoItem.newVer.rightSide a.watchBut {
  margin: 15px 0 0;
}

.greyLineBetween {
  position: relative;
}

.greyLineBetween:before {
  content: "";
  width: 2px;
  height: 100px;
  display: block;
  position: absolute;
  background-color: #E6E6E6;
  left: 50%;
  top: 10%;
  display: none;
}

@media (min-width: 992px) {
.col-lg-11.infoItem.newVer {
    -ms-flex: 0 0 47.133333%;
    flex: 0 0 47.133333%;
    max-width: 47.133333%;
}
}

@media screen and (max-width: 1400px) {
    .nd-sectionInfo .infoItem {
        padding: 10px;
        padding-top: 40px;
    }
    .nd-sectionInfo .greyBigInfo {
    	font-size: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .nd-sectionInfo .nd-h2-big {
      font-size: 30px;
    }
    .nd-sectionInfo p.orangeBig {
        font-size: 40px;
    }
    .nd-sectionInfo .greyBigInfo {
    	font-size: 26px;
    }
    .nd-sectionInfo .infoItem:before {
      height: 70px;
      width: 70px;
    }
    .nd-sectionInfo .infoItem.newVer.rightSide {
      background-position: center;
    }
}

@media screen and (max-width: 992px) {
  .nd-sectionInfo .nd-h2-big {
    font-size: 26px;
  }
	.nd-sectionInfo .greyBigInfo {
    text-align: center;
    margin-top: 30px;
	}
  .nd-sectionInfo .infoItem:before {
    left: 37%;
  }
  .orangeStrip:before {
    top: 19%;
  }
  .orangeStrip:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    z-index: -1;
    top: 68%;
    background: repeating-linear-gradient(
      90deg,
      #FFEC00,
      #FFEC00 5px,
      transparent 5px,
      transparent 10px
      );
  }
  .infoItem.newVer a.watchBut {
    margin-bottom: 20px;
  }
  .nd-sectionInfo .greyBigInfo.newVer {
    margin-top: 0;
  }
  .nd-sectionInfo .infoItem.newVer.rightSide {
    background-position: right bottom;
  }
}

@media screen and (max-width: 768px) {
  .nd-sectionInfo .nd-h2-big {
    font-size: 21px;
  }
  .nd-sectionInfo .infoItem:before {
    left: 42%;
    height: 85px;
    width: 85px;
    top: -45px;
  }
  .nd-sectionInfo:after {
    top: 420px;
  }
  .nd-sectionInfo .infoItem {
    margin-bottom: 80px;
  }
  .nd-sectionInfo .infoItem:last-child {
    margin-bottom: 0;
  }
  .orangeStrip:after {
    display: none;
  }
  .orangeStrip:before {
    width: 3px;
    height: 100%;
    left: 50%;
    top: auto;
        background: repeating-linear-gradient(
      180deg,
      #FFEC00,
      #FFEC00 5px,
      transparent 5px,
      transparent 10px
      );
  }
  .nd-sectionInfo .greyBigInfo {
    margin-top: 50px;
  }
  .nd-sectionInfo .infoItem.newVer {
    margin-bottom: 0;
    margin-top: 70px;
  }
  .nd-sectionInfo .infoItem.newVer.rightSide .greyBigInfo.newVer {
    text-align: center;
  }
  .nd-sectionInfo .infoItem.newVer.rightSide a.watchBut {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 576px) {
  .nd-sectionInfo .nd-h2-big {
    margin: 0 auto 30px;
    max-width: 250px;
    font-size: 18px!important;
  }
	.nd-sectionInfo .greyBigInfo {
		font-size: 20px;
	}
  .nd-sectionInfo:after,
  .nd-sectionInfo:before {
    display: none;
  }
  .orangeStrip:before {
    display: none;
  }
  .nd-sectionInfo .infoItem:before {
    top: 21%;
    left: -5%;
    width: 62px;
    height: 62px;
  }
  .nd-sectionInfo .orangeStrip .infoItem {
    padding: 10px;
    padding-left: 50px;
    margin-left: 40px;
    margin-bottom: 20px;
    margin-right: 10px;
    text-align: left;
  }
  .nd-sectionInfo p.orangeBig {
    background: rgb(255,140,0);
    background: linear-gradient(45deg, rgba(255,140,0,1) 0%, rgba(255,203,0,1) 34%, rgba(246,248,0,1) 56%, rgba(246,248,0,1) 93%, rgba(245,255,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .nd-sectionInfo .infoItem.newVer.rightSide {
    background-image: url(../../img/info/infoRightBgNew.png);
    background-position: center 260px;
  }
  .nd-sectionInfo .infoItem.newVer {
    margin: 30px 10px 0;
  }
}

@media screen and (max-width: 400px) {
  .nd-sectionInfo .infoItem:before {
    left: -10%;
  }
}