:root {
  --gap-x: 16px;
  --gap-y: 16px;
  --container-gap: 16px;
}

:root {
  --scroll-offset: 0px;
  --adaptive-box: 100%;
  --columns: 12;
  --body-font-size: 14px;
}

@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  line-height: 1.5;
  font-weight: 400;
  font-size: var(--body-font-size);
  font-family: "Wix Madefor Display", sans-serif;
  font-style: normal;
  margin: 0;
  color: #4b5563;
  background-color: #f9fafb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[name="n-message"] {
    display: block;
    width: 5px;
    height: 3px;
    margin-bottom: -3px;
    opacity: 0.01;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

iframe {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  outline: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: currentColor;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: currentColor;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Wix Madefor Display", sans-serif;
  line-height: normal;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 24px;
  color: currentColor;
}

h1 {
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 27px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

p,
ul,
ol,
dl,
table,
blockquote,
pre,
address,
figure {
  margin-top: 0;
  margin-bottom: 16px;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

li {
  line-height: inherit;
}

address {
  font-style: normal;
}

blockquote {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

b,
strong {
  font-weight: 700;
}

a {
  transition-duration: 400ms;
  color: currentColor;
  background-color: transparent;
  cursor: pointer;
}

a,
button,
[role=button],
input,
label,
select,
textarea {
  touch-action: manipulation;
  margin: 0;
}
/*
a:not([href]) {
  text-decoration: none;
  color: inherit;
}
a:not([href]):hover, a:not([href]):focus {
  text-decoration: none;
  color: inherit;
}
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

[role=button] {
  cursor: pointer;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

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

[hidden] {
  display: none !important;
}

textarea {
  overflow: auto;
  resize: vertical;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

a {
  text-decoration: none;
}

input {
  outline: none;
}

a:focus,
a:active,
a:hover {
  outline: 0;
}

svg:not(:root) {
  overflow: hidden;
}

main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.main {
  padding-top: 192px;
}
.main.no-header {
  padding-top: 0;
}
.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.section {
  margin-top: 40px;
}
.section--last {
  margin-bottom: 50px;
}
.master__content-item {
  margin-bottom: 0 !important;
}
.slider_adv.slider_adv_master{
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .slider_adv.slider_adv_master{
    margin-bottom: 50px;
  }
}
.container-full, .container {
  --local-container-gap: var(--container-gap);
  --dp-block: block;
  display: var(--dp-block);
  width: 100%;
  padding-left: var(--local-container-gap);
  padding-right: var(--local-container-gap);
  margin-left: auto;
  margin-right: auto;
}

.adaptive-box {
  position: relative;
  width: 100%;
  --dp-block: block;
  display: var(--dp-block);
}
.adaptive-box:after {
  content: "";
  padding: 0px 0px var(--adaptive-box) 0px;
  width: 100%;
  display: block;
}
.adaptive-box > * {
  position: absolute;
}
.adaptive-box__image, .adaptive-box__item {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.adaptive-box__image {
  -o-object-fit: cover;
     object-fit: cover;
}
.adaptive-box video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.link {
  color: currentColor;
}
.link:not(.link-decor):hover {
  opacity: 0.5;
}
.link-decor {
  color: currentColor;
  position: relative;
}
.link-decor:before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  border-bottom: 1px solid currentColor;
  transform: scaleX(0);
  transition-duration: 400ms;
}
.link--line {
  text-decoration: underline;
}
.link-back-bread {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
.link-back-bread a {
  color: #fb8112;
}
.link-back {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #fb8112;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
.link-back:hover {
  opacity: 0.5;
}

.logo {
  flex-shrink: 0;
  display: inline-block;
  line-height: 0;
}
.logo img {
  width: 127px;
  height: 32px;
}
.logo-form img {
  width: 253px;
  height: 64px;
}

:root {
  --animation-left: -100%;
  --animation-right: 100%;
  --animation-top: -100%;
  --animation-bottom: 100%;
}

.animation {
  animation-play-state: paused;
  animation-duration: 2s;
  animation-fill-mode: both;
}
.animation.start {
  animation-play-state: running;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

.title {
  --dp-block: block;
  display: var(--dp-block);
  font-family: "Wix Madefor Display", sans-serif;
  word-wrap: break-word;
}
.title--size-md {
  font-size: 24px;
  line-height: 30px;
}
.title--size-lg {
  font-size: 27px;
  line-height: 33px;
}

.content ul {
  padding-left: 15px;
}
.content ul li {
  color: #4b5563;
}
.content ul li:not(:last-child) {
  margin-bottom: 14px;
}
.content ul li::marker {
  color: #fb8112;
}
.content > *:last-child {
  margin-bottom: 0;
}
.content a {
  text-decoration: underline;
}
.content h1 {
  color: #000;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #4b5563;
}

.btn {
  position: relative;
  text-decoration: none;
  transition-duration: 400ms;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  border: none;
}

.btn-primary {
  --dp-flex: flex;
  display: var(--dp-flex);
  align-items: center;
  justify-content: center;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
  border-radius: 10px;
}
.btn-primary-icon {
  gap: 10px;
}
.btn-primary--xs {
  font-size: 16px;
  line-height: 24px;
  padding: 11px 19px;
}
.btn-primary--sm {
  font-size: 16px;
  line-height: 20px;
  padding: 15px 25px;
}
.btn-primary--sm.btn--theme-outline {
  padding: 14px 24px;
}
.btn-primary--md {
  font-size: 16px;
  line-height: 20px;
  padding: 17px 25px 18px;
}
.btn-primary--lg {
  font-size: 16px;
  padding: 18px 25px;
}
.btn-primary--xl {
  font-size: 18px;
  padding: 19px 25px;
}

.btn--theme-primary {
  color: #fff;
  background-color: #fb8112;
}
.btn--theme-primary:hover {
  background-color: rgba(251, 129, 18, 0.8);
  color: #fff;
}
.btn--theme-primary:active {
  background-color: rgba(251, 129, 18, 0.8);
  color: #fff;
}

.btn--theme-outline {
  border: 1px solid #e5e7eb;
  color: #4b5563;
}
.btn--theme-outline:hover {
  color: #fff;
  background: rgba(251, 129, 18, 0.8);
  border-color: rgba(251, 129, 18, 0.8);
}
.btn--theme-outline:active {
  color: #fff;
  border-color: rgba(251, 129, 18, 0.8);
  background: rgba(251, 129, 18, 0.8);
}

.btn--theme-secondary {
  background-color: #111928;
  color: #fff;
}
.btn--theme-secondary:active {
  background-color: rgba(17, 25, 40, 0.8);
  color: #fff;
}

.social {
  --dp-flex: flex;
  display: var(--dp-flex);
  align-items: center;
  flex: 0 0 auto;
  transition-duration: 400ms;
  line-height: 0;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social li {
  flex-shrink: 0;
}
.social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
}
.social li a:active {
  opacity: 0.7;
}

.form {
  display: flex;
  flex-direction: column;
}

.form-field {
  position: relative;
  display: block;
  width: 100%;
  --field-input-color: #222;
}
.form-field__input {
  color: var(--field-input-color);
  width: 100%;
  display: block;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 19px 12px;
  line-height: 20px;
  background-color: #f9fafb;
  font-weight: 400;
  font-size: 16px;
}
.form-field__input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
.form-field__input::placeholder {
  opacity: 1;
  color: #9ca3af;
}
.form-field__label {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #1f2a37;
  margin-bottom: 16px;
}
.form-field svg {
  position: absolute;
  left: 12px;
  bottom: 18px;
}
.form-field-password .form-field__input {
  padding: 16px 42px 17px;
}
.form-field-password .form-field__icon {
  position: absolute;
  right: 12px;
  bottom: 18px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.form-field-password .form-field__icon svg {
  left: 0;
  bottom: 0;
}
.form-field-password .form-field__icon .password-show {
  display: none;
}
.form-field-password .form-field__icon.open .password-show {
  display: block;
}
.form-field-password .form-field__icon.open .password-hide {
  display: none;
}

.form-select .select {
  width: 100%;
  background-color: #f9fafb;
  padding: 19px 12px 19px 42px;
  border: 1px solid #e5e7eb;
  font-weight: 400;
  font-size: 16px;
  color: #9ca3af;
}
.form-select .select::after {
  right: 12px;
  border: none;
  width: 20px;
  height: 20px;
  top: 20px;
  margin: 0;
  transform-origin: center;
  transform: rotate(0);
  background-image: url("../img/global/up-arrow.svg");
  background-size: cover;
}
.form-select .select.sity:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 20px;
  left: 12px;
  background-image: url("../img/global/marker.svg");
  background-size: cover;
}
.form-select .select.works:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 20px;
  left: 12px;
  background-image: url("../img/global/works.svg");
  background-size: cover;
}
.form-select .select.time:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 20px;
  left: 12px;
  background-image: url("../img/global/time.svg");
  background-size: cover;
}
.form-select .select.open:after {
  transform: rotate(180deg);
}
.form-select__label {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #1f2a37;
  margin-bottom: 16px;
}

.form-textarea {
  position: relative;
  display: block;
  width: 100%;
  --field-input-color: #222;
}
.form-textarea__input {
  color: var(--field-input-color);
  width: 100%;
  display: block;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 15px 12px;
  line-height: 20px;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  height: 100px;
  resize: none;
}
.form-textarea__input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
.form-textarea__input::placeholder {
  opacity: 1;
  color: #9ca3af;
}
.form-textarea__label {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #1f2a37;
  margin-bottom: 16px;
}

.form-radio {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 17px 16px;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #1f2a37;
}
.form-radio__input {
  opacity: 0;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}
.form-radio__icon {
  flex-shrink: 0;
  margin-left: auto;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-image: url("../img/icon.svg");
  visibility: hidden;
}
.form-radio__text {
  margin-right: 10px;
}
.form-radio:has(input:checked) {
  color: #fff;
  background-color: #fb8112;
  border-color: #fb8112;
}
.form-radio:has(input:checked) .form-radio__icon {
  visibility: visible;
}

.form-checkbox {
  display: flex;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #1f2a37;
}
.form-checkbox__input {
  opacity: 0;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}
.form-checkbox__label {
  position: relative;
  padding-left: 30px;
}
.form-checkbox__label::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #fb8112;
  border-radius: 2px;
  left: 0;
  top: -1px;
}
.form-checkbox__label::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: -1px;
  background-image: url("../img/check.svg");
  background-size: cover;
  opacity: 0;
  z-index: -1;
}
.form-checkbox:has(input:checked) .form-checkbox__label::after {
  opacity: 1;
  z-index: 1;
}

.wow {
  animation-play-state: paused;
  animation-duration: 2s;
  animation-fill-mode: both;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fafafa;
  border-radius: 10px;
  border: solid 1px #e5e7eb;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #4b5563;
  outline: none;
  padding-left: 25px;
  padding-right: 50px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #e5e7eb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #e5e7eb;
}

.nice-select:after {
  border-bottom: 2px solid #4b5563;
  border-right: 2px solid #4b5563;
  content: "";
  display: block;
  height: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 40px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 7px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  /*right: 0 !important;*/
  height: 200px;
  overflow-y: scroll;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.questions__accordion {
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}
.questions__accordion:not(:last-child) {
  margin-bottom: 24px;
}
.questions__accordion.active .questions__accordion-toggel {
  background-color: #e5e7eb;
}
.questions__accordion.active .questions__accordion-toggel svg {
  transform: rotate(45deg);
}
.questions__accordion.active .questions__accordion-toggel svg path {
  stroke: #4b5563;
}
.questions__accordion-header {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  gap: 10px;
}
.questions__accordion-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  color: #1f2a37;
  margin-top: 4px;
}
.questions__accordion-toggel {
  margin-left: auto;
  flex-shrink: 0;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: #fb8112;
  border-radius: 10px;
}
.questions__accordion-toggel svg {
  transform: rotate(0);
  transition: 0.3s;
}
.questions__accordion-toggel svg path {
  stroke: #fff;
  transition: all 0.3s;
}
.questions__accordion-body {
  display: none;
  padding-top: 20px;
  font-size: 18px;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  background-color: #f9fafb;
  padding-bottom: 10px;
}
.header__container {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}
.header__link {
  font-weight: 500;
  line-height: 20px;
}
.header__region {
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
.header__region svg {
  margin-top: 4px;
  flex-shrink: 0;
}
.header__region .nice-select {
  padding-left: 5px;
  padding-right: 18px;
}
.header__region .nice-select::after {
  right: 5px;
}
.header__region .nice-select .current {
  border-bottom: 2px dashed #fb8112;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.05), 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.header .user {
  margin-left: auto;
  position: relative;
}
.header .user.open .user__toggle {
  transform: scale(-1);
}
.header .user__box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header .user__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5f5f5;
  border: 1px solid #e5e7eb;
  font-weight: 600;
  font-size: 16px;
  color: #4b5563;
  text-transform: uppercase;
}
.header .user__icon svg path {
  fill: #4b5563;
}
.header .user__toggle {
  line-height: 0;
  cursor: pointer;
  transform: scale(1);
  transition: 0.3s;
}
.header .user__links {
  position: absolute;
  top: 100%;
  z-index: 1;
  background-color: #fff;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 180px;
  padding: 15px;
  border-radius: 5px;
  display: none;
}
.header .user__links a {
  display: block;
  margin-bottom: 5px;
}
.header .user__links a:hover {
  opacity: 0.5;
}
.header__btn-login svg path {
  fill: #4b5563;
  transition: 0.3s;
}
.header__btn-login:hover svg path {
  fill: #ffffff;
}

.footer {
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 60px;
  padding-bottom: 24px;
  border-radius: 40px 40px 0 0;
  box-shadow: 0 -1px 2px -1px rgba(0, 0, 0, 0.1), 0 -1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  position: relative;
  z-index: 3;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
  list-style: none;
  line-height: 1;
  row-gap: 16px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.footer__menu a {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #111928;
}
.footer__menu a:hover {
  opacity: 0.5;
}
.footer__items {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.footer__info {
  display: flex;
  column-gap: 15px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.footer__box {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.footer__link {
  /*font-weight: 700;
  font-size: 14px;*/
  line-height: 18px;
  white-space: nowrap;
}
.footer__copyright {
  white-space: nowrap;
}

.intro {
  margin-bottom: 16px;
}
.intro__inner {
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.intro__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 32px;
  color: #1f2a37;
}
.intro__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.services__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #000;
  margin-bottom: 40px;
}
.services__items {
  display: grid;
  grid-column: 1fr;
  row-gap: 28px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.services__item {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 200px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.05), 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.services__item:hover {
  background-color: #fb8112;
}
.services__item:hover .services__item-title,
.services__item:hover .services__item-info {
  color: #fff;
}
.services__item:hover .services__item-content svg {
  display: block;
  margin-top: auto;
}
.services__item-content {
  padding: 24px 5px 24px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.services__item-content svg {
  display: none;
  margin-top: 0;
  transition: 0.3s;
}
.services__item-title {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #1f2a37;
  line-height: 32px;
  margin-bottom: 8px;
  transition: 0.3s;
}
.services__item-info {
  font-size: 14px;
  color: #4b5563;
  line-height: 18px;
  transition: 0.3s;
}
.services__item-img {
  position: relative;
  height: 100%;
}
.services__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  max-width: fit-content;
  /*-o-object-fit: cover;
     object-fit: cover;*/
}


@media (max-width: 575px) {
  .services__item-img {
    display: flex;
    align-items: center;
  }
  .services__item-img img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}


.register {
  margin-top: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 40px 40px 0 0;
  box-shadow: 0 -1px 2px -1px rgba(0, 0, 0, 0.1), 0 -1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fb8112;
  color: #fff;
  margin-bottom: -40px;
}
.register__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.register__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.register__info {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
}
.register__text {
  font-size: 18px;
  margin-bottom: 0;
}
.register__title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}
.register__img {
  width: 200px;
}

.faq__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.faq__title {
  text-align: center;
  font-weight: 700;
  font-size: 27px;
  line-height: 100%;
  color: #111928;
}
.faq__subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 32px;
}

.contacts__inner {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 40px;
}
.contacts__title {
  font-weight: 700;
  font-size: 27px;
  line-height: 100%;
  color: #000;
  margin-bottom: 40px;
}
.contacts__items {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 30px;
}
.contacts__item-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 16px;
}
.contacts__item a,
.contacts__item address {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #1f2a37;
  white-space: nowrap;
}
.contacts__img {
  max-width: 600px;
  --adaptive-box: 54.9%;
}

.support__inner {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: end;
}
.support__title {
  font-weight: 700;
  font-size: 27px;
  line-height: 100%;
  color: #111928;
  margin-bottom: 16px;
}
.support__subtitle {
  margin-bottom: 32px;
  font-size: 18px;
}
.support__content {
  margin-bottom: 20px;
}
.support__content .btn {
  width: 100%;
  margin-top: 32px;
}
.support__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 32px;
}
.support__img {
  max-width: 500px;
  --adaptive-box: 136%;
}
.support .form-select .form-select__label {
  margin-bottom: 10px;
}
.support .form-select .select {
  background-color: #fff;
  padding: 16px 40px 17px 42px;
}
.support .form-select .select span {
  overflow: hidden;
  display: flex;
}
.support .form-select .select:after {
  top: 17px;
}
.support .form-select .select.theme:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 17px;
  left: 12px;
  background-size: cover;
  background-image: url("../img/support/chat.svg");
}
.support .form-field .form-field__label {
  margin-bottom: 10px;
}
.support .form-field .form-field__input {
  background-color: #fff;
  padding: 16px 12px 17px 42px;
}

.about-intro__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.about-intro__content {
  padding-top: 80px;
  padding-bottom: 50px;
}
.about-intro__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 100%;
  color: #1f2a37;
  margin-bottom: 24px;
}
.about-intro__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 0;
}
.about-intro__img {
  --adaptive-box: 66.32%;
  max-width: 775px;
}

.about {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.about__title {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 27px;
  line-height: 100%;
  color: #111928;
}
.about__content {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 16px;
  margin-bottom: 40px;
}
.about__content p {
  font-size: 16px;
  margin-bottom: 0;
}
.about__advantage {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 30px;
  margin-top: 60px;
}
.about__item p {
  font-size: 16px;
  margin-bottom: 0;
}
.about__item-info {
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  color: #fb8112;
  margin-bottom: 16px;
}

.why {
  margin-top: 60px;
  margin-bottom: 40px;
}
.why__title {
  font-weight: 700;
  font-size: 27px;
  line-height: 100%;
  color: #111928;
  margin-bottom: 16px;
}
.why__subtitle {
  font-size: 18px;
  margin-bottom: 48px;
}
.why__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.why__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.why__item b {
  display: block;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  color: #111928;
}
.why__item p {
  font-size: 18px;
  margin-bottom: 0;
}

.user-profile__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.user-profile__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  color: #1f2a37;
  margin-bottom: 32px;
}
.user-profile__info {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #1f2a37;
  margin-bottom: 24px;
}
.user-profile__data {
  border-radius: 20px;
  padding: 48px 24px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 56px;
}
.user-profile__data .btn {
  margin-left: auto;
}
.user-profile__data-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
.user-profile__data-items .form-field .form-field__input {
  padding: 16px 12px 17px 42px;
}
.user-profile__data-items .form-select .select {
  padding: 16px 12px 17px 42px;
}
.user-profile__data-items .form-select .select:after {
  top: 17px;
}
.user-profile__data-items .form-select .select.sity:before {
  top: 17px;
}
.user-profile__actions {
  border-radius: 20px;
  padding: 48px 24px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 16px;
}
.user-profile__actions-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.user-profile__logout {
  display: flex;
  justify-content: flex-end;
}
.user-profile__logout .btn {
  color: #1f2a37;
  border-color: #fb8112;
}
.user-profile__logout .btn:hover {
  color: #fff;
}

.auch-user {
  min-height: 100vh;
  background-image: url("../img/form.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: end;
  padding-bottom: 180px;
  background-position: center bottom;
}
.auch-user__content {
  width: 100%;
  padding: 40px 20px;
  box-shadow: 0 -1px 2px -1px rgba(0, 0, 0, 0.1), 0 -1px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #f9fafb;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.auch-user .logo {
  margin-bottom: 40px;
}
.auch-user__form-wrapper {
  margin-top: auto;
  margin-bottom: auto;
}
.auch-user__info {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  margin-top: 40px;
}
.auch-user__text {
  display: block;
  margin-bottom: 4px;
}
.auch-user__link {
  display: inline-block;
  color: #fb8112;
}
.auch-user__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  color: #1f2a37;
}
.auch-user__subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #9ca3af;
  margin-bottom: 40px;
}
.auch-user__links {
  margin-bottom: 20px;
  display: flex;
}
.auch-user__page {
  width: 50%;
  border: 1px solid #e5e7eb;
  padding: 16px 12px 17px;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #1f2a37;
}
.auch-user__page.active {
  color: #fff;
  background-color: #fb8112;
  border-color: #fb8112;
  cursor: default;
}
.auch-user__page:hover:not(.active) {
  opacity: 0.7;
}
.auch-user__page-master {
  width: 50%;
  border: 1px solid #e5e7eb;
  padding: 16px 12px 17px;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #1f2a37;
}
.auch-user__page-master.active {
  color: #fff;
  background-color: #fb8112;
  border-color: #fb8112;
  cursor: default;
}
.auch-user__page-master:hover:not(.active) {
  opacity: 0.7;
}
.auch-user__form {
  text-align: left;
}
.auch-user .form-field {
  margin-bottom: 20px;
}
.auch-user .form-field .form-field__input {
  padding: 16px 12px 17px 42px;
  background-color: #fff;
}
.auch-user .form-field .form-field__label {
  margin-bottom: 10px;
}
.auch-user .form-field-password .form-field__input {
  padding: 16px 42px 17px;
}
.auch-user .btn {
  width: 100%;
}
.auch-user__top {
  display: flex;
  flex-direction: column;
}
.auch-user__top .link-back {
  align-self: flex-start;
}

.auch-user1 {
  min-height: 100vh;
}

.registration__info {
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #1f2a37;
  margin-bottom: 16px;
}
.registration__box {
  display: flex;
  margin-bottom: 20px;
}
.registration__label {
  position: relative;
  width: 50%;
  border: 1px solid #e5e7eb;
  padding: 16px 12px 17px;
  background-color: #fff;
  font-size: 16px;
  line-height: 20px;
  color: #1f2a37;
}
.registration__label-master {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.registration__label-user {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.registration__label:has(input:checked) {
  color: #fff;
  background-color: #fb8112;
  border-color: #fb8112;
}
.registration__input {
  opacity: 0;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}

.registration-user__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 0;
}
.registration-user__text a {
  color: #fb8112;
}

.registration-master {
  background-attachment: fixed;
  background-image: url("../img/form.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: end;
  padding-bottom: 180px;
  background-position: center bottom;
}
.registration-master__content {
  width: 100%;
  padding: 85px 20px 40px;
  box-shadow: 0 -1px 2px -1px rgba(0, 0, 0, 0.1), 0 -1px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #f9fafb;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 1325px;
}
.registration-master__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}
.registration-master__text a {
  color: #fb8112;
}
.registration-master__form-wrapper {
  position: relative;
}
.registration-master__form-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 40px;
  text-align: left;
  pointer-events: none;
  opacity: 0;
  z-index: 0;
  transition: 0.3s;
}
.registration-master__form-item.active {
  pointer-events: all;
  opacity: 1;
  z-index: 1;
}
/*
.registration-master .link-back {
  padding: 0;
  position: absolute;
  top: -109px;
}*/
.registration-master .btn {
  width: 100%;
}
.registration-master .btnPrev {
  padding: 0;
  border: 0;
  transition: 0.3s;
}
.registration-master__subtitle {
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #9ca3af;
  margin-bottom: 40px;
}
.registration-master__box {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 24px 16px;
  background-color: #fff;
}
.registration-master__info {
  margin-top: 40px;
  text-align: center;
}
.registration-master .form-radio {
  margin-bottom: 8px;
}
.registration-master .form-field {
  margin-bottom: 20px;
}
.registration-master .form-field .form-field__input {
  padding: 16px 12px 17px 42px;
  background-color: #fff;
}
.registration-master .form-field .form-field__label {
  margin-bottom: 10px;
}
.registration-master .form-field-password .form-field__input {
  padding: 16px 42px 17px;
}
.registration-master .form-select {
  margin-bottom: 20px;
}
.registration-master .form-select .form-select__label {
  margin-bottom: 10px;
}
.registration-master .form-select .select {
  background-color: #fff;
  padding: 16px 12px 17px 42px;
}
.registration-master .form-select .select:after {
  top: 17px;
}
.registration-master .form-select .select.theme:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 17px;
  left: 12px;
  background-size: cover;
  background-image: url("../img/support/chat.svg");
}

.pos-intro {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.pos-intro__content {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pos-intro__title {
  font-weight: 600;
  font-size: 29px;
  line-height: 100%;
  color: #1f2a37;
  margin-bottom: 24px;
}
.pos-intro__subtitle {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 40px;
}
.pos-intro__search {
  border: 1px solid #e5e7eb;
  border-radius: 100px;
  padding: 5px 5px 5px 10px;
  max-width: 800px;
  margin-bottom: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: #fff;
}
.pos-intro__search .btn {
    min-width: 0;
    opacity: 0;
    padding-left: 0;
    pointer-events: none;
    width: 0;
    padding-right: 0;

  /*min-width: 120px;*/
}
.pos-intro__search-input {
  border: none;
  padding: 0;
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
  width: calc(100% - 120px);
}
.pos-intro__search-input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
.pos-intro__search-input::placeholder {
  opacity: 1;
  color: #9ca3af;
}
.pos-intro__links {
  max-width: 800px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 10px;
}
.pos-intro__links-title {
  font-weight: 700;
  font-size: 16px;
  color: #1f2a37;
}
.pos-intro__link {
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 100px;
  padding: 7px 11px;
}
.pos-intro__link:hover {
  background-color: #fb8112;
  color: #fff;
  border-color: #fb8112;
}
.pos-intro__img {
  line-height: 0;
}

.pos-services {
  border-radius: 40px;
  padding: 60px 0 40px;
  box-shadow: 0 -1px 2px -1px rgba(0, 0, 0, 0.1), 0 -1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.pos-services .services__item {
  background-color: #f9fafb;
}
.pos-services .services__item:hover {
  background-color: #fb8112;
}

.services-list {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  border-radius: 40px;
}
.services-list__title {
  font-weight: 600;
  font-size: 27px;
  line-height: 100%;
  color: #1f2a37;
  margin-bottom: 40px;
}
.services-list__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.services-list__item-title {
  font-weight: 600;
  font-size: 20px;
  color: #111928;
  margin-bottom: 8px;
}
.services-list__count {
  display: block;
  font-size: 14px;
  color: #9ca3af;
  margin-bottom: 24px;
}
.services-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
}
.services-list__list li:not(:last-child) {
  margin-bottom: 24px;
}
.services-list__list a {
  font-weight: 500;
  font-size: 18px;
  color: #1f2a37;
  line-height: 23px;
}
.services-list__list a:hover {
  opacity: 0.5;
}
.services-list__link {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #fb8112;
  padding-bottom: 10px;
}
.services-list__link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-bottom: 2px dashed #fb8112;
}

.work {
  border-radius: 0 0 40px 40px;
  padding-top: 40px;
  padding-bottom: 60px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.work__title {
  font-weight: 600;
  font-size: 27px;
  line-height: 100%;
  color: #111928;
  margin-bottom: 40px;
}
.work__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.work__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px 0 40px;
}
.work__item-content {
  border-radius: 20px;
  background-color: #f9fafb;
}
.work__item-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.work__item-title {
  display: block;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 24px;
  color: #111928;
  line-height: 1.3;
}
.work__item-text {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 16px;
}

.pos-about {
  margin-top: 60px;
  margin-bottom: 60px;
}
.pos-about__subtitle {
  display: block;
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  color: #fb8112;
  margin-bottom: 24px;
}
.pos-about__text h2, .pos-about__title {
  font-weight: 600;
  font-size: 27px;
  line-height: 100%;
  color: #111928;
}
.pos-about__text {
  font-size: 16px;
}
.pos-about__title-sm {
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  color: #111928;
  margin-bottom: 15px;
}

.register1 {
  min-height: 100vh;
}

.search__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.search__aside {
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.search__aside .form-select {
  margin-bottom: 16px;
}
.search__aside .form-select .select {
  padding: 16px 12px 17px 12px;
}
.search__aside .form-select .select:after {
  top: 17px;
}
.search__aside .search__filter-label {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #1f2a37;
  margin-bottom: 16px;
}
.search__aside .btn {
  width: 100%;
  margin-bottom: 8px;
}
.search__filter {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.search .form-radio {
  padding: 15px 12px 14px;
  background-color: #f9fafb;
}
.search__reset {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fb8112;
  border: 0;
  line-height: 20px;
  padding: 18px 12px 17px;
  width: 100%;
  transition: 0.3s;
}
.search__reset:hover {
  opacity: 0.5;
}
.search__content-intro {
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 16px;
}
.search__result {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.search__result-item {
  border-radius: 20px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #d9d9d9, #fff;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  overflow: hidden;
  margin-bottom:16px;
}
.search__result-img {
  line-height: 0;
}
.search__result-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.search__result-contacts {
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
}
.search__result-contacts .btn {
  margin-top: auto;
  width: 100%;
}
.search__result-phone {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000;
  margin-bottom: 16px;
  white-space: nowrap;
}
.search .social {
  margin-bottom: 16px;
}
.search__result-info {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
}
.search__result-info-item:nth-child(1) {
  margin-bottom: 16px;
}
.search__result-info-item:nth-child(2) {
  margin-top: auto;
}
.search__result-info-item-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #1f2a37;
  margin-bottom: 16px;
}
.search__result-box {
  display: flex;
  gap: 24px;
  line-height: 100%;
  color: #9ca3af;
  font-size: 16px;
}
.search__result-info-text {
  font-weight: 500;
  font-size: 16px;
  color: #9ca3af;
  display: block;
  margin-bottom: 8px;
}
.search__result-info-box {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #1f2a37;
}

.master__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.master__aside-wrapper {
  padding: 40px 0px;
}
.master__aside {
  border-radius: 20px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.master__aside-img {
  line-height: 0;
}
.master__aside-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.master__aside-info {
  padding: 8px 16px 40px 16px;
}
.master__aside-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  color: #1f2a37;
}
.master__aside-box {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  font-size: 16px;
  line-height: 100%;
  color: #9ca3af;
  margin-bottom: 48px;
}
.master__aside-contacts-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #1f2a37;
  display: block;
  margin-bottom: 16px;
}
.master__aside-phone {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #1f2a37;
  margin-bottom: 24px;
}
.master__link-back-lg {
  display: none;
}
.master__title {
  font-weight: 600;
  font-size: 30px;
  color: #1f2a37;
  margin-bottom: 32px;
}
.master__content-item-title {
  font-weight: 600;
  font-size: 25px;
  color: #1f2a37;
  margin-bottom: 32px;
}
.master__service-title {
  font-weight: 600;
  font-size: 20px;
  color: #1f2a37;
}
.master__service-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.master__service-box span {
  border: 1px solid #f5f5f5;
  border-radius: 100px;
  padding: 12px 16px;
  background: #f9fafb;
}
.master__service-items-img {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}
.master__service-img {
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.master__service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.master__content-item {
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}

.master-profile__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.master-profile__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  color: #1f2a37;
  margin-bottom: 16px;
}
.master-profile__info-item {
  border-radius: 10px;
  padding: 48px 24px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 56px;
}
.master-profile__img-wrapper {
  display: flex;
  flex-direction: column;
}
.master-profile__img {
  line-height: 0;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.master-profile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.master-profile__img-link {
  font-size: 14px;
  color: #fb8112;
  align-self: center;
}
.master-profile__info-item-content .form-field {
  margin-bottom: 24px;
}
.master-profile__info-item-content .form-field .form-field__input {
  padding: 16px 12px 17px 42px;
}
.master-profile__info-item-content .form-select {
  margin-bottom: 24px;
}
.master-profile__info-item-content .form-select .select {
  padding: 16px 12px 17px 42px;
}
.master-profile__info-item-content .form-select .select:after {
  top: 17px;
}
.master-profile__info-item-content .form-select .select.sity:before {
  top: 17px;
}
.master-profile__info-item-content .form-textarea {
  margin-bottom: 40px;
}
.master-profile__info-item-content .form-textarea .form-textarea__input {
  height: 165px;
  background-color: #f9fafb;
}
.master-profile__info-item-content .btn {
  margin-left: auto;
}
.master-profile__connection-item {
  margin-bottom: 56px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
  padding: 48px 24px;
}
.master-profile__connection-item .form-field .form-field__input {
  padding: 16px 12px 17px 42px;
}
.master-profile__connection-item .btn {
  margin-left: auto;
}
.master-profile__fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 32px;
}
.master-profile__fields-work {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
.master-profile__fields-work .form-select .select {
  padding: 16px 12px 17px 42px;
}
.master-profile__fields-work .form-select .select:after {
  top: 17px;
}
.master-profile__fields-work .form-select .select.works:before {
  top: 17px;
}
.master-profile__fields-work .form-select .select.time:before {
  top: 17px;
}
.master-profile__fields-time {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: end;
}
.master-profile__data-item {
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
  padding: 48px 24px;
  margin-bottom: 32px;
}
.master-profile__data-item .form-select {
  margin-bottom: 32px;
}
.master-profile__data-item .form-select .select {
  padding: 16px 12px 17px 12px;
}
.master-profile__data-item .form-select .select:after {
  top: 17px;
}
.master-profile__data-item .form-textarea {
  margin-bottom: 32px;
}
.master-profile__data-item .form-textarea .form-textarea__input {
  height: 165px;
  background-color: #f9fafb;
}
.master-profile__data-item button[type=submit] {
  margin-left: auto;
}
.master-profile__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 40px;
}
.master-profile__file {
  grid-column: span 2;
}
.master-profile__area {
  height: 100%;
  background: #f9fafb;
  border: 2px dashed #fb8112;
  border-radius: 10px;
  padding: 24px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 224px;
}
.master-profile__area span {
  font-size: 12px;
  line-height: 15px;
  color: #9ca3af;
}
.master-profile__area p {
  font-size: 16px;
  line-height: 20px;
  color: #1f2a37;
  margin-bottom: 0;
  text-align: center;
}
.master-profile__area.active {
  background-color: rgba(0, 0, 0, 0.6);
}
.master-profile__gallery-img {
  position: relative;
  line-height: 0;
}
.master-profile__gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.master-profile__close-img {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background-image: url("../img/global/close-img.svg");
  background-size: cover;
  cursor: pointer;
}
.master-profile__data-title {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #1f2a37;
  margin-bottom: 16px;
}
.master-profile__data-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.master-profile__data-items .servises-labels > div {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f9fafb;
  font-size: 16px;
  line-height: 24px;
  padding: 11px 19px;
  color: #1f2a37;
}
.master-profile__close {
  width: 24px;
  height: 24px;
  background-image: url("../img/global/close.svg");
  background-size: cover;
  cursor: pointer;
}
.master-profile__data-btn {
  margin-bottom: 56px;
  color: #1f2a37;
  border-color: #fb8112;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.master-profile__data-btn:hover {
  color: #fff;
}

.br-50 {
  border-radius: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-64 {
  margin-bottom: 64px;
}

@media (min-width: 480px) {
  .header__top {
    padding: 10px 16px;
  }
  .footer__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .contacts__items {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
  .contacts__item:has(address) {
    grid-column: span 2;
  }
  .about-intro__title {
    font-size: 60px;
  }
  .services-list__items {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .master__aside-info {
    padding: 8px 24px 40px 24px;
  }
}

@media (min-width: 640px) {
  .main {
    padding-top: 126px;
  }
  .intro__items {
    grid-template-columns: 1fr 238px;
    align-items: end;
  }
  .intro .btn {
    grid-column: span 2;
  }
  .search__content-intro .btn {
    grid-column: span 2;
  }
  .search__result-item {
    padding: 0px 24px 0px 0px;
    grid-template-columns: 1fr 1fr;
  }
  .search__result-contacts {
    align-items: flex-end;
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }
  .search__result-contacts {
    order: 2;
  }
  .search__result-info {
    order: 3;
    grid-column: span 2;
    padding-left: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .master__aside {
    flex-direction: row;
  }
  .master__aside-info {
    padding-top: 40px;
  }
  .master-profile__info-item {
    grid-template-columns: 200px 1fr;
  }

}

@media (min-width: 768px) {
  :root {
    --container-gap: 40px;
  }
  :root {
    --body-font-size: 16px;
  }
  .main {
    padding-top: 156px;
  }
  .logo img {
    width: 253px;
    height: 64px;
  }
  .title--size-lg {
    font-size: 36px;
    line-height: 45px;
  }
  .form-radio {
    font-size: 16px;
  }
  .header__container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header__top {
    padding: 10px 20px;
  }
  .header__inner {
    padding: 18px 20px;
  }
  .footer__content {
    display: block;
  }
  .footer__menu {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
  }
  .footer__items {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__link {
    order: 3;
  }
  .intro__inner {
    padding: 60px 40px;
  }
  .services__items {
    grid-template-columns: 1fr 1fr;
  }
  .register {
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 80px 80px 0 0;
  }
  .register__inner {
    grid-template-columns: 1fr 250px;
  }
  .register__info {
    font-size: 25px;
  }
  .register__title {
    font-size: 35px;
  }
  .register__img {
    width: 250px;
  }
  .faq__title {
    font-size: 40px;
  }
  .faq__subtitle {
    font-size: 20px;
  }
  .contacts__title {
    font-size: 40px;
  }
  .contacts__item a,
  .contacts__item address {
    font-size: 25px;
  }
  .support__title {
    font-size: 40px;
  }
  .support__subtitle {
    font-size: 20px;
  }
  .support__items {
    grid-template-columns: 50% auto;
  }
  .about-intro__title {
    font-size: 80px;
  }
  .about-intro__subtitle {
    font-size: 22px;
  }
  .about__title {
    font-size: 40px;
  }
  .about__content p {
    font-size: 18px;
  }
  .about__advantage {
    grid-template-columns: 1fr 1fr;
  }
  .about__item p {
    font-size: 18px;
  }
  .why__title {
    font-size: 40px;
  }
  .why__subtitle {
    font-size: 20px;
  }
  .why__items {
    grid-template-columns: 1fr 1fr;
  }
  .user-profile__data-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .user-profile__actions-items {
    grid-template-columns: 1fr 1fr;
  }
  .auch-user {
    padding-bottom: 0;
    background-size: cover;
    background-position: center left;
  }
  .auch-user__content {
    /*min-height: 1080px;*/
    width: 500px;
    padding: 80px 40px;
  }
  .auch-user__title {
    font-size: 35px;
  }
  .auch-user__subtitle {
    font-size: 20px;
  }
  .registration-master {
    padding-bottom: 0;
    background-size: cover;
    background-position: center left;
  }
  .registration-master__content {
    width: 500px;
    padding: 125px 40px 80px;
  }
  .registration-master__subtitle {
    font-size: 20px;
  }
  .pos-intro {
    min-height: 730px;
    justify-content: center;
  }
  .pos-intro__content {
    width: 55%;
  }
  .pos-intro__title {
    font-size: 32px;
  }
  .pos-intro__subtitle {
    font-size: 20px;
    margin-bottom: 55px;
  }
  .pos-intro__search {
    padding: 5px 5px 5px 25px;
  }
  .pos-intro__img {
    position: absolute;
    left: 55%;
    bottom: 0;
    height: 100%;
    width: 45%;
  }
  .pos-intro__img img {
    position: absolute;
    bottom: 0;
    width: 1010px;
    height: 693px;
    left: 0;
    max-width: inherit;
  }
  .pos-services {
    padding: 120px 0 80px;
    border-radius: 80px;
  }
  .services-list {
    border-radius: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .services-list__title {
    font-size: 40px;
  }
  .work {
    border-radius: 0 0 80px 80px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .work__title {
    font-size: 40px;
  }
  .work__items {
    grid-template-columns: 1fr 1fr;
  }
  .work__item-login {
    grid-column: span 2;
  }
  .work__item-title {
    font-size: 27px;
  }
  .work__item-text {
    font-size: 18px;
  }
  .pos-about {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .pos-about__title, .pos-about__text h2 {
    font-size: 40px;
  }
  .pos-about__text {
    font-size: 18px;
  }
  .search__aside {
    padding: 60px 40px;
  }
  .search__content-intro {
    padding: 60px 40px;
  }
  .search__result-item {
    grid-template-columns: 180px 1fr 180px;
  }
  .search__result-contacts {
    order: 3;
  }
  .search__result-info {
    order: 2;
    grid-column: span 1;
    padding-left: 0;
  }
  .master__title {
    font-size: 40px;
  }
  .master__service-items-img {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .master__content-item {
    padding: 48px 40px;
  }
  .master-profile__fields {
    grid-template-columns: 1fr 1fr;
  }
  .master-profile__fields-work {
    grid-template-columns: 1fr 1fr;
  }
  .master-profile__gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 992px) {
  :root {
    --container-gap: 80px;
  }
  h1 {
    font-size: 40px;
  }
  .section {
    margin-top: 60px;
  }
  .section--last {
    margin-bottom: 100px;
  }
  .container {
    max-width: 1824px;
  }
  .title--size-lg {
    font-size: 48px;
    line-height: 59px;
  }
  .header__top {
    padding: 10px 40px;
  }
  .header__inner {
    padding: 18px 40px;
    gap: 65px;
  }
  .footer__box {
    display: grid;
    grid-template-columns: 1fr;
    flex-grow: 1;
  }
  .services_level_1 .intro__items {
    grid-template-columns: 1fr 238px;
  }
  .intro__items {
    grid-template-columns: 1fr 238px 242px;
  }
  .intro .btn {
    grid-column: span 1;
  }
  .register__inner {
    grid-template-columns: 1fr 380px;
    gap: 40px;
  }
  .register__img {
    position: relative;
    width: 380px;
  }
  .register__img img {
    position: absolute;
    width: 564px;
    max-width: 564px;
    height: 795px;
    left: 0;
    top: -250px;
    pointer-events: none;
  }
  .contacts__inner {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
  .contacts__img {
    max-width: inherit;
  }
  .support__inner {
    grid-template-columns: 1.6fr 1fr;
  }
  .support__content {
    margin-bottom: 100px;
  }
  .about-intro__inner {
    grid-template-columns: 1.097fr 1fr;
    align-items: center;
    gap: 40px;
  }
  .about-intro__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .about__content {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }
  .why {
    margin-top: 120px;
    margin-bottom: 60px;
  }
  .pos-intro__title {
    font-size: 45px;
  }
  .pos-intro__subtitle {
    font-size: 25px;
    max-width: 650px;
  }
  .services-list__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .work__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .work__item-login {
    grid-column: span 1;
  }
  .search__content-intro .btn {
    grid-column: span 1;
  }
  .search__result-item {
    grid-template-columns: 220px 1fr 220px;
  }
  .master__inner {
    align-items: start;
    grid-template-columns: 1fr 300px;
  }
  .master__aside-wrapper {
    order: 2;
  }
  .master__aside {
    flex-direction: column;
  }
  .master__aside-info {
    padding-top: 8px;
  }
  .master__aside-phone {
    font-size: 25px;
  }
  .master__content {
    order: 1;
  }
  .master__link-back-sm {
    display: none;
  }
  .master__link-back-lg {
    display: inline-flex;
  }
  .master__service-items-img {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .master-profile__info-item {
    gap: 60px;
  }
  .master-profile__gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 1300px) {
  .services__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .register__box {
    flex-direction: row;
    justify-content: space-between;
  }
  .register__title {
    font-size: 50px;
  }
  .about-intro__title {
    font-size: 120px;
  }
  .about__advantage {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .why__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .pos-intro__title {
    font-size: 60px;
  }
  .work__item-title {
    font-size: 30px;
  }
  .search__inner {
    align-items: start;
    grid-template-columns: 300px 1fr;
  }
  .search__result-phone {
    font-size: 22px;
  }
  .master__inner {
    gap: 60px;
    grid-template-columns: 1fr 440px;
  }
  .master__aside-title {
    font-size: 40px;
  }
  .master__service-items-img {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .master-profile__gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 1400px) {
  .search__inner {
    grid-template-columns: 404px 1fr;
  }
}

@media (min-width: 1480px) {
  .search__result-item {
    grid-template-columns: 250px 1fr 240px;
    gap: 32px;
  }
}

@media (min-width: 1620px) {
  .pos-intro__title {
    font-size: 80px;
  }
  .pos-intro__img img {
    left: -90px;
  }
}

@media (max-width: 639px) {
  .header__inner {
    flex-wrap: wrap;
  }
  .header__btn {
    width: 100%;
    order: 3;
  }
}

@media (pointer: fine) {
  .link-decor:hover:before {
    transform: scaleX(1);
  }
  .btn--theme-secondary:hover {
    background-color: rgba(17, 25, 40, 0.8);
    color: #fff;
  }
  .btn--theme-secondary:active {
    background-color: #403e3f;
    color: #fff;
  }
  .social li a:hover {
    opacity: 0.7;
  }
  .social li a:active {
    opacity: 0.7;
  }
}





.search__filter-link {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 15px 12px 14px;
  background-color: #f9fafb;
  font-weight: 500;
  line-height: 100%;
  color: #1f2a37;
}

.search__filter-link-text {
  margin-right: 10px;
}

.search__filter-link-icon {
  flex-shrink: 0;
  margin-left: auto;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-image: url("../img/icon.svg");
  visibility: hidden;
}

.search__filter-link.active {
  color: #fff;
  background-color: #fb8112;
  border-color: #fb8112;
}

.search__filter-link.active .search__filter-link-icon {
  visibility: visible;
}


.search__select {
  margin-bottom: 16px;
}

.custom-select {
  position: relative;
}

.custom-select__current-wrapper {
  display: flex;
  align-items: flex-start;
  color: currentColor;
  cursor: pointer;
  transition: 0.2s;
  padding: 15px 12px 16px 12px;
  background-color: #f9fafb;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1f2a37;
}
.custom-select__current-wrapper span.d-none {
  display: none;
}
.custom-select__current-wrapper span.d-none.active {
  display: block;
}
.custom-select.open .custom-select__list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  visibility: visible;
}

.custom-select.open .custom-select__current-wrapper svg {
  transform: rotate(180deg);
}

.custom-select__current {
  margin-right: 5px;
}

.custom-select__current-wrapper svg {
  flex-shrink: 0;
  margin-left: auto;
  margin-top: 2px;
  transition: all 0.15s ease-in-out;
}

.custom-select__list {
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  width: 100%;
  background: #fff;
  position: absolute;
  transform: scale(0.75) translateY(-21px);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transform-origin: 50% 0;
  margin-top: 4px;
  padding: 0;
  top: 100%;
  left: 0;
}

.custom-select__list a {
  display: block;
  font-size: 14px;
  color: #1f2a37;
  font-weight: 400;
  line-height: 40px;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.custom-select__list a.active {
  background-color: #f6f6f6;
  font-weight: bold;
}

.custom-select__list a:hover,
.custom-select__list a:active {
  background-color: #f6f6f6;
}

.custom-select__list:hover a:not(:hover) {
  background-color: transparent !important;
}





































.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background: rgba(255, 229, 188, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 10;
}

.popup.open .popup__content {
  opacity: 1;
}

.popup__body {
  min-height: 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;
  padding: 20px 10px;
}

.popup__content {
  width: 840px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 48px 24px;
}

.popup__close {
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 11;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.popup__close:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.popup__close::before,
.popup__close::after {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  border-radius: 1px;
  background-color: #F29200;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.popup__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}


@media (max-width: 991px) {
  .popup__content .form {
    padding: 50px 20px 30px 20px;
  }
}
@media (max-width: 659px) {
}
@media (max-width: 575px) {
  .popup__content .form {
    padding: 32px 20px 20px 20px;
  }
}

.form-checkbox__input {
  display: none;
}
.form-checkbox__text {
  line-height: 1.2;
  padding-left: 32px;
  font-size: 18px;
}
.form-checkbox__icon {
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 2px solid #FB8112;
  position: absolute;
  left: 0;
  top: 0px;
}
.form-checkbox__icon::after {
  content: '\2714';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 27px;
  color: #FB8112;
  opacity: 0;
  transition: 0.1s linear all;
}
.form-checkbox__input:checked + .form-checkbox__icon::after {
  opacity: 1;
}

.services-list_popup {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}
@media (max-width: 575px) {
  .services-list_popup {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .services-list_popup {
    grid-template-columns: 1fr;
  }
}



.search__filter-content {
  margin-top: 32px;
  display: none;
}

.search__aside-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}


.burger {
  --dp-flex: flex;
  display: var(--dp-flex);
  flex-direction: column;
  align-items: center;
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: relative;
  padding: 0;
  border: 0;
  flex-shrink: 0;
}

.burger span {
  display: block;
  transition: all 0.2s ease 0s;
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 1px;
  background: #fb8112;
}

.burger span:nth-child(1) {
  top: 0;
}

.burger span:nth-child(3) {
  top: auto;
  bottom: 0;
}

.burger--close .burger span {
  transform: scale(0);
  background: #fb8112;
}

.burger--close .burger span:nth-child(1) {
  transform: rotate(-45deg);
  top: calc(50% - 1.5px);
}

.burger--close .burger span:nth-child(3) {
  transform: rotate(45deg);
  bottom: calc(50% - 1.5px);
}

.search__filter-toggle {
    border: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.search__filter-toggle span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #fb8112;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

@media (min-width: 1300px) {
  .search__filter-toggle {
    display: none;
  }

  .search__filter-content {
    display: block!important;
  }
}
.label_politics {
  align-items: flex-start;
  display:grid;
  grid-gap: 10px;
  grid-template-columns: 20px auto;
  margin-bottom: 20px;
}

.label_politics span {
  font-weight: 500;
  font-size: 14px;
  /*line-height: 125%;*/
}
.label_politics a {
  color: #fb8112;
}
input[type="checkbox"] {
    width: 18px;
    margin: 2px 0 0 0;
    height: 18px;
    border: 1px solid #e5e7eb;
}

.search-error {
  color: red;
  position: relative;
  top: -10px;
}
.error {
  color: red;
}


.adv__content {
  position: relative;
}
.adv__slider.swiper {
  padding: 0 0 6px 0 !important;
}
.adv__slider .services__item-content a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin: 10px 0 0 0;
}
.adv__slider .services__item-content a:hover {
  color: #fb8112;
}
.adv__slider .services__item {
  height: 100%;
  position: relative;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 0;
}
.adv__slider .swiper-slide {
  height: auto;
}
.adv__slider .services__item-content svg {
  display:block;
}
.adv__slider .services__item-title {
  font-size: 18px;
}
.adv__slider .services__item-info  {
  line-height: 1.3;
    display: block;
}
.adv__slider .services__item-img img {
  position: relative;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #fb8112;
  height: auto;
}
.adv__slider .services__item-img {
      justify-content: right;
padding: 15px 15px 15px 0;
    display: flex;
    align-items: center;
}
.adv__slider .services__item:hover {
  background-color: #fff;
}
.adv__slider .services__item:hover .services__item-title,
.adv__slider .services__item:hover .services__item-info {
  color: #4b5563;
}
.adv__slider .services__item .services__item-content svg rect {
  fill: #fb8112;
}
.adv__slider .services__item .services__item-content svg path {
  fill: #fff;
}
.adv_info {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #dedede;
  border-radius: 10px 0 0 0;
  font-size: 12px;
  padding: 2px 15px 2px 10px;
}
.adv__slider-prev,
.adv__slider-next {
  position: absolute;
  top: 50%;
}
.adv__slider-prev {
  left: -25px;
}
.adv__slider-next {
  right: -25px;
}
.adv__slider .services__item-content {
  padding: 24px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  background: rgba(85, 85, 85, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 10;
}

.popup.open .popup__content {
  opacity: 1;
}

.popup__body {
  min-height: 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;
  padding: 20px 10px;
}

.popup__content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 840px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.popup__close {
  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: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 11;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.popup__close svg {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup__close svg path {
  stroke: #DD0415;
}

.popup__img {
  background-image: url("../img/popup.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.popup__content .form {
  padding: 50px 30px 30px 30px;
}