html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  outline: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  min-height: 100vh;
  background: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #626262;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

a {
  color: #637EF7;
  text-decoration: none;
}
a:hover {
  color: #3256f5;
}

h1, h2, h3, .h1, .h2, .h3 {
  margin: 0 0 16px 0;
  font-size: 24px;
  font-weight: 600;
  color: #3c3c47;
  line-height: 1.2;
}

.icon-inline {
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #626262 !important;
}

.text-icon {
  color: #80799B !important;
}

.text-alt, .text-danger {
  color: #ed6f6a !important;
}

.text-dark {
  color: #3c3c47 !important;
}

.text-yellow {
  color: #FDDE2F !important;
}

.text-success {
  color: #b0d648 !important;
}

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

.input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  color: #626262;
}
.input:focus, .input.toggled {
  border-color: #637EF7;
  box-shadow: 0 0 0 0.2rem rgba(99, 126, 247, 0.15);
}
.input-container {
  margin: 0 0 16px 0;
}
.input-container.error .input {
  border-color: #ed6f6a;
}
.input-container.error .input-message {
  color: #ed6f6a;
}
.input-container.success .input {
  border-color: #b0d648;
}
.input-container.success .input-message {
  color: #b0d648;
}
.input-message {
  margin-top: 2px;
  font-size: 14px;
}
.input-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.input-label {
  margin: 0 0 4px 0;
  display: block;
}

textarea.input {
  height: auto;
  padding: 10px 14px;
  resize: none;
}

.btn {
  min-width: 48px;
  height: 48px;
  padding: 0 20px;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  border-radius: 8px;
  background-color: #637EF7;
  cursor: pointer;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.btn.disabled {
  pointer-events: none;
}
.btn:hover {
  opacity: 0.9;
  color: #fff;
}
.btn-sm {
  min-width: 36px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
}
.btn-alt {
  background-color: #ed6f6a;
}
.btn-nav {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-light {
  background-color: #eee;
  color: #443D5F !important;
}
.btn-light:hover {
  color: #3256f5 !important;
}

.paginator {
  margin: 30px -5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.paginator li {
  margin: 5px;
  padding: 0;
  list-style: none;
}
.paginator li .prev, .paginator li .next {
  padding: 0 5px;
}
.paginator li .prev i, .paginator li .next i {
  margin: -2px 0 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.main {
  flex-grow: 1;
}

.container {
  width: 100%;
  max-width: 1330px;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.dropdown {
  position: relative;
}
.dropdown.toggled .dropdown-container {
  display: block;
  z-index: 90;
}
.dropdown-container {
  position: absolute;
  left: 0;
  min-width: 100%;
  margin-top: 5px;
  padding: 8px 12px;
  display: none;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 5px 0 rgba(68, 61, 95, 0.15);
  z-index: 3;
  font-size: 14px;
}
.dropdown-container > li {
  margin: 5px 0;
  padding: 0 1px;
  list-style: none;
  white-space: nowrap;
}
.dropdown-container > li > a {
  color: #3c3c47;
}
.dropdown-container > li > a:hover {
  color: #3256f5;
}

.logo {
  position: relative;
  z-index: 50;
}
.logo img {
  display: block;
}
.logo:hover {
  opacity: 0.8;
}

.header-wrapper {
  background-color: #443D5F;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-image: -webkit-image-set(url(../images/bg.png) 1x, url(../images/bg@2x.png) 2x);
  display: flex;
  flex-direction: column;
  color: #fff;
}
.header-container {
  min-height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav-menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-nav-item {
  margin: 5px 20px;
  padding: 0;
  list-style: none;
  line-height: 20px;
}
.header-nav-item > a {
  color: #fff;
  font-weight: 600;
}
.header-nav-item > a:hover {
  opacity: 0.8;
}
.header-nav-item.active {
  position: relative;
}
.header-nav-item.active::after {
  position: absolute;
  left: 0;
  bottom: -26px;
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background-color: #ed6f6a;
}
.header-search {
  position: relative;
  width: 360px;
}
.header-search-input {
  padding-left: 64px;
  padding-right: 48px;
  border-color: #fff;
}
.header-search-input::-moz-placeholder {
  font-style: italic;
}
.header-search-input::placeholder {
  font-style: italic;
}
.header-search-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 111, 106, 0.5);
  border-color: #ed6f6a;
}
.header-search-before {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.header-search-before::after {
  position: absolute;
  top: 12px;
  right: -1px;
  height: 24px;
  width: 1px;
  display: block;
  content: "";
  background-color: #e3dfe7;
}
.header-search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 8px;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.header-intro {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
}
.header-intro-content {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.header-intro-title {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  font-size: 60px;
  font-weight: 700;
}
.header-intro-search {
  position: relative;
  margin: 30px 0;
}
.header-intro-search-input {
  height: 70px;
  padding-left: 22px;
  padding-right: 130px;
  border-color: #fff;
}
.header-intro-search-input::-moz-placeholder {
  font-style: italic;
  font-weight: 500;
  opacity: 1;
}
.header-intro-search-input::placeholder {
  font-style: italic;
  font-weight: 500;
  opacity: 1;
}
.header-intro-search-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 126, 247, 0.5);
  border-color: #637EF7;
}
.header-intro-search-btn {
  position: absolute;
  top: 11px;
  right: 11px;
}
.header-intro-search-popular {
  margin-top: 30px;
  color: #8BA6FF;
}
.header-intro-search-popular .text-white {
  opacity: 0.8;
}
.header-intro-search-popular a {
  font-weight: 600;
  color: #8BA6FF;
}
.header-intro-search-popular a:hover {
  color: #fff;
}
.header-buttons {
  margin-left: auto;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.header-buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.countries {
  margin-top: 40px;
  margin-bottom: 40px;
}
.countries-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.countries-heading-text > * {
  margin-top: 0;
  margin-bottom: 0;
}
.countries-heading-buttons {
  margin: 5px 0;
}
.countries-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
}
.countries-grid-item {
  min-width: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  color: #626262;
}
.countries-grid-item:hover {
  color: #3256f5;
}
.countries-grid-flag {
  position: relative;
  width: 100%;
  max-width: 60px;
  height: 60px;
  margin-bottom: 6px;
  border-radius: 30px;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid #eee;
}
.countries-grid-flag:hover i {
  font-size: 64px;
}
.countries-grid-flag i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  transition: all 0.3s;
}
.countries-grid-origin {
  width: 100%;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}

.signup {
  margin: 50px 0;
  padding: 64px 78px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
  align-items: center;
  border-radius: 16px;
  background-color: #637EF7;
}
.signup-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}
.signup-form {
  position: relative;
}
.signup-form-input {
  height: 60px;
  padding-left: 20px;
  padding-right: 160px;
  border-color: #fff;
}
.signup-form-input::-moz-placeholder {
  font-style: italic;
  font-weight: 500;
}
.signup-form-input::placeholder {
  font-style: italic;
  font-weight: 500;
}
.signup-form-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 111, 106, 0.5);
  border-color: #ed6f6a;
}
.signup-form-btn {
  position: absolute;
  top: 6px;
  right: 6px;
}
.signup-form-message {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 150%);
}

.content {
  margin: 40px 0;
  display: flex;
}
.content-main {
  order: 2;
  flex-grow: 1;
}

.sidebar {
  order: 1;
  width: 296px;
  margin: 0 30px 0 0;
  flex-shrink: 0;
}

.top {
  padding: 16px 12px 12px 12px;
  background-color: #637EF7;
  border-radius: 16px;
  color: #fff;
}
.top a {
  color: #fff;
}
.top-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.top-item {
  position: relative;
  display: block;
  min-width: 1px;
}
.top-item:hover .top-item-image img {
  transform: translate(-50%, -50%) scale(1.1);
}
.top-item-image {
  position: relative;
  padding-top: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.top-item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  display: block;
  transition: all 0.3s;
}
.top-item-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 6px 10px;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.top-item-title {
  width: 100%;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  line-height: 20px;
}
.top-item-stats {
  margin-top: 2px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
}
.top-item-stats > div {
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.top-item-stats > div:last-child {
  margin-right: 0;
}
.top-item-stats > div i {
  margin-right: 4px;
  font-size: 16px;
}

.grid {
  margin: 16px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.grid-full {
  grid-template-columns: repeat(5, 1fr);
}
.grid-item {
  position: relative;
  min-width: 1px;
  display: block;
}
.grid-item:hover .grid-item-image img, .grid-item:hover .grid-item-image-alt img {
  transform: translate(-50%, -50%) scale(1.1);
}
.grid-item-wrapper {
  position: relative;
  min-width: 1px;
}
.grid-item-image {
  position: relative;
  padding-top: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.grid-item-image-alt {
  position: relative;
  padding-top: 120%;
  border-radius: 16px;
  overflow: hidden;
}
.grid-item-image-alt img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  display: block;
  transition: all 0.3s;
}
.grid-item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  display: block;
  transition: all 0.3s;
}
.grid-item-heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.grid-item-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.grid-item-name {
  height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.grid-item-name i {
  font-size: 22px;
  vertical-align: middle;
}
.grid-item-username {
  height: 18px;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
}
.grid-item-tags {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
  margin: 10px 0;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.grid-item-tags-alt {
  width: 100%;
  height: 24px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.grid-item-tag {
  margin-right: 4px;
  padding: 0 6px;
  display: block;
  background: rgba(32, 31, 31, 0.7);
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  text-transform: lowercase;
  color: #fff;
  line-height: 24px;
}
.grid-item-tag i {
  border-radius: 3px;
}
.grid-item-tag:hover {
  color: #8BA6FF;
}
.grid-item-tag-alt {
  margin-right: 4px;
  padding: 0 6px;
  display: block;
  background: #eee;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  text-transform: lowercase;
  color: #343333;
  line-height: 24px;
}
.grid-item-tag-alt i {
  border-radius: 3px;
}
.grid-item-tag-alt:hover {
  color: #3256f5;
}
.grid-item-info-alt {
  margin: 10px 0 0 0;
  padding: 0 10px;
}
.grid-item-info-alt .grid-item-name {
  color: #343333;
}
.grid-item-description {
  margin-top: 10px;
  font-size: 14px;
}

.similar {
  margin: 40px 0;
}

.more {
  margin-top: 30px;
  margin-bottom: 40px;
}

.tags {
  margin-top: 30px;
  padding: 16px 12px 6px 12px;
  border-radius: 16px;
  background-color: #f8f8f8;
}
.tags ~ .tags {
  margin-top: 24px;
}
.tags-grid {
  display: flex;
  flex-wrap: wrap;
}
.tags-grid .btn {
  margin: 0 6px 6px 0;
  padding: 0 10px;
  font-weight: 400;
  text-transform: none;
}
.tags-grid .btn i {
  margin-right: 6px;
  border-radius: 3px;
}

.hashtags {
  margin: 40px 0;
}
.hashtags-grid {
  margin: 16px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.hashtags-grid .btn {
  margin: 0 6px 6px 0;
  padding: 0 10px;
  font-weight: 400;
  text-transform: none;
}

.heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.heading-text h1, .heading-text h2, .heading-text h3, .heading-text .h1, .heading-text .h2, .heading-text .h3 {
  margin-bottom: 0;
}

.sort {
  display: flex;
  align-items: center;
}
.sort-label {
  margin-right: 16px;
  white-space: nowrap;
}
.sort-select {
  min-width: 110px;
}
.sort-select > a {
  position: relative;
  padding-right: 48px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #343333;
  line-height: 46px;
}
.sort-select > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "icon";
  font-size: 24px;
  content: "\e901";
}

.profile {
  margin: 30px 0;
  display: flex;
  align-items: flex-start;
}
.profile-image {
  width: 450px;
  margin-right: 30px;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 320px 120px;
  gap: 10px;
}
.profile-image-main {
  grid-row: span 3;
}
.profile-image-main .profile-image-container {
  width: 320px;
  height: 380px;
}
.profile-image-container {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 16px;
  overflow: hidden;
}
.profile-image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.profile-image a {
  position: relative;
  display: none;
}
.profile-image a:nth-child(1), .profile-image a:nth-child(2), .profile-image a:nth-child(3), .profile-image a:nth-child(4) {
  display: block;
}
.profile-image img {
  display: block;
}
.profile-image-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(68, 61, 95, 0.75);
  font-size: 20px;
  font-weight: 700;
  color: #e3dfe7;
  border-radius: 16px;
}
.profile-content {
  flex-grow: 1;
}
.profile-heading {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #e3dfe7;
}
.profile-name {
  margin: 4px 30px 4px 0;
}
.profile-likes {
  margin-right: auto;
  display: flex;
  align-items: center;
  font-weight: 500 !important;
}
.profile-likes:hover {
  color: #343333 !important;
}
.profile-likes .icon-heart {
  margin: 0 10px 0 0;
  vertical-align: middle;
  font-size: 24px;
  color: #ed6f6a;
}
.profile-likes-count {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #e3dfe7;
  line-height: 24px;
}
.profile-social a {
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.profile-social a i {
  vertical-align: middle;
  font-size: 24px;
  color: #80799B;
}
.profile-info {
  margin: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.profile-origin {
  margin: 2px 10px 0 0;
  display: flex;
  align-items: center;
}
.profile-origin i {
  border-radius: 3px;
}
.profile-username {
  margin-right: auto;
}
.profile-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.profile-stats-item {
  margin: 5px 30px 5px 0;
  display: flex;
  align-items: center;
}
.profile-stats-item i {
  margin-right: 10px;
  font-size: 24px;
  color: #80799B;
}
.profile-stats-item:last-child {
  margin-right: 0;
}
.profile-tags {
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
}
.profile-tags .btn {
  margin-right: 6px;
  margin-bottom: 6px;
}
.profile .btn-sm {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  text-transform: none;
}
.profile h2 {
  font-size: 20px;
}

.bottom {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.bottom-title {
  font-size: 18px;
}
.bottom-list {
  margin: 0;
  padding: 0;
}
.bottom-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bottom-list li a {
  color: #443D5F;
}
.bottom-list li a:hover {
  color: #3256f5;
}
.bottom-text {
  margin-top: 40px;
}

.footer {
  padding: 20px 0;
  background-color: #f8f8f8;
  text-align: center;
}
.footer-nav {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav li::after {
  padding: 0 16px;
  content: "/";
}
.footer-nav li:last-child::after {
  display: none;
}
.footer .disclaimer {
  margin: 10px 0;
}
.footer .copyright {
  color: #343333;
}
.footer a {
  font-weight: 500;
  color: #343333;
}
.footer a:hover {
  text-decoration: underline;
}

.btn-toggle-top.toggled {
  background-color: #ed6f6a !important;
}
.btn-toggle-top.toggled i::before {
  content: "\e905";
}

.btn-toggle-nav {
  position: relative;
  z-index: 50;
}
.btn-toggle-nav.toggled {
  background-color: #ed6f6a !important;
}
.btn-toggle-nav.toggled i::before {
  content: "\e905";
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 86px 16px;
  box-sizing: border-box;
  background: rgba(68, 61, 95, 0.94);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 40;
}
.mobile-nav .header-search {
  width: 100%;
}
.mobile-nav .header-search-input {
  box-shadow: none !important;
}
.mobile-nav .header-nav {
  margin-top: 20px;
}
.mobile-nav .header-nav-menu {
  flex-direction: column;
  align-items: flex-start;
}
.mobile-nav .header-nav-item {
  width: 100%;
  margin: 6px 0;
  font-size: 16px;
}
.mobile-nav .header-nav-item.active a {
  color: #ed6f6a;
}
.mobile-nav .header-nav-item.active::after {
  display: none;
}
.mobile-nav .header-nav .dropdown-container {
  position: relative;
  width: 100%;
  background: #5a517e;
}
.mobile-nav .header-nav .dropdown-container li a {
  color: #fff;
}
.mobile-nav .header-nav .dropdown-container li a:hover {
  color: #fff;
}
.mobile-nav .tags {
  margin-top: 20px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.mobile-nav-visible {
  overflow: hidden;
}
.mobile-nav-visible .mobile-nav {
  display: flex;
  flex-direction: column;
}
.mobile-nav-visible .mobile-nav-content {
  flex-grow: 1;
  overflow-y: auto;
}

.content-text {
  margin: 30px 0;
}
.content-text h2, .content-text .h2 {
  font-size: 20px;
}
.content-text h3, .content-text .h3 {
  font-size: 18px;
}
.content-text h4, .content-text .h4 {
  font-size: 16px;
}
.content-text h5, .content-text .h5 {
  font-size: 14px;
}
.content-text h6, .content-text .h6 {
  font-size: 12px;
}

.cookie {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1290px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 5px 0 rgba(68, 61, 95, 0.15);
  display: flex;
  font-size: 14px;
  line-height: 1.2;
}
.cookie-text {
  padding-right: 20px;
  flex-grow: 1;
}
.cookie-button {
  flex-shrink: 0;
  white-space: nowrap;
}

@media screen and (max-width: 1199px) {
  .header-nav-item {
    margin: 0 10px;
  }
  .sidebar {
    width: 240px;
    margin-right: 20px;
  }
  .top {
    padding: 14px 10px 10px 10px;
  }
  .top-grid {
    gap: 10px;
  }
  .top-item {
    font-size: 14px;
  }
  .top-item-stats {
    font-size: 12px;
  }
  .grid {
    gap: 10px;
  }
  .grid-full {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-item {
    font-size: 14px;
  }
  .grid-item-name {
    font-size: 16px;
  }
  .grid-item-username {
    margin-top: 0;
  }
  .grid-item-tag {
    font-size: 12px;
  }
  .grid-item-tag-alt {
    font-size: 12px;
  }
  .grid-item-description {
    margin-top: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .input-grid-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .header-buttons {
    display: grid;
  }
  .header-intro-title {
    font-size: 48px;
  }
  .header .header-search {
    display: none;
  }
  .header .header-nav {
    display: none;
  }
  .signup {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    text-align: center;
  }
  .bottom {
    grid-template-columns: repeat(3, 1fr);
  }
  .content {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
    margin: 0 0 30px 0;
    display: none;
  }
  .sidebar.toggled {
    display: block;
  }
  .sidebar .tags {
    display: none;
  }
  .top {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    color: #626262;
  }
  .top .text-white {
    color: initial !important;
  }
  .top a:not(.top-item) {
    color: #637EF7;
  }
  .top a:not(.top-item):hover {
    color: #3256f5;
  }
  .top-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .countries-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px 10px;
  }
  .profile {
    flex-direction: column;
  }
  .profile-image {
    width: 100%;
    margin: 0 0 20px 0;
    grid-template-columns: auto 120px;
  }
  .profile-image-main .profile-image-container {
    width: 100%;
  }
  .cookie {
    bottom: 10px;
    width: calc(100% - 20px);
    padding: 10px;
    flex-direction: column;
    text-align: center;
  }
  .cookie-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cookie-button .btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h1, h2, h3, .h1, .h2, .h3 {
    font-size: 20px;
  }
  .btn {
    min-width: 44px;
    height: 44px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 44px;
  }
  .btn-sm {
    min-width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .input-message {
    font-size: 12px;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .logo img {
    height: 36px;
  }
  .header-intro {
    height: initial;
  }
  .header-intro-content {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .header-intro-title {
    max-width: 320px;
    font-size: 30px;
  }
  .header-intro-search {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .header-intro-search-input {
    height: 48px;
    padding-right: 90px;
  }
  .header-intro-search-btn {
    top: 2px;
    right: 2px;
  }
  .header-intro-search-popular {
    margin-top: 20px;
  }
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-full {
    grid-template-columns: repeat(2, 1fr);
  }
  .content {
    margin: 20px 0;
  }
  .top-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .more {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .more .btn {
    display: block;
  }
  .signup {
    margin: 30px 0;
    padding: 20px 10px 46px 10px;
    gap: 10px;
  }
  .signup-heading {
    font-size: 20px;
  }
  .signup-heading span {
    display: block;
  }
  .signup-form-input {
    height: 48px;
    padding-right: 110px;
  }
  .signup-form-btn {
    top: 2px;
    right: 2px;
  }
  .bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .bottom-title {
    font-size: 16px;
  }
  .countries-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 10px;
  }
  .countries-grid-flag {
    max-width: 50px;
    height: 50px;
  }
  .sort {
    width: 100%;
    margin-top: 6px;
    flex-direction: column;
    align-items: flex-start;
  }
  .sort-label {
    margin: 0 0 2px 0;
    font-size: 12px;
  }
  .sort-select {
    width: 100%;
    height: 32px;
    padding: 0 10px;
  }
  .sort-select > a {
    line-height: 30px;
  }
  .sort-select > a::after {
    font-size: 18px;
  }
  .profile {
    margin: 10px 0;
  }
  .profile-image {
    grid-template-columns: repeat(3, 1fr);
  }
  .profile-image-main {
    grid-column: span 3;
    grid-row: initial;
  }
  .profile-image-main .profile-image-container {
    padding-top: 0;
  }
  .profile-image-gallery {
    margin: 10px 0 0 0;
    grid-template-columns: repeat(3, 1fr);
  }
  .profile-image-container {
    width: auto;
    height: auto;
    padding-top: 100%;
  }
  .profile-heading {
    justify-content: space-between;
  }
  .profile-likes {
    margin-right: initial;
  }
  .profile h2 {
    font-size: 18px;
  }
  .similar {
    margin: 10px 0 20px 0;
  }
  .content-text {
    margin: 20px 0;
  }
  .content-text h2, .content-text .h2 {
    font-size: 18px;
  }
  .content-text h3, .content-text .h3 {
    font-size: 16px;
  }
  .content-text h4, .content-text .h4 {
    font-size: 14px;
  }
  .content-text h5, .content-text .h5 {
    font-size: 12px;
  }
  .content-text h6, .content-text .h6 {
    font-size: 12px;
  }
}/*# sourceMappingURL=styles.css.map */