@import url(https://fonts.googleapis.com/css?family=Manrope:regular,500,600,700&display=swap);

@import url(https://fonts.googleapis.com/css?family=Raleway:900&display=swap);

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2#icons") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2#icons") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: ico;
  font-display: swap;
  src: url("../fonts/ico.woff") format("woff"), url("../fonts/ico.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ico";
  font-display: swap;
  src: url("../fonts/ico.woff") format("woff"), url("../fonts/ico.svg#ico") format("svg");
  font-weight: normal;
  font-style: normal;
}

.users__stats-item::before,
.select__selected::before,
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=ico-]:before,
[class*=" ico-"]:before {
  font-family: "ico";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before,
[class^=ico-]:before,
[class*=" ico-"]:before {
  display: block;
}

.icon-like:before,
.users__stats-item:before {
  content: "\e907";
}

.icon-lock:before {
  content: "\e908";
}

.ico-comment:before {
  content: "\e990";
}

.ico-show:before {
  content: "\e991";
}


.ico-tech:before {
  content: "\e910";
}

.icon-user:before {
  content: "\e909";
}

.icon-arrow:before,
.select__selected:before {
  content: "\e900";
}

.icon-lv:before {
  content: "\e901";
}

.icon-slack:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e904";
}

.icon-google:before {
  content: "\e905";
}

.icon-linkedin:before {
  content: "\e906";
}


body {
  font-family: "Manrope", sans-serif;
  color: #5f5f5f;
}

body.lock {
  overflow: hidden;
}

pre, code  {white-space: normal; word-break: break-all; max-width:100%; margin-top: 0.1428571429em;  font-size: 0.875rem;  line-height: 1.4285714286;}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

[class*=__container] {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.select {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.select select {
  display: none;
}

.select__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 7px;
  padding: 0.8em 1.0666666667em;
}

.select__selected::before {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.select__selected._open::before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select__items {
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  width: 100%;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 7px;
  max-height: 8.75rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
  visibility: 0;
}

.select__items._hide {
  opacity: 0;
  visibility: hidden;
}

.select__option {
  padding: 0.3333333333em;
  cursor: pointer;
  border-radius: 7px;
}

.select__option._selected {
  background: #7c9dcb;
  color: #fff;
}

.search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0.5625em 0em 0em 0em;
}

.search__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
}

.search__form-input {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #d4d4d4;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px 0 0 12px;
  line-height: 1.5;
  padding: 0.8125em;
  color: #5f5f5f;
  caret-color: #7c9dcb;
}

.search__form-input::-webkit-input-placeholder {
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
}

.search__form-input:-moz-placeholder {
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
}

.search__form-input::-moz-placeholder {
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
}

.search__form-input:-ms-input-placeholder {
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
}

.search__form-input:focus {
  border: 1px solid #7c9dcb;
}

.search__form-btn.btn {
  border: 1px solid #d4d4d4;
  border-radius: 0 12px 12px 0;
  padding-left: 0.8125em;
  padding-right: 0.8125em;
}

.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navigation__list-item {
  margin-top: 0.3125em;
  color: #8b8b8b;
  line-height: 1.5;
  margin-top: 1.0625em;
}

.navigation__list-item:not(:last-child) {
  margin-right: 0.3125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation__list-item:not(:last-child)::before {
  content: "/";
  margin-left: 0.3125em;
}

.navigation__list-link:not(.active) {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__link {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  color: #212121;
  padding: 0 0.6em;
}

.pagination__link.active {
  font-weight: 700;
  color: #7c9dcb;
}

.pagination__link-left {
  margin-right: 0.9375em;
}

.pagination__link-left ::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pagination__link-right {
  margin-left: 0.9375em;
}

.pagination__link-right ::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #212121;
}

.logo {
  font: 900 1.875rem/1.2777777778 Raleway;
}

.logo span {
  color: #7c9dcb;
}

.score {
  display: inline-block;
  text-align: center;
  background: #eb5757;
  border-radius: 5px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  padding: 0.3571428571em 0.4285714286em 0.3571428571em 0.7857142857em;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #7c9dcb;
  border-radius: 4px;
}

.hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.form__subtitle {
  color: #212121;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
}

.form__answer {
	margin-top: 30px;
	margin-bottom: 30px;
}

.form__column {
  margin-top: 0.75em;
}

.form__column-item:not(:last-child) {
  margin-bottom: 0.625em;
}

.form__textarea {
  resize: none;
  overflow: auto;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  caret-color: #7c9dcb;
  border: 1px solid #d4d4d4;
  background: #ffffff;
  border-radius: 7px;
  padding: 0.8em 1.0666666667em;
  font-size: 0.9375rem;
  line-height: 1.6;
  height: 9.125rem;
}

.form__textarea:focus {
  border: 1px solid #7c9dcb;
}

.form__answer textarea {
	height: 15.125rem;
}

.form__btn {
  margin-top: 0.625em;
}

.form__input {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  caret-color: #7c9dcb;
  border: 1px solid #d4d4d4;
  background: #ffffff;
  border-radius: 7px;
  padding: 0.8em 1.0666666667em;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.form__input::-webkit-input-placeholder {
 
  font-size: inherit;
  font-weight: inherit;
}

.form__input:-moz-placeholder {
  
  font-size: inherit;
  font-weight: inherit;
}

.form__input::-moz-placeholder {
  
  font-size: inherit;
  font-weight: inherit;
}

.form__input:-ms-input-placeholder {
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
}

.form__input:focus {
  border: 1px solid #7c9dcb;
}

	.form__answer .form__column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}



.form__answer input[type=checkbox], .form__answer input[type=radio] {width: auto; margin-right: 4px;}

.form__answer input, .form__answer button {
	margin-left: 10px;
}

.form__answer input[type=text], .form__answer input[type=email], .form__answer button {
	margin-bottom: 0.625em;
	width: 100%;
	margin-left: 0;
}

.form__answer input:first-child {
	margin-left: 0;
}

.form__answer .form__column {
	display: flex;
	justify-content: space-between;
}

.form__answer .form__btn {
	margin-top: 0;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  padding: 0.75em 1.8125em;
  border-radius: 7px;
  font-weight: 600;
  line-height: 1.5;
}

.btn.btn-blue {
  border: 1px solid #7c9dcb;
  background: #7c9dcb;
  color: #fff;
}

.btn.btn-white {
  border: 1px solid #7c9dcb;
  background: #fff;
  color: #7c9dcb;
}

.btn:active {
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
}

.btn:disabled {
  border: 1px solid #8c8c8c;
  background: #8c8c8c;
  cursor: default;
}

.btn.btn-mw {
  width: 100%;
  padding-left: 0em;
  padding-right: 0em;
}

.header {
  background: #f6f6f6;
  padding: 0.75em 0em 0.8125em 0em;
}

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

.header__logo {
  color: #4d4d4d;
  margin-right: auto;
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__actions-btn::before {
  display: none;
}

.footer {
  padding: 1.6875em 0em 2.625em 0em;
  background: #333333;
  color: #fff;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__column:not(:last-child) {
  margin: 0em 0em 1.25em 0rem;
}

.footer__list {
  margin-top: 1.6666666667em;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
}

.footer__list-item:not(:last-child) {
  margin-bottom: 0.6666666667em;
}

.footer__list-link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.footer__column-title {
  padding-top: 0.5882352941em;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.7647058824;
}

.footer__socials {
  margin-top: 1.5625em;
  margin-bottom: 0.8125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__socials-item:not(:last-child) {
  margin-right: 0.375em;
}

.footer__socials-link {
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(14, 14, 14, 0.4);
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__socials-link::before {
  font-size: 0.875rem;
}

.footer__copy {
  margin-top: auto;
}

.page {
  padding: 2.0625em 0em 3.625em 0em;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.page__container {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}

.page__content {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.aside__item:not(:last-child) {
  margin-bottom: 1.25em;
}

.aside__form {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 1.3125em 1.125em;
}

.aside__banner {
  height: 210px;
}

.aside__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.aside__lastest {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 1.3125em 1.125em 0.9375em;
}

.aside__lastest-list {
  margin-top: 0.5em;
}

.aside__lastest-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aside__lastest-item:not(:last-child) {
  margin-bottom: 0.5em;
  padding-bottom: 0.6875em;
  border-bottom: 1px solid #dcdcdc;
}

.aside__lastest-answer {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.aside__lastest-question {
  margin-top: 0.2em;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #7c9dcb;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.aside__lastest-time {
  margin-top: 0.5em;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}

.aside__categories {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 1.3125em 1.125em;
}

.aside__categories-list {
  margin-top: 0.625em;
}

.aside__categories-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4285714286;
}

.aside__categories-item._green::before {
  color: #219653;
}

.aside__categories-item._blue::before {
  color: #487fd1;
}

.aside__categories-item._yellow::before {
  color: #fbcf32;
}

.aside__categories-item::before {
  margin-right: 0.3571428571em;
}

.aside__categories-item:not(:last-child) {
  margin-bottom: 0.3571428571em;
}

.aside__categories-link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.aside__categories-link.svg {padding-left: 20px;}
.aside__categories-link.svg.ico-ubuntu {background: url(../img/ubuntu-svgrepo-com.svg) no-repeat left center; background-size: 16px;}
.aside__categories-link.svg.ico-crypto {background: url(../img/crypto-svgrepo-com.svg) no-repeat left center; background-size: 16px;}
.aside__categories-link.svg.ico-drupal {background: url(../img/drupal-svgrepo-com.svg) no-repeat left center; background-size: 16px;}
.aside__categories-link.svg.ico-server {background: url(../img/server-svgrepo-com.svg) no-repeat left center; background-size: 16px;}

aside svg {max-width: 16px; margin-top: 1px; margin-left: -20px; position: absolute;}

.aside__categories-quantity {
  color: #7c9dcb;
}

.aside__tags {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 1.3125em 1.125em;
}

.aside__tags-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #7c9dcb;
}

.tag {
  margin-top: 0.3928571429em;
  display: inline-block;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.tag:not(:last-child) {
  margin-right: 0.3571428571em;
}

.tag_big {
  font-size: 1.125rem;
  line-height: 1.1111111111;
}

.questions__article-body {
  margin-top: 0.6666666667em;
  font-size: 0.9375rem;
  line-height: 1.5333333333;
}

.questions__article-text:not(:last-child) {
  margin-bottom: 0.3333333333em;
}

.questions__pagination {
  margin-top: 1.625em;
}

.question {
  position: relative;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  padding: 1em 0.9375em 1.1875em;
}

.question:not(:last-child) {
  margin-bottom: 0.625em;
}

.question__shadow {
	
}


.question__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.question__body-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5.75rem;
  flex: 0 0 5.75rem;
  height: 5.75rem;
  margin-right: 1em;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.question__body-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.question__body-content {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  overflow-x: auto;
}

.question__body-content p {
 max-width:100%; margin-top: 0.1428571429em;  font-size: 0.875rem;  line-height: 1.4285714286;
}

.question__body-title {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #7c9dcb;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  margin: 1.0666666667em 0em 0.7333333333em 0em;
}

.question__body-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% - 6.75rem);
  flex: 0 1 calc(100% - 6.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.question__body-country {
  margin-top: 0.25em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.125rem;
  flex: 0 0 1.125rem;
}

.question__body-country img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.question__body-nickname {
  margin-top: 0.25em;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  margin-left: 0.8em;
  color: #212121;
}

.question__body-time {
  margin-top: 0.25em;
  margin-left: 0.5384615385em;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}

.question__body-answer {
  margin-top: 0.1428571429em;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  text-align: justify;
}

.question__body-answer p {max-width:100%; margin-top: 0.1428571429em;  font-size: 0.875rem;  line-height: 1.4285714286;}


.question__footer {
  margin-top: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.question__footer.short {
	margin-left: 0;
}

.question__footer-category {
  margin-top: 0.6153846154em;
  background: #f6f6f6;
  border-radius: 250px;
  padding: 0.2307692308em 1.1538461538em 0.3846153846em;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.8461538462;
  color: #7c9dcb;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.question__footer.short .question__footer-category {
  margin-top: 0;
  margin-bottom: 10px;
  display: inline-block;
}

.question__footer-category:not(:last-child) {
  margin-right: 0.9230769231em;
}

.question__footer-category_main {
  background: #7c9dcb;
  border-radius: 5px;
  color: #fff;
}

.users {
  margin: 0em 0em 0.875em 0rem;
}

.users__items {
  margin: 0.9375em 0em 0em 0em;
}

.users__header {
  display: none;
}

.users__body-row {
  border: 1px solid #d4d4d4;
  padding: 0.1875em 1.0625em;
  border-radius: 12px;
}

.users__body-row:not(:last-child) {
  margin-bottom: 0.25em;
}

.users__body-item {
  padding: 0.75em 0em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.users__body-item:first-child {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.users__body-item:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}

.users__body-title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  color: #212121;
}

.users__body-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.users__pagination {
  margin-top: 1.9375em;
}

.users__info-thumb {
  min-width: 57px;
  height: 57px;
  margin-right: 0.875em;
}

.users__info-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.users__info-nick {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  color: #212121;
}

.users__stats-title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.2666666667em;
  color: #212121;
}

.users__stats-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.users__stats-item, .users__stats-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.users__stats-item::before, .users__stats-ico::before {
  margin-right: 0.3125em;
  color: #a0a0a0;
}

.users__stats-item._dislikes::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.users__stats-item:not(:last-child), .users__stats-ico:not(:last-child) {
  margin-right: 0.8125em;
}

.users__location {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.users__location-flag {
  margin-right: 0.3125em;
}

.person {
  margin-top: 1.375em;
}

.person__title {
  margin: 0.9375rem 0em 0em 0em;
}

.person__info {
  margin: 0.875em 0em 1.5625em 0rem;
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  padding: 0.875em 1.1875em 1.125em 1.375em;
}

.person__pagination {
  margin-top: 1.1875em;
}

.person-main {
  margin-right: 1.5em;
  text-align: center;
}

.person-main__thumb {
  width: 114px;
  height: 114px;
  margin: 0 auto;
}

.person-main__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.person-main__name {
  display: none;
}

.person-main__name-title {
  font-weight: 600;
}

.person-main__stats {
  margin-top: 0.25em;
}

.person-desc {
  margin: 0.4375em 0em 0em 0em;
}

.person-desc__item {
  font-size: 0.9375rem;
  line-height: 1.4;
}

.person-desc__item:not(:last-child) {
  margin-bottom: 0.3125em;
  border-bottom: 1px dashed #7c9dcb;
  padding-bottom: 0.6em;
}

.person-desc__item._row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.person-desc__title {
  font-weight: 600;
  color: #212121;
  margin-right: 0.4375em;
}

.person-desc__content-link {
  color: #7c9dcb;
  font-weight: 500;
}

.person-questions {
  margin-top: 1.5625em;
}

.person-questions__list {
  margin-top: 1.4375em;
}

.person-questions__item {
  border: 1px solid #d4d4d4;
  padding: 0.4375em 0.6875em 0.5625em;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.person-questions__item:not(:last-child) {
  margin-bottom: 0.125em;
}

.person-questions__block {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

 .person-questions__question.person-questions__short {
  -webkit-box-flex: 0 0 27%;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%; 
 }

.person-questions__block.question__footer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
  margin: 1em 0em 0em 0em;
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.person-questions__block.question__footer.question__footer_short {
	  -webkit-box-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
	  flex: 0 0 30%;
}

.person-questions__block.question__footer.question__wrap {
	white-space: normal;
	padding: 0 15px;
}

.person-questions__question {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0em 0em 1em 0rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #7c9dcb;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.person-questions__date {
  margin: 0em auto 0em 0.9375em;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  text-align: center;
}

.person-questions__score {
  text-align: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}


.question__score {
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    background: #eb5757;
    border-radius: 5px 0px 0px 5px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286;
    padding: 0.3571428571em 0.4285714286em 0.3571428571em 0.7857142857em;
  }
  
  .question__footer.short.onquestion {
	  justify-content: space-between;
	  margin-top: 30px;
	  margin-bottom: 0;
  }
  
  .question__footer.short.answer {
	  justify-content: space-between;
	  margin-top: 20px;
	  margin-bottom: 10px;
  }

  
  .question__footer.short .users__stats-body {
   padding-top: 0.3em;
   align-items: left;
   justify-content: flex-end;
  }
  
  .question__footer.short.onquestion .users__stats-body {
	width: auto;
	margin-bottom: 20px;
  }
  
  .question__footer.short .question__footer-category_main {
	  display:block;
	  min-width: 138px;
  }
  
  .page__container_col .question {
	  box-shadow: 0 6px 10px #D4D4D4;
  }
  
  .page__container_col .questions__article {
  	margin-top: 1.9375em;
  }
  


._comments, ._shows {
  color: #a0a0a0;
}

 ._shows svg, ._comments svg {
	 margin-right:6px;
}

 div.clear_mobile {
	 display: none;
 }


@media (min-width: 575.98px) {
  .search__form-input {
    padding: 0.8125em 1.25em;
  }

  .logo {
    font-size: 2.25rem;
  }

  .btn.btn-white {
    min-width: 6.75rem;
  }

  .header__actions-btn::before {
    margin-right: 0.625em;
    display: block;
  }

  .header__actions-btn:not(:last-child) {
    margin-right: 0.3125em;
  }

  .aside__banner {
    height: 360px;
  }

  .question {
    padding: 1.1875em 2.3125em 1.25em 1.375em;
  }



  .question__body {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .question__body-thumb {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .question__body-content {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
	  overflow-x: auto;
  }

  .question__body-title {
    margin: 0em 3em 0em 0em;
  }

  .question__body-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .question__footer-category_block  {
	 display: block;
	 padding: 0.2307692308em 0.3538461538em 0.3846153846em;
	 font-size: 0.7rem;
  }
   .question__footer.short {
    margin-left: calc(92px + 1.25em);
	}
	
	.form__answer .form__column {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
	}
	
	.form__answer input[type=text], .form__answer input[type=email], .form__answer button {
	width: 33%;
	margin-bottom: 0.625em;
	margin-left: 10px;
    }

	.form__answer input:first-child {
		margin-left: 0;
	}
}

@media (min-width: 767.98px) {
  .search {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0em 1.375em 0em 0em;
  }

  .header {
    padding: 1.75em 0em 1.6875em 0em;
  }

  .header__container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .header__logo {
    margin-right: 0.6111111111em;
  }

  .footer {
    padding: 3.3125em 0em 4.375em 0em;
  }

  .page__container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  
  .page__container_col {
    -ms-grid-columns: 1fr 16.875rem;
    grid-template-columns: 1fr 16.875rem;
  }

  .page__container_big {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .page__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .questions__article {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .users {
    margin: 0;
  }

  .users__items {
    margin: 1.5625em 0em 0em 0em;
  }

  .users__header {
    background: #7c9dcb;
    color: #fff;
    border-radius: 7px;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.4;
    padding: 0.1875em 1.0625em;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 16% 15% 8% 20% 20%;
    grid-template-columns: 28% 15% 8% 20% 28%;
  }

  .users__header-item {
    padding: 0.375em 0.375em 0.4375em;
    text-align: center;
  }

  .users__header-item:first-child {
    text-align: left;
  }

  .users__header-item:last-child {
    text-align: right;
  }

  .users__header-item:not(:last-child) {
    border-right: 1px solid #d4d4d4;
  }

  .users__body {
    margin-top: 0.25em;
  }

  .users__body-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 28% 15% 8% 20% 28%;
    grid-template-columns: 28% 15% 8% 20% 28%;
  }

  .users__body-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .users__body-item:last-child {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .users__body-item:not(:last-child) {
    border-right: 1px solid #d4d4d4;
    border-bottom: 0;
  }

  .users__body-title {
    display: none;
  }

  .users__stats-title {
    display: none;
  }

  .users__stats-body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .person__title {
    margin: 0;
  }

  .person__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .person-main__name {
    display: block;
    margin-top: 0.8666666667em;
    font-size: 0.9375rem;
    line-height: 1.4;
    text-align: center;
  }

  .person-desc {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .person-questions__item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .person-questions__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .person-questions__block:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .person-questions__block:not(:last-child) {
    border-right: 1px solid #d4d4d4;
    margin-right: 0.9375em;
    padding-right: 0.9375em;
  }

  .person-questions__block.question__footer {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .person-questions__question {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
  }

  .person-questions__date {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
  }

  .person-questions__score {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
  }

}

@media (min-width: 991.98px) {
  .header__logo {
    margin-right: 1.3611111111em;
  }

  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .footer__column:not(:last-child) {
    margin: 0em 5em 0em 0em;
  }

  .page__container {
    -ms-grid-columns: 16.875rem 1fr 16.875rem;
    grid-template-columns: 16.875rem 1fr 16.875rem;
  }
  
  .page__container_col {
    -ms-grid-columns: 1fr 16.875rem;
    grid-template-columns: 1fr 16.875rem;
  }

  .page__container_big {
    -ms-grid-columns: 1fr 16.875rem;
    grid-template-columns: 1fr 16.875rem;
  }

  .page__content {
    grid-column: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .aside {
    position: sticky;
    top: 10px;
  }

  .aside__banner {
    height: 435px;
  }

  .questions__article {
    grid-column: auto;
    margin-top: 1.9375em;
  }

  .person__info {
    margin: 0.875em 0em 0em 0em;
  }
  
  
  .page__container_col .questions__article {
  	margin-top: 1.9375em;
  }
  
    .question__body-title.short {
	width: 50%;
	}
}

@media (min-width: 1199.98px) {
  .footer__column:not(:last-child) {
    margin: 0em 10em 0em 0em;
  }

  .page__container {
    gap: 1.875rem;
  }

  .question__body-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7.125rem;
    flex: 0 0 7.125rem;
    height: 7.125rem;
    margin-right: 1.25em;
  }
  .question__footer.short {
    margin-left: calc(114px + 1.25em);
  }
  .question__footer-category_block  {
	 padding: 0.2307692308em 0.6538461538em 0.3846153846em;
	 font-size: 0.8125rem;
  }
}

@media (max-width: 767.98px) {
	.person-questions__block.question__footer.question__wrap {padding: 0;}
	.person-questions__block.question__footer.question__footer_short {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.person-questions__question.person-questions__short {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.person-questions__question {margin:0;}
}

@media (max-width: 575.98px) {
  .header__actions-btn {
    font-size: 14px;
  }

  .header__actions-btn.btn-blue {
    position: relative;
    padding: 0.5714285714em 0.2857142857em 0.5714285714em 1.2142857143em;
    border-radius: 7px 0 0 7px;
  }

  .header__actions-btn.btn-blue::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 1px;
    height: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
  }

  .header__actions-btn.btn-white {
    padding: 0.5714285714em 1.2142857143em 0.5714285714em 0.2857142857em;
    border-radius: 0 7px 7px 0;
    background: #7c9dcb;
    color: #fff;
  }
  .question__score {
	  top:0;
	  line-height:1;
  }
  .question__body-info {
	  padding-top: 8px;
  }
  
 div.clear_mobile {
	 display: block; width: 100%;
	 }
  
}

@media (any-hover: hover) {
  .select__option:hover {
    background: #7c9dcb;
    color: #fff;
  }

  .navigation__list-link:not(.active):hover {
    color: #212121;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #3579db;
  }

  .btn.btn-blue:hover {
    background: #fff;
    color: #7c9dcb;
  }

  .btn.btn-white:hover {
    background: #7c9dcb;
    color: #fff;
  }

  .footer__list-link:hover {
    color: #7c9dcb;
  }

  .footer__socials-link:hover {
    background: #0e0e0e;
  }

  .aside__lastest-question:hover {
    color: #eb5757;
  }

  .aside__categories-link:hover {
    color: #7c9dcb;
  }

  .tag:hover {
    color: #eb5757;
  }

  .question__body-title:hover {
    color: #eb5757;
  }

  .question__footer-category:hover {
    background: #7c9dcb;
    color: #fff;
  }

  .question__footer-category_main:hover {
    background: #f6f6f6;
    color: #7c9dcb;
  }
  
  .users__info-nick:hover {
    color: #3579db;
  }

  .users__stats-item._likes:hover::before {
    color: #219653;
  }

  .users__stats-item._dislikes:hover::before {
    color: #EB5757;
  }

  .person-desc__content-link:hover {
    text-decoration: underline;
  }

  .person-questions__question:hover {
    color: #000;
  }
}