@font-face {
    font-family: 'Rotonda';
    src: url('/skin/frontend/antoshka/antoshka/fonts/Rotonda-Bold.eot');
    src: local('Rotonda'), local('Rotonda'),
        url('/skin/frontend/antoshka/antoshka/fonts/Rotonda-Bold.eot?#iefix') format('embedded-opentype'),
        url('/skin/frontend/antoshka/antoshka/fonts/Rotonda-Bold.woff2') format('woff2'),
        url('/skin/frontend/antoshka/antoshka/fonts/Rotonda-Bold.woff') format('woff'),
        url('/skin/frontend/antoshka/antoshka/fonts/Rotonda-Bold.ttf') format('truetype'),
        url('/skin/frontend/antoshka/antoshka/fonts/Rotonda-Bold.svg#Rotonda') format('svg');
        font-weight: 600;
        font-style: normal;
}

.hidden-overflow {
  overflow: hidden;
}
body{
  font-size: 14px;
  font-family: 'Arial',sans-serif;
}
h2 {
  text-transform: uppercase;
  font-family: 'Rotonda',sans-serif;
  font-size: 30px;
  color: #fff;
}
/* BANNER */
.std {
  padding-bottom: 80px;
  position: relative;
}
/* #child-metrics {
  padding: 40px 0 80px 0;
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
} */

.banner-fluid {
  max-width: 1260px;
  width: 100%;
  height: 282px;
  border-radius: 25px;
  background-clip: padding-box;
    background: #fdc93d url("/skin/frontend/antoshka/v2/images/content/ruller.png") no-repeat bottom -41px left 15%;
  margin: auto;
}
.heading-container h2 {
  margin-top: 20%;
  margin-right: 28px;
}
.sizing-info {
  margin-top: 72px;
  color: #474747;
}
.left-info-txt {
  position: relative;
  z-index: -1;
  margin-left: 30px;
}
.left-info-txt .info-list-item {
  margin-bottom: 38px;
}
.left-info-txt .info-list-item:first-child {
  margin-top: 38px;
}
.left-info-txt .info-list-item:nth-child(1):before,
.left-info-txt .info-list-item:nth-child(2):before,
.left-info-txt .info-list-item:nth-child(3):before,
.left-info-txt .info-list-item:nth-child(4):before,
.left-info-txt .info-list-item:nth-child(5):before,
.left-info-txt .info-list-item:nth-child(6):before {
  color: #f04137;
  font-family: 'Rotonda',sans-serif;
  font-size: 1.429em;
  margin-right: 23px;
  float: left;
}
.left-info-txt .info-list-item:nth-child(1):before {
  content: '1';
}
.left-info-txt .info-list-item:nth-child(2):before {
  content: '2';
}
.left-info-txt .info-list-item:nth-child(3):before {
  content: '3';
}
.left-info-txt .info-list-item:nth-child(4):before {
  content: '4';
}
.left-info-txt .info-list-item:nth-child(5):before {
  content: '5';
}
.left-info-txt .info-list-item:nth-child(6):before {
  content: '6';

}
.left-info-txt .info-list-item :last-child {
  margin-bottom: 0;
}
.left-info-txt .body-part-list {
  margin-top: 90px;
}
.left-info-txt .body-part-list-item {
  display: inline-block ;
}
.left-info-txt .body-part-list-item {
  margin-right: 20px;
}
.left-info-txt .body-part-list-item:last-child {
  margin-right: 0;
}
.left-info-txt .body-part-list-item:nth-child(1):before,
.left-info-txt .body-part-list-item:nth-child(2):before,
.left-info-txt .body-part-list-item:nth-child(3):before,
.left-info-txt .body-part-list-item:nth-child(4):before,
.left-info-txt .body-part-list-item:nth-child(5):before{
  color: #f04137;
  font-family: 'Rotonda',sans-serif;
  font-size: 1.429em;
  margin-right: 8px;
  vertical-align: middle;
}
.left-info-txt .body-part-list-item:nth-child(1):before {
  content: 'A';
}
.left-info-txt .body-part-list-item:nth-child(2):before {
  content: 'B';
}
.left-info-txt .body-part-list-item:nth-child(3):before {
  content: 'C';
}
.left-info-txt .body-part-list-item:nth-child(4):before {
  content: 'D';
}
.left-info-txt .body-part-list-item:nth-child(5):before {
  content: 'E';
}
.baby-img {
  height: 505px;
  border-radius: 25px;
  background-clip: padding-box;
  background-color: #ebebeb;
  text-align: center;
  padding: 35px 0;
}
