.--gr-bl-wrap .--gr-bl,
.--modal-c,
.--modal-c .--modal-head .--close a,
.--slide-s .--right-bl,
.--trans-bl,
.--trans-bl .--bottom,
footer nav ul.--f-ul,
footer nav ul.--info,
header nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.select2-container .select2-selection--multiple .select2-selection__clear,
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  font-size: 1em;
  border: none;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear,
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  height: 40px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear,
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 8;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.--gr-bl-wrap .--gr-bl,
.--trans-bl,
body,
html {
  height: 100%;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
}
.select2-container--default .select2-results__option--disabled,
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
  padding-right: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default
  .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  font-weight: 700;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0 0 0 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear,
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  background-color: #f1f1f1;
  color: #333;
  outline: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group,
header nav .--links-bl .--left-b .--first-li {
  padding-left: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-radius: 0 4px 4px 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
body,
html {
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: 0 0;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
  outline: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-radius: 0 4px 4px 0;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.--modal-c .--modal-body ul li,
.--modal-cities .--modal-body ul li,
.ac .ac-trigger {
  background-color: rgba(0, 0, 0, 0);
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #7f30e3;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.select2-results__option {
  user-select: none;
  -webkit-user-select: none;
  padding: 20px;
  font-size: 18px;
}
.select2-search--dropdown .select2-search__field {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.--select-wrap {
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  -webkit-box-shadow: 1px 4px 10px 2px #333;
  box-shadow: 1px 4px 10px 2px #333;
}
.--select-wrap select {
  width: 100%;
}
.select2-container--default .select2-results__option--selected,
.select2-results__option--highlighted {
  background-color: #7f30e3 !important;
}
.select2-results__options {
  background: #9858e9;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0;
  border: 2px solid #7f30e3;
  padding: 20px 10px;
  transition: background-color 0.2s ease-in-out;
  font-size: 20px;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:hover {
  background-color: #fff;
}
.--gr-bl-wrap .--gr-bl h3,
.--trans-bl p {
  margin-top: 20px;
}
.--container,
.--what-need-s .--right-bl,
footer nav,
header nav {
  margin: auto;
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style-type: none;
}
@font-face {
  font-family: r-r;
  src: url("assets/golosregular6.eot");
  src:
    url("assets/golosregular6.eot?#iefix") format("embedded-opentype"),
    url("assets/golosregular6.woff2") format("woff2"),
    url("assets/golosregular6.woff") format("woff"),
    url("assets/golosregular6.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: r-b;
  src: url("assets/golosbold6.eot");
  src:
    url("assets/golosbold6.eot?#iefix") format("embedded-opentype"),
    url("assets/golosbold6.woff2") format("woff2"),
    url("assets/golosbold6.woff") format("woff"),
    url("assets/golosbold6.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
::-moz-selection {
  background-color: #7f30e3;
}
::selection {
  background-color: #7f30e3;
}
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  font-family: r-r, Arial, SansSerif, serif;
  font-size: 18px;
  background: #fff;
}
.--adv-s h2,
.--navs-s h2,
.--faq-s h2,
.--section-form h2,
.--steps-s h2,
.--vac-s h2,
.--what-need-s h2 {
  margin-bottom: 40px;
  font-size: 36px;
  font-family: r-b, Arial, SansSerif, serif;
  color: #7f30e3;
}
.--form-group,
.--gr-bl-wrap .--gr-bl h3,
.--trans-bl h3,
.--trans-bl p,
footer nav ul .--l-bl {
  margin-bottom: 20px;
}
.--container {
  max-width: 1240px;
  padding: 0 20px;
}
.--container-fluid,
img {
  max-width: 100%;
}
.--container .--row,
.--container-fluid .--row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.--trans-bl,
.--trans-bl .--bottom,
.--trans-bl .--bottom .--btn-gradient {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
}
img {
  display: block;
}
.--shdw-bl {
  background: #7f30e3;
  border-radius: 10px;
}
.--modal-c,
header {
  top: 0;
  background: #7f30e3;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 6px;
}
.--gr-bl-wrap .--gr-bl h3,
.--steps-s .--trans-bl-wrap .--trans-bl .--last,
.--vac-s p span,
header nav .--links-bl .--left-b li a:hover {
  color: #ffea00;
}
.--gr-bl-wrap .--gr-bl h3,
.--trans-bl h3 {
  font-family: r-b, Arial, SansSerif, serif;
  font-size: 24px;
  text-shadow: 2px 2px 9.2px rgba(0, 0, 0, 0.37);
}
.--section-form {
  padding-top: 100px;
  padding-bottom: 100px;
}
.--section-form input[name="name"],
.--section-form input[name="surname"],
.--section-form input[name="tphone"] {
  color: #444;
  line-height: 38px;
  padding-left: 8px;
  padding-right: 20px;
  font-family: r-r, Arial, SansSerif, serif;
  font-size: 16px;
  height: 40px;
}
.--section-form .--trans-bl-wrap {
  width: 100%;
  background: #ededed;
  border-radius: 10px;
  padding: 40px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}
.--section-form .--gr-bl-wrap {
  width: 100%;
  max-width: 400px;
}
.--section-form .--button-main-wrap button {
  border: none;
  outline: 0;
  border-radius: 100px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.--section-form .--button-main-wrap button a {
  padding: 20px 10px;
}
.--section-form h2 {
  margin-bottom: 40px;
  font-size: 40px;
  width: 100%;
}
.--form-group label {
  font-size: 22px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}
.--form-group label span {
  font-size: 26px;
}
.--section-form .--button-main-wrap,
.--section-form .--form-group {
  width: 100%;
}
input {
  width: 100%;
  height: 28px;
  outline: 0;
  border: none;
  border-radius: 3px;
}
.--trans-bl {
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-filter: drop-shadow(4px 4px 9.5px rgba(0, 0, 0, 0.23));
  filter: drop-shadow(4px 4px 9.5px rgba(0, 0, 0, 0.23));
  border-radius: 10px;
  padding: 20px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #7f30e3;
}
.--modal-c,
.--modal-c .--modal-head .--close a::after {
  height: 0;
  width: 0;
}
.--slide-s {
  margin-top: 0;
  padding-bottom: 40px;
  padding-top: 40px;
}
.--adv-s,
.--faq-s,
.--steps-s,
.--vac-s,
.--what-need-s {
  padding-top: 100px;
  padding-bottom: 100px;
}
.--vac-s {
  padding-top: 0;
}
.--p-t {
  padding-top: 100px;
}
.--trans-bl p {
  font-size: 16px;
  font-family: r-r, Arial, SansSerif, serif;
}
.--trans-bl .--bottom {
  margin-top: 20px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.--trans-bl .--bottom .--btn-gradient {
  padding: 20px;
  font-family: r-b, Arial, SansSerif, serif;
  border: 1px solid #fff;
  font-size: 20px;
  border-radius: 50px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.--gr-bl-wrap .--gr-bl p,
.--text-list,
.--trans-bl .--bottom .--about-link {
  font-size: 16px;
  font-family: r-r, Arial, SansSerif, serif;
}
.--gr-bl-wrap .--gr-bl,
.--gr-bl-wrap .--gr-bl .--icon-bl,
.--modal-c,
.--modal-c .--modal-head .--close a,
header nav,
header nav .--links-bl,
header nav .--links-bl .--left-b {
  display: -webkit-box;
  display: -ms-flexbox;
}
.--text-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style-type: circle;
  padding: 10px;
}
.--trans-bl .--bottom .--about-link {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px dotted #fff;
  padding-bottom: 5px;
}
.--gr-bl-wrap {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.--gr-bl-wrap .--gr-bl {
  padding: 20px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #7f30e3;
  border-radius: 10px;
}
.--gr-bl-wrap .--gr-bl .--icon-bl {
  width: 80px;
  height: 80px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.--modal-c {
  position: fixed;
  right: 0;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
}
.--modal-c .--modal-head .--close {
  margin-top: 20px;
  width: auto;
  margin-bottom: 10px;
  list-style-type: none;
}
.--modal-c .--modal-head .--close a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 100%;
  border: 1px solid #fff;
  padding: 10px 5px;
}
.--modal-c .--modal-head .--close a i {
  width: 25px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 4px;
}
.--modal-c .--modal-head .--close a .--one {
  -webkit-transform: rotateZ(45deg) translateY(4px) translateX(4px);
  transform: rotateZ(45deg) translateY(4px) translateX(4px);
}
.--modal-c .--modal-head .--close a .--two {
  -webkit-transform: rotateZ(-45deg) translateY(-3px) translateX(3px);
  transform: rotateZ(-45deg) translateY(-3px) translateX(3px);
}
.--modal-c .--modal-body {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 20px;
}
.--modal-c .--modal-body input {
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #fff;
  outline: 0;
  border: 4px solid transparent;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  font-size: 18px;
  font-family: r-r, Arial, SansSerif, serif;
  color: #333;
}
.--modal-body {
  background: #5716a9;
}
.--btn-gradient,
.--modalFade,
.--sticky,
footer {
  background: #7f30e3;
}
.--modal-c .--modal-body input:hover {
  border-color: #7f30e3;
}
.--modal-c .--modal-body ul {
  height: 350px;
  overflow: auto;
  background: #6b28c2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#backToTopBtn,
#backToTopBtn:hover,
.--vac-b li:hover {
  background-color: #7f30e3;
}
.--modal-c .--modal-body ul li a {
  color: #fff;
  font-family: r-r, Arial, SansSerif, serif;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 20px;
}
.--btn-gradient,
header nav .--links-bl .--left-b li a,
header nav .--links-bl .--right-b a {
  font-family: r-b, Arial, SansSerif, serif;
  color: #fff;
  text-decoration: none;
}
.--modal-c .--modal-body ul li a:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #7f30e3;
}
.--modalFade {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes flareAnimation {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
@keyframes flareAnimation {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
@-webkit-keyframes stickyAnimation {
  0% {
    top: -106px;
  }
  100% {
    top: 0;
  }
}
@keyframes stickyAnimation {
  0% {
    top: -106px;
  }
  100% {
    top: 0;
  }
}
.--btn-gradient {
  -webkit-box-shadow: 3px 5px 5.8px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 5px 5.8px rgba(0, 0, 0, 0.16);
  border: 1px solid #fff;
  font-size: 20px;
  -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
  transition:
    box-shadow 0.1s ease-in-out,
    -webkit-box-shadow 0.1s ease-in-out,
    -webkit-box-shadow 0.1s ease-in-out,
    border-width 0.1s ease-in-out;
  overflow-x: hidden;
  position: relative;
  display: block;
}
.--btn-gradient:hover {
  -webkit-box-shadow: 0 0 20px 0 #d3d3d3c0;
  box-shadow: 0 0 20px 0 #d3d3d3c0;
}
.--btn-gradient:hover i {
  -webkit-animation: 2s ease-in-out infinite flareAnimation;
  animation: 2s ease-in-out infinite flareAnimation;
}
.--btn-gradient i {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  left: -50%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.1)),
    to(rgba(255, 255, 255, 0.4))
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.4)
  );
  -webkit-animation: 3s ease-in-out infinite flareAnimation;
  animation: 3s ease-in-out infinite flareAnimation;
}
.--show {
  display: inherit;
}
.--sticky {
  -webkit-transition:
    top 0.4s ease-in-out,
    background 0.4s ease-in-out;
  transition:
    top 0.4s ease-in-out,
    background 0.4s ease-in-out;
  position: fixed;
  width: 100%;
  -webkit-animation: 0.4s ease-in-out stickyAnimation;
  animation: 0.4s ease-in-out stickyAnimation;
  z-index: 9;
  box-shadow: 0 2px 14px 0 #000;
}
.--slide-s .--left-bl,
.--vac-b,
header {
  position: relative;
}
header nav {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1600px;
  padding: 10px 20px 0;
}
header nav .--logo-b {
  text-align: center;
  padding-bottom: 10px;
}
header nav .--logo-b a {
    display: inline-block;
  }
header nav .--links-bl {
  display: flex;
}
header nav .--links-bl .--left-b {
  width: 50%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header nav .--links-bl .--left-b li {
  padding-left: 40px;
}
header nav .--links-bl .--left-b li a {
  position: relative;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
header nav .--links-bl .--left-b li a:hover::after {
  width: 100%;
}
header nav .--links-bl .--left-b li a::after {
  content: "";
  background: #fff;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 24px;
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}
header nav .--links-bl .--right-b {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header nav .--links-bl .--right-b .--city-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 40px;
}
header nav .--links-bl .--right-b .--city-li a {
  margin-left: 5px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.78);
}
header nav .--links-bl .--right-b .--btn-li .--btn-gradient {
  padding: 10px 20px;
  border-radius: 50px;
}
.--slide-s .--left-bl {
  width: 50%;
  padding: 40px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.--steps-s .--trans-bl-wrap,
.--vac-s .--custom,
.--vac-s .--trans-bl-wrap {
  padding-left: 10px;
  padding-right: 10px;
}
.--slide-s .--left-bl .--wrap-img,
.--slide-s .--right-bl,
.--slide-s .--right-bl .--info-ac-bl p,
.--slide-s .--right-bl .--info-ac-bl p i,
footer nav,
footer nav .--info li.--info-li,
footer nav ul,
footer nav ul .--btn-gradient {
  display: -webkit-box;
  display: -ms-flexbox;
}
.--slide-s .--left-bl .--wrap-img {
  display: flex;
}
.--slide-s .--left-bl .--wrap-img img {
  width: 100%;
}
.--slide-s .--right-bl {
  width: 50%;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.--slide-s .--right-bl .--job-c,
.--slide-s .--right-bl h1 {
  font-size: 38px;
  line-height: 116.8%;
  font-family: r-b, Arial, SansSerif, serif;
  margin-bottom: 40px;
  padding-right: 20px;
}
.--slide-s .--right-bl .--btn-bl .--btn-gradient span,
.--vac-s p span {
  font-size: 20px;
  font-family: r-b, Arial, SansSerif, serif;
}
.--slide-s .--right-bl h1 span {
  font-size: 40px;
  font-family: r-r, Arial, SansSerif, serif;
}
.--slide-s .--right-bl h2 {
  font-family: r-r, Arial, SansSerif, serif;
  font-size: 20px;
  margin-bottom: 40px;
  padding-right: 20px;
  font-weight: 400;
}
.--adv-s .--gr-bl-wrap .--gr-bl h3,
.--faq-s .--gr-bl-wrap h3 {
  font-size: 18px;
}
.--slide-s .--right-bl .--info-ac-bl {
  padding: 20px 20px 20px 40px;
  background: #7f30e3;
  -webkit-box-shadow: inset 10px 12px 0 -4px rgba(0, 0, 0, 0.08);
  box-shadow: inset 10px 12px 0 -4px rgba(0, 0, 0, 0.08);
  border-radius: 59.5px 0 0;
  margin-bottom: 40px;
}
.--slide-s .--right-bl .--info-ac-bl p {
  font-family: r-r, Arial, SansSerif, serif;
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.--slide-s .--right-bl .--info-ac-bl p i {
  width: 50px;
  height: 50px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}
.--slide-s .--right-bl .--info-ac-bl p:nth-child(3) {
  margin-bottom: 0;
}
.--slide-s .--right-bl .--btn-bl {
  width: 100%;
}
.--slide-s .--right-bl .--btn-bl .--btn-gradient {
  margin: auto;
  width: 100%;
  max-width: 339px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  padding: 20px 10px;
}
.--faq-s,
.--steps-s,
.--vac-s {
  background: #ededed;
  padding-bottom: 100px;
}
.--vac-s .--row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.--vac-s .--custom,
.--vac-s .--trans-bl-wrap {
  width: 33.33%;
}
.--vac-img {
  border-radius: 10px;
}
.--adv-s .--row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.--adv-s .--gr-bl-wrap {
  width: 33.33%;
  padding-bottom: 20px;
}
.--steps-s .--row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.--steps-s .--trans-bl-wrap {
  width: 25%;
}
.--steps-s .--trans-bl-wrap .--trans-bl h4 {
  font-size: 64px;
  font-family: r-b, Arial, SansSerif, serif;
  padding: 15px 35px;
  border-radius: 100%;
  border: 2px dotted #fff;
}
.--what-need-s .--right-bl .--info-ac-bl p,
blockquote {
  font-size: 16px;
}
.--steps-s .--trans-bl-wrap .--trans-bl p a {
  text-decoration: none;
  color: #ffea00;
  border-bottom: 1px dotted #ffea00;
}
.--what-need-s .--right-bl .--info-ac-bl {
  padding: 40px;
  border-radius: 59.5px 59.5px 2px 2px;
}
.--faq-s .--faq-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.--faq-s .--gr-bl-wrap {
  width: 50%;
  padding-bottom: 20px;
}
.--nearby-section {
  background: #dfdfdf;
}
.--nearby-section .--row {
  gap: 10px;
}
.--nearby-section .--trans-bl-wrap {
  padding: 0;
  width: calc((100% - 30px) / 4);
}
.--trans-bl .head_info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff3d;
  width: 100%;
}
.--trans-bl .body_info {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff3d;
}
.--trans-bl .head_info a {
  display: flex;
  color: #ffea00;
  text-decoration: none;
  align-items: center;
}
.--trans-bl .bottom_info {
  width: 100%;
  display: flex;
  flex: 1 0 auto;
  align-items: flex-end;
}
.--trans-bl .bottom_info a {
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
footer {
  padding: 100px 20px;
}
footer nav {
  max-width: 1200px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer nav ul.--f-ul,
footer nav ul.--info {
  width: 50%;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer nav .--info p {
  font-size: 14px;
}
footer nav ul .--btn-gradient {
  max-width: 233px;
  border-radius: 100px;
  padding: 10px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer nav .--info li.--info-li {
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 20px;
}
footer nav .--info li.--foot-links-wrap {
  border-top: 1px solid #ffffff4f;
  padding-top: 20px;
}
footer nav .--info li.--foot-links-wrap ul {
  display: inline-block;
}
footer nav .--info li.--foot-links-wrap ul li {
  display: inline-block;
  padding-bottom: 5px;
}
footer nav .--info li.--foot-links-wrap ul li a {
  background: #0d0716;
  padding: 10px 15px;
  display: block;
  border-radius: 100px;
  box-shadow: 3px 5px 5.8px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  transition:
    box-shadow 0.1s ease-in-out,
    -webkit-box-shadow 0.1s ease-in-out;
}
footer nav .--info li.--foot-links-wrap ul li a:hover {
  box-shadow: 0 0 20px 0 #7d30e3be;
}
.--navs-s {
  background: #ededed;
}
.--navs-s nav {
  background: #fff;
  padding: 40px 20px;
  display: flex;
  gap: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.--ul-parent {
  gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}
.--ul-parent a {
  display: block;
  color: #7d30e3be;
  font-size: 18px;
  border-radius: 10px;
  border: 1px solid #7d30e3be;
  padding: 40px;
}
.--ul-parent a:hover {
  color: #fff;
  background-color: #7d30e3be;
  transition: all .2s ease-in-out;
}
blockquote {
  border-radius: 10px 10px 0 0;
  color: #fff;
  width: 100%;
  padding-bottom: 20px;
}
.--faq-row .--gr-bl-wrap {
  padding-left: 0;
  padding-right: 0;
}
#backToTopBtn {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s;
  z-index: 999;
}
#backToTopBtn.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#backToTopBtn:hover {
  transform: translateY(-3px);
}
#backToTopBtn svg {
  width: 28px;
  height: 28px;
}
@media only screen and (min-width: 1px) and (max-width: 1130px) {
  .--steps-s .--trans-bl-wrap,
  .--vac-s .--trans-bl-wrap {
    width: 50%;
    padding-bottom: 20px;
  }
  .--vac-s .--trans-bl-wrap:nth-child(3),
  .--vac-s .--trans-bl-wrap:nth-child(4) {
    padding-bottom: 0;
  }
  .--adv-s .--gr-bl-wrap {
    width: 50%;
  }
  .--faq-s .--gr-bl-wrap {
    width: 100%;
  }
  .--nearby-section .--trans-bl-wrap {
    padding: 0;
    width: calc((100% - 10px) / 2);
  }
}
@media only screen and (min-width: 1px) and (max-width: 850px) {
  .breadcrumb-wrapper li {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 700px) {
  .--adv-s h2,
  .--navs-s h2,
  .--faq-s h2,
  .--section-form h2,
  .--steps-s h2,
  .--vac-s h2,
  .--what-need-s h2 {
    font-size: 30px;
  }
  .--adv-s .--gr-bl-wrap,
  .--vac-s .--custom {
    width: 100%;
  }
  .--tituls-section .--gr-bl-wrap {
    width: 100%;
    padding-bottom: 20px;
  }
  footer nav ul.--f-ul,
  footer nav ul.--info {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer nav .--f-ul .--btn-gradient {
    padding: 20px 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 650px) {
  .breadcrumb li {
    position: relative;
  }
  .breadcrumb li::before {
    content: "└─";
    position: absolute;
    left: 0;
    top: 0;
    color: #888;
    font-family: monospace;
  }
  .breadcrumb li:first-child::before {
    content: "";
  }
  .breadcrumb-wrapper ol {
    flex-direction: column;
    gap: 5px;
  }
  .breadcrumb li:nth-child(2) {
    margin-left: 20px;
  }
  .breadcrumb li:nth-child(2)::before,
  .breadcrumb li:nth-child(3)::before,
  .breadcrumb li:nth-child(4)::before {
    left: -20px;
  }
  .breadcrumb li:nth-child(3) {
    margin-left: 25px;
  }
  .breadcrumb li:nth-child(4) {
    margin-left: 30px;
  }
  .breadcrumb-wrapper i {
    display: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 600px) {
  .--steps-s .--trans-bl-wrap,
  .--vac-s .--trans-bl-wrap {
    width: 100%;
  }
  .--vac-s .--trans-bl-wrap:nth-child(3) {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 580px) {
  .--job-c,
  .--slide-s .--right-bl .--job-c,
  .--slide-s .--right-bl h1,
  .--slide-s .--right-bl h1 span {
    font-size: 20px;
  }
  .--slide-s .--right-bl h2 {
    font-size: 16px;
  }
  .--slide-s .--right-bl .--info-ac-bl p {
    font-size: 13px;
  }
  .--btn-gradient {
    animation: none;
  }
  .--adv-s,
  .--faq-s,
  .--section-form,
  .--steps-s,
  .--vac-s,
  .--what-need-s,
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .--slide-s.--what-need-s {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1300px) {
  header nav .--links-bl .--left-b .--close a::after,
  header nav .--links-bl .--left-b li a::after {
    width: 0;
    height: 0;
  }
  header nav .--links-bl .--left-b .--close a i,
  header nav .--logo-b .--burger a i {
    width: 25px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 4px;
  }
  .--slide-s .--row,
  header nav .--links-bl .--left-b,
  header nav .--links-bl .--left-b .--close a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  header nav .--logo-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
  }
  header nav .--logo-b .--burger {
    margin-left: 20px;
  }
  header nav .--logo-b .--burger a {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.52);
    padding: 4px;
    border-radius: 5px;
  }
  
  header nav .--links-bl .--left-b {
    position: fixed;
    height: 100%;
    width: 0;
    overflow: hidden;
    z-index: 99;
    background: #7f30e3;
    top: 0;
    left: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header nav .--links-bl .--left-b li {
    padding: 0;
    margin-bottom: 20px;
    max-width: 230px;
    text-align: center;
  }
  header nav .--links-bl .--left-b li a {
    width: 100%;
    display: block;
    white-space: nowrap;
  }
  header nav .--links-bl .--left-b .--first-li {
    margin-top: 40px;
  }
  header nav .--links-bl .--left-b .--close {
    display: block;
    margin-top: 20px;
    width: auto;
  }
  header nav .--links-bl .--left-b .--close a {
    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;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 100%;
    border: 1px solid #fff;
    padding: 10px 5px;
  }
  header nav .--links-bl .--left-b .--close a .--one {
    -webkit-transform: rotateZ(45deg) translateY(4px) translateX(4px);
    transform: rotateZ(45deg) translateY(4px) translateX(4px);
  }
  header nav .--links-bl .--left-b .--close a .--two {
    -webkit-transform: rotateZ(-45deg) translateY(-3px) translateX(3px);
    transform: rotateZ(-45deg) translateY(-3px) translateX(3px);
  }
  header nav .--links-bl .--right-b {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
  }
  header nav .--links-bl .--right-b .--city-li {
    margin-bottom: 10px;
  }
  header nav .--links-bl .--open {
    width: 100%;
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
  }
  .--slide-s .--row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .--slide-s .--left-bl {
    display: none;
  }
  .--slide-s .--right-bl {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .--slide-s .--right-bl .--job-c,
  .--slide-s .--right-bl h1,
  .--slide-s .--right-bl h2 {
    text-align: center;
    word-break: break-word;
  }
  .--slide-s .--right-bl .--info-ac-bl {
    width: 100%;
  }
}
@media only screen and (min-width: 1301px) {
  header nav .--links-bl .--left-b {
    width: 62%;
  }
  header nav .--links-bl .--left-b li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header nav .--links-bl .--left-b .--close {
    width: 0;
    display: none;
  }
  header nav .--links-bl .--right-b {
    width: 40%;
  }
}
@media only screen and (min-width: 1500px) {
  header nav .--links-bl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  header nav .--links-bl .--left-b {
    width: 60%;
  }
  header nav .--links-bl .--left-b li {
    width: auto;
  }
  header nav .--links-bl .--right-b {
    width: 40%;
  }
}
.--vac-b {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 10px;
}
.--vac-b li {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease-in-out;
}
.--vac-b a {
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}
.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tag {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #d8e2ec;
  border-radius: 24px;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 1.4;
  color: #3d4f65;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  cursor: pointer;
}
.tag:hover {
  background-color: #eaf3fb;
  border-color: #a8c8e8;
  box-shadow: 0 2px 8px rgba(100, 140, 180, 0.15);
}
.tag:active {
  background-color: #d5e6f5;
  border-color: #7ab0d8;
  box-shadow: 0 1px 3px rgba(80, 130, 180, 0.2);
}
@media (max-width: 480px) {
  .tags-container {
    padding: 14px;
    border-radius: 10px;
  }
  .tag {
    padding: 8px 14px;
    font-size: 13px;
    border-radius: 20px;
    white-space: break-spaces;
  }
  .tags-list {
    gap: 8px;
  }
}
