@media (max-width: 1300px) {
  .header {
    padding-top: 0;
  }

  .header__topgray {
    display: block;
  }

  .header__logo-img{
    width: 112px;
  }

  .header__top {
    padding-top: 21px;
  }

  .header__logo {
    display: none;
  }

  .header__censorship {
    display: none;
  }

  .header__itemsmall:not(:last-child) {
    margin-right: 28px;
  }

  .header__navsmall {
    margin-right: 36px;
  }

  .header__previously {
    margin-right: 13px;
  }

  .hero {
    padding-bottom: 89px;
    background-position: 86.5% 47.2%;
    background-size: 24.7%;
  }

  .hero__descr {
    width: 65%;
    margin-bottom: 20px;
  }

  .podcasts__btn {
    margin-left: 35%;
    padding: 23px 53px;
  }

  .programs {
    padding-bottom: 97px;
  }

  .programs__left {
    justify-content: start;
    gap: 224px;
  }

  .programs__right {
    width: 100%;
  }

  .programs__item {
    max-width: 255px;
    width: calc((100% - var(--gap)) / 2);
    gap: var(--gap);
  }

  .ui-accordion .ui-accordion-content {
    padding: 26px 0 21px 0;
  }

  .content__list {
    column-count: 3;
  }

  .acord__guests {
    width: 31%;
  }

  .guest__photo {
    margin-bottom: 5px;
  }

  .swiper-button-prev {
    left: -50px;
  }

  .swiper-button-next {
    right: -50px;
  }

  .radio__description {
    width: 100%;
  }

  .radio__img-new {
    width: 100px;
    left: 0;
  }

  .footer__left {
    margin-right: 219px;
  }

  .footer::before {
    background-size: auto;
  }
}

@media (max-width: 1024px) {

  .programs {
    padding-bottom: 92px;
  }

  .guests {
    padding-bottom: 94px;
  }

  .playlist {
    padding-bottom: 89px;
  }

  .playlist__container {
    flex-direction: column;
  }

  .playlist__list {
    margin-bottom: 38px;
  }

  .playlist__list-genres {
    display: flex;
    max-height: 200px;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
  }

  .playlist__blockradoi:nth-child(-n+3) {
    margin-right: 35px;
  }

  .playlist__inputs {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }

  .playlist__blockinf {
    display: none;
  }

  .playlist__blockinf-tab {
    display: block;
    padding-top: 38px;
    border-top: 1px solid #D2D5DD;
  }

  .playlist__item {
    width: calc((100% - (30px * 2)) / 3 );
  }

  .playlist__btn{
    display: flex;
  }

  .playlist__cover {
    max-height: 112px;
  }

  .playlist__blockname {
		padding: 47px 8px 0px 8px;
  }

	.radio__img-new {
		top: 5px;
	}

  .playlist__flag {
    left: 0;
  }

  .radio {
    padding-bottom: 118px
  }

  .radio__imgblock {
    width: 100%;
    margin-top: 111px;
    position: relative;
    margin-right: 30px;
  }

  .radio__img {
    margin-right: 32px;
  }

	.about__swiper {
		margin-bottom: 34px;
	}

  .about__upblock-descr {
    width: 80%;
  }

  .about__spiral {
    display: none;
  }

  .about__dwan {
    padding-top: 48px;
    padding-left: 20px;
  }

.swiper-slide {
    margin-right: 35px;
}

  .swiper-button-prev {
    top: 37.6%;
    left: -65px;
  }

  .swiper-button-next {
    top: 36.4%;
    right: -67px;
  }

  .about {
    padding-bottom: 91px;
  }

  .about__form {
    width: 100%;
  }

  .footer__links {
    margin-bottom: 99px;
    justify-content: start;
  }

  .footer__left {
    margin-right: 220px;
  }

  .footer__list {
    gap: 0px;
  }

	.radio__descr-bottom {
		margin-bottom: 31px;
	}

	.radio__price {
		margin-bottom: 54px;
	}
}

@media (max-width: 999px) {

  .header__top {
    justify-content: end;
  }

  .header__form {
    right: 120px;
  }

  .header__form-active {
    top: 20px;
  }

  .header__list {
    display: none;
  }

  .burger {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 19px;
    z-index: 5;
  }

  .burger__line {
    position: absolute;
    display: inline-block;
    left: 50%;
    width: 24px;
    height: 3px;
    border-radius: inherit;
    background-color: #6D31EE;
    transform: translateX(-50%);
  }

  .burger__line:nth-child(1) {
    top: 11px;
  }

  .burger__line:nth-child(3) {
    bottom: 8px;
  }

  .stop-scroll {
    overflow: hidden;
  }

  .nav--active {
    display: block;
  }

  .header__nav {
    display: flex;
    position: absolute;
    left: -114px;
    top: -60px;
    width: calc(100vw - (114px * 2));
    min-width: 250px;
    height: 100vh;
    padding: 155px 114px 0 114px;
    z-index: 1;
    background-color: #D2D5DD ;
    overflow-y: auto;
    transform: translateX(-120%);
    transition: transform ease-in-out 0.4s;
  }

  .header__nav::after {
    content: '';
    width: 115px;
    height: 364px;
    position: absolute;
    bottom: 15%;
    right: 28%;
    background-image: url("../img/burger_spiral.svg");
    background-repeat: no-repeat;
  }

  .header__nav::before {
    content: '';
    width: 115px;
    height: 364px;
    position: absolute;
    top: 0;
    right: 9%;
    background-image: url("../img/burger_spiral.svg");
    background-repeat: no-repeat;
  }

  .header__list {
    columns: 2;
  }

  .header__item:not(:last-child) {
    margin-bottom: 64px;
  }

  .burger--active .burger__line:nth-child(1) {
    left: 0;
    top: 45%;
    transform: rotate(45deg);
  }

  .burger--active .burger__line:nth-child(2) {
    opacity: 0;
  }

  .burger--active .burger__line:nth-child(3) {
    left: 0;
    top: 45%;
    transform: rotate(-45deg);
  }

  .burger .burger__line {
    transition: transform 0.3s ease-in, opacity 0.3s ease-in-out;
  }

  .nav--active {
    transform: none;
    transition: transform ease-in-out 0.4s;
  }

  .header__navsmall {
    margin-right: auto;
  }

  .header__essential {
    display: none;
  }

  .header__btnplay {
    display: block;
    padding: 18px;
    cursor: pointer;
  }

  .header__essential-tab {
    flex-direction: column;
    position: absolute;
    right: 0;
    background-color: #fff;
  }

  .header__essential-descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #6D31EE;
  }

  .header__essential-tabtop {
    padding: 24.1px 100px;
    border: 1px solid #D2D5DD;
  }

  .header__essential-svgopen {
    margin-right: 5px;
  }

  .header__previously {
    padding: 9px 32px;
    border: none;
  }

  .header__now {
    padding: 9px 32px;
  }

  .play--active {
    display: flex;
  }

  .hero {
    background: none;
  }

  .programs__left {
    margin-bottom: 50px;
  }

  .podcasts__item {
    width: 100%;
  }

  .programs__container {
    flex-direction: column;
  }

  .programs__right {
    margin-bottom: 91px;
  }

  .programs__text {
    width: 60%;
  }

  .left__archive {
    display: none;
  }

  .left__archive-tab {
    padding-left: 150px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    background-image: url('../img/programs_mic.png');
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  .radio__title::before {
    width: 300px;
  }

  .guest__photo {
    margin-bottom: 9px;
  }

  .guest__descr {
    width: 75%;
  }

  .guests__acord {
    flex-direction: column;
  }

  .acord__btns {
    width: 100%;
    margin-bottom: 50px;
  }

  .acord__guests {
    width: 100%;
  }

  .playlist__item {
    width: calc((100% - (30px)) / 2 );
  }

  .playlist__list-genres {
    max-height: 250px;
  }

  .playlist__blockradoi:not(:last-child) {
    margin-bottom: 28px;
  }

  .playlist__albums {
    padding-top: 21px;
  }

  .footer__links {
    flex-direction: column;
  }

  .playlist__list {
    margin-bottom: 31px;
  }


  .footer__nav {
    justify-content: center;
    width: 65%;
  }

  .footer__left {
    margin: 0 auto;
    margin-bottom: 80px;
  }

  .popup {
    width: 540px;
    padding: 60px 40px;
  }
}

@media (max-width: 969px) {

  .radio__title::before {
    top: 155px;
  }
}

@media (max-width: 840px) {
  .container {
    padding-left: 114px;
    padding-right: 114px;
  }

  .burger {
    left: -8px;
  }

	.burger__line:nth-child(1) {
		top: 9px;
	}

	.burger__line:nth-child(3) {
		bottom: 7px;
	}

  .header__navsmall {
    margin-right: 6px;
  }

  .header__itemsmall:not(:last-child) {
    margin-right: 29px;
  }

  .header__btnplay {
    padding: 18px 18px 10px 18px;
  }

  .hero__descr {
    width: 100%;
  }

  .podcasts__btn {
    margin-left: 27%;
  }

  .programs {
    padding-top: 96px;
    padding-bottom: 29px;
  }

  .programs__left {
    margin-bottom: 31px;
  }

  .programs__right {
    margin-bottom: 90px;
  }

  .programs__text {
    width: 85%;
  }

	.programs__btn {
		margin-bottom: 9px;
	}

  .radio__description {
    text-align: left;
  }

  .left__archive-tab {
		padding-left: 190px;
		background-position: 98px 0px;
		background-size: 71px 96px;
  }

  .guests__descr {
    width: 100%;
  }

	.ui-accordion .ui-accordion-header {
		padding: 25px 0 21px 0;
	}

	.acord__btns {
		margin-bottom: 52px;
	}

	.guest__photo {
		margin-bottom: 7px;
	}

  .content__item {
    margin-bottom: 26px;
  }

  .ui-accordion .ui-accordion-content {
    padding: 26px 0 0px 0;
  }

	.playlist {
		padding-top: 95px;
		padding-bottom: 88px;
	}

	.playlist__list {
		margin-bottom: 40px;
		gap: 28px;
	}

  .radio__container {
    flex-direction: column;
    text-align: center;
  }

  .radio__img {
    margin-bottom: 30px;
  }

  .radio__img-new {
    width: 160px;
    left: 0;
  }

  .radio__title::before {
    width: 100%;
    top: 110px;
  }

  .radio {
    padding-top: 43px;
  }

  .radio__img-new {
    top: 11px;
  }

  .radio__imgblock {
    margin-top: 0;
    margin-bottom: 21px;
  }

  .radio__title {
    text-align: left;
    width: 85%;
  }

	.radio__descr-bottom {
		margin-bottom: 32px;
	}

	.about__swiper {
		margin-bottom: 29px;
	}

	.about {
		padding-bottom: 93px;
	}

  .about__upblock {
    flex-direction: column;
    margin-bottom: 28px;
  }

  .about__upblock-descr {
    width: 100%;
  }

  .about__upblock-bacground {
    width: 100%;
  }

  .about__longspiral {
    display: block;
    position: absolute;
    left: 0;
  }

  .about__dwan {
    width: 112px;
    height: 112px;
    margin-left: 79%;
    padding: 0;
  }

.swiper-slide {
    margin-right: 28px;
}

  .swiper-button-prev {
    top: 35.6%;
  }

  .swiper-button-next {
    top: 34.6%;
  }

  .about__form {
    width: 95%;
  }

  .form__signature {
    flex-direction: column;
  }

  .form__blockname {
    width: 105%;
  }

  .form__blockemail {
    width: 105%;
  }

  .form__name {
    padding: 24px 32px;
  }

  .form__email {
    padding: 24px 32px;
  }

	.footer__socs {
		padding-left: 2px;
	}

	.footer__socs:not(:last-child) {
		margin-right: 20px;
	}

  .footer__svg {
    width: 36px;
    height: 36px;
  }

  .footer__left {
    margin-bottom: 74px;
  }

  .footer__links {
    margin-bottom: 90px;
  }

  .footer__nav {
    width: 100%;
    justify-content: start;
    max-height: 120px;
  }

  .footer__item {
    margin-right: 157px;
    margin-bottom: 12px;
  }

  .footer::before {
    bottom: 6%;
  }

}

@media (max-width: 672px) {

  .container {
    padding: 0 32px;
  }

  .header__topgray {
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .header__logo-img {
    width: 87px;
  }

  .header__top {
    padding-top: 13px;
    margin-bottom: 7px;
  }

  .header__btn {
    padding: 8px 22px;
    position: absolute;
    top: -45px;
    right: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
  }

  .burger {
    top: 4px;
  }

  .burger__line:nth-child(1) {
    top: 9px;
  }

  .burger__line:nth-child(3) {
    bottom: 7px;
  }

  .header__container {
    position: relative;
  }

  .header__nav {
    left: -32px;
    top: -55px;
    padding: 110px 30px 0 30px;
    width: 86vw;
  }

  .header__nav::after {
    display: none;
  }

  .header__nav::before {
    display: none;
  }

  .header__list {
    width: 85vw;
  }

  .header__search {
    margin-right: 0;
  }

  .header__form {
    right: -15px;
  }

  .header__form-active {
    top: 2px;
  }

  .header__btnplay {
    display: none;
  }

  .header__item:not(:last-child) {
    margin-bottom: 30px;
    margin-right: 30px;
  }

  .header__playmob {
    display: flex;
    flex-direction: column;
  }

  .playmob__img-active {
    display: block;
  }

  .playmob__img-hidden {
    display: none;
  }

  .playmob__name {
    display: inline-block;
  }

  .header__essential-mob {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    background-color: #fff;
  }

  .header__previously-mob {
    padding: 0 37px 0 32px;
    flex-direction: column;
    border-right: 1px solid #D2D5DD;
  }

  .previously__btn-mob {
    text-align: start;
  }

  .previously__name-mob {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #A1A6B4;
  }

  .previously__descr-mob {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #121723;
  }

  .header__now-mob {
    padding: 0 37px 0 32px;
    flex-direction: column;
  }

  .now__btn-mob {
    text-align: start;
  }

  .now__name-mob {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #A1A6B4;
  }

  .now__descr-mob {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #121723;
  }

  .header__bottom {
    margin: 14px 0 11px 0;
    justify-content: center;
  }

  .header__navsmall {
    display: flex;
    width: 86vw;
    height: 50vh;
    padding: 30px;
    position: absolute;
    top: 760%;
    left: 0;
    background-color: #fff;
    z-index: 100;
    transform: translateX(-120%);
    transition: transform ease-in-out 0.4s;
  }

  .header__listsmall {
    max-height: 150px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .navsm--avtive {
    transform: none;
    transition: transform ease-in-out 0.4s;
  }

  .header__itemsmall:not(:last-child) {
    margin-bottom: 30px;
    margin-right: 78px;
  }

  .header__itemsmall-link {
    font-size: 16px;
    line-height: 16px;
  }

  .hero {
    padding-top: 41px;
    padding-bottom: 40px;
  }

  .hero__title {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 32px;
  }

  .hero__title-text {
    font-size: 32px;
    line-height: 32px;
  }

	.hero__descr {
		margin-bottom: 19px;
		font-size: 14px;
		line-height: 21px;
	}

  .playmob__img {
    margin-right: 5px;
  }

  .hero__btn {
    padding: 17px 45px;
    font-size: 16px;
    line-height: 16px;
  }

  .podcasts {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .podcasts__title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
  }

  .podcasts__list {
    margin-bottom: 30px;
  }

  .podcasts__item {
	width:  calc((100% - var(--gap)) / 2);
    flex-direction: column;
    max-width: 256px;
  }

  .podcasts__item-hidden {
    display: none;
  }

  .podcasts__pict {
    max-width: 256px;
  }

  .podcasts__text {
    padding: 11px 0 13px 16px;
  }

  .podcasts__time {
    margin-bottom: 8px;
  }

  .podcasts__name {
    margin-bottom: 1px;
    font-size: 16px;
    line-height: 16px;
  }

  .podcasts__author {
    font-size: 12px;
    line-height: 12px;
  }

  .podcasts__date {
    bottom: 92%;
  }

  .podcasts__btn {
    margin-left: 0;
  }

  .podcasts__play {
    margin-top: 15px;
    margin-right: 16px;
  }

  .podcasts__play svg {
    width: 36px;
  }

  .podcasts__play svg circle {
    stroke: #6D31EE;
  }

  .podcasts__play svg path {
    fill: #6D31EE;
  }

  .podcasts__info {
    padding: 6px 30px 3px 34px;
  }

  .podcasts__count {
    font-size: 12px;
    line-height: 12px;
  }

  .podcasts__btn {
    margin-left: 43px;
    padding: 15px 28px;
    font-size: 16px;
    line-height: 16px;
  }

  .programs {
    padding-top: 54px;
    padding-bottom: 22px;
  }

  .programs__left {
    width: 100%;
    margin-bottom: 14px;
  }

  .programs__title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
  }

  .programs__author {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 12px;
  }

  .programs__card {
    height: 79px;
    padding: 5px 10px 8px 10px;
    flex-direction: column;
    justify-content: space-between;
  }

  .programs__name {
    font-size: 12px;
    line-height: 12px;
  }

  .programs__descr {
    font-size: 9px;
    line-height: 9px;
  }

  .programs__link {
	 width: 58%;
    font-size: 12px;
    line-height: 12px;
  }

  .programs__link {
    font-size: 12px;
    line-height: 12px;
    color: #6D31EE;
  }

  .programs__link path{
    fill: #6D31EE;
  }

  .programs__right {
    margin-bottom: 62px;
  }

  .left__archive-tab {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 90px;
    background-size: 77px;
    background-position: 0 0;
  }

  .programs__img {
    width: 100%;
  }

  .programs__text {
    width: 95%;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 7px;
  }

  .programs__btn {
    padding: 7px 29px;
    font-size: 16px;
    line-height: 16px;
  }

  .guests {
    padding-top: 54px;
    padding-bottom: 53px;
  }

  .guests__title {
    font-size: 24px;
    line-height: 24px;
  }

  .guests__text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .guests__descr {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
  }

  .acord__btn-name {
    font-size: 16px;
    line-height: 16px;
  }

  .content__list {
    column-count: 2;
  }

  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 14px;
    line-height: 16px;
  }

  .ui-accordion .ui-accordion-header {
    padding: 5px 0 5px 0;
  }

  .ui-accordion .ui-accordion-content {
    padding: 16px 0 16px 0;
  }

  .acord__btns {
    margin-bottom: 27px;
  }

  .acord__btn svg {
    width: 30px;
  }

  .guest__photo {
    margin-bottom: 6px;
  }

  .guest__link svg {
    width: 35px;
    height: 35px;
  }

  .guest__item:not(:last-child) {
    margin-right: 22px;
  }

  .guest__descr {
    width: 100%;
    margin-bottom: 30px;
  }

  .guest__btn {
    padding: 8px 13px;
  }

  .content__item {
    margin-bottom: 30px;
  }

  .playlist {
    padding-top: 54px;
    padding-bottom: 44px;
  }

  .playlist__title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
  }

  .playlist__inputs {
    display: none;
  }

  .playlist__btn {
    flex-direction: column;
  }

  .playlist__inputs-mob {
    display: block;;
    margin-bottom: 0;
    padding: 0;
    border: none;
  }

  .playlist__list-mob {
    width: 89vw;
    overflow: scroll hidden;
  }

  .playlist__genre-mob {
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: var(--color-name);
  }

  .playlist__blockradoi-mob:not(:last-child) {
    margin-right: 15px;
  }

  .playlist__genre-btn {
    width: 100%;
    padding: 8px 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #6D31EE;
    border: 2px solid #6D31EE;
    border-radius: 77px;
    white-space: nowrap;
  }

	.playlist__list {
		margin-bottom: 32px;
		gap: 29px;
	}

  .playlist__genre-btn:focus {
    background-color: #6D31EE;
    color: #fff;
  }

  .playlist__albums {
    padding-top: 28px;
  }

  .playlist__blockname {
    margin-top: 0;
    padding: 12px 0 9px 10px;
  }

  .playlist__cover {
    max-height: 100%;
  }

  .playlist__name {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 12px;
  }

  .playlist__text {
    font-size: 9px;
    line-height: 9px;
  }

  .playlist__blockinf-tab {
    padding-top: 28px;
  }

  .playlist__descr {
    font-size: 12px;
    line-height: 16px;
  }

  .playlist__copy {
    font-size: 12px;
    line-height: 22px;
  }

  .radio {
    padding-top: 44px;
    padding-bottom: 68px;
  }

  .radio__imgblock {
    margin-bottom: 8px;
  }

  .radio__img-new {
    width: 62px;
  }

  .radio__title {
    width: 100%;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 24px;
  }

  .radio__title::before {
    top: 120%;
  }

  .radio__descr-top {
    font-size: 14px;
    line-height: 22px;
  }

  .radio__descr-bottom {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
  }

  .radio__price {
    margin-bottom: 36px;
    font-size: 24px;
    line-height: 24px;
  }

  .radio__link {
    padding: 16px 16px 16px 41px;
    font-size: 16px;
    line-height: 16px;
  }

  .radio__link-img {
    left: 14px;
  }

  .about {
    padding-top: 54px;
    padding-bottom: 50px;
  }

  .about__title {
    font-size: 24px;
    line-height: 24px;
  }

  .about__smtitle {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 21px;
  }

  .about__descr {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .about__longspiral {
    display: none;
  }

  .about__dwan {
    display: none;
  }

  .about__swiper {
    margin-bottom: 12px;
  }

  .swiper-slide {
    margin-right: 20px;
  }

  .swiper-button-prev {
    display: none;
  }

  .swiper-button-next {
    display: none;
  }

  .swiper__picture {
    margin-bottom: 12px;
  }

  .swiper__name {
  width: 75%;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  }

  .swiper__descr {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }

  .about__form {
    width: 100%;
  }

  .form__textarea {
    width: 82%;
    height: 116px;
    padding: 16px 22px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .form__blockname {
    width: 100%;
  }

  .form__name {
    padding: 16px 23px;
    font-size: 16px;
    line-height: 16px;
  }

  .form__blockemail {
    width: 100%;
  }

  .form__email {
    padding: 16px 23px;
    font-size: 16px;
    line-height: 16px;
  }

  .form__btn {
    margin-bottom: 20px;
    padding: 17px 45px;
    font-size: 16px;
    line-height: 16px;
  }

  .form__checkbox-icon {
    width: 14px;
    height: 14px;
  }

  .form__checkbox-text {
    font-size: 9px;
    line-height: 9px;
  }

  .footer {
    padding-top: 54px;
  }

  .footer__links {
    margin-bottom: 56px;
  }

  .footer__left {
    margin-bottom: 75px;
  }

  .footer__nav {
    max-height: 164px;
  }

  .footer__list {
    justify-content: start;
  }

  .footer__item {
    margin-right: 79px;
    margin-bottom: 18px;
  }

  .footer__item:nth-child(5) {
    margin-bottom: 0;
  }

  .footer__link {
    font-size: 12px;
    line-height: 12px;
  }

  .footer__rights {
    font-size: 12px;
    line-height: 12px2;
  }

  .popup {
    width: 256px;
    padding: 40px 20px;
  }

  .popup__title {
    font-size: 24px;
    line-height: 24px;
  }

  .popup__descr {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 24px;
  }

  .popup__link {
    font-size: 12px;
    line-height: 24px;
  }

  .popup__input {
    margin-bottom: 20px;
    padding: 12px 18px;
    font-size: 16px;
    line-height: 16px;
  }

  .popup__form {
    margin-bottom: 10px;
  }

  .popup__btn-exit {
    right: 5.5%;
  }

  .popup__btn-exit svg{
    width: 28px;
    right: 5%;
  }

  .popup__btn-enter {
    padding: 12px 56px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 77px;
  }

  .popup__text {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 24px;
    color: #A1A6B4;
  }

  .header__essential-visible {
    display: flex;
  }

  .playmob__img-rotate {
    transform: rotate(45deg);
  }

}

@media (max-width: 480px) {

	.programs__link {
		width: 100%;
	}

	.podcasts__item {
		max-width: 100%;
		width: 100%;
	}

	.podcasts__pict {
		max-width: 100%;
	}

	.podcasts__img {
		width: 100%;
	}

}