.container {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 10px;
}

.container::after {
  display: block;
  content: "";
  clear: both;
}

@media all and (min-width: 1100px) {
  .container {
    padding: 0;
  }
}

@media all and (min-width: 1100px) {
  .container__270 {
    width: 340px;
  }
}

@media all and (min-width: 1100px) {
  .container__710 {
    width: 710px;
  }
}

@media all and (min-width: 1100px) {
  .container__1-2 {
    width: 49%;
  }
}

@media all and (min-width: 1100px) {
  .container__1-3 {
    width: 340px;
  }
}

@media all and (min-width: 1100px) {
  .container__2-3 {
    width: 710px;
  }
}

.container--center {
  float: none !important;
  margin: 0 auto !important;
}

.container--left {
  margin-bottom: 20px;
}

@media all and (min-width: 1100px) {
  .container--left {
    float: left;
    margin-bottom: 0;
  }
}

.container--right {
  margin-bottom: 20px;
}

@media all and (min-width: 1100px) {
  .container--right {
    float: right;
    margin-bottom: 0;
  }
}

@media all and (min-width: 1100px) {
  .container__left {
    width: 200px;
    float: left;
    margin-right: 20px;
  }
}

@media all and (min-width: 1100px) {
  .container__middle {
    width: 630px;
    float: left;
  }
}

@media all and (min-width: 1100px) {
  .container__middle-and-right {
    width: 850px;
    float: left;
  }
}

@media all and (min-width: 1100px) {
  .container__right {
    width: 200px;
    float: right;
  }
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.text-muted {
  font-weight: normal;
  color: #aaa !important;
}

.text-green {
  color: #4cd964 !important;
}

.hidden {
  display: none !important;
}

.text-green {
  color: #5fba7d !important;
}

.desktop {
  display: none !important;
}

@media all and (min-width: 1100px) {
  .desktop {
    display: inline !important;
  }
}

.desktop-flex {
  display: none !important;
}

@media all and (min-width: 1100px) {
  .desktop-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
}

.mobile {
  display: initial;
}

@media all and (min-width: 1100px) {
  .mobile {
    display: none !important;
  }
}

.mobile-flex {
  display: -webkit-box;
  display: flex;
}

@media all and (min-width: 1100px) {
  .mobile-flex {
    display: none !important;
  }
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

a {
  color: #3897F0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.text-center {
  text-align: center !important;
}

.p,
.text p {
  font-size: 14px;
  line-height: 1.5;
  color: #343434;
  margin: 0 0 10px 0;
}

.p--s,
.text p--s {
  font-size: 13px;
  line-height: 1.6;
}

.p a,
.text p a {
  text-decoration: underline;
  color: #343434;
}

.p a:hover,
.text p a:hover {
  color: #3897F0;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-red {
  color: #ff2d55 !important;
}

.text--s p {
  font-size: 13px;
  line-height: 1.6;
}

.h2--sidebar {
  font-size: 15px;
  line-height: 14px;
  margin: 0 0 10px 0;
  font-weight: 600;
  color: #000;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.header {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  z-index: 9999;
}

.header::after {
  display: block;
  content: "";
  clear: both;
}

.header__container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
}

.header__logo {
  display: block;
  float: left;
  padding: 15px 0;
  margin-right: 10px;
}

.header__logo img {
  display: block;
  width: 40px;
  height: 40px;
}

.header__logo:hover {
  opacity: 0.9;
}

.header__logo:active {
  opacity: 0.5;
}

.header--transparent {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0))) !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%) !important;
  background-color: transparent;
  border-bottom: none;
}

.header--transparent .topmenu__link {
  color: #fff;
}

.header--transparent .topmenu__link:hover {
  color: #3897F0;
}

.header--transparent .category--link {
  color: #fff;
}

.header--transparent .category--link:hover {
  background: transparent;
  color: #3897F0;
}

.header--transparent .header__button--transparent {
  color: #fff;
}

.header--transparent .header__button--transparent:hover {
  color: #333;
}

.header__notifications {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1;
  margin-right: 10px;
  padding: 8px 5px 5px 5px;
}

.header__notifications:hover {
  opacity: 0.8;
}

.header__notifications:active {
  opacity: 0.5;
}

.header__profile {
  position: relative;
  float: right;
}

.header__profile-photo {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.header__profile-photo:hover {
  opacity: 0.9;
}

.header__profile-photo:active {
  opacity: 0.8;
}

.header__dropdown {
  position: absolute;
  top: 40px;
  left: 0;
  width: 220px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

@media all and (min-width: 1100px) {
  .header__dropdown--first-desktop {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

.header__dropdown--right {
  width: 200px;
  right: 0;
  left: unset;
}

.header__dropdown-link {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 15px 12px;
  color: #000;
  text-decoration: none;
}

.header__dropdown-link:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.header__dropdown-link:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.header__dropdown-link:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.header__dropdown-link:hover {
  text-decoration: none;
  background: #f9f9fa;
}

.header__dropdown-link:active {
  text-decoration: none;
  background: #f1f1f3;
}

.header__search-container {
  float: left;
  -webkit-box-flex: 1;
          flex: 1;
  position: relative;
  margin: 0 10px;
}

@media all and (min-width: 1100px) {
  .header__search-container {
    -webkit-box-flex: 0;
            flex: none;
    width: 200px;
  }
}

.header__search-clear {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 12px;
  color: #aaa;
}

.header__search-clear:hover {
  color: #777;
}

.header__search-location {
  position: absolute;
  left: 9px;
  top: 13px;
  color: #aaa;
  width: 13px;
}

.header__search-field {
  -webkit-appearance: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  width: 100%;
  margin: 0;
  float: right;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 10px 7px 10px 28px;
  font-size: 15px;
  outline: none;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.header__search-field:focus {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.header__search-results {
  z-index: 9999;
  width: 100%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  position: absolute;
  top: 45px;
  border-radius: 3px;
  list-style: none;
  padding: 0;
}

.header__search-results__flag img {
  display: block !important;
  margin: 8px auto 0 auto !important;
}

.header__search-results div {
  line-height: 30px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  padding: 10px;
  color: #000;
}

.header__search-results div:hover {
  text-decoration: none;
  background: #f8f8f8;
}

.header__search-results div--selected {
  background: #f8f8f8;
}

.header__search-results div:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.header__search-results div:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.header__search-results div:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.header__search-weather {
  float: right;
  font-size: 11px;
  color: #aaa;
  padding-top: 2px;
}

.header__search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7777;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
}

.header__buttons {
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-flow: row-reverse;
}

.header__button {
  display: block;
  float: right;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 12px 14px;
  line-height: 1;
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

@media all and (min-width: 1100px) {
  .header__button {
    margin-left: 10px;
  }
}

.header__button--transparent {
  border-color: transparent;
  background-color: transparent;
  color: #757575;
}

.header__button--blue {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background: #3897F0;
  border-color: #3897F0;
  color: #fff;
}

.header__button--blue:hover {
  background: transparent !important;
  color: #3897F0 !important;
}

.header__button--blue:active {
  border-color: #67b0f4 !important;
  color: #67b0f4 !important;
}

.header__button:hover {
  text-decoration: none;
  background: #e8e8e8;
}

.header__button:active {
  opacity: 0.5;
}

.autocomplete-active {
  background: #f9f9fa;
}

.autocomplete-logo {
  display: block;
  float: left;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.autocomplete-logo-city {
  display: block;
  float: left;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-size: cover;
}

.autocomplete-weather {
  float: right;
  color: #777;
}

.list {
  display: block;
  border-radius: 5px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 0;
}

.list::after {
  display: block;
  content: "";
  clear: both;
}

.list__badge {
  display: block;
  width: 70px;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media all and (min-width: 1100px) {
  .list__badge {
    width: 110px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.list--border {
  box-shadow: none;
  border: 1px solid #e8e8e8;
}

.list__item {
  display: block;
  margin: 0;
  padding: 0;
}

.list__item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.list__item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.list__item:first-child .list--link {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.list__item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.list__item:last-child .list--link {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.list__item--active {
  background-color: #f9f9fa;
}

.list--text {
  display: block;
  padding: 20px;
}

.list--link {
  display: block;
  color: #333;
  cursor: pointer;
  padding: 16px 22px;
}

.list--link:hover {
  background-color: #f9f9fa;
  text-decoration: none;
}

.list--link:active {
  background-color: #f6f6f8;
}

.list--link--grey {
  background-color: #f9f9fa;
}

.list--link--grey:hover {
  background-color: #f6f6f8;
  text-decoration: none;
}

.list--link--grey:active {
  background-color: #f3f3f5;
  text-decoration: none;
}

.list--click {
  color: #333;
  cursor: pointer;
  text-decoration: none;
}

.list--click:hover {
  text-decoration: none;
}

.list--click:hover .list__name {
  color: #3897F0;
}

.list--click:active .list__name {
  color: #117ee4;
}

.list--link-border {
  color: #333;
  cursor: pointer;
}

.list--link-border:hover {
  border-color: #ccc;
  text-decoration: none;
}

.list--front {
  color: #333;
}

.list--front:hover {
  text-decoration: none;
  background: #f9f9f9;
}

.list--front:active {
  background-color: #f6f6f6;
}

.list__tag {
  background: #3897F0;
  padding: 5px 5px;
  color: #fff;
  font-size: 11px;
  border-radius: 6px;
  line-height: 11px;
}

.list__job {
  padding-bottom: 4px;
}

.list__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: 75px;
}

.list__header::after {
  display: block;
  content: "";
  clear: both;
}

.list__header--clickable {
  text-decoration: none;
}

@media all and (min-width: 1100px) {
  .list__header--clickable {
    float: left;
    width: 50%;
  }
}

.list__header--clickable:hover {
  text-decoration: none;
}

.list__header--clickable:hover .list__logo {
  opacity: 0.9;
}

.list__header--link {
  display: block;
  text-decoration: none;
  padding: 12px 15px;
}

.list__header--link:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.list__header--link:hover {
  text-decoration: none;
  background: #f6f6f6;
}

.list__header--link:active {
  text-decoration: none;
  background: #f4f4f4;
}

.list__header p:first-child {
  margin-top: 0;
}

.list__header p:last-child {
  margin-bottom: 0;
}

.list__footer {
  padding: 10px;
  background: #f9f9f9;
}

.list__footer::after {
  display: block;
  content: "";
  clear: both;
}

.list__top {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.7);
  font-weight: 500;
  background: #ff2d55;
  color: #fff;
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 13px;
  line-height: 30px;
}

.list__logo {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  text-align: center;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
  float: left;
  margin-right: 15px;
  text-decoration: none;
}

.list__logo--link:hover {
  opacity: 0.9;
  text-decoration: none;
}

.list__logo--link:active {
  opacity: 0.8;
  text-decoration: none;
}

.list__content {
  -webkit-box-flex: 1;
          flex: 1;
}

.list__h2 {
  display: inline;
  margin: 0;
  font-size: 17px;
  line-height: 23px;
  color: #333;
  font-weight: 600;
}

.list__name {
  font-size: 16px;
  line-height: 23px;
  color: #000;
  font-weight: 600;
}

.list__name--link {
  display: block;
  text-decoration: none;
}

.list__name--link:hover {
  color: #3897F0;
  text-decoration: none;
}

.list__tags {
  margin-top: 5px;
}

.list__tags::after {
  display: block;
  content: "";
  clear: both;
}

.list__tagline {
  margin-bottom: 5px;
  line-height: 1.4;
  color: #999;
  font-size: 15px;
  font-weight: 400;
}

.list__info {
  line-height: 19px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}

.list__info .desktop {
  margin-left: 5px;
}

.list__addinfo {
  margin: 20px 0 0 0;
  line-height: 1.5;
  color: #333;
  font-size: 14px;
}

.list__apply {
  display: none;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  float: right;
  font-weight: normal;
  outline: none;
  cursor: pointer;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 13px;
  line-height: 22px;
  border-radius: 3px;
  margin: 0;
  text-decoration: none;
  border: 2px solid #ffac33;
  color: #000;
  text-align: center;
  padding: 15px;
  width: 140px;
  background: #fff;
  font-weight: 600;
}

@media all and (min-width: 1100px) {
  .list__apply {
    display: -webkit-box;
    display: flex;
  }
}

.list__follow {
  float: right;
  font-weight: normal;
  outline: none;
  cursor: pointer;
  padding: 8px 12px;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  border-radius: 3px;
  margin: 0;
  text-decoration: none;
  border: 1px solid #e8e8e8;
  color: #000;
  text-align: center;
  padding: 15px;
  width: 100px;
  margin-top: 8px;
  background: #fff;
  font-weight: 600;
}

.list__follow:hover {
  background-color: #f9f9fa;
  text-decoration: none;
}

.list__follow:hover .list--front {
  background-color: #fff !important;
}

.list__follow:active {
  background-color: #f6f6f8;
  text-decoration: none;
}

.list__follow--following {
  border-color: #3897F0 !important;
  color: #3897F0 !important;
}

.list__follow--following .list__follow-count {
  color: #6cb8ff;
}

.list__follow--loading {
  opacity: 0.4;
}

.list__follow-count {
  font-weight: 600;
  color: #bbb;
}

.list__button {
  float: right;
  font-weight: normal;
  outline: none;
  cursor: pointer;
  padding: 8px 12px;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  border-radius: 3px;
  margin: 0;
  text-decoration: none;
  border: 1px solid #e8e8e8;
  color: #000;
  text-align: center;
  padding: 15px;
  width: 100px;
  margin-top: 8px;
  background: #fff;
  font-weight: 600;
}

.list__button:hover {
  background-color: #f9f9fa;
}

.list__button:hover .list--front {
  background-color: #fff !important;
}

.list__button--following {
  border-color: #3897F0;
  color: #3897F0;
}

.list__button--loading {
  opacity: 0.4;
}

.list__button--blue {
  width: 140px;
  border-color: #3897F0;
  color: #3897F0;
}

.list__photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  position: absolute;
  top: -50px;
  left: 20px;
  border: 3px solid #fff;
}

.list__profile {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  float: left;
  margin-right: 5px;
  background-size: cover;
  color: #fff;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
}

.list__user {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-size: cover;
  margin-left: -9px;
  border: 1px solid #fff;
  float: left;
}

.list__teamlogos {
  line-height: 34px;
}

.list__teamlogos__text {
  margin-left: 5px;
  float: left;
}

.list__teamlogos__link {
  color: #000;
  text-decoration: underline;
}

.list__teamlogos__link:hover {
  color: #3897F0;
}

.list__teamlogo {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-size: cover;
  margin-left: -10px;
  border: 1px solid #fff;
  background-color: #fff;
  float: left;
}

.list__teamlogo--link {
  display: block;
  text-decoration: none;
}

.list__teamlogo--link:hover {
  text-decoration: none;
}

.list__teamlogo--link:active {
  text-decoration: none;
}

.list__map {
  position: relative;
  height: 140px;
  background-size: cover;
}

@media all and (min-width: 1100px) {
  .list__map {
    height: 240px;
  }
}

.list__link {
  color: #000;
  text-decoration: none;
}

.list__link:hover {
  color: #999;
  text-decoration: none;
}

.list__subtitle {
  font-weight: 600;
  margin: 0 0 10px 0;
  font-size: 16px;
}

.list__tiny {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  color: #aaa;
}

.list__sublink {
  color: #000;
  text-decoration: none;
}

.list__sublink:hover {
  color: #3897F0;
  text-decoration: none;
}

.list__menu {
  display: inline-block;
}

.list__dots {
  display: inline-block;
  vertical-align: middle;
}

.list__emoji {
  display: block;
  height: 14px;
  margin-right: 4px;
}

.list__link:hover {
  opacity: 0.8;
}

.list__link:active {
  opacity: 0.5;
}

.list2__item {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px;
}

.list2__item::after {
  display: block;
  content: "";
  clear: both;
}

.list2__item:hover {
  background-color: #f5f5f5;
}

.list2__icon {
  float: left;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  margin-right: 7px;
  margin-top: 10px;
  border-radius: 50%;
}

.list2__logo {
  float: left;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  margin-right: 7px;
  border-radius: 4px;
}

.list2__link {
  display: block;
  float: left;
  color: #000;
  text-decoration: none;
}

.list2__link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.list2__link:active {
  text-decoration: none;
  opacity: 0.5;
}

.list2__title {
  float: left;
  font-size: 16px;
  width: 300px;
}

.list2__name {
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
}

.list2__tagline {
  font-size: 13px;
  color: #aaa;
  margin-top: 4px;
}

.list2__maker {
  float: right;
  font-size: 16px;
  line-height: 40px;
  width: 80px;
}

.list2__mrr {
  float: right;
  font-size: 16px;
  line-height: 40px;
  width: 120px;
}

.list2__twitter {
  float: right;
  font-size: 16px;
  line-height: 40px;
  width: 100px;
}

.list2__ph {
  float: right;
  font-size: 16px;
  line-height: 40px;
  width: 100px;
}

.filter__container {
  display: none;
}

@media all and (min-width: 1100px) {
  .filter__container {
    display: block;
  }
}

.filter__container--open {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 99999;
  overflow-y: auto;
  margin-bottom: 0;
  padding-top: 64px;
}

.filter__container--open .filter__x__container {
  display: block;
}

.filter__x__container {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
}

.filter__x__x {
  display: block;
  width: 24px;
}

.filter::after {
  display: block;
  content: "";
  clear: both;
}

@media all and (min-width: 1100px) {
  .filter {
    display: block;
  }
}

.filter--open {
  display: block !important;
}

.filter--open .active-filter__filter--blue {
  display: none;
}

.filter__group {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.filter__tags {
  background-color: #fff;
  padding: 12px 12px 7px 12px;
  color: #494949;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  flex-wrap: wrap;
  border-radius: 4px;
}

.filter__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-box-flex: 0;
          flex: 0 50%;
  box-sizing: border-box;
  width: 50%;
  background-color: #fff;
  padding: 12px 5px;
  color: #494949;
  font-weight: 500;
  text-decoration: none;
  border-style: solid;
  border-color: #e8e8e8;
  border-width: 0;
  border-bottom-width: 1px;
  text-align: center;
}

.filter__item:nth-child(even) {
  border-left-width: 1px;
}

.filter__item:nth-child(1) {
  border-top-left-radius: 4px;
  border-bottom-width: 1px;
}

.filter__item:nth-child(2) {
  border-top-right-radius: 4px;
  border-bottom-width: 1px;
}

.filter__item:nth-last-child(2) {
  border-bottom-left-radius: 4px;
  border-bottom-width: 0;
}

.filter__item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-width: 0;
  border-left-width: 1px;
}

.filter__item:hover {
  text-decoration: none;
  background: #f9f9fa;
}

.filter__item:active {
  background: #f0f9fd;
}

.filter__item--active {
  background: #f0f9fd;
}

.filter__item--active:hover {
  background: #f0f9fd;
}

.filter__item--single {
  -webkit-box-flex: 1;
          flex: 1;
  border-radius: 4px;
  border: none;
}

.filter__icon {
  display: block;
  width: 18px !important;
  height: auto !important;
  margin: 0 auto 8px auto !important;
}

.filter__emoji {
  display: block;
  max-height: 20px;
  max-width: 20px;
  margin-right: 8px;
}

.afilter__filter {
  display: inline-block;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  cursor: pointer;
  margin-right: 10px;
  color: #484848;
}

.afilter__filter::after {
  display: block;
  content: "";
  clear: both;
}

.afilter__filter:hover {
  text-decoration: none;
  opacity: 0.9;
}

.afilter__filter:active {
  text-decoration: none;
  opacity: 0.8;
}

.afilter__filter .emoji {
  margin-left: 10px;
  margin-top: 2px;
}

.afilter__image {
  width: 80px;
  height: 72px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-size: cover;
  float: left;
}

.afilter__text {
  font-size: 15px;
  font-weight: 500;
  float: left;
  margin-left: 15px;
  margin-right: 10px;
  line-height: 72px;
}

.verfilter::after {
  display: block;
  content: "";
  clear: both;
}

.verfilter__group {
  margin-bottom: 10px;
  box-shadow: 0 1px 1px 0 #d2d9e4;
  border-radius: 5px;
}

.verfilter__item {
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  padding: 12px 15px;
  color: #000;
  text-decoration: none;
  border-style: solid;
  border-color: #e8e8e8;
  border-width: 0;
  border-bottom-width: 1px;
  text-align: left;
}

.verfilter__item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.verfilter__item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-width: 0;
}

.verfilter__item:hover {
  text-decoration: none;
  background: #f9f9fa;
}

.verfilter__item:active {
  background: #f0f9fd;
}

.verfilter__item--active {
  background: #f0f9fd;
}

.verfilter__item--active:hover {
  background: #f0f9fd;
}

.verfilter__icon {
  display: block;
  width: 18px !important;
  height: auto !important;
  margin: 0 auto 8px auto !important;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  color: #333;
}

.menu__icon {
  width: 18px;
  float: left;
  margin-right: 8px;
}

.menu__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 14px;
  color: #333;
  font-size: 15px;
  line-height: 1;
  border-radius: 5px;
}

.menu__link:hover {
  background: rgba(8, 9, 10, 0.05);
  text-decoration: none;
}

.menu__link:active {
  background: rgba(8, 9, 10, 0.09);
  text-decoration: none;
}

.menu__link--active {
  background: transparent;
  font-weight: bold;
  text-decoration: none;
}

.menu__link--active:hover {
  background: rgba(8, 9, 10, 0.05);
  text-decoration: none;
}

.menu__link--active:active {
  background: rgba(8, 9, 10, 0.05);
  text-decoration: none;
}

.menu__link .emoji {
  margin-right: 10px;
}

.menu__link--sub {
  box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 15px;
  font-size: 14px;
}

.block {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.block::after {
  display: block;
  content: "";
  clear: both;
}

.block--border {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  box-shadow: none;
}

@media all and (min-width: 1100px) {
  .block--left {
    float: left;
  }
}

@media all and (min-width: 1100px) {
  .block--right {
    float: right;
  }
}

@media all and (min-width: 1100px) {
  .block__1-2 {
    width: 49%;
  }
}

@media all and (min-width: 1100px) {
  .block__2-3 {
    width: 66%;
  }
}

@media all and (min-width: 1100px) {
  .block__2-3--left {
    float: left;
  }
}

@media all and (min-width: 1100px) {
  .block__2-3--right {
    float: right;
  }
}

@media all and (min-width: 1100px) {
  .block__1-3 {
    width: 32%;
  }
}

@media all and (min-width: 1100px) {
  .block__1-3--left {
    float: left;
  }
}

@media all and (min-width: 1100px) {
  .block__1-3--right {
    float: right;
  }
}

@media all and (min-width: 1100px) {
  .block__half {
    width: 48%;
  }
}

@media all and (min-width: 1100px) {
  .block__half--left {
    float: left;
  }
}

@media all and (min-width: 1100px) {
  .block__half--right {
    float: right;
  }
}

.block__row {
  display: block;
  padding: 15px;
}

.block__row::after {
  display: block;
  content: "";
  clear: both;
}

.block__row:not(:last-child) {
  border-bottom: 2px solid #e8e8e8;
}

.block__item {
  display: block;
  padding: 15px;
}

.block__item::after {
  display: block;
  content: "";
  clear: both;
}

.block__item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.block__item--border:last-child,
.block__item--border:nth-last-of-type(-n+2):not(:nth-child(even)) {
  border-bottom: none;
}

.block__item--link {
  color: #000;
  cursor: pointer;
}

.block__item--link:hover {
  text-decoration: none;
  background-color: #fbfbfb;
}

.block__item--link:active {
  opacity: 0.5;
}

.block__item--placeholder {
  cursor: pointer;
  color: #aaa;
  text-decoration: none;
  border-radius: 5px;
}

.block__item--placeholder:hover {
  background: #fdfdfd;
  color: #919191;
  text-decoration: none;
}

.block__item--placeholder:active {
  color: #777777;
  text-decoration: none;
}

.block__item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.block__item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.block__item--info {
  font-size: 16px;
  line-height: 1.5;
}

.block__item--info a {
  color: #555;
}

.block__item--text {
  font-size: 16px;
  line-height: 1.5;
}

.block__item--text p:first-child {
  margin-top: 0;
}

.block__item--text p:last-child {
  margin-bottom: 0;
}

.block__item--description {
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

.block__item--description h2 {
  font-size: 18px;
  line-height: 1.5;
}

.block__item--description h3 {
  font-size: 16px;
  line-height: 1.5;
}

.block__item--description h4 {
  font-size: 16px;
  line-height: 1.5;
}

.block__item--description p {
  font-size: 15px;
  line-height: 1.6;
}

.block__item--description *:first-child {
  margin-top: 0;
}

.block__item--description *:last-child {
  margin-bottom: 0;
}

.block__item--description a {
  color: #333333;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  padding-bottom: 1px;
}

.block__item--description a:hover {
  color: #333333;
  text-decoration: none;
  border-bottom-color: #333333;
}

.block__item--description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block__item--description ul li {
  margin: 0;
  padding: 0;
}

.block__item--description ul li:last-child {
  margin-bottom: 0 !important;
}

.block__item--active {
  background-color: #f0f9fd;
}

.block__image {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 5px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.block__title {
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding-top: 4px;
  color: #000;
}

.block__subtitle {
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding-top: 4px;
  color: #999;
}

.block__delete {
  display: block;
  color: #aaa;
  padding: 7px;
}

.block__delete:hover {
  color: #777;
}

.block__logo {
  width: 70px;
  height: 70px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 15px;
  border-radius: 5px;
}

.block__smalllogo {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
}

.block__footer {
  background: #f5f6f7;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #e8e8e8;
}

.block__footer::after {
  display: block;
  content: "";
  clear: both;
}

.form__label {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.form__row {
  margin-bottom: 10px;
}

.form__row::after {
  display: block;
  content: "";
  clear: both;
}

.form__row:last-child {
  margin-bottom: 0;
}

.form__field {
  -webkit-appearance: none;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: right 8px center;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: none;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}

.form__field:focus {
  border-color: #aaa;
  outline: none;
}

.form__field--textarea {
  height: 100px;
}

.form__field--invalid {
  border-color: #ff2d55;
}

.form__card {
  -webkit-appearance: none;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: right 8px center;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: none;
  width: 100%;
  max-width: 100%;
  background-color: #f8f8f8;
}

.form__card:focus {
  border-color: #aaa;
  outline: none;
}

.form__note {
  color: #777;
  margin-top: 10px;
  line-height: 1.5;
}

.form__note a {
  color: #333333;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  padding-bottom: 1px;
}

.form__note a:hover {
  color: #333333;
  text-decoration: none;
  border-bottom-color: #333333;
}

.form__option {
  display: block;
  padding: 13px;
  background-color: #f5f6f7;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 15px;
}

.form__option:hover {
  background-color: #eff1f2;
}

.form__option:active {
  background-color: #edeef0;
}

.button {
  outline: none;
  cursor: pointer;
  padding: 8px 16px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  border-radius: 3px;
  margin: 0;
  text-decoration: none;
  background: #f9f9f9;
  border: 1px solid transparent;
  color: #333;
}

.button--fixed {
  position: fixed;
  bottom: 20px;
  width: 160px !important;
  left: 50%;
  margin-left: -80px;
}

.button:hover {
  text-decoration: none;
  background: #f1f1f1;
}

.button:active {
  text-decoration: none;
  background: #eaeaea;
}

.button--white {
  background: #fff;
}

.button--rounded {
  border-radius: 50px;
}

.button--blue {
  background: #3897F0;
  border: 2px solid #3897F0;
  color: #fff;
}

.button--blue:hover {
  background: #fff;
  color: #3897F0;
}

.button--blue:active {
  opacity: 0.5;
}

.button--full-width {
  width: 100%;
  text-align: center;
}

.button--follow {
  width: 100%;
  text-align: center;
}

@media all and (min-width: 1100px) {
  .button--follow {
    width: auto;
  }
}

.button--m {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3897F0;
  border-color: #3897F0;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
}

.button--m:hover {
  background: transparent !important;
  color: #3897F0 !important;
}

.button--m:active {
  border-color: #67b0f4 !important;
  color: #67b0f4 !important;
}

.button--border {
  background: transparent !important;
  color: #3897F0 !important;
  border-color: #3897F0;
}

.button--border:hover {
  background: #3897F0 !important;
  color: #fff !important;
}

.button--border:active {
  opacity: 0.5;
}

.button--safetywing {
  border-color: #58c5c7;
  background-color: #58c5c7;
  color: #fff !important;
}

.button--safetywing:hover {
  background: transparent !important;
  color: #273c4a !important;
}

.button--safetywing:active {
  background: transparent !important;
  color: #273c4a !important;
}

.button--center {
  margin: 0 auto;
}

.button--runningremote {
  border-color: #ed145b;
  color: #ed145b !important;
}

.button--runningremote:hover {
  background-color: #ed145b !important;
}

.button--remote-how {
  border-color: #4700E9;
  background: #4700E9 !important;
  color: #fff !important;
}

.button--remote-how:hover {
  border-color: #4a00f3 !important;
  background-color: #4a00f3 !important;
}

.button--remote-how:active {
  border-color: #4a00f3 !important;
  background-color: #4d00fd !important;
}

.button__winners {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #3897F0;
  border-radius: 40px;
  padding: 5px 10px;
  display: inline-block;
}

.button__winners:hover {
  text-decoration: none;
  background-color: #3897F0;
}

.button--transparent {
  background: transparent;
  border-color: transparent;
}

.button--transparent:hover {
  background: #f1f1f1;
}

.button--transparent:active {
  background: #eaeaea;
}

.button--s {
  padding: 2px 2px;
  line-height: 1px;
}

.button__group {
  display: -webkit-box;
  display: flex;
}

.button__group__button {
  border-radius: 0;
  padding: 4px 12px;
}

.button__group__button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.button__group__button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.button--active {
  background: #f1f1f1;
}

.category {
  display: block;
  text-align: center;
  float: left;
  padding: 4px 6px;
  text-decoration: none;
  border-radius: 3px;
  color: #000;
  box-sizing: content-box;
  font-size: 13px;
  font-size: 14px;
  color: #333;
}

@media all and (min-width: 1100px) {
  .category {
    padding: 8px 12px;
  }
}

.category--link {
  display: inline-block;
  float: none;
  font-size: 11px;
}

.category--link--right {
  float: right;
}

.category--link--desktop {
  display: none;
}

@media all and (min-width: 1100px) {
  .category--link--desktop {
    display: inline-block;
  }
}

.category--link:hover {
  background-color: #f9f9fa;
  text-decoration: none;
}

.category--link:active {
  background-color: #f6f6f8;
}

.category--link--active {
  background-color: #3897F0;
  color: #fff;
}

.category--link--active div {
  color: #fff !important;
}

.category--link--active:hover {
  background-color: #3897F0;
}

.category--link--active-text {
  color: #3897F0;
}

@media all and (min-width: 1100px) {
  .category--link {
    font-size: 14px;
  }
}

.category--link-white:hover {
  background-color: #fff;
  text-decoration: none;
}

.category--link-white--active {
  background-color: #3897F0;
  color: #fff;
}

.category--link-white--active:hover {
  background-color: #3897F0;
}

.category__flag {
  font-size: 18px;
  margin-bottom: 5px;
}

.category__icon {
  display: block;
  height: 18px;
  margin: 0 auto 8px auto;
  font-size: 14px;
}

.category__photo {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 0 auto 8px auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.frontcategory {
  display: block;
  text-align: center;
  padding: 4px 6px;
  text-decoration: none;
  border-radius: 3px;
  box-sizing: content-box;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.frontcategory__container {
  -webkit-overflow-scrolling: touch;
  height: auto;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 8px 0;
}

@media all and (min-width: 1100px) {
  .frontcategory {
    padding: 12px 18px;
    float: left;
  }
}

.frontcategory--link {
  display: inline-block;
  font-size: 12px;
}

.frontcategory--link--right {
  float: right;
}

.frontcategory--link--desktop {
  display: none;
}

@media all and (min-width: 1100px) {
  .frontcategory--link--desktop {
    display: inline-block;
  }
}

.frontcategory--link:hover {
  background-color: #f9f9fa;
  text-decoration: none;
}

.frontcategory--link:active {
  opacity: 0.5;
}

.frontcategory--link--active {
  background-color: #3897F0;
  color: #fff;
}

.frontcategory--link--active div {
  color: #fff !important;
}

.frontcategory--link--active:hover {
  background-color: #3897F0;
}

.frontcategory--link--active-text {
  color: #3897F0;
}

@media all and (min-width: 1100px) {
  .frontcategory--link {
    font-size: 14px;
  }
}

.frontcategory--link-white:hover {
  background-color: #fff;
  text-decoration: none;
}

.frontcategory--link-white--active {
  background-color: #3897F0;
  color: #fff;
}

.frontcategory--link-white--active:hover {
  background-color: #3897F0;
}

.frontcategory__flag {
  font-size: 18px;
  margin-bottom: 5px;
}

.frontcategory__icon {
  display: block;
  height: 18px;
  margin: 0 auto 8px auto;
  font-size: 14px;
}

.frontcategory__photo {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 0 auto 8px auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.pagehead {
  background: #fff;
  border-bottom: 1px solid #EBEBEB;
  padding: 20px 0;
  position: relative;
  display: block;
}

.pagehead::after {
  display: block;
  content: "";
  clear: both;
}

.pagehead--desktop {
  border-top: 1px solid #e8e8e8;
}

.pagehead--desktop .category__icon {
  display: none;
}

@media all and (min-width: 1100px) {
  .pagehead--desktop {
    border-top: none;
  }

  .pagehead--desktop .category__icon {
    display: block;
  }
}

.pagehead--hero {
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.pagehead--hero--fixed {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 80100;
}

.pagehead--radius {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-top: -6px;
}

@media all and (min-width: 1100px) {
  .pagehead--radius {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.pagehead__link {
  display: block;
  float: left;
  padding: 14px 13px;
  font-size: 14px;
  color: #a0a0a0;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

.pagehead__link:hover,
.pagehead__link--active {
  text-decoration: none;
  color: #3897F0;
  border-bottom-color: #3897F0;
}

.title__small {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 15px 0;
  font-weight: 500;
  color: #777;
}

.title__small--caps {
  text-transform: uppercase;
  font-size: 12px;
  color: #6f6f6f;
  margin: 0 0 10px 0;
}

.title__medium {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 15px 0;
  font-weight: 500;
  color: #333;
}

.title__h1 {
  font-size: 20px;
  margin: 0 0 20px 0;
  font-weight: bold;
  color: #000;
}

.tag {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #f9f9f9;
  border: 2px solid #f9f9f9;
  padding: 4px;
  border-radius: 3px;
  float: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-right: 10px;
  color: #494949;
  text-decoration: none;
  position: relative;
}

.tag--option {
  cursor: pointer;
}

.tag__check {
  position: absolute;
  top: -6px;
  right: -6px;
  display: none;
  width: 16px;
}

.tag--m {
  font-size: 14px;
  padding: 8px 10px;
}

.tag--unselected {
  opacity: 0.6;
  cursor: pointer;
}

.tag--unselected:hover {
  opacity: 1;
}

.tag--selected {
  background: #e8e8e8 !important;
}

.tag--link {
  cursor: pointer;
}

.tag--link:hover {
  text-decoration: none;
  background: #e8e8e8;
  border-color: #e8e8e8;
}

.tag--link:active {
  opacity: 0.5;
}

.tag--white {
  background: #fff;
  border-color: #fff;
}

.tag--active {
  border-color: #4cd964;
}

.tag--active:hover {
  border-color: #4cd964 !important;
  background-color: #fff !important;
}

.tag--active:active {
  border-color: #4cd964 !important;
  background-color: #fff !important;
}

.tag--active .tag__check {
  display: block;
}

.tag--option {
  cursor: pointer;
}

.tag--option:hover {
  background-color: #f4f4f4;
  text-decoration: none;
}

.tag--option:active {
  background-color: #efefef;
}

.tag--option--active {
  background-color: #3897F0;
  border-color: #3897F0;
  color: #fff;
}

.tag--option--active:hover {
  background-color: #3897F0;
  border-color: #3897F0;
}

.ntag {
  background: #efefef;
  color: #494949;
  padding: 6px 13px;
  border-radius: 4px;
  text-transform: uppercase;
  float: left;
  font-weight: 500;
  font-size: 13px;
  margin-right: 5px;
  border: 2px solid #efefef;
  text-decoration: none;
  margin-bottom: 5px;
}

.ntag:hover {
  background: #fff;
  text-decoration: none;
}

.city {
  display: block;
  display: block;
  background-image: url(../images/earth.png);
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-top: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.city__container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}

.city--s .city__name {
  font-size: 18px;
  height: 22px;
}

.city--s .city__country,
.city--s .city__weather {
  font-size: 14px;
}

.city--1-3 {
  width: calc(33.33% - 20px);
}

.city--1-2 {
  width: calc(50% - 20px);
}

.city--single .city {
  width: 100% !important;
}

@media all and (min-width: 1100px) {
  .city--single .city__inside {
    padding: 65px 15px !important;
  }
}

.city__1-3 {
  width: 48.5%;
  float: left;
}

@media all and (min-width: 1100px) {
  .city__1-3 {
    width: 31.5%;
    float: left;
  }

  .city__1-3:not(:nth-child(3n)) {
    margin-right: 20px;
  }

  .city__1-3:nth-child(even) {
    float: left !important;
  }
}

.city__1-3:nth-child(even) {
  float: right;
}

.city__inside {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px 5px;
}

@media all and (min-width: 1100px) {
  .city__inside {
    padding: 65px 15px;
  }
}

.city__inside--link:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.city__inside--link:active {
  background-color: rgba(0, 0, 0, 0.2);
}

.city__inside--with-logos {
  padding: 0 5px;
}

@media all and (min-width: 1100px) {
  .city__inside--with-logos {
    padding: 45px 15px;
  }
}

.city__inside--2 {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 65px 15px;
}

.city__inside--2:hover {
  background-color: rgba(0, 0, 0, 0.35);
}

.city__inside--2:active {
  background-color: rgba(0, 0, 0, 0.3);
}

.city:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}

.city:nth-child(even) {
  float: right;
}

.city__weather {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

@media all and (min-width: 1100px) {
  .city__weather {
    font-size: 18px;
  }
}

.city__country {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-size: 12px;
}

@media all and (min-width: 1100px) {
  .city__country {
    font-size: 18px;
  }
}

.city__center {
  margin: 20px 0;
}

.city__name {
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: 500;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-size: 20px;
  height: 26px;
  font-weight: 600;
}

@media all and (min-width: 1100px) {
  .city__name {
    font-size: 22px;
    height: 32px;
  }
}

.city__time {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 12px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 600;
  color: #fff;
}

@media all and (min-width: 1100px) {
  .city__time {
    font-size: 18px;
  }
}

.city .user__photo {
  border: 2px solid #fff;
  margin-left: -20px;
}

.city__remove {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
}

.city__emojis {
  text-align: center;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0px;
  font-size: 12px;
  color: #fff;
}

@media all and (min-width: 1100px) {
  .city__emojis {
    left: auto;
    right: 10px;
  }
}

.city__emoji {
  display: inline;
  width: 14px;
  padding: 1px;
  background: #fff;
  border-radius: 2px;
}

@media all and (min-width: 1100px) {
  .city__emoji {
    width: 22px;
    margin-left: 2px;
    padding: 2px;
  }
}

.city__logos {
  text-align: center;
  margin-left: 15px;
  height: 30px;
  overflow: hidden;
}

.city__logo {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-color: #fff;
  margin-left: -10px;
}

@media all and (min-width: 1100px) {
  .city__logo {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border: 2px solid #fff;
  }
}

.map {
  width: 100%;
  max-width: 100%;
  height: 250px;
}

.map__marker {
  background-size: cover;
  border-radius: 100%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  background-color: #fff;
  cursor: pointer;
}

.map__marker:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.map__marker:active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.map__image {
  width: 100%;
  height: 300px;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.map__image--background {
  margin-top: -70px;
  height: 300px;
}

.map__badge {
  background: #fff;
  padding: 5px;
  border-radius: 3px;
  display: block;
  float: left;
  margin-top: 20px;
  font-size: 14px;
  line-height: 14px;
  margin-right: 5px;
}

.map__container {
  position: absolute;
  top: 80px;
  width: 1070px;
  left: 50%;
  margin-left: -535px;
  right: 0;
  z-index: 8888;
}

.country {
  display: block;
  text-align: center;
  float: left;
  width: 110px;
  padding: 12px 2px;
  text-decoration: none;
  border-radius: 3px;
  color: #000;
  box-sizing: content-box;
  font-size: 13px;
  line-height: 18px;
}

.country--link:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}

.country__flag {
  font-size: 36px;
  margin-bottom: 3px;
}

.topmenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topmenu__item {
  float: left;
  position: relative;
}

.topmenu__link {
  display: block;
  color: #6f6f6f;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  padding: 26px 10px 26px 10px;
  font-size: 15px;
  font-weight: 600;
}

.topmenu__link--dots:hover {
  opacity: 0.8;
}

.topmenu__link--dots:active {
  opacity: 0.5;
}

.topmenu__link:hover {
  color: #000;
  text-decoration: none;
}

.topmenu__link:active {
  color: #aaa;
  text-decoration: none;
}

.topmenu__bubble {
  border-radius: 3px;
  background: #3897F0;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  padding: 3px 4px;
  text-align: center;
}

.option {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  color: #000;
}

.option__i {
  margin-right: 7px !important;
}

.option__item {
  margin: 0;
  padding: 15px;
  font-size: 15px;
  line-height: 15px;
}

.option__item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.option__item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.option__item--option {
  display: block;
  cursor: pointer;
}

.option__item--option:hover {
  background: #f9f9fa;
}

.option__item--option:active {
  background: #f6f6f8;
}

.option__item--option .emoji--check {
  display: none;
}

.option__item--active .emoji--check {
  display: block;
}

.option__item--active:hover {
  background: #f9f9f9;
}

.option__icon {
  cursor: pointer;
  margin-top: 10px;
  display: block;
  float: left;
  padding: 8px;
  border-radius: 3px;
  line-height: 1em;
  font-size: 16px;
}

.option__icon img.emoji {
  margin: 0 !important;
}

.option__icon:hover {
  background-color: #f8f8f8;
}

.option__icon--active {
  background-color: #ececec;
}

.option__icon--active:hover {
  background-color: #ececec;
}

.option__remove {
  cursor: pointer;
  padding: 10px;
  line-height: 1em;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  float: right;
}

.option__remove:hover {
  background-color: #f8f8f8;
}

.user {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #333;
}

.user::after {
  display: block;
  content: "";
  clear: both;
}

.user__plus {
  font-size: 12px;
  color: #3897F0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.user__photo {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}

.user__photo img {
  margin: 0 !important;
}

.user__photo--border {
  border: 2px solid #fff;
}

.user__photo--rounded {
  border-radius: 3px;
}

.user__photo--profile {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) !important;
  border-radius: 4px !important;
  border-color: #f7f8f9 #e9eaec #eee;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
}

.user__photo--contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.user__name {
  padding-left: 8px;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}

@media all and (min-width: 1100px) {
  .user__name {
    display: -webkit-box;
    display: flex;
  }
}

.user--link {
  color: #000;
  text-decoration: none;
}

.user--link:hover {
  text-decoration: none;
}

.user--link:hover .user__name {
  color: #555;
}

.user--link:hover .user__photo {
  opacity: 0.9;
}

.user--link:active {
  opacity: 0.5;
}

.user--link-border {
  color: #000;
  text-decoration: none;
}

.user--link-border:hover .user__photo--border {
  border: 2px solid #f8f8fa;
  z-index: 99999;
}

.user__floors {
  float: left;
  margin-left: 10px;
}

.user__floor-I {
  color: #777;
  line-height: 14px;
  font-size: 14px;
}

.user__floor-II {
  display: block;
  color: #000;
  font-weight: bold;
  padding: 1px 0 3px 0;
  line-height: 14px;
  font-size: 14px;
}

.user__floor-II--link {
  display: inline-block;
}

.user__floor-II--link:hover {
  text-decoration: none;
  color: #3897F0;
}

.user--m--rounded .user__photo {
  border-radius: 8px;
}

.user--m .user__photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 40px;
}

.user--m .user__floor-II {
  font-size: 16px;
  padding-top: 4px;
  font-weight: normal;
}

.user--m .user__floor-I {
  font-size: 13px;
  padding-top: 4px;
}

.user--m .user__name {
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
}

.user--l--rounded .user__photo {
  border-radius: 8px;
}

.user--l .user__photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 60px;
}

.user--l .user__floor-II {
  font-size: 16px;
  padding-top: 4px;
  font-weight: normal;
}

.user--l .user__floor-I {
  font-size: 13px;
  padding-top: 4px;
}

.user--l .user__name {
  font-size: 16px;
  font-weight: normal;
  line-height: 60px;
}

.user--xs .user__photo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 30px;
}

.user--xs .user__name {
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
}

.user--s .user__photo {
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 3px;
}

.user--s .user__name {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}

.user__position {
  font-weight: normal;
  color: #aaa;
}

@media all and (min-width: 1100px) {
  .user__position {
    margin-left: 5px;
  }
}

.buttonlink {
  display: -webkit-box;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  border-radius: 5px;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

.buttonlink:hover {
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
}

.buttonlink:active {
  text-decoration: none;
  opacity: 0.5;
}

.buttonlink__icon {
  width: 60px;
  height: 60px;
  padding: 5px;
}

.buttonlink__side {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
}

.buttonlink__name {
  color: #000;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.buttonlink__description {
  color: #757575;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.buttonlink--blue-bg {
  background: #3897F0;
}

.buttonlink--blue-bg .buttonlink__icon {
  height: 80px;
  padding: 15px 5px 5px 5px;
}

.buttonlink--blue-bg .buttonlink__name {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}

.buttonlink--blue-bg .buttonlink__description {
  color: #F7F7F7;
  font-size: 14px;
}

.buttonlink--blue-bg--active {
  background: #fff;
  border-color: #3897F0;
}

.buttonlink--blue-bg--active .buttonlink__name {
  color: #000;
}

.buttonlink--blue-bg--active .buttonlink__description {
  color: #757575;
}

.buttonlink--blue {
  background: #3897F0;
  color: #fff;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border: 2px solid #3897F0;
}

.buttonlink--blue:hover {
  opacity: 0.8;
}

.buttonlink--blue:active {
  opacity: 0.5;
}

.buttonlink--blue--active {
  background: #fff;
  color: #3897F0;
}

.buttonlink--orange {
  background: #fff;
  border: 2px solid #ffac33;
  color: #000;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.buttonlink--orange:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
  border: 2px solid #ffa41f;
}

.buttonlink--orange:active {
  border: 2px solid #ff9b0a;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
}

.buttonlink--grey {
  background: transparent;
  border: 1px solid transparent;
  color: #333;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  text-align: center;
  display: block;
  box-shadow: none;
}

.buttonlink--grey:hover {
  background: #fff;
}

.buttonlink--red {
  background: #ff2d55;
  color: #fff;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.buttonlink--active {
  border-color: #3897F0;
  color: #3897F0;
}

.editor__text {
  outline: none;
}

.toolbar {
  border-radius: 2px;
  background: #f9f9f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  display: inline-block;
}

.toolbar::after {
  display: block;
  content: "";
  clear: both;
}

.toolbar--block {
  display: block;
}

.toolbar .wysihtml-command-active {
  background-color: #ccedf4;
}

.toolbar__button {
  display: block;
  box-sizing: border-box;
  color: #1b2124;
  text-align: center;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin: 0;
  text-shadow: none;
  float: left;
  font-size: 0;
  line-height: 0;
}

.toolbar__button:hover {
  background-color: #ccedf4;
}

.newsletter {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 5px;
  color: #000;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background-image: url(../images/envelope-stripe.png);
  background-size: 60px;
  background-repeat: repeat-x;
  background-position: -5px 0;
}

.newsletter__h2 {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 500;
  margin: 10px 0 15px 0;
  font-weight: 500;
}

.newsletter__p {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  color: #777;
}

.newsletter__field {
  position: relative;
}

.newsletter__icon {
  display: block;
  width: 20px;
  position: absolute;
  top: 10px;
  left: 6px;
}

.newsletter__input {
  padding-left: 29px;
}

.newsletter__spinner {
  display: block;
  width: 20px;
  margin: 0 auto;
}

.newsletter__link {
  text-decoration: none;
}

.newsletter__link:hover {
  text-decoration: none;
}

.newsletter__link:hover .newsletter__heading2 {
  text-decoration: underline;
}

.newsletter__heading2 {
  margin: 0;
  font-weight: 500;
  color: #000;
  font-size: 20px;
}

.newsletter__intro {
  font-size: 16px;
  margin: 10px 0;
  color: #333;
  font-weight: normal;
  line-height: 1.6;
}

.letter {
  display: block;
  max-width: 630px;
  margin: 0 auto;
  color: #000;
  text-decoration: none;
}

.letter--link:hover {
  text-decoration: none;
}

.letter__image {
  margin-top: 0;
  margin-bottom: 0;
}

.letter__image--first {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.letter__letter {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.letter__inside {
  max-width: 100%;
  margin: 0 auto;
}

.letter__text {
  padding: 22px;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
}

.letter__text p:first-child {
  margin-top: 0;
}

.letter__text p:last-child {
  margin-bottom: 0;
}

.letter__text h2 {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}

.letter__text a {
  color: #000;
  font-weight: 500;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  padding-bottom: 1px;
}

.letter__text a:hover {
  text-decoration: none;
  border-bottom-color: #333333;
}

.letter__h1 {
  margin: 30px 0 5px 0;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  max-width: 100%;
}

.letter__linktitle {
  padding: 20px;
}

.letter__h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.letter__date {
  margin: 0 0 35px 0;
  color: #aaa;
  font-size: 18px;
  text-align: center;
}

.letter__smalldate {
  margin: 3px 0 0 0;
  color: #aaa;
  font-size: 14px;
}

.letter h3 {
  margin: 0 0 1em 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  margin-right: 5px;
}

.switch__container {
  font-size: 13px;
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

.image-header {
  background-size: cover;
  background-position: center;
  position: relative;
  background-image: url(../images/map.png);
  padding: 0;
}

@media all and (min-width: 1100px) {
  .image-header {
    height: 200px;
    padding: 0;
  }
}

@media all and (min-width: 1100px) {
  .image-header--high {
    height: 330px;
  }
}

.image-header--high .image-header__h1 {
  padding-top: 0;
}

.image-header--background {
  margin-top: -70px;
}

.image-header__dimmer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.image-header__inside {
  padding-top: 70px;
  padding-bottom: 35px;
  position: relative;
  z-index: 8888;
}

@media all and (min-width: 1100px) {
  .image-header__inside {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 800px;
  }
}

.image-header__content {
  padding-top: 80px;
  padding-bottom: 35px;
  position: relative;
  z-index: 8888;
  max-width: 400px;
}

.image-header__content-h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  margin: 20px 0;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  line-height: 1.3;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.image-header__content-subtitle {
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  text-align: left;
  margin: 0 0 35px 0;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-weight: 500;
}

.image-header__content-button {
  display: inline-block;
  font-size: 20px;
  padding: 12px 20px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-width: 2px;
}

.image-header__content-button:hover {
  color: #3897F0;
  background-color: transparent;
}

.image-header__content-button:active {
  color: #50a3f2 !important;
  border-color: #50a3f2 !important;
  background-color: transparent !important;
}

.image-header__h1 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  margin-top: 10px;
  text-align: center;
  padding-top: 35px;
}

@media all and (min-width: 1100px) {
  .image-header__h1 {
    font-size: 28px;
    margin-top: 0;
  }
}

.image-header__h2 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  margin: 15px auto 0 auto;
  line-height: 1.5;
}

.image-header__h2 a {
  color: #fff;
  font-weight: 600;
}

.image-header__h2 a:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

.image-header__bottom {
  position: absolute;
  color: #fff;
  text-shadow: 0 0 3px #4a4a4a;
  font-size: 12px;
}

.image-header__bottom a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  text-decoration: none;
  padding-bottom: 1px;
}

.image-header__bottom a:hover {
  text-decoration: none;
  border-bottom: 1px solid white;
}

.image-header__bottom a:active {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  opacity: 0.8;
}

.image-header__bottom--left {
  left: 0;
  bottom: 20px;
}

.image-header__bottom--right {
  right: 0;
  bottom: 20px;
}

.grid--shadow {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.grid__container {
  margin-top: -20px;
  margin-left: -20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.grid__container--verscroll {
  -webkit-overflow-scrolling: touch;
  height: auto;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin-left: -10px;
  padding-left: 10px;
  margin-right: -10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 8px;
}

.grid__container--verscroll-w {
  height: auto;
}

.grid__container--verscroll-w .grid__1-5 {
  width: 60% !important;
}

@media all and (min-width: 1100px) {
  .grid__container--verscroll-w .grid__1-5 {
    width: calc(20% - 20px) !important;
  }

  .grid__container--verscroll-w .grid__1-5 .grid__image {
    height: auto;
  }
}

.grid__container--verscroll-w .grid__1-4 {
  width: 60% !important;
  margin-left: 10px;
}

.grid__container--verscroll-w .grid__1-4:first-child {
  margin-left: 20px;
}

.grid__container--verscroll-w .grid__1-4:last-child {
  margin-right: 10px;
}

@media all and (min-width: 1100px) {
  .grid__container--verscroll-w .grid__1-4 {
    width: calc(25% - 20px) !important;
    margin-left: 20px;
  }

  .grid__container--verscroll-w .grid__1-4:last-child {
    margin-right: 0;
  }

  .grid__container--verscroll-w .grid__1-4 .grid__image {
    height: auto;
  }
}

.grid__container--verscroll .grid__1-5,
.grid__container--verscroll .grid__1-3 {
  margin-left: 10px;
  width: calc(45% - 20px);
}

.grid__container--verscroll .grid__1-5:first-child,
.grid__container--verscroll .grid__1-3:first-child {
  margin-left: 20px;
}

.grid__container--verscroll .grid__1-5:last-child,
.grid__container--verscroll .grid__1-3:last-child {
  margin-right: 20px;
}

@media all and (min-width: 1100px) {
  .grid__container--verscroll .grid__1-5:last-child,
  .grid__container--verscroll .grid__1-3:last-child {
    margin-right: 0;
  }
}

.grid__container--verscroll .grid__1-5 .grid__image,
.grid__container--verscroll .grid__1-3 .grid__image {
  height: 90px;
}

@media all and (min-width: 1100px) {
  .grid__container--verscroll {
    height: auto;
  }

  .grid__container--verscroll .grid__1-5,
  .grid__container--verscroll .grid__1-3 {
    margin-left: 20px;
    width: calc(20% - 20px);
  }

  .grid__container--verscroll .grid__1-5 .grid__image,
  .grid__container--verscroll .grid__1-3 .grid__image {
    height: 100px;
  }
}

.grid__top-left {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 600;
  font-size: 15px;
}

@media all and (min-width: 1100px) {
  .grid__top-left {
    font-size: 15px;
  }
}

.grid__top-right {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 600;
  font-size: 15px;
}

@media all and (min-width: 1100px) {
  .grid__top-right {
    font-size: 15px;
  }
}

.grid__bottom-right {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #fff;
  font-size: 15px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 600;
}

.grid__image {
  width: 100%;
  height: 220px;
  border-radius: 20px;
  background-size: cover;
  position: relative;
}

.grid__image--shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.grid__image-dimmer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}

.grid__image-gradient {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, white), color-stop(180%, rgba(255, 255, 254, 0))) !important;
  background: linear-gradient(to top, white 40%, rgba(255, 255, 254, 0) 180%) !important;
  border-radius: 20px !important;
}

.grid__image-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 75px;
  text-align: center;
  margin: 0;
}

.grid__heading {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin: 0;
}

.grid__h2 {
  font-weight: 600;
  font-size: 20px;
  color: #333;
  margin: 40px 0 0 0;
}

.grid__descr {
  font-size: 16px;
  color: #767676;
  margin-bottom: 20px;
  margin-top: 5px;
  line-height: 1.4;
}

.grid__link {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin: 0 0 20px 0;
}

.grid__1-3 {
  width: calc(100%/2 - 20px);
  margin-top: 20px;
  margin-left: 20px;
  background-color: #fff;
  border-radius: 20px;
  display: block;
  float: left;
  text-decoration: none;
}

.grid__1-3--full {
  width: calc(100% - 20px);
}

@media all and (min-width: 1100px) {
  .grid__1-3 {
    width: calc(33.33% - 20px);
  }
}

.grid__1-3:hover {
  text-decoration: none;
}

.grid__1-3 .grid__bottom {
  top: 70%;
}

.grid__1-4 {
  width: calc(100%/2 - 20px);
  margin-top: 20px;
  margin-left: 20px;
  background-color: #fff;
  border-radius: 20px;
  text-decoration: none;
  float: left;
}

@media all and (min-width: 1100px) {
  .grid__1-4 {
    width: calc(25% - 20px);
  }
}

.grid__1-4--shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.grid__1-4 .grid__image {
  height: 200px;
  border-radius: 20px;
}

@media all and (min-width: 1100px) {
  .grid__1-4 .grid__image {
    height: 280px;
  }
}

.grid__1-4:hover {
  text-decoration: none;
}

.grid__1-4:hover .grid__image {
  opacity: 0.9;
}

.grid__1-4:active {
  text-decoration: none;
}

.grid__1-4:active .grid__image {
  opacity: 0.8;
}

.grid__1-5 {
  width: 100%;
  margin-top: 20px;
  margin-left: 20px;
  background-color: #fff;
  width: calc(50% - 22px);
  display: inline-block;
  border-radius: 12px;
  text-decoration: none;
}

@media all and (min-width: 1100px) {
  .grid__1-5 {
    width: calc(20% - 20px);
    float: left;
    display: block;
  }
}

.grid__1-5 .grid__image {
  height: 260px;
  border-radius: 12px;
}

.grid__1-5 .grid__image-dimmer {
  border-radius: 12px;
}

.grid__1-5:hover {
  text-decoration: none;
}

.grid__1-5:hover .grid__image {
  opacity: 0.9;
}

.grid__1-5:active {
  text-decoration: none;
}

.grid__1-5:active .grid__image {
  opacity: 0.8;
}

.grid__1-6 {
  width: 100%;
  margin-top: 20px;
  margin-left: 20px;
  display: block;
  border-radius: 4px;
  float: left;
  text-decoration: none;
}

@media all and (min-width: 1100px) {
  .grid__1-6 {
    width: calc(16.66% - 20px);
  }
}

.grid__1-6 .grid__image {
  height: 260px;
}

a.grid__1-6:hover {
  text-decoration: none;
}

a.grid__1-6:hover .grid__image {
  opacity: 0.9;
}

a.grid__1-6:active {
  text-decoration: none;
}

a.grid__1-6:active .grid__image {
  opacity: 0.8;
}

.grid__1-2 {
  width: 100%;
  margin-top: 20px;
  margin-left: 20px;
  background-color: #fff;
  display: block;
  border-radius: 20px;
  float: left;
  text-decoration: none;
}

@media all and (min-width: 1100px) {
  .grid__1-2 {
    width: calc(50% - 20px);
  }
}

.grid__1-2 .grid__image {
  height: 260px;
}

.grid__1-2:hover {
  text-decoration: none;
}

.grid__1-2:hover .grid__image {
  opacity: 0.9;
}

.grid__1-2:active {
  text-decoration: none;
}

.grid__1-2:active .grid__image {
  opacity: 0.8;
}

.grid__1-8 {
  width: 100%;
  margin-top: 20px;
  margin-left: 20px;
  display: block;
  border-radius: 4px;
  float: left;
  text-decoration: none;
}

@media all and (min-width: 1100px) {
  .grid__1-8 {
    width: calc(12.5% - 20px);
  }
}

.grid__1-8 .grid__image {
  height: 260px;
}

.grid__1-8:hover {
  text-decoration: none;
}

.grid__1-8:hover .grid__image {
  opacity: 0.9;
}

.grid__1-8:active {
  text-decoration: none;
}

.grid__1-8:active .grid__image {
  opacity: 0.8;
}

.grid__title {
  white-space: normal;
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  color: #484848;
  font-weight: 600;
  line-height: 1.4;
  font-size: 14px;
}

@media all and (min-width: 1100px) {
  .grid__title {
    font-size: 16px;
  }
}

.grid__text {
  display: block;
  margin: 0;
  padding: 5px 0 0 0;
  color: #767676;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
}

.grid__text--s {
  font-size: 13px;
}

.grid__head {
  display: block;
  margin: 0;
  padding: 0 0 5px 0;
  color: #767676;
  font-weight: normal;
  font-size: 14px;
}

.grid__icon {
  display: block;
  width: 16px;
  margin-bottom: 5px;
}

.grid__center {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.grid__bottom {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 65%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media all and (min-width: 1100px) {
  .grid__bottom {
    top: 75%;
  }
}

@media all and (min-width: 1100px) {
  .grid__bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.grid__logos {
  text-align: center;
  margin-left: 15px;
  height: 30px;
  overflow: hidden;
  height: 30px;
}

.grid__logo {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-color: #fff;
  margin-left: -10px;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border: 2px solid #fff;
}

.grid__p {
  font-size: 14px;
  margin: 20px 0;
  line-height: 1.4;
}

.grid--white * {
  text-shadow: none !important;
  color: #333;
}

.grid__centerlogo {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  margin: 0 auto 20px auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.front {
  padding-top: 100px;
  padding-bottom: 50px;
}

.front::after {
  display: block;
  content: "";
  clear: both;
}

.front__h1 {
  margin: 50px 0 0 0;
  padding: 0;
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.front__h2 {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.front__intro {
  width: 340px;
  float: right;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25) !important;
  border-radius: 5px;
}

.front__link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 75px;
  color: #333;
  text-decoration: none;
  padding: 7px 14px;
}

.front__link::after {
  display: block;
  content: "";
  clear: both;
}

.front__link:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 14px;
}

.front__link:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-bottom: 14px;
}

.front__link:hover {
  text-decoration: none;
  background-color: #F8F8F8;
}

.front__link:active {
  text-decoration: none;
  background-color: whitesmoke;
}

.front__photo {
  float: left;
  width: 100px;
  height: 75px;
  border-radius: 5px;
  background-size: cover;
  margin-right: 17px;
}

.msg {
  font-size: 16px;
  line-height: 1.4;
  padding: 15px;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 8888;
}

.msg--error {
  color: #fff;
  background-color: #ff2d55;
}

.msg--success {
  color: #fff;
  background-color: #4cd964;
}

.box {
  width: 100%;
  border: none;
  margin: 40px auto 0 auto;
  background: #fff;
  padding: 30px;
  border: 1px solid #eee;
}

@media all and (min-width: 1100px) {
  .box {
    max-width: 350px;
    border-radius: 8px;
  }
}

.intro {
  background-image: url("../images/map.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 260px;
  text-align: center;
  position: relative;
}

.intro__logo {
  display: block;
  width: 40px;
  margin: 0 auto;
  border-radius: 8px;
}

.intro__inside {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

.intro__h1 {
  margin: 20px 0 0 0;
  color: #fff;
  font-weight: normal;
  font-size: 22px;
}

.intro__h2 {
  margin: 10px 0 20px 0;
  color: #ddd;
  font-weight: normal;
  font-size: 16px;
}

.intro__button {
  display: block;
  width: 250px;
  margin: 0 auto;
  background: #3897F0;
  padding: 12px 0;
  border-radius: 115px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.intro__button:hover {
  text-decoration: none;
  background: #208bee;
}

.question {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 1px 0 #d2d9e4;
}

.question__question {
  padding: 20px;
}

.question__question:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.question__title {
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
}

.question__text {
  margin: 15px 0 0 0;
  color: #777;
  font-size: 14px;
  line-height: 22px;
}

.question .city__inside {
  padding: 15px;
}

.question__top {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.question__upvote {
  color: #22252b;
  border: 1px solid #e8e8e8;
  padding: 9px 0;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  width: 110px;
  text-align: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.question__upvote:hover {
  text-decoration: none;
  background: #e8e8e8;
}

.question__field {
  background: #fff;
  padding: 12px 16px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.question__field:hover {
  background: #fdfdfd;
}

.question__placeholder {
  position: relative;
}

.question__opacity {
  opacity: 0.5;
}

.question__login {
  width: auto;
  position: absolute;
  left: 100px;
  right: 100px;
  top: 100px;
  z-index: 9999;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.question__user {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.story {
  border-radius: 5px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  display: block;
}

@media all and (min-width: 1100px) {
  .story {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-direction: row-reverse;
  }
}

.story--link {
  border-radius: 4px;
  background-color: #f5f6f7;
  text-decoration: none;
}

.story--link:hover {
  background-color: #eff1f2;
  text-decoration: none;
}

.story--link:active {
  background-color: #edeef0;
  text-decoration: none;
}

@media all and (min-width: 1100px) {
  .story__main {
    -webkit-box-flex: 1;
            flex: 1;
    padding-right: 20px;
  }
}

.story__link {
  color: #22262a;
  text-decoration: none;
}

.story__link:hover {
  text-decoration: underline;
}

.story__title {
  margin: 10px 0 10px 0;
  color: #22262a;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.story__thumbnail {
  display: block;
  width: 100%;
  height: 140px;
  margin-bottom: 15px;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
}

@media all and (min-width: 1100px) {
  .story__thumbnail {
    float: right;
    width: 140px;
    height: 100px;
    margin-bottom: 0;
  }
}

.story__image {
  display: block;
  background-position: center;
  width: 100%;
  height: 140px;
  background-size: cover;
  border-radius: 3px;
  margin-bottom: 15px;
}

@media all and (min-width: 1100px) {
  .story__image {
    display: none;
  }
}

.story__comment {
  border-left: 2px solid #efefef;
  padding-left: 10px;
}

.story__intro {
  color: #757575;
  line-height: 1.4;
  font-size: 14px;
}

.article__article {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: #fff;
  border-radius: 3px;
}

.article__image {
  width: 100%;
}

.article__h1 {
  margin: 1em 0;
  color: #22262a;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

.article__p {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  margin: 1em 0;
}

.article__p:last-child {
  margin-bottom: 0;
}

.article__comments {
  padding: 20px;
}

.article__link {
  color: #3897F0;
  text-transform: uppercase;
}

.article__link:hover {
  color: #208bee !important;
}

.article__sidelink {
  display: block;
  color: #000;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  display: -webkit-box;
  display: flex;
}

.article__sidelink-left {
  -webkit-box-flex: 1;
          flex: 1;
  padding-right: 10px;
}

.article__sidelink-thumbnail {
  display: block;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
  width: 90px;
  height: 65px;
  margin-bottom: 0;
}

.article__sidelink:hover {
  text-decoration: none;
}

.article__sideinfo::after {
  display: block;
  content: "";
  clear: both;
}

.postcomment:not(:last-child) {
  margin-bottom: 30px;
}

.postcomment__container {
  padding: 30px;
}

.postcomment__comment {
  margin-top: 15px;
  line-height: 1.4;
  padding-left: 45px;
}

.postcomment__add {
  background-color: #f9fafb;
  border-top: 1px solid #e7e9eb;
  border-bottom: 1px solid #e7e9eb;
  padding: 30px;
}

.postcomment__add::after {
  display: block;
  content: "";
  clear: both;
}

.postcomment__add--last {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.postcomment__field {
  background: #fff !important;
  width: 93% !important;
  float: right !important;
}

.postcomment__profile {
  float: left;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-size: cover;
}

.postcomment__footer {
  margin-top: 15px;
  padding-left: 45px;
}

.postcomment__footer-link {
  color: #757575;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}

.postcomment__footer-link:hover {
  text-decoration: underline;
}

.benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 3px;
  color: #000;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.benefits__item {
  margin: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 26px;
}

.benefits__item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.benefits__item--option {
  display: block;
  cursor: pointer;
}

.benefits__item--option:hover {
  background: #f9f9f9;
}

.benefits__item--option .emoji--check {
  display: none;
}

.benefits__item--active .emoji--check {
  display: block;
}

.benefits__item--active:hover {
  background: #f9f9f9;
}

.benefits__icon {
  cursor: pointer;
  margin-top: 10px;
  display: block;
  float: left;
  padding: 8px;
  border-radius: 3px;
  line-height: 1em;
  font-size: 16px;
}

.benefits__icon img.emoji {
  margin: 0 !important;
}

.benefits__icon:hover {
  background-color: #f8f8f8;
}

.benefits__icon--active {
  background-color: #ececec;
}

.benefits__icon--active:hover {
  background-color: #ececec;
}

.benefits__remove {
  cursor: pointer;
  padding: 10px;
  line-height: 1em;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  float: right;
}

.benefits__remove:hover {
  background-color: #f8f8f8;
}

.comment {
  position: relative;
}

.comment__comment {
  font-size: 15px;
  line-height: 1.5;
  border-radius: 5px;
  z-index: 200;
  position: relative;
}

.comment__comment::after {
  display: block;
  content: "";
  clear: both;
}

.comment:before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  height: 100%;
  width: 2px;
  background-color: #e8e8e8;
  z-index: 100;
}

.comment__link {
  text-transform: uppercase;
  font-size: 11px;
  color: #aaa;
  display: block;
}

.comment__text {
  font-size: 14px;
  padding-left: 25px;
}

.open__h1 {
  font-size: 26px;
  color: #000;
  margin: 40px 0 20px 0;
  text-align: center;
  font-weight: 600;
}

.open__p {
  font-size: 18px;
  color: #777;
  margin: 0 auto 30px auto;
  text-align: center;
  max-width: 600px;
  line-height: 1.4;
  font-weight: 400;
}

.open__title {
  margin: 0 0 40px 0;
}

.open__icon {
  display: block;
  width: 26px;
  margin: 0 auto;
}

.open__h2 {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.open__h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  color: #6f6f6f;
}

.open__value {
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 34px;
  color: #333;
}

.open__boxes {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}

.open__box {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 50px 20px;
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
  width: 100%;
}

@media all and (min-width: 1100px) {
  .open__box {
    width: calc(33.33% - 20px);
  }
}

.open__box--link {
  text-decoration: none;
}

.open__box--link:hover {
  text-decoration: none;
  border-color: #3897F0;
}

.open__top-left {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.open__top-right {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  font-weight: 400;
}

.open__note {
  text-align: center;
  font-size: 14px;
  color: #777;
}

.floating-modal {
  position: fixed;
  z-index: 8888;
  bottom: 13px;
  right: 13px;
}

.floating-modal__modal {
  box-shadow: rgba(0, 0, 0, 0.156863) 0px 2px 8px 0px;
  background: #fff;
  width: 300px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 15px;
}

.floating-button {
  border-radius: 8px;
  padding: 9px 18px;
  font-size: 13px;
  color: #222222;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px 0px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 20px;
  float: right;
  cursor: pointer;
  width: 100px;
  text-align: center;
}

.floating-button__x {
  width: 20px;
  display: block;
  margin: 0;
  float: left;
}

.floating-button:hover {
  background: #f7f7f7;
}

.floating-button:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}

.floating-button:hover {
  text-decoration: none;
}

.floating-button__photo {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-size: cover;
  background-image: url(../images/emoji/rauno.jpg);
  float: left;
  margin-right: 5px;
}

.page {
  margin-top: 20px;
}

@media all and (min-width: 1100px) {
  .page {
    margin-top: 40px;
  }
}

.page__section {
  max-width: 970px;
  margin: 0 auto;
}

.page__image {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.page h1 {
  margin: 0 0 1em 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
}

@media all and (min-width: 1100px) {
  .page h1 {
    padding: 0 150px;
  }
}

.page h2 {
  margin: 0 0 1em 0;
  font-size: 24px;
  font-weight: 700;
  padding-top: 1em;
}

@media all and (min-width: 1100px) {
  .page h2 {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.page h3 {
  margin: 0 0 1em 0;
  font-size: 20px;
  font-weight: 700;
}

@media all and (min-width: 1100px) {
  .page h3 {
    padding: 0 150px;
  }
}

@media all and (min-width: 1100px) {
  .page ul {
    padding: 0 170px;
  }
}

.page ul li {
  font-size: 20px;
  line-height: 1.7;
  color: #000;
}

.page p {
  font-size: 20px;
  line-height: 1.7;
  color: #000;
  margin: 0 0 1em 0;
}

@media all and (min-width: 1100px) {
  .page p {
    padding: 0 150px;
  }
}

.page p a {
  color: #000;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  padding-bottom: 1px;
}

.page p a:hover {
  color: #000;
  text-decoration: none;
  border-bottom-color: #333333;
}

.page__text {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin: 0 0 1em 0;
}

.page__text a {
  color: #000;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  padding-bottom: 1px;
}

.page__text a:hover {
  color: #000;
  text-decoration: none;
  border-bottom-color: rgba(0, 0, 0, 0.7);
}

.page__text a:active {
  opacity: 0.5;
}

.page--grey {
  background: #F8F8F8;
  padding: 40px 0;
}

.page video {
  width: 100%;
  outline: none;
  border: none;
  margin-bottom: 2em;
}

.page__boxes {
  margin-bottom: 2em;
  margin-left: -10px;
  margin-top: -10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

@media all and (min-width: 1100px) {
  .page__boxes {
    padding: 0 150px;
  }
}

.page__boxes__box {
  display: block;
  color: #333;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: 10px;
}

.page__boxes__box:hover {
  opacity: 0.8;
  text-decoration: none;
}

.page__boxes__box:active {
  opacity: 0.5;
}

.page__boxes__box__image {
  display: block;
  margin: 0;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.page__boxes__box__title {
  padding: 10px;
}

.page__menu {
  z-index: 9999;
  background: #f9fafa;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  width: 200px;
  position: fixed;
  left: 20px;
  bottom: 20px;
  display: none;
}

@media all and (min-width: 1100px) {
  .page__menu {
    display: block;
  }
}

.page__menu__icon {
  display: block;
  width: 10px;
  height: auto;
  margin-right: 6px;
}

.page__menu__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
  color: #333;
  padding: 7px 12px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 13px;
}

.page__menu__link .emoji {
  margin-right: 2px;
}

.page__menu__link:hover {
  text-decoration: none;
  background: #f1f3f3;
}

.page__menu__link:active {
  text-decoration: none;
  background: #e8ecec;
}

.modal {
  z-index: 90100;
  width: 100%;
  margin: 70px 0 40px calc(100% / 2 * -1);
  position: absolute;
  left: 50%;
  -webkit-overflow-scrolling: touch;
  box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background: #f2f3f4;
}

@media all and (min-width: 1100px) {
  .modal {
    max-width: 1120px;
    width: 1120px;
    margin: 80px auto 40px calc(1120px / 2 * -1);
  }
}

.modal__overlay {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90000;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
}

.modal .map,
.modal .map__image,
.modal .image-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal .pagehead--first {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal .pagehead--title {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: -8px;
  position: relative;
  z-index: 9999;
}

.modal__close {
  width: 30px;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}

.modal__close:hover {
  opacity: 0.8;
}

.modal__inside {
  padding-bottom: 20px;
}

.modal .country {
  width: 106px;
}

.blog__title {
  display: inline-block;
  color: #000;
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 10px 0;
  font-weight: 500;
}

.blog__block {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.post__inside {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media all and (min-width: 1100px) {
  .post__inside {
    max-width: 750px;
    padding: 0;
  }
}

.post__subscribe {
  background: #f8f8f8;
  padding: 60px 30px;
  border: 3px solid #ddd;
}

.post__title {
  max-width: 600px;
  margin: 10px 0 30px 0;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
}

.post__cover {
  display: block;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 3px;
}

.post__image {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 3px;
}

.post__post {
  max-width: 900px;
  margin: 0 auto;
}

.post__text {
  font-size: 22px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 20px 0;
}

.post__text h2 {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}

.post__text h3 {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
}

.post__text a {
  color: #333333;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  padding-bottom: 1px;
}

.post__text a:hover {
  color: #333333;
  text-decoration: none;
  border-bottom-color: #333333;
}

.post__date {
  color: #aaa;
  font-size: 16px;
  margin: 0;
  line-height: 30px;
}

.post__read-more-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #5e6671;
}

.post__related {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -20px;
}

.post__related::after {
  display: block;
  content: "";
  clear: both;
}

.post__related-item {
  width: calc(100% / 2 - 20px);
  margin-left: 20px;
  margin-top: 20px;
}

@media all and (min-width: 1100px) {
  .post__related-item {
    width: calc(100% / 4 - 20px);
  }
}

.post__related-image {
  display: block;
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  margin-bottom: 15px;
}

@media all and (min-width: 1100px) {
  .post__related-image {
    height: 140px;
  }
}

.post__related-header {
  padding: 18px 0 0 0;
  font-weight: 500;
  color: #000;
  font-size: 22px;
}

.post__related-category {
  line-height: 1.6;
  background: #fff;
  display: inline-block;
  border-radius: 3px;
  color: #192534;
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
}

.post__related-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}

.post__book {
  border: 2px solid #ddd;
  border-radius: 3px;
  padding: 20px;
  font-size: 18px;
  line-height: 1.8;
}

@media all and (min-width: 1100px) {
  .post__book {
    display: -webkit-box;
    display: flex;
  }
}

.post__book__cover {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 20px;
}

@media all and (min-width: 1100px) {
  .post__book__cover {
    margin-left: 20px;
    margin-top: 0;
  }
}

.post__book__image {
  display: block;
  width: 100px;
  height: auto;
}

@media all and (min-width: 1100px) {
  .post__book__fields {
    display: -webkit-box;
    display: flex;
  }
}

.post__book__field {
  font-size: 16px;
  outline: none;
  padding: 13px 10px;
  border-radius: 4px;
  -webkit-box-flex: 1;
          flex: 1;
  border: 2px solid #0f1115;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 100%;
}

@media all and (min-width: 1100px) {
  .post__book__field {
    width: 200px;
    margin-bottom: 0;
  }
}

.post__book__field:focus {
  background-color: #f3f3f3;
}

.post__book__button {
  outline: none;
  border: 2px solid #0f1115;
  border-radius: 3px;
  line-height: 1.5;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
}

.post__book__button:hover {
  background: #0f1115;
  color: #fff;
}

.post__book__button:active {
  opacity: 0.5;
}

@media all and (min-width: 1100px) {
  .post__book__button {
    line-height: 1;
  }
}

.badge {
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 8px;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  margin-top: -2px;
  vertical-align: middle;
  line-height: 12px;
}

.badge__badge {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 100px;
}

@media all and (min-width: 1100px) {
  .badge__badge {
    width: 170px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.badge--up {
  margin-top: -16px;
}

.badge--red {
  background: #ff2d55;
  color: #fff;
}

.badge--grey {
  background: #efefef;
  color: #494949;
}

.badge--grey--border {
  border: 1px solid #ddd;
}

.table {
  width: 100%;
  border-spacing: 0;
  font-size: 15px;
}

.table--verborders .table th:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}

.table tr:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.table tr:last-child td,
.table tr:last-child th {
  border-bottom: none;
}

.table th {
  text-align: left;
  padding: 10px 7px;
  color: #24292e;
  border-bottom: 1px solid #e8e8e8;
}

.table th.table__header--left {
  background-color: transparent;
}

.table td {
  text-align: left;
  padding: 10px 7px;
  vertical-align: middle;
  border-bottom: 1px solid #e8e8e8;
}

.table td .initial {
  margin-top: -5px;
  margin-bottom: -5px;
}

.table__highlight:hover {
  background: rgba(245, 245, 245, 0.5);
}

.table__highlighted {
  background: #f0f9fd;
}

.table__clickable:hover {
  background: rgba(245, 245, 245, 0.5);
  cursor: pointer;
}

.table__clickable--active {
  background: #f0f9fd;
}

.table__clickable--active:hover {
  background: #f0f9fd;
}

.table__cell {
  height: 15px;
  overflow: hidden;
}

.active-filter {
  /* buttongroup */
}

.active-filter__container::after {
  display: block;
  content: "";
  clear: both;
}

.active-filter__filter {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #494949;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 15px;
  margin-right: 5px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px;
  background: #fff;
  float: left;
  cursor: pointer;
  white-space: nowrap;
}

.active-filter__filter:hover {
  background: #F7F7F7;
  text-decoration: none;
}

.active-filter__filter:active {
  background: #f4f4f4;
  text-decoration: none;
}

.active-filter__filter--blue {
  background: #3897F0;
  color: #fff;
}

.active-filter__filter .emoji {
  display: block;
  height: 20px;
  margin-right: 8px;
}

.active-filter__text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #494949;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 15px;
  margin-right: 5px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px;
  background: #fff;
  float: left;
}

.active-filter__remove {
  display: block;
  float: right;
  margin: 1px 0 0 5px;
  font-size: 14px;
  line-height: 14px;
}

.active-filter__field {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  color: #494949;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 5px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px;
  background: #fff;
  float: left;
  outline: none;
}

.active-filter__buttongroup {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #494949;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 15px;
  margin-right: 5px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #fff;
  float: left;
}

.active-filter__buttongroup-button {
  padding: 10px;
  color: #494949;
  text-decoration: none;
}

.active-filter__buttongroup-button:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.active-filter__buttongroup-button:hover {
  background: #F7F7F7;
  text-decoration: none;
}

.active-filter__buttongroup-button:active {
  background: #f4f4f4;
  text-decoration: none;
}

.active-filter__buttongroup-text {
  padding: 10px;
  color: #494949;
}

.active-filter__buttongroup-text:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.active-filter__x {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 16px;
  cursor: pointer;
}

.active-filter__x:hover {
  opacity: 0.8;
}

.active-filter__x:active {
  opacity: 0.5;
}

.active-filter__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  overflow-x: auto;
  width: 100%;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #494949;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #494949;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #494949;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #494949;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #494949;
  opacity: 1;
  /* Firefox */
}

.login {
  z-index: 9999999;
  width: 100%;
  position: fixed;
  left: 50%;
  margin: 100px auto 40px calc(100% / 2 * -1);
  box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background: #fff;
  padding: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-position: top left;
}

@media all and (min-width: 1100px) {
  .login {
    width: 700px;
  }
}

@media all and (min-width: 1100px) {
  .login {
    margin: 70px auto 40px calc(700px / 2 * -1);
  }
}

.login__gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 999999;
}

.login__close {
  width: 30px;
  position: fixed;
  top: 20px;
  left: 20px;
  cursor: pointer;
}

.login__close:hover {
  opacity: 0.8;
}

.login__title {
  font-size: 20px;
  line-height: 20px;
  color: #000;
  margin: 0 0 10px 0;
  font-weight: 500;
}

.login__text {
  max-width: 450px;
  font-size: 16px;
  line-height: 24px;
  color: #999;
  margin: 0 auto;
}

.login__form {
  width: 100%;
  margin: 30px auto 0 auto;
}

@media all and (min-width: 1100px) {
  .login__form {
    width: 450px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
}

.tool::after {
  display: block;
  content: "";
  clear: both;
}

.tool__logo {
  width: 90px;
  height: 90px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 20px;
}

.tool__name {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  padding-top: 9px;
}

.tool__h1 {
  display: inline;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
}

.tool__tagline {
  margin: 2px 0 7px 0;
  line-height: 18px;
  overflow: hidden;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb--grey {
  color: #777;
}

.breadcrumb--grey a {
  color: #777;
}

.breadcrumb__item {
  float: left;
}

.breadcrumb__arrow {
  float: left;
  padding: 0 5px;
}

.hire__row {
  margin-bottom: 20px;
}

.hire__row::after {
  display: block;
  content: "";
  clear: both;
}

.hire__label {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.hire__search .header__search-field {
  font-size: 18px;
  padding-left: 10px;
}

.hire__field {
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 4px;
  padding: 10px 7px 10px 10px;
  font-size: 18px;
  outline: none;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.hire__field:focus {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.hire__category {
  font-size: 16px;
}

.hire__icon {
  width: 20px;
}

.hire__link {
  font-size: 16px;
}

.hire__button {
  text-align: center;
  outline: none;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  font-size: 20px;
  line-height: 22px;
  border-radius: 5px;
  margin: 0;
  text-decoration: none;
  background: #3897F0;
  border: 1px solid #3897F0;
  color: #fff;
  font-weight: 700;
}

.hire__button:hover {
  background: #fff;
  color: #3897F0;
  text-decoration: none;
}

.hire__button:active {
  opacity: 0.5;
}

.hire__button--disabled {
  opacity: 0.4;
}

.home__h1 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.home__h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  font-weight: normal;
}

.home__h2 b {
  color: #000;
  font-weight: 600;
}

.home__block {
  border: 1px solid transparent;
  padding: 15px;
  border-radius: 5px;
  width: 100%;
}

.home__block--white {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.home__block .user--m .user__photo {
  width: 36px;
  height: 36px;
}

@media all and (min-width: 1100px) {
  .home__block .user--m .user__photo {
    width: 40px;
    height: 40px;
  }
}

.home__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home__item {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #777;
}

.home__item::after {
  display: block;
  content: "";
  clear: both;
}

.home__item:last-child {
  margin-bottom: 0;
}

.home__item b {
  font-weight: 600;
  color: #000;
}

.home__item-icon {
  float: left;
  margin-top: 1px;
}

.home__item-text {
  padding-left: 25px;
}

.home__item a {
  color: #000;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  padding-bottom: 1px;
}

.home__item a:hover {
  color: #000;
  text-decoration: none;
  border-bottom-color: rgba(0, 0, 0, 0.3);
}

.home__item a:active {
  opacity: 0.5;
}

.join--left {
  border-right: 1px solid #e8e8e8;
  padding-right: 30px !important;
}

.join__title {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  font-size: 30px;
  text-align: center;
}

.join__1-2 {
  width: 100%;
  padding: 0;
}

@media all and (min-width: 1100px) {
  .join__1-2 {
    width: 48%;
  }
}

.join__field {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  border: 1px solid #ddd;
  color: #32325d;
  outline: none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.join__card {
  -webkit-appearance: none;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: right 8px center;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: none;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.join__card:focus {
  border-color: #aaa;
  outline: none;
}

.join__button {
  background: #3897F0;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  border: 1px solid #3897F0;
  border-radius: 4px;
  outline: none;
  padding: 20px 10px;
  cursor: pointer;
}

.join__button:hover {
  background: transparent;
  color: #3897F0;
}

.join__button:active {
  opacity: 0.5;
}

.join__option {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #ddd;
}

.join__option-info {
  margin-top: 5px;
  color: #aaa;
  font-size: 14px;
  font-weight: normal;
}

.join__box {
  width: 100%;
  margin-bottom: 20px;
}

.join__box-title {
  font-weight: 500;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.3;
}

.join__box-info {
  margin-top: 10px;
  font-size: 16px;
  color: #aaa;
  line-height: 1.3;
}

.join__text a {
  text-decoration: none;
  color: #28313c;
  padding-bottom: 2px;
  border-bottom: 2px solid #28313c;
}

.join__text a:hover {
  color: #aaa;
  border-bottom: 2px solid #aaa;
}

.join__text a:active {
  color: #3897F0;
  border-bottom: 2px solid #3897F0;
}

.join-modal {
  z-index: 9999999;
  width: 100%;
  position: absolute;
  left: 50%;
  margin: 70px auto 40px calc(100% / 2 * -1);
  box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-position: top left;
  -webkit-overflow-scrolling: touch;
}

@media all and (min-width: 1100px) {
  .join-modal {
    width: 700px;
  }
}

@media all and (min-width: 1100px) {
  .join-modal {
    margin: 70px auto 40px calc(700px / 2 * -1);
  }
}

@media all and (min-width: 1100px) {
  .join-modal {
    padding: 40px;
  }
}

.join-modal__gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 999999;
}

.join-modal__close {
  width: 30px;
  position: fixed;
  top: 20px;
  left: 20px;
  cursor: pointer;
}

.join-modal__close:hover {
  opacity: 0.8;
}

.join-modal__title {
  font-size: 20px;
  line-height: 20px;
  color: #000;
  margin: 0 0 10px 0;
  font-weight: 500;
}

.join-modal__text {
  max-width: 450px;
  font-size: 16px;
  line-height: 24px;
  color: #999;
  margin: 0 auto;
}

.join-modal__form {
  width: 100%;
  margin: 30px auto 0 auto;
}

@media all and (min-width: 1100px) {
  .join-modal__form {
    width: 450px;
  }
}

.skill {
  background: #f8f8f8;
  padding: 10px 16px;
  font-size: 13px;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  float: left;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 500;
}

.skill:hover {
  background: whitesmoke;
}

.skill:active {
  background: #eeeeee;
}

.skill--selected {
  background: #3897F0;
  color: #fff;
}

.skill--selected:hover {
  background: #3395f0;
}

.skill--selected:active {
  background: #258def;
}

.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown__switch {
  display: inline-block;
  cursor: pointer;
  padding: 0 5px;
  background: #f5f5f5;
  border-radius: 3px;
}

.dropdown__switch:hover {
  background: #f0f0f0;
}

.dropdown__switch:active {
  background: #ebebeb;
}

.dropdown__links {
  z-index: 9999;
  position: absolute;
  top: 30px;
  left: 0;
  width: 220px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.dropdown__links--left {
  left: auto;
  right: 0;
}

.dropdown__link {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 13px 10px;
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

.dropdown__link:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.dropdown__link:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.dropdown__link:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown__link:hover {
  text-decoration: none;
  background: #f9f9fa;
}

.dropdown__link:active {
  text-decoration: none;
  background: #f3f3f5;
}

.discussion {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 20px;
}

.discussion__link {
  margin: 0 0 10px 0;
  color: #22262a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  display: block;
}

.discussion__link:hover {
  text-decoration: underline;
}

.discussion--link {
  display: block;
  color: #343434;
  text-decoration: none;
}

.discussion--link:hover {
  text-decoration: none;
  border-color: #cfcfcf;
}

.discussion__title {
  margin: 0 0 10px 0;
  color: #22262a;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.discussion__text {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.discussion__row::after {
  display: block;
  content: "";
  clear: both;
}

.discussion__row:not(:last-child) {
  margin-bottom: 20px;
}

.discussion__logo {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  float: left;
  margin-right: 10px;
}

.discussion__logo:hover {
  opacity: 0.9;
}

.discussion__logo:active {
  opacity: 0.8;
}

.discussion__answer {
  height: 42px;
  overflow: hidden;
  line-height: 1.5;
  font-size: 14px;
  color: #343434;
  position: relative;
}

.discussion__answer-cover {
  position: absolute;
  height: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(70%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 70%);
}

.discussion__question {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #343434;
  line-height: 24px;
}

.discussion__question:not(:last-child) {
  margin-bottom: 15px;
}

.discussion__question:hover {
  text-decoration: none;
  color: #3897F0;
}

.discussion__question-logos {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.discussion__question-logos::after {
  display: block;
  content: "";
  clear: both;
}

@media all and (min-width: 1100px) {
  .discussion__question-logos {
    float: left;
    margin-bottom: 0;
  }
}

.discussion__question-logo {
  background-color: #fff;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  float: left;
  margin-left: -10px;
}

.package {
  position: relative;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  background: #fff;
  cursor: pointer;
  border: 2px solid transparent;
  margin-bottom: 20px;
}

.package:hover {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.package:active {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

.package--active {
  border-color: #4cd964;
}

.package--active .package__check {
  display: block;
}

.package__check {
  position: absolute;
  top: -8px;
  right: -8px;
  display: none;
  width: 26px;
}

@media all and (min-width: 1100px) {
  .package {
    width: 49%;
  }
}

@media all and (min-width: 1100px) {
  .package--left {
    float: left;
  }
}

@media all and (min-width: 1100px) {
  .package--right {
    float: right;
  }
}

.package__title {
  text-align: center;
  font-size: 16px;
  color: #777;
}

.package__price {
  text-align: center;
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-top: 10px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.package__item {
  margin-top: 10px;
  font-size: 16px;
}

.progress {
  width: 100%;
  height: 30px;
  border-radius: 3px;
  background-color: #ebebeb;
}

.progress__green {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #4cd964;
  width: 4%;
  height: 30px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  font-size: 15px;
  text-align: right;
  line-height: 28px;
  font-weight: 600;
  padding-right: 10px;
}

.progress__0 {
  font-size: 15px;
  float: left;
  font-weight: 500;
}

.progress__100 {
  font-size: 15px;
  float: right;
  font-weight: 500;
}

.share {
  float: right;
}

.share__button {
  display: block;
  float: right;
  margin-left: 7px;
}

.share__button:hover {
  opacity: 0.9;
}

.share__button:active {
  opacity: 0.8;
}

.product {
  background-color: #fff;
  box-shadow: 0 1px 1px 0 #d2d9e4;
  border-radius: 5px;
}

.product__product {
  padding: 18px 15px;
  display: block;
  text-decoration: none;
}

.product__product::after {
  display: block;
  content: "";
  clear: both;
}

.product__product:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.product__product:hover {
  background-color: #f9f9fa;
  text-decoration: none;
}

.product__logo {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  float: left;
  margin-right: 10px;
}

.product__name {
  font-size: 16px;
  color: #0f1115;
  font-weight: 600;
  float: left;
  line-height: 50px;
}

.product__tagline {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

.product__bar {
  width: 300px;
  height: 30px;
  border-radius: 3px;
  background-color: #ebebeb;
}

.product__progress {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #4cd964;
  width: 15%;
  height: 30px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  font-size: 15px;
  text-align: right;
  line-height: 28px;
  font-weight: 600;
  padding-right: 10px;
}

.product__nr {
  font-size: 12px;
  color: #0f1115;
}

.product__left {
  float: left;
}

.product__maker {
  float: right;
  width: 120px;
  color: #000;
  margin-top: 10px;
}

.product__maker-photo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: cover;
  float: left;
  margin-right: 10px;
}

.product__maker-name {
  line-height: 30px;
}

.product__maker-info {
  color: #777;
}

.notification {
  background: #fff;
  text-decoration: none;
  border: 1px solid #e7e9eb;
  border-radius: 4px;
}

.notification__notification {
  border-left: 3px solid transparent;
  padding: 20px;
}

.notification__notification:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.notification__notification:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.notification__notification:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.notification__notification--unread {
  border-color: #3897F0;
}

.notification__link {
  font-weight: bold;
  color: #000;
}

.notification .user__photo--small {
  width: 24px;
  height: 24px;
}

.channels {
  margin: 0;
  padding: 0;
  list-style: none;
}

.channels__item::after {
  display: block;
  content: "";
  clear: both;
}

.channels__link {
  border-radius: 3px;
  display: block;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 30px;
  padding: 6px;
  border: 1px solid transparent;
}

.channels__link--active {
  border-color: #e8e8e8;
  background-color: #fff;
}

.channels__icon {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.channel-intro {
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
}

.channel-intro::after {
  display: block;
  content: "";
  clear: both;
}

.channel-intro__photo {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 170px;
  height: 140px;
  background-size: 100%;
}

.channel-intro__text {
  padding: 15px;
  -webkit-box-flex: 1;
          flex: 1;
}

.channel-intro__title {
  font-size: 18px;
  color: #343434;
  line-height: 15px;
  margin: 5px 0 10px 0;
  font-weight: 600;
}

.channel-intro__p {
  font-size: 15px;
  color: #777;
  line-height: 1.6;
  margin: 0;
}

.channel-intro__p a {
  color: #777;
  text-decoration: underline;
}

.channel-intro__p a:hover {
  color: #333;
  text-decoration: underline;
}

.story-card {
  font-family: "Lato", sans-serif;
  width: 1200px;
  height: 675px;
  background-size: cover;
  text-align: center;
  position: relative;
}

.story-card__dimmer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.story-card__center {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.story-card__title {
  margin: 40px 0;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.4;
  color: #fff;
  padding: 0 50px;
}

.story-card__author {
  position: relative;
  display: inline-block;
}

.story-card__author::after {
  display: block;
  content: "";
  clear: both;
}

.story-card__author-photo {
  display: inline-block;
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  margin-right: 10px;
}

.story-card__author-name {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 50px;
}

.story-card__logo {
  display: block;
  margin: 0 auto;
  width: 100px;
}

.story-card__teamlogos {
  text-align: center;
  margin-left: 20px;
}

.story-card__teamlogo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-color: #fff;
  margin-left: -20px;
}

.story-card__p {
  font-size: 26px;
  line-height: 1.5;
  color: #fff;
  width: 50%;
  margin: 0 auto 40px auto;
}

.story-card__p a {
  color: #fff;
  text-decoration: underline;
}

.city-widget {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.city-widget__left {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 450px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.city-widget__right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  background: #fff;
  color: #28313c;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
}

.city-widget__dimmer {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.city-widget__dimmer:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.city-widget__dimmer:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.city-widget__center {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 600;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.city-widget__top-left {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.city-widget__top-right {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.city-widget__bottom-right {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #fff;
  font-size: 15px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 600;
}

@media all and (min-width: 1100px) {
  .frontnews {
    display: -webkit-box;
    display: flex;
  }
}

.frontnews__main {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #22262a;
}

@media all and (min-width: 1100px) {
  .frontnews__main {
    border-bottom: none;
    max-width: 350px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.frontnews__main:hover {
  text-decoration: none;
  color: #22262a;
}

.frontnews__main:hover .frontnews__main-title {
  text-decoration: underline;
}

.frontnews__main-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  margin-bottom: 15px;
}

.frontnews__main-title {
  color: #22262a;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
}

.frontnews__main-info {
  color: #98a3b3;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.frontnews__other {
  width: 100%;
}

@media all and (min-width: 1100px) {
  .frontnews__other {
    -webkit-box-flex: 1;
            flex: 1;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #e8e8e8;
  }
}

.frontnews__other-link {
  display: block;
  text-decoration: none;
}

.frontnews__other-link:not(:last-child) {
  padding-bottom: 25px;
}

.frontnews__other-link:hover {
  color: #22262a;
  text-decoration: none;
}

.frontnews__other-link:hover .frontnews__other-link-title {
  text-decoration: underline;
}

.frontnews__other-link-title {
  color: #22262a;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
}

.frontnews__other-link-info {
  color: #98a3b3;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.popinfo {
  position: relative;
}

.popinfo__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(248, 248, 248, 0.5);
  z-index: 999;
  border-radius: 5px;
}

.popinfo__box {
  position: absolute;
  top: 60px;
  left: 60px;
  right: 60px;
  z-index: 9999;
  box-shadow: 0 0 160px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 100px;
}

.popinfo__text {
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.popinfo__p {
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0 0 0;
  text-align: center;
  color: #98a3b3;
}

.popinfo__p a {
  color: #98a3b3;
  border-bottom: 2px solid #98a3b3;
  font-weight: bold;
  text-decoration: none;
}

.popinfo__p a:hover {
  color: #98a3b3;
  border-bottom-color: #98a3b3;
  text-decoration: none;
}

.popinfo__icon {
  display: block;
  width: 34px;
  margin: 0 auto 0 auto;
}

.popinfo__h1 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 15px 0 0 0;
}

.award__section {
  margin-top: 80px;
}

.award__icon {
  height: 1em;
  width: auto;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
}

.award__h2 {
  font-size: 34px;
  font-weight: 700;
  text-align: left;
  margin: 20px 0;
  line-height: 1.5;
}

.award__h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin: 20px 0;
}

.award__subtitle {
  font-size: 24px;
  line-height: 36px;
  color: #434a54;
  text-align: left;
  margin: 0 0 40px 0;
}

.award__logo {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  margin: 0 auto 20px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.award__map {
  margin-top: -70px;
  position: relative;
  height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.award__gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 340px;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(190%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 190%);
}

.award__madeby {
  background: #f5f6f7;
  padding: 10px 0;
  line-height: 1.5;
  font-size: 16px;
  color: #3D3D3D;
}

.award__madeby-inside {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.award__madeby-text {
  width: calc(100% - 100px);
}

.award__madeby-logo {
  width: 36px;
  display: block;
  margin-right: 15px;
}

.award__madeby-link {
  color: #3D3D3D;
  font-weight: 700;
}

.award__hero {
  height: 444px;
}

@media all and (min-width: 1100px) {
  .award__hero {
    height: 534px;
  }
}

.award__list__name {
  line-height: 1;
}

@media all and (min-width: 1100px) {
  .award__list__name {
    line-height: 1.5;
  }
}

.award__list__h2 {
  line-height: 1;
  font-size: 13px;
}

@media all and (min-width: 1100px) {
  .award__list__h2 {
    font-size: 16px;
  }
}

.bubble {
  position: relative;
  width: 100%;
  height: 108px;
  padding: 0px;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 15px;
  line-height: 1.4;
}

.bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #f3f3f3 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -10px;
  left: 25px;
}

.hiring__container {
  margin: 80px auto;
}

.hiring__container::after {
  display: block;
  content: "";
  clear: both;
}

@media all and (min-width: 1100px) {
  .hiring__container {
    width: 840px;
  }
}

@media all and (min-width: 1100px) {
  .hiring__left {
    width: 400px;
    float: left;
  }
}

@media all and (min-width: 1100px) {
  .hiring__right {
    width: 400px;
    float: right;
  }
}

.hiring__image {
  display: block;
  width: 100%;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
  border-radius: 4px;
}

.hiring__h2 {
  margin: 45px 0 15px 0;
  font-size: 24px;
  max-width: 300px;
  line-height: 1.5;
}

.hiring__title {
  margin: 0 0 20px 0;
  font-size: 34px;
  line-height: 1.5;
  text-align: center;
}

.hiring__p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  max-width: 300px;
}

.hiring__text {
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
  max-width: 700px;
  text-align: center;
}

.picker {
  display: -webkit-box;
  display: flex;
  margin-left: -10px;
}

.picker::after {
  display: block;
  content: "";
  clear: both;
}

.picker__item {
  cursor: pointer;
  width: 50%;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-left: 10px;
}

.picker__item:hover {
  border-color: #dbdbdb;
  background-color: #f5f6f7;
}

.picker__item:active {
  border-color: #d4d4d4;
  background-color: #f2f3f5;
}

.picker__item--active {
  border-color: #3897F0;
  background-color: #f0f9fd;
}

.picker__item--active:hover {
  border-color: #3897F0;
  background-color: #f0f9fd;
}

.picker__item--active:active {
  border-color: #3897F0;
  background-color: #f0f9fd;
}

.picker__image {
  display: block;
  width: 100%;
  border-radius: 3px;
}

.picker__title {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 5px 0;
}

.picker__info {
  font-size: 14px;
  color: #aaa;
  line-height: 1.5;
}

.meet__map {
  width: 100%;
  height: calc(100% - 70px);
}

.gallery {
  width: 100%;
  height: 190px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

@media all and (min-width: 1100px) {
  .gallery {
    height: 380px;
  }
}

.gallery__item {
  display: inline-block;
  height: 190px;
}

@media all and (min-width: 1100px) {
  .gallery__item {
    height: 380px;
  }
}

.santa__santa {
  display: block;
  margin: 10px auto 0 auto;
  width: 75px;
}

.santa__h1 {
  margin: 20px 0 20px 0;
  font-size: 50px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media all and (min-width: 1100px) {
  .santa__h1 {
    font-size: 70px;
  }
}

.santa__subtitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  max-width: 500px;
  line-height: 1.5;
}

@media all and (min-width: 1100px) {
  .santa__subtitle {
    font-size: 26px;
  }
}

.santa__intro {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin: 30px auto 0 auto;
  max-width: 600px;
}

.santa__info {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin: 30px auto 0 auto;
  max-width: 600px;
}

.santa__info--big {
  font-size: 24px;
}

.santa__info a {
  color: #fff;
  text-decoration: underline;
}

.santa__info a:hover {
  color: #aaa;
}

.santa__confirm {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #ff2d5f;
  margin: 0 auto 30px auto;
  max-width: 600px;
}

.santa__form {
  text-align: center;
  margin-top: 30px;
}

.santa__field {
  display: block;
  margin: 0 auto;
  -webkit-appearance: none;
  border: none;
  outline: none;
  width: 300px;
  padding: 15px;
  background: #000;
  border-radius: 5px;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: #fff;
}

.santa__field--big {
  width: 100%;
}

@media all and (min-width: 1100px) {
  .santa__field--big {
    max-width: 420px;
  }
}

.santa__button {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  width: 300px;
  display: block;
  outline: none;
  cursor: pointer;
  padding: 18px 20px;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  border-radius: 5px;
  margin: 0;
  text-decoration: none;
  background: #ff2d5f;
  border: none;
  color: #fff;
  margin: -5px auto 0 auto;
}

.santa__button:hover {
  background: #ff3767;
}

.santa__button:active {
  background: #ff416f;
}

.santa__button--big {
  width: 100%;
  background: #3897F0;
}

@media all and (min-width: 1100px) {
  .santa__button--big {
    max-width: 420px;
  }
}

.santa__button--big:hover {
  background: #419cf1;
}

.santa__button--big:active {
  background: #4ba1f1;
}

.santa__button--upload {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  background: #ff2d5f;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media all and (min-width: 1100px) {
  .santa__button--upload {
    max-width: 420px;
  }
}

.santa__share {
  margin: 0 3px;
  text-decoration: none;
}

.santa__share:hover {
  opacity: 0.9;
  text-decoration: none;
}

.santa__share:active {
  opacity: 0.8;
  text-decoration: none;
}

.santa__logos {
  margin-top: 20px;
  text-align: center;
}

.santa__logos::after {
  display: block;
  content: "";
  clear: both;
}

.santa__logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  margin: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.santa__photos {
  margin-top: 20px;
  text-align: center;
}

.santa__photos::after {
  display: block;
  content: "";
  clear: both;
}

.santa__photo {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  height: 160px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 18px;
  position: relative;
}

@media all and (min-width: 1100px) {
  .santa__photo {
    width: 255px;
    margin: 10px;
  }
}

.santa__photo-logo {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.santa__photo-gradient {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  opacity: 0.7;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff2d5f), to(rgba(255, 45, 95, 0)));
  background: linear-gradient(0deg, #ff2d5f 0%, rgba(255, 45, 95, 0) 100%);
}

.santa__file {
  max-width: 420px;
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  padding: 15px 15px 20px 15px;
  text-align: left;
}

.santa__desk {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

@media all and (min-width: 1100px) {
  .santa__desk {
    max-width: 420px;
  }
}

.santa__delete {
  display: block;
  outline: none;
  cursor: pointer;
  padding: 13px 20px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  border-radius: 5px;
  margin: 0;
  text-decoration: none;
  background: #22222d;
  border: none;
  color: #fff;
  margin-top: 20px;
}

.santa__delete:hover {
  background: #262633;
}

.santa__delete:active {
  background: #2b2b39;
}

.santa__container {
  max-width: 860px;
  margin: 0 auto;
}

.santa__container::after {
  display: block;
  content: "";
  clear: both;
}

.santa__left {
  width: 100%;
}

@media all and (min-width: 1100px) {
  .santa__left {
    max-width: 420px;
    float: left;
  }
}

.santa__right {
  width: 100%;
}

@media all and (min-width: 1100px) {
  .santa__right {
    max-width: 420px;
    float: right;
  }
}

.santa__front {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 72px;
}

@media all and (min-width: 1100px) {
  .santa__front {
    font-size: 18px;
  }
}

.santa__front-left {
  float: left;
  background: #D81F26;
  padding: 14px 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: 10px;
}

.santa__front-image {
  display: block;
  width: 40px;
}

.santa__tickets {
  max-width: 500px;
  margin: 30px auto 0 auto;
}

.santa__tickets::after {
  display: block;
  content: "";
  clear: both;
}

@media all and (min-width: 1100px) {
  .santa__tickets {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}

.santa__ticket {
  width: 100%;
  margin-top: 5px;
  padding: 10px;
  background: #24242f;
  border-radius: 5px;
  color: #fff;
  line-height: 1.5;
}

@media all and (min-width: 1100px) {
  .santa__ticket {
    width: calc(33% - 10px);
    margin: 5px;
  }
}

.santa__ticket-text {
  color: #ddd;
}

.snowflake {
  color: #fff;
  font-size: 10px;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}

@media all and (min-width: 1100px) {
  .snowflake {
    font-size: 20px;
  }
}

.action__image {
  display: block;
  width: 100%;
}

@media all and (min-width: 1100px) {
  .action__image {
    width: 200px;
    float: left;
  }
}

.action__content {
  width: 100%;
}

@media all and (min-width: 1100px) {
  .action__content {
    width: calc(100% - 220px);
    float: right;
  }
}

.action__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.action__text {
  font-size: 16px;
  line-height: 1.5;
  color: #777;
}

.pagination {
  margin: 10px;
  padding: 0;
  list-style: none;
  float: right;
}

.pagination::after {
  display: block;
  content: "";
  clear: both;
}

.page-item {
  display: block;
  margin: 0;
  float: left;
}

.page-link {
  display: block;
  padding: 5px 7px;
}

.page-link:hover {
  background-color: #f9f9fa;
}

.datafilter {
  padding: 10px;
}

.datafilter::after {
  display: block;
  content: "";
  clear: both;
}

.datafilter__item {
  float: left;
  margin-right: 10px;
}

.datafilter__item--select {
  width: 140px;
}

.hero {
  position: relative;
  background-size: cover;
  background-position: center;
  margin-top: -70px;
  padding-top: 70px;
}

.hero::after {
  display: block;
  content: "";
  clear: both;
}

@media all and (min-width: 1100px) {
  .hero {
    padding-top: 120px;
  }
}

.hero__container {
  position: relative;
}

.hero__dimmer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

@media all and (min-width: 1100px) {
  .hero__text {
    float: left;
  }
}

.hero__h1 {
  margin: 30px 0 20px 0;
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35), 1px 1px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
}

@media all and (min-width: 1100px) {
  .hero__h1 {
    text-align: left;
  }
}

.hero__p {
  margin: 0 0 30px 0;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35), 1px 1px 5px rgba(0, 0, 0, 0.5);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

@media all and (min-width: 1100px) {
  .hero__p {
    margin: 0;
    max-width: 500px;
    text-align: left;
  }
}

.hero__video {
  width: 100%;
  height: 220px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.05);
}

@media all and (min-width: 1100px) {
  .hero__video {
    float: right;
    width: 320px;
    height: 220px;
  }
}

.hormenu::after {
  display: block;
  content: "";
  clear: both;
}

.hormenu__container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 10px;
}

.hormenu__container::after {
  display: block;
  content: "";
  clear: both;
}

.hormenu__icon {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1;
}

.hormenu__link {
  display: block;
  float: left;
  color: #0f1115;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  padding: 0 15px;
}

.hormenu__link:hover {
  text-decoration: none;
}

.about {
  background: #3897F0;
  color: #fff;
  border-radius: 3px;
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  padding: 14px;
  text-align: center;
}

.about a {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

.remote-health {
  border-bottom: 1px solid #ebebeb;
  background-color: #f5f6f7;
  padding: 10px 0;
}

.remote-health__container {
  line-height: 26px;
  font-weight: 600;
}

.remote-health__container::after {
  display: block;
  content: "";
  clear: both;
}

.remote-health__logo {
  display: block;
  float: right;
  height: 26px;
}

.remote-health__button {
  background-color: #fff;
  color: #555;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px;
  display: inline-block;
  border-radius: 5px;
  padding: 0 5px;
}

.remote-health__button:hover {
  color: #fff;
  background-color: #6161c6;
}

.nodata {
  margin-top: 100px;
}

.nodata__icon {
  display: block;
  margin: 0 auto;
  width: 30px;
}

.nodata__title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  margin-top: 10px;
  line-height: 1.5;
}

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb--grey {
  color: #777;
}

.breadcrumb--grey a {
  color: #777;
}

.breadcrumb__item {
  float: left;
}

.breadcrumb__arrow {
  float: left;
  padding: 0 5px;
}

.welcome {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  background-image: url(../images/map-light.png);
  background-size: cover;
  position: relative;
  padding: 30px;
}

.welcome__cover {
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #fff), linear-gradient(70deg, #eaf5ff 32%, #f6fff8);
  opacity: 0.8;
}

.welcome__inside {
  z-index: 777;
  position: relative;
}

.welcome__title {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-weight: bold;
}

.welcome__text {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  max-width: 540px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
}

.setup__container {
  display: -webkit-box;
  display: flex;
  margin-left: -20px;
}

.setup__setup {
  position: relative;
  cursor: pointer;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  width: calc(33.33% - 10px);
  margin-left: 20px;
  padding: 15px;
  border: 2px solid transparent;
  background: #fff;
}

.setup__setup:hover {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.setup__setup:active {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

.setup__setup--active {
  border-color: #4cd964;
}

.setup__setup--active .setup__check {
  display: block;
}

.setup__title {
  font-weight: 600;
  margin-bottom: 10px;
}

.setup__info {
  color: #777;
  line-height: 1.3;
}

.setup__icon {
  height: 20px;
  display: block;
  margin-bottom: 10px;
}

.setup__check {
  position: absolute;
  top: -6px;
  right: -6px;
  display: none;
  width: 22px;
}

.gridtable {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 5px;
}

.gridtable__intro {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

@media all and (min-width: 1100px) {
  .gridtable__intro {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media all and (min-width: 1100px) {
  .gridtable__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.gridtable__row:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.gridtable__row--title {
  display: none;
  font-weight: 600;
}

@media all and (min-width: 1100px) {
  .gridtable__row--title {
    display: -webkit-box;
    display: flex;
  }
}

.gridtable__row:hover {
  background: rgba(245, 245, 245, 0.5);
}

.gridtable__columns {
  padding: 0 15px 15px 15px;
}

@media all and (min-width: 1100px) {
  .gridtable__columns {
    -webkit-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: flex;
    width: 25%;
    padding: 0;
  }
}

.gridtable__column {
  padding: 15px;
}

@media all and (min-width: 1100px) {
  .gridtable__column {
    width: 20%;
  }
}

.gridtable__column-item {
  padding: 5px 5px 5px 0;
  display: inline-block;
}

@media all and (min-width: 1100px) {
  .gridtable__column-item {
    width: 25%;
    padding: 15px;
  }
}

.work__add {
  background: #f0f2f5;
  font-size: 16px;
  border-radius: 30px;
  padding: 15px;
  color: #777;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.work__add:hover {
  background: #eaedf1;
}

.work__add:active {
  background: #e4e7ed;
}

.work__add__photo {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-right: 10px;
  font-size: 14px;
  color: #aaa;
  background-size: cover;
}

.work__add__preview {
  position: relative;
}

.work__add__close {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 22px;
}

.work__add__close:hover {
  background: rgba(0, 0, 0, 0.5);
}

.work__add__close:active {
  background: rgba(0, 0, 0, 0.3);
}

.work__add__image {
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
}

.work__field {
  width: 100%;
  font-size: 24px;
  border: none;
  outline: none;
  resize: none;
  padding-bottom: 20px;
}

.work__field::-webkit-input-placeholder {
  color: #aaa;
}

.work__field::-moz-placeholder {
  color: #aaa;
}

.work__field:-ms-input-placeholder {
  color: #aaa;
}

.work__field::-ms-input-placeholder {
  color: #aaa;
}

.work__field::placeholder {
  color: #aaa;
}

.work__buttons {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.work__button {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 15px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  border-radius: 5px;
  margin: 0;
  text-decoration: none;
  background: #3897F0;
  color: #fff;
  width: 100%;
  margin-top: 15px;
}

.work__button:hover {
  background: #419cf1;
}

.work__button:active {
  background: #4ba1f1;
}

.work__button--disabled {
  cursor: default;
  background: #e4e6eb;
}

.work__button--disabled:hover,
.work__button--disabled:active {
  background: #e4e6eb;
}

.work__photo {
  width: 40px;
  height: 40px;
  background: #f0f2f5;
  border-radius: 50%;
  cursor: pointer;
  font-size: 15px;
  color: #4256ff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.work__photo:hover {
  background: #eaedf1;
}

.work__photo:active {
  background: #e4e7ed;
}

.work__post {
  font-size: 16px;
}

.work__image {
  display: block;
  width: 100%;
}

.work__footer {
  display: -webkit-box;
  display: flex;
}

.work__love {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 15px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
}

.work__love:hover {
  text-decoration: none;
}

.work__love:hover .work__love__button {
  background: #f0f2f5;
}

.work__love:active {
  text-decoration: none;
}

.work__love:active .work__love__button {
  background: #eaedf1;
}

.work__love--active {
  color: #e0245e;
}

.work__love--active .work__love__button,
.work__love--active .work__love__number {
  color: #e0245e;
}

.work__love__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 3px;
}

.work__text {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 15px;
}

.work__back {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.work__back__button {
  background: #f0f2f5;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 3px;
}

.work__back__button:hover {
  background: #eaedf1;
}

.work__back__button:active {
  background: #e4e7ed;
}

.work__face {
  display: -webkit-box;
  display: flex;
  padding-left: 30px;
  margin-left: auto;
}

.work__face__face {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-size: cover;
  background-position: center;
  margin-left: -15px;
}

.job-form {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.1), 0 10px 30px #f9fafa;
  border-radius: 4px;
  background: #fff;
  padding: 60px 0;
}

.job-form__inside {
  padding: 0 120px;
}

.job-form__footer {
  padding: 20px 120px 0 120px;
  border-top: 1px solid #e8e8e8;
}

.job-form__field {
  border: none;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  color: #283c46;
  outline: none;
  width: 100%;
  resize: none;
}

.job-form__field::-webkit-input-placeholder {
  color: #767676;
}

.job-form__field::-moz-placeholder {
  color: #767676;
}

.job-form__field:-ms-input-placeholder {
  color: #767676;
}

.job-form__field::-ms-input-placeholder {
  color: #767676;
}

.job-form__field::placeholder {
  color: #767676;
}

.job-form__toolbar {
  border-radius: 2px;
  background: #f9f9f9;
  margin-bottom: 5px;
  padding: 5px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.job-form__toolbar::after {
  display: block;
  content: "";
  clear: both;
}

.job-form__editor {
  outline: none;
  min-height: 200px;
  font-size: 16px;
  color: #283c46;
}

.job-form__editor p {
  color: #283c46;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.job-form__editor li {
  color: #283c46;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.task {
  padding: 20px;
}

.task__title {
  font-size: 16px;
}

.task__name-field {
  font-size: 16px;
  border: none;
  background-color: transparent;
  border: 2px dashed #e8e8e8;
  padding: 10px;
  width: 100%;
}

.task__name-field:focus {
  outline: none;
  border-color: #b5b5b5;
}

.by {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: fixed;
  right: 0;
  bottom: 0;
  border-top-left-radius: 4px;
  padding: 8px;
  text-decoration: none;
  background: #FF585D;
  color: #fff;
  font-weight: 500;
}

.by:hover {
  text-decoration: none;
  opacity: 0.9;
}

.by:active {
  opacity: 0.5;
}

.by__photo {
  display: block;
  width: 20px;
  border-radius: 50%;
  margin-right: 5px;
}

.introbox {
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media all and (min-width: 1100px) {
  .introbox {
    display: -webkit-box;
    display: flex;
  }
}

.introbox__intro {
  margin-top: 10px;
}

@media all and (min-width: 1100px) {
  .introbox__intro {
    margin-top: 0;
  }
}

.introbox__button {
  margin-top: 10px;
}

@media all and (min-width: 1100px) {
  .introbox__button {
    margin-top: 0;
  }
}

.thumbnails {
  height: 60px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.thumbnails__item {
  display: inline-block;
  width: 80px;
  height: 60px;
  border-radius: 4px;
  background-size: cover;
  cursor: pointer;
  border: 2px solid #e8e8e8;
}

.thumbnails__item:hover {
  opacity: 0.8;
}

.thumbnails__item:active {
  opacity: 0.6;
}

.footer {
  border-top: 1px solid #e8e8e8;
  margin-top: 40px;
}

.footer__inside {
  padding-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.catmenu {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.catmenu__container {
  max-width: 1070px;
  margin: 0 auto;
}

.catmenu__menu {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  overflow-x: auto;
}

.catmenu__name {
  white-space: nowrap;
}

.catmenu__item {
  min-width: 32%;
}

@media all and (min-width: 1100px) {
  .catmenu__item {
    min-width: inherit;
  }
}

.catmenu__link {
  color: #28313c;
  text-decoration: none;
  border-radius: 4px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  padding: 12px 10px 10px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

@media all and (min-width: 1100px) {
  .catmenu__link {
    padding: 17px 15px 15px 15px;
  }
}

.catmenu__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.catmenu__link:active {
  text-decoration: none;
  opacity: 0.5;
}

.catmenu__icon {
  height: 20px;
  margin-bottom: 10px;
}

.noresults {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.noresults__icon {
  width: 100px;
  display: block;
  margin: 30px 0;
}

.noresults__text {
  font-weight: 600;
  font-size: 16px;
  color: #aaa;
  margin: 0;
}

.noresults__text a {
  color: #aaa;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  padding-bottom: 1px;
}

.noresults__text a:hover {
  color: #aaa;
  text-decoration: none;
  border-bottom-color: rgba(0, 0, 0, 0.3);
}

.noresults__text a:active {
  opacity: 0.5;
}

.jobmailer-signup {
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

@media all and (min-width: 1100px) {
  .jobmailer-signup {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.jobmailer-signup__logo {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  display: block;
}

.jobmailer-signup__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}

.jobmailer-signup__title--small {
  font-size: 16px;
}

@media all and (min-width: 1100px) {
  .jobmailer-signup__title {
    margin-right: 15px;
    margin-bottom: 0;
    text-align: left;
  }
}

.jobmailer-signup__title__text {
  text-align: center;
  font-weight: 500;
}

@media all and (min-width: 1100px) {
  .jobmailer-signup__title__text {
    text-align: right;
  }
}

.jobmailer-signup__title__ideas {
  text-align: center;
  font-weight: 700;
}

@media all and (min-width: 1100px) {
  .jobmailer-signup__title__ideas {
    text-align: left;
  }
}

.jobmailer-signup__content {
  color: #28313c;
  padding: 15px 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: left;
}

@media all and (min-width: 1100px) {
  .jobmailer-signup__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.jobmailer-signup__fields {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

@media all and (min-width: 1100px) {
  .jobmailer-signup__fields {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.jobmailer-signup__field {
  font-size: 16px;
  outline: none;
  padding: 13px 10px;
  border-radius: 4px;
  -webkit-box-flex: 1;
          flex: 1;
  border: 2px solid #0f1115;
  margin-right: 10px;
  width: 100%;
}

@media all and (min-width: 1100px) {
  .jobmailer-signup__field {
    width: 200px;
    margin-bottom: 0;
  }
}

.jobmailer-signup__field:focus {
  background-color: #f3f3f3;
}

.jobmailer-signup__button {
  outline: none;
  border: 2px solid #0f1115;
  border-radius: 3px;
  line-height: 1;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
}

.jobmailer-signup__button:hover {
  background: #0f1115;
  color: #fff;
}

.jobmailer-signup__button:active {
  opacity: 0.5;
}

.jobmailer-signup__rauno__face {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
}

.jobmailer-signup__rauno__link {
  display: block;
}

.jobmailer-signup__rauno__link:hover {
  opacity: 0.8;
}

.jobmailer-signup__rauno__link:active {
  opacity: 0.5;
}

.jobmailer-signup__options {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 15px;
}

@media all and (min-width: 1100px) {
  .jobmailer-signup__options {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.jobmailer-signup__options__option {
  border: 2px solid #0f1115;
  border-radius: 3px;
  padding: 0 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1;
  padding: 14px 16px;
  font-size: 16px;
}

.jobmailer-signup__options__option--selected {
  background: #0f1115;
  color: #fff;
}

.jobmailer-signup__options__option:first-child {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.jobmailer-signup__options__option:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.jobmailer-signup__options__option:hover {
  background: #0f1115;
  color: #fff;
}

.jobmailer-signup__options__option:active {
  opacity: 0.5;
}

.rr-front__header {
  background-color: #282449;
  background-image: url(../images/runningremote/front-block-header.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.rr-front__intro {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35), 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 0;
}

.rr-front__title {
  font-size: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35), 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 3px 0 10px 0;
}

.rr-front__button {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #ED145B;
  border-radius: 40px;
  padding: 5px 10px;
  display: inline-block;
}

.rr-front__button:hover {
  text-decoration: none;
  background-color: #ED145B;
}

* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
  font-size: 15px;
  background: #F9F9F9;
  color: #28313c;
}

.body--white {
  background: #fff;
}

img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
}

img.emoji2 {
  height: 1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
}

a {
  text-decoration: none;
}