@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
}

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

blockquote, q {
  quotes: "" "";
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?5hoav6");
  src: url("../fonts/icomoon.eot?5hoav6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?5hoav6") format("truetype"), url("../fonts/icomoon.woff?5hoav6") format("woff"), url("../fonts/icomoon.svg?5hoav6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-profile:before {
  content: "\e900";
  color: #a9aeb8;
}

.icon-search:before {
  content: "\e901";
}

.icon-telegram:before {
  content: "\e902";
}

html {
  font-size: 1vw;
  min-height: 100%;
}

* {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

a, .menu-item {
  text-decoration: none;
  cursor: pointer;
  color: black;
  transition: color 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
}
a:hover, .menu-item:hover {
  color: #0047FF;
}

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

img {
  min-height: 1px;
  min-width: 1px;
}

input[type=text], input[type=password], input[type=email] {
  border-radius: 0.5208333333rem;
  font-size: 0.9375rem;
  padding: 1.1458333333rem;
  padding-top: 0.8854166667rem;
  border-width: 0.0520833333rem;
  -webkit-appearance: none;
  background-color: white;
  border-style: solid;
  border-color: #E0E0E0;
  background: #FFF;
  font-weight: 400;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1365px) {
  input[type=text], input[type=password], input[type=email] {
    border-radius: 0.78125rem;
    font-size: 1.40625rem;
    padding: 1.71875rem;
    padding-top: 1.328125rem;
    border-width: 0.078125rem;
  }
}
@media screen and (max-width: 1020px) {
  input[type=text], input[type=password], input[type=email] {
    border-radius: 2.6666666667rem;
    font-size: 4.8rem;
    padding: 5.8666666667rem;
    padding-top: 4.5333333333rem;
    border-width: 0.2666666667rem;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #949494;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #949494;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #949494;
}
input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #949494;
}
input[type=number] {
  border-radius: 0.5208333333rem;
  font-size: 0.9375rem;
  padding: 0.9895833333rem;
  padding-top: 0.9895833333rem;
  border-width: 0.0520833333rem;
  text-align: right;
  -webkit-appearance: none;
  background-color: white;
  border-style: solid;
  border-color: #E0E0E0;
  background: #FFF;
  font-weight: 400;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1365px) {
  input[type=number] {
    border-radius: 0.78125rem;
    font-size: 1.40625rem;
    padding: 1.484375rem;
    padding-top: 1.484375rem;
    border-width: 0.078125rem;
  }
}
@media screen and (max-width: 1020px) {
  input[type=number] {
    border-radius: 2.6666666667rem;
    font-size: 4.8rem;
    padding: 5.0666666667rem;
    padding-top: 5.0666666667rem;
    border-width: 0.2666666667rem;
  }
}
input[type=number]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #949494;
}
input[type=number]::-moz-placeholder { /* Firefox 19+ */
  color: #949494;
}
input[type=number]:-ms-input-placeholder { /* IE 10+ */
  color: #949494;
}
input[type=number]:-moz-placeholder { /* Firefox 18- */
  color: #949494;
}

.textarea-wrapper {
  border-radius: 0.5208333333rem;
  border-width: 0.0520833333rem;
  margin-top: 2.0833333333rem;
  overflow: hidden;
  border-style: solid;
  border-color: #E0E0E0;
}
@media screen and (max-width: 1365px) {
  .textarea-wrapper {
    border-radius: 0.78125rem;
    border-width: 0.078125rem;
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 1020px) {
  .textarea-wrapper {
    border-radius: 2.6666666667rem;
    border-width: 0.2666666667rem;
    margin-top: 10.6666666667rem;
  }
}
.textarea-wrapper .ql-toolbar {
  border: 0px !important;
  background: white;
}
.textarea-wrapper .quill {
  font-size: 0.9375rem;
  border: 0px !important;
  background-color: white;
}
@media screen and (max-width: 1365px) {
  .textarea-wrapper .quill {
    font-size: 1.40625rem;
  }
}
@media screen and (max-width: 1020px) {
  .textarea-wrapper .quill {
    font-size: 4.8rem;
  }
}
.textarea-wrapper .quill .ql-editor {
  min-height: 8.8541666667rem;
  line-height: 130%;
  font-weight: 300;
}
@media screen and (max-width: 1365px) {
  .textarea-wrapper .quill .ql-editor {
    min-height: 13.28125rem;
  }
}
@media screen and (max-width: 1020px) {
  .textarea-wrapper .quill .ql-editor {
    min-height: 45.3333333333rem;
  }
}
.textarea-wrapper .quill .ql-editor strong {
  font-weight: bold;
}
.textarea-wrapper .quill .ql-editor em {
  font-style: italic;
}
.textarea-wrapper .quill .ql-editor p, .textarea-wrapper .quill .ql-editor ul, .textarea-wrapper .quill .ql-editor ol {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 1365px) {
  .textarea-wrapper .quill .ql-editor p, .textarea-wrapper .quill .ql-editor ul, .textarea-wrapper .quill .ql-editor ol {
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 1020px) {
  .textarea-wrapper .quill .ql-editor p, .textarea-wrapper .quill .ql-editor ul, .textarea-wrapper .quill .ql-editor ol {
    margin-bottom: 3.2rem;
  }
}
.textarea-wrapper .quill .ql-editor.ql-blank::before {
  font-style: normal !important;
  opacity: 0.6;
}

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

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

.search-input-wrapper {
  width: 28.4375rem;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .search-input-wrapper {
    width: 42.65625rem;
  }
}
@media screen and (max-width: 1020px) {
  .search-input-wrapper {
    width: 87.2rem;
  }
}
.search-input-wrapper button {
  font-size: 1.3541666667rem;
  right: 2.0833333333rem;
  position: absolute;
  z-index: 2;
  background-color: transparent;
  -webkit-appearance: none;
  top: 50%;
  color: black;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
@media screen and (max-width: 1365px) {
  .search-input-wrapper button {
    font-size: 2.03125rem;
    right: 3.125rem;
  }
}
@media screen and (max-width: 1020px) {
  .search-input-wrapper button {
    font-size: 6.9333333333rem;
    right: 7.4666666667rem;
  }
}
.search-input-wrapper button:hover {
  opacity: 0.6;
}
.search-input-wrapper button .icon {
  position: absolute;
  transition: all 0.2s ease;
}
.search-input-wrapper button svg {
  position: relative;
  opacity: 0;
  transition: all 0.2s ease;
  animation: spin 2s linear infinite;
  width: 1.3541666667rem;
  height: 1.3541666667rem;
  top: 0.2083333333rem;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1365px) {
  .search-input-wrapper button svg {
    width: 2.03125rem;
    height: 2.03125rem;
    top: 0.3125rem;
  }
}
@media screen and (max-width: 1020px) {
  .search-input-wrapper button svg {
    width: 6.9333333333rem;
    height: 6.9333333333rem;
    top: 1.0666666667rem;
  }
}
.search-input-wrapper input[type=text] {
  border-radius: 0.5208333333rem;
  padding: 1.6145833333rem;
  padding-top: 1.1458333333rem;
  padding-bottom: 1.1979166667rem;
  padding-right: 3.125rem;
  width: 100%;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1365px) {
  .search-input-wrapper input[type=text] {
    border-radius: 0.78125rem;
    padding: 2.421875rem;
    padding-top: 1.71875rem;
    padding-bottom: 1.796875rem;
    padding-right: 4.6875rem;
  }
}
@media screen and (max-width: 1020px) {
  .search-input-wrapper input[type=text] {
    border-radius: 2.6666666667rem;
    padding: 8.2666666667rem;
    padding-top: 5.8666666667rem;
    padding-bottom: 6.1333333333rem;
    padding-right: 10.6666666667rem;
  }
}
.search-input-wrapper.loading input {
  pointer-events: none;
  opacity: 0.6;
}
.search-input-wrapper.loading button .icon {
  opacity: 0;
}
.search-input-wrapper.loading button svg {
  opacity: 1;
}

.button, button {
  -webkit-appearance: none;
  border: 0px;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Aeroport", sans-serif;
}
.button.button-black, button.button-black {
  border-radius: 0.5208333333rem;
  font-size: 0.9375rem;
  padding: 1.1458333333rem;
  padding-top: 0.8854166667rem;
  color: white;
  background-color: black;
}
@media screen and (max-width: 1365px) {
  .button.button-black, button.button-black {
    border-radius: 0.78125rem;
    font-size: 1.40625rem;
    padding: 1.71875rem;
    padding-top: 1.328125rem;
  }
}
@media screen and (max-width: 1020px) {
  .button.button-black, button.button-black {
    border-radius: 2.6666666667rem;
    font-size: 4.8rem;
    padding: 5.8666666667rem;
    padding-top: 4.5333333333rem;
  }
}
.button.button-black:hover, button.button-black:hover {
  opacity: 0.8;
}
.button.button-wide, button.button-wide {
  width: 100%;
  display: flex;
}
.button.disabled, button.disabled {
  pointer-events: none;
  opacity: 0.5;
}

body {
  background: #EFEFEF;
  font-feature-settings: "calt" off, "liga" off;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 0px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1;
  max-width: 100vw;
  overflow-x: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Helvetica Neue", BlinkMacSystemFont, Arial, sans-serif;
  color: black;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

header {
  min-height: 5.2083333333rem;
  z-index: 50;
  width: 100%;
}
@media screen and (max-width: 1365px) {
  header {
    min-height: 7.8125rem;
  }
}
@media screen and (max-width: 1020px) {
  header {
    min-height: 26.6666666667rem;
  }
}
header .wrapper {
  padding-left: 4.1666666667rem;
  padding-right: 4.1666666667rem;
  width: 100%;
}
@media screen and (max-width: 1365px) {
  header .wrapper {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
}
@media screen and (max-width: 1020px) {
  header .wrapper {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }
}
header .header-inner {
  padding-top: 2.0833333333rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}
@media screen and (max-width: 1365px) {
  header .header-inner {
    padding-top: 3.90625rem;
  }
}
@media screen and (max-width: 1020px) {
  header .header-inner {
    padding-top: 8.5333333333rem;
  }
}
@media screen and (max-width: 1020px) {
  header .header-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
header .header-inner .company-logo img {
  width: 12.5rem;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1365px) {
  header .header-inner .company-logo img {
    width: 18.75rem;
  }
}
@media screen and (max-width: 1020px) {
  header .header-inner .company-logo img {
    width: 64rem;
  }
}
header .header-inner .company-logo img:hover {
  opacity: 0.8;
}
header .header-inner .company-logo.centered {
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  position: relative;
  left: 50%;
}
@media screen and (max-width: 1020px) {
  header .header-inner .company-logo.centered {
    position: relative;
    left: 0px;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
  }
}
header .header-inner .profile, header .header-inner .logout {
  margin-left: auto;
}
@media screen and (max-width: 1020px) {
  header .header-inner .profile, header .header-inner .logout {
    display: none;
  }
}
header .header-inner .logout {
  margin-left: auto;
}
header .header-inner .search-input-wrapper {
  margin-top: 2.0833333333rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}
@media screen and (max-width: 1365px) {
  header .header-inner .search-input-wrapper {
    margin-top: 3.90625rem;
  }
}
@media screen and (max-width: 1020px) {
  header .header-inner .search-input-wrapper {
    margin-top: 9.6rem;
  }
}
@media screen and (max-width: 1020px) {
  header .header-inner .search-input-wrapper {
    position: relative;
    left: 0;
    width: 100%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
  }
}

main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
main .wrapper {
  padding-left: 4.1666666667rem;
  padding-right: 4.1666666667rem;
  width: 100%;
}
@media screen and (max-width: 1365px) {
  main .wrapper {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
}
@media screen and (max-width: 1020px) {
  main .wrapper {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }
}
main .content-wrapper {
  font-size: 1.25rem;
  line-height: 130%;
  font-weight: 400;
}
@media screen and (max-width: 1365px) {
  main .content-wrapper {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1020px) {
  main .content-wrapper {
    font-size: 4.8rem;
  }
}
main .content-wrapper strong {
  font-weight: 700;
}
main .content-wrapper p {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1365px) {
  main .content-wrapper p {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 1020px) {
  main .content-wrapper p {
    margin-bottom: 4.8rem;
  }
}
main .content-wrapper p:last-child, main .content-wrapper p:only-child {
  margin-bottom: 0px;
}
main .content-wrapper h2, main .content-wrapper h3 {
  margin-bottom: 1.0416666667rem;
}
@media screen and (max-width: 1365px) {
  main .content-wrapper h2, main .content-wrapper h3 {
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 1020px) {
  main .content-wrapper h2, main .content-wrapper h3 {
    margin-bottom: 4.2666666667rem;
  }
}
main .content-wrapper h2 {
  font-size: 1.0416666667rem;
  text-transform: uppercase;
  line-height: 140%; /* 28px */
  letter-spacing: 2px;
  font-weight: 700;
}
@media screen and (max-width: 1365px) {
  main .content-wrapper h2 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 1020px) {
  main .content-wrapper h2 {
    font-size: 4.2666666667rem;
  }
}
main .content-wrapper h3 {
  font-size: 1.0416666667rem;
  line-height: 140%; /* 28px */
  letter-spacing: 2px;
  font-weight: 700;
}
@media screen and (max-width: 1365px) {
  main .content-wrapper h3 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 1020px) {
  main .content-wrapper h3 {
    font-size: 4.2666666667rem;
  }
}
main .content-wrapper p + h2, main .content-wrapper p + h3 {
  margin-top: 2.0833333333rem;
}
@media screen and (max-width: 1365px) {
  main .content-wrapper p + h2, main .content-wrapper p + h3 {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 1020px) {
  main .content-wrapper p + h2, main .content-wrapper p + h3 {
    margin-top: 9.6rem;
  }
}
main .content-wrapper img {
  border-radius: 1.25rem;
  margin-top: 4.1666666667rem;
  margin-bottom: 4.1666666667rem;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1365px) {
  main .content-wrapper img {
    border-radius: 1.875rem;
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1020px) {
  main .content-wrapper img {
    border-radius: 3.2rem;
    margin-top: 10.6666666667rem;
    margin-bottom: 10.6666666667rem;
  }
}
main .content-wrapper ul, main .content-wrapper ol {
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 1365px) {
  main .content-wrapper ul, main .content-wrapper ol {
    margin-bottom: 2.34375rem;
  }
}
@media screen and (max-width: 1020px) {
  main .content-wrapper ul, main .content-wrapper ol {
    margin-bottom: 6.4rem;
  }
}
main .content-wrapper ul li, main .content-wrapper ol li {
  margin-bottom: 0.5208333333rem;
  padding-left: 1.5625rem;
  position: relative;
}
@media screen and (max-width: 1365px) {
  main .content-wrapper ul li, main .content-wrapper ol li {
    margin-bottom: 0.78125rem;
    padding-left: 2.34375rem;
  }
}
@media screen and (max-width: 1020px) {
  main .content-wrapper ul li, main .content-wrapper ol li {
    margin-bottom: 2.1333333333rem;
    padding-left: 8rem;
  }
}
main .content-wrapper ul li:last-child, main .content-wrapper ul li:only-child, main .content-wrapper ol li:last-child, main .content-wrapper ol li:only-child {
  margin-bottom: 0px;
}
main .content-wrapper ul li:before {
  position: absolute;
  content: "—";
  left: 0px;
  font-weight: 500;
}
main .content-wrapper ol {
  counter-reset: list-counter;
}
main .content-wrapper ol li {
  counter-increment: list-counter;
}
main .content-wrapper ol li:before {
  font-weight: 500;
  content: counter(list-counter) ". ";
  position: absolute;
  left: 0px;
  font-weight: 500;
}
main .block.block-authorize {
  padding-top: 10.1041666667rem;
  padding-bottom: 5.2083333333rem;
  gap: 4.0104166667rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1365px) {
  main .block.block-authorize {
    padding-top: 10.9375rem;
    padding-bottom: 7.8125rem;
    gap: 4.6875rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-authorize {
    padding-top: 21.3333333333rem;
    padding-bottom: 26.6666666667rem;
    gap: 20.5333333333rem;
  }
}
main .block.block-authorize .sag-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .block.block-authorize .sag-logo img {
  width: 7.2916666667rem;
}
@media screen and (max-width: 1365px) {
  main .block.block-authorize .sag-logo img {
    width: 10.9375rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-authorize .sag-logo img {
    width: 37.3333333333rem;
  }
}
main .block.block-authorize .authorize-wrapper {
  gap: 0.5208333333rem;
  width: 15.625rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1365px) {
  main .block.block-authorize .authorize-wrapper {
    gap: 0.78125rem;
    width: 23.4375rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-authorize .authorize-wrapper {
    gap: 2.6666666667rem;
    width: 80rem;
  }
}
main .block.block-authorize .authorize-wrapper button {
  margin-top: 0.5208333333rem;
}
@media screen and (max-width: 1365px) {
  main .block.block-authorize .authorize-wrapper button {
    margin-top: 0.78125rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-authorize .authorize-wrapper button {
    margin-top: 2.6666666667rem;
  }
}
main .block.block-search {
  margin-top: 17.6041666667rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1365px) {
  main .block.block-search {
    margin-top: 11.484375rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-search {
    margin-top: 62.6666666667rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-search {
    margin-top: 20vh;
  }
}
main .block.block-search .error {
  font-size: 1.25rem;
  margin-top: 4.0625rem;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  display: none;
}
@media screen and (max-width: 1365px) {
  main .block.block-search .error {
    font-size: 1.875rem;
    margin-top: 4.6875rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-search .error {
    font-size: 6.4rem;
    margin-top: 10.6666666667rem;
  }
}
main .block.block-search .error.shown {
  display: block;
}
main .block.block-results {
  gap: 3.125rem;
  margin-top: 3.6458333333rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1365px) {
  main .block.block-results {
    gap: 4.6875rem;
    margin-top: 5.46875rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-results {
    gap: 20.5333333333rem;
    margin-top: 10.6666666667rem;
  }
}
main .block.block-results .results-slides-wrapper {
  width: 66.6666666667rem;
}
@media screen and (max-width: 1365px) {
  main .block.block-results .results-slides-wrapper {
    width: 100rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-results .results-slides-wrapper {
    width: 100rem;
  }
}
main .block.block-results .results-slides-wrapper .slide {
  padding: 3.125rem;
  padding-top: 5.2083333333rem;
  padding-bottom: 5.2083333333rem;
  gap: 3.125rem;
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1365px) {
  main .block.block-results .results-slides-wrapper .slide {
    padding: 4.6875rem;
    padding-top: 7.8125rem;
    padding-bottom: 7.8125rem;
    gap: 4.6875rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-results .results-slides-wrapper .slide {
    padding: 6.4rem;
    padding-top: 10.6666666667rem;
    padding-bottom: 10.6666666667rem;
    gap: 16rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-results .results-slides-wrapper .slide {
    flex-direction: column;
    align-items: normal;
  }
}
main .block.block-results .results-slides-wrapper .slide .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .block.block-results .results-slides-wrapper .slide .image-wrapper img {
  width: 21.875rem;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1365px) {
  main .block.block-results .results-slides-wrapper .slide .image-wrapper img {
    width: 32.8125rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-results .results-slides-wrapper .slide .image-wrapper img {
    width: 67.4666666667rem;
  }
}
main .block.block-results .results-slides-wrapper .slide .results-wrapper h1 {
  font-size: 2.5rem;
  margin-bottom: 3.2291666667rem;
  padding-left: 0rem;
  color: #000;
  font-weight: 700;
  line-height: 130%; /* 62.4px */
}
@media screen and (max-width: 1365px) {
  main .block.block-results .results-slides-wrapper .slide .results-wrapper h1 {
    font-size: 3.75rem;
    margin-bottom: 4.84375rem;
    padding-left: 0rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-results .results-slides-wrapper .slide .results-wrapper h1 {
    font-size: 8.5333333333rem;
    margin-bottom: 6.4rem;
    padding-left: 9.8666666667rem;
  }
}
main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper {
  gap: 1.0416666667rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1365px) {
  main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper {
    gap: 1.5625rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper {
    gap: 0rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper {
    flex-direction: column;
    align-items: normal;
  }
}
main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost {
  gap: 0.625rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1365px) {
  main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost {
    gap: 0.9375rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost {
    gap: 3.2rem;
  }
}
main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost.cost-all {
  padding-top: 1.5625rem;
  padding-bottom: 2.0833333333rem;
  padding-left: 0rem;
}
@media screen and (max-width: 1365px) {
  main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost.cost-all {
    padding-top: 2.34375rem;
    padding-bottom: 3.125rem;
    padding-left: 0rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost.cost-all {
    padding-top: 0rem;
    padding-bottom: 8rem;
    padding-left: 9.8666666667rem;
  }
}
main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost.cost-company {
  border-radius: 1.0416666667rem;
  padding-top: 1.5625rem;
  padding-right: 2.34375rem;
  padding-left: 3.125rem;
  padding-bottom: 2.0833333333rem;
  border-radius: 20px;
  background: #FFEFCE;
}
@media screen and (max-width: 1365px) {
  main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost.cost-company {
    border-radius: 1.5625rem;
    padding-top: 2.34375rem;
    padding-right: 3.515625rem;
    padding-left: 4.6875rem;
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost.cost-company {
    border-radius: 5.3333333333rem;
    padding-top: 5.8666666667rem;
    padding-right: 9.8666666667rem;
    padding-left: 9.8666666667rem;
    padding-bottom: 7.2rem;
  }
}
main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost.cost-company span.price {
  font-weight: 600;
}
main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost span.name {
  font-size: 1.25rem;
  max-width: 14.0625rem;
  display: block;
  color: #000;
  font-weight: 400;
  line-height: 130%; /* 31.2px */
}
@media screen and (max-width: 1365px) {
  main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost span.name {
    font-size: 1.875rem;
    max-width: 17.96875rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost span.name {
    font-size: 4.8rem;
    max-width: 56rem;
  }
}
main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost span.price {
  font-size: 1.6666666667rem;
  display: block;
  color: #000;
  font-weight: 400;
  line-height: 130%; /* 31.2px */
}
@media screen and (max-width: 1365px) {
  main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost span.price {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost span.price {
    font-size: 8.5333333333rem;
  }
}
main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost span.economy {
  font-size: 1.25rem;
  display: block;
  color: #00A90E;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
}
@media screen and (max-width: 1365px) {
  main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost span.economy {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-results .results-slides-wrapper .slide .results-wrapper .cost-wrapper .cost span.economy {
    font-size: 6.4rem;
  }
}
main .block.block-results .results-slides-wrapper .owl-dots {
  gap: 0.5208333333rem;
  margin-top: 1.5104166667rem;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  position: relative;
  display: inline-flex;
  flex-direction: row;
  margin-left: 50%;
  width: auto;
}
@media screen and (max-width: 1365px) {
  main .block.block-results .results-slides-wrapper .owl-dots {
    gap: 0.78125rem;
    margin-top: 2.265625rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-results .results-slides-wrapper .owl-dots {
    gap: 2.6666666667rem;
    margin-top: 6.6666666667rem;
  }
}
main .block.block-results .results-slides-wrapper .owl-dots button {
  width: 0.78125rem;
  height: 0.78125rem;
  background-color: rgb(193, 193, 193);
  border-radius: 100%;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 1365px) {
  main .block.block-results .results-slides-wrapper .owl-dots button {
    width: 1.171875rem;
    height: 1.171875rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-results .results-slides-wrapper .owl-dots button {
    width: 4rem;
    height: 4rem;
  }
}
main .block.block-results .results-slides-wrapper .owl-dots button.active {
  background-color: rgb(106, 106, 106);
}
main .block.block-results .category-description-wrapper {
  width: 28.4375rem;
}
@media screen and (max-width: 1365px) {
  main .block.block-results .category-description-wrapper {
    width: 42.65625rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-results .category-description-wrapper {
    width: 83.4666666667rem;
  }
}
main .block.block-profile-edit {
  margin-top: -3.6458333333rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit {
    margin-top: -5.46875rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit {
    margin-top: 8rem;
  }
}
main .block.block-profile-edit h1 {
  font-size: 2.5rem;
  margin-bottom: 7.2916666667rem;
  color: #000;
  font-weight: 700;
  line-height: 130%; /* 62.4px */
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit h1 {
    font-size: 3.75rem;
    margin-bottom: 10.9375rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit h1 {
    font-size: 12.8rem;
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit h1 {
    text-align: center;
  }
}
main .block.block-profile-edit h2 {
  font-size: 1.6666666667rem;
  margin-bottom: 3.28125rem;
  color: #000;
  font-weight: 700;
  line-height: 130%; /* 62.4px */
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit h2 {
    font-size: 2.5rem;
    margin-bottom: 4.921875rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit h2 {
    font-size: 8.5333333333rem;
    margin-bottom: 13.3333333333rem;
  }
}
main .block.block-profile-edit h3 {
  font-size: 1.25rem;
  margin-bottom: 1.3541666667rem;
  color: #000;
  font-weight: 700;
  line-height: 130%; /* 62.4px */
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit h3 {
    font-size: 1.875rem;
    margin-bottom: 2.03125rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit h3 {
    font-size: 6.4rem;
    margin-bottom: 10.6666666667rem;
  }
}
main .block.block-profile-edit .multi-input-wrapper {
  gap: 1.0416666667rem;
  margin-top: 2.6041666667rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .multi-input-wrapper {
    gap: 1.5625rem;
    margin-top: 3.90625rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .multi-input-wrapper {
    gap: 5.3333333333rem;
    margin-top: 10.6666666667rem;
  }
}
main .block.block-profile-edit .company-profile-form {
  width: 28.4895833333rem;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form {
    width: 42.734375rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form {
    width: 87.2rem;
  }
}
main .block.block-profile-edit .company-profile-form .company-details {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .company-details {
    margin-bottom: 9.375rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-details {
    margin-bottom: 29.3333333333rem;
  }
}
main .block.block-profile-edit .company-profile-form .company-details .logo-input {
  gap: 1.7708333333rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .company-details .logo-input {
    gap: 2.65625rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-details .logo-input {
    gap: 5.3333333333rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-details .logo-input {
    flex-direction: column;
    align-items: flex-start;
  }
}
main .block.block-profile-edit .company-profile-form .company-details .logo-input .logo-preview {
  max-width: 12.2395833333rem;
  max-height: 10.4166666667rem;
  border: 1px solid #C4C4C4;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .company-details .logo-input .logo-preview {
    max-width: 18.359375rem;
    max-height: 15.625rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-details .logo-input .logo-preview {
    max-width: 62.6666666667rem;
    max-height: 53.3333333333rem;
  }
}
main .block.block-profile-edit .company-profile-form .company-details .logo-input label {
  display: flex;
  flex-direction: column;
  transition: opacity 0.2s ease;
}
main .block.block-profile-edit .company-profile-form .company-details .logo-input label input {
  display: none;
}
main .block.block-profile-edit .company-profile-form .company-details .logo-input label span.name {
  font-size: 0.9375rem;
  color: #0048FF;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .company-details .logo-input label span.name {
    font-size: 1.40625rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-details .logo-input label span.name {
    font-size: 4.8rem;
  }
}
main .block.block-profile-edit .company-profile-form .company-details .logo-input label span.size {
  font-size: 0.9375rem;
  color: #000;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .company-details .logo-input label span.size {
    font-size: 1.40625rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-details .logo-input label span.size {
    font-size: 4.8rem;
  }
}
main .block.block-profile-edit .company-profile-form .company-details .logo-input label:hover {
  opacity: 0.6;
}
main .block.block-profile-edit .company-profile-form .company-prices {
  gap: 5.2083333333rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .company-prices {
    gap: 7.8125rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-prices {
    gap: 26.6666666667rem;
  }
}
main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper {
  margin-bottom: 1.0416666667rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper {
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper {
    margin-bottom: 5.3333333333rem;
  }
}
main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .input-description-before {
  width: 12.5rem;
  padding-right: 0.78125rem;
  font-size: 0.9375rem;
  margin-bottom: 0rem;
  color: #000;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .input-description-before {
    width: 18.75rem;
    padding-right: 1.171875rem;
    font-size: 1.40625rem;
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .input-description-before {
    width: 64rem;
    padding-right: 4rem;
    font-size: 4.8rem;
    margin-bottom: 4.8rem;
  }
}
main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper input {
  width: 9.375rem;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper input {
    width: 14.0625rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper input {
    width: 48rem;
  }
}
main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .input-description-after {
  margin-left: 0.78125rem;
  font-size: 0.9375rem;
  color: #000;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .input-description-after {
    margin-left: 1.171875rem;
    font-size: 1.40625rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .input-description-after {
    margin-left: 4rem;
    font-size: 4.8rem;
  }
}
main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .toggle-wrapper {
  margin-left: 1.40625rem;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .toggle-wrapper {
    margin-left: 2.109375rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .toggle-wrapper {
    margin-left: 7.2rem;
  }
}
main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .toggle-wrapper input {
  display: none !important;
}
main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .toggle-wrapper input.toggle-input {
  opacity: 0;
  position: absolute;
}
main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .toggle-wrapper input.toggle-input + label {
  height: 1.5625rem;
  width: 2.6041666667rem;
  border-radius: 3.125rem;
  border-width: 0.0520833333rem;
  position: relative;
  display: inline-block;
  user-select: none;
  transition: 0.4s ease;
  -webkit-tap-highlight-color: transparent;
  border-style: solid;
  border-color: #e4e4e4;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .toggle-wrapper input.toggle-input + label {
    height: 2.34375rem;
    width: 3.90625rem;
    border-radius: 4.6875rem;
    border-width: 0.078125rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .toggle-wrapper input.toggle-input + label {
    height: 8rem;
    width: 13.3333333333rem;
    border-radius: 16rem;
    border-width: 0.2666666667rem;
  }
}
main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .toggle-wrapper input.toggle-input + label:before {
  height: 1.5104166667rem;
  width: 2.5520833333rem;
  border-radius: 1.5625rem;
  content: "";
  position: absolute;
  display: block;
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  top: 0;
  left: 0;
  background-color: rgba(120, 120, 128, 0.16);
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .toggle-wrapper input.toggle-input + label:before {
    height: 2.265625rem;
    width: 3.828125rem;
    border-radius: 2.34375rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .toggle-wrapper input.toggle-input + label:before {
    height: 7.7333333333rem;
    width: 13.0666666667rem;
    border-radius: 8rem;
  }
}
main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .toggle-wrapper input.toggle-input + label:after {
  height: 1.40625rem;
  width: 1.40625rem;
  border-radius: 3.125rem;
  top: 0.0520833333rem;
  content: "";
  position: absolute;
  display: block;
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  background: whitesmoke;
  left: 0px;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .toggle-wrapper input.toggle-input + label:after {
    height: 2.109375rem;
    width: 2.109375rem;
    border-radius: 4.6875rem;
    top: 0.078125rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .toggle-wrapper input.toggle-input + label:after {
    height: 7.2rem;
    width: 7.2rem;
    border-radius: 16rem;
    top: 0.2666666667rem;
  }
}
main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .toggle-wrapper input.toggle-input:checked + label:before {
  background: #2ecc71;
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .toggle-wrapper input.toggle-input:checked + label:after {
  left: 1.09375rem;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .toggle-wrapper input.toggle-input:checked + label:after {
    left: 1.640625rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper .toggle-wrapper input.toggle-input:checked + label:after {
    left: 5.6rem;
  }
}
main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper.disabled .input-description-before,
main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper.disabled .input-description-after,
main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper.disabled input {
  pointer-events: none;
  opacity: 0.35;
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-prices .company-price-category .input-wrapper {
    flex-wrap: wrap;
  }
}
main .block.block-profile-edit .company-profile-form .company-submit {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .company-submit {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-submit {
    margin-top: 16rem;
    margin-bottom: 21.3333333333rem;
  }
}
main .block.block-profile-edit .company-profile-form .company-submit .button-black {
  width: 15.625rem;
  margin-bottom: 4.1666666667rem;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .company-submit .button-black {
    width: 23.4375rem;
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-submit .button-black {
    width: 80rem;
    margin-bottom: 21.3333333333rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-submit .button-black {
    width: 100%;
  }
}
main .block.block-profile-edit .company-profile-form .company-submit .logout {
  margin-top: 0rem;
  display: none;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .company-submit .logout {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-submit .logout {
    margin-top: 16rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .company-submit .logout {
    display: block;
  }
}
main .block.block-profile-edit .company-profile-form .table-wrapper {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 1365px) {
  main .block.block-profile-edit .company-profile-form .table-wrapper {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-profile-edit .company-profile-form .table-wrapper {
    margin-top: 16rem;
    margin-bottom: 21.3333333333rem;
  }
}
main .block.block-profile-edit .company-profile-form .table-wrapper table {
  width: 100%;
  background-color: #fff;
  font-size: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
  border-collapse: separate;
  border-spacing: 0;
}
main .block.block-profile-edit .company-profile-form .table-wrapper table th, main .block.block-profile-edit .company-profile-form .table-wrapper table td {
  padding: 16px 18px;
  text-align: left;
}
main .block.block-profile-edit .company-profile-form .table-wrapper table th {
  font-weight: 600;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #ececec;
}
main .block.block-profile-edit .company-profile-form .table-wrapper table th:first-child {
  border-radius: 10px 0 0 0;
}
main .block.block-profile-edit .company-profile-form .table-wrapper table th:last-child {
  border-radius: 0 10px 0 0;
}
main .block.block-profile-edit .company-profile-form .table-wrapper table tr {
  transition: background 0.2s;
}
main .block.block-profile-edit .company-profile-form .table-wrapper table tr:nth-child(even) {
  background-color: #f7f7fa;
}
main .block.block-profile-edit .company-profile-form .table-wrapper table tr:hover {
  background-color: #eaeaff;
}
main .block.block-profile-edit .company-profile-form .table-wrapper table tr a {
  display: block;
}
main .block.block-profile-edit .company-profile-form .table-wrapper table td {
  border-bottom: 1px solid #ececec;
  color: #43455c;
}
main .block.block-profile-edit .company-profile-form .table-wrapper table td:last-child {
  border-right: none;
}
main .block.block-profile-edit .company-profile-form .table-wrapper table tr:last-child td {
  border-bottom: none;
}
main .block.block-admin .button-submit {
  margin-top: 1.0416666667rem;
}
@media screen and (max-width: 1365px) {
  main .block.block-admin .button-submit {
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 1020px) {
  main .block.block-admin .button-submit {
    margin-top: 5.3333333333rem;
  }
}

.support-link {
  gap: 0.7291666667rem;
  display: flex;
}
@media screen and (max-width: 1365px) {
  .support-link {
    gap: 1.09375rem;
  }
}
@media screen and (max-width: 1020px) {
  .support-link {
    gap: 3.7333333333rem;
  }
}
.support-link span {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 19.8px */
}
@media screen and (max-width: 1365px) {
  .support-link span {
    font-size: 1.40625rem;
  }
}
@media screen and (max-width: 1020px) {
  .support-link span {
    font-size: 4.8rem;
  }
}
.support-link .icon {
  font-size: 1.9791666667rem;
}
@media screen and (max-width: 1365px) {
  .support-link .icon {
    font-size: 2.96875rem;
  }
}
@media screen and (max-width: 1020px) {
  .support-link .icon {
    font-size: 10.1333333333rem;
  }
}

.profile {
  gap: 0.8333333333rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1365px) {
  .profile {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 1020px) {
  .profile {
    gap: 2.6666666667rem;
  }
}
.profile span {
  font-size: 0.9375rem;
  top: -0.0520833333rem;
  font-weight: 600;
  position: relative;
  color: #A9AEB8;
  line-height: 130%; /* 23.4px */
}
@media screen and (max-width: 1365px) {
  .profile span {
    font-size: 1.40625rem;
    top: -0.078125rem;
  }
}
@media screen and (max-width: 1020px) {
  .profile span {
    font-size: 4.2666666667rem;
    top: 0rem;
  }
}
.profile .icon {
  font-size: 1.6666666667rem;
}
@media screen and (max-width: 1365px) {
  .profile .icon {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1020px) {
  .profile .icon {
    font-size: 7.4666666667rem;
  }
}
.profile:hover {
  opacity: 0.8;
}

.logout {
  gap: 0.8333333333rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1365px) {
  .logout {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 1020px) {
  .logout {
    gap: 2.6666666667rem;
  }
}
.logout span {
  font-size: 0.9375rem;
  top: -0.0520833333rem;
  font-weight: 600;
  position: relative;
  color: #A9AEB8;
  line-height: 130%; /* 23.4px */
}
@media screen and (max-width: 1365px) {
  .logout span {
    font-size: 1.40625rem;
    top: -0.078125rem;
  }
}
@media screen and (max-width: 1020px) {
  .logout span {
    font-size: 4.2666666667rem;
    top: 0rem;
  }
}
.logout .icon {
  font-size: 1.6666666667rem;
}
@media screen and (max-width: 1365px) {
  .logout .icon {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1020px) {
  .logout .icon {
    font-size: 7.4666666667rem;
  }
}
.logout:hover {
  opacity: 0.8;
}

footer {
  margin-top: 5.2083333333rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 1365px) {
  footer {
    margin-top: 7.8125rem;
    padding-bottom: 4.6875rem;
  }
}
@media screen and (max-width: 1020px) {
  footer {
    margin-top: 26.6666666667rem;
    padding-bottom: 16rem;
  }
}
footer .wrapper {
  padding-left: 4.1666666667rem;
  padding-right: 4.1666666667rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1365px) {
  footer .wrapper {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
}
@media screen and (max-width: 1020px) {
  footer .wrapper {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }
}
@media screen and (max-width: 1020px) {
  footer .wrapper {
    justify-content: space-between;
  }
}
footer .powered {
  gap: 0.5729166667rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1365px) {
  footer .powered {
    gap: 0.859375rem;
  }
}
@media screen and (max-width: 1020px) {
  footer .powered {
    gap: 2.6666666667rem;
  }
}
footer .powered img {
  width: 1.6666666667rem;
}
@media screen and (max-width: 1365px) {
  footer .powered img {
    width: 2.5rem;
  }
}
@media screen and (max-width: 1020px) {
  footer .powered img {
    width: 7.4666666667rem;
  }
}
footer .powered span {
  font-size: 0.9375rem;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}
@media screen and (max-width: 1365px) {
  footer .powered span {
    font-size: 1.40625rem;
  }
}
@media screen and (max-width: 1020px) {
  footer .powered span {
    font-size: 4.2666666667rem;
  }
}
footer .profile {
  display: none;
}
@media screen and (max-width: 1020px) {
  footer .profile {
    display: flex;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
