@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(../fonts/Gilroy-Medium.woff2) format("woff2"), url(../fonts/Gilroy-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(../fonts/Gilroy-Regular.woff2) format("woff2"), url(../fonts/Gilroy-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(../fonts/Gilroy-Semibold.woff2) format("woff2"), url(../fonts/Gilroy-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal
}


:root {
  --main-bg-color: #fff;
  --black: #16232b;
  --white: #fff;
  --grey: #6f7b82;
  --orange: #ff5b04;
  --stroke: #eaeaea;
  --white: #fff;
  --green: #075056;
  --bg: #f5f5ed;
  --blue: #a0c9cb;
  --body-font-size: 20px;
  --font-family: "Onest", sans-serif;
  --second-family: "Gothic A1", sans-serif;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none
}

input,
textarea {
  outline: 0;
  -webkit-appearance: none
}

input[type=button],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0
}

input::-ms-clear {
  display: none
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0
}

form {
  margin: 0;
  padding: 0
}

a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

p:last-child {
  margin-bottom: 0
}

img {
  display: block;
  max-width: 100%
}

html {
  font-size: 100%
}

html.lock,
html.lock body {
  overflow: hidden
}

html.navLock,
html.navLock body {
  overflow: hidden
}

body {
  color: #000;
  font: 400 16px Gilroy, Arial, sans-serif;
  line-height: 1.4;
  background: #eceaea;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.nowrap {
  white-space: nowrap
}

.ttu {
  text-transform: uppercase
}

.italic {
  font-style: italic
}

.accent-color {
  color: #ff6000 !important
}

.color {
  color: #000 !important
}

.font-700 {
  font-weight: 700
}

.font-600 {
  font-weight: 600
}

.font-500 {
  font-weight: 500
}

.font-400 {
  font-weight: 400
}

.font-300 {
  font-weight: 300
}

.font-100 {
  font-weight: 100
}

.size-xl {
  font-size: 20px !important
}

.size-lg {
  font-size: 18px !important
}

.size-md {
  font-size: 16px !important
}

.size-sm {
  font-size: 14px !important
}

.size-xs {
  font-size: 12px !important
}

.size-xxs {
  font-size: 11px !important
}

.margin>:last-child {
  margin-bottom: 0
}

.margin>:first-child {
  margin-top: 0
}

hr {
  border-color: #d9d9d9;
  opacity: 1
}

.symbol {
  font-size: 22px;
  font-weight: 500
}

.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 3px solid #d9d9d9
}

.tabs-nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-bottom: 3px solid transparent;
  background: 0 0;
  width: 100%;
  padding: 0 12px;
  height: 40px;
  margin-bottom: -3px;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  font-family: inherit;
  color: #858585
}

.tabs-nav__button.active {
  border-color: #ff6000;
  color: #000
}

.tabs-nav__button:hover {
  color: #000
}

.tab-body {
  padding: 20px 0 0
}

.accordion__button {
  position: relative;
  width: 100%;
  display: block;
  padding: 5px 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  border: none;
  background: 0 0
}

.accordion__button:not(.collapsed) {
  background: #f1f1f1
}

.accordion__button:not(.collapsed):after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -3px
}

.accordion__button:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.accordion__body {
  padding: 10px;
  font-size: 16px;
  line-height: 1.6
}

.accordion__body ul {
  padding-left: 18px
}

.swiper-pagination {
  position: static;
  margin-top: 16px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.swiper-pagination-bullet {
  background: #d9d9d9;
  width: 10px;
  height: 10px;
  margin: 0 6px !important
}

.swiper-button-next,
.swiper-button-prev {
  top: 50% !important;
  -webkit-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  width: 35px !important;
  height: 35px !important;
  border-radius: 50% !important;
  z-index: 3 !important;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  border: none !important;
  margin-top: 0 !important;
}

.swiper-button-next .icon,
.swiper-button-prev .icon {
  color: #fff;
  font-size: 16px
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .5
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(0, 0, 0, .8)
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none
}

.swiper-button-prev {
  left: 5px
}

.swiper-button-prev .icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.swiper-button-next {
  right: 5px
}

.swiper-button-next .icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  opacity: 1;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background: #d9d9d9
}

.swiper-pagination-bullet-active {
  background: #ff6000
}

.l-alert {
  padding: 20px;
  background: #e4eef5;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500
}

.l-table th {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2
}

.l-table td {
  border: none;
  font-size: 14px;
  font-weight: 500
}

.l-table-small td {
  padding: 2px 6px;
  font-size: 14px;
  border: none
}

.l-table-small td[scope=true] {
  font-weight: 600;
  font-size: 12px;
  padding-left: 10px
}

.l-table-small tr:nth-child(even) {
  background: #f2f9ff
}

.l-dropdown {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px 0 #d9d9d9;
  box-shadow: 0 5px 20px 0 #d9d9d9
}

.l-dropdown .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-top: 5px;
  padding-bottom: 5px
}

.l-dropdown .dropdown-item .icon {
  font-size: 18px;
  color: #000
}

.l-dropdown .dropdown-item:hover {
  color: #ff6000;
  background: 0 0
}

.l-dropdown .icon-pause {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 10px 20px
}

.breadcrumbs__item {
  position: relative
}

.breadcrumbs__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 100%;
  margin-left: 8px;
  background: url(../img/breadcrumbs-bg.svg) no-repeat center;
  width: 4px;
  height: 7px
}

.breadcrumbs__item a {
  text-decoration: none
}

.breadcrumbs__item a:hover {
  text-decoration: underline
}

._text-collapse .more-wrap {
  display: none
}

._text-collapse._full .more-wrap {
  display: block
}

._text-collapse-block {
  overflow: hidden;
  position: relative
}

._text-collapse-block._short:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.25rem;
  width: 100%;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 0)), to(#fbfbfb));
  background: -o-linear-gradient(top, rgba(251, 251, 251, 0), #fbfbfb);
  background: linear-gradient(to bottom, rgba(251, 251, 251, 0), #fbfbfb)
}

._text-collapse-block._full {
  max-height: none
}

._text-collapse-block._full:after {
  display: none
}

.box {
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  background: #eee
}

.box--info {
  background: #e4eef5
}

.counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.counter__val {
  width: 1.875rem;
  text-align: center;
  line-height: 1.5625rem
}

.counter__btn {
  height: 1.5625rem;
  width: 1.5625rem;
  border: none;
  padding: 0;
  text-align: center
}

.counter--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.button,
.button-plus,
a.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  height: 42px;
  padding: 0 30px;
  color: #000;
  font: 600 16px/16px Gilroy, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  background: #d9d9d9;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  overflow: hidden
}

.button-plus:hover:not(:disabled),
.button:hover:not(:disabled),
a.button:hover:not(:disabled) {
  background: #ff6000;
  color: #fff
}

.button-plus:disabled,
.button:disabled,
a.button:disabled {
  cursor: default;
  pointer-events: none
}

.button--block,
a.button--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: none;
  padding-left: .625rem;
  padding-right: .625rem
}

.button--sm,
a.button--sm {
  height: 32px;
  padding: 0 12px;
  font-size: 14px
}

.button--md,
a.button--md {
  height: 48px
}

.button--warning,
.button-plus,
.file:hover .button,
.file:hover .button-plus,
a.button--warning {
  background: #ff6000;
  color: #fff
}

.button--warning:hover:not(:disabled),
.button-plus:hover:not(:disabled),
.file:hover .button:hover:not(:disabled),
a.button--warning:hover:not(:disabled) {
  background: #e45600
}

.button--warning[disabled] {
  background: #ccc;
}

.button--outline,
a.button--outline {
  border: 2px solid #858585;
  color: #858585;
  background: #fff
}

.button--outline:hover:not(:disabled),
a.button--outline:hover:not(:disabled) {
  background: #858585;
  color: #fff
}

.button--outline-warning,
a.button--outline-warning {
  border: 2px solid #ff6000;
  color: #ff6000;
  background: #fff
}

.button--outline-warning:hover:not(:disabled),
a.button--outline-warning:hover:not(:disabled) {
  background: #ff6000;
  color: #fff
}

.button--outline-warning:disabled,
a.button--outline-warning:disabled {
  border-color: #b6c2cc;
  color: #b6c2cc
}

.button-plus {
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 18px
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -.9375rem
}

.form-row__col {
  padding: 0 .9375rem
}

.form-field {
  margin-bottom: 1.25rem;
  position: relative
}

.form-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 15px;
  color: #000;
  font: 500 14px Gilroy, Arial, sans-serif;
  line-height: normal;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.form-input:focus {
  border-color: rgba(255, 96, 0, .45);
  -webkit-box-shadow: 0 0 0 .25rem rgba(255, 96, 0, .25);
  box-shadow: 0 0 0 .25rem rgba(255, 96, 0, .25)
}

.form-input:focus:-ms-input-placeholder {
  opacity: 0
}

.form-input:focus::-moz-placeholder {
  opacity: 0
}

.form-input:focus::-webkit-input-placeholder {
  opacity: 0
}

.form-input:focus::-ms-input-placeholder {
  opacity: 0
}

.form-input:focus::placeholder {
  opacity: 0
}

.form-input:-ms-input-placeholder {
  color: #aaa;
  -ms-transition: opacity .2s linear;
  transition: opacity .2s linear
}

.form-input::-moz-placeholder {
  color: #aaa;
  -moz-transition: opacity .2s linear;
  transition: opacity .2s linear
}

.form-input::-webkit-input-placeholder {
  color: #aaa;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear
}

.form-input::-ms-input-placeholder {
  color: #aaa;
  -ms-transition: opacity .2s linear;
  transition: opacity .2s linear
}

.form-input::placeholder {
  color: #aaa;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear
}

.form-input._error {
  border-color: red
}

.form-input._valid {
  border-color: green
}

.form-input[type=date] {
  padding-right: 5px
}

.form-input--outline {
  background: #fff;
  border: 1px solid #d9d9d9
}

.form-input--md {
  height: 40px
}

.form-edit {
  position: relative
}

.form-edit .form-input {
  padding-right: 40px
}

.form-edit__button {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  background: 0 0;
  border: none;
  padding: 0
}

.form-edit__button .icon {
  font-size: 18px;
  color: #000
}

.form-edit__button:hover .icon {
  color: #ff6000
}

.form-button {
  margin-top: 1.25rem
}

.form-links a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
  border-bottom: 1px dashed #a5a5a5;
  text-decoration: none
}

textarea.form-input {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
  overflow: auto
}

.form-label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000
}

.form-tel {
  gap: 10px
}

.form-tel__img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.form-tel__symbol {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 20px;
  font-weight: 500
}

.form-tel__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.form-tel__input .form-input {
  font-size: 20px;
  font-weight: 500;
  border: none;
  background: 0 0;
  padding: 0
}

.form-tel__input .form-input::-webkit-input-placeholder {
  color: #000
}

.form-tel__input .form-input::-moz-placeholder {
  color: #000
}

.form-tel__input .form-input:-ms-input-placeholder {
  color: #000
}

.form-tel__input .form-input::-ms-input-placeholder {
  color: #000
}

.form-tel__input .form-input::placeholder {
  color: #000
}

.form-tel__input .form-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.l-form-check {
  cursor: pointer;
  min-height: 1.1em
}

.l-form-check .form-check-input {
  margin-top: 0
}

.l-form-check .form-check-input:checked {
  background-color: #ff6000;
  border-color: #ff6000
}

.l-form-check .form-check-input:focus {
  border-color: rgba(255, 96, 0, .45);
  -webkit-box-shadow: 0 0 0 .25rem rgba(255, 96, 0, .25);
  box-shadow: 0 0 0 .25rem rgba(255, 96, 0, .25)
}

.l-form-check .form-check-label {
  font-size: 14px;
  font-weight: 500;
  display: block;
  cursor: pointer;
  line-height: 1.2
}

.l-form-check .form-check-label a {
  text-decoration: underline
}

.checkbox,
.radio {
  display: block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 1.125rem;
  position: relative
}

.checkbox input,
.radio input {
  display: none
}

.checkbox__text,
.radio__text {
  padding-left: 1.5625rem;
  display: block
}

.checkbox__text:before,
.radio__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.checkbox._error .checkbox__text:before,
.radio._error .checkbox__text:before {
  border-color: red
}

.checkbox input:checked~.checkbox__text:before {
  background: #000
}

.radio input:checked~.radio__text:before {
  background: #000
}

.radio input:checked~.radio__text__text:before {
  border-radius: 50%
}

.selectbox {
  position: relative
}

.selectbox__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  position: relative
}

.selectbox__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 1px;
  padding: 0 15px;
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 500 14px Gilroy, Arial, sans-serif;
  color: #000;
  line-height: 32px
}

.selectbox__caret {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 10px;
  width: 18px;
  height: 100%;
  position: relative
}

.selectbox__caret:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.selectbox__drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  z-index: 10;
  border: 1px solid #d9d9d9;
  border-top: none;
  background: #fff;
  border-radius: 0 0 4px 4px
}

.selectbox__drop ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 10.75rem;
  overflow: hidden;
  overflow-y: auto
}

.selectbox__drop ul li {
  padding: 5px 13px;
  font-size: 14px;
  color: #000;
  cursor: pointer
}

.selectbox__drop ul li._selected {
  background: #f5f5f5
}

.selectbox__search {
  margin-left: -.0625rem;
  margin-right: -.0625rem;
  position: relative
}

.selectbox__search .icon-zoom {
  position: absolute;
  left: .8125rem;
  top: .625rem;
  font-size: 1rem;
  color: #aaa
}

.selectbox__search .form-input {
  padding-left: 2.4375rem
}

.selectbox._open .selectbox__head {
  z-index: 11;
  border-radius: 4px 4px 0 0
}

.selectbox._open .selectbox__drop {
  display: block
}

.selectbox__drop ul::-webkit-scrollbar {
  width: .125rem
}

.selectbox__drop ul::-webkit-scrollbar-track {
  background: #aaa
}

.selectbox__drop ul::-webkit-scrollbar-thumb {
  background: #000
}

.selectbox__drop ul::-webkit-scrollbar-button {
  display: none
}

.file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden
}

.file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
  font-size: 100px;
  line-height: 1em;
  cursor: pointer
}

.upload-images__item.template {
  display: none
}

.upload-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px
}

.upload-images__item {
  position: relative;
  padding: 20px 12px 0 0;
  width: 128px;
  height: 83px
}

.upload-images__preview {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.upload-images__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.upload-images__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .4) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .4) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.upload-images__icon .icon {
  font-size: 40px;
  color: #fff
}

.upload-images__delete {
  position: absolute;
  top: 7px;
  right: 0;
  cursor: pointer
}

.upload-images__delete .icon {
  font-size: 12px;
  display: block
}

.upload-images__delete:hover .icon {
  color: #ff6000
}

.icon {
  display: inline-block;
  width: 1em !important;
  height: 1em !important;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  position: relative
}



.menu {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.menu__link--active .menu__icon .icon {
  color: #ff6000
}

.menu__icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative
}

.menu__icon .icon {
  font-size: 27px;
  fill: none;
  color: #757d84
}

.menu__icon .icon-user-circle {
  fill: currentColor
}

.menu__icon .icon-comment {
  -webkit-transform: scale(.88);
  -ms-transform: scale(.88);
  transform: scale(.88)
}

.menu__icon .l-badge {
  position: absolute;
  top: 0;
  left: calc(100% + 4px)
}

.menu__user-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.user-block {
  position: relative;
  padding-right: 30px
}

.user-block__title {
  font-size: 12px;
  font-weight: 500;
  color: #858585;
  white-space: nowrap;
  display: block;
  line-height: 1.1
}

.user-block__name {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: block;
  line-height: 1.1
}

.user-block .icon-caret {
  position: absolute;
  top: 4px;
  right: 0
}

.l-badge {
  font-size: 12px;
  font-weight: 500;
  color: #ff6000
}

.message-block {
  width: 240px
}

.message-block .dropdown-item-text {
  font-size: 14px;
  font-weight: 500
}

.message-block .dropdown-item-text a {
  color: #ff6000;
  text-decoration: underline;
  font-weight: 600
}

.message-block .dropdown-item-text a:hover {
  text-decoration: none
}

#cabinet-nav,
#filter {
  width: 394px;
  border: none;
  max-width: 90%;
  border-right: 2px solid #ff6000
}

.cabinet-nav,
.filter {
  padding-top: 80px
}

.cabinet-nav .offcanvas-body,
.filter .offcanvas-body {
  padding: 20px
}

.filter-block {
  margin-bottom: 40px
}

.filter-block__header {
  position: relative;
}

.filter-block__title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.filter-block__close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -5px;
  top: -10px;
  background: url(../img/button-close.svg) center no-repeat;
}

.filter-block__list {
  padding: 0;
  margin: 0;
  list-style-type: none
}

.filter-block:last-child {
  margin-bottom: 0
}

.filter-block .l-form-check {
  padding-left: 2em
}

.filter-block .l-form-check .form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-left: -2em;
  margin-top: -.1em
}

.filter-block .l-form-check .form-check-label {
  font-size: 16px
}

.filter-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.filter-price span {
  font-weight: 500;
  font-size: 16px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.filter-price span:first-child {
  width: 20px
}

.filter-price .form-input {
  height: 38px;
  padding: 0 13px;
  width: 108px
}

.main-wrapper {
  padding: 0;
  min-width: 320px;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  min-height: 100vh;
  width: 100%
}

.main {
  width: 100%;
  min-width: 320px;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 100px
}

.main__container {
  height: 100%
}

.container {
  width: 100%;
  min-width: 320px;
  position: relative
}

.content {
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  min-height: calc(100% - 20px);
  margin-bottom: 20px
}

.section {
  margin: 30px 0
}

.section__head {
  margin-bottom: 20px
}

.section__title {
  font-size: 24px;
  font-weight: 600
}

.section__link {
  color: #ff6000;
  font-weight: 600;
  font-size: 16px
}

.section__link:hover {
  text-decoration: underline
}

.date {
  font-size: 14px;
  color: #858585;
  font-weight: 500
}

.product-card {
  position: relative;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 10px 10px 0 #d7d7d7;
  box-shadow: 0 10px 10px 0 #d7d7d7
}

.product-card__gallery {
  display: block;
  position: relative
}

.product-card__gallery-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 340px;
  padding-bottom: 55%;
  border-radius: 10px
}

.product-card__gallery-wrap.pc-gallery {
  position: static;
  min-height: auto
}

.product-card__gallery img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.product-card__body {
  padding: 15px 20px 15px;
  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;
  gap: 8px
}

.product-card__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  max-height: 34px;
  overflow: hidden;
  height: 34px;
  text-overflow: ellipsis;
}

.product-card__title:hover {
  color: #ff6000
}

.product-card__price {
  font-weight: 500;
  line-height: 1.1
}

.product-card__btn-favorite {
  position: absolute;
  bottom: 7px;
  right: 15px
}

.product-card:hover .pc-gallery__next,
.product-card:hover .pc-gallery__prev {
  opacity: 1 !important
}

.product-card--set {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.product-card--set .product-card__body {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0
}

.product-card--set .product-card__title {
  margin-right: 25px;
  min-height: 32px
}

.product-card--set .product-card__dropdown {
  position: absolute;
  top: 5px;
  right: 0
}

.pc-gallery {
  position: relative;
  padding-bottom: 15px
}

.pc-gallery .swiper-slide {
  min-height: 180px;
  padding-bottom: 55%;
  position: relative
}

.pc-gallery__next,
.pc-gallery__prev {
  position: absolute;
  top: calc(50% - 7px);
  opacity: 0
}

.pc-gallery__pagination {
  position: absolute;
  bottom: 0 !important;
  left: 0;
  right: 0
}

.pc-dropdown-btn {
  border: none;
  background: 0 0;
  padding: 0;
  width: 20px;
  height: 32px
}

.pc-dropdown-btn:after,
.pc-dropdown-btn:before {
  display: none !important
}

.pc-dropdown-btn span {
  border-radius: 50%;
  display: block;
  width: 6px;
  height: 6px;
  background: #b6c2cc;
  margin: 4px auto
}

.pc-details {
  font-size: 14px;
  font-weight: 500
}

.pc-details__row {
  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: 5px
}

.pc-details__row:last-child {
  margin-bottom: 0
}

.pc-details__label {
  font-weight: 600
}

.--moderation .pc-details {
  color: #b6c2cc
}

.--moderation .status {
  color: #ff6000
}

.--stopped .pc-details {
  color: #b6c2cc
}

.--stopped .status {
  color: #858585
}

.--rejected .pc-details {
  color: #b6c2cc
}

.--rejected .status {
  color: #e80505
}

.city {
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
  color: #858585
}

.chat-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  gap: 5px
}

.chat-link .icon {
  font-size: 15px
}

.btn-favorite {
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  padding: 0;
  border: none;
  background: 0 0
}

.btn-favorite .icon {
  color: #d9d9d9;
  font-size: 24px
}

.btn-favorite:hover .icon {
  color: #c7c7c7
}

.btn-favorite.is-active .icon {
  color: #ff6000
}

.btn-favorite--circle {
  border: 2px solid #ff6000;
  border-radius: 50%;
  width: 44px;
  height: 44px
}

.btn-favorite--circle .icon {
  fill: none;
  color: #ff6000;
  top: 1px
}

.btn-favorite--circle.is-active .icon,
.btn-favorite--circle:hover .icon {
  fill: #ff6000;
  color: #ff6000
}

.status {
  font-size: 16px;
  font-weight: 600;
  color: #17a700
}

.promoting {
  position: relative;
  padding-left: 19px
}

.promoting__icon {
  position: absolute;
  top: 2px;
  left: 0
}

.promoting__title {
  color: #17a700;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2
}

.promoting__balance {
  font-size: 14px;
  font-weight: 500;
  color: #858585;
  line-height: 1.2
}

.promoting__balance span {
  color: #000
}

.cabinet {
  gap: 50px
}

.cabinet__side {
  width: 230px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.cabinet__side .c-menu {
  margin-top: -10px
}

.cabinet__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 1px
}

.cabinet__form {}

.c-menu {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.c-menu__item {
  margin-bottom: 12px
}

.c-menu__item:last-child {
  margin-bottom: 0
}

.c-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  padding: 10px 12px;
  gap: 10px;
  font-size: 20px;
  font-weight: 500
}

.c-menu__link--active,
.c-menu__link:hover {
  background: #eee
}

.c-menu__link .kbd {
  margin-left: auto
}

.c-menu__icon {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  margin-right: 10px
}

.c-menu__icon .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 24px
}

.c-menu__icon .icon-comment-2,
.c-menu__icon .icon-heart,
.c-menu__icon .icon-help,
.c-menu__icon .icon-users {
  fill: none
}

.c-menu__icon .icon-rub {
  font-size: 28px;
  line-height: 1
}

.c-menu__icon .icon-email {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.c-menu__icon .icon-comment-2 {
  -webkit-transform: scale(.94);
  -ms-transform: scale(.94);
  transform: scale(.94)
}

.cm-price {
  font-size: 16px;
  font-weight: 600;
  color: #ff6000;
  margin-left: 4px;
  line-height: 20px;
  margin-top: 2px;
  white-space: nowrap
}

.kbd {
  border-radius: 20px;
  height: 20px;
  min-width: 20px;
  line-height: 20px;
  vertical-align: middle;
  background: #ff6000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center
}

.article-list {
  max-width: 780px
}

.article-item__img img {
  width: 100%
}

.article-item__title a:hover {
  color: #ff6000
}

.vacancy-moderation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px
}

.vacancy-moderation__head {
  width: 275px
}

.vacancy-moderation__form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.vacancy-moderation__actions {
  width: 150px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px
}

.vacancy-moderation__date {
  color: #858585;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px
}

.vacancy-moderation__title {
  font-size: 16px;
  font-weight: 500
}

.vm-button {
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  gap: 10px;
  background: 0 0;
  height: 28px
}

.vm-button .icon {
  font-size: 18px
}

.vm-button--enable.active {
  color: #17a700
}

.vm-button--disabled.active {
  color: #ff6000
}

.vm-button--remove.active {
  color: #e80505
}

.vm-button:disabled {
  pointer-events: none;
  color: #858585;
  opacity: 1
}

.vm-button:hover:not(:disabled):not(.active) {
  color: #ff6000
}

.vm-button:hover:not(:disabled):not(.active) .icon {
  color: #000
}

.moderator-item {
  border-radius: 5px;
  background: rgba(228, 238, 245, .5);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px 20px
}

.moderator-item__name {
  width: 45%;
  font-size: 16px;
  font-weight: 600;
  color: #ff6000
}

.moderator-item__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%
}

.moderator-item__text>:last-child {
  margin-bottom: 0
}

.moderator-item__text>:first-child {
  margin-top: 0
}

.moderator-item__text ul {
  padding-left: 18px
}

.moderator-item__text ul li {
  font-size: 16px;
  font-weight: 500
}

.moderator-item__actions {
  width: 18%;
  min-width: 150px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px
}

.mi-contacts__label {
  color: #858585;
  font-size: 14px;
  font-weight: 500
}

.mi-contacts__labeled {
  font-size: 16px;
  color: #000;
  font-weight: 500
}

.mi-contacts__labeled a {
  color: inherit
}

.mi-contacts__labeled a:hover {
  color: #ff6000
}

.balance-list__item {
  background: #eee;
  padding: 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 5px 20px;
  margin-bottom: 5px
}

.balance-list__item:last-child {
  margin-bottom: 0
}

.balance-list__date {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100px
}

.balance-list__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  font-weight: 500
}

.balance-list__price {
  width: 150px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-weight: 500;
  color: #17a700
}

.page-chat .main {
  height: 530px
}

.page-chat .chat-container {
  height: 100%
}

.chat-wrapper {
  padding-top: 0;
  padding-bottom: 0
}

.chat-wrapper__side {
  width: 300px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-left: -10px
}

.chat-wrapper__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 1px;
  padding-top: 10px;
  padding-bottom: 20px
}

.chat-content {
  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
}

.chat-content__top {
  padding: 10px 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  gap: 7px;
  margin-left: -3px
}

.chat-content__user .cn-user__img {
  width: 40px;
  height: 40px
}

.chat-content__user .cn-user__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600
}

.chat-content__user .cn-user__date {
  color: #968bac;
  font-size: 12px;
  font-weight: 500
}

.chat-content__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  padding: 0;
  background: 0 0;
  border: none
}

.chat-content__back .icon {
  color: #000;
  font-size: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: none
}

.chat-content__middle {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 20px;
  padding-left: 5px;
  margin-right: -15px
}

.chat-content__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 10px 15px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  width: 100%
}

.chat-side {
  border-right: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.chat-side__top {
  padding: 10px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%
}

.chat-list {
  max-height: calc(100vh - 190px);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  width: 100%
}

.chat-list__item {
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-radius: 10px
}

.chat-list__item:hover {
  background: #eceaea
}

.chat-list__item--support .chat-list__name {
  color: #ff6000
}

.chat-list__img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 12px
}

.chat-list__img img {
  width: 40px;
  height: 40px;
  border-radius: 50%
}

.chat-list__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 1px
}

.chat-list__name {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.chat-list__text {
  font-size: 12px;
  font-weight: 500;
  color: #968bac;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.chat-list__badge {
  position: absolute;
  top: 12px;
  right: 10px;
  background: #ff6000;
  color: #fff;
  border-radius: 100px;
  padding: 0 10px;
  min-width: 29px;
  text-align: center;
  line-height: 18px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500
}

.cc-button-clip,
.cc-button-send,
.cc-button-smile {
  border: none;
  background: 0 0;
  width: 26px;
  height: 26px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.cc-button-clip .icon,
.cc-button-send .icon,
.cc-button-smile .icon {
  color: #000;
  font-size: 16px
}

.cc-button-clip .icon-smile,
.cc-button-send .icon-smile,
.cc-button-smile .icon-smile {
  fill: none
}

.cc-button-clip .icon-clip,
.cc-button-send .icon-clip,
.cc-button-smile .icon-clip {
  fill: none;
  stroke-width: 1px
}

.cc-button-clip:hover .icon,
.cc-button-send:hover .icon,
.cc-button-smile:hover .icon {
  color: #ff6000
}

.cc-button-send .icon {
  color: #ff6000;
  font-size: 22px
}

.cc-control {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: none;
  height: 30px;
  margin-left: 10px;
  background: 0 0;
  font-size: 14px;
  min-width: 1px;
  font-weight: 500;
  color: #968bac;
  font-family: inherit
}

.cc-control::-webkit-input-placeholder {
  color: #968bac
}

.cc-control::-moz-placeholder {
  color: #968bac
}

.cc-control:-ms-input-placeholder {
  color: #968bac
}

.cc-control::-ms-input-placeholder {
  color: #968bac
}

.cc-control::placeholder {
  color: #968bac
}

.cc-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 16px 0;
  gap: 16px
}

.cc-message__avatar {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.cc-message__avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover
}

.cc-message__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 1px
}

.cc-message__text {
  text-align: left;
  background: #f2f2f2;
  border-radius: 0 10px 10px 10px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  max-width: 80%;
  position: relative
}

.cc-message__text hr {
  margin: 10px 0
}

.cc-message__text a {
  color: inherit
}

.cc-message__text:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #f2f2f2 transparent transparent
}

.cc-message--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.cc-message--reverse .cc-message__content {
  text-align: right
}

.cc-message--reverse .cc-message__text {
  border-radius: 10px 0 10px 10px;
  background: #e4eef5
}

.cc-message--reverse .cc-message__text:after {
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #e4eef5 transparent transparent transparent
}

.login-wrapper {
  background: url(/img/login-bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px
}

.login-wrap {
  max-width: 389px;
  margin-left: auto;
  margin-right: auto
}

.login-wrap__logo {
  display: block;
  width: 168px;
  margin-left: auto;
  margin-right: auto
}

.login-content {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px 0 #b6c2cc;
  box-shadow: 0 10px 20px 0 #b6c2cc
}

.login-content__body {
  padding: 20px 30px
}

.login-content .form-label {
  color: #bfbdc6;
  font-size: 14px
}

.login-content .form-check-label {
  color: #bfbdc6
}

.login-content .form-check-input:checked+.form-check-label {
  color: #000
}

.login-content .tabs-nav__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.card-wrapper {
  position: relative
}

.card-wrapper__swiper .swiper-slide img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.card-wrapper__info {
  position: relative
}

.card-wrapper__btn-favorite {
  position: absolute;
  top: 0;
  right: 0
}

.card-wrapper__title {
  padding-right: 172px;
  min-height: 50px;
  font-size: 24px;
  color: #FF6000;
}

.card-wrapper__price {
  font-size: 24px;
  font-weight: 500
}

.card-wrapper__contacts {
  padding-top: 5px
}

.rate {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #858585
}

.rate span {
  font-size: 16px;
  font-weight: 600;
  color: #ff6000
}

.rate a {
  color: #ff6000;
  text-decoration: none;
  border-bottom: 1px dotted
}

.rate a:hover {
  text-decoration: none;
  border-color: transparent
}

.rate--lg {
  font-size: 20px
}

.rate--lg span {
  font-size: 24px
}

.rating__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1
}

.rating__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px
}

.rating__stars .icon {
  font-size: 12px;
  color: #eceaea
}

.rating__stars .icon.active {
  color: #ffd600
}

.cw-contacts__item {
  margin-bottom: 13px
}

.cw-contacts__item:last-child {
  margin-bottom: 0
}

.cw-contacts__label {
  font-size: 14px;
  font-weight: 500;
  color: #858585;
  line-height: 1.2;
  margin-bottom: 2px
}

.cw-contacts__labeled {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2
}

.cw-contacts__labeled a {
  border-bottom: 1px dotted;
}

.cw-contacts__labeled a:hover {
  color: #ff6000
}

.cw-contacts__link {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  gap: 10px
}

.cw-contacts__link .icon {
  color: #bfbdc6;
  font-size: 15px
}

.cw-contacts__link:hover {
  color: #ff6000
}

.chat-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.chat-link .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 14px;
  color: #ff6000
}

.chat-link span {
  border-bottom: 1px dotted #ff6000;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #ff6000
}

.chat-link:hover span {
  color: #000
}

.cw-description {
  font-size: 18px
}

.cw-description__item {
  margin-bottom: 35px
}

.cw-description__item:last-child {
  margin-bottom: 0
}

.cw-side {
  border-radius: 0 5px 5px 0;
  border: 1px solid #d9d9d9;
  border-left: 3px solid #ff6000;
  background: #fff;
  padding: 20px
}

.cw-details__item {
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 1.2
}

.cw-details__item:last-child {
  margin-bottom: 0
}

.reviews-swiper .swiper-button-next,
.reviews-swiper .swiper-button-prev {
  background: #ff6000
}

.reviews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px
}

.reviews-list__item .reviews-list__item {
  margin-left: 45px;
  padding-top: 20px
}

.reviews-list__item .reviews-list__item .review-card__body:after {
  display: none
}

.reviews-list .review-card__body:after {
  right: 0;
  left: 0;
  bottom: -10px;
  top: auto;
  height: 1px;
  border-right: 0;
  border-bottom: 1px dotted #b5b5b5
}

.reviews-list .review-card__text {
  display: block;
  overflow: visible
}

.review-card__title {
  font-size: 18px;
  font-weight: 600
}

.review-card__date {
  font-size: 14px;
  color: #565656;
  margin-bottom: 2px
}

.review-card__body {
  position: relative
}

.review-card__body:after {
  content: "";
  position: absolute;
  right: -19px;
  top: 0;
  height: 100%;
  border-right: 1px dotted #b5b5b5
}

.review-card__rating {
  margin-top: 10px;
  margin-bottom: 10px
}

.review-card__text {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 10px
}

.popup {
  border-radius: 0
}

.popup .btn-close {
  position: absolute;
  top: 10px;
  background: 0 0;
  right: 10px;
  padding: 0;
  width: 25px;
  height: 25px;
  opacity: 1;
  z-index: 5
}

.popup .btn-close .icon {
  color: #000;
  font-size: 16px
}

.popup .modal-content {
  padding: 10px;
  border: none
}

.popup .modal-header {
  border: none;
  display: block;
  padding-bottom: 0
}

.popup .modal-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2
}

.popup .modal-subtitle {
  font-size: 24px;
  font-weight: 500
}

.popup .modal-footer {
  border: none;
  padding-top: 0
}

#modal-statistics .modal-dialog {
  max-width: 700px
}

#modal-promote .modal-dialog {
  max-width: 840px
}

.st-wrap {
  width: 190px
}

.st-wrap .st-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto
}

.st-input {
  width: 130px
}

.st-input .form-input {
  font-size: 16px
}

.st-input .form-input[type=date] {
  font-size: 14px;
}

.st-symbol {
  font-size: 18px;
  font-weight: 500
}

.st-txt {
  font-size: 16px;
  font-weight: 600;
  width: 20px;
  display: block
}

#modal-create-moderator .modal-dialog {
  max-width: 860px
}

.footer {
  width: 100%;
  min-width: 20rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #292929;
  padding: 40px 0;
  color: #fff
}

.footer-nav {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.footer-nav a {
  text-decoration: underline
}

.footer-nav a:hover {
  color: #b6c2cc
}


@media screen and (min-width:371px) {
  .visible-iphone-xs {
    display: none !important
  }
}

@media screen and (min-width:576px) {
  .visible-iphone-sm {
    display: none !important
  }
}

@media screen and (min-width:768px) {
  .visible-iphone {
    display: none !important
  }
}

@media screen and (min-width:992px) {
  .visible-ipad {
    display: none !important
  }
}

@media screen and (min-width:1240px) {
  .container {
    max-width: 1320px
  }

  .visible-laptop {
    display: none !important
  }
}

@media screen and (min-width:1501px) {
  .visible-desktop {
    display: none !important
  }
}

@media screen and (max-width:1500px) {
  .hidden-desktop {
    display: none !important
  }
}

@media screen and (max-width:1239px) {
  .vacancy-moderation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .vacancy-moderation__head {
    width: 100%
  }

  .vacancy-moderation__actions {
    width: calc(100% - 12px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px
  }

  .moderator-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .moderator-item__name {
    width: 100%
  }

  .moderator-item__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: calc(100% - 12px);
    margin-left: -6px;
    margin-right: -6px
  }

  .balance-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .card-wrapper__title {
    font-size: 28px
  }

  .card-wrapper__price {
    font-size: 20px
  }

  .hidden-laptop {
    display: none !important
  }
}

@media screen and (max-width:991px) {
  .tabs-nav {
    margin-left: -12px;
    margin-right: -12px
  }

  .tabs-nav__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .tabs-nav__button {
    font-size: 16px
  }

  .container {
    max-width: 100%
  }

  .content {
    margin-top: -20px;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 0;
    min-height: calc(100% + 20px)
  }

  .chat-wrapper__side {
    padding-right: 0;
    width: 100%;
    margin-left: 0
  }

  .chat-wrapper__content {
    padding-bottom: 10px
  }

  .chat-side {
    border: none
  }

  .page-chat {
    overflow: hidden;
    height: 100%
  }

  .page-chat .footer,
  .page-chat .nav-sticky {
    display: none
  }

  .page-chat .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1px
  }

  .chat-wrapper__content {
    display: none
  }

  .chat-wrapper__side {
    width: 100%
  }

  .chat-wrapper.is-active .chat-wrapper__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .chat-wrapper.is-active .chat-wrapper__side {
    display: none
  }

  .login-content .tabs-nav {
    margin-left: 0;
    margin-right: 0
  }

  .hidden-ipad {
    display: none !important
  }
}

@media screen and (max-width:767px) {
  .h5 {
    font-size: 16px
  }

  .l-table th {
    font-size: 14px
  }

  .l-table td {
    font-size: 12px
  }


  .cabinet-nav,
  .filter {
    padding-top: 70px
  }

  .section__title {
    font-size: 22px
  }

  .section__link {
    font-size: 14px
  }

  .btn-favorite--circle {
    width: 34px;
    height: 34px
  }

  .btn-favorite--circle .icon {
    font-size: 20px
  }

  .vm-button {
    font-size: 14px;
    height: 26px;
    gap: 6px
  }

  .vm-button .icon {
    font-size: 14px
  }

  .balance-list__item {
    font-size: 14px;
    padding: 15px
  }

  .chat-content {
    gap: 5px
  }

  .chat-content__top {
    padding: 5px 0
  }

  .chat-content__user .cn-user__img {
    width: 30px;
    height: 30px
  }

  .chat-content__user .cn-user__name {
    font-size: 12px
  }

  .chat-content__user .cn-user__date {
    font-size: 10px;
    line-height: 1.2
  }

  .cc-message {
    gap: 10px
  }

  .cc-message__avatar img {
    width: 30px;
    height: 30px
  }

  .cc-message__text {
    max-width: calc(100% - 40px);
    font-size: 12px;
    display: block
  }

  .cc-message--reverse .cc-message__text {
    margin-left: auto
  }

  .cc-product {
    width: 100%
  }

  .login-content__body {
    padding-left: 20px;
    padding-right: 20px
  }

  .card-wrapper__title {
    padding-right: 150px
  }

  .rate--lg {
    font-size: 16px
  }

  .rate--lg span {
    font-size: 20px
  }

  .cw-description {
    font-size: 16px
  }

  .cw-description__item {
    margin-bottom: 15px
  }

  .cw-details__item {
    font-size: 14px
  }

  .review-card__title {
    font-size: 16px
  }

  .review-card__text {
    font-size: 14px
  }

  .popup .modal-content {
    padding: 0
  }

  .popup .modal-subtitle {
    font-size: 20px
  }

  .hidden-iphone {
    display: none !important
  }

  .footer {
    padding: 20px 0
  }
}



@media screen and (max-width:575px) {

  .pagination .button,
  .pagination .button-plus,
  .pagination a.button {
    padding: 0 15px;
  }

  .chat-content__bottom {
    padding: 8px;
    padding: 8px;
    position: absolute;
    bottom: 120px;
    right: 10px;
    left: 10px;
    width: auto;
    z-index: 999999;
  }

  .cc-control {
    margin-left: 5px;
    font-size: 12px
  }

  .hidden-iphone-sm {
    display: none !important
  }
}

@media screen and (max-width:370px) {
  .size-xl {
    font-size: 18px !important
  }

  .size-lg {
    font-size: 16px !important
  }

  .size-md {
    font-size: 14px !important
  }

  .size-sm {
    font-size: 12px !important
  }

  .size-xs {
    font-size: 11px !important
  }

  .size-xxs {
    font-size: 10px !important
  }

  .tabs-nav__button {
    font-size: 14px
  }

  .vm-button .icon {
    display: none
  }

  .card-wrapper__title {
    font-size: 20px
  }

  .card-wrapper__price {
    font-size: 18px
  }

  .cw-contacts__label {
    font-size: 12px
  }

  .cw-contacts__labeled {
    font-size: 16px
  }

  .cw-contacts__link {
    font-size: 16px
  }

  .reviews-list__item .reviews-list__item {
    margin-left: 30px
  }

  .hidden-iphone-xs {
    display: none !important
  }
}

@media (any-hover:hover) {
  .form-links a:hover {
    border-color: transparent
  }

  .selectbox__drop ul li:hover {
    background: #f5f5f5
  }
}

#add_new_person.modal .modal-dialog {
  max-width: 400px;
}

#upgrade.modal .modal-dialog {
  max-width: 900px;
}

.selectcss {
  height: 34px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  line-height: 31px;
  padding-top: 0;
}

.transbtn {
  background: none;
  border: none;
}

.range-stars__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.range-stars input {
  display: none
}

.range-stars input:nth-child(5):checked~.range-stars__labels .range-stars__item .icon {
  color: #ff4d00
}

.range-stars input:nth-child(4):checked~.range-stars__labels .range-stars__item:nth-child(2) .icon,
.range-stars input:nth-child(4):checked~.range-stars__labels .range-stars__item:nth-child(3) .icon,
.range-stars input:nth-child(4):checked~.range-stars__labels .range-stars__item:nth-child(4) .icon,
.range-stars input:nth-child(4):checked~.range-stars__labels .range-stars__item:nth-child(5) .icon {
  color: #ff4d00
}

.range-stars input:nth-child(3):checked~.range-stars__labels .range-stars__item:nth-child(3) .icon,
.range-stars input:nth-child(3):checked~.range-stars__labels .range-stars__item:nth-child(4) .icon,
.range-stars input:nth-child(3):checked~.range-stars__labels .range-stars__item:nth-child(5) .icon {
  color: #ff4d00
}

.range-stars input:nth-child(2):checked~.range-stars__labels .range-stars__item:nth-child(4) .icon,
.range-stars input:nth-child(2):checked~.range-stars__labels .range-stars__item:nth-child(5) .icon {
  color: #ff4d00
}

.range-stars input:nth-child(1):checked~.range-stars__labels .range-stars__item:nth-child(5) .icon {
  color: #ff4d00
}

.results-dropdown {
  background: #fff;
  -webkit-box-shadow: 0 5px 20px #a8bdc0;
  box-shadow: 0 5px 20px #a8bdc0;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  width: 100%;
  padding: 15px 0;
  display: none;
  max-height: calc(100vh - 120px);
  overflow: hidden;
  overflow-y: auto
}

.reviews-swiper .swiper-button-disabled {
  display: none !important;
}

.pc-gallery .swiper-slide {
  min-height: 180px !important;
}

@media screen and (min-width:600px) {
  .pc-gallery .swiper-slide {
    min-height: 180px !important;
  }
}

.header_dropmenu .c-menu__item {
  margin-bottom: 0px;
}

.header_dropmenu .c-menu__link {
  font-size: 14px;
  padding: 2px 12px;
  gap: 0;
}

.header_dropmenu .c-menu__icon .icon {
  font-size: 16px;
}

.header_dropmenu .c-menu__item:hover {
  background: #eeeded !important;
}

.productcol {
  max-width: 264px;
  min-width: 154px;
}

@media screen and (min-width:900px) {
  .productcol {
    max-width: 264px;
    min-width: 264px;
  }
}

#select_location .modal-content {
  background: #fff !important;
}

#confirm_phone .modal-dialog {
  max-width: 320px;
}

#otclick .modal-dialog {
  max-width: 450px;
}

#otclick .modal-content {
  background: #fff;
}

.__text1 a:not(.button) {
  color: #ff6000;
}

.__headcityselecter {
  overflow: hidden;
  max-width: 200px;
  white-space: nowrap;
  min-width: 20px;
}

.__headcityselecter a {
  min-width: 20px;
  display: inline-block;
  background: url(https://jobs.vw-test.ru/templates/jobberry/img/city.svg) no-repeat center left;
  padding-left: 25px;
  background-size: 20px 100%;
}

.__headserviceselecter {
  overflow: hidden;
  max-width: 200px;
  white-space: nowrap;
  min-width: 30px;
}

.__headserviceselecter a {
  display: inline-block;
  background: url(https://jobs.vw-test.ru/templates/jobberry/img/service.svg) no-repeat center left;
  padding-left: 30px;
  background-size: 25px 100%;
}

._doubleaddbtn {
  display: none;
}

@media screen and (max-width:1240px) {
  .__headserviceselecter {
    width: 30px;
  }

  .__headcityselecter {
    width: 20px;
  }
}

@media screen and (max-width:992px) {
  ._doubleaddbtn {
    display: block;
    padding-top: 90px;
  }

}

@media screen and (max-width:767px) {
  ._doubleaddbtn {
    display: block;
    padding-top: 110px;
    height: 173px;
  }
}

.button-164px {
  width: 164px;
}

.search-form--suggest {
  align-items: flex-start;
}

.search-suggest-wrap {
  position: relative;
  flex: 1 1 auto;
}

.search-suggest-list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 2px);
  z-index: 1000;
  background: #e9e9e9;
  border: 1px solid #d0d0d0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
  overflow: hidden;
}

.search-suggest-item {
  display: block;
  padding: 12px 14px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
  border-bottom: 1px solid #d7d7d7;
}

.search-suggest-item:last-child {
  border-bottom: none;
}

.search-suggest-item:hover,
.search-suggest-item.active {
  background: rgb(255, 96, 0);
  color: #fff;
}


/* NEW STYLE */


@media (max-width: 767px) {
  body.open-nav {
    overflow: hidden;
  }

  body.open-nav .cbc {
    overflow: hidden;
    padding-top: 90px;
  }
}

body.open-nav .header::after {
  opacity: 0.2;
  visibility: visible;
}

@media (max-width: 767px) {
  body.open-nav .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }

  body.open-nav .header__top {
    z-index: 999;
  }

  body.open-nav .header__action {
    z-index: 999;
  }
}



/* elements */

.xbutton {
  cursor: pointer;
  transition: 0;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  height: 60px;
  border-radius: 100px;
  padding: 0 25px;
  text-decoration: none;
  min-width: 140px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
  background: var(--green);
  z-index: 1;
  transition: 0.3s;
}

.xbutton:hover {
  background: var(--orange);
}

.xbutton::before {
  transition: 0.15s;
  filter: brightness(0) invert(1);
}

.login-button.desc {display:inline-flex;}
.login-button.mob {display:none;}

@media (max-width: 568px) {
  .xbutton {
    height: 54px;
    width: 100%;
    justify-content: space-between;
  }
  .login-button.desc {display:none;}
  .login-button.mob {display:inline-flex;}
}

.xbutton._sm {
  height: 54px;
}

.xbutton._orange-border {
  border: 1px solid var(--orange);
  background: transparent;
  color: var(--black);
}

.xbutton._white {
  color: var(--black);
  background: var(--white);
  border-radius: 110px;
  padding: 0 10px 0 30px;
  gap: 45px;
  height: 90px;
  border: 1px solid var(--stroke);
}

@media (max-width: 767px) {
  .xbutton._white {
    gap: 10px;
  }
}

@media (max-width: 568px) {
  .xbutton._white {
    height: 60px;
  }
}

.xbutton._white:hover {
  color: var(--white);
  background-color: var(--orange);
  border-color: var(--orange);
}

.xbutton._white::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/button-plus.svg) center/contain no-repeat;
}

@media (max-width: 568px) {
  .xbutton._white::after {
    width: 40px;
    height: 40px;
  }
}

.xbutton._white:hover::after {
  background-image: url(../img/button-plus-white.svg);
}

.xbutton._orange {
  border: 1px solid var(--orange);
  background: var(--orange);
}

.xbutton._orange:hover {
  border: 1px solid var(--green);
  background: var(--green);
}

.xbutton._orange::after {
  filter: brightness(0) invert(1);
}


.xbutton._user::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icon-profile.svg) center no-repeat;
}

.xbutton._profile::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/button-profile.svg) center/contain no-repeat;
}

@media (max-width: 568px) {
  .xbutton._profile::after {
    width: 40px;
    height: 40px;
  }
}

.xbutton._profile:hover::after {
  background-image: url(../img/button-profile-white.svg);
}

.xbutton._icon {
  padding: 0;
  width: 60px;
  min-width: 60px;
  justify-content: center;
}

.xbutton._sm._icon {
  width: 54px;
  min-width: 54px;
}


.xbutton._icon svg {
  stroke: var(--white);
  font-size: 24px;
}

.xbutton._filter::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icon-filter.svg) center no-repeat;
}

.xbutton._square {
  border-radius: 15px;
}


/* header */


.header {
  position: relative;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1100;
  border-bottom: 1px solid #eceaea;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 30px;
}

@media (max-width: 1600px) {
  .header .container {
    gap: 15px;
  }
}

@media (max-width: 1380px) {
  .header .container {
    gap: 10px;
    justify-content: space-between;
  }
}

@media (max-width: 992px) {
  .header .container {
    gap: 24px;
  }
}

.header__wrap {
  height: 80px;
  position: relative;
  background: var(--white);
  z-index: 100;
}

@media (max-width: 568px) {
  .header__wrap {
    height: 65px;
    z-index: 999;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 992px) {
  .header__logo {
    flex: 1;
  }
}

.header__loc {
  position: relative;
}

@media (max-width: 568px) {
  .header__loc {
    position: static;
  }

  .h-loc {
    display: none;
  }
}


.header__nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--white);
  z-index: 100;
  /*display: none;*/

  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
  overflow: hidden;
}

.header__nav .container {
  min-height: 0;
}

.header__nav.open {
  opacity: 1;
  visibility: visible;
  grid-template-rows: 1fr;
}


.header::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--black);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

@media (max-width: 568px) {
  .header .h-rab-button {
    position: fixed;
    bottom: 80px;
    left: 15px;
    right: 15px;
    width: auto;
    justify-content: center;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
  }
}

.locbox {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 45px;
  border-radius: 30px;
  padding: 30px;
  width: 350px;
  box-shadow: 0 20px 50px 0 rgba(81, 57, 30, 0.1), 0 14px 74px -20px rgba(81, 57, 30, 0.1);
  background: var(--white);
}

.locbox-overlay {
  display: none;
}

@media (max-width: 568px) {
  .locbox {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    margin-top: 0;
    padding: 20px 15px;
    width: auto;
    transform: none;
    z-index: 10002;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    transform: translateY(100%);
    transition: 0.5s;
  }

  .locbox.open {
    transform: translateY(0);
  }

  .locbox-overlay {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--black);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 10001;
  }

  .locbox.open+.locbox-overlay {
    opacity: 0.9;
    visibility: visible;
  }
}

.locbox__header {
  display: none;
}

@media (max-width: 568px) {
  .locbox__header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}

.locbox-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 15px;
  background: url(../img/button-close.svg) center no-repeat;
}

.locbox-title {
  font-size: 18px;
  font-weight: bold;
}


.locbox__form {
  margin-bottom: 25px;
}

.city-search {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.city-search__field input {
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  background: var(--white);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--black);
}

.city-search__field input:focus {
  border: 1px solid var(--orange);
}

.city-search__result {
  max-height: 255px;
  overflow: auto;
  padding-right: 10px;
}

.city-search__result::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.city-search__result::-webkit-scrollbar-track {
  background: var(--stroke);
  border-radius: 10px;
}

.city-search__result::-webkit-scrollbar-thumb {
  background: var(--green);
  border-radius: 10px;
}

.search-result-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--stroke);
  padding: 0 0px;
  height: 51px;
  white-space: nowrap; cursor: pointer;
}

.search-result-item.active::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/tick-circle.svg) center no-repeat;
}

.search-result-item:last-child {
  border-bottom: none;
}

.popular-city__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--black);
  margin-bottom: 15px;
}

.popular-city__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tag {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  padding: 0 10px;
  height: 31px;
  background: var(--bg);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--black);
  cursor: pointer;
}

.tag:hover {
  color: var(--white);
  background: var(--green);
}


.nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 100px;
  /*
  padding: 0 25px 0 20px;
  border: 1px solid var(--stroke);
  */
  height: 54px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--black);
  transition: 0.5s;
  cursor: pointer;
  width: 115px;
}

/*
@media (min-width: 992px) {
  .nav-button:hover {
    border: 1px solid var(--orange);
  }
}
*/


.nav-button::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/button-burger-lg.svg);
}

/*
@media (min-width: 568px) {
  .nav-button.active {
    border: 1px solid var(--orange);
    color: var(--grey);
  }
}
*/
.nav-button.active::before {
  background: url(../img/button-cross.svg);
}

@media (max-width: 568px) {
  .nav-button {
    padding: 0;
    width: 54px;
    border: none;

    position: fixed;
    top: 5px;
    right: 5px;
  }

  .nav-button span {
    display: none;
  }
}

.main-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;

  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 568px) {
  .main-nav {
    gap: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid var(--stroke);
    gap: 0;
  }
}

.main-nav__item {
  text-align: center;
}

@media (max-width: 568px) {
  .main-nav__item {
    text-align: left;
  }
}

.main-nav-link {
  display: block;
  padding: 5px 0;
  gap: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: var(--grey);
}

@media (max-width: 568px) {
  .main-nav-link {
    padding: 7px 0;
    font-size: 18px;
  }
}

.main-nav-link:hover {
  color: var(--orange);
}

.main-nav-link.active {
  color: var(--orange);
}

.header-logo {
  display: block;
}

.header-logo img {
  display: block;
}

@media (max-width: 568px) {
  .header-logo img {
    width: 158px;
  }
}

.header-logo span {
  display: block;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 13px;
  line-height: 150%;
  color: var(--grey);
  white-space: nowrap;
  margin-top: 11px;
}

@media (max-width: 568px) {
  .header-logo span {
    font-size: 9.5px;
    margin-top: 8px;
  }
}

.header-center {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left {
  gap: 60px;
}

@media (max-width: 568px) {
  .header-left {
    gap: 30px;
  }
}

.header-right {
  gap: 10px;
}

@media (max-width: 568px) {
  .header-right {
    position: fixed;
    bottom: 15px;
    left: 20px;
    right: 20px;
    height: 60px;
    background: var(--orange);
    padding: 0 10px;
    border-radius: 40px;
    padding-right: 20px;
  }

  .header-right .xbutton {
    background: transparent;
  }
}

.h-loc-link {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 150%;
  color: var(--black);
  cursor: pointer;
  transition: 0.3s;

  display: inline-flex;
  gap: 10px;
  align-items: center;
  border-radius: 30px;
  padding: 0 10px;
  height: 36px;
  background: var(--black);
  color: var(--white);
  margin-bottom: 10px;
}

.h-loc-link::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icon-location.svg) center / contain no-repeat;
  filter: brightness(0) invert(1);
}


.h-loc {
  position: relative;
  margin-left: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--black);
  border-bottom: 1.3px dashed var(--grey);
  cursor: pointer;
  transition: 0.3s;
}

.h-loc::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: -30px;
  background: url(../img/icon-location.svg) no-repeat;
}

.h-loc.active,
.h-loc:hover {
  color: var(--orange);
  border-bottom: 1.3px dashed var(--orange);
}


.search-form {
  gap: 10px;
}

.search-form .search-btn {
  margin: 0;
}


.mobile-login-button {
  display: none;
}

@media (min-width: 992px) {
  .mob-show {
    display: none !important;
  }
}

@media (max-width: 568px) {
  .mob-hide {
    display: none;
  }

  .main {
    padding-top: 80px;
  }

  .mobile-login-button {
    display: flex;
    width: 54px;
    height: 54px;
    background: url(../img/icon-profile-orange.svg) center no-repeat;

    position: fixed;
    top: 5px;
    right: 54px;
  }

  .login-button {
    width: 100%;
    justify-content: center;
  }

  .profile-button {
    width: 54px;
    min-width: 54px;
    padding: 0;
    justify-content: center;
  }

  .profile-button span {
    display: none;
  }

  .search-form {
    gap: 5px;
  }

  .search-input,
  .search-btn {
    height: 54px !important;
  }

  .search-btn {
    padding: 0 15px;
  }
}

.user-block {
  padding-left: 40px;
  padding-right: 0;
  background: url(../img/icon-profile-orange.svg) left center / 32px no-repeat;
}

@media (max-width: 568px) {
  .user-block {
    background-image: url(../img/icon-profile.svg);
  }

  .user-block__title {
    color: var(--white);
    opacity: 0.7;
  }

  .user-block__name {
    color: var(--white);
  }
}


.icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.icon-button svg {
  stroke: var(--orange);
}

@media (max-width: 568px) {
  .icon-button svg {
    stroke: var(--white);
  }
}


.side-nav {
  position: fixed;
  top: 80px;
  left: 0;
  width: 90vw;
  max-width: 400px;
  bottom: 0;
  background: var(--white);
  z-index: 9999;
  padding: 15px;
  border-top: 1px solid var(--stroke);
  border-right: 1px solid var(--stroke);
  transform: translateX(-100%);
  visibility: hidden;
  transition: 0.5s;
}

.side-nav.open {
  visibility: visible;
  transform: translateX(0);
}

@media (max-width: 568px) {
  .side-nav {
    top: 65px;
  }
}


.side-nav .c-menu {
  display: none;
}

.side-nav .c-menu__item {
  margin-bottom: 8px;
}

@media (min-width: 568px) {
  .side-nav .h-loc-link {
    display: none;
  }
}

@media (max-width: 568px) {
  .side-nav .c-menu {
    display: block;
  }

  .side-nav .c-menu__item {
    margin-bottom: 0;
  }

  .side-nav .c-menu__link {
    font-size: 17px;
  }

  .side-nav .h-loc-link {
    margin-bottom: 15px;
  }
}

@media (max-width: 568px) {
  .side-nav .c-menu {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--stroke);
  }
}

.support-nav .main-nav-link {
  padding: 6px 12px;
}

.filter-block__list {
  gap: 14px;
}

.filter {
  width: 90vw !important;
  max-width: 400px;
}

.filter .button {
  width: 100%;
}


#sidebar_filters {
  top: 80px;
  z-index: 9999;
  border-top: 1px solid var(--stroke);
  padding-top: 0;
}

@media (max-width: 568px) {
  #sidebar_filters {
    top: 65px;
    z-index: 9999;
    border-top: 1px solid var(--stroke);
    padding-top: 0;
  }
}


/* Form elements */


.forms label:not([class]) {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.forms__label {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .forms__label {
    margin-bottom: 5px;
  }
}

.forms__label span {
  color: var(--blue-brand);
}

.forms__row {
  display: flex;
  margin: 0 -4px 15px;
}

.forms__row:last-child {
  margin-bottom: 0;
}

.forms__field {
  width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 568px) {
  .forms__field {
    margin-bottom: 10px;
  }
}

.forms__field._row {
  display: flex;
  gap: 10px;
}

@media (max-width: 568px) {
  .forms__field._row {
    flex-direction: column;
  }
}

.forms__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .forms__footer {
    flex-direction: column;
  }
}

@media (max-width: 568px) {
  .forms__footer {
    margin-top: 20px;
  }
}

.forms select,
.forms textarea,
.forms input[type=text],
.forms input[type=password],
.forms input[type=email],
.forms input[type=tel] {
  width: 100%;
  height: 60px;
  padding: 0 24px;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--stroke);
  border-radius: 60px;
  background: var(--white);
  -webkit-appearance: none;
  outline: none;
}

@media (max-width: 568px) {

  .forms select,
  .forms textarea,
  .forms input[type=text],
  .forms input[type=password],
  .forms input[type=email],
  .forms input[type=tel] {
    font-size: 15px;
  }
}

.forms textarea {
  padding: 18px;
  resize: none;
  height: 260px;
}

@media (max-width: 568px) {
  .forms textarea {
    height: 200px;
  }
}

.forms select {
  width: 100%;
  -webkit-appearance: none;
  outline: none;
  background: url(../images/select-arrow.svg) var(--white) right 18px center no-repeat;
}

.forms select option:disabled {
  display: none;
}

.forms .jq-selectbox {
  width: 100%;
}

.forms .label-field {
  width: 100%;
  position: relative;
  height: 70px;
  border-radius: 70px;
  transition: 0.15s;
  background: var(--white);
  border: 1px solid var(--stroke);
}

@media (max-width: 568px) {
  .forms .label-field {
    height: 60px;
  }
}

.forms .label-field.active {
  background: var(--white);
}

.forms .label-field label {
  position: absolute;
  left: 25px;
  top: 24px;
  right: 25px;
  font-weight: 500;
  font-size: 16px;
  opacity: 0.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  transition: 0.15s;
}

@media (max-width: 568px) {
  .forms .label-field label {
    font-size: 15px;
    top: 20px;
  }
}

.forms .label-field label span {
  color: var(--orange);
}

.forms .label-field input {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 22px 25px 0 25px;
  height: 68px;
  z-index: 1;
  background-color: transparent;
  width: 100%;
  border-radius: 0;
  border: none;
  backdrop-filter: none;
}

@media (max-width: 568px) {
  .forms .label-field input {
    padding: 15px 25px 0 25px;
    height: 58px;
  }
}

.forms .label-field input:focus {
  background: transparent;
}

.forms .label-field textarea {
  width: 100%;
  height: 70px;
  z-index: 1;
  background-color: transparent;
  border-radius: 0;
  padding: 38px 25px 0 25px;
  border: none;
  display: block;
  backdrop-filter: none;
}

.forms .label-field textarea::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.forms .label-field textarea::-webkit-scrollbar-track {
  margin: 0 15px;
}

.forms .label-field textarea::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border-radius: 4px;
}

.forms .label-field input:not(.input-icon)::-moz-placeholder,
.forms .label-field textarea:focus::-moz-placeholder {
  color: transparent;
}

.forms .label-field input:not(.input-icon)::placeholder,
.forms .label-field textarea:focus::placeholder {
  color: transparent;
}

.forms .label-field.active input+label,
.forms .label-field input:focus+label,
.forms .label-field.active textarea+label,
.forms .label-field textarea:focus+label {
  top: 15px;
  left: 25px;
  right: auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 115%;
  color: var(--grey);
  opacity: 1;
  z-index: 99;
}

@media (max-width: 568px) {

  .forms .label-field.active input+label,
  .forms .label-field input:focus+label,
  .forms .label-field.active textarea+label,
  .forms .label-field textarea:focus+label {
    font-size: 11px;
    top: 8px;
  }
}

.forms .label-field.active textarea+label,
.forms .label-field textarea:focus+label {
  top: 15px;
}

.checkbox {
  display: inline-flex;
  cursor: pointer;
  font-size: 16px;
  line-height: 150%;
  color: var(--black);
  transition: 0.3s;
  position: relative;
}

.checkbox input[type=checkbox] {
  width: 24px;
  height: 24px;
  background: var(--white);
  border: 1px solid var(--orange-brand);
}

.checkbox.stylization input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.checkbox sup {
  position: relative;
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: url(../img/checkbox.svg) center no-repeat;
  margin-right: 10px;
}

.checkbox input:checked~sup {
  background: url(../img/checkbox-active.svg) center no-repeat;
}

.checkbox input:checked~sup~span {
  color: var(--orange-brand);
}

.checkbox a {
  text-decoration: underline;
}

.checkbox a:hover {
  text-decoration: none;
}

.form-field__note {
  font-size: 16px;
  line-height: 140%;
  color: var(--gray-dark);
  margin-top: 10px;
}



/* Auth Form */


.tabs__header {
  display: flex;
  align-items: center;
}

.tabs__item {
  cursor: pointer;
}

.tabs__item:first-child {
  margin-left: 0;
}

.tabs__item:hover,
.tabs__item.active {
  opacity: 1;
}

.tabs__box {
  display: none;
}

.tabs__box.visible {
  display: block;
}




.fancybox__container {
  z-index: 9999 !important;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
}

.fancybox__content>.carousel__button.is-close {
  width: 30px;
  height: 30px;
  right: 30px;
  top: 30px;
  opacity: 0.5;
  background: url(../img/button-cross.svg) center no-repeat;
}

.fancybox__content>.carousel__button.is-close:hover {
  opacity: 1;
}

.fancybox__content>.carousel__button.is-close>* {
  display: none;
}

#auth {
  background: none;
  padding: 0;
  box-shadow: none;
}

#auth .carousel__button.is-close {
  right: 20px;
  top: 12px;
}

.fancy___ .fancybox__content {
	border-radius: 20px;  
}
.fancy___ .fancybox__content .login-content {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.fancybox__container a:focus,.fancybox__container input:focus,.fancybox__container *:focus {
  outline: none !important;
}
 
.fancy___login .fancybox__content,.fancy___otclick .fancybox__content,.fancy___register .fancybox__content,.fancy___recovery .fancybox__content {
	background: none;
	padding: 0;
	box-shadow: none;
	max-width: 540px;
	width: 100%;
	border-radius: 20px;  
}
.fancy___login .fancybox__content .carousel__button.is-close,.fancy___otclick .fancybox__content .carousel__button.is-close,.fancy___register .fancybox__content .carousel__button.is-close,.fancy___recovery .fancybox__content .carousel__button.is-close {
	right: 20px;
	top: 12px;
}

.popup {
  display: none;
  max-width: 540px;
  width: 100%;
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.auth-box {
  position: relative;
  padding-top: 50px;
}

.auth-box__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.auth-box__header+.tabs__box {
  border-radius: 0 20px 20px 20px !important;
}

.auth-box .tabs__box {
  width: 100%;
  flex-direction: column;
  gap: 15px;
  position: relative;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background: url(../img/promo-bg.png) var(--bg) bottom -130px right/cover no-repeat;
  flex: 1;
}

@media (max-width: 568px) {
  .auth-box .tabs__box {
    padding: 20px 15px;
  }
}

.auth-box .tabs__box.visible {
  display: flex;
}

.auth-box .tabs__item {
  display: flex;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--white);
  padding: 0 30px;
  height: 50px;
  align-items: center;
  padding-top: 0;
}

@media (max-width: 568px) {
  .auth-box .tabs__item {
    font-size: 18px;
  }
}

.auth-box .tabs__item.active {
  border-radius: 20px 20px 0 0;
  background: var(--bg);
  position: relative;
  padding-top: 10px;
  color: var(--black);
}

.auth-box .tabs__item.active:first-child::before {
  display: none;
}

.auth-box .tabs__item.active::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  left: 100%;
  background: url(../img/decor-2.svg);
}

.auth-box .tabs__item.active::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 100%;
  background: url(../img/decor-2.svg);
  transform: scale(-1, 1);
}

.auth-box .forms {
  width: 100%;
}

.auth-box .forms .xbutton {
  width: 100%;
  justify-content: center;
}

.auth-box .forms .xbutton::after {
  display: none;
}

.auth-box .checkbox {
  font-size: 13px;
  min-width: 260px;
}

@media (max-width: 568px) {
  .auth-box .checkbox {
    order: -1;
  }
}

.reg-tabs {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 568px) {
  .reg-tabs {
    gap: 10px;
  }
}

.reg-tabs__box {
  display: none;
}

.reg-tabs__box.active {
  display: block;
}

.reg-tab-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--stroke);
  border-radius: 100px;
  padding: 0 25px;
  height: 60px;
  cursor: pointer;
  background: var(--white);
  width: 100%;
}

@media (max-width: 568px) {
  .reg-tab-button {
    font-size: 14px;
    padding: 0 20px;
  }
}

.reg-tab-button.active {
  border-color: var(--orange);
}

.reg-tab-button.active::before {
  filter: none;
}

.reg-tab-button::before {
  width: 24px;
  height: 24px;
}

.reg-tab-button._org::before {
  content: "";
  background: url(../img/icon-org.svg) center no-repeat;
}

.reg-tab-button._user::before {
  content: "";
  background: url(../img/icon-profile-orange.svg) center no-repeat;
}

.geo-prompt {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 45px;
  border-radius: 30px;
  padding: 30px;
  width: 350px;
  box-shadow: 0 20px 50px 0 rgba(81, 57, 30, 0.1), 0 14px 74px -20px rgba(81, 57, 30, 0.1);
  background: var(--white);
}
.geo-prompt #geoYesBtn,.geo-prompt #geoNoBtn {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  padding: 0 10px;
  height: 31px;
  background: var(--bg);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--black);
  cursor: pointer; border: none;
}
.geo-prompt #geoYesBtn:hover,.geo-prompt #geoNoBtn:hover {
  color: var(--white);
  background: var(--green);
}

.geo-prompt .geo-title {
  font-size: 18px;
  font-weight: bold; margin-bottom: 10px;
}

.vacancy-photo-generate-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: 6px;
    font-size: 14px;
    color: #ff6000;
    vertical-align: middle;
}

.vacancy-photo-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 96, 0, 0.25);
    border-top-color: rgb(255, 96, 0);
    border-radius: 50%;
    display: inline-block;
    animation: vacancyPhotoSpin 0.75s linear infinite;
}

.vacancy-photo-status-text {
    display: inline-block;
}

.vacancy-photo-dots {
    display: inline-flex;
    width: 18px;
}

.vacancy-photo-dots span {
    opacity: 0.2;
    animation: vacancyPhotoDots 1.2s infinite;
}

.vacancy-photo-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.vacancy-photo-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes vacancyPhotoSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes vacancyPhotoDots {
    0%, 20% {
        opacity: 0.2;
        transform: translateY(0);
    }
    50% {
        opacity: 1;
        transform: translateY(-1px);
    }
    100% {
        opacity: 0.2;
        transform: translateY(0);
    }
}

.vacancy-photo-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.vacancy-photo-actions .vacancy-photo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vacancy-photo-actions .vacancy-photo-btn:hover {
    text-decoration: none;
}

.vacancy-photo-generate-status {
    margin-left: 4px;
}