/*

@media only screen and (max-width: 1440px) {
	.biography__description {
    padding-top: 19vh;
}

.music__item {
    height: 100vh;
    padding: 28vh 0vw 0 0vw;

}

.contacts__box {

    margin: 0% 0 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

}

@media only screen and (max-width: 1366px) {
	.first__logo {
    padding: 17vw 3vw 0 2vw;
}

.biography__description {
  padding-top: 22vh;

}

.title {
    font-size: 19px;
    text-align: left;

}
.contacts__box {

    margin: 7% 0 0 100px;

}

}
@media only screen and (max-width: 1024px) {
	.first__logo img {
    width: 42vw;
}

.biography__description p {

    font-size: 13px;
    line-height: 1.5;
}

.music__item {
    height: 100vh;
    padding: 42vh 0vw 0 0vw;
}

}
 */

@media only screen and (max-width: 1400px) {
  .programs__header.programs__header--music {
    padding: 6vh 30vw 8vh 23vw;
}
  .music__item {
    padding: 0vh 0vw 0 0vw;
  }

  .music__item--title {
    font-size: 12px;
}

  .slick-arrow {
    top: 24vh;
}


}

@media only screen and (max-width: 1366px) {
  .biography__description p {
    margin: -1px 0 12px 0;
        font-size: 13px;}

  .biography__description {
    margin: 81px 5vw 0 6vw;
    line-height: 1.7;
  }
  .section:nth-of-type(even)::after {
    top: 3vh;
    left: 8vw;
    width: 24vw;
    height: 19vh;
  }
  .section:nth-of-type(odd)::after {
    content: '';
    top: 6vh;
    right: 2vw;
    width: 24vw;
    height: 19vh;
  }
  .first__wrapper {
    height: 110vh;
    padding-right: 7vw;
  }
  .first__photo {
    height: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .first__photo img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .biography__description {

    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .biography__photo {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .biography__photo img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .music__item--title {
    font-size: 12px;
  }

  /* concerts__section */
  .concerts__slider-list li {
    height: 60px;
  }

  .span-big {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1280px) {

  .programs__header {
    padding: 21vh 30vw 9vh 23vw;
  }
}

@media only screen and (max-width: 1200px) {
  .title {
    font-size: 17px;
  }
  .first__wrapper {
    height: 110vh;
    padding-right: 8vw;
  }
  /* .biography__description {

  } */
  .programs__header {
    padding: 18vh 30vw 10vh 25vw;
  }
  .programs__slider-title {
    padding: 0 10px;
    font-size: 21px;
  }

  /* concerts__section */

  .concerts__wrapper {
    padding: 8% 5% 6% 17%;
  }

  .concerts .slick-arrow {
    top: 40vh;
  }

  .concerts .slick-next.slick-arrow {
    right: -5.5%;
  }

  .concerts__slider-list li {
    height: 50px;
  }

  .span-big {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .section {
    min-height: auto;
  }
  .navigation__item:not(:last-child) {
    margin-bottom: 1px;
  }
  .navigation__item span {
    font-size: 14px;
  }

  .thumb-wrap {
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center;
}
.thumb-wrap iframe {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    border-width: 0;
    outline-width: 0;
}
  .navigation__item a {
    padding: 3px 0 3px 40px;
  }
  .navigation__item a::before {
    width: 20px;
    height: 20px;
  }
  .navigation__item a::before {
    width: 20px;
    height: 20px;
  }
  .programs__slider-title {
    font-size: 17px;
  }
  /* .biography__description {

  } */
  .first__social {
    top: calc(100vh/4);
  }
  .section:nth-of-type(odd)::after {
    content: '';
    width: 17vw;
    height: 15vh;
    background-size: 17vw auto;
  }
  .section:nth-of-type(even)::after {
    top: 1vh;
    left: 8vw;
    width: 17vw;
    height: 16vh;
    background-size: 17vw auto;
  }
  .title {
    font-size: 18px;
  }
  .first__social {
    top: calc(100vh/3);
  }
  .social__list {
    margin: 10px 0 10px 14px;
  }
  .social__item a {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .social__item a::after {
    top: 5px;
    width: 24px;
    height: 24px;
  }
  .biography__wrapper {
    height: 100%;
  }
  /* .biography__description {

  } */
  .biography__description p {
    font-size: 15px;
    line-height: 18px;
  }
  .biography__photo {
    height: 106vh;
  }
  .biography__photo img {
    height: 100%;
  }
  .music__wrapper {
    height: 100%;
  }
  .music__slider .slick-slide img {
    width: auto;
    max-height: 39vh;
    margin: 0 auto;
  }

  .music__item {
    height: 106vh;
  }
  .music__slider .slick-track {
    height: 100%;
  }
  .video__content {
    width: 100vw;
    height: 106vh;
  }

	.music__item--image {
    width: 100%;
    height: 26vw;
}

  .video__content img {
    width: 100%;
    height: 100%;
  }
  .programs__header {
    padding: 8vh 30vw 6vh 25vw;
  }
  .programs__slider-title {
    margin: 10px;
  }
  .programs__slider-item img {
    width: 75%;
    margin: 0 auto;
  }
  .contacts__wrapper {
    height: 100%;
  }
  .contacts__box {
    margin: 0% 0 0 50px;
  }
  .contacts__title {
    font-size: 25px;
    margin: 10px 0;
  }
  .contacts__phone {
    margin: 8px 0;
    font-size: 20px;
    line-height: 21px;
  }
  .contacts__mail {
    margin: 8px 0;
    font-size: 20px;
  }
  .contacts__logo {
    width: 150px;
    height: 150px;
  }
  .dev {
    bottom: 10px;
    right: 25px;
  }
  .dev__img {
    width: 50px;
  }

  /* concerts__section */

  .concerts__slider-list li {
    height: 60px;
  }

  .span-big {
    font-size: 30px;
  }

  .concerts .slick-dots {
    top: -40px;
  }
}

@media only screen and (max-width: 1000px) {

	.music__item--image {
    width: 100%;
    height: 36vw;
}


.music__item {
    position: relative;
    height: 105vh;
    padding: 32vh 0vw 0 0vw;
		}
}

@media only screen and (max-width: 900px) {


  .first__logo {
    padding: 15vw 3vw 0 3vw;
  }
  .programs__slider-item img {
    width: 70%;
  }
  .music__slider .slick-slide img {
    max-height: 37vh;
  }

	.music__item--image {
    height: 26vw;
}

  .music__item--title {
    font-size: 18px;
    margin: 18px 7px;
  }

  .contacts__box {
    margin: 0% 0 0 50px;
  }
  .contacts__logo {
    width: 100px;
    height: 100px;
  }

  /* concerts__section */

  .concerts__wrapper {
    padding: 6% 5% 6% 17%;
  }

  .concerts .slick-arrow {
    top: 40vh;
  }

  .concerts .slick-next.slick-arrow {
    right: -5.5%;
  }

  .concerts__slider-top {
    height: 30px;
  }

  .concerts__slider-title {
    font-size: 20px;
  }

  .concerts__slider-list li {
    height: 50px;
    padding: 0 5px;
  }

  .span-big {
    margin-right: 10px;
    font-size: 25px;
  }

  .span-fatty {
    margin-right: 5px;
    font-size: 12.5px;
  }

  .concerts__slider-list li p {
    font-size: 13px;
  }

  .concerts .slick-dots {
    top: -35px;
  }
}

@media only screen and (max-width: 825px) {
  .first__wrapper {
    height: 100vh;
    padding-right: 8vw;
  }
  .first__photo {
    height: 100vh;
  }

.music__item--image {
    width: 100%;
    height: 33vw;
}


  .first__logo img {
    width: 47vw;
  }
  .biography__description {
    max-width: 48vw;
  }
  .biography__description p {
    font-size: 14px;
    line-height: 17px;
  }
  .prev .biography__description p:nth-child(1) {
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
  }
  .prev .biography__description p:nth-child(2) {
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px);
  }
    .prev .biography__description p:nth-child(3) {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
  }
  .next .biography__description p:nth-child(1) {
    -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  .next .biography__description p:nth-child(2) {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
    .next .biography__description p:nth-child(3) {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .biography__photo {
    height: 100%;
  }
  .music__slider {
    width: 85%;
    height: 100vh;
    margin: 0 auto;
  }
  .music__item::after {
    right: 1vw;
  }
  .music__item--title {
    font-size: 14px;
    width: 90%;
    margin: 10px auto;
  }
  .video__content {
    height: 100vh;
  }
  .programs__header {
    padding: 18vh 22vw 14vh 26vw;
  }
  .programs__header p {
    font-size: 14px;
    line-height: 17px;
  }
  .slider__wrapper .draggable {
    padding: 0 !important;
  }
  .programs__slider-title {
    margin: 2px 10px;
  }
  .programs__slider-item img {
    width: 65%;
    margin: 0 auto;
  }

  /* concerts__section */

  .concerts__wrapper {
    padding: 43% 7% 6% 20%;
  }

  .concerts .slick-arrow {
    top: 30vh;
    left: -5.5%;
  }

  .concerts__slider-top {
    height: 50px;
  }

  .concerts__slider-title {
    font-size: 30px;
  }

  .concerts__slider-list li {
    height: 70px;
    padding: 0 5px;
  }

  .span-big {
    margin-right: 15px;
    font-size: 35px;
  }

  .span-fatty {
    margin-right: 7px;
    font-size: 15px;
  }

  .concerts__slider-list li p {
    font-size: 15px;
  }

  .concerts .slick-dots {
    top: -55px;
  }
}

@media only screen and (max-width: 800px) {
  .section:nth-of-type(odd)::after {
    height: 7vh;
    background-size: 17vw auto;
  }
  .section:nth-of-type(even)::after {
    height: 5vh;
    background-size: 17vw auto;
  }
  .first__social {
    top: 1%;
  }


	 .biography__description {
    max-width: 75vw;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-5%);
  }


  #biography {
    background-position: 73% 48%;

}
.biography__description {
    background: rgba(0, 0, 0, 0.65);
    padding: 11px;
}
  .first__wrapper {
    padding-right: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
			align-items: flex-start;
    padding-top: 23px;
  }
  .first__logo {
    padding: 10vw 3vw 7vw 3vw;
  }
  .first__logo img {
    width: 47vw;
    height: auto;
    position: relative;
    top: -8vw;
    left: 24vw;
  }
  .first__photo {
    width: 100%;
    height: 65vh;
  }
  .first__photo img {
    width: 100vw;
  }
  .biography__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .biography__photo {
    height: 60vh;
  }
  .biography__photo img {
    height: 100%;
    width: 100vw;
  }
  .biography__description {
    max-width: 80vw;

  }
  .biography__description p {
    font-size: 19px;
    line-height: 21px;
  }
  .slider__wrapper .draggable {
    padding: 20px 0 20px !important;
  }
  .music__item {
    padding: 1vh 1vw 0 1vw;
  }
  .music__slider .slick-slide img {
    max-height: 45vh;
  }
  .music__item--title {
    width: 80%;
    font-size: 23px;
    line-height: 38px;
  }

  .programs__header p {
    font-size: 25px;
    line-height: 35px;
  }
  .programs__slider-title {
    font-size: 28px;
    line-height: 38px;
  }
  .programs__slider-item img {
    width: 90%;
  }
  .contacs__link {
    display: block;
  }
  .contacts__logo {
    width: 106px;
    height: 99px;
  }
}

@media only screen and (max-width: 768px) {
  .section:nth-of-type(even)::after {
    top: 4vh;
    left: 11vw;
  }
  .section:nth-of-type(odd)::after {
    top: 6vh;
  }

  .programs__header.programs__header--music {
    padding: 13vh 6vw 0vh 6vw;
}
  .music__item {
    padding: 1vh 1vw 0 1vw;
}


  .music__item {
    height: initial;
}

	.music__item--image {
    height: 69vw;
}

.music__button {

    top: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
    background-size: 40px auto;

}

.slick-arrow {
    position: absolute;
   top: 25vh;
    z-index: 99;
    left: -15%;
    background: url(/templates/rublev/images/icon/back.svg) center no-repeat;
    border: navajowhite;
    text-indent: -9999px;
    background-size: 53px;
    height: 40px;
    width: 40px;
    outline: none;
}
.slick-next.slick-arrow {
    left: initial;
    right: -15%;
    transform: rotateY(180deg);
}
  .social__item a {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .social__item a::after {
    top: 5px;
    width: 34px;
    height: 34px;
    background-size: 34px;
  }
    .social__item a::after {
    top: 5px;
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
  }
  .social__item--tw a::after {
    background-position: 0px -103px;
  }
  .social__item--yt a::after {
    background-position: 0px -170px;
  }
  .social__item--vk a::after {
    background-position: 0px -135px;
  }
  .social__item--inst a::after {
    background-position: 0px -34px;
  }
  .social__item--ok a::after {
    background-position: 0px -68px;
  }
  .first__photo {
    height: 65vh;
  }
  .biography__description p {
    font-size: 20px;
    line-height: 23px;
  }
  .biography__photo {
    height: 50vh;
  }
  .music__item--title {
    width: 95%;
    font-size: 20px;
    line-height: 30px;
  }
  .programs__header {
    padding: 28vh 9vw 7vh 9vw;
  }
  .programs__header p {
    font-size: 28px;
    line-height: 38px;
  }
  .programs__slider-title {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 3vw;
  }
  .programs__slider-item img {
    width: 90%;
  }
  .contacts__wrapper {
    background-position: 40%;
  }
  .contacts__box {
    margin: 0% 0 0 50px;
  }
  .navigation__item a {
    padding: 8px 0 8px 45px;
    margin: 5px 0;
  }
  .navigation__item a::before {
    width: 30px;
    height: 30px;
  }
  .navigation__item span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 750px) {
  .section:nth-of-type(even)::after {
    left: 12vw;
  }

  /* #first {
    background-size: 211%;
  } */

  .music__item--title {
    width: 95%;
    font-size: 30px;
    line-height: 40px;
  }

  .programs__slider-title {
    font-size: 30px;
    line-height: 40px;
    padding: 0px 3vw;
  }
}

@media only screen and (max-width: 720px) {
  .section:nth-of-type(even)::after {
    top: 5vh;
    left: 13vw;
  }
  .biography__description {
    max-width: 75vw;

  }
  .biography__description p {
    font-size: 17px;
    line-height: 20px;
  }
  .biography__photo {
    height: 60vh;
  }
  .programs__header {
    padding: 28vh 9vw 7vh 9vw;
  }

  /* concerts__section */

  .concerts__wrapper {
    padding: 51% 7% 6% 14%;
  }

  .concerts .slick-arrow {
    top: 30vh;
    left: -9.5%;
  }

  .concerts .slick-next.slick-arrow {
    top: 30vh;
    left: initial;
    right: -9.5%;
  }

  .concerts .slick-dots button {
    width: 15px;
    height: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 667px) {
  .section:nth-of-type(even)::after {
    top: 8vh;
    left: 8vw;
  }
  .social__item a {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .social__item a::after {
    top: 5px;
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
    .social__item--rt a::after {
    top: 5px;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
  .social__item--tw a::after {
    background-position: 0px -74px;
  }
  .social__item--yt a::after {
    background-position: 0px -120px;
  }
  .social__item--vk a::after {
    background-position: 0px -96px;
  }
  .social__item--inst a::after {
    background-position: 0px -24px;
  }
  .social__item--ok a::after {
    background-position: 0px -48px;
  }
  .biography__description p {
    font-size: 18px;
    line-height: 20px;
  }
  .biography__photo {
    height: 55vh;
  }
  .programs__header {
    padding: 22vh 9vw 7vh 9vw;
  }
  .programs__header p {
    font-size: 25px;
    line-height: 35px;
  }
  .contacts {
    position: relative;
  }
  .contacts:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .navigation.is-opened {
    background-color: rgba(221, 221, 221, 0.85);
    border-radius: 0 15px 15px 0;
  }
  .navigation.is-opened .navigation__list {
    height: auto;
  }
  .navigation__toggle {
    display: block;
  }
  .navigation__list {
    height: 0;
    overflow: hidden;
  }
  .navigation__item span {
    font-size: 16px;
    opacity: 1;
  }
  .navigation__item span.hidden {
    opacity: 1 !important;
  }
  .navigation__item.active span {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    font-weight: bold;
  }
  .navigation__item a {
    padding: 4px 0 4px 0;
    margin: 5px 0;
  }
  .navigation__item a::before {
    display: none;
    width: 25px;
    height: 25px;
  }
  .navigation.gray .navigation__link span {
    color: #000000;
  }
}

@media only screen and (max-width: 568px) {
  .first__logo {
    padding: 10vw 0vw 7vw 5vw;
  }
  .biography__photo {
    height: 45vh;
  }
  .programs__slider-title {
    font-size: 26px;
    line-height: 36px;
  }
  .programs__header {
    padding: 25vh 9vw 5vh 9vw;
  }
  .programs__header p {
    font-size: 20px;
    line-height: 30px;
  }
  .music__slider {
    width: 75%;
  }
  .music__slider .slick-slide img {
    max-height: 38vh;
  }
  .music__item--title {
    width: 90%;
    font-size: 28px;
    line-height: 38px;
  }
  .contacts__box {
    margin: 0% 0 0 40px;
  }
}

@media only screen and (max-width: 534px) {
  .social__item a {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .social__item a::after {
    top: 1px;
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
  .social__item--rt a::after {
    top: 1px;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
  .social__item--tw a::after {
    background-position: 0px -66px;
  }
  .social__item--yt a::after {
    background-position: 0px -110px;
  }
  .social__item--vk a::after {
    background-position: 0px -87px;
  }
  .social__item--inst a::after {
    background-position: 0px -22px;
  }
  .social__item--ok a::after {
    background-position: 0px -44px;
  }
  .first__logo img {
      width: 50vw;
      top: 3vw;
  }
  .biography__photo {
    height: 47vh;
  }
  .biography__description {
    max-width: 80vw;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-16%);
    padding: 10px 10px 5px 10px;
  }
  .biography__description p {
    margin: -3px 0 6px 0;
    font-size: 14px;
    line-height: 15px;
  }
  .biography__description p:last-child {
    margin: -3px 0 0 0;
  }
  .music__item--title {
    width: 98%;
    font-size: 25px;
    line-height: 35px;
  }
  .programs__header {
    padding: 25vh 7vw 6vh 7vw;
  }
  .programs__header p {
    font-size: 16px;
    line-height: 26px;
  }
  .programs__slider-title {
    font-size: 23px;
    line-height: 33px;
  }
  .contacts__box {
    margin: 0% auto 0 auto;
  }
  .navigation__toggle {
    padding: 10px 60px 10px 20px;
  }
  .navigation__item a {
    padding: 3px 0 3px 0;
    margin: 0;
  }
  .navigation__item span {
    font-size: 14px;
  }
  .modal {
    top: 40%;
    width: 90%;
  }
  .modal__wrap iFrame {
    width: 100%;
    height: 400px;
  }
}

@media only screen and (max-width: 480px) {
  .social__item a {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }

	.music__button {
    top: 7px;
    right: 7px;
    width: 40px;
    height: 40px;
    background-size: 40px auto;
}

  .social__item a::after {
    top: 2px;
    width: 20px;
    height: 20px;
    background-size: 20px 120px;
  }
  .social__item--rt a::after {
    top: 2px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .social__item--tw a::after {
    background-position: 0px 60px;
  }
  .social__item--yt a::after {
    background-position: 0px 20px;
  }
  .social__item--vk a::after {
    background-position: 0px 40px;
  }
  .social__item--inst a::after {
    background-position: 0px 100px;
  }
  .social__item--ok a::after {
    background-position: 0px 80px;
  }
  .section:nth-of-type(even)::after {
    top: 10vh;
  }
  .biography__description p {
    font-size: 14px;
    line-height: 16px;
  }
  .biography__photo {
    height: 43vh;
  }
  .music__item--title {
      width: 95%;
    font-size: 13px;
    line-height: 1.3;
  }
  .programs__header {
    padding: 20vh 7vw 6vh 7vw;
  }
  .programs__header p {
   line-height: 1.4;
    font-size: 13px;
  }
  .programs__slider-title {
    line-height: 30px;
  }


  /* concerts__section */

  .concerts__wrapper {
    padding: 20% 10% 6% 10%;
  }

  .concerts__slider-item {
    margin: 0 5px;
  }

  .concerts__slider-top {
    height: 30px;
  }

  .concerts__slider-title {
    font-size: 20px;
  }

  .concerts__slider-list li {
    height: 65px;
  }

  .concerts__slider-list li p {
    font-size: 12px;
  }

  .span-big {
    margin-right: 10px;
    font-size: 20px;
  }

  .span-fatty {
    margin-right: 5px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 420px) {
  .section:nth-of-type(even)::after {
    top: 11vh;
  }
  .first__photo {
    height: 60vh;
  }
  .biography__description p {
    font-size: 13px;
    line-height: 15px;
  }
  .biography__photo {
    height: 38vh;
  }
  .music__item--title {
    font-size: 19px;
    line-height: 29px;
  }
  .programs__header p {
    font-size: 14px;
    line-height: 20px;
  }
  .programs__slider-title {
    font-size: 22px;
    line-height: 32px;
  }
  .contacts__box {
       margin: 0% auto 0 auto;
  }
}

@media only screen and (max-width: 380px) {
  .section:nth-of-type(even)::after {
    top: 9vh;
    width: 20vw;
    background-size: 20vw auto;
  }
  .section:nth-of-type(odd)::after {
    top: 6vh;
    width: 20vw;
    background-size: 20vw auto;
  }

  .biography__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #first {
    background-position: 50% 50%;

}
  .biography__description {
    max-width: 93vw;
  }


  .biography__description p {
    font-size: 14px;
  }
  .biography__photo {
    display: none;
  }
  .music__item--title {
    font-size: 16px;
    line-height: 26px;
  }
  .programs__header p {
    line-height: 16px;
    font-size: 14px;
  }
  .programs__slider-title {
    font-size: 18px;
    line-height: 24px;
  }
  .contacts__title {
    font-size: 22px;
    text-align: center;
  }
  .contacts__phone {
    font-size: 18px;
    line-height: 22px;
  }
  .contacts__mail {
    font-size: 18px;
  }
  .contacts__logo {
    width: 150px;
    height: 150px;
  }
  .dev__text,
  .dev-splitter {
    font-size: 12px;
  }
  .dev__img {
    width: 35px;
  }


  /* concerts__section */

  .concerts__wrapper {
    padding: 28% 10% 6% 10%;
  }

  .concerts__slider-list li {
    flex-wrap: wrap;
    height: auto;
  }

  .concerts .slick-arrow {
    left: -12%;
    width: 30px;
    height: 30px;
    background-size: 25px
  }

  .concerts .slick-next.slick-arrow {
    left: initial;
    right: -12%;
  }
}

@media only screen and (max-width: 320px) {
  .section {
    height: auto;
  }

	.first__logo.logo {
    filter: brightness(1) invert(1);
}

  .music__item--image {
      height: 90vw;
  }

.first__logo img {
    width: 50vw;
    top: -10vw;
}

.music__button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-size: 30px auto;

}

  .section:nth-of-type(odd)::after,
  .section:nth-of-type(even)::after {
    display: none;
  }
  .first__wrapper {
    height: auto;
    padding-right: 0;
  }
  .first__logo {
    padding: 27vw 3vw 21vw 3vw;
  }

  .first__photo {
    width: 100%;
    height: 400px;
  }

	.slick-arrow {
    position: absolute;
    top: 27%;

    left: 0%;
    background: url(/templates/rublev/images/icon/back.svg) center no-repeat, white;
    border: none;
	background-size: 35px;

}

.slick-next.slick-arrow {
    left: initial;
    right: 0%;
    transform: rotateY(180deg);
}


  .first__photo img {
    width: 100vw;
    height: auto;
  }
  .biography__wrapper {
    height: auto;
  }
  .biography__description {

    max-width: 85vw;
  }
  .biography__description p {
    line-height: 17px;
  }
  .music__slider {
    width: 100%;
    height: 100%;
  }
  .music__slider .slick-slide img {
    max-height: 55vw;
  }
  .music__item {
    padding: 10vh 1vw 10vh 1vw;
    height: auto;
  }

  .music__item--title {
    font-size: 16px;
    line-height: 20px;
    width: 75%;
  }
  .programs__wrapper {
    margin-bottom: 0;
  }
  .programs__header {
    padding: 20px;
  }
  .programs__header p {
    line-height: 18px;
    font-size: 12px;
  }
  .contacts:before {
    height: 100%;
  }
  .contacts__wrapper {
    height: 100vh;
}
  .contacts__box {
    margin: 0% auto 20% auto;
  }
  .contacts__logo {
    width: 100px;
    height: 100px;
  }
  .navigation {
    display: none;
  }
  .modal {
    top: 50%;
  }
}


@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) and (min-height: 1025px) {
  .navigation__item a::before {
    width: 30px;
    height: 30px;
  }
  .navigation__item a {
    padding: 10px 0 10px 50px;
    margin: 8px 0;
  }
  .navigation__item span {
    font-size: 18px;
    line-height: 20px;
  }
  .section:nth-of-type(even)::after {
    height: 12vh;
  }
  .first__social {
    top: 6%;
  }
  .social__item a {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .social__item a::after {
    top: 5px;
    width: 32px;
    height: 32px;
    background-size: 32px auto;
  }
  .social__item--tw a::after {
    background-position: 0px 95px;
  }
  .social__item--yt a::after {
    background-position: 0px 32px;
  }
  .social__item--vk a::after {
    background-position: 0px 64px;
  }
  .social__item--inst a::after {
    background-position: 0px 160px;
  }
  .social__item--ok a::after {
    background-position: 0px 128px;
  }
  .title {
    font-size: 22px;
  }
  .first__wrapper {
    padding-right: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .first__logo {
    padding: 10vw 3vw 7vw 3vw;
  }
  .first__logo img {
    width: 70vw;
    height: auto;
  }
  .first__photo {
    width: 100%;
    height: 65vh;
  }
  .first__photo img {
    width: 100vw;
  }
  .biography__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .biography__photo {
    height: 55vh;
  }
  .biography__photo img {
    height: 100%;
    width: 100vw;
  }
  .biography__description {
    max-width: 80vw;

  }
  .biography__description p {
    font-size: 24px;
    line-height: 30px;
  }
  .programs__header {
    padding: 30vh 18vw 11vh 18vw;
  }
  .programs__header p {
    font-size: 28px;
    line-height: 38px;
  }
  .programs__slider-item img {
    width: 100%;
  }
  .contacts__box {
    margin: 0% 0 0 120px;
  }
  .contacts__logo {
    width: 200px;
    height: 200px;
  }
  .contacts__title {
    font-size: 28px;
  }
  .contacts__phone,
  .contacts__mail {
    font-size: 24px;
    line-height: 24px;
  }
  .dev__text,
  .dev__splitter {
    font-size: 17px;
  }


  /* concerts__section */

  .concerts__wrapper {
    padding: 50% 10% 6% 11%;
  }

  .concerts .slick-arrow {
    top: 20vh;
    left: -5%;
  }

  .concerts .slick-next.slick-arrow {
    left: initial;
    right: -5%;
  }
}

/*
     FILE ARCHIVED ON 06:12:19 May 28, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:30:51 Mar 31, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.293
  load_resource: 348.542
  LoadShardBlock: 182.286 (3)
  PetaboxLoader3.datanode: 182.583 (4)
  CDXLines.iter: 34.755 (3)
  exclusion.robots.policy: 0.282
  esindex: 0.011
  RedisCDXSource: 1.206
  captures_list: 221.956
  PetaboxLoader3.resolve: 331.326
*/
