:root {
  --color-light: white;
  --color-dark: black;
}

* {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
body[data-theme=light],
body[data-theme=dark] {
  --theme-dot-margin: 14px;
  background-color: #ffffff;
  font-family: "Verdana", sans-serif;
}

body {
  height: auto;
  overflow: auto;
  position: relative;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.color-white {
  color: #eeeeee;
}

.color-red {
  color: #e84043;
}

.color-blue {
  color: #409d88;
}

.color-read {
  color: #a9a9a9;
}

.l-h-1 {
  line-height: 1;
}

.l-h-1-2 {
  line-height: 1.2;
}

.l-h-1-5 {
  line-height: 1.5;
}

.italic {
  font-style: italic;
}

li {
  list-style: none;
}

.transition {
  transition: all 0.2s;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
}

.b-r-2 {
  border-radius: 2px;
}

.b-r-10 {
  border-radius: 10px;
}

.b-r-100 {
  border-radius: 100%;
}

.flex {
  display: flex;
}

.dis-b {
  display: block;
}

.center-center {
  justify-content: center;
  align-items: center;
}

.center-left {
  justify-content: left;
  align-items: center;
}

.center-right {
  justify-content: right;
  align-items: center;
}

.col-1-5 {
  width: 20%;
}

.col-1-4 {
  width: 25%;
}

.col-3-10 {
  width: 30%;
}

.col-1-3 {
  width: 33.33%;
}

.col-2-5 {
  width: 40%;
}

.col-1-2 {
  width: 50%;
}

.col-3-5 {
  width: 60%;
}

.col-2-3 {
  width: 66.66%;
}

.col-7-10 {
  width: 70%;
}

.col-3-4 {
  width: 75%;
}

.col-4-5 {
  width: 80%;
}

.col-1-1 {
  width: 100%;
}

.pos-rel {
  position: relative;
}

.of-hid {
  overflow: hidden;
}

.of-vis {
  overflow: visible;
}

.t-t-u {
  text-transform: uppercase;
}

.t-a-c {
  text-align: center;
}

.t-a-r {
  text-align: right;
}

.t-d-ul {
  text-decoration: underline;
}

.f-w-300 {
  font-weight: 300;
}

.f-w-600 {
  font-weight: 600;
}

.f-w-400 {
  font-weight: 400;
}

.f-w-700 {
  font-weight: 700;
}

.cursor-pointer {
  cursor: pointer;
}

.transition-all-200ms {
  transition: all 0.2s;
}

.cover-img {
  background: url(/images/icons/default.jpg) no-repeat center center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.opacity-0 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

input,
select,
textarea,
button {
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner {
  outline: none !important;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #ffffff;
}

textarea {
  -webkit-rtl-ordering: logical;
  -moz-rtl-ordering: logical;
  -o-rtl-ordering: logical;
  -ms-rtl-ordering: logical;
  rtl-ordering: logical;
  -webkit-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  user-select: text;
}

textarea::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: #8f8f8f;
}

::-moz-placeholder {
  color: #8f8f8f;
}

::-o-placeholder {
  color: #8f8f8f;
}

:-ms-input-placeholder {
  color: #8f8f8f;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 100px #ffffff inset !important;
  -webkit-text-fill-color: #444 !important;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 32px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-family: "Verdana", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 24px;
}
button span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
button span svg {
  height: 16px;
  width: 16px;
}
button span svg path {
  stroke-width: 1;
}
button span img {
  height: 16px;
  width: 16px;
}

button:disabled {
  background-color: #dfdfdf;
  cursor: not-allowed;
  color: #aaa;
}
button:disabled:hover {
  border-color: #dfdfdf;
  background-color: #dfdfdf;
  color: #aaa;
}

input,
select,
textarea {
  color: #8f8f8f;
  background: #171717;
  border: solid 1px;
  border-color: #232323;
  padding: 0 24px;
  line-height: 46px;
  height: 48px;
  font-family: "Verdana", sans-serif;
  font-size: 13px;
  font-weight: 300;
  border-radius: 24px;
  width: 100%;
  display: block;
  transition: all 0.2s;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #409d88;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  background: transparent !important;
  -ms-box-shadow: 0 0 0 50px white inset !important;
  -o-box-shadow: 0 0 0 50px white inset !important;
  box-shadow: 0 0 0 50px white inset !important;
  -webkit-text-fill-color: #8f8f8f !important;
  -moz-text-fill-color: #8f8f8f !important;
  -ms-text-fill-color: #8f8f8f !important;
  -o-text-fill-color: #8f8f8f !important;
  text-fill-color: #8f8f8f !important;
}
input:-webkit-autofill:focus, input:-webkit-autofill:active, input:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:hover {
  background: transparent !important;
  -ms-box-shadow: 0 0 0 50px white inset !important;
  -o-box-shadow: 0 0 0 50px white inset !important;
  box-shadow: 0 0 0 50px white inset !important;
  -webkit-text-fill-color: #8f8f8f !important;
  -moz-text-fill-color: #8f8f8f !important;
  -ms-text-fill-color: #8f8f8f !important;
  -o-text-fill-color: #8f8f8f !important;
  text-fill-color: #8f8f8f !important;
}

.error {
  color: red;
  border-color: #409d88;
  animation: shake 0.6s linear;
}

.error::-webkit-input-placeholder {
  color: red;
}

.error::-moz-placeholder {
  color: red;
}

.error::-o-placeholder {
  color: red;
}

.error:-ms-input-placeholder {
  color: red;
}

input[type=checkbox] {
  height: 20px;
  width: 20px;
  padding: 0;
  position: relative;
  cursor: pointer;
}
input[type=checkbox]:focus {
  border-color: #e84043;
}
input[type=checkbox]:checked:after {
  position: absolute;
  content: "";
  top: 1px;
  left: 5px;
  height: 11px;
  width: 5px;
  transform: rotate(45deg);
  border-right: solid 2px #409d88;
  border-bottom: solid 2px #409d88;
}

select {
  padding: 0 68px 0 16px;
}

select {
  background: white url("/images/icons/select.svg") right center no-repeat;
  cursor: pointer;
}

select[disabled] {
  background: #8f8f8f url("/images/icons/select.svg") right center no-repeat;
  cursor: not-allowed;
}

textarea {
  padding: 12px 20px;
  height: 240px;
  line-height: 22px;
}
@keyframes shake {
  8%, 41% {
    transform: translateX(-10px);
  }
  25%, 58% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-5px);
  }
  92% {
    transform: translateX(5px);
  }
  0%, 100% {
    transform: translateX(0);
  }
}
input.wpcf7-not-valid,
select.wpcf7-not-valid {
  border-color: red;
  animation: shake 0.6s linear;
}

span.wpcf7-list-item {
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0;
  margin: 0;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: transparent;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  padding: 10px;
  font-size: 11px;
  color: #e84043;
  background: #141414;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 10px;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #f5f5ff;
  padding: 10px !important;
  font-size: 13px;
  color: red !important;
  text-align: center;
  margin-bottom: 10px !important;
  border-color: transparent !important;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  border-radius: 100%;
}

.flex-direction-nav a {
  display: block;
  width: 32px;
  height: 32px;
  z-index: 99;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  text-shadow: none;
  color: transparent;
  outline: none;
}

.flex-direction-nav a,
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  cursor: pointer;
}

.flex-direction-nav .flex-prev {
  left: 28px;
}

.flex-direction-nav .flex-next {
  right: 28px;
}

.flex-direction-nav li {
  list-style: none;
}

.flex-direction-nav .flex-prev {
  background: #409d88 url(../images/icons/sliders/prev.svg) no-repeat 50% 50%;
}

.flex-direction-nav .flex-next {
  background: #409d88 url(../images/icons/sliders/next.svg) no-repeat 50% 50%;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  position: absolute;
  list-style: none;
  transition: all 0.2s;
}

.flex-control-nav {
  height: 12px;
  width: 200px;
  position: absolute;
  text-align: center;
  z-index: 99;
  bottom: -40px;
  overflow: hidden;
  left: 50%;
  margin-left: -100px;
}

.flex-control-nav ul {
  overflow: hidden;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
  list-style: none;
}

.flex-control-nav li a {
  display: block;
  position: relative;
  height: 12px;
  width: 12px;
  line-height: 12px;
  background: transparent;
  border: solid 1px;
  border-color: #fff;
  color: transparent;
}

.flex-control-nav li a,
.flex-control-nav li a:after {
  border-radius: 100%;
  transition: all 0.2s;
  cursor: pointer;
}

.flex-control-nav li a:after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  top: 1px;
  left: 1px;
}

.flex-control-nav li a.flex-active:after {
  background: #fff;
}/*# sourceMappingURL=base.css.map */