/**
* Временный CSS 
* Создан для добавления стилей, с целью последующей интеграции в билд, при появлении исходников
*/



/** SoundCloud */

.soundcloudWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
    margin: 0 1rem 0 1rem;
	height: 0;
}

.soundcloudWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/** Услуги студии */

.studiosevcices {
    margin: 1rem 0 0;
    counter-reset: activity;
  }
  @media only screen and (min-width: 1024px) {
    .studiosevcices {
      display: grid;
      grid-template-columns: auto auto auto;
      grid-column-gap: 3rem;
      grid-row-gap: 3rem;
      margin: 0 0 0;
    }
  }
  .studiosevcices__item {
    margin: 0 0 3rem;
  }
  @media only screen and (min-width: 1024px) {
    .studiosevcices__item {
      margin: 0;
    }
  }
  .studiosevcices__item::before {
    counter-increment: studiosevcices;
    content: counter(studiosevcices, decimal-leading-zero);
    font-size: 1.2rem;
    line-height: 2rem;
    font-family: "AkzidenzGroteskPro-MdEx", sans-serif;
    padding: 0 0 1rem;
    border-bottom: 1px solid rgba(24, 24, 24, 0.1);
    margin: 0 0 1.5rem 0;
    display: block;
  }
  .studiosevcices__item-title {
    font-size: 3.6rem;
    line-height: 3.6rem;
    font-family: "AkzidenzGroteskPro-MdEx", sans-serif;
    margin: 0 0 1rem;
    display: flex;
    font-weight: 700;
    letter-spacing: -2px;
  }
  .studiosevcices__item-city {
    display: flex;
    font-size: 1rem;
    line-height: 2rem;
    text-transform: uppercase;
    font-family: "AkzidenzGroteskPro-Ext", sans-serif;
    margin: 0 0 0 1rem;
    letter-spacing: 0;
    font-weight: normal;
  }
  .studiosevcices__item-description {
    font-size: 1.2rem;
    line-height: 2rem;
  }





/** Карточка услуги со стоимостью */

  @media only screen and (min-width: 768px) {
  .pricecard {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 7rem;

  }

  }  @media only screen and (min-width: 1024px) {
    .pricecard {
      grid-template-columns: auto auto auto;
      grid-column-gap: 10rem;
      grid-row-gap: 3rem;
    }
  }

  .pricecard__item {
    margin: 0 0 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
  }
  @media only screen and (min-width: 768px) {
    .pricecard__item {
      margin: 0;
    }
  }
  .pricecard__item-cover {
    display: block;
    width: 100%;
    margin: 0 0 1rem;
  }
  .pricecard__item-name {
    font-size: 3rem;
    line-height: 3rem;
    margin: 0 0 1rem;
    font-family: "AkzidenzGroteskPro-MdEx", sans-serif;
    font-weight: 700;
    letter-spacing: -2px;
  }

  @media only screen and (max-width: 768px) {
    .pricecard__item-name_studio {
      font-size: 2rem;
    }
  }

  .pricecard__item-year {
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 0 0 0.5rem;
  }
  .pricecard__item-caption {
    font-size: 1.2rem;
    line-height: 2rem;
  }





/** Цены на услуги студии (копия donation с корректировками) */

.price {
    display: flex;
    flex-direction: column;
    padding: 0 0 5rem;
  }
  @media only screen and (min-width: 768px) {
    .price {
      display: grid;
      grid-template-columns: auto auto auto;
      margin: 5rem 0 0 !important;
      justify-content: center;
    }
  }

  .price__item {
    margin: 2rem 0;
    font-size: 3rem;
    line-height: 3rem;
    font-family: "AkzidenzGroteskPro-MdEx", sans-serif;
    -webkit-text-stroke: 1px #181818;
    color: rgba(24, 24, 24, 0);
    white-space: nowrap;
    transition: color 0.25s ease;
  }

  .studio__price_item {
    color: #181818;
  }

  .price__item:hover {
    color: #181818;
  }
  @media only screen and (min-width: 768px) {
    .price__item {
/*      margin: 0 2.5rem;
      padding: 0 2.5rem; */
    }
  }
  @media only screen and (min-width: 1024px) {
    .price__item {
      font-size: 2rem;
    }
  }
  .price__item:after {
    content: "";
    width: 5rem;
    height: 1px;
    background: #181818;
    margin: 4rem 0 0;
  }
  @media only screen and (min-width: 768px) {
    .price__item:after {
      height: 5rem;
      width: 1px;
      margin: 0;
      position: absolute;
      top: 50%;
      right: -2.5rem;
      transform: translate(0, -50%);
    }
  }
  @media only screen and (min-width: 768px) {
    .price__item:nth-child(3):after {
      display: none;
    }
  }
  @media only screen and (min-width: 768px) {
    .price__item_any {
      grid-column: 1/4;
      justify-self: center;
      margin: 4rem 0 0;
      padding: 3rem 0 0;
    }
    .price__item_any > * {
      margin: 0 2rem;
    }
    .price__item_any > *:first-child {
      margin-left: 0;
    }
    .price__item_any > *:last-child {
      margin-right: 0;
    }
  }
  .price__item_any:after {
    display: none;
  }
  @media only screen and (min-width: 768px) {
    .price__item_any:after {
      display: block;
      width: 5rem;
      height: 1px;
      left: 50%;
      top: 0;
      transform: translate(-50%, 0);
    }
  }
  .price__item span, .price__item label {
    font-size: 2rem;
    line-height: 2.6rem;
    -webkit-text-stroke: 0px #181818;
    color: #181818;
  }
  @media only screen and (min-width: 1024px) {
    .price__item span, .price__item label {
      font-size: 2rem;
      line-height: 4.8rem;
    }
  }
  .studio__price_item span {
    font-weight: 600;
  }
  .price__item input {
    border: 1px solid #181818;
    background: transparent;
    height: 5.2rem;
    width: 20rem;
    margin: 2rem 0;
    font-size: 2rem;
    text-align: center;
  }
  @media only screen and (min-width: 768px) {
    .price__item input {
      margin: 0;
    }
  }
  .price__button.btn {
    width: 15rem;
    height: 15rem;
  }
    .form__submit-wrapper{
display:flex;
align-items:center;
  }
    .form__submit-wrapper .btn{
flex-shrink:0;
margin-right: 10px;
  }
    body {
    overflow-x:hidden 
  }
    .cursor {
    display: none;
  }
    .main {
    overflow: hidden;
    min-height: 0;
  }
    .page {
    min-height: 0;
  }
  @media(max-width: 500px){
    .feedback__title{
max-width: 250px
    }
  }
.studiosevcices__item-number{
font-size: 1.2rem;
    line-height: 2rem;
    font-family: "AkzidenzGroteskPro-MdEx", sans-serif;
    padding: 0 0 1rem;
    border-bottom: 1px solid rgba(24, 24, 24, 0.1);
    margin: 0 0 1.5rem 0;
    display: block;
  }
  .studiosevcices__item::before{
    content:none;
  }
  .studiosevcices{
    margin-bottom: 65px
  }
.feedback-bot{
  display: flex;
    border: 2px solid #000;
    border-radius: 100%;
    width: 240px;
    height: 240px;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    text-align: center;
    margin:0 auto;
    transition: .2s;
    font-weight: 600
  }
.feedback-bot:hover{
  background-color:#000;
  color:#fff;
}

.studio__feedback-bot {
  background-color:#000;
  color:#fff;
}

@media(max-width: 500px){
  .feedback-bot{
    width: 130px;
    height: 130px;
    font-size: 1.2rem;
  } 
}

.main__banner .main__title {
  opacity: 1;
}

@media(max-width: 1024px){
  .main__title {
    visibility: hidden;
  }
}

.studio__container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100vw;
  overflow: hidden;
}

.studio__container section {
  margin-bottom: 14.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media(max-width: 1024px){
  .studio__container section {
    margin-bottom: 8rem;
  }
}

@media(max-width: 768px){
  .studio__container section {
    margin-bottom: 4.5rem;
  }
}

.main__intro.main__banner {
  height: auto;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .main__intro.main__banner {
      padding: 0;
      padding-bottom: 1rem;
    }
}

.main__video-wrapper.main_banner_wrapper {
  max-width: 100%;
  width: 100%;
  /* margin: 0 1rem; */
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .main__video-wrapper.main_banner_wrapper {
    height: auto;
    max-height: 22rem;
  }
}

@media only screen and (max-width: 425px) {
  .main__video-wrapper.main_banner_wrapper {
    height: auto;
    max-height: 20rem;
  }
}

.main_banner_wrapper .main__video {
  width: 100%;
  height: auto;
  background: transparent url("../images/video_preview.png") center center / 100% no-repeat ;
}


.studio__title {
  font-size: 5.6rem;
  line-height: 6.2rem;
  font-family: "AkzidenzGroteskPro-MdEx", sans-serif;
  margin-bottom: 7rem;
}

@media only screen and (max-width: 1480px) {
  .studio__title {
    font-size: 4.5rem;
    line-height: 5.2rem;
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 768px) {
  .studio__title {
    font-size: 4rem;
    line-height: 4.2rem;
    margin-bottom: 5rem;
  }
}

@media only screen and (max-width: 500px) {
  .studio__title {
    font-size: 3.4rem;
    line-height: 3.4rem;
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 425px) {
  .studio__title {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}

.studio__about {
  margin-left: 50%;
}

@media only screen and (max-width: 768px) {
  .studio__about {
      margin-left: 0;
    }
}

.t-indent {
  text-indent: 3.5em;
}

@media only screen and (max-width: 768px) {  
  .t-indent {
    text-indent: 0;
  }
}

.studio__grid {
  display: grid;
  grid-template-columns: 1fr 511px;
  gap: 120px;
  margin: 5rem auto;
}


@media only screen and (max-width: 1440px) {  
    .studio__grid {
      gap: 5rem;
    }
}

@media only screen and (max-width: 768px) {  
    .studio__grid {
      gap: 4.5rem;
    }
}

@media only screen and (max-width: 1024px) {
  .studio__grid {
      grid-template-columns: 1fr;
    }

  .studio__grid_player {
    text-align: center;
  }
}



