.more_actions {
  margin: auto;
  text-align: center;
  margin-top: 100px; }

#more_actions {
  width: 121px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  margin-bottom: 100px;
  text-align: center;
  padding-bottom: 7px;
  border-bottom: 1px dashed #545F6E; }

#more_actions:hover,
#more_actions:focus {
  border-bottom-color: #82BCE7; }

#more_actions:active {
  border-bottom-color: #ABB0B7; }

.sorting {
  margin-bottom: 32px; }
  .sorting .form-group {
    margin-right: 50px;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
  .sorting .form-group:first-child {
    width: 280px; }
  .sorting select {
    margin-left: 0;
    border: none;
    outline: none; }
  .sorting select:focus {
    outline: none; }
  .sorting .sort-label {
    font-weight: 400;
    line-height: 27px;
    font-size: 16px;
    color: #545F6E; }
  .sorting .jq-selectbox__select {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    font-family: 'IBM Plex Sans',sans-serif;
    font-weight: 600;
    line-height: 1.7;
    font-size: 16px;
    color: #545F6E; }
  .sorting .jq-selectbox__select,
  .sorting .jq-selectbox__select:focus,
  .sorting .jq-selectbox:focus,
  .sorting .jq-selectbox.focused {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important; }
  .sorting .jq-selectbox__trigger {
    display: none; }
  .sorting .jq-selectbox__dropdown {
    border: none;
    background: #fff; }
    .sorting .jq-selectbox__dropdown li {
      font-family: 'IBM Plex Sans',sans-serif;
      font-weight: 400;
      line-height: 1.5;
      font-size: 16px;
      color: #545F6E; }
  .sorting .jq-selectbox li:hover {
    background: none !important;
    font-weight: 500 !important; }
  .sorting .jq-selectbox li.selected {
    background: none !important; }
  .sorting .form-group:first-child .jq-selectbox__dropdown {
    width: 145px !important; }

#actions {
  padding-top: 200px; }

.block-action {
  height: auto;
  width: 100%;
  min-height: 300px;
  /* White */
  background: #FFFFFF;
  /* Shadow_Medium_Soft */
  -webkit-box-shadow: 0px 20px 35px rgba(31, 39, 58, 0.16);
  box-shadow: 0px 20px 35px rgba(31, 39, 58, 0.16);
  border-radius: 6px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .block-action .image {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 480px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px; }
  .block-action .text {
    width: 700px;
    padding: 36px 56px;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .block-action .action-title {
    font-weight: 500;
    line-height: normal;
    font-size: 24px;
    color: #545F6E; }
  .block-action .action-about-text {
    font-weight: 400;
    line-height: 27px;
    font-size: 16px;
    width: 100%;
    color: #545F6E; }
  .block-action .action-about-full-text {
    font-weight: 400;
    line-height: 27px;
    font-size: 16px;
    color: #545F6E;
    width: 100%;
    display: none; }
  .block-action .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    width: 100%; }
  .block-action .btn-action {
    display: none; }
  .block-action .btn-action.active {
    display: block; }
  .block-action .btn-action:hover,
  .block-action .btn-action:focus {
    color: #545F6E; }
  .block-action .btn-action:active {
    color: #545F6E; }
  .block-action .date-text {
    font-weight: 400;
    line-height: 27px;
    font-size: 16px;
    color: #545F6E; }
  .block-action .date {
    font-weight: 600;
    line-height: 27px;
    font-size: 16px;
    color: #545F6E; }
