* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

/* Colors */

/* Container */

.container {
  width: 100%;
  padding: 0 32px;
  margin-inline: auto;
}

/* Category Container */

.category__container {
  max-width: 1264px;
}

.section__container {
  max-width: 1264px;
}

.single__container {
  max-width: 1264px;
}

.template__container {
  max-width: 886px;
}

/* Buttons */

.button {
  padding: 7px 16px;
  border-radius: 4px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.button_blue {
  border: 1px solid #4262FF;
  background: #4262FF;
  color: #fff;
}

.button_blue:hover {
  background: #fff;
  color: #4262FF;
}

/* Header */

.header {
  width: 100%;
  -webkit-box-shadow: 0 4px 10px 0 rgba(25, 28, 31, 0.1);
          box-shadow: 0 4px 10px 0 rgba(25, 28, 31, 0.1);
  border-radius: 0 0 12px 12px;
  padding: 25px 0;
}

.header__container {
  width: 100%;
  max-width: 1440px;
}

.header__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  max-width: 184px;
  margin: 0 12px 0 0;
}

.header__logo img,
.header__logo svg {
  width: 100%;
  height: 100%;
  display: block;
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 28px 0 auto;
}

.header__request {
  padding: 8px 16px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4262FF;
  border: 1px solid #4262FF;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__request:hover {
  background: #fff;
}

.header__request:hover .header__request_text {
  color: #4262FF;
}

.header__request:hover .header__request_icon svg path {
  fill: #4262FF;
}

.header__request_text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 6px 0 0;
}

.header__request_icon {
  max-width: 20px;
  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;
}

.header__request_icon img,
.header__request_icon svg {
  max-width: 100%;
}

.header__request_icon img path,
.header__request_icon svg path {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__profile {
  position: relative;
}

.header__profile:hover .header__profile__head {
  -webkit-box-shadow: 0 0 0 4px rgba(220, 223, 227, 0.6);
          box-shadow: 0 0 0 4px rgba(220, 223, 227, 0.6);
}

.header__profile:hover .header__profile__head_icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__profile:hover .header__profile__drop {
  opacity: 1;
  z-index: 100;
  pointer-events: initial;
}

.header__profile__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: #fff;
  padding: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 0 0 4px rgba(220, 223, 227, 0);
          box-shadow: 0 0 0 4px rgba(220, 223, 227, 0);
}

.header__profile__head_avatar {
  max-width: 37px;
  min-width: 37px;
  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;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 8px 0 0;
}

.header__profile__head_avatar img,
.header__profile__head_avatar svg {
  width: 100%;
  height: 100%;
  display: block;
}

.header__profile__head_name {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #191C1F;
  margin: 0 15px 0 0;
}

.header__profile__head_icon {
  max-width: 14px;
  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;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__profile__head_icon img,
.header__profile__head_icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.header__profile__drop {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 8px 0 0 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  min-width: 160px;
}

.header__profile__drop_wrapper {
  padding: 8px 0;
  border: 1px solid #DCDFE3;
  border-radius: 4px;
  background: #fff;
}

.header__profile__drop_items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__profile__drop_item {
  width: 100%;
  padding: 4px 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
  color: #191C1F;
}

.header__profile__drop_item:hover {
  color: #4262FF;
}

.header__profile__drop_item_mob {
  display: none;
}

.header__sign {
  padding: 8px 16px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0cb4ef;
  border: 1px solid #0cb4ef;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__sign:hover {
  background: #fff;
}

.header__sign:hover .header__sign_text {
  color: #0cb4ef;
}

.header__sign:hover .header__sign_icon svg path {
  fill: #0cb4ef;
}

.header__sign_text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 6px 0 0;
}

.header__sign_icon {
  width: 20px;
  max-width: 20px;
  height: 20px;
  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;
}

.header__sign_icon img,
.header__sign_icon svg {
  max-width: 100%;
}

.header__sign_icon img path,
.header__sign_icon svg path {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* Search Block */

.search {
  width: 100%;
  position: relative;
  padding: 8% 0 10% 0;
}

.search__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.search__background img,
.search__background svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: right;
     object-position: right;
  -o-object-fit: cover;
     object-fit: cover;
}

.search__container {
  max-width: 1264px;
}

.search__wrapper {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.search__title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  margin: 0 0 32px 0;
  text-align: center;
}

.search__form {
  max-width: 660px;
  width: 100%;
  position: relative;
  padding: 16px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid gray;
  border-radius: 12px;
  background: #fff;
}

.search__form::before {
  position: absolute;
  left: 12px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-block;
  vertical-align: center;
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.76 13.27L20.49 19L19 20.49L13.27 14.76C12.2 15.53 10.91 16 9.5 16C5.91 16 3 13.09 3 9.5C3 5.91 5.91 3 9.5 3C13.09 3 16 5.91 16 9.5C16 10.91 15.53 12.2 14.76 13.27ZM9.5 5C7.01 5 5 7.01 5 9.5C5 11.99 7.01 14 9.5 14C11.99 14 14 11.99 14 9.5C14 7.01 11.99 5 9.5 5Z' fill='%2361666C'/%3E%3C/svg%3E");
}

.search__form input[type=search] {
  width: 100%;
  font-family: "Poppins", sans-serif;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #191C1F;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #fff;
  padding: 0;
  margin: 0;
}

.search__form input[type=search]::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #61666C;
}

.search__form input[type=search]::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #61666C;
}

.search__form input[type=search]:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #61666C;
}

.search__form input[type=search]::-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #61666C;
}

.search__form input[type=search]::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #61666C;
}

.search__form input[type=search]::-webkit-search-decoration,
.search__form input[type=search]::-webkit-search-cancel-button,
.search__form input[type=search]::-webkit-search-results-button,
.search__form input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.search__form .clear-button {
  position: absolute;
  right: 12px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: transparent;
  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;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.search__form .clear-button:hover svg path {
  fill: #D6083B;
}

.search__form .clear-button img,
.search__form .clear-button svg {
  max-width: 100%;
  display: block;
}

.search__form .clear-button img path,
.search__form .clear-button svg path {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.search__form_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  padding: 16px 15px;
}

.search__form_search {
  max-width: 20px;
  min-width: 20px;
  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;
}

.search__form_search img,
.search__form_search svg {
  width: 100%;
  height: 100%;
  display: block;
}

.search__form_remove {
  max-width: 20px;
  min-width: 20px;
  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;
}

.search__form_remove img,
.search__form_remove svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Breadcrumb */

.breadcrumb {
  width: 100%;
}

.breadcrumb nav {
  width: 100%;
}

.breadcrumb nav ol {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.breadcrumb nav ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 8px 8px 0;
}

.breadcrumb nav ol li::after {
  width: 14px;
  height: 14px;
  min-width: 14px;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.09375 0.691406L12.9062 5.28516C13.043 5.42188 13.125 5.58594 13.125 5.77734C13.125 5.94141 13.043 6.10547 12.9062 6.24219L8.09375 10.8359C7.84766 11.082 7.41016 11.082 7.16406 10.8086C6.91797 10.5625 6.91797 10.125 7.19141 9.87891L10.8281 6.43359H1.53125C1.14844 6.43359 0.875 6.13281 0.875 5.77734C0.875 5.39453 1.14844 5.12109 1.53125 5.12109H10.8281L7.19141 1.64844C6.91797 1.40234 6.91797 0.964844 7.16406 0.71875C7.41016 0.445312 7.82031 0.445312 8.09375 0.691406Z' fill='%23A5AFB8'/%3E%3C/svg%3E%0A");
  margin: 0 0 0 8px;
}

.breadcrumb nav ol li:nth-last-of-type(1) {
  margin: 0 0 8px 0;
}

.breadcrumb nav ol li:nth-last-of-type(1)::after {
  display: none;
}

.breadcrumb nav ol li a {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: #A5AFB8;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.breadcrumb nav ol li a:hover {
  color: #4262FF;
}

/* List */

.list {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.list__title {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  color: #191C1F;
  margin: 0 0 32px 0;
}

.list__subtitle {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  color: #191C1F;
  margin: 0 0 32px 0;
}

.list__items {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  list-style-type: initial;
}

.list__items li {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #4262FF;
  margin: 0 0 8px 0;
}

.list__items li:nth-last-of-type(1) {
  margin: 0;
}

.list__items li a {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #4262FF;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.list__items li a:hover {
  color: #0cb4ef;
}

.list__more {
  margin: 24px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list__more:hover .list__more_icon {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.list__more:hover .list__more_icon svg path {
  fill: #0cb4ef;
}

.list__more:hover .list__more_text {
  color: #0cb4ef;
}

.list__more_text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #4262FF;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.list__more_icon {
  width: 13px;
  height: 13px;
  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;
  margin: 0 0 0 8px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.list__more_icon img,
.list__more_icon svg {
  max-width: 100%;
  display: block;
}

.list__more_icon img path,
.list__more_icon svg path {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.list__pagination {
  width: 100%;
  margin: 48px 0 0 0;
}

.list__pagination_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.list__pagination_load {
  max-width: 120px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  z-index: -5;
  position: relative;
  cursor: pointer;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.list__pagination_load img,
.list__pagination_load svg {
  width: 100%;
  height: 100%;
  display: block;
}

.list__pagination.load .list__pagination_load {
  opacity: 1;
  z-index: 10;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.list__pagination ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dcdfe3;
  overflow: hidden;
}

.list__pagination ul li {
  min-width: 34px;
  padding: 0;
  margin: 0;
  border-right: 1px solid #dcdfe3;
}

.list__pagination ul li:nth-last-of-type(1) {
  border-right: 0;
}

.list__pagination ul li.list__pagination_current a,
.list__pagination ul li.list__pagination_current span {
  background: #4262FF;
  color: #fff;
}

.list__pagination ul li a,
.list__pagination ul li span {
  height: 100%;
  padding: 10px 12px;
  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;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
  background: #fff;
  color: #4262FF;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.list__pagination ul li a svg path,
.list__pagination ul li span svg path {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.list__pagination ul li a:hover {
  background: #4262FF;
  color: #fff;
}

.list__pagination ul li a:hover svg path {
  fill: #fff;
}

/* Drop Menu */

.drop {
  width: 100%;
  position: relative;
  background: #fff;
  /* Load Menu */
}

.drop_load {
  min-height: 240px;
}

.drop_load .drop__load {
  opacity: 1;
  z-index: 5;
}

.drop__load {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  opacity: 0;
  z-index: -1;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.drop__load img,
.drop__load svg {
  max-width: 120px;
  display: block;
}

.drop__items {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.drop__item {
  width: 100%;
  border-bottom: 1px solid #dcdfe3;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 0 4px 0;
  /* Open */
}

.drop__item:nth-last-of-type(1) {
  margin: 0;
}

.drop__item_open {
  border-bottom: 1px solid transparent;
}

.drop__item_open .drop__item_head {
  border: 1px solid #dcdfe3;
}

.drop__item_open .drop__item_head_icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.drop__item_head {
  width: 100%;
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.drop__item_head_title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #191C1F;
  text-align: center;
  padding: 0 5px 0 0;
}

.drop__item_head_icon {
  max-width: 10px;
  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;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.drop__item_head_icon img,
.drop__item_head_icon svg {
  max-width: 100%;
  display: block;
}

.drop__item_content {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.drop__item_rows {
  margin: 4px 0 0 0;
  border: 1px solid #dcdfe3;
  border-radius: 4px;
  list-style-type: none;
  padding: 12px 16px;
}

.drop__item_row {
  width: 100%;
  margin: 0 0 8px 0;
}

.drop__item_row:nth-last-of-type(1) {
  margin: 0;
}

.drop__item_row a {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #191C1F;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.drop__item_row a:hover {
  color: #4262FF;
}

/* General Template for Request, Profile and etc */

.template {
  width: 100%;
  padding: 8% 0;
}

.template__wrapper {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: 0 0 max(5%, 24px) 0;
}

.template__content {
  width: 100%;
  border-radius: 12px;
  background: rgba(240, 240, 243, 0.6);
  padding: 7%;
}

/* Zendesk Styles */

.footer {
  display: none;
}

.powered-by-zendesk {
  display: none;
}

/* Categories on Homepage */

.categories {
  width: 100%;
  padding: 8% 0 0 0;
}

.categories__container {
  max-width: 1264px;
}

.categories__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.categories__item {
  width: 23%;
  margin: 0 2.66% 32px 0;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  border: 1px solid #dcdfe3;
  border-radius: 12px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.categories__item:hover {
  border: 1px solid #4262FF;
}

.categories__item:hover .categories__item_title {
  color: #4262FF;
}

.categories__item:nth-of-type(4n+4) {
  margin: 0 0 32px 0;
}

.categories__item_image {
  width: 100%;
  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: #f0f0f3;
  padding: 15% 0;
  border-radius: 12px 12px 0 0;
}

.categories__item_image img,
.categories__item_image svg {
  display: block;
  height: 138px;
}

.categories__item_title {
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #191C1F;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-top: 1px solid #dcdfe3;
}

/* News on Homepage */

.news {
  width: 100%;
  padding: 6% 0 0 0;
}

.news__container {
  max-width: 864px;
}

.news__wrapper {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #191C1F;
  text-align: center;
  margin: 0 0 64px 0;
}

.news__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news__item {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 32px 0;
  padding: 0 16px;
}

.news__item_icon {
  max-width: 100px;
  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;
  margin: 0 0 42px 0;
}

.news__item_icon img,
.news__item_icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Opinion on Homepage */

.opinion {
  width: 100%;
  padding: 6% 0 8% 0;
}

.opinion__container {
  max-width: 1264px;
}

.opinion__wrapper {
  border-radius: 12px;
  border: 1px solid #dcdfe3;
  position: relative;
  overflow: hidden;
  padding: 3%;
}

.opinion__background {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.opinion__background img,
.opinion__background svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.opinion__background::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: rgba(220, 223, 227, 0.6);
  z-index: 2;
}

.opinion__content {
  width: 100%;
  max-width: 49%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  z-index: 3;
  position: relative;
}

.opinion__title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 24px 0;
}

.opinion__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #191C1F;
  margin: 0 0 24px 0;
}

/* Head on Category Page */

.category__head {
  width: 100%;
  padding: 8% 0 0 0;
}

/* Content on Category Page */

.category__content {
  width: 100%;
  padding: 6% 0;
}

.category__content__container {
  max-width: 1264px;
}

.category__content__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category__content__item {
  width: 48%;
  margin: 0 4% max(6.5%, 32px) 0;
}

.category__content__item:nth-of-type(2n+2) {
  margin: 0 0 max(6.5%, 32px) 0;
}

/* Section Page */

.section {
  width: 100%;
  padding: 8% 0 6% 0;
}

.section__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.section__menu {
  width: 29%;
  margin: 0 max(12%, 32px) 0 0;
  min-width: 345px;
}

.section__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section__content_head {
  width: 100%;
}

.section__content_items {
  padding: max(8%, 24px) 0 0 0;
}

/* Single */

.single {
  width: 100%;
  padding: 8% 0 6% 0;
}

.single__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.single__menu {
  width: 29%;
  margin: 0 max(12%, 32px) 0 0;
  min-width: 345px;
}

.single__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.single__content_head {
  width: 100%;
}

.single__content_title {
  margin: max(6%, 24px) 0 0 0;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #191C1F;
}

.single__content_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 17px 0 0 0;
}

.single__content_author_avatar {
  width: 37px;
  height: 37px;
  min-width: 37px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 12px 0 0;
}

.single__content_author_avatar img,
.single__content_author_avatar svg {
  width: 100%;
  height: 100%;
  display: block;
}

.single__content_author_desc {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.single__content_author_name {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #4262FF;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single__content_author_name:hover {
  color: #0cb4ef;
}

.single__content_author_date {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #A5AFB8;
}

.single__content_content {
  padding: 8% 0 5% 0;
}

.single__content_content h2,
.single__content_content h3,
.single__content_content h4,
.single__content_content h5,
.single__content_content h6,
.single__content_content p,
.single__content_content ul,
.single__content_content ol,
.single__content_content li {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #191C1F;
  margin: 0 0 24px 0;
}

.single__content_content h2 {
  font-size: 1.125rem;
}

.single__content_content h3 {
  font-size: 1.09rem;
}

.single__content_content h4 {
  font-size: 1.07rem;
}

.single__content_content h5 {
  font-size: 1.05rem;
}

.single__content_content h6 {
  font-size: 1.03rem;
}

.single__content_content p {
  font-size: 1.125rem;
}

.single__content_content ul,
.single__content_content ol {
  list-style-position: outside;
  font-size: 1.125rem;
  padding: 0 0 0 40px;
}

.single__content_content table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #191C1F;
  width: 100%;
}

.single__content_content table tbody {
  width: 100%;
  max-width: 100%;
  border: 1px solid #191C1F;
}

.single__content_content table td {
  border: 1px solid #191C1F;
  padding: 5px;
}

.single__content_content table tr td:nth-last-of-type(1) {
  word-break: break-word;
}

.single__content_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single__content_back:hover .single__content_back_icon {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.single__content_back:hover .single__content_back_icon svg path {
  fill: #0cb4ef;
}

.single__content_back:hover .single__content_back_text {
  color: #0cb4ef;
}

.single__content_back_icon {
  max-width: 13px;
  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;
  margin: 0 8px 0 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single__content_back_icon img,
.single__content_back_icon svg {
  max-width: 100%;
  display: block;
}

.single__content_back_icon img path,
.single__content_back_icon svg path {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single__content_back_text {
  font-size: 0.9rem;
  line-height: 1.67;
  font-weight: 500;
  color: #A5AFB8;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single__content_attach {
  width: 100%;
}

.single__content_attach_items {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 0 32px 0;
}

.single__content_attach_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px 0;
}

.single__content_attach_item:nth-last-of-type(1) {
  margin: 0;
}

.single__content_attach_item:hover .single__content_attach_item_icon svg g path {
  fill: #0cb4ef !important;
}

.single__content_attach_item:hover .single__content_attach_item_text {
  color: #0cb4ef;
}

.single__content_attach_item_icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin: 0 16px 0 0;
}

.single__content_attach_item_icon img,
.single__content_attach_item_icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.single__content_attach_item_icon img g path,
.single__content_attach_item_icon svg g path {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  fill: #4262FF !important;
}

.single__content_attach_item_text {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 400;
  color: #4262FF;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* Request Form */

.template__request {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.template__request_home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 16px;
  border: 1px solid #4262FF;
  background: transparent;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 4px;
  margin: 24px 0 0 0;
}

.template__request_home:hover {
  background: #4262FF;
}

.template__request_home:hover .template__request_home_icon svg path {
  fill: #fff;
}

.template__request_home:hover .template__request_home_text {
  color: #fff;
}

.template__request_home_icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  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;
  margin: 0 4px 0 0;
}

.template__request_home_icon img,
.template__request_home_icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.template__request_home_icon img path,
.template__request_home_icon svg path {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__request_home_text {
  font-size: 0.9rem;
  line-height: 1.67;
  font-weight: 500;
  text-align: center;
  color: #4262FF;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__request form {
  font-family: "Poppins", sans-serif;
  width: 100%;
}

.template__request form .form-field {
  margin: 56px 0 0 0;
}

.template__request form .form-field:nth-of-type(1) {
  margin: 0;
}

.template__request form .form-field label {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
  color: #191C1F;
  margin: 0 0 4px 0;
}

.template__request form .form-field label span {
  font-size: 0.75rem;
  color: #61666C;
}

.template__request form .ck.ck-content.ck-editor__editable.ck-editor__editable_inline {
  max-height: 190px;
  padding: 9px 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #dcdfe3;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__request form .ck.ck-content.ck-editor__editable.ck-editor__editable_inline.ck-focused {
  border: 1px solid #4262FF;
}

.template__request form .notification-inline.notification-error {
  padding: 9px 12px;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}

.template__request form .nesty-input {
  padding: 9px 38px 9px 12px;
  background: #fff;
  border: 1px solid #dcdfe3;
  -webkit-box-shadow: 0 0 0 0 rgb(203, 218, 252);
          box-shadow: 0 0 0 0 rgb(203, 218, 252);
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  letter-spacing: -0.32px;
  line-height: 1.5;
  font-weight: 400;
  color: #191C1F;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__request form .nesty-input::after {
  position: absolute;
  right: 14px;
  line-height: 1;
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23191C1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.template__request form .form-field .nesty-input:focus,
.template__request form .form-field input:focus {
  border: 1px solid #4262FF;
}

.template__request form .form-field p {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  color: #6C757D;
  margin: 4px 0 0 0;
}

.template__request form input[type=text] {
  padding: 9px 12px;
  background: #fff;
  border: 1px solid #dcdfe3;
  -webkit-box-shadow: 0 0 0 0 rgb(203, 218, 252);
          box-shadow: 0 0 0 0 rgb(203, 218, 252);
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  letter-spacing: -0.32px;
  line-height: 1.5;
  font-weight: 400;
  color: #191C1F;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__request form input[type=text]:focus {
  border: 1px solid #4262FF;
}

.template__request form .upload-dropzone {
  -webkit-box-shadow: 0 0 0 0 rgb(203, 218, 252);
          box-shadow: 0 0 0 0 rgb(203, 218, 252);
  border: 1px solid #dcdfe3;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 9px 12px;
  border-radius: 4px;
}

.template__request form .upload-dropzone span {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem !important;
  line-height: 1.5;
  font-weight: 500;
  color: #61666C;
  padding: 0;
}

.template__request form .upload-dropzone a {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem !important;
  line-height: 1.5;
  font-weight: 500;
  color: #61666C;
  padding: 0;
}

.template__request form footer {
  margin: 56px 0 0 0;
}

.template__request form footer input[type=submit] {
  padding: 7px 16px;
  border-radius: 4px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #4262FF;
  background: #4262FF;
  color: #fff;
}

.template__request form footer input[type=submit]:hover {
  background: #fff;
  color: #4262FF;
}

.nesty-panel {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #fff;
}

.nesty-panel li {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #191C1F;
  padding: 0 16px !important;
  margin: 0 0 8px 0 !important;
}

.nesty-panel li:nth-of-type(1) {
  margin: 0 0 8px 0 !important;
}

.nesty-panel li:nth-last-of-type(1) {
  margin: 0 !important;
}

/* Requests Page */

.template__requests {
  width: 100%;
}

.template__requests_footer {
  width: 100%;
  margin: 28px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.template__requests_home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 16px;
  border: 1px solid #4262FF;
  background: transparent;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 4px;
  margin: 0 16px 0 0;
}

.template__requests_home:hover {
  background: #4262FF;
}

.template__requests_home:hover .template__requests_home_icon svg path {
  fill: #fff;
}

.template__requests_home:hover .template__requests_home_text {
  color: #fff;
}

.template__requests_home_icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  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;
  margin: 0 4px 0 0;
}

.template__requests_home_icon img,
.template__requests_home_icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.template__requests_home_icon img path,
.template__requests_home_icon svg path {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__requests_home_text {
  font-size: 0.9rem;
  line-height: 1.67;
  font-weight: 500;
  text-align: center;
  color: #4262FF;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__requests_pagination .pagination {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template__requests_pagination .pagination ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dcdfe3;
  overflow: hidden;
}

.template__requests_pagination .pagination ul li {
  padding: 0;
  margin: 0;
  border-right: 1px solid #dcdfe3;
}

.template__requests_pagination .pagination ul li:nth-last-of-type(1) {
  border-right: 0;
}

.template__requests_pagination .pagination ul li a {
  padding: 10px 12px;
  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;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
  background: #fff;
  color: #4262FF;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__requests_pagination .pagination ul li a:visited {
  background: #fff;
  color: #4262FF;
}

.template__requests_pagination .pagination ul li a:hover {
  background: #4262FF;
  color: #fff;
}

.template__requests .my-activities-sub-nav {
  width: 100%;
  margin: 0 0 24px 0;
}

.template__requests .my-activities-sub-nav .collapsible-nav-toggle {
  display: none;
}

.template__requests .my-activities-sub-nav .collapsible-nav {
  border-bottom: 0;
}

.template__requests .my-activities-sub-nav .collapsible-nav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.template__requests .my-activities-sub-nav .collapsible-nav-list li {
  width: calc((100% - 16px) / 3);
  margin: 0 8px 0 0;
  border-bottom: 4px solid #dcdfe3;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__requests .my-activities-sub-nav .collapsible-nav-list li.current {
  border-bottom: 4px solid #4262FF;
}

.template__requests .my-activities-sub-nav .collapsible-nav-list li:nth-last-of-type(1) {
  margin: 0;
}

.template__requests .my-activities-sub-nav .collapsible-nav-list li a {
  padding: 0 8px 8px 8px;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  color: #191C1F;
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__requests .my-activities-sub-nav .collapsible-nav-list li a:hover {
  color: #4262FF;
}

.template__requests form {
  width: 100%;
  margin: 0 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.template__requests form .search {
  padding: 0;
  margin: 0;
}

.template__requests form .search input[type=search] {
  padding: 8px 16px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #191C1F;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  margin: 0;
  border: 1px solid #dcdfe3;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__requests form .search input[type=search]::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #A5AFB8;
}

.template__requests form .search input[type=search]::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #A5AFB8;
}

.template__requests form .search input[type=search]:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #A5AFB8;
}

.template__requests form .search input[type=search]::-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #A5AFB8;
}

.template__requests form .search input[type=search]::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #A5AFB8;
}

.template__requests form .search input[type=search]:focus {
  border: 1px solid #4262FF;
}

.template__requests form .search input[type=search]::-webkit-search-decoration,
.template__requests form .search input[type=search]::-webkit-search-cancel-button,
.template__requests form .search input[type=search]::-webkit-search-results-button,
.template__requests form .search input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.template__requests form .request-table-filter {
  position: relative;
  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;
  width: 176px;
}

.template__requests form .request-table-filter .request-table-filter-icon {
  position: absolute;
  top: auto;
  right: 14px;
  display: inline-block;
  pointer-events: none;
}

.template__requests form .request-table-filter .request-filter-label {
  display: none;
}

.template__requests form .request-table-filter .request-filter {
  width: 100%;
  font-family: "Poppins", sans-serif;
  margin: 0 0 0 18px;
  padding: 8px 38px 8px 12px;
  background: #fff;
  -webkit-box-shadow: 0 0 0 0 rgb(203, 218, 252);
          box-shadow: 0 0 0 0 rgb(203, 218, 252);
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #191C1F;
  border: 1px solid #dcdfe3;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

.template__requests form .request-table-filter .request-filter::-webkit-input-placeholder {
  color: #A5AFB8;
}

.template__requests form .request-table-filter .request-filter::-moz-placeholder {
  color: #A5AFB8;
}

.template__requests form .request-table-filter .request-filter:-ms-input-placeholder {
  color: #A5AFB8;
}

.template__requests form .request-table-filter .request-filter::-ms-input-placeholder {
  color: #A5AFB8;
}

.template__requests form .request-table-filter .request-filter::placeholder {
  color: #A5AFB8;
}

.template__requests form .request-table-filter .request-filter option {
  color: #191C1F;
}

.template__requests form .request-table-filter .request-filter:focus {
  border: 1px solid #4262FF;
}

.template__requests .requests {
  width: 100%;
  margin: 0;
}

.template__requests .requests table {
  border-radius: 4px;
  border: 1px solid #f0f0f3;
  overflow: hidden;
}

.template__requests .requests table thead {
  background: #f0f0f3;
}

.template__requests .requests table thead tr {
  padding: 0;
  border-bottom: 0;
}

.template__requests .requests table thead tr th {
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 600;
  color: #191C1F;
  padding: 16px 5px 16px 0;
}

.template__requests .requests table thead tr th:nth-of-type(1) {
  padding: 16px 5px 16px 16px;
}

.template__requests .requests table thead tr th:nth-of-type(4) a::after {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg width='10' height='13' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.74609 0.898438C5.07422 0.542969 5.64844 0.542969 5.97656 0.898438L9.47656 4.39844C9.72266 4.64453 9.80469 5.02734 9.66797 5.35547C9.53125 5.68359 9.23047 5.90234 8.875 5.90234H1.875C1.51953 5.90234 1.19141 5.68359 1.05469 5.35547C0.917969 5.02734 1 4.64453 1.24609 4.39844L4.74609 0.898438ZM4.74609 12.6289L1.24609 9.12891C1 8.88281 0.917969 8.5 1.05469 8.17188C1.19141 7.84375 1.51953 7.625 1.875 7.625H8.875C9.20312 7.625 9.53125 7.84375 9.66797 8.17188C9.80469 8.5 9.72266 8.88281 9.47656 9.12891L5.97656 12.6289C5.64844 12.9844 5.07422 12.9844 4.74609 12.6289Z' fill='%23A5AFB8'/%3E%3C/svg%3E ");
  line-height: 100%;
  vertical-align: middle;
  margin: 0 0 0 8px;
}

.template__requests .requests table thead tr th:nth-last-of-type(1) {
  padding: 16px 16px 16px 0;
}

.template__requests .requests table thead tr th a {
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 600;
  color: #191C1F;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__requests .requests table thead tr th a:hover {
  color: #4262FF;
}

.template__requests .requests table thead tr th a .requests-sort-symbol {
  display: none;
}

.template__requests .requests table tbody tr {
  background: #fff;
  border-bottom: 1px solid #f0f0f3;
}

.template__requests .requests table tbody tr td {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #191C1F;
  padding: 0 5px 0 0;
}

.template__requests .requests table tbody tr td:nth-of-type(1) {
  padding: 16px 5px 16px 16px;
}

.template__requests .requests table tbody tr td:nth-last-of-type(1) {
  padding: 16px 16px 16px 0;
}

.template__requests .requests table tbody tr td a {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #191C1F;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: normal;
}

.template__requests .requests table tbody tr td a:hover {
  color: #4262FF;
  text-decoration: none;
}

.template__requests .requests table tbody tr td .status-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  padding: 0 8px;
  text-align: center;
  background: #007A5A;
  letter-spacing: -0.08px;
}

.template__requests .requests table tbody tr td .status-label-open {
  background: #D6083B;
}

.template__requests .requests table tbody tr td .status-label-solved {
  background: #A5AFB8;
}

.template__requests .requests table tbody tr td .requests-table-meta .meta-data {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  color: #A5AFB8;
}

.template__requests .my-activities-table th:first-child,
.template__requests .my-activities-table td:first-child {
  min-width: 250px;
  width: 250px;
}

.template__requests .my-activities-table .striped-list-title {
  min-width: 250px;
}

.template__requests .requests-table-toolbar + .requests-search-info + .requests {
  margin: 0;
}

.template__requests .requests-search-info {
  margin: 16px 0;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #A5AFB8;
  text-align: left;
}

.template__requests .no-activities {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #A5AFB8;
}

/* Profile */

.template__profile {
  width: 100%;
}

.template__profile_pagination {
  width: 100%;
  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;
  margin: 16px 0 0 0;
}

.template__profile_pagination .pagination {
  width: 100%;
  margin: 0;
  padding: 0;
  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;
}

.template__profile_pagination .pagination ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dcdfe3;
  overflow: hidden;
}

.template__profile_pagination .pagination ul li {
  padding: 0;
  margin: 0;
  border-right: 1px solid #dcdfe3;
}

.template__profile_pagination .pagination ul li:nth-last-of-type(1) {
  border-right: 0;
}

.template__profile_pagination .pagination ul li a {
  padding: 10px 12px;
  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;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
  background: #fff;
  color: #4262FF;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__profile_pagination .pagination ul li a:visited {
  background: #fff;
  color: #4262FF;
}

.template__profile_pagination .pagination ul li a:hover {
  background: #4262FF;
  color: #fff;
}

.template__profile_head {
  width: 100%;
  margin: 0 0 68px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.template__profile_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0 12px 0 0;
}

.template__profile_avatar {
  width: 107px;
  min-width: 107px;
  height: 107px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 24px 0 0;
}

.template__profile_avatar img,
.template__profile_avatar svg {
  width: 100%;
  height: 100%;
  display: block;
}

.template__profile_desc {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 9px 0 0 0;
}

.template__profile_name {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
  color: #191C1F;
  margin: 0 0 8px 0;
}

.template__profile_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px 0;
}

.template__profile_buttons .split-button {
  margin: 0;
}

.template__profile_buttons button {
  outline: none;
  border: none;
  background: transparent !important;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  color: #4262FF !important;
  cursor: pointer;
  margin: 0 12px 0 0;
  padding: 0;
  height: auto;
}

.template__profile_buttons button:hover {
  color: #0cb4ef !important;
  background: transparent;
}

.template__profile_buttons button:nth-last-of-type(1) {
  margin: 0;
}

.template__profile_activitys {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.template__profile_activity {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 24px 8px 0;
}

.template__profile_activity:nth-last-of-type(1) {
  margin: 0 0 8px 0;
}

.template__profile_activity_title {
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 400;
  color: #A5AFB8;
  text-align: left;
  margin: 0 0 4px 0;
}

.template__profile_activity_count {
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 400;
  color: #61666C;
  text-align: left;
}

.template__profile_stats {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  min-width: 150px;
}

.template__profile_stat {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 8px 0;
}

.template__profile_stat:nth-last-of-type(1) {
  margin: 0;
}

.template__profile_stat_title {
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 400;
  color: #A5AFB8;
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.template__profile_stat_count {
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 400;
  color: #61666C;
  text-align: left;
}

.template__profile .container {
  padding: 0;
  margin: 0;
  max-width: none;
}

.template__profile .profile-nav {
  width: 100%;
  background: transparent;
  margin: 0 0 24px 0;
}

.template__profile .profile-nav .container {
  padding: 0;
  margin: 0;
  max-width: none;
}

.template__profile .profile-nav .collapsible-nav-toggle {
  display: none;
}

.template__profile .profile-nav .collapsible-nav-list {
  border-bottom: 0;
}

.template__profile .profile-nav .collapsible-nav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.template__profile .profile-nav .collapsible-nav-list li {
  width: calc((100% - 24px) / 4);
  margin: 0 8px 0 0;
  border-bottom: 4px solid #dcdfe3;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__profile .profile-nav .collapsible-nav-list li.current {
  border-bottom: 4px solid #4262FF;
}

.template__profile .profile-nav .collapsible-nav-list li:nth-last-of-type(1) {
  margin: 0;
}

.template__profile .profile-nav .collapsible-nav-list li a {
  padding: 0 8px 8px 8px;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  color: #191C1F;
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__profile .profile-nav .collapsible-nav-list li a:hover {
  color: #4262FF;
}

.template__profile .profile-section {
  width: 100%;
}

.template__profile .profile-section .profile-section-header {
  width: 100%;
  margin: 0 0 24px 0;
}

.template__profile .profile-section .profile-section-header .profile-section-title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: #191C1F;
  margin: 0 0 8px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.template__profile .profile-section .profile-section-header .profile-section-description {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  color: #A5AFB8;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.template__profile .profile-section .profile-activity-list {
  margin: 0;
  width: 100%;
}

.template__profile .profile-section .profile-activity-list .profile-activity {
  width: 100%;
  padding: 0 0 16px 20px;
}

.template__profile .profile-section .profile-activity-list .profile-activity .profile-activity-header {
  width: 100%;
  margin: 0 0 8px 0;
}

.template__profile .profile-section .profile-activity-list .profile-activity .profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin: 0 12px 0 0;
  border-radius: 50%;
  overflow: hidden;
}

.template__profile .profile-section .profile-activity-list .profile-activity .profile-activity-header .user-avatar img,
.template__profile .profile-section .profile-activity-list .profile-activity .profile-activity-header .user-avatar svg {
  width: 100%;
  height: 100%;
  display: block;
}

.template__profile .profile-section .profile-activity-list .profile-activity .profile-activity-header .profile-activity-description {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #191C1F;
}

.template__profile .profile-section .profile-activity-list .profile-activity .profile-activity-header .profile-activity-description span {
  font-weight: 600;
}

.template__profile .profile-section .profile-activity-list .profile-activity-contribution {
  margin: 0 0 0 50px;
  width: 100%;
  padding: 0;
}

.template__profile .profile-section .profile-activity-list .profile-activity-contribution .profile-contribution-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 8px 0;
}

.template__profile .profile-section .profile-activity-list .profile-activity-contribution .profile-contribution-header .profile-contribution-title {
  margin: 0;
}

.template__profile .profile-section .profile-activity-list .profile-activity-contribution .profile-contribution-header .profile-contribution-title a {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
  color: #4262FF;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__profile .profile-section .profile-activity-list .profile-activity-contribution .profile-contribution-header .profile-contribution-title a:hover {
  color: #0cb4ef;
}

.template__profile .profile-section .profile-activity-list .profile-activity-contribution nav {
  width: 100%;
  margin: 0 0 8px 0;
}

.template__profile .profile-section .profile-activity-list .profile-activity-contribution nav .profile-contribution-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.template__profile .profile-section .profile-activity-list .profile-activity-contribution nav .profile-contribution-breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 8px 8px 0;
}

.template__profile .profile-section .profile-activity-list .profile-activity-contribution nav .profile-contribution-breadcrumbs li::after {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  content: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.09375 0.691406L12.9062 5.28516C13.043 5.42188 13.125 5.58594 13.125 5.77734C13.125 5.94141 13.043 6.10547 12.9062 6.24219L8.09375 10.8359C7.84766 11.082 7.41016 11.082 7.16406 10.8086C6.91797 10.5625 6.91797 10.125 7.19141 9.87891L10.8281 6.43359H1.53125C1.14844 6.43359 0.875 6.13281 0.875 5.77734C0.875 5.39453 1.14844 5.12109 1.53125 5.12109H10.8281L7.19141 1.64844C6.91797 1.40234 6.91797 0.964844 7.16406 0.71875C7.41016 0.445312 7.82031 0.445312 8.09375 0.691406Z' fill='%23A5AFB8'/%3E%3C/svg%3E%0A");
  margin: 0 0 0 8px;
}

.template__profile .profile-section .profile-activity-list .profile-activity-contribution nav .profile-contribution-breadcrumbs li:nth-last-of-type(1) {
  margin: 0 0 8px 0;
}

.template__profile .profile-section .profile-activity-list .profile-activity-contribution nav .profile-contribution-breadcrumbs li:nth-last-of-type(1)::after {
  display: none;
}

.template__profile .profile-section .profile-activity-list .profile-activity-contribution nav .profile-contribution-breadcrumbs li a {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  color: #A5AFB8;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__profile .profile-section .profile-activity-list .profile-activity-contribution nav .profile-contribution-breadcrumbs li a:hover {
  color: #4262FF;
}

.template__profile .profile-section .profile-activity-list .profile-activity-contribution .profile-contribution-body {
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  color: #191C1F;
  margin: 0 0 12px 0;
}

.template__profile .profile-section .profile-activity-list .profile-activity-contribution .meta-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.template__profile .profile-section .profile-activity-list .profile-activity-contribution .meta-group .meta-data {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  color: #A5AFB8;
}

.template__profile .profile-section-sorter.dropdown {
  margin: 12px 0 0 auto;
}

.template__profile .profile-section-sorter.dropdown button {
  padding: 12px 16px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #dcdfe3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #191C1F;
}

.template__profile .profile-section-sorter.dropdown button svg {
  margin: 0 0 0 32px;
}

.template__profile .profile-section-sorter.dropdown .dropdown-menu {
  padding: 12px 16px;
  width: 100%;
}

.template__profile .profile-section-sorter.dropdown .dropdown-menu a {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #191C1F;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 0 8px 0;
  padding: 0;
  background: transparent !important;
}

.template__profile .profile-section-sorter.dropdown .dropdown-menu a:hover {
  color: #4262FF;
  background: transparent;
}

.template__profile .profile-section-sorter.dropdown .dropdown-menu a:nth-last-of-type(1) {
  margin: 0;
}

.template__profile .profile-section-sorter.dropdown .dropdown-menu a[aria-checked=true] {
  background: transparent;
}

.template__profile .profile-contribution-list {
  margin: 0;
  width: 100%;
}

.template__profile .profile-contribution-list .profile-contribution {
  width: 100%;
  padding: 16px 0 16px 32px;
  border-top: 1px solid #dcdfe3;
}

.template__profile .profile-contribution-list .profile-contribution:nth-last-of-type(1) {
  border-bottom: 1px solid #dcdfe3;
}

.template__profile .profile-contribution-list .profile-contribution .profile-contribution-header .profile-contribution-title {
  margin: 0;
}

.template__profile .profile-contribution-list .profile-contribution .profile-contribution-header .profile-contribution-title a {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
  color: #4262FF;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__profile .profile-contribution-list .profile-contribution .profile-contribution-header .profile-contribution-title a:hover {
  color: #0cb4ef;
}

.template__profile .profile-contribution-list .profile-contribution nav {
  width: 100%;
  margin: 0 0 8px 0;
}

.template__profile .profile-contribution-list .profile-contribution nav .profile-contribution-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.template__profile .profile-contribution-list .profile-contribution nav .profile-contribution-breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 8px 8px 0;
}

.template__profile .profile-contribution-list .profile-contribution nav .profile-contribution-breadcrumbs li::after {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  content: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.09375 0.691406L12.9062 5.28516C13.043 5.42188 13.125 5.58594 13.125 5.77734C13.125 5.94141 13.043 6.10547 12.9062 6.24219L8.09375 10.8359C7.84766 11.082 7.41016 11.082 7.16406 10.8086C6.91797 10.5625 6.91797 10.125 7.19141 9.87891L10.8281 6.43359H1.53125C1.14844 6.43359 0.875 6.13281 0.875 5.77734C0.875 5.39453 1.14844 5.12109 1.53125 5.12109H10.8281L7.19141 1.64844C6.91797 1.40234 6.91797 0.964844 7.16406 0.71875C7.41016 0.445312 7.82031 0.445312 8.09375 0.691406Z' fill='%23A5AFB8'/%3E%3C/svg%3E%0A");
  margin: 0 0 0 8px;
}

.template__profile .profile-contribution-list .profile-contribution nav .profile-contribution-breadcrumbs li:nth-last-of-type(1) {
  margin: 0 0 8px 0;
}

.template__profile .profile-contribution-list .profile-contribution nav .profile-contribution-breadcrumbs li:nth-last-of-type(1)::after {
  display: none;
}

.template__profile .profile-contribution-list .profile-contribution nav .profile-contribution-breadcrumbs li a {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  color: #A5AFB8;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template__profile .profile-contribution-list .profile-contribution nav .profile-contribution-breadcrumbs li a:hover {
  color: #4262FF;
}

.template__profile .profile-contribution-list .profile-contribution .profile-contribution-body {
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  color: #191C1F;
  margin: 0 0 12px 0;
}

.template__profile .profile-contribution-list .profile-contribution .meta-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.template__profile .profile-contribution-list .profile-contribution .meta-group .meta-data {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  color: #A5AFB8;
}

.template__profile .no-activity {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #A5AFB8;
  margin: 24px 0 0 0;
}

/* Result Search Page */

.result {
  width: 100%;
  background: #fff;
  padding: 7% 0 5% 0;
}

.result__container {
  max-width: 494px;
}

.result__wrapper {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.result__breadcrumbs {
  width: 100%;
  margin: 0 0 54px 0;
}

.result__content {
  width: 100%;
}

.result__content_items {
  width: 100%;
}

.result__found {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.result__found_icon {
  max-width: 160px;
  margin: 0 0 16px 0;
}

.result__found_icon img,
.result__found_icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.result__found_title {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 600;
  color: #191C1F;
  text-align: center;
  margin: 0 0 8px 0;
}

.result__found_subtitle {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 400;
  color: #A5AFB8;
  margin: 0 0 16px 0;
}

.list__items__sections {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list__items__sections .list__title {
  font-size: 1.25rem;
  margin: 0 0 16px 0;
}

@media (max-width: 1024px) {
  .header__buttons {
    margin: 0 16px 0 auto;
  }

  .search__title {
    font-size: 1.8rem;
    margin: 0 0 24px 0;
  }

  .list__items {
    list-style-position: inside;
  }

  .list__pagination {
    margin: 32px 0 0 0;
  }

  .template__title {
    font-size: 1.8rem;
    margin: 0 0 24px 0;
  }

  .categories__item:nth-of-type(1n+1) {
    width: 32%;
    margin: 0 2% 24px 0;
  }

  .categories__item:nth-of-type(3n+3) {
    margin: 0 0 24px 0;
  }

  .news__title {
    font-size: 1.8rem;
    margin: 0 0 42px 0;
  }

  .opinion__background::after {
    display: block;
  }

  .opinion__content {
    max-width: 100%;
  }

  .section__menu {
    min-width: 250px;
  }

  .single__menu {
    min-width: 250px;
  }

  .result__breadcrumbs {
    margin: 0 0 36px 0;
  }

  .result__found_title {
    font-size: 1.8rem;
  }

  .list__items__sections .category__content__item:nth-of-type(1n+1) {
    width: 100%;
    margin: 0 0 max(6.5%, 24px) 0;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }

  .button {
    font-size: 0.75rem;
  }

  .header {
    padding: 16px 0;
  }

  .header__logo {
    max-width: 120px;
  }

  .header__request {
    display: none;
  }

  .header__request_sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 12px;
  }

  .header__request_text {
    font-size: 0.75rem;
  }

  .header__request_icon {
    max-width: 16px;
  }

  .header__profile:hover .header__profile__head {
    -webkit-box-shadow: 0 0 0 2px rgba(220, 223, 227, 0.6);
            box-shadow: 0 0 0 2px rgba(220, 223, 227, 0.6);
  }

  .header__profile__head_avatar {
    max-width: 24px;
    min-width: 24px;
  }

  .header__profile__head_name {
    font-size: 0.75rem;
    margin: 0 8px 0 0;
  }

  .header__profile__head_icon {
    max-width: 10px;
  }

  .header__profile__drop_wrapper {
    padding: 4px 0;
  }

  .header__profile__drop_item {
    padding: 4px 12px;
    font-size: 0.75rem;
  }

  .header__profile__drop_item_mob {
    display: block;
  }

  .header__sign {
    padding: 6px 12px;
  }

  .header__sign_text {
    font-size: 0.75rem;
  }

  .header__sign_icon {
    max-width: 16px;
  }

  .search__title {
    font-size: 1.4rem;
    margin: 0 0 18px 0;
  }

  .search__form {
    max-width: 400px;
    padding: 12px 34px;
  }

  .search__form::before {
    content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.76 13.27L20.49 19L19 20.49L13.27 14.76C12.2 15.53 10.91 16 9.5 16C5.91 16 3 13.09 3 9.5C3 5.91 5.91 3 9.5 3C13.09 3 16 5.91 16 9.5C16 10.91 15.53 12.2 14.76 13.27ZM9.5 5C7.01 5 5 7.01 5 9.5C5 11.99 7.01 14 9.5 14C11.99 14 14 11.99 14 9.5C14 7.01 11.99 5 9.5 5Z' fill='%2361666C'/%3E%3C/svg%3E");
    left: 8px;
    width: 18px;
    height: 18px;
    min-width: 18px;
  }

  .search__form input[type=search] {
    font-size: 0.75rem;
  }

  .search__form input[type=search]::-webkit-input-placeholder {
    font-size: 0.75rem;
  }

  .search__form input[type=search]::-moz-placeholder {
    font-size: 0.75rem;
  }

  .search__form input[type=search]:-ms-input-placeholder {
    font-size: 0.75rem;
  }

  .search__form input[type=search]::-ms-input-placeholder {
    font-size: 0.75rem;
  }

  .search__form input[type=search]::placeholder {
    font-size: 0.75rem;
  }

  .search__form .clear-button {
    width: 18px;
    height: 18px;
    min-width: 18px;
    right: 8px;
  }

  .search__form_wrapper {
    padding: 12px 10px;
  }

  .search__form_search {
    max-width: 16px;
    min-width: 16px;
  }

  .search__form_remove {
    max-width: 16px;
    min-width: 16px;
  }

  .breadcrumb nav ol li::after {
    content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.09375 0.691406L12.9062 5.28516C13.043 5.42188 13.125 5.58594 13.125 5.77734C13.125 5.94141 13.043 6.10547 12.9062 6.24219L8.09375 10.8359C7.84766 11.082 7.41016 11.082 7.16406 10.8086C6.91797 10.5625 6.91797 10.125 7.19141 9.87891L10.8281 6.43359H1.53125C1.14844 6.43359 0.875 6.13281 0.875 5.77734C0.875 5.39453 1.14844 5.12109 1.53125 5.12109H10.8281L7.19141 1.64844C6.91797 1.40234 6.91797 0.964844 7.16406 0.71875C7.41016 0.445312 7.82031 0.445312 8.09375 0.691406Z' fill='%23A5AFB8'/%3E%3C/svg%3E%0A");
  }

  .breadcrumb nav ol li a {
    font-size: 0.75rem;
  }

  .list__title {
    margin: 0 0 16px 0;
    font-size: 1.2rem;
  }

  .list__items li {
    font-size: 0.75rem;
  }

  .list__items li a {
    font-size: 0.75rem;
  }

  .list__more {
    margin: 16px 0 0 0;
  }

  .list__more_text {
    font-size: 0.75rem;
  }

  .list__more_icon {
    width: 10px;
    height: 10px;
  }

  .list__pagination {
    margin: 24px 0 0 0;
  }

  .list__pagination_load {
    max-width: 80px;
  }

  .list__pagination ul li a,
  .list__pagination ul li span {
    padding: 6px 8px;
    font-size: 0.75rem;
  }

  .drop_load {
    min-height: 160px;
  }

  .drop__load img,
  .drop__load svg {
    max-width: 80px;
  }

  .drop__item_head {
    padding: 10px 14px;
  }

  .drop__item_head_title {
    font-size: 0.75rem;
  }

  .drop__item_head_icon {
    max-width: 6px;
  }

  .drop__item_rows {
    padding: 8px 12px;
  }

  .drop__item_row {
    margin: 0 0 4px 0;
  }

  .drop__item_row a {
    font-size: 0.75rem;
  }

  .template {
    padding: 6% 0;
  }

  .template__title {
    font-size: 1.4rem;
    margin: 0 0 18px 0;
  }

  .categories__item:nth-of-type(1n+1) {
    width: 48%;
    margin: 0 4% 16px 0;
  }

  .categories__item:nth-of-type(2n+2) {
    margin: 0 0 16px 0;
  }

  .categories__item_image {
    padding: 10% 0;
  }

  .categories__item_image img,
  .categories__item_image svg {
    height: 100px;
  }

  .categories__item_title {
    font-size: 0.75rem;
    padding: 10px;
  }

  .news__title {
    font-size: 1.4rem;
    margin: 0 0 24px 0;
  }

  .news__item {
    padding: 0 12px;
    margin: 0 0 24px 0;
  }

  .news__item_icon {
    max-width: 75px;
    margin: 0 0 24px 0;
  }

  .opinion__title {
    font-size: 1.2rem;
    margin: 0 0 16px 0;
  }

  .opinion__text {
    font-size: 0.75rem;
    margin: 0 0 16px 0;
  }

  .category__head {
    padding: 6% 0 0 0;
  }

  .category__content__item:nth-of-type(1n+1) {
    margin: 0 4% max(6.5%, 24px) 0;
  }

  .category__content__item:nth-of-type(2n+2) {
    margin: 0 0 max(6.5%, 24px) 0;
  }

  .section__menu {
    min-width: 175px;
    margin: 0 32px 0 0;
  }

  .section__content_items {
    padding: 24px 0 0 0;
  }

  .single__menu {
    min-width: 175px;
    margin: 0 32px 0 0;
  }

  .single__content_title {
    font-size: 1.2rem;
    margin: 24px 0 0 0;
  }

  .single__content_author {
    margin: 12px 0 0 0;
  }

  .single__content_author_name {
    font-size: 0.75rem;
  }

  .single__content_author_date {
    font-size: 0.75rem;
  }

  .single__content_content {
    padding: 24px 0 8px 0;
  }

  .single__content_content h2,
  .single__content_content h3,
  .single__content_content h4,
  .single__content_content h5,
  .single__content_content h6,
  .single__content_content p,
  .single__content_content ul,
  .single__content_content ol,
  .single__content_content li {
    margin: 0 0 16px 0;
  }

  .single__content_content h2 {
    font-size: 1rem;
  }

  .single__content_content h3 {
    font-size: 0.95rem;
  }

  .single__content_content h4 {
    font-size: 0.9rem;
  }

  .single__content_content h5 {
    font-size: 0.85rem;
  }

  .single__content_content h6 {
    font-size: 0.8rem;
  }

  .single__content_content p {
    font-size: 0.75rem;
  }

  .single__content_content ul,
  .single__content_content ol {
    font-size: 0.75rem;
    padding: 0 0 0 24px;
  }

  .single__content_back_icon {
    max-width: 10px;
  }

  .single__content_back_text {
    font-size: 0.75rem;
  }

  .single__content_attach_item_icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin: 0 10px 0 0;
  }

  .single__content_attach_item_text {
    font-size: 0.75rem;
  }

  .template__request_home {
    padding: 5px 12px;
    margin: 16px 0 0 0;
  }

  .template__request_home_icon {
    width: 15px;
    height: 15px;
    min-width: 15px;
  }

  .template__request_home_text {
    font-size: 0.75rem;
  }

  .template__request form .form-field {
    margin: 24px 0 0 0;
  }

  .template__request form .form-field label {
    font-size: 0.75rem;
  }

  .template__request form .form-field label span {
    font-size: 0.6rem;
  }

  .template__request form .ck.ck-content.ck-editor__editable.ck-editor__editable_inline {
    max-height: 125px;
  }

  .template__request form .notification-inline.notification-error {
    font-size: 0.75rem;
  }

  .template__request form .nesty-input {
    font-size: 0.75rem;
  }

  .template__request form .nesty-input::after {
    content: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23191C1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

  .template__request form .form-field p {
    font-size: 0.6rem;
  }

  .template__request form input[type=text] {
    font-size: 0.75rem;
  }

  .template__request form .upload-dropzone span {
    font-size: 0.6rem !important;
  }

  .template__request form .upload-dropzone a {
    font-size: 0.6rem !important;
  }

  .template__request form footer {
    margin: 32px 0 0 0;
  }

  .template__request form footer input[type=submit] {
    font-size: 0.75rem;
    width: auto;
  }

  .nesty-panel li {
    font-size: 0.75rem;
  }

  .template__requests_home {
    padding: 5px 12px;
  }

  .template__requests_home_icon {
    width: 15px;
    height: 15px;
    min-width: 15px;
  }

  .template__requests_home_text {
    font-size: 0.75rem;
  }

  .template__requests_pagination .pagination ul li a {
    padding: 6px 8px;
    font-size: 0.75rem;
  }

  .template__requests .my-activities-sub-nav {
    margin: 0 0 16px 0;
  }

  .template__requests .my-activities-sub-nav .collapsible-nav {
    border-top: 1px solid #dcdfe3;
    padding: 12px 0 4px 0;
    border-bottom: 1px solid #dcdfe3;
  }

  .template__requests .my-activities-sub-nav .collapsible-nav-list {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .template__requests .my-activities-sub-nav .collapsible-nav-list li {
    display: block;
    border-bottom: 0;
    border-left: 4px solid #dcdfe3;
    margin: 0 0 8px 0;
    width: 100%;
  }

  .template__requests .my-activities-sub-nav .collapsible-nav-list li.current {
    border-bottom: 0;
    border-left: 4px solid #4262FF;
  }

  .template__requests .my-activities-sub-nav .collapsible-nav-list li:nth-last-of-type(1) {
    margin: 0 0 8px 0;
  }

  .template__requests .my-activities-sub-nav .collapsible-nav-list li a {
    font-size: 0.8rem;
    padding: 0 0 0 8px;
    text-align: left;
    width: auto;
  }

  .template__requests form .search input[type=search] {
    font-size: 0.75rem;
  }

  .template__requests form .search input[type=search]::-webkit-input-placeholder {
    font-size: 0.75rem;
  }

  .template__requests form .search input[type=search]::-moz-placeholder {
    font-size: 0.75rem;
  }

  .template__requests form .search input[type=search]:-ms-input-placeholder {
    font-size: 0.75rem;
  }

  .template__requests form .search input[type=search]::-ms-input-placeholder {
    font-size: 0.75rem;
  }

  .template__requests form .search input[type=search]::placeholder {
    font-size: 0.75rem;
  }

  .template__requests form .request-table-filter .request-filter {
    font-size: 0.75rem;
  }

  .template__requests .requests table tbody tr {
    padding: 0;
  }

  .template__requests .requests table tbody tr td:nth-of-type(1n+1) {
    padding: 12px;
    font-size: 0.75rem;
  }

  .template__requests .requests table tbody tr td.request-info {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .template__requests .requests table tbody tr td a {
    font-size: 0.75rem;
    font-weight: 600;
  }

  .template__requests .my-activities-table th:first-child,
  .template__requests .my-activities-table td:first-child {
    min-width: 0;
    width: auto;
    max-width: none;
  }

  .template__requests .my-activities-table .striped-list-title {
    min-width: 0;
    max-width: none;
  }

  .template__requests .requests-search-info {
    font-size: 0.75rem;
  }

  .template__requests .no-activities {
    font-size: 0.75rem;
  }

  .template__profile_pagination .pagination ul li a {
    padding: 6px 8px;
    font-size: 0.75rem;
  }

  .template__profile_head {
    margin: 0 0 24px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .template__profile_content {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
  }

  .template__profile_avatar {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin: 0 0 16px 0;
  }

  .template__profile_desc {
    padding: 0;
    width: 100%;
  }

  .template__profile_name {
    font-size: 1.2rem;
  }

  .template__profile_buttons {
    margin: 0 0 12px 0;
  }

  .template__profile_activitys {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 16px 0 0 0;
    border-top: 1px solid #dcdfe3;
    width: 100%;
  }

  .template__profile_activity:nth-of-type(1n+1) {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 8px 0;
  }

  .template__profile_activity:nth-last-of-type(1) {
    margin: 0 0 8px 0;
  }

  .template__profile_activity_title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    margin: 0;
  }

  .template__profile_stats {
    min-width: 0;
    width: 100%;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #dcdfe3;
  }

  .template__profile_stat_title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }

  .template__profile .profile-nav .collapsible-nav-list {
    border-top: 1px solid #dcdfe3;
    padding: 12px 0 4px 0;
    border-bottom: 1px solid #dcdfe3;
  }

  .template__profile .profile-nav .collapsible-nav-list {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .template__profile .profile-nav .collapsible-nav-list li {
    display: block;
    border-bottom: 0;
    border-left: 4px solid #dcdfe3;
    margin: 0 0 8px 0;
    width: 100%;
  }

  .template__profile .profile-nav .collapsible-nav-list li.current {
    border-bottom: 0;
    border-left: 4px solid #4262FF;
  }

  .template__profile .profile-nav .collapsible-nav-list li:nth-last-of-type(1) {
    margin: 0 0 8px 0;
  }

  .template__profile .profile-nav .collapsible-nav-list li a {
    font-size: 0.8rem;
    padding: 0 0 0 8px;
    text-align: left;
    width: auto;
  }

  .template__profile .profile-section .profile-activity-list .profile-activity {
    padding: 0 0 16px 0;
    border-left: 0;
  }

  .template__profile .profile-section .profile-activity-list .profile-activity .profile-activity-icon {
    left: 50%;
    margin: 0 0 0 -14px;
  }

  .template__profile .profile-section .profile-activity-list .profile-activity .profile-activity-header {
    margin: 0;
    padding: 35px 0 6px 0;
    width: 100%;
  }

  .template__profile .profile-section .profile-activity-list .profile-activity .profile-activity-header .profile-activity-description {
    font-size: 0.75rem;
  }

  .template__profile .profile-section .profile-activity-list .profile-activity-contribution {
    margin: 0;
  }

  .template__profile .profile-section .profile-activity-list .profile-activity-contribution .profile-contribution-header .profile-contribution-title a {
    font-size: 0.75rem;
  }

  .template__profile .profile-section .profile-activity-list .profile-activity-contribution nav {
    margin: 0;
  }

  .template__profile .profile-section-sorter.dropdown {
    max-width: 350px;
    margin: 12px auto 0 auto;
  }

  .template__profile .profile-section-sorter.dropdown button {
    font-size: 0.75rem;
    padding: 8px 12px;
  }

  .template__profile .profile-section-sorter.dropdown button svg {
    margin: 0 0 0 16px;
  }

  .template__profile .profile-section-sorter.dropdown .dropdown-menu {
    padding: 8px 12px;
  }

  .template__profile .profile-section-sorter.dropdown .dropdown-menu a {
    font-size: 0.75rem;
  }

  .template__profile .profile-contribution-list .profile-contribution {
    padding: 42px 0 16px 0;
    border-left: 0;
  }

  .template__profile .profile-contribution-list .profile-contribution .profile-contribution-icon {
    top: 8.5px;
    left: 50%;
    margin: 0 0 0 -7.5px;
  }

  .template__profile .profile-contribution-list .profile-contribution .profile-contribution-header {
    margin: 0 0 12px 0;
  }

  .template__profile .profile-contribution-list .profile-contribution .profile-contribution-header .profile-contribution-title a {
    font-size: 0.75rem;
  }

  .template__profile .profile-contribution-list .profile-contribution nav {
    margin: 0;
  }

  .template__profile .no-activity {
    font-size: 0.75rem;
    margin: 16px 0 0 0;
  }

  .result__breadcrumbs {
    margin: 0 0 24px 0;
  }

  .result__found_icon {
    max-width: 110px;
    margin: 0 0 8px 0;
  }

  .result__found_title {
    font-size: 1.4rem;
  }

  .result__found_subtitle {
    font-size: 0.75rem;
    margin: 0 0 12px 0;
  }

  .list__items__sections .list__title {
    font-size: 1rem;
  }
}

@media (max-width: 500px) {
  .button {
    width: 100%;
  }

  .header__request_sign .header__request_text {
    margin: 0;
  }

  .header__request_sign .header__request_icon {
    display: none;
  }

  .header__sign_text {
    margin: 0;
  }

  .header__sign_icon {
    display: none;
  }

  .search__title {
    font-size: 1.2rem;
  }

  .template__title {
    font-size: 1.2rem;
  }

  .categories__item:nth-of-type(1n+1) {
    width: 100%;
    margin: 0 auto 16px auto;
    max-width: 275px;
  }

  .categories__item:nth-last-of-type(1) {
    margin: 0 auto;
  }

  .categories__item_image img,
  .categories__item_image svg {
    height: 80px;
  }

  .news__title {
    font-size: 1.2rem;
  }

  .news__item {
    width: 100%;
    max-width: 275px;
    padding: 0;
    margin: 0 auto 16px auto;
  }

  .news__item:nth-last-of-type(1) {
    margin: 0 auto;
  }

  .opinion__button {
    max-width: 275px;
    margin: 0 auto;
  }

  .category__content__item {
    width: 100%;
    margin: 0 0 24px 0;
  }

  .category__content__item:nth-last-of-type(1) {
    margin: 0;
  }

  .section__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .section__menu {
    width: 100%;
    margin: 0 0 24px 0;
  }

  .section__content {
    width: 100%;
  }

  .section__content_items {
    padding: 16px 0 0 0;
  }

  .single__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .single__menu {
    width: 100%;
    margin: 0 0 24px 0;
  }

  .single__content {
    width: 100%;
  }

  .single__content_content h2,
  .single__content_content h3,
  .single__content_content h4,
  .single__content_content h5,
  .single__content_content h6,
  .single__content_content p,
  .single__content_content ul,
  .single__content_content ol,
  .single__content_content li {
    margin: 0 0 8px 0;
  }

  .template__request_home {
    width: 100%;
  }

  .template__request form footer input[type=submit] {
    width: 100%;
  }

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

  .template__requests_home {
    width: 100%;
    margin: 0;
  }

  .template__requests_pagination {
    margin: 0 0 16px 0;
  }

  .template__requests form {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .template__requests form .search {
    width: 48%;
    max-width: 48%;
  }

  .template__requests form .search input[type=search] {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .template__requests form .request-table-filter {
    width: 48%;
  }

  .template__requests form .request-table-filter .request-filter {
    margin: 0;
  }

  .template__profile_name {
    font-size: 1rem;
  }

  .template__profile .profile-section .profile-activity-list .profile-activity .profile-activity-header {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .template__profile .profile-section .profile-activity-list .profile-activity .profile-activity-header .user-avatar {
    margin: 0 auto 12px auto;
  }

  .result__found_title {
    font-size: 1.2rem;
  }
}