@charset "UTF-8";
@font-face {
  font-family: "Helvetica";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"),
    url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff");
}
@font-face {
  font-family: "Helvetica";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"),
    url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff");
}
@font-face {
  font-family: "Helvetica";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"),
    url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff");
}
:root {
  --app-height: 100vh;
}

*,
:before,
:after {
  outline: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #76767a;
}

::-moz-placeholder {
  opacity: 1;
  color: #76767a;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #76767a;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #76767a;
}

::placeholder {
  opacity: 1;
  color: #76767a;
}

body,
html {
  font-size: 15px;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  background: #fff;
  font-family: "Helvetica", sans-serif;
  line-height: 1.45;
  color: #000;
}

.cabinet-page {
  background: #f4f4f4;
}

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

button {
  cursor: pointer;
}

strong,
b {
  font-weight: bold;
}

p,
blockquote,
ul,
ol {
  margin: 0 0 1rem;
}

ul,
ol {
  padding-left: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
}

h1,
h2,
h3 {
  font-weight: bold;
}

h4,
h5,
h6 {
  font-weight: 500;
}

h1,
h2 {
  line-height: 1.2;
  font-size: 40px;
}

h3 {
  line-height: 1.2;
  font-size: 32px;
}

h4 {
  line-height: 1.3;
  font-size: 24px;
}

h5 {
  line-height: 1.3;
  font-size: 20px;
}

h6 {
  line-height: 1.3;
  font-size: 18px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

#page {
  overflow: hidden;
  position: relative;
  min-height: var(--app-height);
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 1394px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.img-box {
  position: relative;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

._tt-upper {
  text-transform: uppercase;
}

._tt-none {
  text-transform: none;
}

._c-main {
  color: #b19b61;
}

.bg-gray {
  background: #f6f6f6;
}

.sect-p {
  padding: 50px 0 70px;
}

.sect-m {
  margin: 50px 0 70px;
}

.title {
  margin-bottom: 50px;
}

.content img {
  display: block;
  margin: 25px 0;
  border-radius: 3px;
}
.content p,
.content ul,
.content ol {
  /* opacity: 0.8; */
}
.content > :first-child {
  margin-top: 0;
}
.content > :last-child {
  margin-bottom: 0;
}

.breadcrumbs {
  margin-bottom: 35px;
  font-size: 16px;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 0.6em;
  padding-right: 1.4em;
}
.breadcrumbs li:after {
  content: "•";
  position: absolute;
  top: 0;
  right: 0;
  color: #636266;
}
.breadcrumbs li:last-child {
  margin-right: 0;
  padding-right: 0;
  opacity: 0.8;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.breadcrumbs a:hover {
  opacity: 1;
}

.rating {
  display: block;
  position: relative;
  width: 115px;
}
.rating img {
  display: block;
  width: 100%;
}
.rating div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/rating-full.svg") no-repeat 0 0 / auto 100%;
}

.btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  min-width: 140px;
  padding: 11px 22px;
  background: #b19b61;
  border: 1px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  font-weight: normal;
  font-size: 15px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn .ic {
  display: inline-block;
  vertical-align: middle;
  margin: -0.1em 0.5em 0 0;
}
.btn .ic-file {
  margin-top: -0.15em;
  font-size: 1.2em;
}
.btn .ic._right {
  margin-left: 0.5em;
  margin-right: 0;
}
.btn:hover {
  background: #a68f52;
}
.btn._medium {
  padding: 16px 20px;
}
.btn._big {
  padding: 18px 20px;
  min-width: 275px;
  font-size: 18px;
}
.btn._dark {
  background-color: #000;
}
.btn._dark:hover {
  background-color: #222;
}
.btn._light {
  background-color: #fff;
  color: #000;
}
.btn._light:hover {
  background-color: #eaeaea;
}
.btn._gray {
  background-color: rgba(0, 0, 0, 0.05);
  color: inherit;
}
.btn._gray:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn._bd {
  border-color: rgba(177, 155, 97, 0.2);
  background: none;
  color: inherit;
}
.btn._bd:hover {
  background-color: rgba(177, 155, 97, 0.1);
}
.btn._bd-gray {
  border-color: rgba(0, 0, 0, 0.1);
  background: none;
  color: inherit;
}
.btn._bd-gray:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.btn._bd-red {
  border-color: #eb4b4b;
  background: none;
  color: inherit;
}
.btn._bd-red:hover {
  background-color: rgba(235, 75, 75, 0.1);
}
.btn._bd-accent {
  border-color: #b19b61;
  background: none;
  color: #b19b61;
}
.btn._bd-accent._c-auto {
  color: inherit;
}
.btn._bd-accent:hover {
  background-color: #b19b61;
  color: #fff;
}
.btn._tab {
  min-width: 0;
  border-color: rgba(177, 155, 97, 0.2);
  background: none;
  color: inherit;
}
.btn._tab:hover {
  background-color: rgba(177, 155, 97, 0.1);
}
.btn._tab.active {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.btn._cab-tab {
  min-width: 0;
  padding: 12px 14px;
  border-color: rgba(0, 0, 0, 0.1);
  background: none;
  font-size: 13px;
  color: inherit;
}
.btn._cab-tab:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
.btn._cab-tab.active {
  border-color: #b19b61;
  color: #b19b61;
}
.btn._file input {
  display: none;
}
.btn._w-auto {
  min-width: 0;
}
.btn._full {
  width: 100%;
  min-width: 0;
}

.buttons {
  margin-top: 45px;
  text-align: center;
}

.link-back {
  position: relative;
  display: inline-block;
  padding-left: 1.6em;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.link-back:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  content: "\e91c";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 0.8em;
}
.link-back:hover {
  opacity: 0.7;
}

.link-logout {
  position: relative;
  display: inline-block;
  padding-left: 2.5em;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.link-logout:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  content: "\e91a";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 1.25em;
}
.link-logout:hover {
  opacity: 1;
}

.close-btn {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 20px;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.close-btn:hover {
  color: #f60056;
}

.form-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px -20px;
}
.form-grid + .form-grid {
  margin-top: 25px;
}
.form-grid__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  max-width: 100%;
  padding: 0 12px;
  margin-bottom: 20px;
}
.form-grid__col._100p {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}
.form-grid__col._66p {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 66.66%;
}
.form-grid__col._50p {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
}
.form-grid__col._33p {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.33%;
}
.form-grid__col._25p {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%;
}
.form-grid__col > :last-child {
  margin-bottom: 0;
}
.form-grid._py-10 {
  margin-bottom: -10px;
}
.form-grid._py-10 .form-grid__col {
  margin-bottom: 10px;
}

.form-item {
  margin-bottom: 25px;
}
.form-item__head {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 14px;
  opacity: 0.6;
}
.form-item .form-images {
  margin-top: 25px;
}
.form-item._center {
  text-align: center;
}

.form-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.form-rating label {
  cursor: pointer;
  display: inline-block;
}
.form-rating label:last-child {
  margin-right: 0;
}
.form-rating label._prev .ic {
  color: #b19b61;
}
.form-rating input {
  display: none;
}
.form-rating input:checked ~ .ic {
  color: #b19b61;
}
.form-rating .ic {
  display: block;
  font-size: 20px;
  color: #e3e3e3;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.form-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.3;
  font-weight: normal;
  font-size: 14px;
  color: #000;
}
.form-field._bd-none {
  border-color: transparent;
}
.form-field._bd-accent {
  border-color: rgba(177, 155, 97, 0.3);
}
.form-field._big {
  padding: 19px 20px;
  border-radius: 3px;
  font-size: 15px;
}
.form-field._small {
  padding: 11px 20px;
  border-radius: 3px;
}

textarea.form-field {
  resize: none;
}
textarea.form-field:not([rows]) {
  height: 125px;
}

.form-field-search {
  position: relative;
}
.form-field-search .form-field {
  padding-left: 42px;
}
.form-field-search:before {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -0.5em;
  content: "\e922";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 14px;
  color: #969ba0;
}

.form-field-password {
  position: relative;
}
.form-field-password .ic-eye {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  color: #b19b61;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-field-password .ic-eye:hover {
  color: #a68f52;
}
.form-field-password .ic-eye.active:before {
  content: "\e919";
}
.form-field-password .form-field {
  padding-right: 50px;
}

.form-field-info {
  position: relative;
}
.form-field-info .form-field {
  padding-right: 50px;
}
.form-field-info .tooltip-info {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -11px;
}

.form-file {
  cursor: pointer;
}
.form-file__input {
  display: none;
}
.form-file__files {
  display: block;
  position: relative;
  padding-right: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-file__files:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  content: "\e90d";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 18px;
}
.form-file._link {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.form-file._link .form-file__files {
  font-size: 14px;
  color: #b19b61;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-file._link:hover .form-file__files {
  color: #a68f52;
}

.form-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}
.form-options > * {
  max-width: 100%;
}

.form-option {
  cursor: pointer;
  display: inline-block;
  text-align: left;
  line-height: 1.2;
  font-weight: normal;
  font-size: 15px;
  color: #76767a;
}
.form-option input {
  display: none;
}
.form-option input:checked ~ span:after {
  opacity: 1;
}
.form-option span {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
  min-height: 15px;
}
.form-option span:before,
.form-option span:after {
  position: absolute;
  top: 50%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.form-option span:before {
  content: "";
  left: 0;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-option span:after {
  left: 3px;
  margin-top: -10px;
  text-align: center;
  content: "\e917";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 15px;
  color: #000;
  opacity: 0;
}
.form-option._small {
  line-height: 1.4;
  font-size: 12px;
}
.form-option._cab {
  font-size: 13px;
  color: inherit;
}

.form-action {
  text-align: center;
}
.form-action .form-option {
  margin: 24px 0 0;
}

.form-images {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, 200px);
  gap: 20px;
}

.form-image {
  position: relative;
  background: rgba(0, 0, 0, 0.05) no-repeat center/cover;
}
.form-image:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 75%;
}
.form-image .ic-close {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin: -19px 0 0 -19px;
  border-radius: 50%;
  background: #b19b61;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-image .ic-close:hover {
  background-color: #a68f52;
}
.form-image:hover .ic-close {
  opacity: 1;
}

.tooltip-info {
  display: inline-block;
  position: relative;
  z-index: 60;
}
.tooltip-info__icon {
  cursor: pointer;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-size: 16px;
}
.tooltip-info__content {
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  margin-top: 3px;
  padding: 10px 12px;
  width: 260px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 25px 0px rgba(2, 11, 33, 0.1);
  box-shadow: 0px 2px 25px 0px rgba(2, 11, 33, 0.1);
  line-height: 1.4;
  font-size: 12px;
  color: #000;
}
.tooltip-info._show .tooltip-info__content {
  display: block;
}

.tabs__btns {
  margin-bottom: 50px;
}
.tabs__btns-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-width: 100%;
  gap: 30px 45px;
}
.tabs__btns-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tabs__btns-wrap .reset-btn {
  margin: 0 0 35px auto;
}
.tabs__item:nth-child(n + 2) {
  display: none;
}

.tab-btn {
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 0 0 19px;
  border: none;
  border-bottom: 1px solid transparent;
  background: none;
  text-decoration: none;
  text-align: left;
  font-weight: 500;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab-btn:hover {
  color: #b19b61;
}
.tab-btn.active {
  border-color: #b19b61;
  color: #b19b61;
}

.social__grid {
  margin: 0 -3px -10px;
  cursor: default;
}
.social__grid .social-item {
  margin: 0 3px 10px;
}

.social-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: #b19b61;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-item:hover {
  background-color: #a68f52;
}
.social-item.ic-whatsapp {
  background-color: #25d366;
}
.social-item.ic-whatsapp:hover {
  background-color: #21bd5c;
}
.social-item.ic-telegram {
  background-color: #2ba2d5;
}
.social-item.ic-telegram:hover {
  background-color: #2692c0;
}

.mob-menu-overlay {
  display: none;
  position: absolute;
  z-index: 105;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.75);
}

.mob-menu {
  position: fixed;
  z-index: 110;
  top: 0;
  right: 100%;
  width: 100%;
  max-width: 375px;
  height: 100%;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch5s;
  text-align: center;
  color: #000;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.mob-menu._show {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.mob-menu__close-btn {
  position: absolute;
  z-index: 30;
  top: 15px;
  right: 15px;
  padding: 0;
  border: none;
  background: none;
  font-size: 20px;
  color: currentColor;
}
.mob-menu__wrapper {
  padding: 30px 0;
}
.mob-menu__wrapper ._row {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
.mob-menu__wrapper ._row > * {
  max-width: 100%;
}
.mob-menu__wrapper ._row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.mob-menu__logo {
  display: inline-block;
  margin-bottom: 10px;
  max-width: 220px;
}

.mob-menu__email {
  text-decoration: none;
}

.mob-menu__tel {
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
}

.mob-menu__nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
}
.mob-menu__nav-menu ul a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mob-menu__nav-menu ul a:hover {
  color: #b19b61;
}

.nav-arrow-prev,
.nav-arrow-next {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  border-radius: 3px;
  background: rgba(26, 25, 25, 0.5);
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  -webkit-transition: opacity 0.15s, visibility 0.15s, background-color 0.3s,
    color 0.3s;
  transition: opacity 0.15s, visibility 0.15s, background-color 0.3s, color 0.3s;
}
.nav-arrow-prev:hover,
.nav-arrow-next:hover {
  background-color: #b19b61;
}
.nav-arrow-prev.disabled,
.nav-arrow-prev.swiper-button-disabled,
.nav-arrow-next.disabled,
.nav-arrow-next.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
  background-color: rgba(26, 25, 25, 0.5);
}
.nav-arrow-prev.swiper-button-lock,
.nav-arrow-next.swiper-button-lock {
  display: none !important;
}

.nav-arrow-prev {
  left: 15px;
  padding-right: 1px;
}

.nav-arrow-next {
  right: 15px;
  padding-left: 1px;
}

.head-height,
.header__top {
  height: 100px;
}

.header {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  color: #fff;
}
.header__sandwich {
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  line-height: 1;
}
.header__sandwich button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 16px;
  padding: 0;
  border: 2px solid currentColor;
  border-left: none;
  border-right: none;
  background: none;
  color: inherit;
}
.header__sandwich button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: currentColor;
}
.header._fixed {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header._fixed .header__top {
  height: 70px;
}
.header._show {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header__logo {
  display: inline-block;
  max-width: 210px;
  margin-right: 20px;
}
.header__logo img {
  display: block;
  width: 100%;
  max-height: 60px;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.header__nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__nav ul a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav ul a:hover {
  color: #b19b61;
}

.header__phone {
  font-size: 18px;
}
.header__phone a {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__phone a:hover {
  color: #b19b61;
}

._base-bg {
  position: relative;
  z-index: 1;
  background: #1d262c url("../img/home-intro-bg.jpg") no-repeat 100% 0;
  color: #fff;
}
._base-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(26, 25, 25, 0.8)),
      to(rgba(26, 25, 25, 0.8))
    ),
    -webkit-gradient(linear, left top, right top, color-stop(46.1%, #000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(
      0deg,
      rgba(26, 25, 25, 0.8) 0%,
      rgba(26, 25, 25, 0.8) 100%
    ),
    linear-gradient(90deg, #000 46.1%, rgba(0, 0, 0, 0) 100%);
}

.home-intro {
  padding: 160px 0 70px;
  min-height: 618px;
}

.home-intro__title {
  width: 100%;
  max-width: 640px;
  margin-bottom: 25px;
}

.home-intro__desc {
  width: 100%;
  max-width: 550px;
  font-size: 16px;
  margin-bottom: 65px;
  opacity: 0.8;
}

.home-intro__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  max-width: 835px;
}
.home-intro__form-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.home-intro__form-city {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 160px;
}

.home-intro__queries-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin: 25px 0 0;
  font-size: 16px;
  opacity: 0.8;
}
.home-intro__queries-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-vacancies__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 65px;
  gap: 15px;
}

.home-vacancies__title {
  margin-bottom: 25px;
}

.home-vacancies__filters {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  overflow-x: auto;
  white-space: nowrap;
}
.home-vacancies__filters ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-vacancies__top-link {
  white-space: nowrap;
}

.home-vacancies__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.home-employer__slider {
  position: relative;
}
.home-employer__slider .swiper {
  overflow: visible;
}
.home-employer__slider .swiper-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-box-shadow 0.3s;
  transition: opacity 0.2s, visibility 0.2s, -webkit-box-shadow 0.3s;
  transition: opacity 0.2s, visibility 0.2s, box-shadow 0.3s;
  transition: opacity 0.2s, visibility 0.2s, box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
}
.home-employer__slider .swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.home-employer__slider .nav-arrow-prev {
  left: -15px;
}
.home-employer__slider .nav-arrow-next {
  right: -15px;
}

.home-employer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 25px;
  height: auto;
  border: 1px solid #e5e5eb;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
}
.home-employer__item:hover {
  -webkit-box-shadow: 0px 2px 25px 0px rgba(2, 11, 33, 0.1);
  box-shadow: 0px 2px 25px 0px rgba(2, 11, 33, 0.1);
}

.home-employer__item-icon {
  height: 91px;
  margin-bottom: 8px;
}

.home-employer__item-title {
  margin-bottom: 5px;
}

.home-employer__item-desc {
  color: #76767a;
}

.home-advantages__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr)) [4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}

.home-advantages__item {
  padding: 29px 37px 42px;
  border-radius: 3px;
  background: #f9f8f6;
}

.home-advantages__item-icon {
  height: 64px;
  margin-bottom: 20px;
}

.home-advantages__item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  margin-bottom: 15px;
}

.home-advantages__item-desc {
  color: #76767a;
  line-height: 1.4;
}

.footer {
  border-top: 1px solid #e5e5eb;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0;
}

.footer__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 45px;
}

.footer__logo {
  display: inline-block;
  width: 100%;
  max-width: 210px;
}

.footer__contacts-item {
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.footer__contacts-item:hover {
  color: #b19b61;
}

.footer__bottom {
  padding: 40px 0 65px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  border-top: 1px solid #e8e8ed;
}

.footer__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__col ul li {
  margin-bottom: 6px;
}
.footer__col ul li:last-child {
  margin-bottom: 0;
}
.footer__col ul a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__col ul a:hover {
  color: #b19b61;
}

.footer__col-title {
  margin-bottom: 30px;
}

.inn-intro {
  padding: 140px 0 55px;
}
.inn-intro__content > :last-child {
  margin-bottom: 0;
}
.inn-intro._vacancy {
  min-height: 350px;
}
.inn-intro._vacancy .inn-intro__content {
  margin-right: 40%;
}

.vac-form {
  padding: 45px 0;
}
.vac-form__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.vac-form__field {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.vac-form__select {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 225px;
}

.filter__toggle {
  display: none;
}

.filter-item {
  margin-bottom: 35px;
}
.filter-item:last-child {
  margin-bottom: 0;
}
.filter-item__btn {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  opacity: 0.4;
  font-size: 18px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.filter-item__btn:after {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0;
  margin: -0.5em 0 0;
  content: "\e905";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 11px;
  color: #76767a;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.filter-item__btn:hover {
  opacity: 1;
}
.filter-item__wrap {
  display: none;
  padding: 15px 0 0;
}
.filter-item__wrap > :last-child {
  margin-bottom: 0;
}
.filter-item._show .filter-item__btn {
  opacity: 1;
}
.filter-item._show .filter-item__btn:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.vacancies__aside {
  float: left;
  width: 320px;
}
.vacancies__wrap {
  margin-left: 320px;
  padding-left: 44px;
}
.vacancies__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}
.vacancies__top .sumoselect-wrapper {
  margin-left: 20px;
}
.vacancies__count {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  font-size: 18px;
  color: #a0a0a0;
}

.vacnot-aside {
  margin-top: 55px;
  padding: 35px;
  border-radius: 3px;
  background: #f9f8f6;
}
.vacnot-aside__descr {
  color: #76767a;
}
.vacnot-aside .btn {
  margin-top: 3px;
}

.vacancy-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
  font-size: 12px;
}
.vacancy-labels li {
  padding: 8px 15px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.05);
}
.vacancy-labels._big {
  gap: 10px;
}
.vacancy-labels._big li {
  padding: 13px 15px;
}
.vacancy-labels._dark li {
  background-color: rgba(255, 255, 255, 0.05);
}

.vacancy-item {
  position: relative;
  z-index: 1;
  padding: 35px;
  border: 1px solid #e8e8e8;
  border-bottom-width: 0;
}
.vacancy-item:last-child {
  border-bottom-width: 1px;
}
.vacancy-item__overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vacancy-item__grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vacancy-item__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.vacancy-item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 30px;
}
.vacancy-item__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin-bottom: 30px;
  font-size: 16px;
}
.vacancy-item__title > * {
  margin-bottom: 8px;
}
.vacancy-item__title > *:last-child {
  margin-bottom: 0;
}
.vacancy-item__org {
  color: #b19b61;
}
.vacancy-item__date {
  color: #76767a;
}
.vacancy-item__logo {
  margin-bottom: 20px;
  max-width: 150px;
  max-height: 75px;
}
.vacancy-item__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 34px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  color: #76767a;
}
.vacancy-item__info li {
  position: relative;
  max-width: 100%;
  min-height: 1em;
  padding-left: 30px;
}
.vacancy-item__info li .ic {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  width: 18px;
  text-align: center;
  color: #c8c8ca;
}
.vacancy-item__info li .ic-mark {
  font-size: 18px;
}
.vacancy-item .vacancy-labels {
  max-width: 280px;
}
.vacancy-item__hidden {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 35px 45px;
}
.vacancy-item__hidden-line {
  margin-bottom: 30px;
  border-top: 1px solid #e8e8e8;
}
.vacancy-item__content {
  margin-bottom: 30px;
  max-width: 740px;
  color: #76767a;
}
.vacancy-item__content > :last-child {
  margin-bottom: 0;
}
.vacancy-item__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  max-width: 360px;
}
.vacancy-item__action .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.vacancy-item._hover .vacancy-item__overlay {
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 25px 0px rgba(2, 11, 33, 0.1);
  box-shadow: 0px 2px 25px 0px rgba(2, 11, 33, 0.1);
}
.vacancy-item._no-logo .vacancy-item__logo {
  display: none;
}
.vacancy-item._no-logo .vacancy-item__title {
  padding-right: 0;
}
.vacancy-item._small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 310px;
  border: none;
  border-radius: 5px;
}
.vacancy-item._small .vacancy-item__overlay {
  border-radius: 5px;
}
.vacancy-item._small .vacancy-item__grid {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.vacancy-item._small .vacancy-item__title {
  margin-bottom: 0;
}
.vacancy-item._small .vacancy-item__info {
  margin-top: auto;
  padding-top: 30px;
}
.vacancy-item._small .vacancy-item__logo {
  margin: 0 0 0 20px;
  max-width: 75px;
}
.vacancy-item._small .vacancy-item__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
}
.vacancy-item._small .vacancy-item__info li {
  width: 100%;
}
.vacancy-item._small .vacancy-item__hidden {
  padding-bottom: 35px;
}

.staff-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #b19b61;
}
.staff-info span {
  display: inline-block;
}
.staff-info span._count {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #b19b61;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}

.vacancy-org {
  padding: 30px 30px 35px;
  border-radius: 3px;
  background: #fff;
}
.vacancy-org > * {
  width: 100%;
}
.vacancy-org__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 75px;
  margin-bottom: 25px;
}
.vacancy-org__logo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 30px;
  max-width: 150px;
  max-height: 80px;
}
.vacancy-org__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0;
  text-align: right;
  font-weight: 500;
}
.vacancy-org__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.vacancy-org__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  line-height: 1.3;
}
.vacancy-org__info > * {
  margin-bottom: 0;
}
.vacancy-org__info a[href*="tel"] {
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2em;
}
.vacancy-org__info ._head {
  margin-bottom: 1em;
  opacity: 0.6;
}
.vacancy-org .staff-info {
  margin-left: 20px;
}

.vacancy-top {
  padding: 40px 0 35px;
}
.vacancy-top__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.vacancy-top__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.vacancy-top__left > :last-child {
  margin-bottom: 0;
}
.vacancy-top__right {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  z-index: 5;
  margin: -195px 0 0 40px;
  width: 32%;
}
.vacancy-top .vacancy-labels {
  margin-bottom: 28px;
}
.vacancy-top__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin: 25px 0 0;
}
.vacancy-top__action .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  min-width: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.vacancy__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.vacancy__main {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 68%;
  padding-right: 70px;
}
.vacancy__form {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 32%;
  padding: 35px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 25px 0px rgba(2, 11, 33, 0.1);
  box-shadow: 0px 2px 25px 0px rgba(2, 11, 33, 0.1);
}
.vacancy__form-title {
  margin-bottom: 20px;
}
.vacancy__form .tabs__btns {
  margin-bottom: 25px;
}

.slider-sect__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}
.slider-sect__title .btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 30px;
}
.slider-sect__head {
  margin: 0;
  max-width: 660px;
}

.vacancies-slider {
  overflow: visible;
}
.vacancies-slider .swiper-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-box-shadow 0.3s;
  transition: opacity 0.2s, visibility 0.2s, -webkit-box-shadow 0.3s;
  transition: opacity 0.2s, visibility 0.2s, box-shadow 0.3s;
  transition: opacity 0.2s, visibility 0.2s, box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
}
.vacancies-slider .swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.vacancies-slider .nav-arrow-prev {
  left: -15px;
}
.vacancies-slider .nav-arrow-next {
  right: -15px;
}

.org-intro.inn-intro {
  padding-bottom: 0;
}
.org-intro .breadcrumbs {
  margin-bottom: 30px;
}
.org-intro__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.org-intro__logo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 50px;
  width: 220px;
  min-height: 150px;
  background: #fff;
}
.org-intro__logo img {
  max-width: 72%;
  max-height: 72%;
}
.org-intro__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px 30px;
  padding-bottom: 45px;
}
.org-intro__main .vacancy-labels {
  max-width: 100%;
}
.org-intro__head {
  width: 100%;
  margin-bottom: 0;
}
.org-intro__box {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 30px;
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 35px;
  background: rgba(255, 255, 255, 0.05);
}
.org-intro__box .vacancy-org__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.org-tabs {
  margin-top: 40px;
}
.org-tabs .tabs__btns {
  margin-bottom: 0;
}

.org-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.org-grid__main {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 68%;
  padding-right: 25px;
}
.org-grid__main .content {
  padding-right: 45px;
}
.org-grid__form {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 32%;
}

.knob-box {
  position: relative;
  margin: 0 auto;
  width: 194px;
  max-width: 100%;
}
.knob-box:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.knob-box__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.knob-box__count {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #b19b61;
  width: 86px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}

.reviews-box {
  padding: 35px;
  border-radius: 3px;
  background: #f9f8f6;
}
.reviews-box__title {
  margin-bottom: 25px;
}
.reviews-box__descr {
  color: #76767a;
}
.reviews-box .knob-box {
  margin-bottom: 30px;
}
.reviews-box .btn {
  margin-top: 5px;
}
.reviews-box > :last-child {
  margin-bottom: 0;
}

.gallery-slider {
  margin: 0 -15px;
  padding: 0 15px;
}
.gallery-slider .nav-arrow-prev {
  left: 0;
}
.gallery-slider .nav-arrow-next {
  right: 0;
}
.gallery-slider .swiper-slide {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.05) no-repeat center/cover;
}
.gallery-slider .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70.75%;
}

.map {
  overflow: hidden;
  border-radius: 3px;
  height: 450px;
}

.info-sect {
  padding: 70px 0;
}
.info-sect__content {
  margin-bottom: -15px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.info-sect__content p,
.info-sect__content ul,
.info-sect__content ol {
  color: #76767a;
}

.review-item__wrap {
  margin-bottom: 25px;
}
.review-item__wrap:last-child {
  margin-bottom: 0;
}
.review-item {
  position: relative;
  padding: 25px 35px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.review-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.review-item__top .rating,
.review-item__top .vacancy-labels {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.review-item__name {
  margin: 0;
  font-weight: bold;
}
.review-item__date {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: auto;
  font-size: 14px;
}
.review-item__content {
  max-width: 670px;
  opacity: 0.4;
  font-size: 14px;
}
.review-item__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.review-item._cab {
  border: none;
  border-radius: 0;
  background: #fff;
}
.review-item._cab._new {
  background-color: #fcf9f0;
}
.review-item._cab._new:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff7235;
  -webkit-box-shadow: 0 0 0 4px #f4f4f4;
  box-shadow: 0 0 0 4px #f4f4f4;
}

.thanks {
  margin: 150px 0;
  text-align: center;
}
.thanks .container {
  width: 700px;
}
.thanks__icon {
  display: block;
  margin: 0 auto 45px;
}

.thanks-form {
  margin-top: 65px;
}
.thanks-form__head {
  margin-bottom: 35px;
}
.thanks-form__wrap {
  margin: 0 auto;
  padding: 30px;
  max-width: 320px;
  border-radius: 3px;
  background: #f9f8f6;
}

.auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: var(--app-height);
}
.auth__top {
  background: #000;
  color: #fff;
}
.auth__top-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.auth__top-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.auth__top-logo {
  display: inline-block;
  max-width: 210px;
}
.auth__top-logo img {
  display: block;
  width: 100%;
  max-height: 60px;
}
.auth__container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0;
  text-align: center;
}
.auth__container .container {
  width: 490px;
}
.auth__title {
  margin-bottom: 30px;
}
.auth__form {
  padding: 35px;
  background: #fff;
  text-align: left;
}
.auth__action .btn {
  margin-bottom: 10px;
}
.auth__action .btn:last-child {
  margin-bottom: 0;
}
.auth__copy {
  margin-top: 35px;
  font-size: 16px;
  color: #76767a;
}

.cab-aside-tooltip {
  display: none;
  pointer-events: none;
  position: fixed;
  z-index: 5000;
  padding: 10px;
  border-radius: 5px;
  background: #000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
}
.cab-aside-tooltip:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 10px;
  background: inherit;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cabinet {
  overflow: hidden;
  padding-left: 280px;
  min-height: var(--app-height);
}
.cabinet .buttons {
  margin-top: 35px;
}

.cab-container {
  padding: 0 35px;
}

.cab-aside-overlay {
  display: none;
  position: absolute;
  z-index: 78;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.75);
}

.cab-aside {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  width: 280px;
  height: var(--app-height);
  background: #000;
  color: #fff;
}
.cab-aside .scrollbar-inner {
  height: 100%;
}
.cab-aside__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: var(--app-height);
  padding: 30px 0 40px;
}
.cab-aside__close-btn {
  display: none;
  position: absolute;
  z-index: 30;
  top: 15px;
  right: 15px;
  padding: 0;
  border: none;
  background: none;
  font-size: 18px;
  color: currentColor;
}
.cab-aside__logo {
  margin-bottom: 30px;
  padding: 0 35px;
}
.cab-aside__logo img {
  max-height: 40px;
}
.cab-aside__logo img._small {
  display: none;
  max-height: 26px;
}
.cab-aside__menus {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
.cab-aside__head {
  margin-bottom: 20px;
  padding: 0 35px;
  opacity: 0.6;
  font-size: 14px;
}
.cab-aside__menu {
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
}
.cab-aside__menu:last-child {
  margin-bottom: 0;
}
.cab-aside__menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cab-aside__menu li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cab-aside__menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 14px 15px 14px 35px;
  text-decoration: none;
  line-height: 1.4;
  font-size: 14px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.cab-aside__menu a .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
}
.cab-aside__menu a .ic-plus,
.cab-aside__menu a .ic-dashboard {
  font-size: 16px;
}
.cab-aside__menu a ._head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.cab-aside__menu a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.cab-aside__menu a.active {
  background-color: #b19b61;
  color: #fff;
}
.cab-aside__bot {
  margin-top: 35px;
  padding: 0 35px;
}

.cab-header {
  margin-bottom: 35px;
  background: #fff;
}
.cab-header__toggle {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 0;
  width: 60px;
  height: 100%;
  border: none;
  background: #000;
}
.cab-header__toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 -7px 0 #fff, 0 7px 0 #fff;
  box-shadow: 0 -7px 0 #fff, 0 7px 0 #fff;
}
.cab-header .cab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  height: 70px;
}
.cab-header__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.cab-header__nots {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.cab-header__nots .ic {
  display: block;
  font-size: 22px;
}
.cab-header__nots._accent:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 2px;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff0000;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}
.cab-header__sep {
  width: 1px;
  height: 25px;
  background: currentColor;
  opacity: 0.15;
}
.cab-header__avatar {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: no-repeat center/cover;
}
.cab-header__avatar.img-box {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cab-header__avatar.img-box img {
  max-width: 80%;
  max-height: 80%;
}
.cab-header__user {
  overflow: hidden;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
}
.cab-header__logout {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cab-header__logout .ic {
  display: block;
  font-size: 19px;
}
.cab-header__logout:hover {
  color: #b19b61;
}

.cab-roll-menu {
  cursor: pointer;
  position: relative;
  display: inline-block;
  min-height: 1.2em;
  padding-left: 1.85em;
  text-decoration: none;
  line-height: 1.2;
  font-size: 14px;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cab-roll-menu:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  content: "\e91b";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
.cab-roll-menu:hover {
  opacity: 1;
}
.cab-roll-menu._close:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-bottom: 35px;
}
.cab-title > * {
  margin-bottom: 0;
}
.cab-title__count {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 3px;
  font-size: 14px;
  opacity: 0.6;
}

.cab-toggle-menu {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 50;
}
.cab-toggle-menu__icon {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cab-toggle-menu__icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  -webkit-box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
  box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
}
.cab-toggle-menu__icon:hover {
  opacity: 0.4;
}
.cab-toggle-menu__list {
  display: none;
  position: absolute;
  z-index: 5;
  top: -5px;
  right: 100%;
  min-width: 135px;
  max-width: 220px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
.cab-toggle-menu__list:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  right: -5px;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cab-toggle-menu__list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cab-toggle-menu__list li:last-child {
  border-bottom: none;
}
.cab-toggle-menu__list a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cab-toggle-menu__list a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.cab-toggle-menu._hor .cab-toggle-menu__icon:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cab-toggle-menu._hor .cab-toggle-menu__list {
  margin-right: 8px;
}
.cab-toggle-menu._show .cab-toggle-menu__icon {
  opacity: 1;
}
.cab-toggle-menu._show .cab-toggle-menu__list {
  display: block;
}

.dashboard {
  padding-bottom: 40px;
}

.dashboard-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px -16px;
}
.dashboard-boxes__col {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.33%;
  padding: 0 8px 16px;
}
.dashboard-boxes__col .dashboard-box {
  height: 100%;
}
.dashboard-boxes__col._big {
  width: 66.66%;
}

.dashboard-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  border-radius: 3px;
  background: #fff;
}
.dashboard-box > * {
  max-width: 100%;
}
.dashboard-box__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.dashboard-box__main > * {
  margin-bottom: 20px;
}
.dashboard-box__main:last-child > :last-child {
  margin-bottom: 0;
}
.dashboard-box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}
.dashboard-box__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0;
}
.dashboard-box__count {
  line-height: 1.2;
  font-weight: 500;
  font-size: 64px;
}
.dashboard-box__count small {
  font-size: 14px;
}
.dashboard-box__count ._percent {
  display: block;
  font-size: 20px;
  color: #eb4b4b;
}
.dashboard-box__count ._green {
  color: #67c11f;
}
.dashboard-box__count._48px {
  font-size: 48px;
}
.dashboard-box__count._40px {
  font-size: 40px;
}
.dashboard-box__chart {
  margin: 25px 0;
}
.dashboard-box__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  line-height: 1.4;
  font-size: 14px;
}
.dashboard-box__info li {
  position: relative;
  padding-left: 1.4em;
}
.dashboard-box__info span {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #b19b61;
}
.dashboard-box__info span._gray {
  background-color: #f6f6f6;
}
.dashboard-box__info span._black {
  background-color: #000;
}
.dashboard-box .knob-box {
  margin-bottom: 35px;
}
.dashboard-box__action-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 55px;
}
.dashboard-box__action-big .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  max-width: 295px;
}
.dashboard-box__action-big .dashboard-box__info {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 0;
}
.dashboard-box__conversion {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.dashboard-box__conversion li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6px 15px;
  margin-bottom: 20px;
}
.dashboard-box__conversion li:last-child {
  margin-bottom: 0;
}
.dashboard-box__conversion li > * {
  display: inline-block;
}
.dashboard-box__conversion ._bar {
  display: block;
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #f6f6f6;
}
.dashboard-box__conversion ._bar i {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #b19b61;
}

.cab-form {
  padding: 40px 0 55px;
  background: #fff;
}
.cab-form__row {
  margin-bottom: 45px;
}
.cab-form__row:last-child {
  margin-bottom: 0;
}
.cab-form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 25px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cab-form__title > * {
  margin-bottom: 0;
}
.cab-form__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px 45px;
}
.cab-form__action-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
}
.cab-form__add-btn {
  margin-top: 25px;
}

.cab-top {
  margin-bottom: 45px;
  padding: 25px 0;
  background: #fff;
}
.cab-top .cab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
}
.cab-top__search {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 480px;
}
.cab-top__search .form-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0 6px 0 0;
}
.cab-top__search .btn {
  min-width: 90px;
}
.cab-top__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.cab-vacancies {
  padding-bottom: 40px;
}

.cab-vacancy-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 15px;
  padding: 30px;
  background: #fff;
}
.cab-vacancy-item:last-child {
  margin-bottom: 0;
}
.cab-vacancy-item__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  font-size: 14px;
}
.cab-vacancy-item__head {
  margin-bottom: 10px;
  font-weight: normal;
}
.cab-vacancy-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.cab-vacancy-item__price {
  margin: 0;
}
.cab-vacancy-item__company {
  margin: 10px 0 0;
}
.cab-vacancy-item__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.cab-vacancy-item__btns .btn {
  min-width: 0;
}
.cab-vacancy-item__eye {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.cab-vacancy-item__eye-head {
  margin: 0;
  font-size: 14px;
  color: #b19b61;
}
.cab-vacancy-item__eye-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.cab-vacancy-item__eye .ic-eye {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: inline-block;
  text-decoration: none;
  font-size: 23px;
  color: #b19b61;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cab-vacancy-item__eye .ic-eye:hover {
  color: #a68f52;
}
.cab-vacancy-item._new {
  background: #fcf9f0;
}
.cab-vacancy-item._new:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff7235;
  -webkit-box-shadow: 0 0 0 4px #f4f4f4;
  box-shadow: 0 0 0 4px #f4f4f4;
}
.cab-vacancy-item._new .cab-vacancy-item__head,
.cab-vacancy-item._new .cab-vacancy-item__price {
  font-weight: bold;
}

.cab-managers {
  padding-bottom: 40px;
}

.cab-manager {
  margin-bottom: 15px;
}
.cab-manager:last-child {
  margin-bottom: 0;
}
.cab-manager__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding: 20px 30px;
  background: #fff;
}
.cab-manager__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  font-size: 14px;
}
.cab-manager__main > * {
  margin-bottom: 10px;
}
.cab-manager__main > *:last-child {
  margin-bottom: 0;
}
.cab-manager__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 15px;
}
.cab-manager__head {
  margin: 0;
}
.cab-manager__toggle {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-right: 1em;
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cab-manager__toggle:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.7em;
  content: "\e905";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 0.5em;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.cab-manager__toggle:hover {
  color: #b19b61;
}
.cab-manager__toggle.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cab-manager__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.cab-manager__btns .btn {
  min-width: 0;
}
.cab-manager__hide {
  display: none;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cab-manager__hide-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.cab-reviews {
  padding-bottom: 40px;
}

.cab-organizations {
  padding-bottom: 40px;
}

.cab-organization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 25px;
  padding: 35px 30px;
  margin-bottom: 15px;
  background: #fff;
}
.cab-organization:last-child {
  margin-bottom: 0;
}
.cab-organization__logo {
  width: 110px;
  text-align: center;
}
.cab-organization__logo img {
  max-height: 50px;
}
.cab-organization__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  font-size: 14px;
}
.cab-organization__main > * {
  margin-bottom: 10px;
}
.cab-organization__main > *:last-child {
  margin-bottom: 0;
}
.cab-organization__descr {
  opacity: 0.4;
}
.cab-organization__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.analytics-filter {
  margin-bottom: 25px;
}
.analytics-filter .cab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 25px;
}
.analytics-filter__tabs-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.analytics-filter__dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  width: 400px;
}
.analytics-filter__dates-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  cursor: default;
  position: relative;
  padding: 12px 14px 12px 42px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  font-size: 13px;
  color: #969ba0;
}
.analytics-filter__dates-field:before {
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -0.5em;
  content: "\e927";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 16px;
  color: #000;
}

/* Popups */
.popup {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 480px;
  border-radius: 5px;
  background: #fff;
  margin: 15px auto;
  padding: 40px;
}
.popup .close-btn {
  top: 15px;
  right: 15px;
}
.popup__title {
  margin-bottom: 25px;
}

/* Customize plugins */
.mfp-bg {
  background: #000;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.75;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-container.mfp-inline-holder {
  padding: 0 15px;
}

.mfp-figure:after {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}

.mfp-title {
  color: #fff;
}

.mfp-arrow {
  margin-top: -55px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mfp-arrow:before {
  display: none;
}

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mfp-image-holder .close-btn,
.mfp-iframe-holder .close-btn {
  width: 100%;
  text-align: right;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.mfp-image-holder .close-btn:hover,
.mfp-iframe-holder .close-btn:hover {
  opacity: 0.7;
}

.mfp-image-holder .close-btn {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-iframe-holder .close-btn {
  cursor: default;
  top: -40px;
}

.SumoSelect {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}

.SumoSelect > .CaptionCont {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 20px;
  line-height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0;
  background: #fff;
  color: #000;
}
.SumoSelect > .CaptionCont:before {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 20px;
  margin: -0.5em 0 0;
  content: "\e905";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 11px;
  color: #76767a;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.SumoSelect > .CaptionCont > span {
  cursor: pointer;
}

.SumoSelect.open > .CaptionCont:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.SumoSelect > .CaptionCont > span {
  padding: 0;
}

.SumoSelect > .CaptionCont > span.placeholder {
  font: inherit;
  color: #76767a;
}

.SumoSelect > .CaptionCont > label {
  display: none;
}

.SumoSelect.open .search-txt {
  padding: 0 40px 0 20px;
  background: none;
  color: inherit;
}
.SumoSelect.open .search-txt::-webkit-input-placeholder {
  color: #76767a;
}
.SumoSelect.open .search-txt::-moz-placeholder {
  color: #76767a;
}
.SumoSelect.open .search-txt:-ms-input-placeholder {
  color: #76767a;
}
.SumoSelect.open .search-txt::-ms-input-placeholder {
  color: #76767a;
}
.SumoSelect.open .search-txt::placeholder {
  color: #76767a;
}

.SumoSelect .no-match {
  padding: 10px 20px;
}

.SumoSelect > .optWrapper {
  top: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 25px 0px rgba(2, 11, 33, 0.1);
  box-shadow: 0px 2px 25px 0px rgba(2, 11, 33, 0.1);
  background: #fff;
  line-height: 1.3;
  color: #000;
}

.SumoSelect > .optWrapper > .options,
.SumoSelect > .optWrapper > .options > li.opt:nth-child(n) {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt {
  cursor: pointer;
  padding: 10px 20px;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #f2f2f2;
}

.SumoSelect > .optWrapper > .options li.opt.selected {
  background: #b19b61;
  color: #fff;
}

.SumoSelect > .optWrapper > .options li.opt.disabled:first-child {
  display: none;
}

.SumoSelect > .optWrapper > .options li label {
  white-space: normal;
}

.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 30px !important;
  padding-right: 10px;
  background: none;
  font-weight: inherit !important;
  color: #000 !important;
}

.SumoSelect > .optWrapper.multiple > .options li.opt:hover {
  background: #f2f2f2 !important;
}

.SumoSelect .select-all > span,
.SumoSelect > .optWrapper.multiple > .options li.opt span {
  left: 0;
  margin-left: 0;
  width: 30px;
}
.SumoSelect .select-all > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt span i {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.SumoSelect .select-all.partial > span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #b19b61;
}

.sumoselect-wrapper._big .SumoSelect {
  height: 60px;
}
.sumoselect-wrapper._big .SumoSelect > .CaptionCont {
  border-radius: 3px;
  line-height: 58px;
  font-size: 15px;
}
.sumoselect-wrapper._big .SumoSelect.open > .CaptionCont {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.sumoselect-wrapper._bd-none .SumoSelect > .CaptionCont {
  border-color: transparent !important;
}

.sumoselect-wrapper._bd-accent .SumoSelect > .CaptionCont {
  border-color: rgba(177, 155, 97, 0.3) !important;
}

.sumoselect-wrapper._sort .SumoSelect {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: auto;
  font: inherit;
}
.sumoselect-wrapper._sort .SumoSelect > .CaptionCont {
  position: relative;
  padding: 0 20px 0 30px;
  border: none !important;
  background: none;
  line-height: inherit;
}
.sumoselect-wrapper._sort .SumoSelect > .CaptionCont:before {
  right: 0;
}
.sumoselect-wrapper._sort .SumoSelect > .CaptionCont:after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  content: "\e908";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 15px;
}
.sumoselect-wrapper._sort .SumoSelect > .optWrapper {
  margin-top: 5px;
  left: auto;
  right: 0;
  width: auto;
  min-width: 100%;
}
.sumoselect-wrapper._sort .SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 10px;
}
.sumoselect-wrapper._sort .SumoSelect > .optWrapper > .options li label {
  white-space: nowrap;
}

.swiper-scrollbar {
  background: none;
}
.swiper-scrollbar:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e5e5eb;
}

.swiper-scrollbar-drag {
  z-index: 5;
  background: #b19b61;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  left: 0;
  bottom: 0;
  width: 84%;
  height: 3px;
  margin: 50px auto 0;
}
@media (max-width: 991px) {
  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 100%;
    margin-top: 25px;
  }
}

.scrollbar-inner > .scroll-element {
  z-index: 100;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 0;
  height: 5px;
}

.scrollbar-inner > .scroll-element.scroll-y {
  right: 0;
  width: 5px;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  opacity: 0.2;
  background: currentColor;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  opacity: 1;
  background: #b19b61 !important;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 0;
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
  cursor: pointer;
}

._transfer-vac .modal__item-elems {
  max-height: 400px;
  overflow: visible auto;
}

._transfer-vac .modal__item-elems::-webkit-scrollbar {
  width: 5px;
  margin-left: 20px;
  border-left: 5px solid transparent;
}
._transfer-vac .modal__item-elems::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}
._transfer-vac .modal__item-elems::-webkit-scrollbar-track-piece {
  background: #e4e4e4;
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.question-popup__inner {
  position: relative;
}
.question-popup .btn {
  width: 100%;
  margin-top: 10px;
}
.question-popup__send {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  display: none;
}

.review-answer-popup,
.review-answer-edit-popup {
  max-width: 670px;
}
.review-answer-popup .form-action,
.review-answer-edit-popup .form-action {
  text-align: start;
}
.review-item._cab._answer {
  background: #f8f8f8;
}
.review-item._pub._answer {
  top: -1px;
  background: #fcf9f0;
}

.vacancy-item__title {
  padding-right: 50px;
}
.vacancy-item__grid > a {
  position: absolute;
  top: -15px;
  right: -15px;
}
.vacancy-item._small .vacancy-item__logo {
  max-width: 100px;
}

.home-employer__item-icon img {
  max-width: 150px;
}

.sect-employers__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.sect-employers .home-employer__item {
  transition: opacity 0.2s, visibility 0.2s, box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
}
@media (max-width: 991px) {
  .sect-employers__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .sect-employers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
}

._read-more-mark ~ *:nth-child(n + 10):not(._read-more-link) {
  display: none;
}
._read-more-link {
  display: block;
  width: fit-content;
  margin: 10px 0;
}

.home-employer__item._link {
  background: #f9f8f6;
}
.home-employer__item._link .home-employer__item-title {
  font-weight: 500;
  font-size: 18px;
}

.vac-note {
  margin: 30px 0;
}

.calendar__wrap table td {
  padding: 3px;
  min-width: 30px;
  text-align: center;
}
.calendar__wrap table p {
  margin: 0;
}
@media (max-width: 1199px) {
  .calendar__table-wrap {
    overflow: auto;
  }
}

a[href*="popup"],
.vacancy__form,
.social__grid {
  display: none;
}

.intro {
  padding: 210px 0px 110px 0px;
  background: #1d262c url(../img/home-intro-bg.jpg) no-repeat 100% 0;
  color: white;
}
.intro__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.intro__title {
  max-width: 750px;
  margin-bottom: 15px;
}
.intro__content {
  font-size: 16px;
  line-height: 137%;
  color: rgba(255, 255, 255, 0.6);
  max-width: 550px;
}
.intro__btn {
  margin-top: 50px;
  min-width: 205px !important;
}
.intro__img {
  display: block;
  width: 295px;
}

@media (max-width: 991px) {
  .intro {
    padding: 110px 0 60px;
  }
}
@media (max-width: 767px) {
  .intro__wrapper {
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: center;
  }
  .intro__main {
    width: 100%;
  }
  .intro__btn {
    margin-top: 25px;
  }
}

@media (max-width: 575px) {
  .intro__btn {
    width: 100%;
  }
}

.internship__step-content {
  color: #76767a;
}
.intership__step-btn {
  font-size: 14px;
  line-height: 121%;
  text-decoration: underline;
  color: #b19b61;
  text-underline-offset: 3px;
  margin-top: 5px;

  transition: color 0.3s ease;
}
.intership__step-btn:hover {
  color: black;
}
.intership__bottom-content {
  font-weight: 700;
  font-size: 18px;
  line-height: 122%;
  text-align: center;
  max-width: 1020px;
  margin: 35px auto 0px auto;
  color: rgba(0, 0, 0, 0.8);
}

.s-connect__body {
  padding: 65px 50px;
  border-radius: 3px;
  background: #f9f8f6;
}
.s-connect__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 15px;
}
.s-connect__title {
  margin: 0;
}
.s-connect__logo {
  width: 395px;
  flex-shrink: 0;
}
.s-connect__content {
  font-size: 16px;
  line-height: 137%;
  color: rgba(0, 0, 0, 0.8);
  max-width: 550px;
}
.s-connect__btn {
  min-width: 205px !important;
  margin-top: 35px;
}

@media (max-width: 1199px) {
  .s-connect__body {
    padding: 30px;
  }
  .s-connect__logo {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .s-connect__head {
    align-items: start;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .s-connect__body {
    padding: 30px 15px;
  }
  .s-connect__btn {
    margin-top: 30px;
    width: 100%;
  }
}

.sect-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 50px;
}
.sect-head h2 {
  margin-bottom: 0;
}
.slider-nav {
  display: flex;
  gap: 15px;
  flex-shrink: 0;
}
.slider-nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  background-color: rgba(26, 25, 25, 0.5);
  transition: background-color .3s ease, opacity .3s ease;
}
.slider-nav__btn:hover {
  background-color: rgba(26, 25, 25, 0.8);
}
.slider-nav__btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.s-reviews__slider {
}
.s-reviews__slide {
  padding: 20px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  box-sizing: border-box;
}
.s-reviews__slide-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.s-reviews__slide-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
.s-reviews__slide-stars {
  display: flex;
}
.s-reviews__slide-content {
  font-size: 14px;
  line-height: 143%;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
}
.s-reviews__slide-date {
  font-size: 14px;
}
.s-reviews__btn {
  display: block;
  min-width: auto;
  max-width: 100%;
  width: 360px;
  margin: 35px auto 0px auto;
}

@media (max-width: 991px) {
  .sect-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .s-reviews {
    overflow: hidden;
  }
  .s-reviews__slider {
    overflow: visible !important;
  }
  .s-reviews__slide {
    width: 320px;
    padding: 25px 15px;
  }
  .s-reviews__slide-title {
    font-size: 16px;
  }
  .s-reviews__slide-stars svg {
    width: 16px;
    height: 16px;
  }
}

.s-docs__slide {
  aspect-ratio: 1/1.41;
  border-radius: 3px;
  overflow: hidden;
  transition: opacity .3s ease;
}
.s-docs__slide:hover {
  opacity: 0.7;
}
.s-docs__slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 575px) {
  .s-docs {
    overflow: hidden;
  }
  .s-docs__slider {
    overflow: visible !important;
  }
  .s-docs__slide {
    width: 215px !important;
  }
}

.footer_custom .container {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer_custom .container {
    flex-direction: column;
    text-align: center;
  }
}