* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    width: 1387px;
    overflow-x:hidden;
}

a {
   text-decoration: none; 
   color: #000;
}

.hover:hover {
    color: #BE1C2E;
}

.content-wrapp {
    margin: 0 auto; 
    
}



.heading-navbar {
    margin: 32px 388px 16px 69px ;
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 100%;
    
    
}
.heading-navbar::after {
    content: "";
    height: 1px;
    width: 929px;
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    border-bottom: 1px solid #DFDFDF;
}

.text-content-block {
    display: flex;
    flex-direction: column;
}

.text-content-block__all-podcasts--link {
    font-family: "Archivo-Regular.ttf", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    padding-left: 15px;
    margin-bottom: 16px;
    position: relative;
}

.text-content-block__all-podcasts--link::before {
    
    content: "❮";
    display: block;
    position: absolute;
    left: 0;
    color: #000;
}

.text-content-block__all-podcasts--link:hover::before {
    content: "❮";
   color: #BE1C2E; 
}

.text-content-block__link {
    padding-left: 10px;
}
.text-content-block__heading-product {
    font-family: "Archivo-Bold.ttf", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    /* identical to box height, or 100% */
    
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.text-content-block__product-desc {
    font-family: 'IBM Plex Serif', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.text-content-block__dropdown-btn-container {
    display: flex;
    margin-bottom: 40px ;
}

.text-content-block--btn-styles {

    font-family: "Archivo-Bold.ttf", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    background: #FFFFFF;
    /* Button Border */

    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}

.text-content-block--btn-styles:hover {
    border: 1px solid #3D3D3D;
    color: #BE1C2E; 
}

.dropdown-btn {
    position: relative;
    padding: 4px 50px 4px 8px;
    margin-right: 8px;
}

.dropdown-btn::after {
    content: "❯";
    display: block;
    position: absolute;
    top: 4px;
    right: 8px;
    color: #000;
}

.dropdown-btn:hover::after {
    color: #BE1C2E; 
}

.dropdown-btn:active, .dropdown-btn:active::after {
    color: #E5E5E5;
}



.dropdown-btn-container__btn {
    padding: 4px 17px;
    margin-left: 8px;
}


/* Style The Dropdown Button */

  
  .dropdown-btn-container__dpopdown {
    display: inline-block;
    position: relative;
    
  }

  .dropdown-btn {
    display: block;
    color: #333;
    text-decoration: none;
  }

  .dropdown-content {
    width: 174px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 1;
    border-radius: 4px;
    margin-top: 8px;
  }


  .dropdown-content li  {
      display: block;
      background: #FFF;
      color: #000;
      padding: 8px 8px 0px 8px;
      position: relative;
      
  }

  .dropdown-content li::after {
      content: "";
        width: 150px;
      border-bottom: 1px solid #DFDFDF;
      display: block;
      position: absolute;
      z-index: 1;
      
  }

  .dropdown-content li:last-child::after {
      display: none;
  }

  .dropdown-content li:last-child {
      padding-bottom: 8px;
  }

  .dropdown-content li:first-child {
      /* padding-top: 16px; */
  }

  .dropdown-content p {
    font-family: "Archivo-Regular.ttf", sans-serif;
    font-weight: normal;
  }


  .dropdown-content li a {
    font-family: "Archivo-Regular.ttf", sans-serif;
    display: inline-block;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    bottom: 12px;
    
    
  }
  .dropdown-content  svg {
    margin-right: 8px;
    width: 32px;
    height: 32px;
  }

  .item-feedback {
    font-family: "Archivo-Regular.ttf", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    
    
  }


  .item-feedback span a{
    font-size: 14px;
      bottom: 0;
    color: #2E68FF;
  }
  .item-feedback span a:hover {
    color: #BE1C2E; 
  }

.heading-navbar__player-episodes {
    margin-top: 44px;
}

.heading-navbar__player-episodes img {
    width: 152px;
    height: 117px;
    margin-bottom: 11px;
}

.player-episodes__caption {
    text-align: center;
}

.cdp {
    height: 32px ;
    margin-bottom: 24px;
}

.cdp a:hover {
    border: 1px solid #3D3D3D;
    cursor: pointer;
}

.cdp_dots{
    margin-right: 10px;
    font-weight: 600;
}


.cdp_i {
    font-family: "Archivo-Regular.ttf", sans-serif;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 8px 12px;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    margin-right: 8px;
}


.cdp a:first-child {
    color: #E5E5E5;
    margin-left: 0;
    margin-right: 24px;
}

.cdp a:last-child  {
    margin-left: 24px;
    margin-right: 0;
}

.cdp a:last-child:active, .cdp a:last-child:active .pag-next>path {
    color: #E5E5E5;
    fill: #E5E5E5;
}

 a.cdp_i:nth-last-child(2) {
    margin-right: 0;
}

.cdp_i.active, .cdp_i.active:hover {
    color: #BE1C2E; 
    border: 1px solid#BE1C2E; 
}

.pag-prev {
    margin-right: 14px;
}
.pag-next {
    margin-left: 29px;
}


.article-main {
    margin-left: 4.6%;
    width: inherit;

}


.episode-name {
    display: flex;
}

.episode-name__text-content {
    margin-left: 24px;
}

.text-content__caption {
    width: 506px;
    font-family: "Archivo-Bold.ttf", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}

.text-content__desc {
    font-family: 'IBM Plex Serif', serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.02em;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
}

.text-content__btn-row {
    margin-top: 10px;
}

.btn-narrow {
    margin-right: 8px;
    padding: 0 8px;
    text-transform: uppercase;
    font-family: "Archivo-Regular.ttf", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    /* identical to box height, or 185% */

    text-align: center;
    border: none;
    color: #2F2F2F;
    background: #F7F3F3;
}

.btn-narrow:hover {
    cursor: pointer;
    color: #BE1C2E;
}

.btn-narrow:active {

    color: #E5E5E5;
}

.article-main__soundcloud-player {
    width: 70.2%;
}

.soundcloud-player__control-panel {
    display: flex;
    justify-content: space-between;
}

.control-panel__inner--left {
    display: flex; 
    margin-top: 8px;   
}

.control-panel__play-btn {
    margin-right: 12px;
}

.caption-info__text-caption {
    font-family: "Archivo-Regular.ttf", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #757575;
}

.caption-info__lead {
    font-family: "Archivo-Regular.ttf", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.control-panel__inner--right {
    margin-top: 32px;
}

.article-main__textfield-aplication {
    width: 51.69430425378%;
    position: relative;
    margin-bottom: 168px;    
}

.article-main__textfield-aplication::after {
    content: "";
    height: 1px;
    width: 929px;
    display: block;
    position: absolute;
    z-index: -1;
    padding-top: 48px;
    border-bottom: 1px solid #DFDFDF;
    
    
}



.textfield p{
    /* font-family: "IBMPlexSerif-Regular", serif; */
    font-family: 'IBM Plex Serif', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.pagination-bottom {
    margin-top: 96px;
    margin-left: 4.6%;
    display: flex;
}

.pagination-bottom_cdp {
    margin-left: 48px;
    
}

.pagination-bottom__pagination-quote {
    font-family: "Archivo-Regular.ttf", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;

}

/*
.sidebar-p {
    width: 22%;
    float: right;
    margin-top: 32px;
    padding-left: 8px;
    
}
*/

.pagination-bottom__all-podcasts--link {
    display: block;
    font-family: "Archivo-Regular.ttf", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    padding-left: 15px;
    margin-left: 4.6%;
    margin-bottom: 8px;
    position: relative;
    
}

.pagination-bottom__all-podcasts--link::before {
    
    content: "❮";
    display: block;
    position: absolute;
    left: 0;
    color: #000;
}

.pagination-bottom__all-podcasts--link:hover::before {
    content: "❮";
   color: #BE1C2E; 
}