html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

h1, h2, h3, h4, p {
  margin-top: 0;
}

a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #ffffff;
  text-decoration: underline;
}

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  border: none;
  outline: none;
}

figure, main {
  display: block;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}

.main-header {
  padding: 16px 0;
  background-color: #E17A2E;
}

.main-section {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.header-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
  align-items: center;
}

.header-logo img {
  width: 150px;
}

.main-wrapper {
  padding-top: 50px;
}

.main-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-section {
  -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrapper video {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.video-section .video-step {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 40px;
  margin: 40px auto 80px;
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border-radius: 9px;
  background-color: #e06b0e;
  background-image: -webkit-linear-gradient(rgb(225, 122, 46), rgb(225, 122, 46));
  background-image: linear-gradient(rgb(225, 122, 46), rgb(225, 122, 46));
}

.video-section .video-step:hover {
  text-decoration: none;
}

.doctor-section {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  width: 220px;
  padding-left: 20px;
}

.doctor-title {
  margin: 4px 0 0;
  font-size: 18px;
  font-weight: 700;
}

.doctor-subtitle {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 14px;
}

.doctor-subtitle::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 50px;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.08);
}

.doctor-content {
  font-size: 15px;
}

.main-featured {
  padding: 45px 0;
  background-color: #E17A2E;
  background-image: -webkit-linear-gradient(rgb(225, 122, 46), rgb(225, 122, 46));
  background-image: linear-gradient(rgb(225, 122, 46), rgb(225, 122, 46));
}

.featured-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.featured-left {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.featured-section .featured-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}

.featured-section .featured-subtitle {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
}

.featured-section .featured-content {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5px;
}

.featured-right {
  -ms-flex-preferred-size: 67%;
  flex-basis: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px;
}

.featured-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.main-footer {
  padding: 30px 0;
  background-color: #ececec;
}

.footer-section {
  text-align: center;
  color: #545659;
  font-size: 12px;
  line-height: 150%;
}

.footer-section p {
  margin-bottom: 12px;
}

.footer-section a {
  color: #545659;
}

.footer-section .footer-title {
  margin-bottom: 0;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-list > li + li {
  position: relative;
  margin-left: 16px;
}

.footer-list > li + li::before {
  position: absolute;
  content: '';
  top: 3px;
  left: -8px;
  width: 0;
  height: 12px;
  border-left: 1px solid #545659;
}

.footer-list > li,
.footer-list > li > a
.footer-list > li > span {
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .main-video {
    -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .video-section {
    width: 100%;
  }

  .doctor-section {
    margin: 0 auto;
    padding-left: 0;
  }

  .featured-section {
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
      -ms-flex-align: center;
    align-items: center;
  }

  .featured-left,
  .featured-right {
    -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }

  .featured-left {
    margin-bottom: 20px;
    text-align: center;
  }

  .featured-right {
    padding-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .header-section {
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-video.main-section {
    padding-left: 0;
    padding-right: 0;
  }

  .header-contacts {
    margin-top: 10px;
  }

  .video-section .video-step {
    max-width: 100%;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
  }

  .doctor-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .doctor-section {
    -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .featured-img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .featured-img:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.video-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;  
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
  padding: 12px 18px;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #000000;
  border-radius: 5px;
}

.video-count-svg {
  padding-left: 20px;
  padding-right: 6px;
}
.video-count-percentage {
  color: green;
}

.video-count svg {
  width: 24px;
}

@media screen and (max-width: 575px) {
  .video-count {
    margin-left: 16px;
  }
}