@charset "UTF-8";
body [data-delay] {
  transition:
    transform 0.5s cubic-bezier(0, 0.3, 0.3, 0.995),
    opacity 0.3s linear;
}
body [data-type="wordsplit"] {
  opacity: 1;
  transform: translateY(0);
  transition: none;
}
body [data-type="wordsplit"] .dir span {
  display: inline-block;
  transition:
    transform 0.4s ease-out,
    opacity 0.4s ease-in;
  transform: translateX(0);
  opacity: 1;
}
body .animate .js__anim__slide {
  transform: translateY(0);
  opacity: 1;
}
body .js__anim__item {
  opacity: 0;
  transform: translateY(50px);
  transition: none;
}
body .js__anim__item[data-type="wordsplit"] {
  opacity: 1;
  transform: translateY(0);
  transition: none;
}
body .js__anim__item[data-type="wordsplit"] .dir span {
  transform: translateX(40px) !important;
  opacity: 0;
  transition-delay: 0s !important;
  transition: none !important;
}
body [data-paralax] {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
[hidden] {
  display: none !important;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
  vertical-align: 0.255em;
  content: "";
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning.focus,
.btn-outline-warning:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-light.focus,
.btn-outline-light:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}
.btn-link:hover {
  color: #0056b3;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  vertical-align: 0;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
  vertical-align: 0;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.bootstrap-select.form-control,
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn,
.dropdown-header,
.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
  margin-bottom: 0;
}
.bootstrap-select > .dropdown-toggle:after,
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
} /*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.bootstrap-select > select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px;
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: #333 dotted thin !important;
  outline: -webkit-focus-ring-color auto 5px !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: 0 !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option,
.input-group
  .bs3-has-addon.bootstrap-select
  .dropdown-toggle
  .filter-option
  .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify,
.bs-actionsbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: 0 !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
  -o-animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
  animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: "\00a0";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup
  .dropdown-toggle
  .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle
  .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle
  .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show
  > .dropdown-toggle
  .filter-option:before {
  display: block;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.footer {
  margin: clamp(72px, calc(130 * var(--size)), 130px) 0 0;
}
.footer__name {
  overflow: hidden;
  text-align: center;
  font-size: calc(330 * var(--size));
  color: #f7f7f7;
  font-weight: 800;
  line-height: 75%;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  z-index: 2;
}
.footer__menu {
  position: relative;
  z-index: 3;
  margin-top: calc(-70 * var(--size));
  border-top: 1px solid #fff;
  backdrop-filter: blur(10px);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 0,
    rgba(0, 0, 0, 0) 30px
  );
}
.footer .svg__bg {
  overflow: hidden;
  pointer-events: none;
  display: block;
  width: calc(400 * var(--size));
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer__logo span,
.footer__menu-l a.button,
.footer__menu-l .logo_pc {
  display: none;
}
.footer .svg__bg svg {
  width: 100%;
  height: auto;
}
.footer .svg__bg svg path {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  transition: all 1.2s ease-out;
}
.footer .svg__bg:not(.js__anim__item) svg path {
  stroke-dashoffset: 0;
}
.footer__menu-container {
  padding: 32px var(--padding-mt2);
}
.footer__logo svg {
  width: 206px;
  height: 48px;
}
.footer__menu-l .logo_mt {
  height: clamp(32px, calc(52 * var(--size-mt)), 52px);
  width: auto;
}
.footer__menu-l {
  margin: 0 0 32px;
}
.footer__menu-r {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__menu-r .openings {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
}
.footer__menu-r .inl {
  margin: 8px 0 0;
}
.footer__menu-r a.link {
  margin: 0;
  color: #528ac8;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}
.footer__menu-r a.link:hover,
.scr-adv-cookies a,
.scr-adv-cookies__form-chk a,
.scr-form--google-recapcha a,
.scr-form__chkbox p a,
.scr-form__chkbox p a:hover,
.scr-form__radio p a,
.scr-form__radio p a:hover {
  text-decoration: underline;
}
.footer__menu-r .soc {
  margin: 24px 0;
  display: flex;
}
.footer__menu-r .soc a.soc_link {
  display: inline-flex;
  margin: 0 20px 0 0;
  text-decoration: none;
}
.footer__menu-r .soc a.soc_link span {
  display: none;
}
.footer__menu-r .soc a.soc_link svg path {
  transition: all 150ms linear;
}
.footer__menu-r .soc a.soc_link:hover svg path {
  fill: #7cc7b9;
}
.footer__foot-container {
  z-index: 5;
  padding: 32px var(--padding-mt2);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer__foot-container::before {
  content: " ";
  border-top: 1px solid #d9d9d9;
  position: absolute;
  left: 50%;
  top: 0;
  height: 1px;
  width: calc(100% - 32px);
  transform: translateX(-50%);
}
.footer__foot-container .footer__foot_c {
  order: 1;
  margin: 0;
  display: flex;
  justify-content: center;
}
.footer__foot-container .footer__foot_c a {
  display: inline-block;
  margin: 0 12px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: all 150ms linear;
}
.lazy,
.lazy img.lazy-big,
.lazybg {
  transition: opacity 0.3s linear;
}
.footer__foot-container .footer__foot_c a:hover {
  color: var(--color-orange);
}
.footer__foot-container p {
  margin: 12px 0;
  order: 2;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
}
.footer__foot-container .footer__scr {
  padding-left: 35px;
  order: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__foot-container .footer__scr span {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
  margin: 0 20px 0 0;
}
.scr-adv-cookies,
.scr-adv-cookies p {
  color: var(--text-primary);
  line-height: 1.4em;
}
.footer__foot {
  position: relative;
  z-index: 6;
}
@media (min-width: 768px) {
  .footer__menu-container {
    padding: 48px var(--padding-pc2);
    margin: 0 auto;
    max-width: var(--container-width-sm);
    flex-direction: initial;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer__menu-container .footer__menu-l {
    width: auto;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .footer__menu-container .footer__menu-l a.footer__logo {
    width: 210px;
    height: 150px;
    margin: 0 0 32px;
  }
  .footer__menu-container .footer__menu-l a.footer__logo svg,
  .footer__menu-container .footer__menu-l a.footer__logo img {
    width: 210px;
    height: 150px;
  }
  .footer__menu-container .footer__menu-l a.button {
    display: inline-flex;
  }
  .footer__menu-container .footer__menu-l .logo_pc {
    display: inline-block;
  }
  .footer__menu-container .footer__menu-l .logo_mt {
    display: none;
  }
  .footer__menu-container .footer__menu-r {
    width: auto;
    text-align: right;
    align-items: flex-end;
  }
  .footer__menu-container .footer__menu-r .inl {
    display: inline-flex;
    align-items: center;
  }
  .footer__foot-container::before,
  .footer__menu-container .footer__menu-r a.button {
    display: none;
  }
  .footer__menu-container .footer__menu-r .inl * {
    white-space: nowrap;
  }
  .footer__menu-container .footer__menu-r .soc {
    order: -1;
    justify-content: flex-end;
  }
  .footer__menu-container .footer__menu-r .soc a {
    margin: 0 0 0 24px;
  }
  .footer__foot {
    border-top: 1px solid #d9d9d9;
  }
}
@media (min-width: 1024px) {
  .footer__foot-container {
    padding: 48px var(--padding-pc2);
    margin: 0 auto;
    max-width: var(--container-width-sm);
    flex-direction: initial;
    justify-content: space-between;
    align-items: center;
  }
  .footer__foot-container p {
    width: auto;
    order: 1;
    text-align: left;
  }
  .footer__foot-container .footer__foot_c {
    order: 2;
    width: auto;
  }
  .footer__foot-container .footer__scr {
    width: auto;
    order: 3;
    padding: 0;
    margin: 0 -30px 0 0;
  }
  .footer__foot-container::before {
    display: none;
  }
}
.img-300 {
  width: 600px;
  display: block;
}
.lazy {
  position: relative;
  opacity: 0;
}
.lazy img {
  width: 100%;
}
.lazy img.lazy-big {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.lazy img.lazy-big.loaded,
.lazy.lazyinit {
  opacity: 1;
}
.lazybg-img-loader {
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  bottom: 0;
}
.lazybg {
  opacity: 0;
}
.lazybg.loaded {
  opacity: 1;
}
.scr-adv-cookies {
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: 650px;
  height: auto;
  padding: 20px;
  background-color: #fff;
  font-size: 12px;
  text-align: left;
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 4000000000;
  box-sizing: border-box;
  margin: 0;
  box-shadow: 0 20px 40px rgba(34, 35, 42, 0.1);
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  border-radius: 0;
  opacity: 0;
  transform: translateY(50px);
  transition:
    transform 0.6s cubic-bezier(0, 0.3, 0.3, 0.995),
    opacity 0.3s linear;
}
.scr-adv-cookies .hidden {
  display: none !important;
}
.scr-adv-cookies p {
  text-align: left;
  float: left;
  margin: 0 0 10px;
  padding: 0;
  font-size: 14px;
}
.scr-adv-cookies p strong {
  margin: 30px 0 0;
}
.scr-adv-cookies button {
  cursor: pointer !important;
}
.scr-adv-cookies a {
  color: var(--text-primary);
  margin: 0;
  cursor: pointer !important;
}
.scr-adv-cookies h3 {
  line-height: 1.4em;
  font-size: 24px;
  margin: 15px 0;
}
.scr-adv-cookies.scr-adv__animate {
  transform: translateY(0);
  opacity: 1;
}
.scr-adv-cookies__close__wrp {
  width: calc(100% - 8px);
  margin: 25px -4px 0;
  display: flex;
  justify-content: space-between;
}
.scr-adv-cookies__sub {
  display: flex;
  flex-direction: column;
  width: 100%;
}
button.scr-adv-cookies__bt,
button.scr-adv-cookies__more {
  border: 0;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  padding: 10px 20px;
  background-color: var(--color-orange);
  border-radius: 12px;
  transition: all 150ms linear;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  display: inline-flex;
}
button.scr-adv-cookies__bt span,
button.scr-adv-cookies__more span {
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
}
button.scr-adv-cookies__bt span + svg,
button.scr-adv-cookies__more span + svg {
  margin: 0 0 0 12px;
}
button.scr-adv-cookies__bt svg:first-child,
button.scr-adv-cookies__more svg:first-child {
  margin: 0 12px 0 0;
}
button.scr-adv-cookies__bt:hover,
button.scr-adv-cookies__more:hover {
  background-color: #000;
}
.scr-adv-cookies__close__r {
  display: flex;
  justify-content: flex-end;
}
.scr-adv-cookies__tabs {
  width: calc(100% + 40px);
  position: relative;
  margin: 25px -20px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
button.scr-adv-cookies__tabbt {
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 0;
  padding: 10px;
  border-radius: 0;
  margin: 0 0 -1px;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
  transition: all 150ms linear;
}
button.scr-adv-cookies__tabbt.active {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  z-index: 2;
  color: var(--text-primary);
  background-color: #fff;
}
.scr-adv-cookies__tabscd {
  max-height: calc(100vh - 310px);
  -webkit-overflow-scrolling: touch;
  margin: 0 -20px;
  padding: 0 20px;
  width: calc(100% + 40px);
  overflow-y: auto;
}
.scr-adv-cookies__tabscd::-webkit-scrollbar {
  width: 10px;
}
.scr-adv-cookies__tabscd::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.scr-adv-cookies__tabscd::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.scr-adv-cookies__tabscd::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.scr-adv-cookies__tabscdi {
  width: 100%;
}
.scr-adv-cookies__tabscdi table {
  width: calc(100% + 20px);
  margin: 30px -10px;
}
.scr-adv-cookies__tabscdi table tr th {
  padding: 5px 10px;
}
.scr-adv-cookies__tabscdi table tr td {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.05);
  border-left: 1px solid #fff;
}
.scr-adv-cookies__tabscdi table tr td:first-child {
  border: 0;
}
.scr-adv-cookies__tabscdi table tr td[colspan] {
  padding: 0 10px 5px;
}
.scr-adv-cookies__tabscdi table tr td p {
  margin: 0;
  background-color: #fff;
  padding: 5px 10px;
  width: 100%;
}
.scr-adv-cookies__tabscdi table tr td span {
  border-radius: 2px;
  background-color: var(--text-primary);
  color: #fff;
  padding: 0 2px;
  margin: 0 -10px;
  font-size: 10px;
  display: inline-block;
  white-space: nowrap;
}
.scr-adv-cookies__form-chk {
  margin: 15px 0;
  display: flex;
  width: 100%;
  position: relative;
  padding: 0 0 0 45px;
}
.scr-adv-cookies__form-chk .chkbox input:disabled + span {
  opacity: 0.4;
}
.scr-adv-cookies__form-chk a {
  color: var(--color-orange);
}
.scr-adv-cookies__form-chk p {
  margin: 0;
}
.scr-adv-cookies__form-chk .chkbox {
  position: absolute;
  left: 0;
  top: 4px;
  width: 35px;
  height: 20px;
}
.scr-adv-cookies__form-chk .chkbox span {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 20px;
  border: 1px solid #d2d6db;
  border-radius: 10px;
  pointer-events: none;
  transition: all 150ms linear;
}
.scr-adv-cookies__form-chk .chkbox span:before {
  content: " ";
  transition: transform 150ms ease-out;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.4);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 1px;
}
.scr-adv-cookies__form-chk .chkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 20px;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
}
.scr-adv-cookies__form-chk .chkbox input:checked + span {
  background-color: var(--color-orange);
  color: var(--text-primary);
  border: 1px solid transparent;
}
.scr-adv-cookies__form-chk .chkbox input:checked + span:before {
  transform: translateX(15px);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .scr-adv-cookies {
    left: 20px;
    bottom: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .scr-adv-cookies__close__r {
    margin-top: 10px;
  }
  .scr-adv-cookies__close__wrp {
    width: 250px;
    margin: 25px auto 0;
    max-width: 100%;
    flex-direction: column;
  }
  .scr-adv-cookies__tabscdi table th {
    display: none !important;
  }
  .scr-adv-cookies__tabscdi table tr td:not([colspan]) {
    display: block;
    width: 100%;
  }
  .scr-adv-cookies__tabscdi table tr td:not([colspan]):before {
    content: attr(data-name);
  }
  .scr-adv-cookies__tabscdi table tr td[colspan] {
    display: flex;
    width: 100%;
  }
  .scr-adv-cookies__close__wrp .scr-adv-cookies__close__r a,
  .scr-adv-cookies__close__wrp .scr-adv-cookies__close__r button,
  .scr-adv-cookies__close__wrp a,
  .scr-adv-cookies__close__wrp button {
    width: 100% !important;
  }
  .scr-adv-cookies__tabscd {
    max-height: initial;
    overflow: hidden;
  }
  .scr-adv-cookies__close__wrp .scr-adv-cookies__close__r {
    flex-direction: column;
  }
}
.scr-form-label,
.scr-form_font-hl,
.scr-form_font-txt {
  font-family: "TT2020", SansSerif, Arial;
}
.scr-form_font-hl {
  margin: 0 0 48px;
}
.scr-form__hl h3 {
  font-size: 28px;
  text-transform: uppercase;
}
.scr-form__hl p {
  margin: 20px 0 0;
}
.scr-form--fields {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .scr-form__hl h3 {
    font-size: 32px;
  }
  .scr-form--fields {
    width: calc(100% + 6px + 6px);
    margin: -6px;
    display: flex;
    flex-wrap: wrap;
  }
}
.scr-form--field {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 5px 0;
}
.scr-form--field.has-danger .scr-form-chkboxitem span,
.scr-form--field.has-danger .scr-form-input,
.scr-form--field.has-danger .scr-form-radioitem span,
.scr-form--field.has-error .scr-form-chkboxitem span,
.scr-form--field.has-error .scr-form-input,
.scr-form--field.has-error .scr-form-radioitem span {
  border-color: #db2d3c;
}
@media (min-width: 768px) {
  .scr-form--field {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 6px;
  }
  .scr-form--field.fullwidth {
    width: 100%;
    flex: 0 0 100%;
  }
}
.scr-form-input {
  font-weight: 400;
  color: #7cc7b9;
  padding: 15px;
  font-size: 13px;
  line-height: 1.25em;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid transparent;
  width: 100%;
  transition: border-color 150ms linear;
}
.scr-form-input::placeholder {
  color: #7cc7b9;
  font-weight: 400;
  opacity: 1;
}
.scr-form-input:-ms-input-placeholder {
  color: #7cc7b9;
  font-weight: 400;
  opacity: 1;
}
.scr-form-input::-ms-input-placeholder {
  color: #7cc7b9;
  font-weight: 400;
  opacity: 1;
}
.scr-form-input:active::placeholder,
.scr-form-input:focus::placeholder {
  opacity: 0;
}
.scr-form-input:active:-ms-input-placeholder,
.scr-form-input:focus:-ms-input-placeholder {
  opacity: 0;
}
.scr-form-input:active::-ms-input-placeholder,
.scr-form-input:focus::-ms-input-placeholder {
  opacity: 0;
}
textarea.scr-form-input {
  height: auto;
  min-height: 164px;
  resize: none;
}
@media (min-width: 768px) {
  .scr-form-input {
    font-size: clamp(16px, calc(20 * var(--size)), 20px);
    padding: 20px 40px;
    border-radius: 20px;
  }
  textarea.scr-form-input {
    min-height: 243px;
  }
}
.scr-form-label {
  font-weight: 400;
  font-size: 13px;
  color: #7cc7b9;
  margin: 0 0 10px;
  text-transform: initial;
}
@media (min-width: 768px) {
  .scr-form-label {
    font-size: clamp(16px, calc(20 * var(--size)), 20px);
    margin: 0 0 10px;
  }
}
.scr-form-star {
  color: #db2d3c;
}
.scr-form-description {
  color: #7cc7b9;
  margin: 10px 0 0;
  font-size: 13px;
}
@media (min-width: 768px) {
  .scr-form-description {
    margin: 10px 0 0;
    font-size: clamp(16px, calc(20 * var(--size)), 20px);
  }
  .scr-form-description.scr-form-description-top {
    margin: 0 0 10px;
  }
}
.scr-form-description.scr-form-description-top {
  margin: 0 0 10px;
}
.scr-form-input + label {
  position: absolute;
  margin: 0;
  left: 15px;
  top: 15px;
  transition: all 150ms ease-in-out;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 768px) {
  .scr-form-input + label {
    left: 42px;
    top: 21px;
  }
}
.scr-form-input + label:before {
  content: " ";
  width: calc(100% + 10px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -5px;
  background-color: #fff;
  display: block;
  z-index: -1;
  opacity: 0;
  transition: all 150ms linear;
  border-radius: 3px;
}
.scr-form-input:active + label,
.scr-form-input:focus + label,
.scr-form-input:not(:placeholder-shown) + label {
  transform: translate(-5px, -24px) scale(0.9);
}
.scr-form-input:active + label:before,
.scr-form-input:focus + label:before,
.scr-form-input:not(:placeholder-shown) + label:before {
  opacity: 1;
}
@media (min-width: 768px) {
  .scr-form-input:active + label,
  .scr-form-input:focus + label,
  .scr-form-input:not(:placeholder-shown) + label {
    transform: translate(-5px, -30px) scale(0.9);
  }
}
.scr-form__range {
  position: relative;
  padding-top: 20px;
}
.scr-form__range .scr-form__range-val {
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: 400;
  color: #7cc7b9;
  font-size: 13px;
  line-height: 1.25em;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .scr-form__range .scr-form__range-val {
    font-size: clamp(16px, calc(20 * var(--size)), 20px);
  }
}
.scr-form__range-input {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.15);
  outline: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  padding: 0;
  min-height: initial;
  border: 0;
}
.scr-form__range-input:hover {
  opacity: 1;
}
.scr-form__range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  background-color: #000;
  opacity: 1 !important;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 150ms linear;
}
.scr-form__range-input:hover::-webkit-slider-thumb {
  background-color: #db2d3c;
}
.scr-form__chkbox,
.scr-form__radio {
  min-height: 23px;
  width: 100%;
  margin: 0;
  position: relative;
  padding: 0 0 0 39px;
}
.scr-form__chkbox p,
.scr-form__radio p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #7cc7b9;
  font-size: 13px;
  line-height: 1.25em;
}
@media (min-width: 768px) {
  .scr-form__chkbox p,
  .scr-form__radio p {
    font-size: clamp(16px, calc(20 * var(--size)), 20px);
  }
}
.scr-form__chkbox p a,
.scr-form__radio p a {
  font-weight: 400;
  color: var(--main-color);
  font-size: 13px;
  line-height: 1.25em;
}
@media (min-width: 768px) {
  .scr-form__chkbox p a,
  .scr-form__radio p a {
    font-size: clamp(16px, calc(20 * var(--size)), 20px);
  }
}
.scr-form-chkboxitem,
.scr-form-radioitem {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.scr-form-chkboxitem span,
.scr-form-radioitem span {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  pointer-events: none;
  transition: all 150ms linear;
  border-radius: 4px;
}
.scr-form-chkboxitem span:before,
.scr-form-radioitem span:before {
  opacity: 0;
  transition: all 150ms linear;
  font-weight: 700 !important;
  text-transform: none !important;
  content: "\2713";
  line-height: 22px;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #7cc7b9;
}
.scr-form-chkboxitem label,
.scr-form-radioitem label {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  z-index: 5;
  cursor: pointer;
  overflow: hidden;
  color: transparent;
}
.scr-form-chkboxitem input,
.scr-form-radioitem input {
  position: absolute;
  left: -3px;
  top: -3px;
  width: 30px;
  height: 30px;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
}
.scr-form-chkboxitem input:checked + span:before,
.scr-form-radioitem input:checked + span:before {
  opacity: 1;
}
.scr-form-radioitem span {
  border-radius: 50%;
}
.scr-form-radioitem span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3c4658;
  transform: translate(-50%, -50%);
}
.scr-form-checkboxgroup,
.scr-form-radioboxgroup {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.scr-form-checkboxgroup .checkboxgroup__item,
.scr-form-radioboxgroup .checkboxgroup__item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 6px;
}
.scr-form-checkboxgroup .checkboxgroup__item:last-child,
.scr-form-radioboxgroup .checkboxgroup__item:last-child {
  margin: 0;
}
.inputDnD {
  position: relative;
  height: 40px;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  transition: border-color 150ms linear;
}
.inputDnD:first-child {
  height: 56px;
  margin-bottom: 10px;
}
.inputDnD:last-child {
  margin-bottom: 0;
}
.inputDnD:active .before.none,
.inputDnD:focus .before.none,
.inputDnD:hover .before.none {
  border-color: rgba(0, 0, 0, 0.15);
}
.inputDnD .remove {
  width: 30px;
  height: 100%;
  background-position: center center;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-image: url(../images/delete%402x.png);
  position: absolute;
  right: 0;
  top: -1px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 150ms linear;
}
.inputDnD .remove:hover {
  opacity: 1;
}
.inputDnD .before {
  width: calc(100% - 40px);
  user-select: none;
  transition: border-color 150ms linear;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid transparent;
  white-space: nowrap;
  display: inline-flex;
  padding: 0 50px 0 30px;
  color: #7cc7b9;
  font-size: 13px;
  font-weight: 400 !important;
}
.inputDnD .before:before,
.scr-form__submit .submit__loader {
  top: 50%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .inputDnD .before {
    font-size: clamp(16px, calc(20 * var(--size)), 20px);
  }
}
.inputDnD .before:before {
  position: absolute;
  left: 0;
  margin-top: -10px;
  content: " ";
  width: 26px;
  height: 19px;
  background-image: url(../images/file%402x.png);
  margin-right: 10px;
}
.inputDnD .before.none {
  border-radius: 12px;
  display: flex;
  padding: 18px 50px 18px 20px;
  justify-content: center;
  border: 1px dashed transparent;
  color: #7cc7b9;
  font-size: 13px;
  font-weight: 400 !important;
  background-color: #ecf1f3;
}
@media (min-width: 768px) {
  .inputDnD .before.none {
    font-size: clamp(16px, calc(20 * var(--size)), 20px);
  }
}
.inputDnD .before.none:before {
  position: relative;
  left: initial;
  top: initial;
  margin-top: 0;
  content: " ";
  width: 23px;
  height: 20px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/cloud%402x.svg);
  margin-right: 10px;
}
.inputDnD .before.none + .remove {
  display: none;
}
.inputDnD .form-control-file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  color: #7cc7b9;
  z-index: 12;
}
.inputDnD .before:not(.none) + .remove + .form-control-file {
  pointer-events: none;
}
.has-error .inputDnD .before.none {
  border: 1px solid #db2d3c;
}
.bootstrap-select.form-scr-select {
  width: 100% !important;
}
.bootstrap-select.form-scr-select .label {
  order: -1;
}
.bootstrap-select.form-scr-select > .dropdown-toggle {
  outline: 0 !important;
  font-weight: 400;
  color: #7cc7b9;
  padding: 15px;
  font-size: 13px;
  line-height: 1.25em;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
}
@media (min-width: 768px) {
  .bootstrap-select.form-scr-select > .dropdown-toggle {
    font-size: clamp(16px, calc(20 * var(--size)), 20px);
    padding: 20px 40px;
  }
}
.bootstrap-select.form-scr-select .dropdown-toggle .filter-option-inner-inner {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 2px);
}
.bootstrap-select.form-scr-select .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.bootstrap-select.form-scr-select .dropdown-menu.inner {
  border: 0;
}
.bootstrap-select.form-scr-select .filter-option {
  transition: color 150ms linear;
}
.bootstrap-select.form-scr-select .btn {
  font-size: 13px;
}
@media (min-width: 768px) {
  .bootstrap-select.form-scr-select .btn {
    font-size: clamp(16px, calc(20 * var(--size)), 20px);
  }
}
.bootstrap-select.form-scr-select .dropdown-item {
  padding: 8px 20px;
}
.bootstrap-select.form-scr-select .dropdown-menu li a {
  font-weight: 400;
  color: #7cc7b9;
  padding: 15px;
  font-size: 13px;
  line-height: 1.25em;
  width: 100%;
}
.scr-form__submit,
.search-result__title {
  font-weight: 600;
  cursor: pointer;
  font-family: "TT2020", SansSerif, Arial;
}
@media (min-width: 768px) {
  .bootstrap-select.form-scr-select .dropdown-menu li a {
    font-size: clamp(16px, calc(20 * var(--size)), 20px);
  }
}
.bootstrap-select.form-scr-select .dropdown-menu li a.active,
.bootstrap-select.form-scr-select .dropdown-menu li a:active {
  color: #fff;
  background-color: #3c4658;
}
.bootstrap-select.form-scr-select .dropdown-menu li a:hover {
  color: #7cc7b9;
  background-color: rgba(0, 0, 0, 0.15);
}
.error .bootstrap-select.form-scr-select > .dropdown-toggle,
.has-danger .bootstrap-select.form-scr-select > .dropdown-toggle {
  border-color: #db2d3c;
}
.scr-form--google-recapcha {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
  margin: 7px auto 0;
  text-align: left;
  padding: 0 6px;
}
.scr-form--google-recapcha a {
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1024px) {
  .scr-form--google-recapcha {
    margin-top: 13px;
  }
}
.scr-form--endfield {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
}
.scr-form__submit_cd {
  width: auto;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .scr-form--endfield {
    flex-direction: initial;
  }
  .scr-form__submit_cd {
    margin: 0 0 0 30px;
  }
}
.scr-form__submit {
  position: relative;
  width: auto;
  background-color: var(--color-orange);
  color: #fff;
  transition: all 150ms linear;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(15px, calc(18 * var(--size)), 18px);
  min-height: 52px;
  max-width: 300px;
  font-style: normal;
  line-height: 1.2em;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .scr-form__submit {
    min-height: 38px;
    padding: 10px 20px;
  }
}
.scr-form__submit span.submit__label {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scr-form__submit span.submit__label svg {
  margin: 0 0 0 10px;
}
.scr-form__submit input {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.scr-form__submit:hover {
  background-color: #528ac8;
}
.scr-form__submit:hover:after {
  transform: translateX(10px);
}
.scr-form__submit .submit__loader {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  animation: roteteloader 4s infinite;
  animation-timing-function: linear;
  background-image: url(../images/loader.png);
}
.scr-form__submit.loading,
.scr-form__submit.loading input {
  pointer-events: none;
}
.scr-form__submit.loading .button__submit:before {
  display: none;
}
.scr-form__submit.loading .js__bt__normal {
  opacity: 0;
}
.scr-form__submit.loading .js__bt__loader {
  opacity: 1;
}
.scr-form__result .form__result-err,
.scr-form__result .form__result-ok {
  display: none;
  width: 100%;
  text-align: center;
  background-color: #04775a;
  color: #fff;
  margin: 24px 0;
  font-weight: 400;
  padding: 15px;
  font-size: 13px;
  line-height: 1.25em;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .scr-form__result .form__result-err,
  .scr-form__result .form__result-ok {
    font-size: clamp(16px, calc(20 * var(--size)), 20px);
    padding: 20px 40px;
  }
}
.scr-form__result .form__result-err.active,
.scr-form__result .form__result-ok.active {
  display: block;
}
.scr-form__result .form__result-err {
  background-color: #db2d3c;
  color: #fff;
}
@keyframes roteteloader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.scr-form-inputafter {
  margin-top: -70px;
  position: relative;
  z-index: 20;
  will-change: transform, opacity;
  transform: translateZ(0);
}
@media (max-width: 767px) {
  .scr-form-inputafter {
    margin-top: -64px;
  }
}
@media (max-width: 480px) {
  .scr-form-inputafter {
    margin-top: 0;
  }
}
@media (min-width: 481px) {
  .scr-form-inputafter .files-controlls .inputDnD:first-child {
    width: 173px;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 2;
  }
}
.scr-form-inputafter .files-controlls .inputDnD:first-child.invisible {
  visibility: hidden;
  pointer-events: none;
}
.scr-form-inputafter .files-controlls .inputDnD:first-child:before {
  position: absolute;
  content: " ";
  width: calc(100% + 20px);
  height: calc(100% + 30px);
  right: -5px;
  bottom: -15px;
  border-radius: 20px 0 0;
  background-color: #ecedf1;
}
.scr-form-inputafter .files-controlls .inputDnD:first-child .before {
  position: relative;
  z-index: 4;
  width: 100%;
  background-color: #fff;
  border: 0;
  font-size: 13px;
}
.scr-form-inputafter .files-controlls .inputDnD:first-child .before.none {
  padding: 19px 20px;
}
.mt .scr-gallery,
.scr-gallery,
.scr-gallery.large {
  padding-bottom: 0;
}
.scr-form-inputafter .files-controlls .inputDnD:first-child .before.none svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0 0 0 12px;
}
.scr-form--endfield {
  margin: 13px 0 -5px;
}
@media (min-width: 768px) {
  .scr-form--endfield {
    margin: -5px 0;
  }
}
.scr-form--endfield .scr-form__chkbox {
  display: flex;
  align-items: center;
}
.scr-form__chkbox .mdl,
.scr-form__radio .mdl {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
}
.scr-form__chkbox .mdl a,
.scr-form__chkbox .mdl p,
.scr-form__radio .mdl a,
.scr-form__radio .mdl p {
  font-size: 13px;
}
.scr-form__submit_cd {
  display: flex;
}
.scr-gallery {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.scr-gallery button.slick-next,
.scr-gallery button.slick-prev {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background: #fff;
  overflow: hidden;
  color: transparent;
  z-index: 10;
  cursor: pointer;
  transition: all 150ms linear;
}
.scr-gallery button.slick-next:after,
.scr-gallery button.slick-next:before,
.scr-gallery button.slick-prev:after,
.scr-gallery button.slick-prev:before {
  position: absolute;
  margin: -12px 0 0 -12px;
  content: " ";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  background-position: center center;
  transition: all 150ms linear;
}
.scr-gallery button.slick-next.slick-disabled,
.scr-gallery button.slick-prev.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.scr-gallery button.slick-next:before,
.scr-gallery button.slick-prev:before {
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19 12H5" stroke="%23011423" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 17L19 12" stroke="%23011423" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 7L19 12" stroke="%23011423" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.scr-gallery button.slick-next:after,
.scr-gallery button.slick-prev:after {
  opacity: 0;
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19 12H5" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 17L19 12" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 7L19 12" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.scr-gallery__top,
.scr-gallery__top__item {
  display: block;
  position: relative;
  overflow: hidden;
}
.scr-gallery button.slick-next.slick-prev,
.scr-gallery button.slick-prev.slick-prev {
  left: 8px;
  right: auto;
}
.scr-gallery button.slick-next.slick-prev:after,
.scr-gallery button.slick-next.slick-prev:before,
.scr-gallery button.slick-prev.slick-prev:after,
.scr-gallery button.slick-prev.slick-prev:before {
  transform: scaleX(-1);
}
.scr-gallery__in {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
}
.scr-gallery__top {
  width: 100%;
  height: 100%;
  float: left;
  text-align: center;
  white-space: nowrap;
}
.scr-gallery__top .slick-list,
.scr-gallery__top .slick-list .slick-track {
  height: 100%;
}
.scr-gallery__top__item {
  height: 100%;
  width: 100%;
  background-color: #1d1d1b;
}
.scr-gallery__top__item .img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 150ms linear;
  transform: translate(-50%, -50%);
  object-fit: contain;
  border-radius: 20px;
}
.scr-gallery__preloader .btn-loader,
.scr-gallery__top__item .img.loaded {
  opacity: 1;
}
.scr-gallery__top__item .img.landscape {
  height: auto;
  width: 100%;
}
.scr-gallery__preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  z-index: 10;
}
.scr-gallery__close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background: #fff;
  overflow: hidden;
  color: transparent;
  z-index: 10;
  cursor: pointer;
  transition: all 150ms linear;
}
.scr-gallery__close:after,
.scr-gallery__close:before {
  top: 50%;
  margin: -1px 0 0 -8px;
  content: " ";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #000;
  left: 50%;
  position: absolute;
}
.scr-gallery__close.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.scr-gallery__close:before {
  transform: rotate(-45deg);
  z-index: 2;
}
.scr-gallery__close:after {
  transform: rotate(45deg);
  z-index: 2;
}
@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.scr-gallery__bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: auto;
  white-space: nowrap;
  height: 100px;
  text-align: center;
}
.scr-gallery__bottom__item {
  display: inline-block;
  height: 140px;
  width: 140px;
  background-position: center center;
  background-size: cover;
  opacity: 0.6;
}
.mt .scr-gallery__bottom,
.scr-gallery.large .scr-gallery__bottom {
  display: none;
}
.scr-gallery__bottom__item.active {
  opacity: 1;
}
html.scr-gallery-on {
  position: absolute;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
body:not(.mt) .scr-gallery__close:hover {
  background-color: #fff;
}
body:not(.mt) .scr-gallery button.slick-next:hover:not(.slick-disabled),
body:not(.mt) .scr-gallery button.slick-prev:hover:not(.slick-disabled) {
  opacity: 0.5;
}
body:not(.mt) .scr-gallery button.slick-next:hover:not(.slick-disabled):before,
body:not(.mt) .scr-gallery button.slick-prev:hover:not(.slick-disabled):before {
  color: #fff;
}
.btn-loader {
  width: 60px;
  height: 60px;
  background-color: transparent;
  background-position: center center;
  background-image: url(../img/assets/loader.png);
  background-size: contain;
  animation: fullRotate 2.8s infinite;
  animation-timing-function: linear;
}
@keyframes fullRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .scr-gallery button.slick-next,
  .scr-gallery button.slick-prev {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
  .scr-gallery__close {
    width: 48px;
    height: 48px;
  }
}
a.scr-logo,
a.scr-logo img {
  width: 115.05px;
  height: 22.75px;
}
a.scr-logo {
  position: relative;
  user-select: none;
  overflow: hidden;
  display: block;
  color: transparent;
  margin-left: -10px;
}
a.scr-logo img {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0;
}
a.scr-logo img[src] {
  opacity: 1;
}
a.scr-logo .scr-hidden {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
@media (min-width: 768px) {
  a.scr-logo,
  a.scr-logo img {
    width: 177px;
    height: 35px;
  }
}
.search-result {
  position: absolute;
  left: 0;
  top: 70px;
  background-color: #fff;
  border-radius: 12px;
  display: none;
  overflow-y: auto;
  max-height: calc(100vh - 120px);
  -webkit-overflow-scrolling: touch;
}
.opened .search-result {
  display: block;
}
.search-result__in {
  padding: 24px 8px 8px;
}
.search-result__in .search-result__bodycd {
  padding: 0 16px;
}
.search-result__in .search-result__bodycd:first-child .search-result__title {
  margin-top: 0;
}
.search-result__title {
  color: #1b2333;
  font-size: 20px;
  line-height: 1.17em;
  text-transform: uppercase;
  margin: 40px 0 20px;
  display: flex;
  align-items: center;
  padding: 0;
  transition: all 150ms linear;
}
.search-result__title .num {
  margin: 0 0 0 10px;
  display: flex;
  min-width: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 4px 6px;
  border-radius: 12px;
  background: #ecf1f3;
  color: #717988;
  font-family: "TT2020", SansSerif, Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1em;
  text-transform: uppercase;
}
.search-result__card {
  pointer-events: all;
  margin: 10px 0;
  position: relative;
}
.search-result__card a {
  color: #7cc7b9;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.17em;
  transition: color 150ms linear;
}
.search-result__card a:hover {
  color: var(--main-color);
}
a.search-result__all {
  display: flex;
  height: 56px;
  padding: 24px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--Neutral---Primary, #1b2333);
  font-family: "TT2020", SansSerif, Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  transition: all 150ms linear;
  pointer-events: all;
  background-color: #ecf1f3;
  border-radius: 12px;
}
a.search-result__all:hover {
  background-color: var(--main-color);
  color: #fff;
}