@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main, img {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

html, .body-default {
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #373F46;
  overflow-x: hidden;
  position: relative;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.no-scroll {
  overflow: hidden;
}

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
  border-color: #A9A9A9 !important;
  border-radius: 8px 8px 0 0 !important;
}

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border-color: #A9A9A9 !important;
}

.ck.ck-editor__main > .ck-editor__editable {
  min-height: 150px;
  border-radius: 0 0 8px 8px !important;
  font-size: 18px;
  line-height: 25px;
}
.ck.ck-editor__main > .ck-editor__editable strong {
  font-weight: 700;
}
.ck.ck-editor__main > .ck-editor__editable i {
  font-style: italic;
}
.ck.ck-editor__main > .ck-editor__editable a {
  color: #0088EA;
}
.ck.ck-editor__main > .ck-editor__editable a:hover {
  text-decoration: underline;
}
.ck.ck-editor__main > .ck-editor__editable h2 {
  font-size: 34px;
  line-height: 45px;
}
.ck.ck-editor__main > .ck-editor__editable h3 {
  font-size: 30px;
  line-height: 40px;
}
.ck.ck-editor__main > .ck-editor__editable h4 {
  font-size: 26px;
  line-height: 35px;
}
.ck.ck-editor__main > .ck-editor__editable .text-tiny {
  font-size: 14px;
  line-height: 20px;
}
.ck.ck-editor__main > .ck-editor__editable .text-small {
  font-size: 16px;
  line-height: 22px;
}
.ck.ck-editor__main > .ck-editor__editable .text-big {
  font-size: 20px;
  line-height: 27px;
}
.ck.ck-editor__main > .ck-editor__editable .text-huge {
  font-size: 22px;
  line-height: 30px;
}
.ck.ck-editor__main > .ck-editor__editable ul {
  list-style-type: disc;
  margin-left: 1em;
}
.ck.ck-editor__main > .ck-editor__editable ol {
  list-style-type: decimal;
  margin-left: 1em;
}

.ck-focused {
  border-color: #0899DA !important;
  box-shadow: 0 0 3px rgba(8, 153, 218, 0.5) !important;
}

.ck-reset_all :not(.ck-reset_all-excluded *), .ck.ck-reset_all {
  font-family: "Roboto Flex", sans-serif !important;
  font-size: 13px;
  font-weight: 300;
}

.top-header {
  border-bottom: 1px solid #D0D0D0;
}
.top-header__body {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-header__action {
  display: flex;
  align-items: center;
  gap: 15px;
}
.top-header__action:hover {
  text-decoration: underline;
}
.top-header__language {
  font-family: "Inter", sans-serif;
  color: #8E8E8E;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
.top-header__language-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  border: none;
  background-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #373F46;
  cursor: pointer;
  z-index: 2;
}
.top-header__language-btn-circle {
  width: 20px;
  height: 20px;
  background-color: #F0F0F0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-header__languages {
  background-color: #fff;
  position: absolute;
  top: -10px;
  left: 181px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  width: 115px;
  height: 78px;
  display: flex;
  align-items: flex-end;
  border-radius: 6px;
  padding: 12px;
}
.top-header__languages a {
  display: block;
}
.top-header__languages a:hover {
  color: #373F46;
}

@media (max-width: 1023px) {
  .top-header {
    display: none;
  }
}
.header__body {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__auth {
  display: flex;
  align-items: center;
}
.header__auth-login-btn {
  width: 108px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background-color: #2D4356;
  color: #fff;
  border-radius: 8px 0 0 8px;
  transition: 0.2s;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.2em;
  border: none;
  cursor: pointer;
}
.header__auth-login-btn:hover {
  opacity: 0.8;
}
.header__auth-register-btn {
  width: 118px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F0F0F0;
  border-radius: 0 8px 8px 0;
  transition: 0.2s;
}
.header__auth-register-btn:hover {
  opacity: 0.8;
}
.header__burger-btn {
  display: none;
}
.header__username {
  margin-right: 25px;
}
.header__profile-btn {
  width: 118px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background-color: #2D4356;
  color: #fff;
  border-radius: 8px 0 0 8px;
  transition: 0.2s;
  font-family: inherit;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.header__profile-btn:hover {
  opacity: 0.8;
}
.header__logout-btn {
  width: 108px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #F0F0F0;
  color: inherit;
  border-radius: 0 8px 8px 0;
  transition: 0.2s;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.2em;
  border: none;
  cursor: pointer;
}
.header__logout-btn img {
  width: 16px;
}
.header__logout-btn:hover {
  opacity: 0.8;
}
.header__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.header__logo-text {
  font-size: 12px;
  line-height: 12px;
  text-align: right;
}

.header-shadow {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1023px) {
  .header__auth {
    display: none;
  }
  .header__logo img {
    width: 249px;
  }
  .header__body {
    height: 92px;
  }
  .header__burger-btn {
    display: block;
    padding: 0;
    border: none;
    background-color: transparent;
  }
}
.navigation {
  display: flex;
  align-items: center;
  gap: 36px;
}
.navigation a:hover {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .navigation {
    display: none;
  }
}
.footer {
  background-color: #0F1A57;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 100px;
}
.footer__body {
  display: flex;
  justify-content: space-between;
}
.footer__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.footer__logo-text {
  font-size: 11px;
  line-height: 11px;
  text-align: right;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
}
.footer-nav__menu {
  padding-top: 7px;
}
.footer-nav__header {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 18px;
}
.footer-nav__list {
  list-style-type: disc;
  padding-left: 1em;
  line-height: 30px;
}
.footer-nav__list a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .footer__body {
    flex-direction: column;
    gap: 30px;
  }
  .footer__logo {
    align-items: center;
  }
}
.cookie-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(15, 26, 87, 0.8);
  font-size: 14px;
  height: 72px;
  color: #fff;
  padding: 20px;
  display: none;
  justify-content: center;
  z-index: 1000;
}
.cookie-consent__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  gap: 50px;
}
.cookie-consent__left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cookie-consent__btn {
  width: 165px;
  height: 40px;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  background-color: #0080FF;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cookie-consent__btn:hover {
  background-color: #0065ca;
}

@media (max-width: 600px) {
  .cookie-consent {
    height: 150px;
  }
  .cookie-consent__body {
    align-items: flex-start;
    gap: 10px;
  }
}
.pagination a:hover {
  text-decoration: underline;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  font-weight: 300;
}
.pagination__pages {
  border-radius: 5px;
  background-color: #0899DA;
  color: #fff;
  font-size: 18px;
  padding: 9px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pagination__pages li.active {
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .pagination ul {
    gap: 10px;
  }
  .pagination-prev, .pagination-next {
    padding: 20px;
    font-weight: 700;
  }
}
.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 12px;
  background: #fff;
  padding: 20px 35px 20px 25px;
  box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: translate(-50%, -50%) translateX(calc(100% + 30px));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  z-index: 15;
  max-width: 500px;
  opacity: 0;
}

.toast.active {
  transform: translate(-50%, -50%) translateX(0%);
  opacity: 1;
}

.toast .toast-content {
  display: flex;
  align-items: center; /*  */
}

.toast-content .check {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: 35px;
  background-color: #0088EA;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}

.toast-content .message {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}

.message .text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #666666;
}

.message .text.text-1 {
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.toast .close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
}

.toast .close:hover {
  opacity: 1;
}

.toast .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
}

.toast .progress:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #0088EA;
}

.progress.active:before {
  animation: progress 4s linear forwards;
}

@keyframes progress {
  100% {
    right: 100%;
  }
}
@media (max-width: 520px) {
  .toast {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
.search-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-input-field {
  margin-bottom: 0 !important;
  position: relative;
}

.search-input {
  width: 200px;
  height: 36px;
  border: 1px solid #A9A9A9;
  border-radius: 20px 36px 36px 20px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  color: #373F46;
  padding: 0 16px;
}
.search-input:focus {
  outline: none;
  border-color: #0899DA;
  box-shadow: 0 0 3px rgba(8, 153, 218, 0.5);
}

.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: #2D4356;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}
.search-btn:hover {
  opacity: 0.8;
}

.burger-menu {
  display: none;
  background-color: white;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 100%;
  top: 0;
  z-index: 999;
  transition: all 0.5s;
  overflow-x: auto;
}
.burger-menu__header {
  border-bottom: 1px solid #e6e6e6;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 17px;
}
.burger-menu__header a {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.burger-menu__header .logo {
  width: 249px;
}
.burger-menu__header .logo-text {
  font-size: 12px;
  line-height: 12px;
  text-align: right;
}
.burger-menu__navigation {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.burger-menu__navigation-link {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 2;
}
.burger-menu__navigation-link img {
  margin-top: 5px;
}
.burger-menu__navigation-disc {
  margin-top: 1px;
  margin-right: 5px;
  background-color: #1070B6;
  width: 11px;
  height: 11px;
  border-radius: 11px;
}
.burger-menu__actions {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.burger-menu__search-container {
  margin-top: 24px;
}
.burger-menu__search-container .search-input-field {
  width: 100%;
}
.burger-menu__search-container .search-input {
  width: 100%;
  height: 44px;
}
.burger-menu__search-container .search-btn {
  width: 44px;
  height: 44px;
}
.burger-menu__languages {
  font-size: 18px;
  margin-left: -10px;
  margin-top: -10px;
  display: flex;
  align-items: center;
}
.burger-menu__languages a {
  padding: 10px;
}
.burger-menu__languages p {
  padding: 10px;
  font-weight: 600;
}
.burger-menu__languages span {
  display: block;
}

.burger-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 900;
}
.burger-overlay.show {
  opacity: 1;
  visibility: visible;
}

.burger-close-btn {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .burger-menu {
    display: block;
  }
  .burger-menu__auth-container {
    margin-top: 16px;
    display: flex;
    justify-content: center;
  }
  .burger-menu__auth-container .header__auth {
    display: flex;
  }
}
.banner {
  position: relative;
}
.banner__image {
  height: 537px;
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.banner-info {
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
}
.banner-info__body {
  width: 705px;
  height: 181px;
  background-color: rgba(15, 26, 87, 0.8);
  color: #fff;
  padding: 26px 18px 24px 30px;
}
.banner-info__text {
  font-size: 27px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 13px;
}
.banner-info__ad-btns {
  display: flex;
  gap: 16px;
}
.banner-info__ad-btn {
  display: flex;
  padding-top: 12px;
  padding-bottom: 13px;
  font-size: 18px;
  font-weight: 700;
  transition: 0.2s;
}
.banner-info__ad-btn:hover {
  opacity: 0.8;
}
.banner-info__paid {
  background-color: rgba(41, 73, 241, 0.8);
  padding-left: 24px;
  padding-right: 28px;
}
.banner-info__free {
  background-color: rgba(80, 193, 27, 0.8);
  padding-left: 19px;
  padding-right: 17px;
}

@media (max-width: 600px) {
  .banner__image {
    height: 438px;
    object-position: 35% top;
  }
  .banner-info {
    left: -20px;
    bottom: 0px;
  }
  .banner-info__body {
    width: 100%;
    height: 179px;
    padding: 20px;
  }
  .banner-info__text {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 500;
  }
  .banner-info__paid {
    display: none;
  }
  .banner-info__ad-btn {
    font-weight: 500;
  }
}
@media (max-width: 400px) {
  .banner-info__text {
    font-size: 18px;
  }
}
.board {
  background-color: #f3f4f6;
  margin-bottom: 58px;
}
.board__body {
  display: flex;
  flex-wrap: wrap;
}
.board__section {
  flex: 0 0 310px;
  border-right: 1px solid #E4E4E4;
  padding-left: 30px;
  padding-right: 30px;
}
.board__section:nth-child(-n+4) {
  padding-top: 35px;
  padding-bottom: 40px;
}
.board__section:not(:nth-child(-n+4)) {
  padding-bottom: 70px;
}
.board__section:nth-last-child(-n+4) {
  padding-bottom: 0;
}
.board__section-header {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
  margin-bottom: 13px;
}
.board__section-header a:hover {
  text-decoration: underline;
}
.board__section-btn {
  display: none;
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.board__section-btn img {
  transition: all 0.3s;
  width: 24px;
}
.board__section-list {
  font-size: 18px;
  list-style-type: disc;
  padding-left: 1em;
}
.board__section-list li {
  margin-bottom: 5px;
}
.board__section-list a:hover {
  text-decoration: underline;
}
.board__section-ad {
  background-color: #0F1A57;
  color: #fff;
  font-weight: 300;
  padding: 17px 28px 32px 27px;
  flex: 0 0 310px;
  border-right: 1px solid #E4E4E4;
}
.board__section-ad-info {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.board__section-ad-info img {
  margin-top: 4px;
}
.board__section-ad-new {
  margin-bottom: 9px;
  font-size: 22px;
  font-weight: 700;
}
.board__section-ad-minute {
  margin-bottom: 22px;
}
.board__section-ad-btn {
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  background-color: #0088EA;
  border-radius: 5px;
  transition: 0.2s;
}
.board__section-ad-btn:hover {
  opacity: 0.8;
}

@media (max-width: 600px) {
  .board {
    background-color: #fff;
    margin-bottom: 0;
  }
  .board__section {
    border-right: none;
    border-bottom: 1px solid #D3D3D3;
    flex: 0 0 100%;
    padding: 0 26px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    font-size: 21px;
  }
  .board__section--closed {
    border-bottom: 1px solid #CECECE;
  }
  .board__section--closed .board__section-list {
    max-height: 0;
  }
  .board__section--closed .board__section-btn img {
    transform: rotate(180deg);
  }
  .board__section-btn {
    display: block;
  }
  .board__section-header {
    height: auto;
    font-size: 24px;
    margin-bottom: 0;
  }
  .board__section-ad {
    display: none;
  }
  .board__section-list {
    padding-top: 0;
  }
  .board__section-list li:first-child {
    margin-top: 22px;
  }
  .board-container {
    padding: 0;
  }
  .board__section--open .board__section-list {
    max-height: 1000px;
    transition: max-height 0.35s ease-in-out;
  }
  .board__section--closed .board__section-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-in-out;
  }
}
.news-feed {
  margin-bottom: 98px;
}
.news-feed__header {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 53px;
}
.news-feed__header-feed {
  font-size: 22px;
  font-weight: 300;
}
.news-feed__header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 39px;
  padding-left: 9px;
  padding-right: 16px;
  border: 1px solid #373F46;
  border-radius: 99px;
}
.news-feed__header-news {
  display: flex;
  align-items: center;
  gap: 25px;
}
.news-feed__body {
  display: flex;
  justify-content: space-between;
}

.partners-swiper {
  width: 100%;
}

.partners-swiper-wrapper {
  justify-content: space-between;
}
.partners-swiper-wrapper .swiper-slide {
  width: auto;
}

.news-swiper-wrapper {
  justify-content: space-between;
}

.news-swiper {
  width: 100%;
}

@media (max-width: 600px) {
  .news-feed {
    background-color: #f5f5f5;
    padding-top: 48px;
    padding-bottom: 45px;
    margin-bottom: 42px;
  }
  .news-feed__header {
    gap: 14px;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .news-feed__header img {
    width: 39px;
  }
  .news-feed__header-news {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .news-feed__header-feed {
    font-size: 26px;
    font-weight: 500;
  }
  .news-feed__header-btn {
    padding: 0;
    height: auto;
    border: none;
    font-weight: 300;
    text-decoration: underline;
  }
  .news-feed__header-btn img {
    display: none;
  }
  .news-feed__body {
    display: block;
  }
  .news-swiper {
    padding: 20px 20px 30px 20px;
  }
  .news-swiper-pagination {
    position: relative;
    bottom: 0 !important;
  }
  .news-swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #D3D3D3;
    background-color: #fff;
    opacity: 1;
  }
  .news-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1070B6;
    border: 1px solid #1070B6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .news-feed-container {
    padding: 0;
  }
}
.partners {
  margin-bottom: 150px;
}
.partners__header {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 300;
}
.partners__header-info {
  display: flex;
  align-items: center;
}
.partners__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partners__icon {
  margin-right: 7px;
}
.partners__title {
  margin-right: 25px;
}
.partners__btn {
  background-color: #0088EA;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  border: none;
  border-radius: 250px;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 39px;
  padding-left: 8px;
  padding-right: 20px;
}
.partners__btn:hover {
  opacity: 0.8;
}

.partners-container {
  max-width: 1464px;
  border: 1px solid #CFCFCF;
  border-radius: 15px;
  padding: 42px 112px 77px 112px;
}

@media (max-width: 600px) {
  .partners-container {
    padding: 0;
    border: none;
  }
  .partners {
    margin-bottom: 71px;
  }
  .partners__header {
    font-size: 26px;
    font-weight: 600;
    padding: 0 20px;
  }
  .partners__title {
    margin-right: 0;
    margin-bottom: 2px;
  }
  .partners__header-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .partners__btn {
    background-color: transparent;
    height: auto;
    padding: 0;
    color: #373F46;
    border-bottom: 1px solid #373F46;
    border-radius: 0;
  }
  .partners__btn img {
    display: none;
  }
  .partners__body {
    padding-left: 20px;
    justify-content: flex-start;
    display: block;
    transition: 0.3s;
  }
  .partners-swiper-pagination {
    position: relative;
    bottom: 0 !important;
    margin-top: 45px;
  }
  .partners-swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #D3D3D3;
    background-color: #fff;
    opacity: 1;
  }
  .partners-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1070B6;
    border: 1px solid #1070B6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 390px) {
  .partners__title {
    font-size: 22px;
  }
}
.listings {
  margin-top: 53px;
  margin-bottom: 103px;
}
.listings__header {
  display: flex;
  height: 55px;
}
.listings__header-filters {
  flex: 0 0 297px;
  background-color: #14B6FF;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  padding-left: 28px;
  font-size: 18px;
  font-weight: 500;
}
.listings__header-breadcrumbs {
  width: 100%;
  background-color: #0899DA;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 38px;
  color: #fff;
  font-weight: 300;
}
.listings__header-breadcrumbs a:hover {
  text-decoration: underline;
}
.listings__header-breadcrumbs strong {
  font-weight: 600;
}
.listings__body {
  display: flex;
  gap: 24px;
}
.listings__section {
  padding-top: 24px;
  width: 100%;
}
.listings__sort {
  margin-bottom: 56px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.listings__sort p {
  font-weight: 700;
}
.listings__select-wrapper {
  position: relative;
}
.listings__select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  background: url("/assets/icons/select-arrow.svg") no-repeat;
  background-size: 100%;
  width: 19px;
  height: 19px;
}
.listings__select {
  font-family: inherit;
  font-weight: 300;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 166px;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #9A9A9A;
  border-radius: 5px;
}
.listings__select:focus {
  outline: none;
}
.listings__ad {
  margin-bottom: 60px;
  background-color: #F9F9F9;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  font-size: 18px;
  padding: 30px 33px 17px 33px;
}
.listings__ad-photo {
  width: 215px;
  height: 215px;
  object-fit: cover;
  border-radius: 5px;
}
.listings__ad-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 17px;
}
.listings__ad-title--date-after {
  margin-bottom: 7px;
}
.listings__ad-date {
  color: #979797;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 18px;
}
.listings__ad-text {
  margin-bottom: 17px;
}
.listings__ad-row {
  display: flex;
  gap: 37px;
  margin-bottom: 17px;
}
.listings__ad--premium {
  background-color: #C8FFE4;
  border: 1px solid #C8FFE4;
}
.listings__banner-premium-btn {
  background-color: #0899DA;
  color: #fff;
  border: 1px solid #0899DA;
  padding-left: 12px;
  padding-right: 17px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 6px;
}
.listings__banner-premium-btn:hover {
  background-color: #0899DA;
  color: #fff;
  border: 1px solid #0899DA;
  opacity: 0.8;
}
.listings__ad-btns {
  display: flex;
  gap: 11px;
}
.listings__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 16px;
  font-weight: 300;
  margin-top: 85px;
}
.listings__pagination a:hover {
  text-decoration: underline;
}
.listings__pagination-list {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 39px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 18px;
  font-weight: 300;
  background-color: #0899DA;
  color: #fff;
  border-radius: 5px;
}
.listings__pagination-link--active {
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 950px) {
  .listings__header-filters {
    flex: 0 0 100%;
  }
  .listings__header-breadcrumbs {
    display: none;
  }
  .listings__body {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .listings__ad-row {
    flex-direction: column;
  }
  .listings__ad-photo {
    width: 100%;
  }
}
.listings-filters {
  background-color: #F3F3F3;
  padding: 28px 33px 35px 33px;
  flex: 0 0 297px;
  height: 100%;
}
.listings-filters__section {
  margin-bottom: 28px;
}
.listings-filters__section a:hover {
  text-decoration: underline;
}
.listings-filters__section--closed {
  border-bottom: 1px solid #CECECE;
}
.listings-filters__section--closed .listings-filters__section-list {
  max-height: 0;
}
.listings-filters__section--closed .listings-filters__btn img {
  transform: rotate(180deg);
}
.listings-filters__section-header {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
}
.listings-filters__btn {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.listings-filters__btn img {
  transition: all 0.3s;
}
.listings-filters__section-list {
  list-style-type: disc;
  padding-left: 1em;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-in-out;
}
.listings-filters__section--active .listings-filters__section-header a {
  border-bottom: 1px dashed #373F46;
}
.listings-filters__section-list--active a {
  border-bottom: 1px dashed #373F46;
}

.listings-filters__section--open .listings-filters__section-list {
  max-height: 1000px;
  transition: max-height 0.35s ease-in-out;
}

.listings-filters__section--closed .listings-filters__section-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-in-out;
}

.listing {
  margin-top: 53px;
  margin-bottom: 62px;
}

.publish-header {
  margin-top: 53px;
  margin-bottom: 61px;
  display: flex;
  align-items: center;
  gap: 31px;
}
.publish-header__publish {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 55px;
  background-color: #14B6FF;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  width: fit-content;
  padding: 0px 28px 0px 17px;
}
.publish-header__ad-type {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 17px;
  font-weight: 300;
}
.publish-header__select-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.publish-header__buttons {
  display: flex;
  height: 44px;
  background-color: #F0F0F0;
  border-radius: 8px;
}
.publish-header__select-btn {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #373F46;
  border: none;
  border-radius: 8px;
  padding: 0 24px;
  cursor: pointer;
}
.publish-header__select-btn--active {
  background-color: #2D4356;
  color: #fff;
}

@media (max-width: 600px) {
  .publish-header {
    margin: 30px 0;
    flex-direction: column;
    gap: 20px;
  }
}
.listing-publication {
  margin-bottom: 95px;
  border: 1px solid #B1B1B1;
  border-radius: 8px;
}
.listing-publication__body {
  padding: 58px 26px 86px 43px;
  display: flex;
}
.listing-publication__step {
  display: flex;
  gap: 21px;
  margin-bottom: 71px;
}
.listing-publication__step-icon {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #0899DA;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.listing-publication__step-info {
  font-size: 21px;
  font-weight: 600;
}
.listing-publication__categories {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: 18px;
}
.listing-publication__category-btn {
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: 18px;
  font-weight: 300;
  height: 54px;
  padding-left: 35px;
  padding-right: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 15px;
  width: 395px;
}
.listing-publication__category-btn:hover {
  background-color: #EDEDED;
}
.listing-publication__category-btn svg {
  fill: #373F46;
}
.listing-publication__category-btn p {
  max-width: 250px;
  text-align: left;
}
.listing-publication__category-btn--active {
  background-color: #EDEDED;
  font-weight: 600;
}
.listing-publication__category-btn--active svg {
  fill: #0899DA;
}
.listing-publication__category-btn--next {
  background-color: #0899DA;
  color: #fff;
  width: 317px;
  padding-left: 28px;
  padding-right: 20px;
  transition: 0.25s;
}
.listing-publication__category-btn--next:hover {
  background-color: #0899DA;
  opacity: 0.8;
}
.listing-publication__category-btn--next svg {
  fill: #fff;
}
.listing-publication__parent-column {
  margin-right: 69px;
}
.listing-publication__child-column {
  display: none;
}
.listing-publication__child-column .listing-publication__category-btn {
  width: 329px;
}
.listing-publication__next-step {
  display: none;
}
.listing-publication__form {
  display: none;
}
.listing-publication__step-action {
  margin-top: 4px;
}
.listing-publication__step-required {
  font-size: 18px;
  font-weight: 300;
  color: #949494;
}
.listing-publication__checkbox-container {
  margin-bottom: 32px;
}

@media (max-width: 600px) {
  .listing-publication__step {
    margin-bottom: 30px;
  }
  .listing-publication__body {
    padding: 24px;
    flex-direction: column;
  }
  .listing-publication__categories {
    margin-left: 0;
  }
  .listing-publication__category-btn {
    padding: 0 16px;
    width: 100%;
  }
  .listing-publication__parent-column {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.listing-photos {
  margin-bottom: 43px;
}
.listing-photos__uploaded-photos {
  display: flex;
  gap: 15px;
  margin-bottom: 47px;
}
.listing-photos__uploaded-photo-container {
  position: relative;
}
.listing-photos__uploaded-photo {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}
.listing-photos__delete-btn {
  cursor: pointer;
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: rgba(86, 86, 86, 0.5);
  backdrop-filter: blur(7px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 99px;
  bottom: 5px;
  right: 5px;
  transition: opacity 0.25s;
}
.listing-photos__delete-btn:hover {
  opacity: 0.7;
}
.listing-photos__btn-container {
  display: flex;
  align-items: center;
}
.listing-photos__btn {
  margin-right: 23px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 300;
  border: none;
  background-color: #373F46;
  color: #fff;
  height: 54px;
  border-radius: 15px;
  padding: 0px 37px 0px 21px;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  gap: 23px;
  cursor: pointer;
}
.listing-photos__btn img, .listing-photos__btn p {
  pointer-events: none;
}
.listing-photos__btn:hover {
  opacity: 0.8;
}
.listing-photos__add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  padding: 0;
  width: 100px;
  height: 100px;
  background-color: #E7E7E7;
  cursor: pointer;
  transition: opacity 0.3s;
}
.listing-photos__add-btn:hover {
  opacity: 0.7;
}
.listing-photos__info {
  font-size: 14px;
  font-weight: 300;
}
.listing-photos__banner-input {
  margin-top: 24px;
}
.listing-photos__banner-input input {
  display: none;
}
.listing-photos__banner-btn {
  width: fit-content;
  height: 44px;
}

@media (max-width: 600px) {
  .listing-photos__btn-container {
    flex-direction: column;
    gap: 10px;
  }
  .listing-photos__uploaded-photos {
    flex-wrap: wrap;
  }
}
.auth-modal {
  position: absolute;
  z-index: 101;
  background-color: #fff;
  top: -1000px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px 8px 12px 12px;
  transition: all 0.4s;
}
.auth-modal__overlay {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}
.auth-modal__header {
  display: flex;
  justify-content: space-between;
  padding-right: 23px;
}
.auth-modal__header p {
  font-size: 24px;
  font-weight: 300;
}
.auth-modal__info {
  display: flex;
  align-items: center;
  gap: 14px;
}
.auth-modal__icon-container {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  border-radius: 8px 0px 0px 0px;
  background-color: #0899DA;
}
.auth-modal__close-btn {
  cursor: pointer;
}
.auth-modal__body {
  padding: 43px 35px 24px 38px;
}
.auth-modal__forgot {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 20px;
}
.auth-modal__forgot a {
  text-decoration: underline;
}
.auth-modal__forgot a:hover {
  text-decoration: none;
}
.auth-modal__submit-btn {
  width: 93px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #373F46;
  border: none;
  border-radius: 8px;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
}
.auth-modal__submit-btn:hover {
  opacity: 0.75;
}
.auth-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  height: 61px;
  background-color: #0899DA;
  color: #fff;
  padding: 0 36px;
  border-radius: 0px 0px 8px 8px;
}
.auth-modal__footer p {
  font-weight: 300;
}
.auth-modal__footer a {
  font-weight: 700;
  text-decoration: underline;
}
.auth-modal__footer a:hover {
  text-decoration: none;
}

@media (max-width: 600px) {
  .auth-modal {
    width: 95%;
  }
}
.registration-form__body {
  padding: 65px 0 73px 96px;
  border: 1px solid #B1B1B1;
  border-radius: 8px;
  margin-bottom: 70px;
}
.registration-form__description {
  margin-bottom: 50px;
}
.registration-form__actions {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 8px;
}
.registration-form__required-fields {
  font-size: 18px;
  font-weight: 300;
  color: #949494;
}

@media (max-width: 600px) {
  .registration-form__body {
    padding: 24px;
  }
}
.news {
  margin-top: 53px;
  margin-bottom: 103px;
}
.news__header {
  display: flex;
  height: 55px;
}
.news__header-archive {
  flex: 0 0 297px;
  background-color: #14B6FF;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  padding-left: 28px;
  font-size: 18px;
  font-weight: 500;
}
.news__header-breadcrumbs {
  width: 100%;
  background-color: #0899DA;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 38px;
  color: #fff;
  font-weight: 300;
}
.news__body {
  display: flex;
  gap: 24px;
}
.news__container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 40px;
  width: 100%;
}

@media (max-width: 600px) {
  .news__header-breadcrumbs {
    display: none;
  }
  .news__header-archive {
    flex: 0 0 100%;
  }
  .news__body {
    flex-direction: column;
  }
}
.article {
  margin-top: 56px;
  margin-bottom: 100px;
}
.article__body {
  display: flex;
  gap: 88px;
}
.article__article {
  width: 100%;
}
.article__buttons {
  display: flex;
  gap: 19px;
  margin-bottom: 33px;
}
.article__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  padding-left: 12px;
  padding-right: 16px;
  background-color: transparent;
  height: 41px;
  border: 1px solid #373F46;
  border-radius: 8px;
  font-weight: 300;
  transition: all 0.3s ease;
}
.article__btn svg {
  fill: #373F46;
}
.article__btn:hover {
  color: #fff;
  background-color: #373F46;
}
.article__btn:hover svg {
  fill: #fff;
}
.article__btn-translate {
  color: #fff;
  background-color: #373F46;
}
.article__btn-translate:hover {
  color: #373F46;
  background-color: #fff;
}
.article__title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 12px;
}
.article__date {
  font-size: 18px;
  font-weight: 300;
  color: #979797;
  margin-bottom: 25px;
}
.article__share {
  margin-bottom: 20px;
  background-color: #F6F6F6;
  padding: 12px 34px 13px 17px;
  border-radius: 8px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
}
.article__share img {
  width: 23px;
  height: 23px;
}
.article__share p {
  margin-right: 8px;
}
.article__preview {
  margin-bottom: 16px;
  width: 100%;
  height: 488px;
  object-fit: cover;
  border-radius: 5px;
}
.article__source {
  margin-bottom: 28px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: #878787;
}
.article__content {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  padding: 0 30px;
}
.article__content strong {
  font-weight: 700;
}
.article__content i {
  font-style: italic;
}
.article__content a {
  color: #0088EA;
}
.article__content a:hover {
  text-decoration: underline;
}
.article__content h2 {
  font-size: 34px;
  line-height: 45px;
}
.article__content h3 {
  font-size: 30px;
  line-height: 40px;
}
.article__content h4 {
  font-size: 26px;
  line-height: 35px;
}
.article__content .text-tiny {
  font-size: 14px;
  line-height: 20px;
}
.article__content .text-small {
  font-size: 16px;
  line-height: 22px;
}
.article__content .text-big {
  font-size: 20px;
  line-height: 27px;
}
.article__content .text-huge {
  font-size: 22px;
  line-height: 30px;
}
.article__content ul {
  list-style-type: disc;
  margin-left: 1em;
}
.article__content ol {
  list-style-type: decimal;
  margin-left: 1em;
}
.article__content figcaption {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: #878787;
  margin-top: 5px;
  margin-bottom: 10px;
}
.article__content img {
  max-width: 100%;
  height: auto;
}
.article__content .image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article__content p {
  margin-bottom: 16px;
}

@media (max-width: 900px) {
  .article__body {
    flex-direction: column;
  }
  .article__content {
    padding: 0;
  }
}
.latest-news {
  flex: 0 0 330px;
  height: 100%;
  background-color: #F0F0F0;
  border-radius: 8px;
  padding: 18px;
}
.latest-news__header {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #BCBCBC;
}
.latest-news__icon-container {
  width: 40px;
  height: 40px;
  background-color: #373F46;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest-news__preview {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 5px;
}
.latest-news__cards {
  display: flex;
  flex-direction: column;
  gap: 31px;
  margin-bottom: 30px;
}
.latest-news__card {
  display: flex;
  gap: 14px;
}
.latest-news__back-btn {
  color: #fff;
  background-color: #373F46;
  width: 100%;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}
.latest-news__back-btn:hover {
  opacity: 0.8;
}

.about {
  margin-top: 56px;
  margin-bottom: 100px;
}
.about__body {
  display: flex;
  gap: 60px;
}
.about__header {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 36px;
}
.about__content {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
.about__content a {
  text-decoration: underline;
}
.about__content a:hover {
  text-decoration: none;
}
.about__content p {
  margin-bottom: 16px;
}

@media (max-width: 800px) {
  .about__body {
    flex-direction: column;
  }
}
.contacts {
  margin-top: 56px;
  margin-bottom: 100px;
}
.contacts__body {
  display: flex;
  gap: 60px;
}
.contacts__left {
  width: 100%;
}
.contacts__header {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 36px;
}
.contacts__form {
  border: 1px solid #A9A9A9;
  border-radius: 8px;
  padding: 41px 48px 34px 34px;
}

@media (max-width: 600px) {
  .contacts {
    margin-top: 32px;
  }
  .contacts__body {
    flex-direction: column;
  }
  .contacts__form {
    padding: 24px;
  }
}
.listings__banner {
  position: relative;
  background-color: #F9F9F9;
  border: 1px solid #AFAFAF;
  border-radius: 8px;
  margin-bottom: 53px;
  height: 228px;
  display: block;
}
.listings__banner--small {
  height: 132px;
}
.listings__big-banner-image-container {
  position: relative;
  height: 228px;
}
.listings__big-banner-image {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 230px;
  object-fit: cover;
  border-radius: 8px;
}
.listings__small-banner-image-container {
  position: relative;
  height: 132px;
}
.listings__small-banner-image {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 134px;
  object-fit: cover;
  border-radius: 8px;
}
.listings__banner-text {
  position: absolute;
  left: 39px;
  right: 39px;
  top: 50%;
  transform: translateY(-50%);
}
.listings__banner-info {
  font-size: 15px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 25px 22px 22px 22px;
}
.listings__banner-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px;
}
.listings__banner-description {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
}
.listings__banner-description strong {
  font-weight: 700;
}
.listings__banner-description i {
  font-style: italic;
}
.listings__banner-description a {
  color: #0088EA;
}
.listings__banner-description a:hover {
  text-decoration: underline;
}
.listings__banner-description .text-tiny {
  font-size: 15px;
}
.listings__banner-description .text-small {
  font-size: 18px;
}
.listings__banner-description .text-big {
  font-size: 24px;
}
.listings__banner-description .text-huge {
  font-size: 27px;
}
.listings__banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  height: 35px;
  border: 1px solid #373F46;
  border-radius: 8px;
  transition: 0.3s;
  font-size: 15px;
}
.listings__banner-btn:hover {
  background-color: #373F46;
  color: #fff;
}

@media (max-width: 1280px) {
  .listings__banner.rumesto {
    aspect-ratio: 919/230;
    height: auto;
  }
  .listings__banner.rumesto .listings__big-banner-image {
    height: auto;
  }
}
.search-filters {
  background-color: #F3F3F3;
  padding: 28px 33px 35px 33px;
  flex: 0 0 297px;
  height: 100%;
}
.search-filters__checkbox {
  margin-bottom: 20px;
}

.news-card {
  flex: 0 0 284px;
  display: flex;
  flex-direction: column;
}
.news-card__photo {
  margin-bottom: 16px;
  position: relative;
}
.news-card__photo img {
  width: 100%;
  height: 211px;
  border-radius: 5px;
  object-fit: cover;
}
.news-card__date {
  position: absolute;
  left: 6px;
  bottom: 6px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  backdrop-filter: blur(3px);
  border-radius: 5px;
  padding-left: 13px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.news-card__title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.news-card__description {
  font-weight: 300;
  margin-bottom: 19px;
  flex: 1 1 auto;
}
.news-card__more-btn-container {
  width: 100%;
  display: flex;
}
.news-card__more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #373F46;
  border-radius: 250px;
  padding-left: 7px;
  padding-right: 22px;
  height: 33px;
  font-size: 14px;
}

@media (max-width: 600px) {
  .news-card {
    flex: 0 0 100%;
    background-color: #fff;
    padding: 18px 18px 43px 18px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .news-card__photo img {
    width: 100%;
    height: 211px;
    object-fit: cover;
  }
  .news-card__title {
    margin-bottom: 16px;
  }
}
.listing-header {
  height: 55px;
  color: #fff;
  display: flex;
  margin-bottom: 50px;
}
.listing-header__back-btn {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-left: 12px;
  width: 265px;
  height: 55px;
  background-color: #14B6FF;
  transition: opacity 0.2s;
  font-size: 18px;
  font-weight: 500;
}
.listing-header__back-btn:hover {
  opacity: 0.8;
}
.listing-header__breadcrumbs {
  background-color: #0899DA;
  flex: 1 1 auto;
  padding-left: 38px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 300;
}
.listing-header__breadcrumbs a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .listing-header__back-btn {
    width: 230px;
  }
  .listing-header__breadcrumbs span {
    display: none;
  }
  .listing-header__breadcrumbs a {
    display: none;
  }
  .listing-header__breadcrumbs a:first-child {
    display: block;
  }
}
.listing-body {
  width: 100%;
  padding: 38px;
  border: 1px solid #B1B1B1;
  border-radius: 8px;
  display: flex;
  gap: 50px;
}
.listing-body__left {
  width: 427px;
}
.listing-body__info {
  flex: 1 1 auto;
  font-weight: 300;
  color: #000;
}
.listing-body__date {
  color: #7E7E7E;
  font-size: 14px;
  margin-bottom: 24px;
}
.listing-body__title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 24px;
}
.listing-body__text {
  font-size: 18px;
  margin-bottom: 38px;
}
.listing-body__text strong {
  font-weight: 700;
}
.listing-body__text i {
  font-style: italic;
}
.listing-body__text a {
  color: #0088EA;
}
.listing-body__text a:hover {
  text-decoration: underline;
}
.listing-body__text h2 {
  font-size: 34px;
  line-height: 45px;
}
.listing-body__text h3 {
  font-size: 30px;
  line-height: 40px;
}
.listing-body__text h4 {
  font-size: 26px;
  line-height: 35px;
}
.listing-body__text .text-tiny {
  font-size: 14px;
  line-height: 20px;
}
.listing-body__text .text-small {
  font-size: 16px;
  line-height: 22px;
}
.listing-body__text .text-big {
  font-size: 20px;
  line-height: 27px;
}
.listing-body__text .text-huge {
  font-size: 22px;
  line-height: 30px;
}
.listing-body__text ul {
  list-style-type: disc;
  margin-left: 1em;
}
.listing-body__text ol {
  list-style-type: decimal;
  margin-left: 1em;
}
.listing-body__text p {
  margin-bottom: 16px;
}
.listing-body__salary {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 38px;
}
.listing-body__salary span {
  color: #0899DA;
}
.listing-body__contacts {
  display: flex;
  align-items: center;
  gap: 50px;
  font-size: 21px;
}
.listing-body__contacts a {
  display: flex;
  align-items: center;
  gap: 16px;
}
.listing-body__share {
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 27px;
  gap: 21px;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  background-color: #ececec;
  border-radius: 5px;
}
.listing-body__share-single-column {
  margin-top: 30px;
  width: fit-content;
}
.listing-body__share-icons {
  display: flex;
  align-items: center;
  gap: 14px;
}
.listing-body__share-icons a {
  cursor: pointer;
}
.listing-body__photos {
  margin-bottom: 20px;
}
.listing-body__thumbs {
  margin-bottom: 31px;
}

.listing-swiper img {
  width: 427px;
  height: 427px;
  object-fit: cover;
  border-radius: 5px;
}

.thumbs-swiper img {
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.25s;
}
.thumbs-swiper img:hover {
  opacity: 1;
}
.thumbs-swiper .swiper-slide-thumb-active img {
  opacity: 1;
}

@media (max-width: 1100px) {
  .listing-body {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .listing-body {
    gap: 25px;
    padding: 20px;
  }
  .listing-body__left {
    width: 100%;
  }
  .listing-body__contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .listing-swiper img {
    width: 100%;
    height: 300px;
  }
}
.primary-input-field {
  margin-bottom: 32px;
}
.primary-input-field label {
  display: block;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 300;
}
.primary-input-field input, .primary-input-field textarea {
  width: 321px;
  border: 1px solid #A9A9A9;
  border-radius: 8px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 300;
  color: #373F46;
  padding: 0 16px;
}
.primary-input-field input.is-invalid, .primary-input-field textarea.is-invalid {
  border-color: #F90000;
}
.primary-input-field input:focus, .primary-input-field textarea:focus {
  outline: none;
  border-color: #0899DA;
  box-shadow: 0 0 3px rgba(8, 153, 218, 0.5);
}
.primary-input-field input {
  height: 44px;
}
.primary-input-field textarea {
  resize: none;
  padding: 16px 16px;
}
.primary-input-field .required {
  color: #F90000;
}

.primary-input-container {
  position: relative;
}

.primary-input-price-input {
  padding-left: 30px !important;
}

.primary-input-price-icon {
  position: absolute;
  font-size: 18px;
  font-weight: 300;
  top: 11px;
  left: 16px;
}

.primary-input-toggle-pw {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 15px;
}

.primary-error-message {
  color: #F90000;
  font-size: 14px;
  font-weight: 300;
  margin-top: 4px;
}

@media (max-width: 600px) {
  .primary-input-field input {
    width: 100% !important;
  }
}
.primary-checkbox {
  display: flex;
  align-items: center;
  gap: 25px;
}
.primary-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.primary-checkbox label {
  font-size: 18px;
  font-weight: 300;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  user-select: none;
}
.primary-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-size: cover;
  background-image: url("/assets/icons/checkbox-container.svg");
}
.primary-checkbox label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;
  background-size: cover;
  background-image: url("/assets/icons/checkbox-checkmark.svg");
  opacity: 0;
}
.primary-checkbox label a {
  text-decoration: underline;
}
.primary-checkbox label a:hover {
  text-decoration: none;
}

.primary-checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.page-header {
  margin: 60px 0;
  font-size: 28px;
  font-weight: 300;
}
.page-header__body {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-header__icon-container {
  width: 48px;
  height: 48px;
  background-color: #0899DA;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .page-header {
    margin: 30px 0;
    font-size: 24px;
  }
}
.primary-select-container {
  position: relative;
  width: 232px;
}

.primary-select {
  width: 232px;
  height: 44px;
  border: 1px solid #A9A9A9;
  border-radius: 8px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 300;
  color: #373F46;
  padding: 0 16px;
  appearance: none;
}
.primary-select:focus {
  outline: none;
  border-color: #0899DA;
  box-shadow: 0 0 3px rgba(8, 153, 218, 0.5);
}

.primary-select-arrow {
  position: absolute;
  right: 15px;
  top: 15px;
  pointer-events: none;
}

.primary-button {
  font-family: inherit;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 272px;
  height: 54px;
  color: #fff;
  background-color: #0899DA;
  padding: 0;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.primary-button:hover {
  opacity: 0.75;
}

.newspage-card {
  display: flex;
  gap: 40px;
}
.newspage-card__left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.newspage-card__preview {
  width: 215px;
  height: 215px;
  object-fit: cover;
  border-radius: 5px;
}
.newspage-card__date {
  font-size: 18px;
  font-weight: 300;
  color: #979797;
}
.newspage-card__title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
}
.newspage-card__content {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
}
.newspage-card__buttons {
  display: flex;
  gap: 24px;
}
.newspage-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  padding: 0 24px;
  background-color: transparent;
  height: 41px;
  border: 1px solid #373F46;
  border-radius: 8px;
  font-weight: 300;
  transition: all 0.3s ease;
}
.newspage-card__btn:hover {
  color: #fff;
  background-color: #373F46;
}
.newspage-card__btn-translate {
  color: #fff;
  background-color: #373F46;
  padding-left: 16px;
  padding-right: 16px;
}
.newspage-card__btn-translate:hover {
  color: #373F46;
  background-color: #fff;
}

@media (max-width: 600px) {
  .newspage-card {
    flex-direction: column;
  }
  .newspage-card__preview {
    width: 100%;
  }
}