html {
  --color-main: #FFED00;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-textDark: #282834;
  --header-height: 200px;
  --header-heightActive: 96px;
  --scrollbar-compensate: 0;
  padding-right: var(--scrollbar-compensate, 0px);
}
@media (max-width: 1200px) {
  html {
    --header-height: 150px;
    --header-heightActive: 80px;
  }
}
:root {
  --cc-text: #212529;
  --cc-btn-primary-bg: #282834;
  --cc-btn-primary-hover-bg: #000000;
}
select {
  display: none;
}
.otgs-development-site-front-end {
  display: none !important;
}
*:target {
  scroll-margin-top: var(--header-heightActive);
}
body::after {
  content: '';
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.25s;
  background: initial;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.overlay_open::after {
  background: hsla(0, 0%, 4%, 0.95);
}
main.main_header_padding {
  padding-top: var(--header-height);
}
main.page_default_main {
  background: #F5F5F5;
  padding-top: calc(var(--header-height) + 94px);
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  main.page_default_main {
    padding-top: var(--header-height);
  }
}
main.page_default_main .container_sm {
  padding: 52px 78px 180px 78px;
  background: transparent linear-gradient(180deg, #ffffff 0%, #F5F5F5 100%) 0% 0% no-repeat padding-box;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  main.page_default_main .container_sm {
    padding: 42px 20px 230px 20px;
    width: 100%;
    background: #ffffff;
  }
}
main.page_default_main .container_shadow {
  content: '';
  position: absolute;
  z-index: -1;
  top: calc(var(--header-height) + 94px);
  left: 50%;
  transform: translateX(-50%);
  width: 70vw;
  max-width: 1100px;
  height: 100px;
  background: #000000;
  opacity: 0.1;
  filter: blur(22px);
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  main.page_default_main .container_shadow {
    display: none;
  }
}
main.page_default_main + footer.footer_wrapper {
  margin-top: 0;
}
main.services_main + footer.footer_wrapper {
  margin-top: 0;
}
.btn_row {
  display: flex;
  gap: 6px 24px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .btn_row {
    gap: 6px 16px;
  }
}
.btn {
  position: relative;
  transition: ease-in-out 0.25s;
  font-weight: 400;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  border: none;
}
.btn_style_1 {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: none;
  border-radius: 40px;
  background: #44A89D;
  padding: 17px 40px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125em;
  color: #ffffff;
}
.btn_style_1:focus-visible {
  outline: 2px solid #FFED00;
}
.btn_style_1:hover {
  background: rgba(68, 168, 157, 0.8);
}
.btn_style_1.btn_white {
  background: #ffffff;
  color: #000000;
}
.btn_style_1.btn_white:hover {
  background: rgba(255, 255, 255, 0.8);
}
.btn_style_1.btn_color_white {
  background: #ffffff;
  color: #000000;
}
.btn_style_1.btn_color_white:hover {
  background: #44A89D;
  color: #ffffff;
}
.btn_style_1.btn_color_tertiary {
  background: #282834;
  color: #ffffff;
}
.btn_style_1.btn_color_tertiary:hover {
  background: #000000;
}
.btn_style_1.btn_small {
  padding: 4px 16px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .btn_style_1 {
    padding: 8px 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .btn_style_1.btn_small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.btn_style_border {
  border: 1px solid #000000;
  border-radius: 28px;
  background: transparent;
  padding: 14px 24px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  color: #000000;
}
.btn_style_border:focus-visible {
  outline: 2px solid #FFED00;
}
.btn_style_border:hover {
  background: #000000;
  color: #ffffff;
}
.btn_style_border.btn_white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn_style_border.btn_white:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .btn_style_border {
    padding: 8px 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.btn_underline {
  position: relative;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6em;
  color: #000000;
}
.btn_underline:focus-visible {
  outline: 2px solid #000000;
}
.btn_underline:not(:hover, :focus-visible)::before {
  content: '';
  position: absolute;
  bottom: 0.2em;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
}
@media (max-width: 768px) {
  .btn_underline {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.form_wrap {
  width: 100%;
  position: relative;
}
.form_wrap h4 {
  text-align: center;
  margin: 0 auto 20px auto;
  max-width: 15rem;
}
.form_wrap h4 ~ p {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin: 20px auto 22px auto;
}
.form_wrap .input_wrap {
  width: 100%;
  margin: 0 0 10px 0;
  transition: ease-in-out 0.25s;
}
.form_wrap input {
  display: block;
  width: 100%;
  height: 55px;
  padding: 18px 26px;
  border-radius: 28px;
  background: var(--color-white);
  border: initial;
  outline: 2px solid transparent;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1em;
  color: var(--color-black);
}
.form_wrap input:focus-visible {
  outline: 2px solid #FFED00;
}
.form_wrap input.error {
  outline: 2px solid #FF0000;
}
@media (max-width: 768px) {
  .form_wrap input {
    height: 50px;
    padding: 16px 24px;
  }
}
.form_wrap button[type="submit"] {
  width: 100%;
  margin: 10px 0 14px 0;
}
.form_wrap button[type="submit"] ~ p {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  max-width: 17rem;
  margin: 1rem auto 0 auto;
}
.form_wrap button[type="submit"] ~ p a {
  text-decoration: underline;
}
.form_wrap.processing_form .input_wrap {
  opacity: 0.5;
}
.form_wrap:not(.processing_form) .lds-ellipsis {
  display: none;
}
.form_wrap #apply_initial_submit {
  width: fit-content;
  margin: 7px 0 0 0;
}
.form_wrap_alt {
  width: 100%;
  position: relative;
}
.form_wrap_alt .input_wrap {
  width: 100%;
  margin: 0 0 12px 0;
}
.form_wrap_alt input {
  height: 55px;
}
@media (max-width: 768px) {
  .form_wrap_alt input {
    height: 50px;
  }
}
.form_wrap_alt textarea {
  height: 172px;
  min-height: 55px;
  max-height: 850px;
  resize: vertical;
}
.form_wrap_alt .nice-select {
  height: 55px;
}
@media (max-width: 768px) {
  .form_wrap_alt .nice-select {
    height: 50px;
  }
}
.form_wrap_alt input,
.form_wrap_alt textarea,
.form_wrap_alt .nice-select {
  display: block;
  width: 100%;
  padding: 18px 26px;
  border-radius: 10px;
  background: var(--color-white);
  border: 1px solid #E3E3E3;
  outline: 2px solid transparent;
  float: initial;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1em;
  color: #282834;
}
.form_wrap_alt input:focus-visible,
.form_wrap_alt textarea:focus-visible,
.form_wrap_alt .nice-select:focus-visible {
  outline: 2px solid #282834;
}
@media (max-width: 768px) {
  .form_wrap_alt input,
  .form_wrap_alt textarea,
  .form_wrap_alt .nice-select {
    padding: 16px 24px;
  }
}
.form_wrap_alt input.error,
.form_wrap_alt textarea.error,
.form_wrap_alt .nice-select.error {
  outline: 2px solid #FF0000;
}
.form_wrap_alt button[type="submit"] {
  width: 196px;
  margin: 0;
  background: #282834;
}
@media (max-width: 768px) {
  .form_wrap_alt button[type="submit"] {
    width: auto;
  }
}
.form_wrap_alt .form_lower {
  margin: 22px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.form_wrap_alt .form_lower p {
  font-size: 16px;
  font-size: 1rem;
  max-width: 200px;
}
.form_wrap_alt .form_lower p a {
  text-decoration: underline;
}
.form_wrap_alt .form_lower p a:hover {
  text-decoration: initial;
}
.form_wrap_alt.processing_form .input_wrap {
  opacity: 0.5;
}
.form_wrap_alt:not(.processing_form) .lds-ellipsis {
  display: none;
}
#contact_form_success,
#apply_form_success {
  max-width: 485px;
  border-radius: 20px;
  padding: 50px 48px;
}
#contact_form_success > img,
#apply_form_success > img {
  display: block;
  width: 100%;
  max-width: 384px;
  margin: 0 0 36px 0;
}
#contact_form_success h3,
#apply_form_success h3 {
  margin: 0 0 1rem 0;
  max-width: 270px;
}
#contact_form_success p,
#apply_form_success p {
  margin: 0 0 1.2rem 0;
}
#contact_form_success .btn,
#apply_form_success .btn {
  width: fit-content;
}
@media (max-width: 768px) {
  #contact_form_success,
  #apply_form_success {
    padding: 32px 28px;
    border-radius: 16px;
  }
}
.nice-select .nice-select-dropdown {
  width: 100%;
}
.evor_footer_apply_form .input_wrap input {
  background: #FAFAFA;
  border: 1px solid #E3E3E3;
  border-radius: 28px;
  text-align: center;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1 !important;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #282834;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes bounce {
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.checkbox.bounce input:focus-visible {
  outline: 2px solid black;
}
.checkbox {
  --CB_background: #fff;
  --CB_border: #D1D6EE;
  --CB_border-hover: #BBC1E1;
  --CB_border-active: #2B3652;
  --CB_tick: #fff;
  --CB_text-size: 0.75rem;
  --CB_text-color: #000;
  --CB_error-color: red;
  position: relative;
  display: flex;
  gap: 16px;
  text-align: left;
  max-width: 320px;
  margin: 6px 0;
}
.checkbox input,
.checkbox svg {
  width: 21px;
  height: 21px;
  display: block;
  flex-shrink: 0;
}
.checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  outline: none;
  background: var(--CB_background);
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  transition: box-shadow 0.3s;
  box-shadow: inset 0 0 0 var(--CB_s, 1px) var(--CB_b, var(--CB_border));
}
.checkbox input:hover {
  --CB_s: 2px;
  --CB_b: var(--CB_border-hover);
}
.checkbox input:checked {
  --CB_b: var(--CB_border-active);
}
.checkbox input.error {
  --CB_border: var(--CB_error-color);
}
.checkbox svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--CB_stroke, var(--CB_border-active));
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  transform: scale(var(--CB_scale, 1)) translateZ(0);
}
.checkbox.path input:checked {
  --CB_s: 2px;
  transition-delay: 0.4s;
}
.checkbox.path input:checked + svg {
  --CB_a: 16.1 86.12;
  --CB_o: 102.22;
}
.checkbox.path svg {
  stroke-dasharray: var(--CB_a, 86.12);
  stroke-dashoffset: var(--CB_o, 86.12);
  transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}
.checkbox.bounce {
  --CB_stroke: var(--CB_tick);
}
.checkbox.bounce input:checked {
  --CB_s: 11px;
}
.checkbox.bounce input:checked + svg {
  animation: bounce 0.4s linear forwards 0.2s;
}
.checkbox.bounce svg {
  --CB_scale: 0;
}
.checkbox > p,
.checkbox > a {
  display: inline;
  margin: 0;
  font-size: var(--CB_text-size);
  color: var(--CB_text-color);
  line-height: 21px;
}
.checkbox a {
  text-decoration: underline;
}
.checkbox a:hover {
  text-decoration: initial;
}
.checkbox.error {
  --CB_border: var(--CB_error-color);
}
.checkbox.error p,
.checkbox.error a {
  color: var(--CB_error-color);
}
header.header_wrapper {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  transition: ease-in-out 0.25s;
  border-bottom: 1px solid transparent;
}
header.header_wrapper:not(.header_transparent) {
  background: #282834;
}
header.header_wrapper .container,
header.header_wrapper .header_right,
header.header_wrapper .header_left {
  display: flex;
  align-items: center;
  gap: 30px;
}
header.header_wrapper .container {
  height: 100%;
  justify-content: space-between;
}
header.header_wrapper a,
header.header_wrapper p {
  color: #ffffff;
  margin: 0;
}
header.header_wrapper a span,
header.header_wrapper p span {
  color: #FFED00;
}
header.header_wrapper a:focus-visible,
header.header_wrapper p:focus-visible {
  outline: 2px solid #ffffff;
}
header.header_wrapper p a {
  color: #FFED00;
  margin-left: 4px;
}
header.header_wrapper .header_logo,
header.header_wrapper .header_logo img,
header.header_wrapper .header_logo svg {
  display: block;
  width: 160px;
  height: 160px;
  object-fit: contain;
  transition: ease-in-out 0.25s;
}
@media (max-width: 1200px) {
  header.header_wrapper .header_logo,
  header.header_wrapper .header_logo img,
  header.header_wrapper .header_logo svg {
    width: 130px;
    height: 110px;
  }
}
header.header_wrapper .header_logo svg path {
  transition: ease-in-out 0.25s;
}
header.header_wrapper .header_info_row {
  display: flex;
  margin-left: 36px;
  margin-right: auto;
}
header.header_wrapper .header_info_row p {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 1300px) {
  header.header_wrapper .header_info_row {
    display: none;
  }
}
header.header_wrapper .header_navigation ul {
  display: flex;
  gap: 40px;
}
header.header_wrapper .header_navigation ul a {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  margin: 0;
  padding: 0;
  transition: ease-in-out 0.25s;
  outline: 2px solid transparent;
}
header.header_wrapper .header_navigation ul li.has_services_dropdown {
  position: initial;
}
header.header_wrapper .header_navigation ul li.has_services_dropdown > a {
  padding: 0 20px 0 0;
}
header.header_wrapper .header_navigation ul li.has_services_dropdown > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transition: ease-in-out 0.25s;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-image: url('../../images/icons/chevron_down.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
header.header_wrapper .header_navigation ul li.has_services_dropdown > a:hover::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 140%;
  height: 48px;
  transform: translateY(100%) translateX(-50%);
}
header.header_wrapper .header_navigation ul li.has_services_dropdown:hover::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 74px;
  transform: translateX(-50%);
}
header.header_wrapper .header_navigation ul li.has_services_dropdown:not(:hover):not(:focus-within) .submenu {
  transform: translateY(96%);
  opacity: 0;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: hidden;
}
header.header_wrapper .header_navigation ul li:hover a,
header.header_wrapper .header_navigation ul li:focus-within a {
  color: #44A89D;
}
header.header_wrapper .header_navigation ul li.has_services_dropdown:hover a::after,
header.header_wrapper .header_navigation ul li.has_services_dropdown:focus-within a::after {
  transform: translateY(-50%) rotate(180deg);
}
header.header_wrapper .header_navigation ul .submenu {
  position: absolute;
  z-index: 100;
  transform: translateY(100%);
  bottom: 20px;
  left: 0;
  width: 100%;
  display: block;
  padding: 0;
  background: var(--color-white);
  opacity: 1;
  box-shadow: 0 0.8125em 0.9375em 0 rgba(216, 218, 221, 0.1);
  border-radius: 0 0 0.1875em 0.1875em;
  border: 1px solid #dbdee4;
  border-width: 0 0 1px 0;
  transition: visibility 0s, opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
header.header_wrapper .header_navigation ul .submenu .container {
  display: block;
  padding: 0 10px 56px 10px;
}
header.header_wrapper .header_navigation ul .submenu .submenu_inner {
  display: flex;
  gap: 14px;
  justify-content: center;
}
header.header_wrapper .header_settings_row {
  display: flex;
  align-items: center;
  gap: 12px;
}
header.header_wrapper .header_settings_row .header_action_wrap {
  position: relative;
}
header.header_wrapper .header_settings_row .header_action_wrap button {
  cursor: pointer;
  position: relative;
  background: initial;
  border: initial;
  padding: 0;
  margin: 0;
  height: 21px;
  width: auto;
  padding: 0 18px 0 0;
  transition: ease-in-out 0.25s;
}
header.header_wrapper .header_settings_row .header_action_wrap button::before {
  content: '';
  transition: inherit;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  background-image: url('../../images/icons/chevron_down.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
header.header_wrapper .header_settings_row .header_action_wrap button[aria-expanded="true"]::before {
  transform: translateY(-50%) rotate(180deg);
}
header.header_wrapper .header_settings_row .header_action_wrap button svg {
  display: block;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header.header_wrapper .header_settings_row .header_action_wrap button svg path {
  transition: ease-in-out 0.25s;
}
header.header_wrapper .header_settings_row .header_action_wrap .header_apopup {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  background: var(--color-white);
  padding: 18px 22px;
  width: auto;
  box-shadow: 0px 11px 22px #0000001C;
  border-radius: 10px;
}
header.header_wrapper .header_settings_row .header_action_wrap .header_apopup .wpml-ls-legacy-list-vertical {
  border: initial;
  padding: 0;
}
header.header_wrapper .header_settings_row .header_action_wrap .header_apopup .wpml-ls-legacy-list-vertical ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
header.header_wrapper .header_settings_row .header_action_wrap .header_apopup .wpml-ls-legacy-list-vertical ul li a {
  color: #6A6A6A;
  padding: 2px 0;
}
header.header_wrapper .header_settings_row .header_action_wrap .header_apopup .wpml-ls-legacy-list-vertical ul li a span {
  color: inherit;
}
header.header_wrapper .submenu_service_box {
  display: block;
  width: 185px;
  height: 185px;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  border-radius: 20px;
  outline: 2px solid transparent;
}
header.header_wrapper .submenu_service_box:focus-visible {
  outline: 2px solid #000000;
}
header.header_wrapper .submenu_service_box img {
  display: block;
  width: 60px;
  height: 60px;
}
header.header_wrapper .submenu_service_box p {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #282834;
  margin: 0;
}
html.scrolled header.header_wrapper,
body.header_open header.header_wrapper {
  height: var(--header-heightActive);
  background: var(--color-white);
  border-bottom: 1px solid #C9C9C9;
}
html.scrolled header.header_wrapper a,
body.header_open header.header_wrapper a,
html.scrolled header.header_wrapper p,
body.header_open header.header_wrapper p {
  color: #000000;
}
html.scrolled header.header_wrapper a span,
body.header_open header.header_wrapper a span,
html.scrolled header.header_wrapper p span,
body.header_open header.header_wrapper p span {
  color: #44A89D;
}
html.scrolled header.header_wrapper p a,
body.header_open header.header_wrapper p a {
  color: #44A89D;
}
html.scrolled header.header_wrapper .header_navigation ul li.has_services_dropdown::after,
body.header_open header.header_wrapper .header_navigation ul li.has_services_dropdown::after {
  filter: invert(1);
}
html.scrolled header.header_wrapper .header_logo,
body.header_open header.header_wrapper .header_logo,
html.scrolled header.header_wrapper .header_logo img,
body.header_open header.header_wrapper .header_logo img,
html.scrolled header.header_wrapper .header_logo svg,
body.header_open header.header_wrapper .header_logo svg {
  width: 80px;
  height: 80px;
}
@media (max-width: 1200px) {
  html.scrolled header.header_wrapper .header_logo,
  body.header_open header.header_wrapper .header_logo,
  html.scrolled header.header_wrapper .header_logo img,
  body.header_open header.header_wrapper .header_logo img,
  html.scrolled header.header_wrapper .header_logo svg,
  body.header_open header.header_wrapper .header_logo svg {
    width: 70px;
    height: 70px;
  }
}
html.scrolled header.header_wrapper .header_logo svg #Path_26,
body.header_open header.header_wrapper .header_logo svg #Path_26,
html.scrolled header.header_wrapper .header_logo svg #Path_27,
body.header_open header.header_wrapper .header_logo svg #Path_27,
html.scrolled header.header_wrapper .header_logo svg #Path_28,
body.header_open header.header_wrapper .header_logo svg #Path_28,
html.scrolled header.header_wrapper .header_logo svg #Path_29,
body.header_open header.header_wrapper .header_logo svg #Path_29,
html.scrolled header.header_wrapper .header_logo svg #Path_30,
body.header_open header.header_wrapper .header_logo svg #Path_30,
html.scrolled header.header_wrapper .header_logo svg #Path_31,
body.header_open header.header_wrapper .header_logo svg #Path_31,
html.scrolled header.header_wrapper .header_logo svg #Path_32,
body.header_open header.header_wrapper .header_logo svg #Path_32,
html.scrolled header.header_wrapper .header_logo svg #Path_33,
body.header_open header.header_wrapper .header_logo svg #Path_33 {
  fill: #000000;
}
html.scrolled header.header_wrapper .header_settings_row .header_action_wrap button svg path,
body.header_open header.header_wrapper .header_settings_row .header_action_wrap button svg path {
  fill: #000000;
}
html.scrolled header.header_wrapper .header_settings_row .header_action_wrap button::before,
body.header_open header.header_wrapper .header_settings_row .header_action_wrap button::before {
  filter: invert(1);
}
html.scrolled header.header_wrapper .header_navigation ul li.has_services_dropdown > a::after,
body.header_open header.header_wrapper .header_navigation ul li.has_services_dropdown > a::after {
  filter: invert(1);
}
body.overlay_open header.header_wrapper,
body.header_open header.header_wrapper {
  background: var(--color-white);
}
body.overlay_open header.header_wrapper a,
body.header_open header.header_wrapper a,
body.overlay_open header.header_wrapper p,
body.header_open header.header_wrapper p {
  color: #000000;
}
body.overlay_open header.header_wrapper a span,
body.header_open header.header_wrapper a span,
body.overlay_open header.header_wrapper p span,
body.header_open header.header_wrapper p span {
  color: #44A89D;
}
body.overlay_open header.header_wrapper p a,
body.header_open header.header_wrapper p a {
  color: #44A89D;
}
body.overlay_open header.header_wrapper .header_navigation ul .submenu,
body.header_open header.header_wrapper .header_navigation ul .submenu {
  bottom: 0;
}
body.overlay_open header.header_wrapper .header_navigation ul li.has_services_dropdown::after,
body.header_open header.header_wrapper .header_navigation ul li.has_services_dropdown::after {
  filter: invert(1);
}
body.overlay_open header.header_wrapper .header_logo svg #Path_26,
body.header_open header.header_wrapper .header_logo svg #Path_26,
body.overlay_open header.header_wrapper .header_logo svg #Path_27,
body.header_open header.header_wrapper .header_logo svg #Path_27,
body.overlay_open header.header_wrapper .header_logo svg #Path_28,
body.header_open header.header_wrapper .header_logo svg #Path_28,
body.overlay_open header.header_wrapper .header_logo svg #Path_29,
body.header_open header.header_wrapper .header_logo svg #Path_29,
body.overlay_open header.header_wrapper .header_logo svg #Path_30,
body.header_open header.header_wrapper .header_logo svg #Path_30,
body.overlay_open header.header_wrapper .header_logo svg #Path_31,
body.header_open header.header_wrapper .header_logo svg #Path_31,
body.overlay_open header.header_wrapper .header_logo svg #Path_32,
body.header_open header.header_wrapper .header_logo svg #Path_32,
body.overlay_open header.header_wrapper .header_logo svg #Path_33,
body.header_open header.header_wrapper .header_logo svg #Path_33 {
  fill: #000000;
}
body.overlay_open header.header_wrapper .header_settings_row .header_action_wrap button svg path,
body.header_open header.header_wrapper .header_settings_row .header_action_wrap button svg path {
  fill: #000000;
}
body.overlay_open header.header_wrapper .header_settings_row .header_action_wrap button::before,
body.header_open header.header_wrapper .header_settings_row .header_action_wrap button::before {
  filter: invert(1);
}
body.overlay_open header.header_wrapper .header_navigation ul li.has_services_dropdown > a::after,
body.header_open header.header_wrapper .header_navigation ul li.has_services_dropdown > a::after {
  filter: invert(1);
}
html.scrolled body.overlay_open header.header_wrapper .header_navigation ul .submenu .container {
  padding-top: 22px;
}
label.hb_label {
  display: flex;
  flex-direction: column;
  width: 25px;
  cursor: pointer;
  margin-left: auto;
  transition: ease-in-out 0.5s;
  padding: 15px;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #ADADAD6A;
  background: hsla(0, 0%, 0%, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
label.hb_label span {
  background: #ffffff;
  border-radius: 15px;
  height: 2px;
  margin: 3px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
label.hb_label span:nth-of-type(1) {
  width: 100%;
}
label.hb_label span:nth-of-type(2) {
  width: 100%;
}
label.hb_label span:nth-of-type(3) {
  width: 100%;
}
label.hb_label input[type="checkbox"] {
  display: none;
}
.header_menu {
  position: fixed;
  top: calc(var(--header-heightActive) - 1px);
  left: 0;
  width: 100%;
  height: calc(100vh - var(--header-heightActive) + 1px);
  height: calc(100dvh - var(--header-heightActive) + 1px);
  background: #ffffff;
  z-index: 10000;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transition: ease-in-out 0.25s;
}
.header_menu .header_menu_content {
  display: flex;
  flex-direction: column;
  padding: 0;
  height: 100%;
}
.header_menu .mobile_header_upper {
  padding: 20px 36px 0 36px;
}
.header_menu .mobile_header_navigation {
  margin: 0 0 40px 0;
}
.header_menu .mobile_header_navigation ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header_menu .mobile_header_navigation ul li a {
  padding: 3px 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  color: #000000;
}
.header_menu .mobile_nav_title {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 24px 0;
}
.header_menu #mobile_language_btn {
  cursor: pointer;
  position: relative;
  background: initial;
  border: initial;
  padding: 0;
  margin: 0;
  height: 21px;
  width: auto;
  padding: 0 18px 0 0;
  transition: ease-in-out 0.25s;
}
.header_menu #mobile_language_btn::before {
  content: '';
  transition: inherit;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  background-image: url('../../images/icons/chevron_down.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: invert(1);
}
.header_menu #mobile_language_btn svg {
  display: block;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header_menu #mobile_language_btn svg path {
  transition: ease-in-out 0.25s;
  fill: #000000;
}
.header_menu .mobile_header_lower {
  background: #F7F7F7;
  padding: 26px 36px 30px 36px;
  margin: auto 0 0 0;
}
.header_menu .mobile_header_lower p {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
.header_menu .mobile_header_lower p span,
.header_menu .mobile_header_lower p a {
  font-weight: 700;
  color: inherit;
}
.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-in-left {
  0% {
    left: -1500px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    left: -1500px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
.slide-out-left {
  -webkit-animation: slide-out-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-out-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-out-left {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: -1500px;
    opacity: 0;
  }
}
@keyframes slide-out-left {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -1500px;
    opacity: 0;
  }
}
@media (min-width: calc(1200px + 1px)) {
  #mobile_menu_popup {
    display: none;
  }
  label.hb_label {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header_wrapper .header_navigation,
  .header_wrapper .header_settings_row {
    display: none !important;
  }
}
#mobile_menu_popup {
  opacity: 0;
}
#mobile_menu_popup.hidden {
  z-index: 2;
  pointer-events: none;
  user-select: none;
}
html {
  overflow-x: hidden;
  font-size: 100%;
}
html body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Ubuntu", sans-serif;
}
html.font_125 {
  font-size: 125%;
}
@media (max-width: 768px) {
  html.font_125 {
    font-size: 112.5%;
  }
}
html.font_150 {
  font-size: 150%;
}
@media (max-width: 768px) {
  html.font_150 {
    font-size: 125%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
* {
  box-sizing: border-box;
}
a {
  color: inherit;
  outline: 2px solid transparent;
  text-decoration: none;
  display: inline-block;
  border-radius: 2px;
}
a:focus-visible {
  outline-color: var(--color-black);
}
.container {
  max-width: 1460px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    width: calc(100% - 40px);
  }
}
.container.container_sm {
  max-width: 1350px;
}
p {
  margin: 0;
}
img {
  max-width: 100%;
}
h1,
.h1 {
  font-weight: 700;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.15em;
  color: var(--color-textDark);
  margin: 0 0 0.4em 0;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
h1 span,
.h1 span {
  color: #FFED00;
}
h2,
.h2 {
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.15em;
  color: var(--color-textDark);
  margin: 0 0 0.7em 0;
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
h2 span,
.h2 span {
  color: #FFED00;
}
h3,
.h3 {
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2em;
  color: var(--color-textDark);
  margin: 0 0 0.8em 0;
}
@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
h3 span,
.h3 span {
  color: #FFED00;
}
h4,
.h4 {
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.15em;
  color: var(--color-textDark);
  margin: 0 0 0.8em 0;
}
@media (max-width: 768px) {
  h4,
  .h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
h5,
.h5 {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2em;
  color: var(--color-textDark);
  margin: 0 0 0.75em 0;
}
@media (max-width: 768px) {
  h5,
  .h5 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
p,
.paragraph {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2em;
  color: var(--color-textDark);
  margin: 0 0 0.6em 0;
}
@media (max-width: 768px) {
  p,
  .paragraph {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p_xl {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
  color: var(--color-textDark);
  margin: 0 0 0.6em 0;
}
@media (max-width: 768px) {
  .p_xl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.info_text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #9A9A9A;
  margin: 0;
}
.info_text a {
  text-decoration: underline;
}
.info_text a:hover {
  text-decoration: initial;
}
header p,
footer p {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
html.scroll-locked {
  overflow: hidden;
}
html.scroll-locked body {
  overflow: hidden;
}
.events-none {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 1401px) {
  .hide_above_1400 {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .hide_below_1400 {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .hide_above_1200 {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .hide_below_1200 {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hide_above_768 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hide_below_768 {
    display: none !important;
  }
}
section.home_initial {
  height: 838px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1000px) {
  section.home_initial {
    height: auto;
  }
}
section.home_initial .container {
  height: 100%;
  padding: 100px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1000px) {
  section.home_initial .container {
    flex-direction: column;
    padding: 220px 0 44px 0;
    gap: 32px;
  }
}
section.home_initial .container::before,
section.home_initial .container::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url('../../images/icons/evor_star.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.home_initial .container::before {
  top: 224px;
  left: 572px;
}
section.home_initial .container::after {
  bottom: 128px;
  left: 506px;
}
section.home_initial .home_initial_bg,
section.home_initial::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.home_initial::after {
  content: '';
  background: black;
  opacity: 0.4;
}
section.home_initial .home_initial_bg {
  object-fit: cover;
}
section.home_initial h1,
section.home_initial h2,
section.home_initial h3,
section.home_initial p:not(.info_text) {
  color: #ffffff;
}
@media (max-width: 1000px) {
  section.home_initial h1,
  section.home_initial h2,
  section.home_initial h3,
  section.home_initial p:not(.info_text) {
    text-align: center;
  }
}
section.home_initial h1 {
  font-weight: 400;
}
section.home_initial h1 span {
  font-weight: 700;
}
section.home_initial .block_left {
  max-width: 510px;
}
section.home_initial .block_left p {
  max-width: 298px;
}
@media (max-width: 1000px) {
  section.home_initial .block_left p {
    margin: 0 auto;
  }
}
section.home_initial .block_right {
  max-width: 485px;
}
@media (max-width: 768px) {
  section.home_initial .info_text {
    max-width: 17rem;
  }
}
.initial_offer_box {
  width: 100%;
  padding: 58px 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #ADADAD6A;
  border-radius: 20px;
  opacity: 1;
  backdrop-filter: blur(27px);
  -webkit-backdrop-filter: blur(27px);
}
@media (max-width: 768px) {
  .initial_offer_box {
    padding: 32px 28px;
  }
}
.initial_offer_box .form_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  justify-content: center;
  margin: 16px 0 20px 0;
}
.initial_offer_box .form_wrap .input_wrap input {
  text-align: center;
}
.initial_offer_box .btn_color_white {
  width: 100%;
}
.initial_offer_box h3 {
  color: #ffffff;
  max-width: 18.75rem;
  margin: 0 auto 10px auto;
}
@media (max-width: 768px) {
  .initial_offer_box h3 {
    max-width: 13rem;
  }
}
section.evor_stats {
  padding: 72px 0 92px 0;
  background: #FAFAFA;
}
@media (max-width: 768px) {
  section.evor_stats {
    padding: 46px 0 0 0;
  }
}
section.evor_stats .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
section.evor_stats .container::before {
  content: '';
  position: absolute;
  top: 250px;
  left: 555px;
  width: 17px;
  height: 17px;
  background-image: url('../../images/icons/evor_star_angle.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1000px) {
  section.evor_stats .container {
    flex-direction: column;
    gap: 48px;
  }
}
@media (max-width: 768px) {
  section.evor_stats .container {
    gap: 32px;
  }
}
section.evor_stats .block_left {
  max-width: 30.5rem;
}
section.evor_stats .block_right {
  max-width: 740px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 68px 40px;
}
@media (max-width: 768px) {
  section.evor_stats .block_right {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.stats_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .stats_box {
    gap: 5px;
    align-items: baseline;
    text-align: left;
    padding: 20px 0;
  }
  .stats_box:not(:first-of-type) {
    border-top: 1px solid #C9C9C9;
  }
}
.stats_box .stats_box_img {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px auto;
}
.stats_box .stats_box_img img {
  display: block;
  margin: 0;
  max-height: 100%;
}
@media (max-width: 768px) {
  .stats_box .stats_box_img {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
  }
  .stats_box .stats_box_img img {
    width: 48px;
    height: 48px;
  }
}
.stats_box p {
  margin: 0;
}
.stats_box .stats_value {
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .stats_box .stats_value {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.1em;
  }
}
.stats_box .stats_label {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .stats_box .stats_label {
    color: #6A6A6A;
    line-height: 1.1em;
  }
}
.consultation_box {
  background: #282834;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 28px;
  position: relative;
  z-index: 5;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .consultation_box {
    height: 180px;
    position: relative;
    top: 90px;
    margin-top: -60px;
  }
}
.consultation_box::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 28px;
  width: 17px;
  height: 17px;
  background-image: url('../../images/icons/evor_star_angle.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.consultation_box p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  margin: 0 auto 15px auto;
  max-width: 120px;
}
@media (max-width: 768px) {
  .consultation_box p {
    max-width: 168px;
  }
}
.consultation_box .btn {
  padding-left: 30px;
  padding-right: 30px;
  height: 50px;
}
@media (max-width: 768px) {
  .consultation_box .btn {
    width: 100%;
  }
}
section.evor_services {
  margin: 62px 0 84px 0;
}
@media (max-width: 768px) {
  section.evor_services {
    margin: 0;
  }
}
section.evor_services .container {
  display: flex;
  justify-content: space-between;
  gap: 60px 22px;
}
@media (max-width: 768px) {
  section.evor_services .container {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
@media (min-width: 1201px) {
  section.evor_services .block_left {
    max-width: 450px;
    padding-top: 40px;
  }
  section.evor_services .block_right {
    max-width: 736px;
  }
  section.evor_services .btn_style_1 {
    padding-left: 32px;
    padding-right: 32px;
  }
}
section.evor_services .block_left {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
section.evor_services .block_right img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 768px) {
  section.evor_services .block_right img {
    max-width: initial;
    width: calc(100% + 40px);
    position: relative;
    z-index: 2;
    left: -20px;
    border-radius: 0;
  }
}
section.evor_services h2 {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  section.evor_services h2 {
    margin: 0 auto 44px auto;
    text-align: center;
  }
}
section.evor_services .btn_row {
  margin: 26px 0 0 0;
}
section.evor_services .eservice_box_btn {
  position: relative;
  margin: 0 0 1rem 0;
  background: initial;
  border: initial;
  padding: 0;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 768px) {
  section.evor_services .eservice_box_btn {
    width: 100%;
  }
}
section.evor_services .eservice_box:not(.active) *:not(.eservice_box_btn) {
  display: none;
}
section.evor_services .eservice_box:not(.active) .eservice_box_btn {
  color: #6A6A6A;
  margin: 0;
}
section.evor_services .eservice_box:not(.active) .eservice_box_btn::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  background-image: url('../../images/icons/chevron_right.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(41%) sepia(0%) saturate(0%) hue-rotate(183deg) brightness(98%) contrast(86%);
}
@media (max-width: 768px) {
  section.evor_services .eservice_box:not(.active) .eservice_box_btn::before {
    right: 0;
  }
}
section.evor_services .eservice_box {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  section.evor_services .eservice_box {
    width: 100%;
    margin-bottom: 18px;
  }
}
section.evor_services .eservice_box.active {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  section.evor_services .eservice_box.active {
    margin-bottom: 30px;
  }
}
section.evor_services div.eservice_box:last-of-type {
  margin-bottom: 0;
}
.price_compare {
  display: flex;
  align-items: center;
  gap: 15px;
}
.price_compare p {
  margin: 0;
}
.price_compare .price_current {
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (max-width: 768px) {
  .price_compare .price_current {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.price_compare .price_current span {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #6A6A6A;
}
section.evor_become_client {
  height: auto;
  min-height: 555px;
  margin: 82px 0 100px 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  section.evor_become_client {
    min-height: initial;
    margin: 70px 0 50px 0;
  }
}
section.evor_become_client .container {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 20px 240px 20px 100px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  section.evor_become_client .container {
    padding: 22px 48px;
  }
}
@media (max-width: 768px) {
  section.evor_become_client .container {
    flex-direction: column;
    width: 100%;
    border-radius: 0;
    padding: 52px 25px 45px 25px;
    justify-content: initial;
  }
}
section.evor_become_client .container::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: inherit;
}
section.evor_become_client .container .block_left {
  max-width: 384px;
}
section.evor_become_client .container .block_right {
  max-width: 360px;
  width: 100%;
}
section.evor_become_client h1,
section.evor_become_client h2,
section.evor_become_client h3,
section.evor_become_client p,
section.evor_become_client a {
  color: white;
}
@media (max-width: 768px) {
  section.evor_become_client h1,
  section.evor_become_client h2,
  section.evor_become_client h3,
  section.evor_become_client p,
  section.evor_become_client a {
    text-align: center;
  }
}
section.evor_become_client .become_client_bg_elements {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.evor_become_client .become_client_bg_elements::before,
section.evor_become_client .become_client_bg_elements::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url('../../images/icons/evor_star.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.evor_become_client .become_client_bg_elements::before {
  top: 104px;
  left: 730px;
}
@media (max-width: 768px) {
  section.evor_become_client .become_client_bg_elements::before {
    top: 35px;
    right: 25px;
    left: initial;
    width: 18px;
    height: 18px;
  }
}
section.evor_become_client .become_client_bg_elements::after {
  bottom: 94px;
  left: 530px;
}
@media (max-width: 768px) {
  section.evor_become_client .become_client_bg_elements::after {
    bottom: 36px;
    left: 25px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  section.evor_become_client .input_wrap input {
    text-align: center;
    max-width: 16.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  section.evor_become_client button[type="submit"] {
    width: 215px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.evor_decision {
  margin: 100px 0;
}
@media (max-width: 768px) {
  section.evor_decision {
    margin: 50px 0 72px 0;
  }
}
@media (max-width: 768px) {
  section.evor_decision .section_title {
    text-align: center;
    margin: 0 auto 42px auto;
  }
}
section.evor_decision .block_content {
  display: flex;
  gap: 22px;
}
@media (min-width: 1201px) {
  section.evor_decision .block_content {
    justify-content: space-between;
  }
}
section.evor_decision .block_left {
  max-width: 880px;
  width: 100%;
}
section.evor_decision .block_left .section_title {
  margin: 34px 0 50px 0;
}
section.evor_decision .block_right {
  width: 100%;
  max-width: 342px;
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  section.evor_decision .block_right {
    max-width: 146px;
  }
}
.decision_point_box {
  padding: 6px 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  min-height: 96px;
}
@media (min-width: 769px) {
  .decision_point_box {
    border-top: 1px dashed #6A6A6A;
  }
}
@media (max-width: 768px) {
  .decision_point_box {
    min-height: 80px;
    padding: 2px 0;
  }
}
.decision_point_box p,
.decision_point_box a {
  margin: 0;
}
.decision_point_box p {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .decision_point_box p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.decision_point_box a {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #6A6A6A;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .decision_point_box a {
    display: none;
  }
}
.decision_column {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #FAFAFA;
  width: 166px;
  padding: 0 18px;
}
@media (max-width: 768px) {
  .decision_column {
    background: initial;
    width: 68px;
    padding: 0;
  }
}
.decision_column .decision_column_upper {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed #6A6A6A;
}
.decision_column .decision_column_upper p {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  text-align: center;
}
@media (max-width: 768px) {
  .decision_column .decision_column_upper {
    height: 80px;
    border: initial;
  }
  .decision_column .decision_column_upper p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.decision_column .decision_column_lower {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .decision_column .decision_column_lower {
    background: #FAFAFA;
  }
}
.decision_column .decision_column_row {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.decision_column .decision_column_row img {
  display: block;
  object-fit: contain;
}
@media (max-width: 768px) {
  .decision_column .decision_column_row {
    min-height: 80px;
  }
  .decision_column .decision_column_row img {
    width: 14px;
    height: 10px;
  }
}
.decision_column .decision_column_row p {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  max-width: 100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .decision_column .decision_column_row p {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
section.evor_partners {
  margin: 102px 0 98px 0;
}
section.evor_partners h2 {
  text-align: center;
  margin: 0 auto 40px auto;
}
@media (max-width: 768px) {
  section.evor_partners {
    margin: 70px 0;
  }
}
section.evor_partners .partner_slider {
  display: flex;
  margin: 0 auto 8px auto;
  max-width: 58rem;
  --f-carousel-spacing: 16px;
  --f-carousel-slide-width: calc((100% - 64px) / 5);
}
@media (max-width: 768px) {
  section.evor_partners .partner_slider {
    --f-carousel-spacing: 12px;
    --f-carousel-slide-width: calc((100% - 24px) / 3);
    width: calc(100% + 80px);
    left: -40px;
  }
  section.evor_partners .partner_slider::before {
    content: '';
    position: absolute;
    z-index: 6;
    top: 0  ;
    left: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  section.evor_partners .partner_slider::after {
    content: '';
    position: absolute;
    z-index: 6;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
}
section.evor_partners .partner_slider .f-progress {
  display: none;
}
section.evor_partners .partner_slider .f-carousel__dots {
  display: none;
}
@media (max-width: 768px) {
  section.evor_partners .partner_slider .f-carousel__nav {
    display: none;
  }
}
section.evor_partners .partner_slider .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.25s;
}
section.evor_partners .partner_slider .f-carousel__slide img {
  display: block;
  object-fit: contain;
  max-height: 90px;
}
section.evor_partners .partner_slider .f-carousel__slide:not(.is-selected) {
  filter: grayscale(1);
}
section.evor_partners_simple {
  margin: 102px 0 98px 0;
}
section.evor_partners_simple .block_content {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: start;
  justify-content: end;
}
section.evor_partners_simple .block_content > * {
  flex: 0 0 calc((100% - 5 * 14px) / 6);
}
section.evor_partners_simple h2 {
  text-align: center;
  margin: 0 auto 80px auto;
}
section.contact_us {
  position: relative;
  z-index: 5;
}
@media (min-width: 1201px) {
  section.contact_us::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #F5F5F5;
  }
}
@media (min-width: 1201px) {
  section.contact_us .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1200px) {
  section.contact_us .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
@media (min-width: 1201px) {
  section.contact_us .block_left,
  section.contact_us .block_right {
    padding: 120px 0 134px 0;
  }
  section.contact_us .block_left * {
    max-width: 436px;
  }
  section.contact_us .block_right * {
    max-width: 480px;
  }
  section.contact_us .block_left h1 {
    max-width: 390px;
  }
  section.contact_us .block_right > * {
    margin-left: auto;
  }
}
section.contact_us .block_left hr {
  margin: 40px 0 44px 0;
  border: initial;
  background: #707070;
  opacity: 0.5;
  height: 1px;
  width: 100%;
  max-width: 436px;
}
section.contact_us .block_left p {
  margin-bottom: 1.2em;
}
@media (max-width: 768px) {
  section.contact_us .block_left .h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
section.contact_us .block_left .p_xl {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 28px;
}
@media (max-width: 1200px) {
  section.contact_us .block_left {
    padding: 40px 0 0 0;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  section.contact_us .block_right {
    background: #F5F5F5;
    padding: 52px 0 56px 0;
    position: relative;
  }
  section.contact_us .block_right::before,
  section.contact_us .block_right::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    background: inherit;
    width: 30px;
    height: 100%;
  }
  section.contact_us .block_right::before {
    left: 0;
    transform: translateX(-100%);
  }
  section.contact_us .block_right::after {
    right: 0;
    transform: translateX(100%);
  }
  section.contact_us .block_right form {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  section.contact_us .block_right::before,
  section.contact_us .block_right::after {
    width: 20px;
  }
}
section.contact_us .contact_detail_box {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 22px 0;
}
section.contact_us .contact_detail_box img {
  width: 18px;
  height: 18px;
}
section.contact_us .contact_detail_box p {
  margin: 0;
}
section.evor_map {
  height: 520px;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  section.evor_map {
    height: 555px;
  }
}
section.evor_map #map,
section.evor_map .map {
  height: 100%;
}
section.evor_map .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  height: 100%;
  pointer-events: none;
  user-select: none;
}
section.evor_map .container > * {
  pointer-events: initial;
  user-select: initial;
}
section.evor_map .evor_map_floating_box {
  position: absolute;
  top: 50px;
  right: 0;
  background: #ffffff;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 20px;
  padding: 26px 30px 22px 30px;
  width: 100%;
  max-width: 340px;
}
@media (max-width: 768px) {
  section.evor_map .evor_map_floating_box {
    top: initial;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 372px;
  }
}
section.evor_map .evor_map_floating_box p {
  font-size: 16px;
  font-size: 1rem;
  max-width: 240px;
}
section.evor_map .evor_map_floating_box p strong {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
section.evor_map .evor_map_floating_box .link_row {
  display: flex;
  gap: 12px;
  margin: 14px 0 0 0;
}
section.evor_map .evor_map_floating_box .link_row a,
section.evor_map .evor_map_floating_box .link_row img {
  display: block;
}
section.evor_2_side_content {
  position: relative;
  z-index: 5;
  margin: 0;
  height: 558px;
  overflow: hidden;
  background: #FAFAFA;
}
@media (min-height: 2200px) {
  section.evor_2_side_content {
    height: 780px;
  }
}
@media (max-width: 1200px) {
  section.evor_2_side_content {
    height: auto;
    max-height: initial;
  }
}
section.evor_2_side_content .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  max-height: inherit;
}
@media (min-width: 1201px) {
  section.evor_2_side_content .container .block_right img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
  }
}
@media (max-width: 1200px) {
  section.evor_2_side_content .container {
    display: flex;
    flex-direction: column;
    min-height: initial;
  }
  section.evor_2_side_content .container .block_left {
    padding: 40px 0 50px 0;
    max-width: 640px;
  }
  section.evor_2_side_content .container .block_right img {
    position: relative;
    left: -30px;
    width: calc(100% + 60px);
  }
}
@media (max-width: 768px) {
  section.evor_2_side_content .container .block_right img {
    left: -20px;
    width: calc(100% + 40px);
  }
}
section.evor_2_side_content .block_left {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}
@media (min-width: 1201px) {
  section.evor_2_side_content .block_left > * {
    max-width: 470px;
  }
  section.evor_2_side_content .block_left > h2 {
    max-width: 430px;
  }
}
section.evor_2_side_content .block_left .btn {
  margin-top: 18px;
}
section.evor_2_side_content .block_right {
  max-height: inherit;
}
section.evor_2_side_content .block_right img {
  display: block;
  max-width: initial;
  max-height: inherit;
  object-fit: cover;
}
@media (min-width: 1201px) {
  section.evor_2_side_content.block_reversed .container {
    min-height: inherit;
  }
  section.evor_2_side_content.block_reversed .container .block_left .stats_box_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 68px 40px;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    padding: 24px 8px;
  }
  section.evor_2_side_content.block_reversed .container .block_right {
    order: -1;
  }
  section.evor_2_side_content.block_reversed .container .block_right img {
    left: 0;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  section.evor_2_side_content .container .block_left {
    max-width: initial;
  }
  section.evor_2_side_content .container .block_left .stats_box_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
section.evor_2_side_content .stats_box_wrap {
  width: 100%;
}
section.evor_about_services {
  margin: 84px 0 16px 0;
}
@media (max-width: 768px) {
  section.evor_about_services {
    margin: 46px 0 16px 0;
  }
}
section.evor_about_services .container {
  display: flex;
  gap: 44px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  section.evor_about_services .container {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 768px) {
  section.evor_about_services .container h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
section.evor_about_services .block_left {
  flex-shrink: 0;
}
@media (min-width: 1201px) {
  section.evor_about_services .block_left {
    max-width: 312px;
  }
}
section.evor_about_services .block_right {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media (min-width: 1201px) {
  section.evor_about_services .block_right p {
    text-align: right;
  }
}
section.evor_about_services .block_content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 0 0 30px 0;
}
@media (max-width: 1200px) {
  section.evor_about_services .block_content {
    order: 10;
    margin: 36px 0 0 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.evor_about_services .block_content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.service_box {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  min-height: 150px;
  background: #F5F5F5;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service_box .icon_wrap {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px 0;
}
.service_box .icon_wrap img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 500px) {
  .service_box .icon_wrap {
    width: 48px;
    height: 48px;
  }
}
.service_box a,
.service_box p {
  margin: 0;
  text-align: center;
  line-height: 1.2em;
}
.service_box p {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 20px 0;
}
@media (max-width: 500px) {
  .service_box p {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 7px 0;
  }
}
.service_box a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #6A6A6A;
  text-decoration: underline;
}
@media (max-width: 500px) {
  .service_box a {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0 7px 0;
  }
}
body.post-type-archive-news {
  background: #F5F5F5;
}
section.evor_news_archive {
  margin: 92px 0 80px 0;
}
@media (max-width: 768px) {
  section.evor_news_archive {
    margin: 36px 0 48px 0;
  }
}
section.evor_news_archive .block_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1200px) {
  section.evor_news_archive .block_content {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  section.evor_news_archive .block_content {
    gap: 14px;
  }
}
.news_box {
  display: flex;
  outline: 2px solid transparent;
  border-radius: 0;
  width: 100%;
}
.news_box:focus-visible {
  outline: 2px solid #282834;
}
.news_box .news_box_left {
  flex-shrink: 0;
  width: 256px;
  height: 100%;
}
.news_box .news_box_left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .news_box .news_box_left {
    width: 136px;
  }
}
.news_box .news_box_right {
  flex-grow: 1;
  padding: 32px 48px 16px 40px;
  background: #ffffff;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}
@media (max-width: 768px) {
  .news_box .news_box_right {
    padding: 24px;
  }
}
.news_box .news_box_right::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 30px;
  right: 22px;
  width: 11px;
  height: 11px;
  background-image: url('../../images/icons/arrow_right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .news_box .news_box_right::before {
    width: 8px;
    height: 8px;
    top: 12px;
    right: 10px;
  }
}
.news_box .news_box_right .news_box_title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2em;
  min-height: 1.5rem;
  margin: 0 0 18px 0;
}
@media (max-width: 768px) {
  .news_box .news_box_right .news_box_title {
    font-size: 16px;
    font-size: 1rem;
    min-height: 1.2rem;
    margin: 0 0 12px 0;
  }
}
.news_box .news_box_right .news_box_date {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #6A6A6A;
  margin: 0 0 16px 0;
  text-transform: lowercase;
}
@media (max-width: 768px) {
  .news_box .news_box_right .news_box_date {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
  }
}
.news_box .news_box_right p:not(.news_box_date) {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .news_box .news_box_right p:not(.news_box_date) {
    display: none;
  }
}
.post_h1 {
  margin: 0 0 14px 0;
}
.post_date {
  color: #6A6A6A;
  margin: 0 0 42px 0;
  text-transform: lowercase;
}
.single_news_content {
  max-width: 790px;
}
body main .bb_free_text p a {
  color: #44A89D;
  font-weight: 700;
}
body main .bb_free_text ul {
  margin: 4px 0;
}
body main .bb_free_text ul li {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2em;
  color: var(--color-textDark);
  margin: 0 0 0.6em 0;
  padding: 0 0 0 28px;
  margin: 20px 0;
  position: relative;
}
@media (max-width: 768px) {
  body main .bb_free_text ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}
body main .bb_free_text ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-image: url('../../images/icons/evor_element_secondary.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 768px) {
  body main .bb_free_text ul li {
    padding: 0 0 0 24px;
    margin: 16px 0;
  }
  body main .bb_free_text ul li::before {
    width: 16px;
    height: 16px;
  }
}
body main .bb_gallery {
  width: 100%;
}
@media (max-width: 768px) {
  body main .bb_gallery {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
}
body main .bb_gallery .f-carousel__dots {
  display: none;
}
body main .bb_gallery .f-carousel__nav .f-button.is-prev,
body main .bb_gallery .f-carousel__nav .f-button.is-next {
  width: 42px;
  height: 42px;
  z-index: 101;
  border-radius: 50%;
  pointer-events: initial;
}
@media (max-width: 768px) {
  body main .bb_gallery .f-carousel__nav .f-button.is-prev,
  body main .bb_gallery .f-carousel__nav .f-button.is-next {
    width: 32px;
    height: 32px;
  }
}
body main .bb_gallery .f-carousel__nav .f-button.is-prev::before,
body main .bb_gallery .f-carousel__nav .f-button.is-next::before {
  content: '';
  position: absolute;
  background-image: url('../../images/icons/circle_box_arrow_right.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
body main .bb_gallery .f-carousel__nav .f-button.is-prev svg,
body main .bb_gallery .f-carousel__nav .f-button.is-next svg {
  display: none;
}
body main .bb_gallery .f-carousel__nav .f-button.is-prev:focus-visible,
body main .bb_gallery .f-carousel__nav .f-button.is-next:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  box-shadow: initial;
  border-radius: inherit;
}
body main .bb_gallery .f-carousel__nav .f-button[disabled] {
  cursor: not-allowed;
  opacity: 0.75;
}
body main .bb_gallery .f-carousel__nav .f-button.is-next {
  right: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body main .bb_gallery .f-carousel__nav .f-button.is-prev {
  left: 32px;
  transform: translateY(-50%) scaleX(-1);
  -webkit-transform: translateY(-50%) scaleX(-1);
}
body main .bb_gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 20px;
  object-fit: cover;
  min-height: 250px;
}
@media (max-width: 768px) {
  body main .bb_gallery img {
    border-radius: 0;
  }
}
body main .bb_quote {
  margin: 18px 0 38px 0;
}
body main .bb_quote h2 {
  margin: 0 0 18px 0;
}
body main .bb_quote .bb_quote_text p {
  position: relative;
  margin: 0;
  padding: 0 0 0 22px;
}
body main .bb_quote .bb_quote_text p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  border-radius: 4px;
  background: #FFC400;
}
body.single-news h1,
body.single-news .h1 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  body.single-news h1,
  body.single-news .h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
body.single-news h2,
body.single-news .h2 {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (max-width: 768px) {
  body.single-news h2,
  body.single-news .h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
body.single-news h3,
body.single-news .h3 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  body.single-news h3,
  body.single-news .h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
body.single-news h4,
body.single-news .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  body.single-news h4,
  body.single-news .h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.single_news_share {
  position: absolute;
  top: 58px;
  right: 62px;
  background: #F5F5F5;
  border-radius: 21px;
  width: 41px;
}
@media (max-width: 1200px) {
  .single_news_share {
    right: 24px;
  }
}
@media (max-width: 768px) {
  .single_news_share {
    width: fit-content;
    height: 41px;
    top: initial;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
  }
}
.single_news_share button,
.single_news_share a,
.single_news_share .share_arrow {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: initial;
  border: initial;
  border-radius: inherit;
  padding: 0;
  margin: 0;
  width: 41px;
  height: 41px;
}
.single_news_share .socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  border-top: 1px solid #6A6A6A;
}
@media (max-width: 768px) {
  .single_news_share .socials {
    flex-direction: row;
    border: initial;
    gap: 16px;
  }
}
@media print {
  main {
    padding-top: 0 !important;
    background: #ffffff !important;
  }
  .header_wrapper,
  .footer_wrapper,
  .single_news_share {
    display: none;
  }
  body {
    width: 100%;
    max-width: 100%;
  }
  .container {
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0 auto;
    background: #ffffff !important;
  }
}
section.services_banner {
  height: 494px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  section.services_banner {
    height: auto;
  }
}
section.services_banner::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
section.services_banner .container {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 25px 0;
}
@media (max-width: 1200px) {
  section.services_banner .container {
    flex-direction: column;
    padding: 210px 0 45px 0;
    align-items: center;
    justify-content: initial;
    text-align: center;
  }
}
section.services_banner .block_right {
  width: 100%;
  max-width: 485px;
}
section.services_banner h1 {
  color: #ffffff;
  max-width: 512px;
  margin: 0 0 20px 0;
  font-size: 60px;
  font-size: 3.75rem;
}
@media (max-width: 768px) {
  section.services_banner h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    max-width: 256px;
  }
}
section.services_banner h2 {
  color: #FFED00;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 22px 0;
}
@media (max-width: 768px) {
  section.services_banner h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    margin: 0 0 20px 0;
  }
}
section.services_banner .initial_offer_box {
  padding: 32px;
}
section.services_banner .initial_offer_box h3 + p {
  color: #ffffff;
  margin: 0 0 18px 0;
}
section.services_selling {
  background: #F5F5F5;
  padding: 50px 0 58px 0;
}
@media (max-width: 768px) {
  section.services_selling {
    padding: 32px 0 64px 0;
  }
}
section.services_selling .container {
  display: flex;
  flex-direction: column;
  gap: 54px;
}
@media (max-width: 768px) {
  section.services_selling .container {
    gap: 40px;
  }
}
section.services_selling .block_upper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  section.services_selling .block_upper {
    flex-direction: column;
    justify-content: initial;
  }
}
section.services_selling .block_upper .block_left {
  max-width: 395px;
}
section.services_selling .block_upper .block_left h3 {
  font-size: 35px;
  font-size: 2.1875rem;
}
@media (max-width: 768px) {
  section.services_selling .block_upper .block_left h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
section.services_selling .block_upper .block_right {
  max-width: 751px;
}
section.services_selling .block_upper .block_right p {
  line-height: 1.4em;
}
@media (min-width: 1201px) {
  section.services_selling .block_upper .block_right {
    text-align: right;
  }
}
section.services_selling .block_content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
@media (max-width: 1400px) {
  section.services_selling .block_content {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1000px) {
  section.services_selling .block_content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  section.services_selling .block_content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
section.services_selling .block_content .servs_box {
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 28px;
}
@media (max-width: 768px) {
  section.services_selling .block_content .servs_box {
    min-height: initial;
    padding: 20px;
  }
}
section.services_selling .block_content .servs_box img {
  display: block;
  margin: 0 0 0 auto;
}
@media (max-width: 500px) {
  section.services_selling .block_content .servs_box img {
    object-fit: contain;
    width: 38px;
    height: 38px;
  }
}
section.services_selling .block_content .servs_box p {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin: auto 0 0 0;
  max-width: 140px;
}
@media (max-width: 768px) {
  section.services_selling .block_content .servs_box p {
    font-size: 15px;
    font-size: 0.9375rem;
    max-width: initial;
  }
}
section.service_offer_apply {
  margin: 90px 0 0 0;
  height: 428px;
}
@media (max-width: 1000px) {
  section.service_offer_apply {
    height: auto;
    margin: 50px 0 0 0;
  }
}
section.service_offer_apply .container {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px 20px 0 0;
  padding: 90px 70px 30px 70px;
  display: flex;
  gap: 140px;
  position: relative;
  z-index: 5;
}
section.service_offer_apply .container .black_overlay {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #000000;
  opacity: 0.4;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
section.service_offer_apply .container::before,
section.service_offer_apply .container::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url('../../images/icons/evor_star.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 768px) {
  section.service_offer_apply .container::before,
  section.service_offer_apply .container::after {
    width: 18px;
    height: 18px;
  }
}
section.service_offer_apply .container::before {
  top: 92px;
  right: 200px;
}
@media (max-width: 1000px) {
  section.service_offer_apply .container::before {
    top: 35px;
    right: 25px;
  }
}
section.service_offer_apply .container::after {
  bottom: 66px;
  left: 500px;
}
@media (max-width: 1000px) {
  section.service_offer_apply .container::after {
    bottom: 36px;
    left: 25px;
  }
}
@media (max-width: 1000px) {
  section.service_offer_apply .container {
    width: 100%;
    border-radius: 0;
    padding: 52px 25px 46px 25px;
    gap: 20px 36px;
  }
}
@media (max-width: 768px) {
  section.service_offer_apply .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  section.service_offer_apply .container .form_wrap input {
    text-align: center;
  }
}
section.service_offer_apply .block_left {
  max-width: 388px;
}
section.service_offer_apply .block_right {
  width: 100%;
  max-width: 360px;
}
section.service_offer_apply h1,
section.service_offer_apply h2,
section.service_offer_apply h3,
section.service_offer_apply p {
  color: #ffffff;
}
section.service_offer_apply p {
  font-size: 16px;
  font-size: 1rem;
}
section.service_offer_apply + section.evor_about_services {
  background: #F5F5F5;
  margin: 0;
  padding: 120px 0;
}
section.service_offer_apply + section.evor_about_services .service_box {
  background: #ffffff;
}
@media (max-width: 768px) {
  section.service_offer_apply + section.evor_about_services {
    padding: 50px 0 150px 0;
  }
}
section.selling_targets {
  margin: 64px 0 72px 0;
}
section.selling_targets .block_content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1200px) {
  section.selling_targets .block_content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  section.selling_targets .block_content {
    gap: 10px;
  }
}
@media (max-width: 500px) {
  section.selling_targets .block_content {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.selling_targets .starget_box {
  width: 100%;
  height: auto;
  min-height: 320px;
  background: #F5F5F5;
  border-radius: 20px;
  padding: 36px 42px;
}
@media (max-width: 768px) {
  section.selling_targets .starget_box {
    padding: 22px 28px;
    min-height: initial;
  }
}
section.selling_targets .starget_box .box_img_wrap {
  height: 68px;
  margin: 0 0 40px 0;
}
@media (max-width: 1400px) {
  section.selling_targets .starget_box .box_img_wrap {
    margin: 0 0 28px 0;
  }
}
@media (max-width: 768px) {
  section.selling_targets .starget_box .box_img_wrap {
    height: 36px;
    margin: 0 0 16px 0;
  }
}
section.selling_targets .starget_box .box_img_wrap img {
  display: block;
  max-height: 100%;
}
section.selling_targets .starget_box .box_title {
  font-weight: 800;
  font-size: 27px;
  font-size: 1.6875rem;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  section.selling_targets .starget_box .box_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
section.selling_targets .starget_box .box_text {
  max-width: 242px;
  margin: 0;
}
@media (max-width: 1400px) {
  section.selling_targets .starget_box .box_text {
    max-width: initial;
  }
}
div.fancybox__container {
  z-index: 10050;
  max-width: 100vw;
  max-height: 100vh;
}
#mobile_language_popup {
  max-width: 200px;
  border-radius: 20px;
}
@media (min-width: 1201px) {
  html[lang="ru-RU"] section.home_initial .block_left {
    max-width: 740px;
  }
  html[lang="ru-RU"] section.home_initial .block_left p {
    max-width: 470px;
  }
}
footer.footer_wrapper {
  background: #282834;
  margin: 192px 0 0 0;
}
footer.footer_wrapper a:focus-visible {
  outline: 2px solid var(--color-white);
}
footer.footer_wrapper .container {
  position: relative;
  z-index: 5;
}
@media (min-width: 769px) {
  footer.footer_wrapper .container::before,
  footer.footer_wrapper .container::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url('../../images/icons/evor_star.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  footer.footer_wrapper .container::before {
    top: 260px;
    right: 198px;
  }
  footer.footer_wrapper .container::after {
    bottom: 47px;
    right: 576px;
  }
}
footer.footer_wrapper .footer_upper {
  padding: 80px 0 30px 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 768px) {
  footer.footer_wrapper .footer_upper {
    padding: 80px 0 44px 0;
  }
}
footer.footer_wrapper .footer_lower {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 31px 0;
  position: relative;
}
@media (max-width: 768px) {
  footer.footer_wrapper .footer_lower {
    flex-direction: column;
    align-items: baseline;
    justify-content: normal;
    gap: 12px;
    padding: 0 100px 36px 0;
  }
}
footer.footer_wrapper .footer_lower > div {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (min-width: 769px) {
  footer.footer_wrapper .footer_lower > div .footer_copyright {
    margin-right: 90px;
  }
}
@media (max-width: 768px) {
  footer.footer_wrapper .footer_lower > div .footer_copyright {
    max-width: 12.5rem;
  }
}
footer.footer_wrapper .footer_lower .footer_logo {
  display: block;
  height: 100%;
  max-height: 66px;
}
@media (max-width: 768px) {
  footer.footer_wrapper .footer_lower .footer_logo {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    right: 0;
  }
}
footer.footer_wrapper .footer_lower a,
footer.footer_wrapper .footer_lower p {
  color: #C9C9C9;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
footer.footer_wrapper .footer_grandem_logo_url {
  display: flex;
}
footer.footer_wrapper .footer_grandem_logo {
  padding-left: 6px;
  position: relative;
  top: 4px;
}
.footer_subscribe_column {
  width: 100%;
  max-width: 372px;
  background: #ffffff;
  box-shadow: 0px -4px 30px #0000001C;
  border-radius: 20px;
  padding: 52px 36px 30px 36px;
  margin: -156px 0 0 0;
}
@media (max-width: 768px) {
  .footer_subscribe_column {
    margin: -150px auto 0 auto;
    padding: 32px 28px 28px 28px;
  }
  .footer_subscribe_column .form_wrap button[type="submit"] {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer_column {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  max-width: 185px;
}
@media (max-width: 768px) {
  .footer_column {
    display: none;
  }
}
.footer_column .footer_column_title {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 1.375rem 0;
  color: #ffffff;
}
.footer_column ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer_column ul li a,
.footer_column ul li p {
  font-size: 16px;
  font-size: 1rem;
  color: #C9C9C9;
  padding: 2px 0;
  margin: 0;
}
.return_top_btn {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  background: initial;
  border: initial;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
