@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
.language-select {
  min-width: 100px;
  text-align: center;
}

.typo-line {
  padding-left: 140px;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 992px) {
  .typo-line .category {
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    position: absolute;
  }
}

@media (min-width: 992px) {
  .sidebar .nav > li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
}

#map {
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
  margin-top: 70px;
}

.places-buttons .btn {
  margin-bottom: 30px;
}

.space-70 {
  height: 70px;
  display: block;
}

.tim-row {
  margin-bottom: 20px;
  padding-top: 50px;
}
.tim-row h3 {
  margin-top: 0;
}

.tim-typo {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
}
.tim-typo .tim-note {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
}

.poster-container {
  margin: 10px auto 8px;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}

.poster {
  width: auto !important;
  background-size: contain;
  height: 240px !important;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .poster {
    height: 270px !important;
  }
}
@media (min-width: 1200px) {
  .poster {
    height: 300px !important;
  }
}

.book-name {
  overflow: hidden;
  max-height: 42px;
}
@media (max-width: 767px) {
  .book-name {
    overflow: auto;
    max-height: none;
  }
}

.books-description {
  height: 80px;
}
@media (max-width: 767px) {
  .books-description {
    height: auto;
  }
}

.books-author {
  overflow: hidden;
  max-height: 45px;
}
@media (max-width: 767px) {
  .books-author {
    overflow: auto;
    max-height: none;
  }
}

.books-action__container {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.books-action__container span {
  color: #00bcd4;
  width: 24px;
  height: 24px;
}
.books-action__container span > .material-icons {
  font-size: 3rem;
}

.sortable__main {
  display: inline;
}
.sortable__icon_not_sort, .sortable__icon_asc, .sortable__icon_desc {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.sortable__icon_not_sort {
  background-image: url(/images/arrow.png?f0d2177472137657a8f3786b77cc7144);
}
.sortable__icon_not_sort:hover {
  background-image: url(/images/arrow_asc.png?40bb2a59a71fc2452cb0d38b5559dbe4);
}
.sortable__icon_asc {
  background-image: url(/images/arrow_asc.png?40bb2a59a71fc2452cb0d38b5559dbe4);
}
.sortable__icon_asc:hover {
  background-image: url(/images/arrow_desc.png?f3bf6a98658414af8009f87add72c8f9);
}
.sortable__icon_desc {
  background-image: url(/images/arrow_desc.png?f3bf6a98658414af8009f87add72c8f9);
}
.sortable__icon_desc:hover {
  background-image: url(/images/arrow.png?f0d2177472137657a8f3786b77cc7144);
}
.sortable__container {
  display: inline-block;
  width: 34px;
}

.social__auth_container {
  display: flex;
  flex: 1;
  flex-direction: row;
}
.social__auth_icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 8px;
}
.social__auth_button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.social_auth__google_button {
  background-color: #c94130 !important;
}
.social_auth__mailru_button {
  background-color: #005cf1 !important;
}
.social_auth__apple_button {
  background-color: black !important;
}
.social_auth__google_icon {
  background-image: url(/images/google.svg?deb5efe3113adc0fa3ee57f74b020362);
}
.social_auth__mailru_icon {
  background-image: url(/images/mail_ru.svg?c0ce316286a8bd2c9a44dfb380dd6d98);
}
.social_auth__apple_icon {
  background-image: url(/images/apple.svg?22e8616c0431416c968f7d05a55ecef1);
}

.control-label.font-weight-bold {
  font-weight: 600 !important;
  color: #333 !important;
}

.logo__container {
  display: flex !important;
}
.logo__icon {
  width: 30px;
  height: 30px;
}
.logo__title {
  font-weight: 500;
  margin-left: 15px !important;
  line-height: 1.875rem !important;
}
