/* ---- EXTENDS ---- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
input,
select,
optgroup,
textarea,
a,
button {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* ---- MIXINS ---- */
.ps-relative {
  position: relative !important;
}

* {
  outline: none !important;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-fill-secondary);
  border-radius: 5px;
  border: 1px solid var(--color-fill);
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-fill-tertiary);
}

body {
  --color-fill: #fff;
  --color-fill-secondary: #cfcfcf;
  --color-fill-tertiary: #ababab;
  --color-fill-fourth: #f1f1f1;
  --color-theme: #4073b4;
  --color-theme-ligthen: #739bcd;
  --color-theme-darken: #305b91;
  --color-border-color: #dee2e6;
  --color-txt: #202020;
  --color-txt-contrast: #717274;
  --color-headline: #000;
  --color-button-background: var(--color-theme);
  --color-button-text: #fff;
  --color-button-background-hover: var(--color-theme-darken);
  --color-button-text-hover: #fff;
  --color-input-txt: var(--color-txt);
  --color-input-border-color: #dee2e6;
  --color-nav-fill: var(--color-fill);
  --color-fill-footer: #e7e7e7;
}

body {
  font-family: "Montserrat", sans-serif !important;
  background-color: var(--color-fill) !important;
  color: var(--color-txt) !important;
}
@media only screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

button {
  border-radius: 0.4em;
  border: none;
  font-size: 0.95rem;
  padding: 0.5em 0.75em;
}

a {
  color: var(--color-theme);
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-headline);
}

.spacing {
  padding: 3.75em 0;
}
@media only screen and (min-width: 992px) {
  .spacing {
    padding: 7.5em 0;
  }
}

.text-default {
  color: var(--color-theme) !important;
}

.h__top {
  background-color: #333 !important;
  color: #f9f9f9 !important;
  border-bottom: 4px solid var(--color-theme);
}

.dark-theme .page-bg-image img {
  opacity: 1;
  z-index: -1;
}
.dark-theme .page-bg-image:before {
  z-index: 0;
}

.dark-theme .breadcrumbs {
  position: relative !important;
}

h2.page_title {
  position: relative !important;
}

.dark-theme .bg-relative {
  margin-top: 118px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 30vh;
}
@media (min-width: 768px) {
  .dark-theme .bg-relative {
    height: 35vh;
  }
}
@media (min-width: 1200px) {
  .dark-theme .bg-relative {
    height: 40vh;
  }
}
@media (max-width: 1570px) {
  .dark-theme .bg-relative {
    margin-top: 90px;
  }
}

.classes_header .left:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  opacity: 0.7 !important;
  background: #222 !important;
}

a.blog_item {
  transition: all 0.3s ease-in;
}
a.blog_item .img img {
  transition: all 0.3s ease-in;
}
a.blog_item:hover .img img {
  transform: scale(1.1);
}

.btn-theme {
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  display: inline-block;
  font-size: calc(1.05rem + 0.35vw);
  font-weight: 700;
  text-decoration: unset;
  user-select: none;
  padding: 0.5em 1.1em;
  margin: 0.25rem 0;
  text-align: center;
  vertical-align: middle;
  background-color: var(--color-button-background);
  color: var(--color-button-text);
  border-color: var(--color-button-background-hover);
}
.btn-theme > i {
  font-size: 110%;
  vertical-align: middle;
  margin-right: 10px;
}
.btn-theme:hover,
.btn-theme:active,
.btn-theme:focus {
  background-color: var(--color-button-background-hover);
  border-color: var(--color-button-background-hover);
  color: var(--color-button-text);
}

.btn-small {
  font-size: 17px;
}

.btn-theme-inverse {
  border: 1px solid;
  background-color: transparent;
  color: var(--color-button-background);
  border-color: var(--color-button-background);
}
.btn-theme-inverse:hover,
.btn-theme-inverse:active,
.btn-theme-inverse:focus {
  background-color: var(--color-button-background);
  border-color: var(--color-button-background);
  color: var(--color-button-text);
}

/*
 * Reset fields
 */
input:not([type="radio"]):not([type="checkbox"]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
select,
optgroup,
textarea {
  border-radius: 0.4em;
  border: 1px solid var(--color-input-border-color);
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.6em;
  padding: 0.5em 0.75em;
  width: 100%;
}

option {
  color: #212529;
}

textarea {
  max-height: 250px;
  min-height: 63px;
}

.material-form input:not([type="radio"]):not([type="checkbox"]),
.material-form select,
.material-form textarea {
  background: none;
  border: 0;
  box-shadow: none;
  color: var(--color-input-txt);
  margin-bottom: 0;
}

.material-form .form-group {
  border-radius: 0.4em;
  margin-bottom: 0.3em;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.material-form input:not([type="radio"]):not([type="checkbox"]),
.material-form select,
.material-form textarea {
  background-color: var(--color-fill);
  padding: 1.25em 0.75em 0.85em;
}
.material-form
  input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill,
.material-form
  input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill:hover,
.material-form
  input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill:focus,
.material-form
  input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill:active,
.material-form select:-webkit-autofill,
.material-form select:-webkit-autofill:hover,
.material-form select:-webkit-autofill:focus,
.material-form select:-webkit-autofill:active,
.material-form textarea:-webkit-autofill,
.material-form textarea:-webkit-autofill:hover,
.material-form textarea:-webkit-autofill:focus,
.material-form textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px var(--color-fill) inset !important;
  -webkit-text-fill-color: var(--color-input-txt) !important;
}
.material-form input:not([type="radio"]):not([type="checkbox"]).placeholder,
.material-form select.placeholder,
.material-form textarea.placeholder {
  color: var(--color-input-txt);
}
.material-form
  input:not([type="radio"]):not([type="checkbox"]):-moz-placeholder,
.material-form select:-moz-placeholder,
.material-form textarea:-moz-placeholder {
  color: var(--color-input-txt);
}
.material-form
  input:not([type="radio"]):not([type="checkbox"])::-moz-placeholder,
.material-form select::-moz-placeholder,
.material-form textarea::-moz-placeholder {
  color: var(--color-input-txt);
}
.material-form
  input:not([type="radio"]):not([type="checkbox"]):-ms-input-placeholder,
.material-form select:-ms-input-placeholder,
.material-form textarea:-ms-input-placeholder {
  color: var(--color-input-txt);
}
.material-form
  input:not([type="radio"]):not([type="checkbox"])::-webkit-input-placeholder,
.material-form select::-webkit-input-placeholder,
.material-form textarea::-webkit-input-placeholder {
  color: var(--color-input-txt);
}
.material-form
  input:not([type="radio"]):not([type="checkbox"]):not(:placeholder-shown)
  + span,
.material-form select:not(:placeholder-shown) + span,
.material-form textarea:not(:placeholder-shown) + span {
  color: var(--color-theme);
  transform: translateY(-11px) scale(0.66);
}
.material-form input:not([type="radio"]):not([type="checkbox"]):focus,
.material-form select:focus,
.material-form textarea:focus {
  outline: none;
}
.material-form input:not([type="radio"]):not([type="checkbox"]):focus + span,
.material-form select:focus + span,
.material-form textarea:focus + span {
  color: var(--color-theme);
  transform: translateY(-11px) scale(0.66);
}
.material-form .txt {
  color: var(--color-txt-contrast);
  cursor: auto;
  font-size: 1em;
  font-weight: 500;
  left: 0.75em;
  padding-left: 5px;
  pointer-events: none;
  position: absolute;
  top: 1em;
  transform-origin: 0 0;
  transition: all 0.2s ease;
  user-select: none;
}
@media only screen and (max-width: 575px) {
  .material-form .txt {
    top: 1.2em;
  }
}
.material-form .bar {
  background: var(--color-theme);
  bottom: 0;
  height: 2px;
  left: 0;
  position: absolute;
  transform-origin: 0 0;
  transform: scaleX(0);
  transition: all 0.4s ease;
  width: 100%;
}

.standard-basic .form-group {
  border-radius: 0;
}
.standard-basic input:not([type="radio"]):not([type="checkbox"]),
.standard-basic select,
.standard-basic textarea {
  border-bottom: 1px solid var(--color-input-border-color);
  border-radius: 0;
}
.standard-basic input:not([type="radio"]):not([type="checkbox"]):hover,
.standard-basic select:hover,
.standard-basic textarea:hover {
  border-bottom-width: 2px;
}
.standard-basic input:not([type="radio"]):not([type="checkbox"]):focus + span,
.standard-basic select:focus + span,
.standard-basic textarea:focus + span {
  transform: translate(-4px, -11px) scale(0.66);
}
.standard-basic
  input:not([type="radio"]):not([type="checkbox"]):focus
  + span
  + .bar,
.standard-basic select:focus + span + .bar,
.standard-basic textarea:focus + span + .bar {
  transform: scaleX(1);
}
.standard-basic textarea {
  margin-bottom: -6px;
}
.standard-basic textarea:hover {
  margin-bottom: -7px;
}

.outlined-basic input:not([type="radio"]):not([type="checkbox"]),
.outlined-basic select,
.outlined-basic textarea {
  border: 1px solid var(--color-input-border-color);
}
.outlined-basic input:not([type="radio"]):not([type="checkbox"]):hover,
.outlined-basic input:not([type="radio"]):not([type="checkbox"]):focus,
.outlined-basic select:hover,
.outlined-basic select:focus,
.outlined-basic textarea:hover,
.outlined-basic textarea:focus {
  border-color: var(--color-theme);
}

.translucent-form input:not([type="radio"]):not([type="checkbox"]),
.translucent-form select,
.translucent-form textarea {
  background-color: rgba(213, 213, 213, 0.25);
  border-color: transparent;
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}
.translucent-form input:not([type="radio"]):not([type="checkbox"]).placeholder,
.translucent-form select.placeholder,
.translucent-form textarea.placeholder {
  color: #fff !important;
  opacity: 0.5;
}
.translucent-form
  input:not([type="radio"]):not([type="checkbox"]):-moz-placeholder,
.translucent-form select:-moz-placeholder,
.translucent-form textarea:-moz-placeholder {
  color: #fff !important;
  opacity: 0.5;
}
.translucent-form
  input:not([type="radio"]):not([type="checkbox"])::-moz-placeholder,
.translucent-form select::-moz-placeholder,
.translucent-form textarea::-moz-placeholder {
  color: #fff !important;
  opacity: 0.5;
}
.translucent-form
  input:not([type="radio"]):not([type="checkbox"]):-ms-input-placeholder,
.translucent-form select:-ms-input-placeholder,
.translucent-form textarea:-ms-input-placeholder {
  color: #fff !important;
  opacity: 0.5;
}
.translucent-form
  input:not([type="radio"]):not([type="checkbox"])::-webkit-input-placeholder,
.translucent-form select::-webkit-input-placeholder,
.translucent-form textarea::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 0.5;
}
.translucent-form textarea {
  max-height: 200px;
  min-height: 52px;
}
.translucent-form .txt {
  background-color: transparent;
}

.input-light input,
.input-light textarea,
.input-light select,
.input-light .txt {
  color: #fff !important;
}
.input-light:not(.translucent-form) input,
.input-light:not(.translucent-form) textarea,
.input-light:not(.translucent-form) select {
  background: transparent !important;
  border-color: var(--color-input-border-color) !important;
}
.input-light input.placeholder,
.input-light textarea.placeholder,
.input-light select.placeholder {
  color: #fff !important;
  opacity: 0.5;
}
.input-light input:-moz-placeholder,
.input-light textarea:-moz-placeholder,
.input-light select:-moz-placeholder {
  color: #fff !important;
  opacity: 0.5;
}
.input-light input::-moz-placeholder,
.input-light textarea::-moz-placeholder,
.input-light select::-moz-placeholder {
  color: #fff !important;
  opacity: 0.5;
}
.input-light input:-ms-input-placeholder,
.input-light textarea:-ms-input-placeholder,
.input-light select:-ms-input-placeholder {
  color: #fff !important;
  opacity: 0.5;
}
.input-light input::-webkit-input-placeholder,
.input-light textarea::-webkit-input-placeholder,
.input-light select::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 0.5;
}

.default label {
  display: flex;
  flex-direction: column;
}
.default .txt {
  order: 0;
}
.default input,
.default textarea,
.default select {
  order: 1;
}

._field-wrapper {
  position: relative;
}

._error ._error-inner {
  font-size: 12px;
  color: #e42b2b;
  margin-bottom: -15px;
  margin-left: 17px;
}

[class*="headline-"] {
  display: block;
  letter-spacing: -0.03em;
  width: 100%;
}

.page-404 {
  position: relative;
  z-index: 1;
}
.page-404 .title-404 {
  font-size: calc(9em + 2.5vw);
  line-height: 1;
  font-weight: 900;
  -webkit-text-stroke: 1px var(--color-theme);
  color: transparent;
}

.footer-site {
  background-color: var(--color-fill-footer);
  padding: 30px 0;
}
.footer-site p {
  font-size: 11px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .footer-site p {
    font-size: 12px;
    line-height: 32px;
  }
}
.footer-site .developer a {
  text-decoration: none;
}
.footer-site .developer a:not(:last-child) {
  margin-right: 6px;
}
.footer-site .developer img {
  height: 2em;
}

@media screen and (max-width: 1260px) {
  .footer .footer_bottom .center {
    text-align: center;
  }
}

.navigation {
  background-color: var(--color-nav-fill);
  border-bottom: 1px solid var(--color-border-color);
  padding: 30px 0;
}
.navigation h1 {
  font-size: 23px;
}

@media screen and (max-width: 1570px) {
  .top_panel .left {
    width: 70%;
  }
}
@media screen and (max-width: 1800px) {
  .top_panel .left {
    width: 68%;
  }
}

.dark-theme .top_slider:after {
  background: #222;
}
@media screen and (max-width: 1570px) {
  .dark-theme .top_slider:after {
    width: 39px;
  }
}

.dark-theme .top_panel {
  background: #222;
}

.dark-theme {
  background: #222;
  color: #fff;
}

.dark-theme .top_slider .bottom_block:before {
  background: #222;
}

.classes {
  background-image: linear-gradient(179deg, #222222, #1f324b);
}
.classes:before {
  background-image: linear-gradient(179deg, #222222, #1f324b);
}

.trainers {
  background: #fff;
}
.trainers .section_top .title {
  color: #333;
}
.trainers .section_top .arrows .arrow {
  width: auto;
  font-size: 18px;
  color: #333;
  position: relative;
  line-height: 43px;
  transition: all 0.2s linear;
}

.footer_top {
  padding-bottom: 34px;
  border-bottom: 2px solid #8e8e8e;
}

.footer_bottom {
  background: #4073b4;
  padding: 20px 0;
}

.footer .tel a {
  font-size: 28px;
  font-weight: 300;
  color: #fff !important;
  margin-top: 15px;
}
.footer .tel a:hover {
  color: #4073b4;
}

.footer .p {
  color: #aaa;
}

.section_description {
  padding: 50px 0;
}

.blog_section {
  background: #efefef;
}

.mobile .dark-theme .top_slider .slide {
  height: 100vh;
}
@media screen and (orientation: landscape) {
  .mobile .dark-theme .top_slider .slide {
    height: 100vh;
  }
}

.dark-theme .page-bg-image img {
  opacity: 1;
  z-index: -1;
}
.dark-theme .page-bg-image:before {
  z-index: 0;
}

.card-form {
  background: white;
  color: #333;
  border-radius: 15px 15px 0 0;
}

.dark-theme .breadcrumbs {
  position: relative !important;
}

h2.page_title {
  position: relative !important;
}

.blog-content .single_content {
  background: #fff;
  padding: 35px 64px;
  border-radius: 10px;
  padding-bottom: 0;
  box-shadow: 1px 1px 22px 1px rgba(0, 0, 0, 0.1);
}

.show_more {
  margin-bottom: 2.2rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

/*# sourceMappingURL=main.css.map */
