@charset "UTF-8";
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/subset-Inter-SemiBold.woff2") format("woff2"), url("../fonts/subset-Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/subset-Inter-Regular.woff2") format("woff2"), url("../fonts/subset-Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/subset-Inter-Medium.woff2") format("woff2"), url("../fonts/subset-Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/subset-Inter-Bold.woff2") format("woff2"), url("../fonts/subset-Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-size: 18px;
  line-height: 1.5;
  font-family: "Inter Display", sans-serif;
  font-weight: normal;
}

main {
  min-height: 600px;
  margin-top: 24px;
}

.main-home {
  margin-top: 0 !important;
}

.hidden {
  display: none !important;
}

p {
  margin: 0 0 16px 0;
}

p:last-child {
  margin-bottom: 0 !important;
}

h1,
.h1 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: bold;
  margin-bottom: 12px;
}

.account-header h1,
.account-header .h1 {
  margin-bottom: 24px;
}

h2,
.h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  margin-top: 64px;
  margin-bottom: 24px;
}

h3,
.h3 {
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 24px;
}

h4,
.h4 {
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: bold;
  margin-top: 36px;
  margin-bottom: 24px;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 12px;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 16px;
}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}

blockquote {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  margin: 8px 0;
}

blockquote:first-child {
  margin-top: 0 !important;
}

blockquote:last-child {
  margin-bottom: 0 !important;
}

a:not([class]),
a.link-secondary {
  font-weight: 500;
  color: #5081FF;
  text-decoration: none !important;
  border-bottom: 1px solid #5081FF;
}

a.link-secondary {
  color: #8C96A8;
  border-bottom-color: #D9DADB;
}

.secondary-bg {
  background-color: #EBF1FF;
}

.accent-bg {
  background-color: #5081FF;
  color: #fff;
}

ul {
  margin: 0 0 16px 28px;
  padding: 0;
}
ul > li {
  margin: 0 0 16px 0;
}

ol {
  margin: 0 0 16px 28px;
  padding: 0;
}
ol > li {
  margin: 0 0 16px 0;
}

ul.ul-dashed {
  list-style: none;
}
ul.ul-dashed > li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 1.3em;
}
ul.ul-dashed > li:before {
  content: "— ";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1599px) {
  html,
  body {
    font-size: 16px;
    line-height: 1.4;
  }
  h1,
  .h1 {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
  }
  h2,
  .h2 {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
  }
  h3,
  .h3 {
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: bold;
  }
  h4,
  .h4 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: bold;
  }
  h5,
  .h5 {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
  }
  h6,
  .h6 {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 12px;
  }
  p {
    margin: 0 0 12px 0;
  }
  blockquote {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
  }
  ul,
  ol {
    margin-right: 24px;
  }
  ul > li {
    margin: 0 0 12px 0;
  }
  ol > li {
    margin: 0 0 12px 0;
  }
}
@media (max-width: 1023px) {
  main {
    margin-top: 16px;
  }
  h1,
  .h1 {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 16px;
  }
  h3,
  .h3 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 16px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: bold;
  }
  h5,
  .h5 {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
  }
  h6,
  .h6 {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
  }
  blockquote {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  blockquote {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
  }
  h4,
  .h4 {
    margin-bottom: 16px;
  }
  h5,
  .h5 {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
  }
}
.color-secondary {
  color: #8C96A8;
}

.container {
  max-width: 1920px !important;
  padding-left: 96px;
  padding-right: 96px;
}

.flex-vertical-space-between {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100%;
}

.list-content-col {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.list-sidebar-col {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 20px;
}

.page-content-col {
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  max-width: 66.666%;
}

.page-sidebar-col {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.sticky-col {
  position: relative;
}

.sticky-wrapper {
  min-height: 0 !important;
  height: 100%;
}

.sticky-col .sticky-block {
  margin-top: 0;
  position: relative;
}

.sticky-block.fixed {
  position: fixed;
  z-index: 10;
}

@media (max-width: 1599px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .list-sidebar-col {
    padding-left: 12px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .list-content-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }
  .list-sidebar-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 1;
    order: 1;
  }
  .list-sidebar-col-alt {
    -ms-flex-order: 3;
    order: 3;
    margin-top: 24px;
  }
  .page-content-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-sidebar-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 24px;
  }
  .page-sidebar-col .sticky-block {
    width: auto !important;
    position: relative !important;
    margin-top: 0 !important;
    top: auto !important;
  }
}
.icons-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px -8px -4px;
}

.icons-list-item {
  margin: 0 4px 8px 4px;
}

.tags-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.tags-list-item {
  border-radius: 100px;
  background-color: #EBF1FF;
  color: #5081FF;
  text-decoration: none !important;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  padding: 4px 12px 6px 12px;
}

.tags-list-small .tags-list-item {
  font-size: 14px;
  line-height: 1.3;
  padding: 3px 8px 3px 8px;
}

.info-card .tags-list:not(:first-child) {
  margin-top: 24px;
}

.places-list-item {
  display: -ms-flexbox;
  display: flex;
}

.places-list-item + .places-list-item {
  margin-top: 48px;
}

.places-list-item-col-1 {
  -ms-flex: 0 0 176px;
  flex: 0 0 176px;
  max-width: 176px;
  margin-right: 16px;
}

.places-list-item-col-2 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.places-list-item-dates {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.places-list-item-info {
  font-size: 14px;
  line-height: 1.3;
  color: #8C96A8;
  margin-top: 8px;
}

@media (max-width: 1599px) {
  .info-card .tags-list:not(:first-child) {
    margin-top: 16px;
  }
  .places-list-item + .places-list-item {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  .tags-list-item {
    font-size: 14px;
    line-height: 1.3;
    padding: 2px 8px 4px 8px;
  }
}
@media (max-width: 767px) {
  .places-list-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .places-list-item-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 12px 0;
  }
  .places-list-item-dates {
    font-size: 14px;
    line-height: 1.3;
  }
  .places-list-item-dates br {
    content: "";
  }
  .places-list-item-dates br:after {
    content: ", ";
  }
  .places-list-item-info {
    margin-top: 8px;
  }
}
.expandable-content {
  display: none;
}

.expandable-trigger-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.expandable-trigger.active .btn-link-ico {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1599px) {
  .expandable-trigger-wrapper {
    margin-top: 12px;
  }
}
@media (max-width: 1023px) {
  p {
    margin: 0 0 8px 0;
  }
  .expandable-trigger-wrapper {
    margin-top: 8px;
  }
}
.countdown-result {
  display: none;
}

.page-header {
  margin-bottom: 24px;
}
.page-header .back-link-wrapper {
  margin-bottom: 24px;
}

.search-info {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #8C96A8;
}

@media (max-width: 1599px) {
  .search-info {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
  }
}
@media (max-width: 1023px) {
  .search-info {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
  }
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .col {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.section-header {
  margin-bottom: 24px;
}
.section-header h2,
.section-header .h2,
.section-header h3,
.section-header .h3,
.section-header h4,
.section-header .h4,
.section-header h5,
.section-header .h5,
.section-header h6,
.section-header .h6 {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .section-header {
    margin-bottom: 16px;
  }
}
.popover-trigger {
  position: relative;
}
.popover-trigger img,
.popover-trigger svg {
  display: block;
}

.popover-popup:not(.control-buttons-row) {
  position: absolute;
  display: none;
}

.popover-body {
  padding: 0.2rem 0.75rem;
}

.privacy-error {
  font-size: 18px;
  line-height: 1.5;
  color: #F62929;
  background: rgba(246, 41, 41, 0.05);
  padding: 16px 24px;
}

@media (max-width: 1365px) {
  .privacy-error {
    font-size: 16px;
    line-height: 1.4;
    padding: 15px 24px;
  }
}
.article-pic {
  margin: 24px 0;
}
.article-pic:first-child {
  margin-top: 0 !important;
}
.article-pic:last-child {
  margin-bottom: 0 !important;
}

.article-pic-pic {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.article-pic-pic img {
  width: 100%;
  height: auto;
  display: block;
}

.video-wrapper {
  position: relative;
  padding-top: 56.3%;
}
.video-wrapper video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  display: block;
  cursor: pointer;
}
.video-wrapper .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  margin: -24px 0 0 -24px;
  background: #EBF1FF;
  transition: all 0.2s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.article-pic-caption {
  color: #8C96A8;
  margin-top: 16px;
}

.article-lead {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  margin: 40px 0;
}

.article-block {
  margin: 24px 0;
}
.article-block .article-block-col-1,
.article-block .article-block-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.article-block:nth-child(even) .article-block-col-1 {
  -ms-flex-order: 2;
  order: 2;
}
.article-block:nth-child(even) .article-block-col-2 {
  -ms-flex-order: 1;
  order: 1;
}

.interview-item + .interview-item {
  margin-top: 16px;
}

.interview-item-question {
  font-weight: 500;
  margin-bottom: 16px;
}

.interview-item-answer {
  margin-left: 27px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 12px;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.swiper-pagination-bullet {
  background: none;
  opacity: 1;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-pagination-bullet:before {
  content: "";
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  height: 4px;
  background: #fff;
  border-radius: 2px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background-color: #5081FF;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  border-radius: 2px;
  height: 20px;
}

.swiper-responsive.swiper .swiper-responsive-list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
}
.swiper-responsive.swiper .swiper-slide {
  padding: 0;
  -ms-flex: initial;
  flex: initial;
  max-width: initial;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.swiper-responsive.swiper .swiper-pagination {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 16px;
  margin-left: -4px;
  margin-right: -4px;
}

@media (max-width: 1599px) {
  .article-lead {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
  }
}
@media (max-width: 1023px) {
  .article-lead {
    margin: 32px 0;
  }
}
@media (max-width: 767px) {
  .article-block .article-block-col-1 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .article-block .article-block-col-2 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .article-block .article-block-col-1 + .article-block-col-2 {
    margin-bottom: 24px;
  }
}
.page-nav {
  margin-top: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

ul.page-nav-links {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
ul.page-nav-links > li {
  margin: 0;
}

.page-nav-btn,
ul.page-nav-links a,
ul.page-nav-links span {
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  border-radius: 8px;
}
.page-nav-btn img,
.page-nav-btn svg,
ul.page-nav-links a img,
ul.page-nav-links a svg,
ul.page-nav-links span img,
ul.page-nav-links span svg {
  display: block;
}

ul.page-nav-links a {
  color: #2E323A;
}
ul.page-nav-links a.active, ul.page-nav-links a:hover {
  color: #fff;
  background-color: #225FFE;
  border-color: #225FFE;
}

.page-nav-btn {
  border-color: #D9DADB;
}
.page-nav-btn svg * {
  transition: all 0.2s ease;
}
.page-nav-btn.disabled {
  pointer-events: none;
}
.page-nav-btn.disabled svg * {
  stroke: #D9DADB;
}

@media (max-width: 1599px) {
  .page-nav {
    margin-top: 24px;
  }
  .page-nav-btn,
  ul.page-nav-links a,
  ul.page-nav-links span {
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 1.3;
  }
  .page-nav-btn svg * {
    width: 16px;
    height: 16px;
  }
}
.mobile-popup-trigger-wrapper {
  display: none;
}

@media (min-width: 1024px) {
  .mobile-popup {
    display: block !important;
    opacity: 1 !important;
  }
  .mobile-popup .modal-dialog {
    padding: 0 !important;
    display: block !important;
    max-width: initial !important;
  }
  .mobile-popup .modal-content {
    display: block !important;
    padding: 0 !important;
    max-width: initial !important;
  }
  .mobile-popup .modal-header {
    display: none;
  }
  .mobile-popup .close {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .mobile-popup {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 1050;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
  }
  .mobile-popup-trigger-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
  .mobile-popup .modal-content {
    max-width: 560px;
  }
  .mobile-popup-trigger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    cursor: pointer;
  }
  .mobile-popup-trigger-ico {
    margin-right: 8px;
  }
  .mobile-popup-trigger-ico img,
  .mobile-popup-trigger-ico svg {
    display: block;
  }
}
.common-form .btn-show-password {
  cursor: pointer;
}
.common-form .btn-show-password svg * {
  transition: all 0.1s ease;
}
.common-form .btn-show-password svg .active {
  opacity: 0;
}
.common-form .btn-show-password.active svg .active {
  opacity: 1;
}
.common-form .btn-show-password.active svg .inactive {
  opacity: 0;
}
.common-form .form-field-info {
  font-size: 16px;
  line-height: 1.4;
  color: #8C96A8;
  margin-top: 12px;
}
.common-form input[type=text],
.common-form input[type=number],
.common-form input[type=email],
.common-form input[type=password],
.common-form textarea {
  background: #FFFFFF;
  border: 1px solid #D9DADB;
  border-radius: 8px;
  padding: 11px 15px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  display: block;
  width: 100%;
  outline: none !important;
}
.common-form input[type=text]::-webkit-input-placeholder, .common-form input[type=number]::-webkit-input-placeholder, .common-form input[type=email]::-webkit-input-placeholder, .common-form input[type=password]::-webkit-input-placeholder, .common-form textarea::-webkit-input-placeholder {
  color: #8C96A8;
}
.common-form input[type=text]:-ms-input-placeholder, .common-form input[type=number]:-ms-input-placeholder, .common-form input[type=email]:-ms-input-placeholder, .common-form input[type=password]:-ms-input-placeholder, .common-form textarea:-ms-input-placeholder {
  color: #8C96A8;
}
.common-form input[type=text]::-ms-input-placeholder, .common-form input[type=number]::-ms-input-placeholder, .common-form input[type=email]::-ms-input-placeholder, .common-form input[type=password]::-ms-input-placeholder, .common-form textarea::-ms-input-placeholder {
  color: #8C96A8;
}
.common-form input[type=text]::placeholder,
.common-form input[type=number]::placeholder,
.common-form input[type=email]::placeholder,
.common-form input[type=password]::placeholder,
.common-form textarea::placeholder {
  color: #8C96A8;
}
.common-form input[type=text]:focus, .common-form input[type=text]:hover,
.common-form input[type=number]:focus,
.common-form input[type=number]:hover,
.common-form input[type=email]:focus,
.common-form input[type=email]:hover,
.common-form input[type=password]:focus,
.common-form input[type=password]:hover,
.common-form textarea:focus,
.common-form textarea:hover {
  border-color: #5081FF;
}
.common-form input[type=text]:disabled,
.common-form input[type=number]:disabled,
.common-form input[type=email]:disabled,
.common-form input[type=password]:disabled,
.common-form textarea:disabled {
  background-color: #DDDFE5;
  border-color: #DDDFE5;
  color: #8C96A8;
}
.common-form .select2 {
  display: block;
  width: 100% !important;
  font-size: 16px;
  line-height: 1.4;
}
.common-form .select2-container .select2-selection--single {
  height: auto;
}
.common-form .select2-container--default .select2-selection--single {
  background-color: #FFFFFF;
  border: 1px solid #D9DADB;
  border-radius: 8px !important;
}
.common-form .select2-container--default .select2-selection--single:hover {
  border-color: #5081FF;
}
.common-form .select2.filled .select2-selection--single {
  background-color: #EBF1FF;
  border-color: #5081FF;
}
.common-form .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #5081FF;
}
.common-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 11px 43px 11px 15px;
  font-size: inherit;
  line-height: inherit;
}
.common-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #8C96A8;
}
.common-form .form-group-error .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #F62929;
}
.common-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 20px;
  height: 20px;
  top: 13px;
  right: 15px;
  background: url(../images/select-arrow.svg) 0 0 no-repeat;
}
.common-form .form-group-error .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../images/select-arrow-error.svg);
}
.common-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.common-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.common-form .form-group {
  position: relative;
  margin-top: 0;
  margin-bottom: 24px;
}
.common-form .form-section-body .form-group:last-child {
  margin-bottom: 0 !important;
}
.common-form .form-groups-multiple-item {
  position: relative;
  margin-top: 32px;
  padding-top: 32px;
}
.common-form .form-groups-multiple-item:before {
  content: "";
  height: 1px;
  background-color: #D9DADB;
  position: absolute;
  top: 0;
  left: 0;
  right: 32px;
}
.common-form .form-groups-multiple-item-remove {
  position: absolute;
  right: 0;
  top: -4px;
  cursor: pointer;
}
.common-form .form-groups-multiple-item-remove svg, .common-form .form-groups-multiple-item-remove img {
  display: block;
}
.common-form .form-groups-multiple-item-remove svg * {
  transition: all 0.2s ease;
}
.common-form .form-groups-multiple-item-remove:hover svg *[stroke] {
  stroke: #F62929;
}
.common-form .form-groups-multiple-item-remove:hover svg *[fill] {
  fill: #F62929;
}
.common-form .form-field {
  position: relative;
}
.common-form .form-input-ico {
  position: absolute;
  left: 15px;
  top: 13px;
}
.common-form .form-input-ico img,
.common-form .form-input-ico svg {
  display: block;
}
.common-form .form-input-ico-r {
  left: auto;
  right: 15px;
}
.common-form .form-input-ico + input {
  padding-left: 43px;
}
.common-form .form-input-ico-r + input {
  padding-left: 15px;
  padding-right: 43px;
}
.common-form input.filled,
.common-form textarea.filled {
  background-color: #EBF1FF;
  border-color: #5081FF;
}
.common-form input.error,
.common-form textarea.error,
.common-form .form-group-error .select2-selection {
  background-color: #FFFFFF !important;
  color: #F62929 !important;
  border-color: #F62929 !important;
}
.common-form input.error::-webkit-input-placeholder, .common-form textarea.error::-webkit-input-placeholder, .common-form .form-group-error .select2-selection::-webkit-input-placeholder {
  color: #F62929;
}
.common-form input.error:-ms-input-placeholder, .common-form textarea.error:-ms-input-placeholder, .common-form .form-group-error .select2-selection:-ms-input-placeholder {
  color: #F62929;
}
.common-form input.error::-ms-input-placeholder, .common-form textarea.error::-ms-input-placeholder, .common-form .form-group-error .select2-selection::-ms-input-placeholder {
  color: #F62929;
}
.common-form input.error::placeholder,
.common-form textarea.error::placeholder,
.common-form .form-group-error .select2-selection::placeholder {
  color: #F62929;
}
.common-form .checkbox-label-error:not(.form-checkboxes-required .checkbox-label-error):not(.form-radios-required .checkbox-label-error) {
  color: #F62929;
}
.common-form label {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 8px 0;
  transition: all 0.15s ease;
}
.common-form label.error {
  font-size: 16px;
  line-height: 1.4;
  color: #F62929;
  margin: 8px 0 0 0;
}
.common-form label.placeholder-floating {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid transparent;
  color: #6c757d;
}
.common-form label.placeholder-floating.active {
  font-size: 0.7rem;
  left: 1px;
  top: -13px;
  background: #fff;
  padding: 0.1rem 0.1rem;
}
.common-form textarea {
  resize: none;
}
.common-form input + .form-checkboxes {
  margin-top: 12px;
}
.common-form .form-checkbox,
.common-form .form-radio {
  margin: 0 0 0.5rem 0px;
  position: relative;
}
.common-form .form-checkbox:last-child,
.common-form .form-radio:last-child {
  margin-bottom: 0 !important;
}
.common-form .form-checkbox input,
.common-form .form-radio input {
  position: absolute;
  visibility: hidden;
}
.common-form .form-checkbox input + label,
.common-form .form-radio input + label {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 0 !important;
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
}
.common-form .form-checkbox input + label:before,
.common-form .form-radio input + label:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #D9DADB;
  background-image: url(../images/form-checkbox.svg);
  background-size: 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 1px;
  transition: border 0.2s ease;
}
.common-form .form-checkbox input + label.checkbox-label-error:before,
.common-form .form-radio input + label.checkbox-label-error:before {
  border-color: #F62929;
}
.common-form .form-checkbox input[type=radio] + label:before,
.common-form .form-radio input[type=radio] + label:before {
  border-radius: 50%;
}
.common-form .form-checkbox input:disabled + label,
.common-form .form-radio input:disabled + label {
  opacity: 0.5;
}
.common-form .form-checkbox input:checked + label:before {
  background-color: #5081FF;
  border-color: #5081FF;
  background-size: 12px 9px;
}
.common-form .form-checkbox input:checked + label {
  color: #5081FF;
}
.common-form .form-radio input:checked + label:before {
  border-color: #5081FF;
  border-width: 5px;
}
.common-form .form-radio input:checked + label {
  color: #5081FF;
}
.common-form .form-radios {
  padding-top: 10px;
}
.common-form .form-radios-chips {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 0 !important;
}
.common-form .form-radios-chips .form-radio {
  margin: 0 !important;
}
.common-form .form-radios-chips input + label {
  cursor: pointer;
  border: 1px solid #5081FF;
  border-radius: 8px;
  padding: 11px 16px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #5081FF;
  margin: 0 !important;
}
.common-form .form-radios-chips input + label:before {
  display: none !important;
}
.common-form .form-radios-chips input:checked + label {
  color: #FFFFFF;
  background-color: #5081FF;
}
.common-form .pills-nav .form-radio {
  margin: 0 !important;
}
.common-form .pills-nav input + label {
  display: block;
  padding: 12px 16px;
  border-radius: 8px;
  margin: 0 !important;
  text-align: center;
  color: #5081FF;
  text-decoration: none !important;
}
.common-form .pills-nav input + label:before {
  display: none !important;
}
.common-form .pills-nav input:checked + label {
  color: #FFFFFF;
  background-color: #225FFE;
}
.common-form .form-footer {
  margin-top: 24px;
}
.common-form .form-footer:not(:last-child) {
  margin-bottom: 24px;
}
.common-form .form-footer-controls:not(:last-child) {
  margin-bottom: 24px;
}
.common-form .form-footer-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -24px;
}
.common-form .form-footer-buttons .btn {
  width: 100%;
}
.common-form .form-footer-buttons-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
.common-form .form-footer-buttons-item-narrow {
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.common-form .form-footer-buttons-item-narrow .btn {
  min-width: 125px;
}
.common-form .form-footer-agree:not(:last-child) {
  margin-bottom: 24px;
}
.common-form .form-footer-forgot {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.common-form .form-footer-forgot:not(:last-child) {
  margin-bottom: 24px;
}
.common-form .form-footer-submit-info {
  font-size: 16px;
  line-height: 1.4;
  color: #8C96A8;
}
.common-form .form-footer-submit-info:not(:last-child) {
  margin-bottom: 24px;
}
.common-form .form-group-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.common-form .form-group-inline > label {
  margin-right: 8px;
  margin-bottom: 0;
  -ms-flex: 0 0 191px;
  flex: 0 0 191px;
  max-width: 191px;
  padding-top: 9px;
}
.common-form .form-group-inline .form-field {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.common-form .form-group-inline .form-field + .form-field {
  margin-left: 8px;
}
.common-form .form-group-two-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.common-form .form-group-two-col > label {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 4px;
  padding-right: 4px;
}
.common-form .form-group-two-col .form-field {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 4px;
}
.common-form .form-group-two-col .form-field input[type=text] {
  min-width: 0;
  width: 100%;
}
.common-form .form-append-warning {
  color: #F62929;
  margin-bottom: 16px;
}
.common-form .form-inputs-multiple-button {
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}
.common-form .form-groups-multiple-button {
  margin: 24px 0 0 0;
}
.common-form .select2-dropdown {
  border: none;
  background-color: #FFFFFF;
  border-radius: 8px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-top: 8px;
  padding: 0;
}
.common-form .select2-container--default .select2-results > .select2-results__options {
  padding: 8px 12px;
}
.common-form .select2-results__option {
  font-size: 16px;
  line-height: 1.4;
  border-radius: 8px;
  position: relative;
  padding: 8px 28px 8px 12px;
  margin: 4px 0;
}
.common-form .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #2E323A;
  background-color: #EBF1FF;
}
.common-form .select2-container--default .select2-results__option[aria-selected=true] {
  color: #5081FF;
  background-color: #EBF1FF;
}
.common-form .select2-container--default .select2-results__option[aria-selected=true]:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/select-selected.svg) 0 0 no-repeat;
  top: 12px;
  right: 12px;
  position: absolute;
}
.common-form .form-field-shortcuts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 12px -4px -8px;
}
.common-form .form-field-shortcuts .btn {
  font-size: 14px;
}
.common-form .form-field-shortcuts-item {
  padding: 0 4px;
  margin: 0 0 8px;
}
.common-form .form-field-shortcuts-item.active .btn-secondary-outline {
  background-color: #5081FF;
  color: #ffffff;
}
.common-form .form-field.dash {
  position: relative;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  max-width: 16px;
}
.common-form .form-field.dash::before {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #D9DADB;
}
.common-form .form-radios + .form-checkboxes {
  margin-top: 16px;
  border-top: 1px solid #D9DADB;
  padding-top: 16px;
}
.common-form .bootstrap-autocomplete.dropdown-menu a:hover,
.common-form .bootstrap-autocomplete.dropdown-menu a:focus,
.common-form .bootstrap-autocomplete.dropdown-menu a.active {
  background-color: #D9DADB;
}
.common-form.filter-form .form-radios {
  padding-top: 0;
}
.common-form.filter-form .form-checkboxes-color svg {
  margin: -4px 8px 0 0;
}
.common-form.filter-form .expandable-trigger-wrapper {
  margin-top: 10px;
}
.common-form.filter-form .form-footer-buttons-item-narrow {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.common-form.filter-form .form-footer-buttons-item-narrow .btn {
  min-width: 0;
}
.common-form .form-field-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.common-form .form-field-units {
  margin-left: 8px;
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.common-form .range-inputs {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
.common-form .range-inputs input {
  min-width: 180px;
}
.common-form .range-inputs .range-inputs-item,
.common-form .range-inputs .range-inputs-sep {
  margin: 0 4px;
}
.common-form .range-inputs .range-inputs-sep {
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.common-form.search-form .form-field + .form-field {
  margin-left: 0 !important;
}
.common-form .form-radios-chips input + label {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (max-width: 1599px) {
  .common-form .form-group {
    margin-bottom: 16px;
  }
  .common-form .form-footer {
    margin-top: 16px;
  }
  .common-form .form-footer-buttons {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -16px;
  }
  .common-form .form-footer-buttons-item {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
  }
  .common-form .form-footer-controls:not(:last-child) {
    margin-bottom: 16px;
  }
  .common-form .form-footer-forgot {
    font-size: 14px;
    line-height: 1.3;
  }
  .common-form label {
    font-size: 16px;
    line-height: 1.4;
  }
  .common-form .form-group-inline > label {
    padding-top: 7px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
  }
  .common-form input[type=text],
  .common-form input[type=number],
  .common-form input[type=email],
  .common-form input[type=password],
  .common-form textarea {
    font-size: 14px;
    line-height: 1.3;
    padding: 9px 13px;
  }
  .common-form .form-input-ico {
    top: 9px;
  }
  .common-form .pills-nav .form-radio {
    margin: 0 !important;
  }
  .common-form .pills-nav input + label {
    padding: 8px 12px;
  }
  .common-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 9px 43px 9px 13px;
    font-size: 14px;
    line-height: 1.3;
  }
  .common-form .common-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
  }
  .common-form .form-field-info {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
}
@media (max-width: 1023px) {
  .common-form .range-inputs input {
    max-width: 130px;
    min-width: 130px;
  }
}
@media (max-width: 767px) {
  .common-form .form-group-inline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .common-form .form-group-inline > label {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    padding-top: 0;
  }
  .common-form .form-group {
    margin-bottom: 15px;
  }
  .common-form .form-radios-chips {
    padding-top: 0;
  }
  .common-form .form-groups-multiple-button {
    margin-left: 0;
  }
  .common-form .range-inputs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .common-form .range-inputs input {
    max-width: 100%;
  }
  .common-form .range-inputs .range-inputs-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .common-form .range-inputs .range-inputs-item:last-child {
    margin-bottom: 0;
  }
  .common-form .range-inputs .range-inputs-item input {
    max-width: 100%;
  }
  .common-form .range-inputs .range-inputs-sep {
    display: none;
  }
}

input[type=file] {
  cursor: pointer !important;
}

.file-preview {
  border-radius: 0;
  border: none;
  padding: 16px 16px 0 0;
  margin-top: -16px;
  margin-bottom: 24px;
  margin-right: -16px;
  max-height: 480px;
  overflow: auto;
}

.file-preview-thumbnails {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
}

.krajee-default.file-preview-frame {
  -ms-flex: 0 0 196px;
  flex: 0 0 196px;
  max-width: 196px;
  margin: 12px;
  padding: 0;
  border: none !important;
  box-shadow: none !important;
  position: relative;
}

.krajee-default.file-preview-frame.file-uploading {
  opacity: 1;
}

.krajee-default.file-preview-frame.file-uploading:after {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  background: url(../images/spinner.svg) 0 0 no-repeat;
}

.krajee-default.file-preview-frame .kv-file-content {
  width: auto;
  height: auto;
  padding-top: 100%;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  opacity: 0.65;
}

.krajee-default.file-preview-frame.file-preview-initial .kv-file-content {
  opacity: 1;
}

.file-preview-image {
  position: absolute;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.file-preview-other-frame {
  width: auto !important;
  height: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.file-preview-frame[data-template=video],
.file-preview-frame[data-template=audio] {
  -ms-flex: initial;
  flex: initial;
  max-width: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.file-preview-frame[data-template=video] .kv-file-content {
  padding-top: 66.6%;
}

.file-preview-frame[data-template=audio] .kv-file-content {
  padding-top: 0;
  width: 100% !important;
}

.file-preview-video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2E323A;
}

.kv-file-remove,
.kv-file-remove.btn-danger {
  width: 32px;
  height: 32px;
  border: none !important;
  position: absolute;
  right: -16px;
  top: -16px;
  background-color: #EBF1FF;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 !important;
}

.kv-file-remove:active {
  background-color: #EBF1FF;
}

.kv-file-remove.disabled,
.kv-file-remove:disabled {
  background-color: #EBF1FF;
}

.kv-file-remove img,
.kv-file-remove svg {
  display: block;
}

.file-error-message {
  position: relative;
}

.file-input .progress-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
}

.file-input .progress-status {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.file-input .file-preview-status {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 24px;
}

.krajee-default .file-thumb-progress .progress, .kv-upload-progress .progress {
  background-color: #EBF1FF;
  border-radius: 3px;
  font-size: 0;
  line-height: 0;
  height: 6px;
  margin: 8px 0;
}

.kv-upload-progress .progress-bar {
  height: 6px;
  border-radius: 3px;
  background-color: #5081FF;
}

.file-input-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.file-input-buttons > * + * {
  margin-left: 16px;
}

.file-input-buttons .btn-file + * {
  margin-left: auto;
}

.file-uploading {
  background: none;
}

.file-error-message {
  color: #F62929;
  background-color: #ffe7e7;
  padding: 12px 32px;
  margin: 24px 0 0 0;
  border: none;
  min-height: 46px;
}

.kv-error-close {
  width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  right: 12px;
  top: 11px;
}

.kv-error-close:after {
  content: "";
  background: url(../images/fileinput-error-remove.svg) 0 0 no-repeat;
  width: 16px;
  height: 16px;
}

.kv-error-close span {
  display: none !important;
}

.video-modal-or {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  margin: 16px 0;
  color: #8C96A8;
}

@media (max-width: 767px) {
  .file-input-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
  .file-input-buttons .btn {
    margin: 0 !important;
  }
}
.header a:not(.btn) {
  color: #FFFFFF;
  border-bottom: none;
}

.header-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 950;
  background-color: #2E323A;
  color: #FFFFFF;
}

.header-top-inner {
  padding: 16px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.mob-menu-trigger {
  display: none;
}

.header-logo {
  -ms-flex: 0 0 144px;
  flex: 0 0 144px;
  max-width: 144px;
}

.header-nav-menu {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.header-nav-menu-inner {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
ul.header-nav-menu-inner li {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
ul.header-nav-menu-inner li a {
  transition: color 0.3s ease;
}
ul.header-nav-menu-inner li + li {
  margin-left: 48px;
}
ul.header-nav-menu-inner li.active a {
  color: #5081FF;
}

@media screen and (min-width: 767px) {
  ul.header-nav-menu-inner li a:hover {
    color: #5081FF;
  }
}
.header-login-btn .btn-link,
.header-account-btn .btn-link {
  box-shadow: none;
  border: none;
  outline: none;
  font-size: 18px;
}
.header-login-btn .btn-link-secondary,
.header-account-btn .btn-link-secondary {
  color: #FFFFFF;
}
.header-login-btn .btn-link-secondary .btn-link-content span,
.header-account-btn .btn-link-secondary .btn-link-content span {
  border-bottom: none;
}

.header-create-btn {
  margin-right: 48px;
}

.header-login-mob-btn {
  display: none;
}

.header-account-menu-over-wrapper {
  position: relative;
}

.header-account-menu-popup {
  display: none;
  width: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 12px;
  box-shadow: 0px 4px 15px 0px rgba(46, 50, 58, 0.1);
}

.header-account-btn .btn-link {
  padding: 5px 0;
}

.header-account-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.header-account-menu a {
  color: #2E323A !important;
  display: block;
  padding: 12px 8px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.header-account-menu .logout {
  padding-top: 16px;
  border-top: 1px solid #D9DADB;
  margin-top: 12px;
}
.header-account-menu .with-icon a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header-account-menu .with-icon a svg, .header-account-menu .with-icon a img {
  margin-right: 8px;
}

@media screen and (min-width: 767px) {
  .header-account-menu a:hover {
    background-color: #EBF1FF;
  }
}
.header-account-nav {
  list-style: none;
  padding: 0;
  margin: 0 48px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header-account-nav a {
  display: block;
}
.header-account-nav li + li {
  margin-left: 24px;
}
.header-account-nav li {
  position: relative;
  margin-bottom: 0 !important;
}
.header-account-nav li::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -3px;
  right: -10px;
  background-image: url("../images/ico-new-notif.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.header-account-nav li.new::after {
  opacity: 1;
}
.header-account-nav li.active a {
  color: #5081FF;
}
.header-account-nav li.active svg path {
  stroke: #5081FF;
}

.mobile-only {
  display: none;
}

.header-search {
  position: fixed;
  top: 78px;
  right: 0;
  left: 0;
  background-color: #D9DADB;
  padding: 8px 0;
  z-index: 900;
}

.search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.search-form .form-section-body {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.search-form .form-field:nth-child(2) {
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  max-width: 320px;
}
.search-form.common-form .form-footer {
  margin-top: 0;
  margin-left: 24px;
}
.search-form.common-form .form-field:first-child input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.search-form.common-form .select2-container--default .select2-selection--single {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-left: -1px;
}

@media (max-width: 1599px) {
  .header-create-btn {
    margin-right: 32px;
  }
  .header-account-nav {
    margin-right: 32px;
  }
  ul.header-nav-menu-inner li + li {
    margin-left: 32px;
  }
  .header-account-menu-popup {
    width: 140px;
  }
  .header-login-btn .btn-link {
    font-size: 16px;
  }
  .header-top-inner {
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
  }
  .header-logo {
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: initial;
  }
  .header-nav-menu {
    position: relative;
    -ms-flex-order: 10;
    order: 10;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    margin-left: 24px;
  }
  .mob-menu-trigger {
    position: relative;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
  }
  .mob-menu-trigger .mob-menu-trigger-close {
    opacity: 0;
  }
  .mob-menu-wrapper {
    display: none;
    background-color: #2E323A;
    position: absolute;
    top: 34px;
    right: -25px;
    padding: 24px;
  }
  .mob-menu-trigger .mob-menu-trigger-open,
  .mob-menu-trigger .mob-menu-trigger-close {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
  }
  .mob-menu-trigger .mob-menu-trigger-open svg, .mob-menu-trigger .mob-menu-trigger-open img,
  .mob-menu-trigger .mob-menu-trigger-close svg,
  .mob-menu-trigger .mob-menu-trigger-close img {
    display: block;
  }
  .mob-menu-trigger.active .mob-menu-trigger-open {
    opacity: 0;
  }
  .mob-menu-trigger.active .mob-menu-trigger-close {
    opacity: 1;
  }
  ul.header-nav-menu-inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.header-nav-menu-inner li + li {
    margin-left: 0;
    margin-top: 24px;
  }
  .header-create-btn {
    margin-right: 24px;
  }
}
@media (max-width: 1366px) {
  .search-form .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 1.3;
    padding: 9px 13px;
  }
  .search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
  }
}
@media (max-width: 1023px) {
  .search-form .form-field:nth-child(2) {
    -ms-flex: 0 0 178px;
    flex: 0 0 178px;
    max-width: 178px;
  }
  .search-form.common-form .form-footer {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
  .header-login-btn {
    display: none;
  }
  .header-nav-menu {
    margin-left: 12px;
  }
  .header-top-inner {
    padding: 12px 0 13px;
  }
  .header-logo-inner {
    width: 101px;
  }
  .header-logo-inner img, .header-logo-inner svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .header-login-mob-btn {
    display: block;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 24px;
  }
  .header-login-mob-btn .btn-link {
    padding: 0;
  }
  .header-nav-menu {
    position: initial;
  }
  .mob-menu-wrapper {
    right: 0;
    left: 0;
    top: 48px;
  }
  .header-create-btn {
    margin: 0 0 0 12px;
  }
  .header-create-btn .btn {
    font-size: 13px;
    padding: 7px 7px;
  }
  .header-account-nav {
    margin-right: 0;
    margin-left: 12px;
    -ms-flex-order: 8;
    order: 8;
  }
  .header-top .header-account-nav li:after {
    display: none;
  }
  .header-top .header-account-nav li:not(.search) {
    display: none;
  }
  .header-account-menu-over-wrapper {
    display: none;
  }
  .header-logo {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .header-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    background-color: #2E323A;
    color: #FFFFFF;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header-bottom-inner {
    padding: 8px 0 16px;
    font-size: 11px;
    font-weight: 600;
    line-height: 120%;
  }
  .header-bottom-inner .header-account-nav {
    margin-left: 0;
  }
  .header-bottom-inner .header-account-nav li.search {
    display: none;
  }
  .header-bottom-inner .header-account-nav li {
    display: block;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .header-bottom-inner .header-account-nav li + li {
    margin-left: 0;
  }
  .header-bottom-inner .header-account-nav li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-bottom-inner .header-account-nav li svg,
  .header-bottom-inner .header-account-nav li img {
    margin-bottom: 4px;
  }
  .header-bottom-inner .header-account-nav li::after {
    left: 50%;
    top: -8px;
  }
  .search-form.common-form .form-group-inline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search-form.common-form .form-field + .form-field {
    margin-top: 6px;
  }
  .search-form.common-form .form-field:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .search-form.common-form .form-field:nth-child(2) {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: initial;
    margin-right: 87px;
  }
  .search-form.common-form .form-footer {
    position: absolute;
    right: 15px;
    bottom: 8px;
  }
  .search-form.common-form .form-field:first-child input {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .search-form.common-form .select2-container--default .select2-selection--single {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    margin-left: 0;
  }
  .search-form.common-form .form-footer-buttons-item-narrow .btn {
    min-width: 79px;
  }
  .header-account-nav li + li {
    margin-left: 12px;
  }
}
.footer {
  background-color: #2E323A;
  color: #FFFFFF;
  padding: 64px 0 32px;
  margin: 64px 0 0;
}
.footer a {
  color: #FFFFFF;
  border-bottom: none;
}

.footer-col-first-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -12px;
}
.footer-col-first-inner .footer-col {
  padding: 0 12px;
}
.footer-col-first-inner .footer-col-l {
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
}
.footer-col-first-inner .footer-col-r {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.footer-col-third-inner {
  padding-top: 64px;
}

.footer-contacts-item-tel a {
  font-size: 36px;
  font-weight: 700 !important;
  line-height: 100%; /* 36px */
  letter-spacing: 1px;
}

.footer-contacts-item-email a {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.footer-contacts-item + .footer-contacts-item {
  margin-top: 16px;
}

.footer-btn {
  margin-top: 32px;
}

ul.footer-nav-menu {
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
  list-style: none;
  margin: 0;
  padding: 0 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
ul.footer-nav-menu li + li {
  margin-top: 14px;
}

.footer-info-links {
  margin-top: 29px;
}

.footer-info-links-item + .footer-info-links-item {
  margin-top: 9px;
}

.footer-info-links-item a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #8C96A8;
  border-bottom: 1px solid #8C96A8;
}

.footer-bottom {
  margin-top: 62px;
}

.footer-copyright {
  padding: 8px 0 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #8C96A8;
}

.footer-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-item + .footer-social-item {
  margin-left: 14px;
}

@media (max-width: 1599px) {
  .footer {
    padding: 49px 0 32px;
    margin-top: 48px;
  }
  .footer-contacts-item-tel a {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
  .footer-contacts-item-email a {
    font-size: 20px;
    word-break: break-word;
  }
  .footer-contacts-item + .footer-contacts-item {
    margin-top: 8px;
  }
  ul.footer-nav-menu {
    font-size: 16px;
    line-height: 140%;
  }
  ul.footer-nav-menu li + li {
    margin-top: 8px;
  }
  .footer-logo img,
  .footer-logo svg {
    max-width: 100%;
  }
  .footer-info-links {
    margin-top: 22px;
  }
  .footer-info-links-item a {
    font-size: 14px;
    line-height: 120%;
  }
  .footer-bottom {
    margin-top: 65px;
  }
  .footer-social {
    padding-top: 5px;
  }
}
@media (max-width: 1023px) {
  .footer-contacts-item-tel a {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
  .footer-contacts-item-email a {
    font-size: 16px;
  }
  .footer-contacts-item + .footer-contacts-item {
    margin-top: 1px;
  }
  .footer-col-first-inner {
    margin: 0 -8px;
  }
  .footer-col-first-inner .footer-col {
    padding: 0 8px;
  }
  .footer-btn {
    margin-top: 21px;
  }
  .footer-col-first-inner .footer-col-l {
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
  }
  ul.footer-nav-menu li + li {
    margin-top: 7px;
  }
  .col-sm-footer-logo {
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    padding-right: 8px;
  }
  .col-sm-footer-bottom {
    -ms-flex: 0 0 64%;
    flex: 0 0 64%;
    padding-left: 8px;
  }
  .footer-col-second-inner,
  .footer-col-third-inner {
    padding-top: 29px;
  }
  .footer-logo {
    margin-right: 24px;
  }
  .footer-info-links {
    margin-top: 26px;
  }
  .footer-col-third-inner .col-md-2 {
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-col-third-inner .col-md-7 {
    -ms-flex-order: 2;
    order: 2;
  }
  .footer-col-third-inner .col-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .footer-social {
    padding-top: 2px;
  }
  .footer-copyright {
    padding: 0;
    margin-top: 24px;
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .footer-col-first-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-col-first-inner .footer-col-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .footer-col-first-inner .footer-col-r {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 24px;
  }
  .footer-btn {
    margin-top: 12px;
  }
  ul.footer-nav-menu {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-nav-menu + .footer-nav-menu {
    margin-top: 7px;
  }
  .col-sm-footer-logo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-logo {
    width: 228px;
    margin-right: 0;
  }
  .footer-info-links {
    margin-top: 8px;
  }
  .footer-social {
    padding-top: 0;
  }
  .col-sm-footer-bottom {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 12px;
  }
}
.btn {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  padding: 11px 23px;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  outline: none !important;
  box-shadow: none !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
}

.btn-s {
  font-size: 14px;
  line-height: 1.3;
  padding: 7px 11px;
}

.btn-ico {
  margin-top: 1px;
  margin-bottom: 1px;
}

.btn-ico svg {
  display: block;
}

.btn-ico + .btn-text {
  margin-left: 4px;
}

.btn-text + .btn-ico {
  margin-left: 4px;
}

.btn-primary {
  background-color: #0CC368;
  border-color: #0CC368;
  color: #FFFFFF;
}
.btn-primary:disabled {
  background-color: #0CC368;
  border-color: #0CC368;
  color: #FFFFFF;
  opacity: 0.5;
  cursor: default;
}

.btn-outline-secondary:not(.btn-primary) {
  color: #2E323A;
  border-color: #D9DADB;
}

.btn-secondary {
  background-color: #5081FF;
  border-color: #5081FF;
  color: #FFFFFF;
}

.btn-secondary-outline {
  background-color: transparent;
  border-color: #5081FF;
  color: #5081FF;
}

.btn-tertiary {
  background-color: #2E323A;
  border-color: #2E323A;
  color: #FFFFFF;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #2E323A;
}

.btn-neutral {
  background-color: #EBF1FF;
  border-color: #EBF1FF;
  color: #5081FF;
}
.btn-neutral .btn-ico:not(.btn-ico-colored) svg *[fill] {
  fill: #5081FF;
}
.btn-neutral .btn-ico:not(.btn-ico-colored) svg *[stroke] {
  stroke: #5081FF;
}

.btn-neutral-outline {
  background-color: #FFFFFF;
  border-color: #D9DADB;
  color: #8C96A8;
}
.btn-neutral-outline .btn-ico:not(.btn-ico-colored) svg *[fill] {
  fill: #8C96A8;
}
.btn-neutral-outline .btn-ico:not(.btn-ico-colored) svg *[stroke] {
  stroke: #8C96A8;
}

.btn-load-more {
  background: none;
  border-color: #8C96A8;
  color: #8C96A8;
}
.btn-load-more .btn-ico svg * {
  stroke: #8C96A8;
}

.btn-disabled {
  pointer-events: none;
  cursor: initial;
}

ul.pills-nav {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 4px 2px;
  border-radius: 8px;
  background-color: #EBF1FF;
  margin-bottom: 24px;
}

li.pills-nav-item {
  margin: 0 2px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
li.pills-nav-item a {
  display: block;
  padding: 12px 16px;
  border-radius: 8px;
  text-align: center;
  color: #5081FF;
  text-decoration: none !important;
}
li.pills-nav-item a.active {
  color: #FFFFFF;
  background-color: #225FFE;
}

ul.resume-nav {
  max-width: 332px;
}

.btn-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none !important;
  background: none !important;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #5081FF;
}

.btn-link-ico {
  margin-right: 8px;
}
.btn-link-ico svg,
.btn-link-ico img {
  display: block;
}

.btn-link-content + .btn-link-ico {
  margin-left: 8px;
  margin-right: 0;
}

.btn-link-secondary {
  color: #8C96A8;
}

.btn-link-content span {
  border-bottom: 1px solid #5081FF;
}

.btn-link-secondary .btn-link-content span {
  border-bottom-color: #D9DADB;
}

.btn-ico-s .btn-ico {
  display: none;
}

.btn-ico-only {
  padding-left: 11px;
  padding-right: 11px;
}

.btn-ico-only .btn-ico {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 1599px) {
  .btn {
    font-size: 16px;
    line-height: 1.4;
    padding: 7px 15px;
  }
  .btn-s {
    font-size: 14px;
    line-height: 1.3;
    padding: 7px 11px;
  }
  .btn-ico-only {
    padding-left: 8px;
    padding-right: 8px;
  }
  ul.pills-nav {
    padding: 2px 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .btn-ico-s .btn-ico {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .btn-ico-s .btn-text {
    display: none;
  }
  .btn-neutral-s {
    background-color: #EBF1FF;
    border-color: #EBF1FF;
    color: #5081FF;
  }
  .profile-nav-col .btn-ico:first-child:last-child {
    margin-left: 0;
    margin-right: 0;
    width: 16px;
  }
  .profile-nav-col .btn-ico:first-child:last-child svg {
    width: 100%;
    height: auto;
  }
  .profile-nav-col .control-buttons-item-small .btn {
    padding: 9px 10px;
  }
}
@media (max-width: 767px) {
  .btn-link {
    font-size: 14px;
    line-height: 1.3;
  }
  .btn-link-ico {
    margin-left: 0;
    margin-right: 4px;
  }
  .btn-link-content + .btn-link-ico {
    margin-left: 4px;
    margin-right: 0;
  }
}
.modal {
  background: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  min-height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px;
}

.modal-content {
  border: none;
  border-radius: 14px;
  background: #fff;
  padding: 32px;
}

.registration-modal .modal-content {
  max-width: 560px;
}

.modal .close,
.mobile-popup .close {
  opacity: 1 !important;
  position: absolute;
  right: 14px;
  top: 14px;
  outline: none !important;
}

.modal-header {
  border: none;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 8px;
  margin: 0 0 24px 0;
  text-align: center;
}
.modal-header h3,
.modal-header .h3 {
  margin: 0 !important;
}

.modal-body {
  padding: 0 !important;
}

.multiple-upload-modal .modal-content {
  max-width: 1144px;
}

.single-upload-modal .modal-content {
  max-width: 570px;
}

.warning-modal .modal-content {
  max-width: 505px;
}

.form-modal .modal-content {
  max-width: 505px;
}

.modal-backdrop {
  display: none !important;
}

.warning-modal-text {
  text-align: center;
}

.warning-modal .control-buttons {
  margin-top: 24px;
}

@media (max-width: 1919px) {
  .registration-modal .modal-content {
    max-width: 505px;
  }
}
@media (max-width: 1599px) {
  .modal .close {
    top: 10px;
  }
  .modal-content {
    padding: 24px;
  }
  .registration-modal .modal-content {
    max-width: 358px;
  }
  .modal-header {
    margin: 0 0 16px 0;
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    padding: 16px;
  }
  .modal-content {
    padding: 24px 16px;
  }
  .modal-header {
    padding: 0 24px;
  }
}
.section-group + .section-group {
  margin-top: 64px;
}

.profile-section {
  margin: 64px 0;
}

.profile-sidebar-col .profile-section {
  margin: 48px 0;
}

.profile-section:first-child,
.profile-header + .profile-section,
.account-header + .profile-section {
  margin-top: 0 !important;
}

.profile-section:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 1599px) {
  .profile-section {
    margin: 40px 0;
  }
  .section-group + .section-group {
    margin-top: 56px;
  }
}
@media (max-width: 1023px) {
  .profile-sidebar-col .profile-section {
    margin: 24px 0;
  }
}
@media (max-width: 1023px) {
  .profile-sidebar-col .profile-section {
    margin: 32px 0;
  }
}
@media (max-width: 767px) {
  .profile-section {
    margin: 32px 0;
  }
  .profile-sidebar-col .profile-header-mob + .profile-sidebar-section,
  .profile-sidebar-col .account-header-mob + .profile-sidebar-section {
    margin-top: 16px;
  }
  .section-group + .section-group {
    margin-top: 48px;
  }
}
.info-card {
  border: 1px solid #D9DADB;
  border-radius: 14px;
  padding: 23px;
}

.info-card + .info-card,
.info-card + .control-buttons,
.info-card + .btn {
  margin-top: 24px;
}

.info-card-row {
  margin-left: -12px;
  margin-right: -12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-card-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 12px;
  padding-right: 12px;
}

.blog-info-card-col-pic,
.resume-info-card-col-pic {
  -ms-flex: 0 0 215px;
  flex: 0 0 215px;
  max-width: 215px;
}

.blog-info-card-pic {
  overflow: hidden;
  border-radius: 8px;
  padding-top: 100%;
  position: relative;
}

.blog-info-card-pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-card-author {
  display: -ms-flexbox;
  display: flex;
  color: #2E323A !important;
  text-decoration: none !important;
}

.info-card-author-pic {
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  max-width: 48px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 48px;
  border: 1px solid #D9DADB;
  border-radius: 50%;
  margin-right: 12px;
  overflow: hidden;
}

.info-card-author-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-card-author-descr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.info-card-author-name {
  font-weight: 500;
}

.info-card-author-info {
  font-size: 16px;
  line-height: 1.4;
  color: #8C96A8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-card-author-info-item {
  position: relative;
}

.info-card-author-info-item:not(:last-child):after {
  content: "|";
  margin: 0 0.5em;
}

.info-card-vote-wrapper {
  margin-top: 24px;
}

.info-card-vote {
  display: -ms-flexbox;
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
}

.info-card-vote-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #8C96A8;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
}

.info-card-vote-item-ico {
  margin-right: 4px;
}

.info-card-vote-item-ico svg {
  display: block;
}
.info-card-vote-item-ico svg * {
  fill: #8C96A8;
}

.info-card h5,
.info-card .h5 {
  margin-bottom: 12px;
}
.info-card h5 a,
.info-card .h5 a {
  font-weight: bold;
  text-decoration: none !important;
  border-bottom: none;
}

.blog-info-card .info-card-section-author {
  margin-top: 16px;
}

.resume-info-card-col-2 {
  -ms-flex: 0 0 239px;
  flex: 0 0 239px;
  max-width: 239px;
}

.resume-info-card .info-card-section + .info-card-section {
  margin-top: 16px;
}

.resume-info-card-salary {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}

table.info-table {
  width: 100%;
  border-spacing: 0;
}
table.info-table td {
  vertical-align: top;
}
table.info-table td:not(:last-child) {
  padding-right: 24px;
}
table.info-table tr:not(:last-child) td {
  padding-bottom: 4px;
}
table.info-table td.name {
  width: 239px;
  color: #8C96A8;
}

.vacancy-info-card table.info-table,
.resume-info-card table.info-table {
  width: auto;
}

.profile-descr table.info-table:not(:last-child) {
  margin-bottom: 16px;
}

.resume-info-card-name {
  position: relative;
  padding-left: 32px;
  display: -ms-flexbox;
  display: flex;
}

.resume-info-card-name-pic {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}
.resume-info-card-name-pic img,
.resume-info-card-name-pic svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.control-buttons {
  margin-bottom: -8px;
}

.control-buttons-row {
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}

.control-buttons-item {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.control-buttons .btn {
  width: 100%;
}

.control-buttons-no-grow .control-buttons-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.control-buttons-no-grow .control-buttons-item {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
}
.control-buttons-no-grow .btn {
  width: auto;
}

.control-buttons-item-small .btn {
  padding-left: 11px;
  padding-right: 11px;
}

.resume-info-card-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.4;
  color: #8C96A8;
}

.resume-info-card-date-item + .resume-info-card-date-item {
  margin-left: 0.25em;
}

.resume-info-card-pic {
  border-radius: 8px;
  overflow: hidden;
}

.vacancy-info-card .resume-info-card-pic {
  border: 1px solid #D9DADB;
  padding: 11px;
}

.resume-info-card-pic-inner {
  padding-top: 100%;
  position: relative;
}

.resume-info-card-pic img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.account-info-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.account-info-item > * {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.account-info-item + .account-info-item {
  margin-top: 16px;
}

.account-info-item-title {
  font-weight: 500;
  -ms-flex: 0 0 296px;
  flex: 0 0 296px;
  max-width: 296px;
}

.info-card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.info-card-header h5,
.info-card-header .h5 {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 0;
}
.info-card-header:last-child h5, .info-card-header:last-child .h5 {
  margin-bottom: 0 !important;
}
.info-card-header .info-card-controls {
  margin-left: 24px;
}

.info-card-controls {
  position: relative;
}
.info-card-controls .popover-popup {
  right: 0;
  top: 100%;
  margin-top: 4px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 15px 0px rgba(46, 50, 58, 0.1);
  padding: 12px;
}

.info-card-controls-trigger {
  cursor: pointer;
}

.info-card-controls-list .btn-link {
  font-size: 14px;
  line-height: 1.3;
}
.info-card-controls-list .info-card-controls-list-item + .info-card-controls-list-item {
  margin-top: 12px;
}

.resume-editable-info-card {
  min-height: 228px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.resume-editable-info-card .info-card-row {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.resume-editable-info-card .control-buttons-item + .control-buttons-item {
  margin-left: 10px;
}

.info-card .form-section-body h5,
.info-card .form-section-body .h5 {
  margin-top: 25px;
}

.resume-info-card-dates-preview {
  display: -ms-flexbox;
  display: flex;
}
.resume-info-card-dates-preview .resume-info-card-date-item + .resume-info-card-date-item {
  margin-left: 0;
}
.resume-info-card-dates-preview .resume-info-card-date {
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
  max-width: 210px;
  -ms-flex-direction: column;
  flex-direction: column;
}
.resume-info-card-dates-preview .resume-info-card-date + .resume-info-card-date {
  margin-left: 16px;
}
.resume-info-card-dates-preview .resume-info-card-date-item:nth-child(2) {
  padding-top: 5px;
  color: #2E323A;
}

.statistics-over-wrapper {
  border-top: 1px solid #D9DADB;
  margin: 6px 0;
}

.statistics {
  margin: 0 -12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 12px 0 0;
  color: #8C96A8;
}

.statistics-item {
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

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

.statistics-item-ico {
  margin-right: 4px;
}

.statistics-alt {
  border: none;
  padding: 0;
  margin: 0 -8px -8px -8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.statistics-alt .statistics-item {
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  border: none !important;
  padding: 0 8px;
  margin-bottom: 8px;
  -ms-flex-align: center;
  align-items: center;
}
.statistics-alt .statistics-item-ico {
  margin-right: 8px;
}

.control-buttons-mob-trigger {
  display: none;
  cursor: pointer;
}

.settings-wrapper .account-info-item-descr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.settings-wrapper p.note {
  color: #8C96A8;
}

a.change-link {
  font-size: 16px;
  line-height: 1.4;
  border-bottom: 1px solid #5081FF;
  transition: border-bottom-color 0.15s ease;
}

@media screen and (min-width: 767px) {
  a.change-link:hover {
    text-decoration: none;
    border-bottom-color: transparent;
  }
}
.account-info-footer {
  margin-top: 6px;
  padding: 32px 0 7px;
  border-top: 1px solid #D9DADB;
}

.blockquote-info-card {
  margin-top: 64px;
  margin-bottom: 64px;
}
.blockquote-info-card:first-child {
  margin-top: 0 !important;
}
.blockquote-info-card:last-child {
  margin-bottom: 0 !important;
}

.blockquote-info-card-content {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
}

.blockquote-info-card .info-card-section + .info-card-section-author {
  margin-top: 16px;
}

.info-card-hr {
  height: 1px;
  background: #D9DADB;
  margin: 24px 0;
}

.info-card-share-ttl {
  color: #8C96A8;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 8px;
}

.info-card-date {
  font-size: 16px;
  line-height: 1.4;
}

.info-card-section-date + .info-card-section {
  margin-top: 16px;
}

.info-card-article-info-top + .info-card-article-info-bottom {
  margin-top: 24px;
}

@media (max-width: 1599px) {
  .info-card-row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .info-card-col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .info-card {
    padding: 15px;
  }
  .info-card-section + .info-card-section {
    margin-top: 16px;
  }
  .resume-info-card-col-2 {
    -ms-flex: 0 0 159px;
    flex: 0 0 159px;
    max-width: 159px;
  }
  .resume-info-card-salary {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
  }
  .resume-info-card-name {
    padding-left: 20px;
  }
  .resume-info-card-name-pic {
    width: 16px;
    height: 16px;
    margin-top: -9px;
  }
  .blog-info-card-col-pic, .resume-info-card-col-pic {
    -ms-flex: 0 0 143px;
    flex: 0 0 143px;
    max-width: 143px;
  }
  .control-buttons-item-small .btn {
    padding-left: 8px;
    padding-right: 8px;
  }
  .resume-editable-info-card .resume-info-card-col-2 {
    -ms-flex: 0 0 239px;
    flex: 0 0 239px;
    max-width: 239px;
  }
  .faq-info-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .blockquote-info-card {
    padding: 23px;
  }
  .blockquote-info-card-content {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
  }
  .info-card-hr {
    margin: 16px 0;
  }
  table.info-table td.name {
    width: 178px;
  }
}
@media (max-width: 1365px) {
  .resume-editable-info-card {
    position: relative;
    min-height: 174px;
  }
  .control-buttons-mob-trigger {
    display: block;
  }
  .resume-editable-info-card .info-card-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .resume-editable-info-card .resume-info-card-col-1 .control-buttons {
    position: absolute;
    top: 23px;
    right: 23px;
  }
  .resume-editable-info-card .resume-info-card-col-1 .info-card-section:first-child {
    padding-right: 70px;
  }
  .resume-editable-info-card .resume-info-card-col-1 .info-card-section:last-child {
    margin: 0;
  }
  .resume-editable-info-card .resume-info-card-col-2 {
    max-width: initial;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .resume-editable-info-card .resume-info-card-col-2 .info-card-section:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-order: 2;
    order: 2;
  }
  .resume-editable-info-card .resume-info-card-col-2 .info-card-section:nth-child(2) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-order: 1;
    order: 1;
  }
  .resume-editable-info-card .resume-info-card-col-2 .flex-vertical-space-between {
    width: 100%;
  }
  .resume-editable-info-card .resume-info-card-date {
    margin-bottom: 15px;
  }
  .resume-editable-info-card .resume-info-card-date {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .control-buttons-mobile-drop-down .control-buttons-row {
    display: none;
    position: absolute;
    top: 100%;
    right: 4px;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0px 4px 15px 0px rgba(46, 50, 58, 0.1);
  }
  .control-buttons-mobile-drop-down .control-buttons-item + .control-buttons-item {
    margin-left: 0 !important;
  }
  .control-buttons-mobile-drop-down .control-buttons-item:last-child {
    margin-bottom: 0 !important;
  }
  .control-buttons-mobile-drop-down .btn-link-ico {
    -ms-flex-order: 1;
    order: 1;
    margin-right: 8px;
    margin-left: 0;
  }
  .control-buttons-mobile-drop-down .btn-link-content {
    -ms-flex-order: 2;
    order: 2;
  }
  .control-buttons-mob-trigger {
    padding: 7px 10px;
    border: 1px solid #D9DADB;
    border-radius: 8px;
  }
  .settings-wrapper .account-info-item-title {
    -ms-flex: 0 0 108px;
    flex: 0 0 108px;
    max-width: 108px;
  }
  .settings-wrapper p.note {
    margin-bottom: 4px;
  }
  .settings-wrapper .account-info-footer {
    padding: 24px 0 7px;
  }
  .vacancies-list .control-buttons:not(.control-buttons-mobile-drop-down) {
    display: -ms-flexbox;
    display: flex;
  }
  .vacancies-list .control-buttons:not(.control-buttons-mobile-drop-down) .control-buttons-row:first-child {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 4px;
  }
  .resume-editable-info-card .control-buttons-item + .control-buttons-item {
    margin-left: 0;
  }
  .statistics-over-wrapper {
    margin: 0 0 16px;
  }
  .resume-editable-info-card .resume-info-card-date {
    margin-bottom: -3px;
  }
  .vacancies-list .resume-editable-info-card .resume-info-card-col-1 .control-buttons {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 1023px) {
  .info-card {
    padding: 23px;
  }
  .info-card + .info-card, .info-card + .control-buttons, .info-card + .btn {
    margin-top: 16px;
  }
  .resume-info-card-col-2 {
    -ms-flex: 0 0 151px;
    flex: 0 0 151px;
    max-width: 151px;
  }
  .info-card h5,
  .info-card .h5 {
    margin-bottom: 8px;
  }
  .control-buttons-grow-s .control-buttons-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .control-buttons-grow-s .btn {
    width: 100%;
  }
  .profile-descr table.info-table:not(:last-child) {
    margin-bottom: 12px;
  }
  .info-card h6,
  .info-card .h6 {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
  }
  .btn-ico-s .btn-ico,
  .btn-ico:first-child:last-child {
    margin-left: -7px;
    margin-right: -7px;
  }
  .info-card-article-info {
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .info-card-article-info-top {
    margin: 0 24px 0 0;
  }
  .info-card-article-info-bottom {
    border-left: 1px solid #D9DADB;
    min-width: 156px;
    padding: 0 0 0 16px;
  }
  .info-card-article-info .info-card-hr {
    display: none;
  }
  table.info-table td.name {
    width: 124px;
  }
}
@media (max-width: 767px) {
  table.info-table,
  table.info-table tr,
  table.info-table td {
    display: block;
    padding: 0 !important;
  }
  table.info-table td.name {
    margin-bottom: 4px;
    width: auto;
  }
  table.info-table tr + tr {
    margin-top: 16px;
  }
  .resume-info-card table.info-table td.name {
    margin-bottom: 2px;
  }
  .resume-info-card table.info-table tr + tr {
    margin-top: 8px;
  }
  .resume-info-card-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .resume-info-card-col-1 .info-card-section {
    -ms-flex-order: 2;
    order: 2;
  }
  .resume-info-card-col-1 .info-card-section:nth-child(3) {
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0 !important;
    margin-bottom: 8px;
  }
  .resume-info-card-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 24px;
  }
  .resume-info-card-salary {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
  }
  .resume-info-card .info-card-section + .info-card-section {
    margin-top: 24px;
  }
  .resume-info-card .control-buttons {
    display: -ms-flexbox;
    display: flex;
    margin-left: -4px;
    margin-right: -4px;
  }
  .resume-info-card .control-buttons-row {
    padding-left: 4px;
    padding-right: 4px;
  }
  .resume-info-card:not(.resume-editable-info-card) .control-buttons-row:first-child {
    -ms-flex: 0 0 calc(51% + 8px);
    flex: 0 0 calc(51% + 8px);
    max-width: calc(51% + 8px);
  }
  .resume-info-card:not(.resume-editable-info-card) .control-buttons-row:last-child {
    -ms-flex: 0 0 calc(49% + 8px);
    flex: 0 0 calc(49% + 8px);
    max-width: calc(49% + 8px);
  }
  .resume-info-card-col-2 .info-card-section + .info-card-section {
    margin-top: 12px;
  }
  .resume-info-card-date {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .blog-info-card-col-pic {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-info-card-pic {
    padding-top: 71.3%;
  }
  .blog-info-card-col-descr:not(:first-child) {
    margin-top: 16px;
  }
  .info-card-author-name {
    font-size: 14px;
    line-height: 1.3;
  }
  .info-card-author-info {
    font-size: 14px;
    line-height: 1.3;
  }
  .resume-info-card.resume-editable-info-card .resume-info-card-col-2 .control-buttons-row:last-child {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .resume-editable-info-card .resume-info-card-col-1 .control-buttons {
    right: 27px;
  }
  .resume-editable-info-card {
    min-height: 168px;
  }
  .resume-editable-info-card .resume-info-card-col-2 {
    margin-top: 0;
  }
  .settings-wrapper {
    font-size: 14px;
  }
  .settings-wrapper .form-section-header h4,
  .settings-wrapper .form-section-header .h4 {
    margin-bottom: 24px;
  }
  .settings-wrapper .account-info-item-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2px;
  }
  .settings-wrapper a.change-link {
    -webkit-transform: translateY(-21px);
    transform: translateY(-21px);
  }
  a.change-link {
    font-size: 14px;
    line-height: 1.2;
  }
  .blog-info-card-col-pic, .resume-info-card-col-pic {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 26px;
  }
  .vacancies-list .resume-editable-info-card .resume-info-card-col-1 .control-buttons {
    top: 23px;
    right: 26px;
  }
  .faq-info-card {
    padding: 15px;
  }
  .blockquote-info-card-content {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
  }
  .info-card-article-info {
    display: block;
  }
  .info-card-article-info .info-card-hr {
    display: block;
  }
  .info-card-article-info-top {
    margin: 0;
  }
  .info-card-article-info-bottom {
    max-width: initial;
    border: none;
    padding: 0;
  }
}
.profile-sidebar-col {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-right: 20px;
}

.profile-content-col {
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.profile-header h1,
.profile-header .h1 {
  color: #5081FF;
}
.profile-header .profile-header-status {
  font-size: 14px;
  line-height: 1.24;
  font-weight: 500;
  color: #8C96A8;
  margin-bottom: 24px;
}

.profile-header-mob,
.account-header-mob {
  display: none;
}

.profile-sidebar-col .profile-header {
  display: none;
}

@media (max-width: 1023px) {
  .profile-header .profile-header-status {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .profile-sidebar-col .profile-header {
    display: block;
    margin-bottom: 16px;
  }
  .profile-sidebar-col + .profile-content-col {
    margin-top: 32px;
  }
}
.profile-nav {
  margin-bottom: 24px;
}

.profile-nav-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.profile-nav-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 12px;
  padding-right: 12px;
}

.profile-nav-col-2 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

ul.profile-nav-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #D9DADB;
}
ul.profile-nav-menu > li {
  padding: 0;
  margin: 0 2px 0 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
ul.profile-nav-menu a {
  display: block;
  padding: 12px 16px;
  color: #8C96A8;
  border-radius: 8px 8px 0 0;
  position: relative;
  text-decoration: none !important;
  border-bottom: none;
}
ul.profile-nav-menu a:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 1px;
  left: 0;
  right: 0;
}
ul.profile-nav-menu a.active {
  color: #225FFE;
  background-color: #EBF1FF;
}
ul.profile-nav-menu a.active:after {
  background-color: #225FFE;
}

.profile-gallery-userpic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-gallery-userpic-inner {
  display: block;
  padding-top: 100%;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.profile-gallery-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4px -4px -4px -4px;
}

.profile-gallery-list-item {
  padding: 4px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  cursor: pointer;
}
.profile-gallery-list-item.active {
  opacity: 0.75;
}
.profile-gallery-list-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.profile-gallery-list-item-inner {
  padding-top: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

.resume-controls {
  margin-bottom: 24px;
}

.resume-controls .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.resume-controls-col-2 {
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-left: auto;
}

.profile-header .resume-info-card-name {
  margin-bottom: 16px;
}

.resume-detail-salary {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 16px;
}

.employer-profile-pic {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 14px;
  padding-top: 100%;
  position: relative;
}

.employer-profile-pic-inner {
  position: absolute;
  left: 138px;
  right: 138px;
  top: 138px;
  bottom: 138px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.employer-profile-pic-inner img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  border-radius: 6px;
}

.profile-upload-button {
  margin-top: 8px;
}
.profile-upload-button .btn {
  width: 100%;
}

@media (max-width: 1919px) {
  .profile-gallery-list-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1599px) {
  .profile-sidebar-col {
    padding-right: 12px;
  }
  .profile-gallery-list-item {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .profile-sidebar-section .section-header {
    margin-bottom: 16px;
  }
  .profile-sidebar-section h4,
  .profile-sidebar-section .h4 {
    margin-bottom: 16px;
  }
  .profile-nav {
    margin-bottom: 16px;
  }
  ul.profile-nav-menu a {
    padding: 8px 12px;
  }
  .resume-detail-salary {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
  }
}
@media (max-width: 1023px) {
  .profile-sidebar-col {
    padding-right: 8px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .profile-content-col {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .profile-gallery-userpic-inner {
    border-radius: 8px;
  }
  .profile-gallery-list {
    margin: 2px -2px -2px -2px;
  }
  .profile-gallery-list-item {
    padding: 2px;
  }
  .profile-sidebar-section .section-header {
    margin-bottom: 8px;
  }
  .profile-sidebar-section h4, .profile-sidebar-section .h4 {
    margin-bottom: 8px;
  }
  .resume-controls {
    margin-bottom: 12px;
  }
  .resume-controls .row {
    margin-left: -4px;
    margin-right: -4px;
  }
  .resume-controls .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .resume-controls-col-2 {
    -ms-flex: 0 0 19.3%;
    flex: 0 0 19.3%;
    max-width: 19.3%;
  }
  .profile-header .resume-info-card-name {
    margin-bottom: 8px;
  }
  .resume-detail-salary {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .profile-sidebar-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .profile-content-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .profile-sidebar-section .section-header {
    margin-bottom: 16px;
  }
  .profile-gallery-list-item {
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
  .profile-nav {
    margin-bottom: 32px;
  }
  .profile-nav-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .profile-nav-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.profile-nav-menu {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    position: relative;
    border-bottom: none;
    padding-bottom: 1px;
  }
  ul.profile-nav-menu:before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 1px;
    background: #D9DADB;
  }
  .profile-header,
  .account-header {
    display: none;
  }
  .profile-header-mob,
  .account-header-mob {
    display: block;
  }
  .resume-controls {
    margin-bottom: 32px;
  }
  .resume-controls-col-2 {
    -ms-flex: 0 0 15.3%;
    flex: 0 0 15.3%;
    max-width: 15.3%;
  }
}
.media-card {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D9DADB;
  border-radius: 14px;
  color: #2E323A !important;
  text-decoration: none !important;
}

.video-media-card {
  padding: 7px 23px 7px 7px;
}

.video-media-card-pic {
  position: relative;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  max-width: 64px;
  margin-right: 16px;
}
.video-media-card-pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-media-card-pic .media-card-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-media-card-pic-inner {
  position: relative;
  padding-top: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.video-media-card-descr {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.media-card-name {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.media-card-duration {
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  font-weight: 500;
  color: #8C96A8;
}

.video-media-card .media-card-name {
  margin-right: 24px;
}

.audio-media-card {
  padding: 11px 15px 13px 15px;
}
.audio-media-card .media-card-name {
  margin-bottom: 4px;
}

.audio-player {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.audio-player-col-button {
  margin-right: 16px;
}

.audio-player-col-descr {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.audio-player-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.audio-player-play-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  outline: none !important;
}

.icon-container {
  fill: transparent;
  stroke: none;
}

.audio-player-play-btn:hover {
  fill: #444444;
}

.audio-player-play-btn svg {
  position: relative;
  left: 0.5px;
  width: 20px;
  height: 20px;
  display: block;
}

.audio-player-timeline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.audio-player-progress {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 14px;
  margin: 0 8px;
  -ms-flex: 10;
  flex: 10;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  overflow: hidden;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
}
.audio-player-progress:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: #8C96A8;
}

.audio-player-progress-filled {
  height: 14px;
  -ms-flex: 0;
  flex: 0;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  position: relative;
}
.audio-player-progress-filled:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: #5081FF;
}

.audio-player-volume-container {
  width: 15%;
}

.audio-player-volume {
  height: 28px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background: transparent;
}

.audio-player-volume:focus {
  outline: none;
}

.audio-player-volume::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #0e0e0e;
  border-radius: 10px;
}

.audio-player-volume::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 100px;
  border: none;
  background: #0e0e0e;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}

.audio-player-volume:focus::-webkit-slider-runnable-track {
  background: #0e0e0e;
}

.audio-player-volume::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #0e0e0e;
  border-radius: 10px;
}

.audio-player-volume::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 100px;
  border: none;
  background: #0e0e0e;
  cursor: pointer;
  margin-top: -4px;
}

.audio-player-volume::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #0e0e0e;
  border-radius: 10px;
}

.audio-player-volume::-ms-fill-lower {
  background: #0e0e0e;
  border-radius: 10px;
}

.audio-player-volume::-ms-fill-upper {
  background: #0e0e0e;
  border-radius: 10px;
}

.audio-player-volume::-ms-thumb {
  margin-top: 1px;
  height: 15px;
  width: 15px;
  border-radius: 5px;
  border: none;
  background: #0e0e0e;
  cursor: pointer;
}

.audio-player-volume:focus::-ms-fill-lower {
  background: #38bdf8;
}

.audio-player-volume:focus::-ms-fill-upper {
  background: #38bdf8;
}

@media (max-width: 1023px) {
  .media-card {
    border-radius: 6px;
  }
  .media-card-name {
    font-size: 14px;
    line-height: 1.3;
  }
  .video-media-card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .video-media-card-pic {
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
    margin: 0 0 8px 0;
  }
  .video-media-card-descr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .video-media-card-descr .media-card-name {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 2px 0;
  }
  .video-media-card-descr .media-card-duration {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .audio-media-card {
    padding: 7px 11px;
  }
  .audio-player-col-button {
    margin-right: 8px;
  }
  .audio-media-card .media-card-name {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .media-card {
    border-radius: 14px;
  }
  .media-card-name {
    font-size: 16px;
    line-height: 1.4;
  }
  .video-media-card-pic {
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    max-width: 64px;
    margin: 0 16px 0 0;
  }
  .video-media-card-descr {
    -ms-flex: initial;
    flex: initial;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: initial;
  }
  .video-media-card-descr .media-card-name {
    -ms-flex: initial;
    flex: initial;
    max-width: initial;
    margin-right: 16px;
    margin-bottom: 0;
  }
  .video-media-card-descr .media-card-duration {
    -ms-flex: initial;
    flex: initial;
    max-width: initial;
  }
  .audio-media-card {
    padding: 11px 15px;
  }
  .audio-player-col-button {
    margin-right: 12px;
  }
  .audio-media-card .media-card-name {
    margin-bottom: 2px;
  }
}
.registration-header h3 {
  text-align: center;
  margin-bottom: 24px;
}

.registration-social {
  margin-bottom: 16px;
}

.registraion-info {
  margin-bottom: 24px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  color: #8C96A8;
}

.registration-footer {
  margin-top: 24px;
  border-top: 1px solid #D9DADB;
  padding-top: 24px;
}

.registration-login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 16px;
}

.registration-login-name {
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 1599px) {
  .registraion-info {
    margin-bottom: 16px;
  }
  .registration-footer {
    margin-top: 16px;
    padding-top: 16px;
  }
  .registration-login-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
table.invites-table {
  width: 100%;
}
table.invites-table th {
  font-size: 18px;
  line-height: 1.5;
  color: #8C96A8;
  font-weight: 400;
  padding-bottom: 16px;
}
table.invites-table tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #D9DADB;
}
table.invites-table td {
  padding: 16px 0;
}
table.invites-table th.invite-status,
table.invites-table td.invite-status {
  -ms-flex: 0 0 18.5%;
  flex: 0 0 18.5%;
}
table.invites-table th.invite-info,
table.invites-table td.invite-info {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px;
}
table.invites-table th.invite-geo,
table.invites-table td.invite-geo {
  -ms-flex: 0 0 11%;
  flex: 0 0 11%;
}
table.invites-table th.invite-date,
table.invites-table td.invite-date {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}
table.invites-table td.invite-geo,
table.invites-table td.invite-date {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #8C96A8;
}

.invite-status-tag {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-flexbox;
  display: flex;
  outline: none !important;
  box-shadow: none !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
}
.invite-status-tag .invite-status-tag-ico {
  margin-right: 4px;
}
.invite-status-tag .invite-status-tag-ico svg, .invite-status-tag .invite-status-tag-ico img {
  display: block;
}

.invite-status-tag-viewed {
  background-color: #F6A029;
  color: #FFFFFF;
}

.invite-status-tag-active {
  background-color: #0CC368;
  color: #FFFFFF;
}

.invite-status-tag-declined {
  background-color: #F62929;
  color: #FFFFFF;
}

.invite-status-tag-not-viewed {
  background-color: #DDDFE5;
}

.invite-info {
  font-size: 18px;
  line-height: 1.5;
}
.invite-info .control-buttons {
  margin-top: 7px;
}

.invite-ttl a {
  border-bottom: none;
}

.invite-price {
  font-weight: 600;
}

.invite-anons {
  font-weight: 400;
  color: #8C96A8;
  margin-top: 5px;
}

@media (max-width: 1365px) {
  table.invites-table th {
    font-size: 16px;
    line-height: 1.4;
  }
  table.invites-table td.invite-geo, table.invites-table td.invite-date {
    font-size: 16px;
    line-height: 1.4;
  }
  table.invites-table .control-buttons-mob-trigger {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  table.invites-table th.invite-status, table.invites-table td.invite-status {
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    max-width: 23.5%;
  }
  table.invites-table th.invite-geo, table.invites-table td.invite-geo {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  table.invites-table td.invite-geo, table.invites-table td.invite-date {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
}
@media (max-width: 767px) {
  table.invites-table {
    margin-top: 32px;
  }
  table.invites-table tr:first-child {
    display: none;
  }
  table.invites-table tr:nth-child(2) {
    border-top: 1px solid #D9DADB;
  }
  .invite-info {
    font-size: 16px;
    line-height: 1.4;
  }
  table.invites-table tr {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    position: relative;
  }
  table.invites-table td.invite-status,
  table.invites-table td.invite-info,
  table.invites-table td.invite-geo,
  table.invites-table td.invite-date {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  table.invites-table td.invite-status {
    padding-top: 23px;
  }
  table.invites-table td.invite-info {
    padding: 0;
  }
  table.invites-table td.invite-geo {
    padding-bottom: 2px;
  }
  table.invites-table td.invite-date {
    padding-top: 0;
    padding-bottom: 23px;
  }
  table.invites-table .control-buttons-mob-trigger {
    display: block !important;
  }
  table.invites-table .control-buttons {
    position: absolute;
    top: 17px;
    right: 0;
  }
}
.news-list {
  margin-bottom: -24px;
}

.news-list .col {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding-bottom: 24px;
}

.news-list-wide .col {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.news-info-card {
  min-height: 100%;
}
.news-info-card h5,
.news-info-card .h5 {
  margin: 0;
}
.news-info-card h5 a,
.news-info-card h5 a:focus,
.news-info-card .h5 a,
.news-info-card .h5 a:focus {
  color: #2E323A;
  transition: all 0.2s ease;
}
.news-info-card h5 a:hover,
.news-info-card .h5 a:hover {
  color: #225FFE;
}
.news-info-card .tags-list-small {
  margin-bottom: 16px;
}
.news-info-card .info-card-section + .info-card-section {
  margin-top: 16px;
}

.news-info-card-pic {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
.news-info-card-pic img {
  width: 100%;
  height: auto !important;
}

.wiki-search-form-col-1 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.wiki-search-form-col-2 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.section-wiki-search + .profile-section {
  margin-top: 32px;
}

.faq-item + .faq-item {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #D9DADB;
}

.faq-item-header {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.faq-item-header h6, .faq-item-header .h6 {
  margin: 0 !important;
}
.faq-item-header.active svg path:nth-child(2) {
  opacity: 0;
}

.faq-item-header-ico {
  margin-right: 16px;
}
.faq-item-header-ico img, .faq-item-header-ico svg {
  display: block;
}
.faq-item-header-ico svg * {
  transition: all 0.2s ease;
}

.faq-item-content {
  padding-top: 12px;
  padding-left: 36px;
  display: none;
}

.faq-info {
  border-radius: 14px;
  background: #EBF1FF;
  padding: 24px;
}

@media (max-width: 1599px) {
  .section-wiki-search + .profile-section {
    margin-top: 24px;
  }
  .news-info-card-pic {
    margin-bottom: 16px;
  }
  .news-info-card .statistics-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .faq-item + .faq-item {
    padding-top: 16px;
    margin-top: 16px;
  }
  .page-content-col .news-list .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1023px) {
  .page-content-col .news-list .col {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 1023px) {
  .news-list {
    margin-bottom: -16px;
  }
  .news-list .col {
    padding-bottom: 16px;
  }
  .news-list-wide .col {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .news-info-card {
    padding: 15px;
  }
  .faq-info {
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .faq-info h4,
  .faq-info .h4 {
    margin: 0 24px 0 0;
  }
}
@media (max-width: 767px) {
  .wiki-search-form .row {
    margin-left: -4px;
    margin-right: -4px;
  }
  .wiki-search-form .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .wiki-search-form .btn {
    padding: 7px 13px;
  }
  .wiki-search-form .btn-text {
    display: none;
  }
  .wiki-search-form .btn-ico {
    margin: 0;
    height: 22px;
  }
  .news-list .col,
  .news-list-wide .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .faq-item {
    font-size: 14px;
    line-height: 1.3;
  }
  .faq-item-header h6,
  .faq-item-header .h6 {
    font-size: 16px;
  }
  .faq-item-header-ico {
    margin-right: 12px;
  }
  .faq-item-content {
    padding-left: 32px;
  }
  .faq-info {
    display: block;
  }
  .faq-info h4,
  .faq-info .h4 {
    margin-bottom: 16px;
  }
  .page-content-col .news-list .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.comment-form + .comments-list {
  margin-top: 24px;
}

.comments-item {
  margin-top: 32px;
}
.comments-item:first-child {
  margin-top: 0 !important;
}
.comments-item .comments-item {
  margin-left: 120px;
}
.comments-item .comments-item .comments-item {
  margin-left: 60px;
}
.comments-item .comments-item .comments-item .comments-item {
  margin-left: 10px;
}

.comments-item-row {
  display: -ms-flexbox;
  display: flex;
}

.comments-item-userpic {
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  max-width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid #D9DADB;
  margin-right: 16px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 50%;
}
.comments-item-userpic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comments-item-descr {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.comments-item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2px;
}

.comments-item-author-name {
  font-weight: 500;
  margin-right: 8px;
}

.comments-item-date-time {
  color: #8C96A8;
}

.comments-item-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 16px;
  margin-top: 10px;
}

.comments-list-footer {
  border-top: 1px solid #D9DADB;
  margin-top: 32px;
  padding-top: 24px;
}

.comments-item-form {
  margin-top: 24px;
}

.comments-item-form {
  display: none;
}

@media (max-width: 767px) {
  .comments-item-userpic {
    margin-right: 12px;
  }
  .comments-item-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 4px;
  }
  .comments-item-author-name {
    -ms-flex-order: 2;
    order: 2;
  }
  .comments-item-date-time {
    -ms-flex-order: 1;
    order: 1;
  }
  .comments-item-controls {
    margin-top: 8px;
  }
  .comments-item {
    margin-top: 16px;
  }
  .comments-item .comments-item {
    margin-left: 60px;
  }
  .comments-item .comments-item .comments-item {
    margin-left: 0;
  }
}
.delete-info {
  font-size: 18px;
  color: #2E323A;
}

.delete-form .form-footer-buttons-item .btn-outline-secondary {
  border-color: #D9DADB;
}

.registration-footer .registration-login-name {
  font-weight: 600;
}

.footer-dev {
  position: relative;
  padding: 0 0 0 57px;
  display: block;
}

.footer-dev-pic {
  position: absolute;
  left: 0;
  top: 3px;
}

.footer-dev-text {
  color: #8C96A8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

@-webkit-keyframes bouncer {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes bouncer {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
.bouncer {
  width: 100px;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: absolute;
  top: 39vh;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bouncer-form {
  top: 55%;
}

.bouncer div {
  width: 20px;
  height: 20px;
  background-color: #5081FF;
  border-radius: 50%;
  -webkit-animation: bouncer 0.5s cubic-bezier(0.19, 0.57, 0.3, 0.98) infinite alternate;
  animation: bouncer 0.5s cubic-bezier(0.19, 0.57, 0.3, 0.98) infinite alternate;
}

.bouncer div:nth-of-type(1) {
  opacity: 0.8;
}

.bouncer div:nth-of-type(2) {
  opacity: 0.6;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.bouncer div:nth-of-type(3) {
  opacity: 0.5;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.bouncer div:nth-of-type(4) {
  opacity: 0.4;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading-filter {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.mySelect {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 12px 15px 11px 15px;
  border: 1px solid #5081FF;
  border-radius: 20px;
  background: #fff;
  z-index: 1;
  transition: 0.2s;
}


.section-home {
  margin: 112px 16px;
  border-radius: 24px;
  position: relative;
}

.section-home:first-child {
  margin-top: 96px;
}

.section-home:last-child {
  margin-bottom: 96px;
}

.section-home-with-bg {
  padding: 96px 0;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.section-home-with-bg.section-home-small-padding {
  padding: 64px 0;
}

.section-home .section-header {
  margin: 0 0 32px 0;
}

.section-home .section-header h2,
.section-home .section-header .h2 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: bold;
  margin: 0 !important;
  font-weight: 600 !important;
}

.section-home .section-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
  border-radius: 24px;
}

.section-home .section-content {
  position: relative;
  margin: 0 -16px;
}

.section-home-search-col-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 412px;
}

.section-home-search-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.section-home-search-descr {
  max-width: 692px;
}

.section-home-search h1,
.section-home-search .h1 {
  font-size: 74px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin: 0 0 48px 0;
  color: #fff;
}

.section-home-search h1 span,
.section-home-search .h1 span {
  color: rgba(255, 255, 255, 0.4);
}

.section-home-search-form-col-2 {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.section-home-search-form-col-2 .btn {
  width: 100%;
}

.home-search-form-group {
  margin: 0 !important;
  position: relative;
}

.home-search-form-group:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 16px;
  top: 13px;
  background: url(../images/ico-home-search.svg) 0 0 no-repeat;
}

.home-search-form input[type=text] {
  padding-left: 42px;
}

.section-home-search-pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: -96px;
  bottom: -96px;
  right: 12px;
  overflow: hidden;
}

.section-home-search-pic img {
  width: 100% !important;
  height: auto !important;
}

.section-home-search-pic-inner {
  max-width: 547px;
}

.home-profiles-list .row {
  gap: 24px 0;
}

.home-profiles-list .col {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.home-profiles-tmb {
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  border-radius: 24px;
  transition: all 0.3s ease;
  color: #2E323A;
  background: #FFFFFF;
  text-decoration: none !important;
}

.home-profiles-tmb:hover {
  color: #FFFFFF;
  background-color: #5081FF;
}

.home-profiles-tmb-pic {
  -ms-flex: 0 0 96px;
  flex: 0 0 96px;
  max-width: 96px;
  margin: 0 24px 0 0;
}

.home-profiles-tmb-pic-img {
  padding-top: 100%;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.home-profiles-tmb-pic-img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-profiles-tmb-descr {
  -ms-flex-item-align: start;
  align-self: flex-start;
  min-height: 79px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-profiles-tmb-cat {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.home-profiles-tmb h5,
.home-profiles-tmb .h5 {
  margin: 0 !important;
}

.home-list-more-button-col {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

.home-professions-list {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 24px;
  column-gap: 24px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.home-professions-list-item {
  margin-bottom: 12px;
}

.home-professions-list a.link-secondary:hover {
  color: #5081FF;
  border-bottom-color: #5081FF;
}

.home-professions-more-button-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

.home-plan {
  display: -ms-flexbox;
  display: flex;
}

.home-plan-cell {
  border-bottom: 1px solid #D9DADB;
  padding: 16px 24px;
  transition: border-color 0.3s ease;
}

.home-plan-cell:last-child {
  border-bottom: none;
  padding-bottom: 32px !important;
}

.home-plan-cell:first-child {
  padding-top: 24px !important;
  padding-bottom: 8px !important;
  border-bottom: none;
}

.home-plan-col-titles .home-plan-cell {
  padding: 18px 24px 18px 0;
}

.home-plan-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.home-plan-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 24px;
  transition: background-color 0.3s ease;
}

.home-plan-col-plan-selected {
  background: #EBF1FF;
}

.home-plan-col-titles {
  -ms-flex: 0 0 calc(33.333% + 8px);
  flex: 0 0 calc(33.333% + 8px);
}

.home-plan-check {
  height: 32px;
  border-radius: 16px;
  transition: all 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-plan-check-yes {
  background: #EFFEF7;
}

.home-plan-check-no {
  background: #FFF1F1;
}

.home-plan-col-plan-selected .home-plan-check-yes,
.home-plan-col-plan-selected .home-plan-check-no {
  background-color: #fff;
}

.home-plan-check:after {
  content: "";
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.home-plan-check-yes:after {
  background-image: url(../images/home-price-check-yes.svg);
}

.home-plan-check-no:after {
  background-image: url(../images/home-price-check-no.svg);
}

.home-plan-check .home-plan-title {
  display: none;
}

.home-plan-name {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  margin: 0 0 12px 0;
}

.home-plan-price {
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: bold;
}

.home-plan-price span {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  padding: 0 0 0 0.2em;
}

.home-plan-cell-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-plan-cell-header-bottom {
  margin-top: 32px;
}

.home-plan-price-year {
  font-size: 18px;
  line-height: 1.5;
  color: #8C96A8;
  font-weight: normal;
  margin-top: 12px;
}

.section-home .home-price-section-header {
  max-width: 33.33%;
  padding-right: 64px;
  margin: 0 0 -97px 0;
}

.section-home-personal-col-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.section-home-personal-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.section-home-personal-descr {
  max-width: 453px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
}

.home-personal-form {
  margin-top: 48px;
}

.home-personal-form .form-footer .btn {
  width: 100%;
}

.section-home-personal-pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-home-personal-pic-inner {
  max-width: 643px;
}

.section-home-personal-pic-inner img {
  width: 100%;
  height: auto;
}

.home-info-list .row {
  gap: 24px 0;
}

.home-info-list .col {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.home-info-tmb {
  padding: 31px;
  transition: all 0.3s ease;
  border-radius: 24px;
  border: 1px solid #D9DADB;
  text-decoration: none !important;
  color: #2E323A;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100%;
}

.home-info-tmb:hover {
  color: #5081FF;
  border-color: #5081FF;
  background-color: #EBF1FF;
}

.home-info-tmb-pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-info-tmb-descr {
  margin-top: 16px;
}

.home-info-tmb h5,
.home-info-tmb .h5 {
  margin: 0 !important;
}

.home-questions-list .row {
  gap: 24px 0;
}

.home-questions-list .col {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.home-questions-tmb {
  background-color: #5081FF;
  color: #fff;
  border-radius: 24px;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  padding: 32px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-questions-tmb-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
}

.home-questions-tmb-content {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-questions-tmb-phone {
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 8px;
  margin-top: 24px;
}

.home-questions-tmb-phone a {
  color: #fff;
  text-decoration: none;
  border: none;
}

.home-questions-tmb h3,
.home-questions-tmb .h3 {
  font-size: 36px;
  margin-bottom: 24px;
  margin-top: 0 !important;
}

.home-questions-tmb-email a {
  text-decoration: none !important;
  color: #fff;
}

.home-questions-tmb-button {
  margin-top: 24px;
  display: -ms-flexbox;
  display: flex;
}

.section-home-project .section-header {
  margin-bottom: 66px;
}

.section-home-project-header-col-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.section-home-project-header-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.section-home-project-logo {
  margin-top: 35px;
}

.project-numbers {
  display: -ms-flexbox;
  display: flex;
  gap: 24px 0;
  margin-left: -12px;
  margin-right: -12px;
}

.project-numbers-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 12px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
}

.project-numbers-item-num {
  font-size: 74px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #5081FF;
  margin: 0 0 8px 0;
}

.home-project-block + .home-project-block {
  margin-top: 64px;
}

.home-project-block-col-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.home-project-block-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.home-project-pic {
  margin: 0 32px 0 0;
}

.home-project-pic img {
  display: block;
  width: 100% !important;
  height: auto !important;
  border-radius: 24px;
}

.home-project-block:nth-child(even) .home-project-block-col-1 {
  -ms-flex-order: 2;
  order: 2;
}
.home-project-block:nth-child(even) .home-project-block-col-2 {
  -ms-flex-order: 1;
  order: 1;
}
.home-project-block:nth-child(even) .home-project-pic {
  margin: 0 0 0 32px;
}

.home-project-block h3,
.home-project-block .h3 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: bold;
  font-weight: 600;
  margin: 0 0 24px 0;
}

.home-project-descr {
  padding-top: 16px;
}

.main-home + footer {
  margin-top: 0 !important;
}

@media (max-width: 1599px) {
  .home-search-form-group:before {
    top: 9px;
    left: 14px;
  }
  .section-home {
    margin: 82px 8px;
  }
  .section-home:first-child {
    margin-top: 74px;
  }
  .section-home:last-child {
    margin-bottom: 74px;
  }
  .section-home-with-bg {
    padding: 74px 0;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .section-home-with-bg.section-home-small-padding {
    padding: 48px 0;
  }
  .section-home .section-content {
    margin-left: -8px;
    margin-right: -8px;
  }
  .section-home .section-header {
    margin: 0 0 24px 0;
  }
  .section-home .section-header h2, .section-home .section-header .h2 {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
  }
  .section-home-search h1, .section-home-search .h1 {
    font-size: 64px;
    margin: 0 0 32px 0;
  }
  .section-home-search-descr {
    max-width: 453px;
  }
  .section-home-search-form-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-home-search-form-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-search-form-group {
    margin-bottom: 12px !important;
  }
  .section-home-search-form-col-2 .btn {
    width: auto;
    min-width: 215px;
  }
  .section-home-search-pic {
    top: -74px;
    bottom: -74px;
    right: -4px;
  }
  .section-home-search-pic-inner {
    max-width: 492px;
  }
  .home-profiles-list .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home-profiles-tmb {
    padding: 12px;
  }
  .home-profiles-tmb-descr {
    min-height: 74px;
  }
  .home-list-more-button-col {
    margin-top: 0;
  }
  .home-professions-list {
    font-size: 16px;
    line-height: 1.4;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .home-professions-more-button-wrapper {
    margin-top: 24px;
  }
  .section-home .home-price-section-header {
    margin-bottom: -80px;
  }
  .home-plan-col-titles {
    -ms-flex: 0 0 calc(30.8% + 8px);
    flex: 0 0 calc(30.8% + 8px);
  }
  .home-plan-cell {
    padding: 12px 16px;
  }
  .home-plan-cell:first-child {
    padding-top: 16px !important;
    padding-bottom: 12px !important;
  }
  .home-plan-cell:last-child {
    padding-bottom: 24px !important;
  }
  .home-plan-col-titles .home-plan-cell {
    padding: 16px 16px 16px 0;
  }
  .home-plan-title {
    font-size: 16px;
    line-height: 1.4;
  }
  .home-plan-name {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 8px 0;
  }
  .home-plan-price {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: bold;
  }
  .home-plan-price span {
    font-size: 16px;
    line-height: 1.4;
  }
  .home-plan-price-year {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 4px;
  }
  .home-plan-cell-header-bottom {
    margin-top: 16px;
  }
  .section-home-personal-descr {
    font-size: 16px;
    line-height: 1.4;
  }
  .home-personal-form {
    margin-top: 32px;
  }
  .home-personal-form .form-group {
    margin: 0 0 24px 0;
  }
  .home-info-tmb {
    padding: 23px;
  }
  .home-info-tmb-pic img {
    width: auto !important;
    height: 118px !important;
  }
  .home-questions-tmb {
    padding: 24px;
    font-size: 16px;
    line-height: 1.4;
  }
  .home-questions-tmb h3, .home-questions-tmb .h3 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .home-questions-tmb-phone {
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: bold;
  }
  .project-numbers {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .project-numbers-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.4;
  }
  .project-numbers-item-num {
    font-size: 64px;
    margin-bottom: 4px;
  }
  .section-home-project .section-header {
    margin-bottom: 63px;
  }
  .home-project-block h3,
  .home-project-block .h3 {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
  }
}
@media (max-width: 1023px) {
  .section-home {
    margin: 52px 4px;
  }
  .section-home:first-child {
    margin-top: 52px;
  }
  .section-home:last-child {
    margin-bottom: 52px;
  }
  .section-home-with-bg {
    padding: 48px 0;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .section-home-with-bg.section-home-small-padding {
    padding: 48px 0;
  }
  .section-home .section-content {
    margin-left: -4px;
    margin-right: -4px;
  }
  .section-home .section-header h2, .section-home .section-header .h2 {
    font-size: 32px;
  }
  .section-home-search h1, .section-home-search .h1 {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .section-home-search-descr {
    max-width: 348px;
  }
  .home-search-form-group {
    margin-bottom: 10px !important;
  }
  .section-home-search-form-col-2 .btn {
    min-width: 160px;
  }
  .section-home-search-pic {
    top: -48px;
    bottom: -48px;
    right: 24px;
  }
  .section-home-search-pic-inner {
    max-width: 320px;
  }
  .section-home-search-col-1 {
    min-height: 350px;
  }
  .home-profiles-tmb {
    padding: 8px;
  }
  .home-profiles-tmb-pic {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    margin: 0 16px 0 0;
  }
  .home-profiles-tmb-cat {
    font-size: 16px;
    line-height: 1.4;
  }
  .home-profiles-tmb-descr {
    min-height: 64px;
  }
  .home-profiles-tmb h5,
  .home-profiles-tmb .h5 {
    font-size: 16px;
  }
  .home-profiles-list .row {
    gap: 16px 0;
  }
  .home-list-more-button-col {
    margin-top: 8px;
  }
  .section-home .home-price-section-header {
    margin-bottom: 24px;
    max-width: initial;
    padding: 0;
  }
  .section-home .home-price-section-header br {
    content: "";
  }
  .section-home .home-price-section-header br:after {
    content: " ";
  }
  .home-plan-col {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .home-plan-col-titles {
    display: none;
  }
  .home-plan-col-titles .home-plan-cell {
    height: 0;
    padding: 0 !important;
    overflow: hidden;
  }
  .home-plan-cell {
    padding: 7px 16px;
  }
  .home-plan-cell:first-child {
    padding-bottom: 16px !important;
  }
  .home-plan-check {
    background: none !important;
    border-radius: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    height: auto;
  }
  .home-plan-check .home-plan-title {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    -ms-flex-order: 2;
    order: 2;
  }
  .home-plan-check:after {
    -ms-flex-order: 1;
    order: 1;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    margin: 0 12px 0 0;
    background-position: center center;
  }
  .home-plan-check-yes:after {
    background-color: #EFFEF7;
  }
  .home-plan-check-no:after {
    background-color: #FFF1F1;
  }
  .home-plan-price {
    font-size: 18px;
  }
  .home-plan-price span {
    font-size: 14px;
    line-height: 1.3;
  }
  .home-plan-price-year {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 8px;
  }
  .home-plan-name {
    margin-bottom: 10px;
  }
  .home-plan-cell-header-bottom {
    margin-top: 24px;
  }
  .section-home-personal-descr {
    max-width: 348px;
  }
  .home-personal-form {
    margin-top: 24px;
  }
  .home-personal-form .form-group {
    margin: 0 0 16px 0;
  }
  .home-info-list .row {
    gap: 16px 0;
  }
  .home-info-list .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home-info-tmb h5, .home-info-tmb .h5 {
    font-size: 16px;
  }
  .home-info-tmb br {
    content: "";
  }
  .home-info-tmb br:after {
    content: " ";
  }
  .home-questions-tmb {
    padding: 16px;
    font-size: 14px;
    line-height: 1.3;
  }
  .home-questions-tmb h3, .home-questions-tmb .h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .home-questions-tmb-phone {
    font-size: 20px;
    margin-top: 24px;
  }
  .home-questions-tmb-email {
    font-size: 16px;
  }
  .section-home-project-logo {
    margin-top: 30px;
  }
  .section-home-project-logo img {
    width: 284px;
  }
  .project-numbers-item-num {
    font-size: 48px;
  }
  .section-home-project .section-header {
    margin-bottom: 40px;
  }
  .home-project-pic {
    margin: 0 16px 0 0;
  }
  .home-project-block:nth-child(even) .home-project-pic {
    margin: 0 0 0 16px;
  }
  .home-project-block h3, .home-project-block .h3 {
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .home-project-block + .home-project-block {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .section-home-search {
    padding-top: 32px;
    padding-bottom: 18px;
  }
  .section-home-search-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-home-search-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-home-search-descr {
    max-width: initial;
    padding: 0 12px;
  }
  .section-home-search-pic {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
    height: 309px;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section-home-search-pic-inner {
    max-width: 246px;
  }
  .home-profiles-list .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-professions-list {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .home-professions-more-button-wrapper {
    margin-top: 12px;
  }
  .home-plan {
    display: block;
  }
  .home-plan-col {
    -ms-flex: initial;
    flex: initial;
    max-width: initial;
  }
  .home-plan-cell {
    padding: 8px 24px;
  }
  .home-plan-cell:first-child {
    padding-top: 24px !important;
  }
  .home-plan-cell-header-bottom {
    margin-top: 16px;
  }
  .home-plan ul.slick-dots {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 16px -4px 0 -4px;
  }
  .home-plan ul.slick-dots > li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 4px;
    padding: 0;
    height: 4px;
    border-radius: 2px;
    transition: all 0.2s ease;
    background: #EBF1FF;
  }
  .home-plan ul.slick-dots > li.slick-active {
    background: #5081FF;
  }
  .home-plan ul.slick-dots button {
    display: none;
  }
  .section-home-personal {
    padding-bottom: 24px;
  }
  .section-home-personal-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-home-personal-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-home-personal-descr {
    max-width: initial;
    padding: 0 12px;
  }
  .section-home-personal .section-header {
    margin-bottom: 16px;
  }
  .section-home-search-pic {
    margin-top: 32px;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-home-personal-pic-inner {
    max-width: 328px;
  }
  .home-info-list .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-questions-list .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-questions-tmb {
    padding: 24px;
  }
  .section-home-project-header-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-home-project-header-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-home-project-logo {
    margin-top: 28px;
  }
  .project-numbers {
    margin-top: 24px;
  }
  .home-project-block + .home-project-block {
    margin-top: 52px;
  }
  .home-project-block-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-project-block-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-project-pic {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .home-project-descr {
    padding: 0;
    margin-top: 40px;
  }
  .home-project-block:nth-child(even) .home-project-descr {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.btn svg path,
.btn-link-secondary svg path,
.modal-dialog button.close svg path,
.btn-show-password svg path,
.header-account-nav a svg path {
  transition: stroke 0.15s ease-in-out;
}

.footer-dev svg path,
.info-card-vote-item svg path {
  transition: fill 0.15s ease-in-out;
}

.btn-link-secondary,
.footer-nav-menu a,
.footer-contacts-item a,
.footer-dev .footer-dev-text,
.info-card-header h5 a,
.info-card-header .h5 a,
.info-card-author .info-card-author-name,
a.tags-list-item {
  transition: color 0.15s ease-in-out;
}

.info-card.resume-info-card {
  transition: border-color 0.15s ease-in-out;
}

.profile-nav-menu a {
  transition: background-color 0.15s ease-in-out;
}

.footer-info-links-item a,
.btn-link-secondary.expandable-trigger .btn-link-content span,
.common-form .form-radios-chips input + label {
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.common-form .pills-nav input + label,
.pills-nav .nav-link {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.btn-load-more {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.footer-social-item a {
  transition: opacity 0.15s ease-in-out;
}

@media screen and (min-width: 767px) {
  .common-form .form-radios-chips input + label:hover {
    color: #225FFE;
    border-color: #225FFE;
  }
  .common-form .form-radios-chips input:checked + label:hover {
    background-color: #225FFE;
    color: #FFFFFF;
  }
  a.tags-list-item:hover {
    color: #225FFE;
  }
  .info-card-vote-item:hover svg path {
    fill: #5081FF;
  }
  .info-card-author:hover .info-card-author-name {
    color: #5081FF;
  }
  .btn-load-more:hover {
    background-color: #2E323A;
    border-color: #2E323A;
    color: #FFFFFF;
  }
  .btn-load-more:hover svg path {
    stroke: #FFFFFF;
  }
  .info-card-header h5:hover a,
  .info-card-header .h5:hover a {
    color: #225FFE;
  }
  .profile-nav-menu a:hover {
    background-color: #EBF1FF;
  }
  .info-card.resume-info-card:hover {
    border-color: #5081FF;
  }
  .header-account-nav a:hover svg path {
    stroke: #225FFE;
  }
  .btn-show-password:hover svg path {
    stroke: #5081FF;
  }
  .link-secondary:hover {
    color: #225FFE;
    border-bottom-color: #225FFE;
  }
  .modal-dialog button.close:hover svg path {
    stroke: #5081FF;
  }
  .btn-neutral-outline:hover {
    background-color: #EBF1FF;
  }
  .pills-nav-item:hover label,
  .pills-nav-item:hover .nav-link:not(.active) {
    color: #ffffff !important;
    background-color: #5081FF;
  }
  .footer-dev:hover {
    text-decoration: none;
  }
  .footer-dev:hover svg path {
    fill: #5081FF;
  }
  .footer-dev:hover .footer-dev-text {
    color: #5081FF;
  }
  .footer-social-item a:hover {
    opacity: 0.7;
  }
  .btn-tertiary:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #2E323A;
  }
  .btn-outline-secondary:not(.btn-primary):hover {
    background-color: #2E323A;
    border-color: #2E323A;
    color: #ffffff;
  }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #0DB160;
    border-color: #0DB160;
  }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #225FFE;
    border-color: #225FFE;
  }
  .btn-secondary-outline:hover {
    border-color: #225FFE;
    color: #225FFE;
  }
  .btn-neutral:hover {
    color: #ffffff;
    background-color: #225FFE;
    border-color: #225FFE;
  }
  .btn-neutral:hover svg path {
    stroke: #ffffff !important;
  }
  .btn-white:hover {
    background-color: #2E323A;
    border-color: #2E323A;
    color: #ffffff;
  }
  .btn-white:hover svg path {
    stroke: #ffffff;
  }
  .btn-link-secondary:hover {
    color: #5081FF;
  }
  .btn-link-secondary:hover svg path {
    stroke: #5081FF;
  }
  .btn-link-secondary:hover .btn-link-content span {
    border-bottom-color: #5081FF;
  }
  .footer-nav-menu a:hover {
    color: #5081FF;
  }
  .footer-info-links-item:hover a {
    color: #5081FF;
    border-color: #5081FF;
  }
  .footer-contacts-item a:hover {
    color: #5081FF;
  }
}
/*# sourceMappingURL=styles.css.map */
