/* CSS */
.page {
  line-height: 1.25rem;
  font-size: .875rem;
  letter-spacing: .0178571429em;
  font-weight: 500;
  display: -webkit-box;
  /*-webkit-line-clamp: 1;*/  /*Добавляет три точки*/
  -webkit-box-orient: vertical;
}



.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


body {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0,0,0,.87);
    margin: 0;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.page, .body-page{
  position: relative;
}

.header-page {
  position: sticky; top: 0;
  transition: box-shadow .2s ease-in-out;
  background-color: #fff;
  z-index: 100;
}
.header-page-shadow {    
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}

.body-page{
  font-weight: 500;
  font-size: 14px;
  color: #5f6367;
  min-height: 120rem;
  padding: 1rem 1.4rem;
  margin-top: 0.8rem;
}
.remove-scrolling { 
  height: 100%; 
  overflow: hidden; 
} 

.nav{
  color: #5f6367;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.logo-company{
  display: flex;
  align-items: center;
}


.logo{
  margin-right: 8px;
  height: 40px;
  width: 40px;
}  
.name-company{
  font-size: 1.3rem;
}
.nav-item-action{
  margin: 0rem 0.5rem;
  margin-top: 0.4rem;
}

.main-icon-app img{
  border-width: 0;
  box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
  border-radius: 1rem;
  margin: 7px 28px 0 0;
  width: 72px;
}

.block-app-header{
  display: flex;
  padding: 1.2rem 0;
}
.main-info-app{
  padding: 0.5rem 0;
}
.title-name-app{
  color: #202124;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.title-name-vendor{
  color: #01875f;
  font-weight: 500;
  font-size: .9rem;
}
.title-is-advertising{
  color: #5f6368;
  fill: rgb(95,99,104);
  stop-color: rgb(95,99,104);
  font-family: Roboto,Arial,sans-serif;
  line-height: 1rem;
  font-size: .75rem;
  letter-spacing: .025em;
  font-weight: 400;
}

.block-app-review-download{
  display: flex;
  align-items: center;
  overflow: hidden;
  overflow-x:auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}
.block-app-review-download::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.block-app-review-download::before {
    width: 4px;
    content: "";
    display: block;
    flex-shrink: 0;
}
.block-app-review-download .item:first-child {
    padding-left: 0;
}
.block-app-review-download .item {
  padding: 0 16px;
  color: #202124;
  position: relative;
}
.block-app-review-download .item .title {
  fill: rgb(32,33,36);
  stop-color: rgb(32,33,36);
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  line-height: 1.25rem;
  font-size: .875rem;
  letter-spacing: .0178571429em;
  font-weight: 500;
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  white-space: nowrap;
}
.block-app-review-download .item .star-raitng {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.star-raitng .material-icons{
  font-size: 12px;
}

.item-info-for img{
  height: 16px;
  min-width: 16px;
}

.block-app-review-download .item .text{
  color:#5f6368;
  fill: rgb(95,99,104);
  stop-color: rgb(95,99,104);
  font-family: Roboto,Arial,sans-serif;
  line-height: 1rem;
  font-size: .75rem;
  letter-spacing: .025em;
  font-weight: 400;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.block-app-review-download .item:not(:first-child)::before {
    background-color: rgb(232,234,237);
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: calc(50% - 12px);
    width: 1px;
}

.block-app-action-dowload{
  padding: 2rem 0 1rem;
}
.button-dowload{
  /*color: rgb(154,160,166);*/
  color: #fff;
  /* vertical-align: baseline; */
  /*background-color: #e7e8e8;*/
  background-color: #03875fde;
  /* line-height: 1.25rem; */
  font-size: .895rem;
  letter-spacing: .0178571429em;
  font-weight: 500;
  height: 1.4rem;
  margin: 6px 0;
  min-height: 1.4rem;
  min-width: 160px;
  padding: 8px 16px;
  border-radius: 0.5rem;
  text-align: center;
}

.block-action-share{
  display: flex;
  font-size: 14px;
  align-items: center;
  gap: 8px;
}
.block-action-share .button{
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  line-height: 14px;
  gap: 8px;
}

.block-action-share .action-share{
  color: #01875f;
}
.block-action-share .add-list{
  color: rgba(60, 64, 67, 0.38)
}
.block-action-share .button .icon-svg {
  fill: rgb(154,160,166);
  stop-color: rgb(154,160,166);
}

.error-message.hide{
  display: none;
}
.error-message.show{
  display: block;
}

.loader {
  width: 20px;
  height: 20px;
  border: 3px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.hide{
  display: none;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
