@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");
@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes zoom {
  0% {
    height: 120%;
    opacity: 0; }
  80% {
    height: 100%;
    opacity: 1; }
  100% {
    height: 100%;
    opacity: 1; } }
@keyframes ml {
  from {
    opacity: 0;
    margin-left: -300px; }
  to {
    opacity: 1;
    margin-left: 0px; } }
@keyframes mr {
  from {
    opacity: 0;
    margin-left: 1900px; }
  to {
    opacity: 1;
    margin-right: 0px; } }
@keyframes mb {
  from {
    opacity: 0;
    transform: translateY(300px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  80% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@keyframes fade-logo {
  0% {
    transform: translate(-50%, -50%);
    opacity: 0;
    top: -800px;
    left: 50%; }
  50% {
    transform: translate(-50%, -50%);
    opacity: 1;
    top: 50%;
    left: 50%; }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
    top: 50%;
    left: 50%; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in1 {
  0% {
    opacity: 0; }
  90% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes width {
  from {
    width: 0;
    opacity: 0; }
  to {
    width: 75%;
    opacity: 1; } }
@keyframes height {
  from {
    height: 0;
    opacity: 0; }
  to {
    height: 100%;
    opacity: 1; } }
.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* $font-pl: 'Roboto Flex', sans-serif; */
:root {
  --bs-dropdown-border-radius:0; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 62.5%; }

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your design.
   */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
   * A better looking default horizontal rule
   */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #425059;
  margin: 1em 0;
  padding: 0; }

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
   * Remove default fieldset styles.
   */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
   * Allow only vertical resizing of textareas.
   */
textarea {
  resize: vertical; }

.row {
  margin-left: 0;
  margin-right: 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.6rem; }
  @media (min-width: 1601px) {
    body {
      font-size: 1.8rem; } }

.no-js body,
.touch body {
  opacity: 1; }

.noscroll {
  overflow: hidden;
  position: fixed; }

.loader {
  opacity: 0; }

h1 {
  font-size: 3rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
  color: #d44744;
  margin: 0 1rem 2rem 0; }
  h1 em {
    font-size: 2rem;
    font-style: normal; }
  @media (min-width: 992px) {
    h1 {
      margin: 0 1rem 2rem 0;
      font-size: 3.5rem; } }
  @media (min-width: 1601px) {
    h1 {
      font-size: 4rem; } }

h2 {
  font-size: 2.4rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #d44744;
  line-height: 1em; }
  @media (min-width: 992px) {
    h2 {
      font-size: 2.6rem; } }
  @media (min-width: 1500px) {
    h2 {
      font-size: 2.6rem; } }
  h2.underline {
    position: relative;
    color: #000; }
    h2.underline::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #000;
      bottom: 10px;
      left: 0; }
  h2 strong {
    font-size: 2rem;
    font-weight: 400; }
    @media (min-width: 1500px) {
      h2 strong {
        font-size: 2.6rem; } }
  h2 em {
    font-style: normal;
    font-size: 2rem; }
    @media (min-width: 1500px) {
      h2 em {
        font-size: 2.6rem; } }
  h2.uppercase {
    text-transform: uppercase; }

h3 {
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  margin: 30px 0;
  color: #000;
  font-weight: 400; }
  @media (min-width: 1500px) {
    h3 {
      font-size: 2.2rem; } }

h4 {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #000; }
  @media (min-width: 1500px) {
    h4 {
      font-size: 2rem; } }

.lined {
  position: relative; }
  .lined:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    z-index: 0; }
  .lined span {
    display: inline-block;
    background-color: #f2f2f2;
    z-index: 2;
    position: relative;
    padding: 20px; }

a {
  color: #d44744;
  text-decoration: none;
  opacity: 1; }
  a:hover {
    text-decoration: none;
    opacity: 0.6; }

p {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  padding: 5px 0;
  font-weight: 300; }
  @media (min-width: 1601px) {
    p {
      font-size: 1.8rem; } }

ul li {
  font-family: "Roboto", sans-serif; }

strong {
  font-family: "Roboto", sans-serif;
  font-weight: 600; }

.strong {
  font-family: "Roboto", sans-serif;
  font-weight: normal; }

p.big {
  font-size: 22px !important;
  line-height: 30px !important; }
  @media (min-width: 1500px) {
    p.big {
      font-size: 28px !important;
      line-height: 35px !important; } }

.font-14 {
  font-size: 14px !important; }

.note {
  font-size: 1.6rem !important;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic; }

.font-16 {
  font-size: 16px !important; }

.font-20 {
  font-size: 2rem !important; }

.font-30 {
  font-size: 3rem !important;
  font-family: "Roboto Condensed", sans-serif; }

i.small,
p.small {
  font-size: 14px !important;
  line-height: 20px !important; }

.text-black {
  color: #000 !important; }
  .text-black h2 {
    color: #000; }

.text-white {
  color: #fff !important; }
  .text-white h2 {
    color: #fff !important; }

.no-slide {
  padding-top: 150px; }

.ml-5 {
  margin-left: 0; }
  @media (min-width: 768px) {
    .ml-5 {
      margin-left: 50px; } }

.mt-50 {
  margin-top: 0; }
  @media (min-width: 768px) {
    .mt-50 {
      margin-top: 50px; } }

.mt-100 {
  margin-top: 20; }
  @media (min-width: 768px) {
    .mt-100 {
      margin-top: 100px; } }

.p-50 {
  padding: 50px; }

/* ==========================================================================
   Custom classes
   ========================================================================== */
main {
  margin-top: 120px; }
  @media (min-width: 1400px) {
    main {
      margin-top: 150px; } }
  main span {
    font-size: 16px; }
  main ul {
    list-style-type: none; }
    main ul li {
      position: relative;
      padding: 0px 10px 5px 30px;
      font-family: "Roboto", sans-serif;
      font-size: 1.6rem;
      font-weight: 300; }
      @media (min-width: 1400px) {
        main ul li {
          font-size: 1.8rem; } }
      main ul li::before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #e4e4e4;
        position: absolute;
        top: 10px;
        left: 0; }
    main ul.clear li {
      padding: 0px 10px 5px 0px; }
      main ul.clear li::before {
        display: none; }
    main ul.nopadding li {
      padding: 0px 0px 5px 0px; }
  main ol li {
    position: relative;
    padding: 0px 5px 10px 5px;
    margin-left: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem; }
    @media (min-width: 1400px) {
      main ol li {
        font-size: 1.8rem; } }
    main ol li ul li {
      padding: 0px 5px 10px 15px; }
      main ol li ul li::before {
        top: 8px;
        left: -5px; }
  main ol li::marker {
    font-size: 22px !important;
    font-weight: 200;
    color: #d44744; }
  main ol.nopadding li {
    padding: 0px 0px 5px 0px !important; }
  main .wrapper {
    margin: 0 20px; }
    @media (min-width: 430px) {
      main .wrapper {
        margin: 0 40px; } }
    @media (min-width: 1400px) {
      main .wrapper {
        margin: 0px 5% 0px 5%; } }
    @media (min-width: 1900px) {
      main .wrapper {
        max-width: 1700px;
        margin: auto; } }
    main .wrapper h1 {
      max-width: 1200px; }
      main .wrapper h1 em {
        display: block; }

.info-note {
  font-size: 1.4rem;
  font-style: italic !important; }
  .info-note p {
    font-size: 1.4rem !important;
    font-style: italic; }

.bgr-gray {
  background-color: #e4e4e4;
  padding-bottom: 100px; }

.bgr-blue {
  background-color: #27a8e0;
  color: #fff; }
  .bgr-blue h1,
  .bgr-blue h2,
  .bgr-blue p {
    color: #fff; }
  .bgr-blue a {
    color: #fff; }

.breadcrumbs {
  margin: 10px 0 20px 10px;
  font-size: 14px;
  opacity: 0.5;
  width: 90%; }
  .breadcrumbs a {
    color: #000; }
  @media (min-width: 430px) {
    .breadcrumbs {
      margin: 0px 40px 30px 30px; } }
  @media (min-width: 1400px) {
    .breadcrumbs {
      margin: 0px 5% 50px 5%; } }
  @media (min-width: 1900px) {
    .breadcrumbs {
      max-width: 1700px;
      margin: 10px auto 30px auto; } }

.page-title {
  max-width: 1700px;
  margin: 0 auto 0px 0;
  padding: 0 0px;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 34px; }
  @media (min-width: 768px) {
    .page-title {
      padding: 0 40px;
      margin: 0 auto 50px 0; } }
  @media (min-width: 1300px) {
    .page-title {
      font-size: 30px;
      padding: 0px 70px 0px 20px;
      line-height: 34px; } }
  @media (min-width: 1601px) {
    .page-title {
      font-size: 40px;
      line-height: normal;
      padding: 0px 55px 0px 60px; } }

.contact-info {
  background-color: #fcf3e5;
  padding: 20px;
  margin-top: 20px;
  font-size: 1.6rem; }
  .contact-info [class*="col"] {
    padding: 40px;
    font-size: 1.6rem; }
  .contact-info .header {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px; }
  .contact-info .name {
    display: block;
    font-weight: 600;
    margin-top: 20px; }

.contact-info1 {
  background-color: #fcf3e5;
  padding: 20px 20px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap !important;
  font-size: 1.4rem;
  min-width: 300px; }
  .contact-info1 .col {
    padding: 0px 20px 0 20px;
    font-size: 1.4rem;
    width: 100%;
    flex: none; }
    @media (min-width: 768px) {
      .contact-info1 .col {
        width: 50%;
        padding: 20px 20px 20px 20px; } }
    @media (min-width: 1200px) {
      .contact-info1 .col {
        width: 25%; } }
  .contact-info1 .header {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 15px; }
    @media (min-width: 1400px) {
      .contact-info1 .header {
        font-size: 2.4rem;
        line-height: 2.6rem; } }
  .contact-info1 .name {
    font-size: 2rem;
    line-height: 2.4rem;
    display: block;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px; }

.contact-info-right {
  background-color: #fcf3e5;
  padding: 20px;
  margin-top: 20px;
  font-size: 1.6rem;
  margin-left: 30px; }
  .contact-info-right [class*="col"] {
    padding: 10px;
    font-size: 1.6rem; }
  .contact-info-right .header {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px; }
  .contact-info-right .name {
    display: block;
    font-weight: 600;
    margin-top: 20px; }

.faculties {
  flex-wrap: wrap;
  justify-content: center !important; }
  .faculties div {
    position: relative;
    margin: 40px 10px;
    width: 30%; }
    .faculties div .f-info {
      position: absolute;
      top: 0px;
      left: 20px;
      width: 100%;
      max-width: 350px; }
      .faculties div .f-info h2 {
        color: #fff;
        font-weight: 800;
        padding: 0; }
      .faculties div .f-info ul {
        padding-left: 0;
        margin-top: 10%; }
        .faculties div .f-info ul li {
          list-style: none;
          padding: 2px 0;
          color: #fff;
          font-size: 2rem; }
          .faculties div .f-info ul li::before {
            display: none; }

@media (min-width: 768px) {
  .four-cols {
    margin: 0 -10px; } }
@media (min-width: 1200px) {
  .four-cols {
    margin: 0 -50px; } }
.four-cols .p-50 {
  padding: 20px 0 20px 0; }
  @media (min-width: 768px) {
    .four-cols .p-50 {
      padding: 0 10px 10px 10px;
      width: 50%; } }
  @media (min-width: 992px) {
    .four-cols .p-50 {
      padding: 0 20px 20px 20px;
      width: 50%; } }
  @media (min-width: 1200px) {
    .four-cols .p-50 {
      padding: 0 30px 50px 30px;
      width: 25%; } }
.four-cols img {
  width: 100%; }
@media (min-width: 768px) {
  .four-cols {
    display: flex;
    flex-wrap: wrap; } }
.four-cols ul {
  margin: 0;
  padding-left: 20px; }
  .four-cols ul li {
    padding: 0px 5px 5px 20px; }
    .four-cols ul li::before {
      top: 5px;
      display: none; }
    .four-cols ul li a {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0.6;
      color: #000;
      position: relative;
      display: inline-block;
      padding-right: 25px; }
      .four-cols ul li a::after {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        top: 2px;
        left: -30px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M4 12H20M20 12L14 6M20 12L14 18" stroke="%23000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>'); }
      .four-cols ul li a:hover {
        opacity: 1;
        color: #a63437; }
        .four-cols ul li a:hover::after {
          top: 2px;
          left: -25px;
          background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M4 12H20M20 12L14 6M20 12L14 18" stroke="%23c90035" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>'); }

footer {
  background-color: #e4e4e4;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: center;
  color: #000;
  padding: 50px 0 50px 0;
  position: relative;
  margin-top: 100px; }
  @media (min-width: 1400px) {
    footer {
      padding: 50px 0 100px 0; } }
  footer .old-site a {
    display: inline-block;
    margin: 15px 10px 10px 0;
    font-size: 1.6rem;
    color: #000; }
  footer .footer-logo {
    display: flex; }
    footer .footer-logo img {
      width: 50px; }
      @media (min-width: 1400px) {
        footer .footer-logo img {
          width: 70px; } }
    footer .footer-logo h3 {
      margin-bottom: 20px;
      margin-top: 15px;
      font-size: 1.2rem;
      line-height: 1.2rem;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      padding-left: 5px;
      padding-top: 0px;
      font-weight: 600;
      width: 150px;
      color: #a63437; }
      @media (min-width: 1400px) {
        footer .footer-logo h3 {
          font-size: 1.5rem;
          line-height: 1.5rem; } }
  footer .copyright {
    width: 100%;
    position: absolute;
    bottom: 20px;
    opacity: 0.8;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px; }
  footer .mt-70 {
    display: inline-block; }
    @media (min-width: 768px) {
      footer .mt-70 {
        margin-top: 70px; } }
  footer .wrapper {
    max-width: 1600px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px; }
    footer .wrapper h5 {
      font-size: 24px;
      margin-bottom: 40px; }
    footer .wrapper p {
      font-size: 14px; }
    footer .wrapper ul {
      padding-left: 0; }
      footer .wrapper ul li {
        list-style: none;
        font-size: 14px; }
    footer .wrapper .col1 {
      width: 100%; }
      @media (min-width: 768px) {
        footer .wrapper .col1 {
          width: 40%; } }
    footer .wrapper .col2 {
      width: 100%; }
      @media (min-width: 768px) {
        footer .wrapper .col2 {
          width: 50%; } }
    footer .wrapper .col3 {
      width: 100%; }
      @media (min-width: 768px) {
        footer .wrapper .col3 {
          width: 20%; } }
  footer a {
    color: #000; }

.bank {
  width: 90%;
  max-width: 500px;
  height: 400px; }
  .bank iframe {
    width: 100%; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.transp {
  background-color: transparent !important; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.show {
  display: block !important; }

.hide {
  display: none !important;
  visibility: hidden; }

.opacity-0 {
  opacity: 0; }

.opacity-zero {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0; }
  @media (min-width: 430px) {
    .opacity-zero {
      opacity: 1; } }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.absolute {
  position: relative !important; }

.pt-80 {
  padding-top: 20px; }
  @media (min-width: 992px) {
    .pt-80 {
      padding-top: 140px !important; } }
  @media (min-width: 1500px) {
    .pt-80 {
      padding-top: 180px !important; } }

.min-vh {
  margin-top: 100px;
  min-height: 55vh;
  position: relative; }
  @media (min-width: 767px) {
    .min-vh {
      min-height: 70vh; } }
  .min-vh .transp {
    padding: 0; }

.v-al {
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; }

.flex-equal > * {
  flex: 1; }

@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1; } }
.loading {
  height: 100vh;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden; }
  .loading .loader {
    position: absolute;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: 4000;
    animation: loader 1s;
    background-color: #fff; }
    .loading .loader img {
      position: absolute;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      width: 300px;
      opacity: 1 !important; }
    @media (min-width: 1400px) {
      .loading .loader img {
        width: 400px; } }
@keyframes loader {
  0% {
    transform: scale(1.2);
    opacity: 0; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    opacity: 1; } }
  .loading main,
  .loading .site-header,
  .loading .breadcrumbs,
  .loading footer {
    opacity: 0 !important; }

footer {
  animation: fade 1.2s; }

.site-header,
.breadcrumbs {
  animation: fade 0.5s; }

main {
  animation: fade 0.5s; }

@keyframes animete-left {
  0% {
    transform: translate(-2000px, 0); }
  70% {
    transform: translate(-2000px, 0); }
  100% {
    transform: translate(0, 0); } }
@keyframes animete-clip {
  0% {
    right: 0;
    transform: translate(-3000px, 0);
    opacity: 0; }
  50% {
    transform: translate(-3000px, 0);
    right: 0;
    opacity: 0; }
  100% {
    transform: translate(auto, 0);
    right: 0;
    left: auto;
    opacity: 1; } }
@keyframes animete-top {
  0% {
    transform: translate(0, -1000px);
    opacity: 0; }
  70% {
    transform: translate(0, -1000px);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
@keyframes animete-right {
  0% {
    transform: translate(2000px, 0); }
  70% {
    transform: translate(2000px, 0); }
  100% {
    transform: translate(0, 0); } }
@keyframes animete-right1 {
  0% {
    right: -100%; }
  100% {
    right: -10%; } }
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
  border-bottom: 1px solid #e4e4e4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  header .top-bar {
    display: flex;
    width: 100%;
    background-color: #e4e4e4;
    height: 45px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    justify-content: flex-end; }
    header .top-bar .right-hmenu {
      display: flex;
      padding-right: 10px; }
      @media (min-width: 768px) {
        header .top-bar .right-hmenu {
          padding-right: 40px; } }
      header .top-bar .right-hmenu .search-menu {
        z-index: 10;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 220px;
        height: 40px;
        transform: 0.5s;
        padding-top: 8px; }
        @media (min-width: 768px) {
          header .top-bar .right-hmenu .search-menu {
            width: 250px;
            height: 40px; } }
        header .top-bar .right-hmenu .search-menu .icon-close {
          display: none; }
        header .top-bar .right-hmenu .search-menu .search-in {
          position: relative;
          width: 100%;
          height: 30px;
          margin: auto;
          border-radius: 40px;
          background-color: #fff; }
          header .top-bar .right-hmenu .search-menu .search-in .icon-search {
            top: 2px;
            right: 8px;
            width: 25px;
            height: 25px;
            display: flex;
            z-index: 1000;
            cursor: pointer;
            position: absolute;
            border-radius: 60px;
            align-items: center;
            justify-content: center; }
            header .top-bar .right-hmenu .search-menu .search-in .icon-search::before {
              content: "";
              width: 15px;
              height: 15px;
              position: absolute;
              border-radius: 50%;
              border: 2px solid #a63437;
              transform: translate(-3px, -3px); }
            header .top-bar .right-hmenu .search-menu .search-in .icon-search::after {
              content: "";
              width: 2px;
              height: 10px;
              position: absolute;
              background: #a63437;
              transform: translate(6px, 6px) rotate(315deg); }
          header .top-bar .right-hmenu .search-menu .search-in .input {
            width: 100%;
            height: 25px;
            display: flex;
            position: relative;
            align-items: center;
            justify-content: center; }
            header .top-bar .right-hmenu .search-menu .search-in .input form {
              width: 80%;
              margin: auto;
              max-width: 600px; }
            header .top-bar .right-hmenu .search-menu .search-in .input input {
              width: 100%;
              height: 100%;
              border: none;
              outline: none;
              font-size: 16px;
              padding: 5px 0;
              background-color: transparent; }
              header .top-bar .right-hmenu .search-menu .search-in .input input:focus {
                font-size: 14px; }
                header .top-bar .right-hmenu .search-menu .search-in .input input:focus::placeholder {
                  opacity: 0; }
        header .top-bar .right-hmenu .search-menu.active {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          /*  .icon-close {
            position: absolute;
            top: -5px;
            right: 0px;
            font-size: 20px;
            display: block;
            cursor: pointer;
          } */ }
          header .top-bar .right-hmenu .search-menu.active .search-in {
            border: 1px solid #d9d9d9; }
      header .top-bar .right-hmenu .language {
        margin: 0 20px 0 auto;
        justify-content: flex-end !important;
        padding-top: 10px;
        display: flex;
        text-align: center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        header .top-bar .right-hmenu .language .dropdown-menu {
          background-color: #a63437;
          border: 0;
          border-radius: 0;
          padding: 0 0 0 0;
          width: 100px;
          min-width: 100px;
          font-size: 1.8rem; }
          header .top-bar .right-hmenu .language .dropdown-menu li .dropdown-item {
            margin-bottom: 0 !important;
            padding: 0.5rem 0.5rem !important;
            text-align: center;
            color: #000;
            background-color: #d9d9d9; }
          @media (min-width: 1300px) {
            header .top-bar .right-hmenu .language .dropdown-menu {
              font-size: 1.8rem;
              width: 120px;
              min-width: 120px; } }
        header .top-bar .right-hmenu .language .dropdown-menu1 {
          border: 0;
          border-radius: 0;
          padding: 0 0 0 0;
          width: 100px;
          min-width: 100px;
          text-transform: uppercase;
          margin: 0 !important; }
          header .top-bar .right-hmenu .language .dropdown-menu1 li {
            list-style: none; }
            header .top-bar .right-hmenu .language .dropdown-menu1 li .dropdown-item {
              margin-bottom: 0 !important;
              padding: 0.5rem 0rem !important;
              color: #a63437;
              font-family: "Roboto Condensed", sans-serif;
              font-weight: 800;
              font-size: 14px; }
              @media (min-width: 992px) {
                header .top-bar .right-hmenu .language .dropdown-menu1 li .dropdown-item {
                  padding: 0.5rem 0.5rem !important;
                  text-align: center; } }
          @media (min-width: 1300px) {
            header .top-bar .right-hmenu .language .dropdown-menu1 {
              width: 120px;
              min-width: 120px; } }
        header .top-bar .right-hmenu .language .btn {
          font-size: 14px;
          width: 110px;
          min-width: 100px;
          color: #fff;
          background-color: #0a87bd; }
          header .top-bar .right-hmenu .language .btn:active, header .top-bar .right-hmenu .language .btn:focus {
            box-shadow: none;
            border: 0;
            opacity: 0.8; }
          @media (min-width: 1300px) {
            header .top-bar .right-hmenu .language .btn {
              font-size: 16px;
              width: 120px;
              min-width: 120px; } }
  header .logo-container {
    margin: 0 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    header .logo-container a {
      display: flex;
      align-items: center !important; }
      header .logo-container a .logo img {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 50px; }
      header .logo-container a img {
        width: 100%; }
      header .logo-container a h1 {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin: 0;
        font-size: 1.1rem;
        line-height: 1.1rem;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        padding-left: 5px;
        padding-top: 5px;
        font-weight: 600;
        width: 150px;
        color: #a63437; }
    @media (min-width: 1400px) {
      header .logo-container a .logo img {
        width: 70px; }
      header .logo-container a h1 {
        font-size: 1.5rem;
        line-height: 1.5rem; } }
  header .navbar-toggler {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0 !important;
    box-shadow: none !important;
    position: absolute;
    z-index: 2000;
    right: 20px;
    top: 74px; }
    @media (min-width: 992px) {
      header .navbar-toggler {
        display: none; } }
    header .navbar-toggler .animated-icon1,
    header .navbar-toggler .animated-icon2,
    header .navbar-toggler .animated-icon3 {
      width: 30px;
      height: 20px;
      position: relative;
      margin: 0px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      cursor: pointer; }
    header .navbar-toggler .animated-icon1 span,
    header .navbar-toggler .animated-icon2 span,
    header .navbar-toggler .animated-icon3 span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -moz-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
    header .navbar-toggler .animated-icon3 span {
      background: #b4b4b4; }
    header .navbar-toggler .animated-icon3 span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    header .navbar-toggler .animated-icon3 span:nth-child(2) {
      top: 10px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    header .navbar-toggler .animated-icon3 span:nth-child(3) {
      top: 20px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    header .navbar-toggler .animated-icon3.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0px;
      left: 8px; }
    header .navbar-toggler .animated-icon3.open span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    header .navbar-toggler .animated-icon3.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 21px;
      left: 8px; }
  header .navbar {
    margin: 0 0px;
    justify-content: space-between !important; }
    @media (min-width: 768px) {
      header .navbar {
        margin: 0px 40px 0px 40px; } }
    @media (min-width: 1200px) {
      header .navbar {
        margin: 0px 40px 0px 40px; } }
    @media (min-width: 1400px) {
      header .navbar {
        margin: 0px 5% 0px 5%; } }
    @media (min-width: 1900px) {
      header .navbar {
        max-width: 1700px;
        margin: 0px auto 0px auto; } }
    header .navbar .navbar-container {
      display: none;
      width: 100vw;
      background-color: #fff;
      padding: 15% 20px 20px 20px;
      top: 0; }
      @media (min-width: 992px) {
        header .navbar .navbar-container {
          padding: 0 20px;
          height: auto;
          width: 35%;
          display: flex;
          position: relative; } }
      @media (min-width: 1200px) {
        header .navbar .navbar-container {
          padding: 0px; } }
      @media (min-width: 992px) {
        header .navbar .navbar-container .navbar-nav {
          display: flex;
          flex-direction: row; } }
      header .navbar .navbar-container .navbar-nav .nav-item {
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 2.6rem;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (min-width: 430px) {
          header .navbar .navbar-container .navbar-nav .nav-item {
            margin-right: 15px;
            font-size: 2.2rem; } }
        @media (min-width: 992px) {
          header .navbar .navbar-container .navbar-nav .nav-item {
            font-size: 1.4rem; } }
        @media (min-width: 1200px) {
          header .navbar .navbar-container .navbar-nav .nav-item {
            font-size: 1.7rem; } }
        @media (min-width: 1300px) {
          header .navbar .navbar-container .navbar-nav .nav-item {
            font-size: 1.8rem; } }
        @media (min-width: 1500px) {
          header .navbar .navbar-container .navbar-nav .nav-item {
            font-size: 2.2rem; } }
        header .navbar .navbar-container .navbar-nav .nav-item .dropdown-menu {
          font-family: "Roboto Condensed", sans-serif;
          border: 0;
          --bs-dropdown-border-radius: 0;
          background-color: #a63437; }
          @media (min-width: 992px) {
            header .navbar .navbar-container .navbar-nav .nav-item .dropdown-menu {
              position: absolute; } }
          header .navbar .navbar-container .navbar-nav .nav-item .dropdown-menu .dropdown-item {
            color: #fff;
            font-size: 1.8rem;
            line-height: 1.8rem;
            font-weight: 400;
            text-transform: none;
            padding: 8px 10px;
            white-space: inherit; }
            @media (min-width: 430px) {
              header .navbar .navbar-container .navbar-nav .nav-item .dropdown-menu .dropdown-item {
                white-space: nowrap; } }
            header .navbar .navbar-container .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, header .navbar .navbar-container .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus, header .navbar .navbar-container .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
              opacity: 0.5 !important;
              text-decoration: none;
              background-color: #d44744;
              color: #fff; }
            @media (min-width: 992px) {
              header .navbar .navbar-container .navbar-nav .nav-item .dropdown-menu .dropdown-item {
                font-size: 1.8rem;
                line-height: 2.4rem;
                padding: 5px 15px; } }
    header .navbar .right-menu {
      width: 45%;
      display: none; }
      @media (min-width: 430px) {
        header .navbar .right-menu {
          display: flex; } }
      @media (min-width: 768px) {
        header .navbar .right-menu {
          width: 35%; } }
    header .navbar .menu-student {
      font-size: 2.2rem;
      font-family: "Inter", sans-serif;
      font-weight: 700;
      margin-top: 20px;
      text-transform: uppercase; }
      header .navbar .menu-student a {
        color: #000; }
      @media (min-width: 992px) {
        header .navbar .menu-student {
          display: none; } }
  header.open {
    overflow-y: scroll;
    height: 100%; }
    header.open .navbar {
      flex-direction: column-reverse; }
      @media (min-width: 992px) {
        header.open .navbar {
          flex-direction: initial; } }
    header.open .right-menu {
      display: none; }
    header.open .logo-container {
      width: 87vw; }
  header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0; }
  header.scroll .logo-container a .logo img {
    width: 40px; }
  header.scroll .logo-container a h1 {
    font-size: 0.9rem;
    line-height: 0.9rem;
    width: 80px;
    padding-top: 2px; }
  header.scroll .old-site a {
    display: inline-block;
    margin: 5px 10px 0 0; }
  header.scroll .right-hmenu .language {
    padding-top: 2px;
    margin-top: 0 !important; }
  header.scroll .top-bar {
    height: 35px; }
    header.scroll .top-bar .search-menu {
      transform: scale(0.7) translate(0, -10px); }
  header.scroll .navbar-toggler {
    right: 20px;
    top: 60px; }
  header.scroll .nav-item {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    margin-right: 15px;
    font-size: 1.6rem !important; }
    @media (min-width: 992px) {
      header.scroll .nav-item {
        font-size: 1.4rem !important; } }
    @media (min-width: 1200px) {
      header.scroll .nav-item {
        font-size: 1.6rem !important; } }
    @media (min-width: 1500px) {
      header.scroll .nav-item {
        font-size: 2rem !important; } }

.right-menu {
  display: flex; }
  .right-menu a {
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000;
    text-transform: uppercase;
    margin-left: auto;
    display: inline-block; }
    @media (min-width: 430px) {
      .right-menu a {
        margin-right: 65px;
        font-size: 1.4rem; } }
    @media (min-width: 992px) {
      .right-menu a {
        font-size: 1.4rem;
        margin-right: 15px; } }
    @media (min-width: 1200px) {
      .right-menu a {
        font-size: 1.7rem; } }
    @media (min-width: 1300px) {
      .right-menu a {
        font-size: 1.8rem; } }
    @media (min-width: 1500px) {
      .right-menu a {
        font-size: 2.2rem; } }
    .right-menu a span {
      font-size: 1.4rem;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 430px) {
        .right-menu a span {
          font-size: 1.4rem; } }
      @media (min-width: 992px) {
        .right-menu a span {
          font-size: 1.4rem; } }
      @media (min-width: 1200px) {
        .right-menu a span {
          font-size: 1.7rem; } }
      @media (min-width: 1300px) {
        .right-menu a span {
          font-size: 1.8rem; } }
      @media (min-width: 1500px) {
        .right-menu a span {
          font-size: 2.2rem; } }

.accents {
  padding: 0px 0;
  position: relative; }
  @media (min-width: 768px) {
    .accents {
      max-width: 50%; } }
  .accents .wrapper {
    width: 100%;
    margin: 0; }
  .accents h1 {
    margin: 0 40px 20px 40px; }
    @media (min-width: 992px) {
      .accents h1 {
        margin: 0 40px; } }
  .accents h2 {
    font-weight: 400;
    height: 115px;
    text-transform: uppercase; }
  .accents .slider-acc {
    display: flex;
    justify-content: center;
    flex: 1 100%;
    flex-wrap: wrap; }
    .accents .slider-acc .slick-list {
      margin: 0 0px;
      width: 100%; }
      @media (min-width: 992px) {
        .accents .slider-acc .slick-list {
          margin: 0 50px; } }
    .accents .slider-acc .slick-track {
      display: flex;
      width: 100%; }
    .accents .slider-acc .slick-slide {
      padding: 0px 40px 0px 40px;
      display: flex;
      flex: 1 1 auto !important;
      justify-content: center;
      flex-wrap: wrap; }
      .accents .slider-acc .slick-slide p {
        color: #000;
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        font-weight: 300; }
      .accents .slider-acc .slick-slide h2 {
        color: #6d9e00; }
      .accents .slider-acc .slick-slide a {
        background-color: #b2c194;
        padding: 5px 10px;
        display: inline-block;
        color: #000;
        font-size: 14px;
        text-transform: uppercase;
        font-family: "Raleway", sans-serif;
        font-weight: 600; }
      .accents .slider-acc .slick-slide .acc_img {
        width: 100%;
        height: 130px;
        text-align: center; }
        .accents .slider-acc .slick-slide .acc_img img {
          max-width: 110px;
          margin: auto; }
    .accents .slider-acc .slick-next {
      position: absolute;
      width: 40px;
      height: 40px;
      top: 40%;
      right: 0px;
      left: auto;
      background-color: transparent;
      border: 0;
      font-size: 0; }
      @media (min-width: 430px) {
        .accents .slider-acc .slick-next {
          right: 20px;
          width: 60px;
          height: 60px; } }
      .accents .slider-acc .slick-next:before {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center; }
    .accents .slider-acc .slick-prev {
      transform: rotate(180deg);
      position: absolute;
      width: 40px;
      height: 40px;
      top: 40%;
      left: 0px;
      background-color: transparent;
      border: 0;
      font-size: 0; }
      @media (min-width: 430px) {
        .accents .slider-acc .slick-prev {
          left: 20px;
          width: 60px;
          height: 60px; } }
      .accents .slider-acc .slick-prev:before {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center; }

.news {
  margin: auto;
  max-width: 1700px;
  padding: 50px 20px 0 20px; }
  @media (min-width: 768px) {
    .news {
      padding: 30px 40px; } }
  .news h1 {
    margin-bottom: 10px;
    margin-right: 120px; }
    .news h1 a {
      color: #000;
      margin-left: 5px;
      font-size: 2rem !important; }
      .news h1 a:hover {
        color: #000; }
      .news h1 a .bi::before {
        font-size: 1.6rem !important; }
    @media (max-width: 768px) {
      .news h1 {
        margin-right: 20px;
        font-size: 2rem; }
        .news h1 span {
          display: block; } }
  .news .news-slide {
    margin-top: 50px; }
    @media (min-width: 768px) {
      .news .news-slide {
        margin-top: 0px; } }
    @media (min-width: 992px) {
      .news .news-slide {
        margin-left: -40px;
        margin-right: -40px; } }
    .news .news-slide .slick-next,
    .news .news-slide .slick-prev {
      border: 0;
      margin-top: -40px;
      background-color: #a63437;
      width: 30px;
      height: 30px;
      font-size: 0;
      opacity: 0.5; }
      @media (min-width: 768px) {
        .news .news-slide .slick-next,
        .news .news-slide .slick-prev {
          margin-top: -40px; } }
    .news .news-slide .slick-next {
      position: absolute;
      right: 20px;
      top: 0%;
      z-index: 10; }
      @media (min-width: 768px) {
        .news .news-slide .slick-next {
          right: 40px; } }
      .news .news-slide .slick-next::before {
        top: 5px;
        position: absolute;
        left: 6px;
        content: "";
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'%3E%3C/path%3E%3C/svg%3E");
        background-repeat: repeat;
        background-size: 100%; }
    .news .news-slide .slick-prev {
      position: absolute;
      right: 60px;
      top: 0%;
      z-index: 10; }
      @media (min-width: 768px) {
        .news .news-slide .slick-prev {
          right: 80px; } }
      .news .news-slide .slick-prev::before {
        position: absolute;
        left: 4px;
        top: 5px;
        content: "";
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
        background-repeat: repeat;
        background-size: 100%; }
  .news .news-info {
    padding: 0 0px; }
    @media (min-width: 430px) {
      .news .news-info {
        padding: 0 20px; } }
    @media (min-width: 768px) {
      .news .news-info {
        padding: 0 40px; } }
    .news .news-info .news-date {
      font-size: 1.4rem;
      font-family: "Roboto", sans-serif;
      color: #d44744; }
      @media (min-width: 1500px) {
        .news .news-info .news-date {
          font-size: 1.4rem; } }
    .news .news-info img {
      width: 100%;
      max-width: auto; }
    .news .news-info p {
      font-weight: 300; }
  .news h3 {
    text-transform: uppercase;
    font-weight: 400;
    margin: 20px 0 0px 0; }
    @media (min-width: 768px) {
      .news h3 {
        width: 80%; } }

.content-resume {
  width: 100%;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-top: 0px; }
  @media (min-width: 768px) {
    .content-resume {
      width: 50%; } }
  .content-resume h1,
  .content-resume h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
  .content-resume p {
    max-width: 650px;
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif; }
  @media (min-width: 992px) {
    .content-resume {
      padding-left: 50px;
      padding-right: 0px; } }
  .content-resume .wrapper {
    max-width: 1600px;
    margin: 50px auto; }
    @media (min-width: 992px) {
      .content-resume .wrapper {
        margin: 100px auto; } }

.home-content {
  position: relative; }
  .home-content p {
    margin-bottom: 5px; }

.home-products {
  margin: 0px auto 50px auto;
  padding: 50px 0px 50px 0px;
  max-width: 1700px; }
  @media (min-width: 768px) {
    .home-products {
      padding: 50px 40px 50px 40px; } }
  @media (min-width: 992px) {
    .home-products {
      padding: 50px 40px;
      margin: 0px auto 100px auto; } }
  @media (min-width: 1500px) {
    .home-products {
      padding: 100px 40px;
      margin: 0 auto 0px auto; } }
  .home-products .home-prod-title {
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    color: #d44744; }
    @media (min-width: 992px) {
      .home-products .home-prod-title {
        font-size: 2.5rem; } }
    @media (min-width: 1500px) {
      .home-products .home-prod-title {
        font-size: 3rem; } }
  .home-products .home-prod-container {
    display: flex;
    flex-wrap: wrap; }
    .home-products .home-prod-container .prod-box {
      text-align: left;
      padding-left: 0px;
      padding-right: 0px;
      width: 100%;
      padding-top: 50px;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .home-products .home-prod-container .prod-box {
          padding-left: 20px;
          padding-right: 20px;
          width: 50%; } }
      @media (min-width: 992px) {
        .home-products .home-prod-container .prod-box {
          width: 25%; } }
      @media (min-width: 1500px) {
        .home-products .home-prod-container .prod-box {
          max-width: 320px;
          width: 20%; } }
      .home-products .home-prod-container .prod-box a {
        background-color: #ffffff;
        align-items: flex-start !important;
        opacity: 1 !important;
        color: #000;
        height: 100%;
        display: flex;
        flex-direction: column; }
      .home-products .home-prod-container .prod-box p {
        padding: 0;
        font-weight: 400;
        font-size: 14px;
        font-family: "Roboto Condensed", sans-serif; }
      .home-products .home-prod-container .prod-box .prod-name {
        font-size: 20px;
        line-height: 24px;
        color: #6d9e00;
        font-weight: 600;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 10px;
        font-family: "Raleway", sans-serif; }
        .home-products .home-prod-container .prod-box .prod-name span {
          display: block;
          font-size: 1.5rem;
          font-style: normal;
          font-weight: 200; }
      .home-products .home-prod-container .prod-box .prod-resume {
        margin-bottom: auto;
        width: 100%;
        flex-grow: 1 !important;
        padding: 10px 0px 20px 0px; }
      .home-products .home-prod-container .prod-box .card-price,
      .home-products .home-prod-container .prod-box .card-date {
        font-size: 16px;
        font-weight: 400; }
        .home-products .home-prod-container .prod-box .card-price span,
        .home-products .home-prod-container .prod-box .card-date span {
          text-transform: uppercase;
          font-size: 16px;
          font-family: "Raleway", sans-serif;
          color: #849098;
          display: inline; }
        .home-products .home-prod-container .prod-box .card-price p,
        .home-products .home-prod-container .prod-box .card-date p {
          font-family: "Roboto", sans-serif;
          display: inline !important;
          font-size: 18px;
          font-weight: 400;
          padding: 0; }
          .home-products .home-prod-container .prod-box .card-price p strong,
          .home-products .home-prod-container .prod-box .card-date p strong {
            font-weight: 400;
            color: #a63437;
            font-family: "Roboto", sans-serif; }
      .home-products .home-prod-container .prod-box .card-price {
        margin-top: auto !important; }
      .home-products .home-prod-container .prod-box .card-button {
        margin-top: auto;
        text-align: left;
        padding: 5px 0px;
        color: #6d9e00;
        font-size: 1.6rem;
        position: relative;
        display: inline-flex !important; }
        .home-products .home-prod-container .prod-box .card-button::before {
          position: absolute;
          content: "";
          width: 100%;
          height: 1px;
          background-color: #6d9e00;
          bottom: 0; }
      .home-products .home-prod-container .prod-box .prod-img {
        margin-bottom: auto;
        width: 100%;
        max-height: 340px;
        text-align: center;
        overflow: hidden;
        position: relative; }
        .home-products .home-prod-container .prod-box .prod-img img {
          width: 100%; }
        .home-products .home-prod-container .prod-box .prod-img .places {
          color: #ffffff;
          font-family: "Raleway", sans-serif;
          text-transform: uppercase;
          top: 10px;
          position: absolute;
          background-color: #a63437;
          padding: 2px 10px; }
          .home-products .home-prod-container .prod-box .prod-img .places span {
            font-size: 16px;
            font-weight: 400; }
          .home-products .home-prod-container .prod-box .prod-img .places .bi-person-raised-hand {
            display: none; }

.page {
  margin-top: 150px; }
  @media (min-width: 992px) {
    .page {
      margin-top: 155px; } }
  @media (min-width: 1400px) {
    .page {
      margin-top: 180px; } }
  .page .page-summary {
    position: relative;
    margin-bottom: 50px; }
    .page .page-summary .page-sum-img {
      max-width: 100%;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .page .page-summary .page-sum-img {
          display: block; } }
    .page .page-summary .page-summary-info {
      background-color: #fff;
      padding: 0px;
      width: 100%; }
      @media (min-width: 768px) {
        .page .page-summary .page-summary-info {
          padding: 50px;
          position: absolute;
          top: 10%;
          left: 10%;
          width: 90%; } }
      @media (min-width: 992px) {
        .page .page-summary .page-summary-info {
          padding: 50px;
          position: absolute;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;
          left: 70%;
          width: 60%; } }
      @media (min-width: 1400px) {
        .page .page-summary .page-summary-info {
          padding: 50px;
          position: absolute;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;
          left: 70%;
          width: 50%; } }
      @media (min-width: 1700px) {
        .page .page-summary .page-summary-info {
          padding: 50px;
          position: absolute;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;
          left: 70%;
          width: 55%; } }
  .page .tablist .nav-pills {
    border-bottom: 1px solid #d44744; }
    .page .tablist .nav-pills li {
      position: relative;
      padding: 0px; }
      .page .tablist .nav-pills li::before {
        display: none; }
      .page .tablist .nav-pills li .nav-link {
        text-transform: uppercase;
        color: #000;
        border-radius: 0;
        padding: 5px 20px; }
      .page .tablist .nav-pills li .nav-link.active {
        background-color: #d44744 !important;
        color: #fff; }
        .page .tablist .nav-pills li .nav-link.active::before {
          position: absolute;
          content: "";
          width: 10px;
          height: 10px;
          display: block;
          top: auto;
          bottom: -5px;
          left: 45%;
          -moz-transform: translate(-50%, 0%);
          -o-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%);
          -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
          transform: rotate(45deg);
          background-color: #d44744; }
  .page .katedra {
    display: block; }
    .page .katedra li {
      font-size: 1.6rem; }
    @media (min-width: 992px) {
      .page .katedra {
        display: flex; } }
    .page .katedra .col-1 {
      width: 100%; }
      @media (min-width: 992px) {
        .page .katedra .col-1 {
          width: 60%; } }
    .page .katedra .col-2 {
      width: 100%; }
      @media (min-width: 992px) {
        .page .katedra .col-2 {
          width: 40%; } }
  .page .contact-info {
    margin-top: 50px;
    margin-bottom: 20px;
    display: block !important;
    font-size: 1.5rem; }
    .page .contact-info p,
    .page .contact-info a {
      font-size: 1.5rem; }
    @media (min-width: 992px) {
      .page .contact-info {
        display: flex !important; } }
    .page .contact-info .col {
      padding: 20px; }
  .page .partners p {
    padding: 0 !important;
    margin-bottom: 0; }
  .page .partners h3 {
    margin: 0px 0 10px 0; }
  .page .page-news {
    background-color: rgba(228, 228, 228, 0.5);
    margin-top: 50px; }
    .page .page-news p {
      font-size: 1.3rem; }
    .page .page-news .pege-news-title {
      font-size: 1.6rem;
      font-weight: 600; }
      .page .page-news .pege-news-title span {
        display: block;
        color: #d44744;
        font-size: 1.2rem;
        text-transform: uppercase; }
    .page .page-news .page-news-info {
      width: 30%;
      border-left: 4px solid #d44744;
      padding: 20px; }

.page .slider {
  margin-top: -30px;
  height: 250px !important;
  min-height: auto !important; }
  @media (min-width: 768px) {
    .page .slider {
      height: 250px !important; } }
  @media (min-width: 1601px) {
    .page .slider {
      height: 300px !important; } }

.slider {
  margin-top: 0px;
  position: relative;
  height: 90vh;
  max-height: 400px; }
  @media (min-width: 992px) {
    .slider {
      min-height: 500px;
      height: 60vh; } }
  @media (min-width: 1300px) {
    .slider {
      max-height: 650px; } }
  @media (min-width: 1601px) {
    .slider {
      max-height: 660px; } }
  .slider h1 {
    font-size: 30px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-style: italic; }
    .slider h1 strong {
      font-weight: 600; }
    @media (min-width: 1200px) {
      .slider h1 {
        font-size: 45px; } }
    @media (min-width: 1400px) {
      .slider h1 {
        font-size: 55px;
        line-height: 60px; } }
    @media (min-width: 1601px) {
      .slider h1 {
        font-size: 60px;
        line-height: 65px; } }
    @media (min-width: 1900px) {
      .slider h1 {
        font-size: 60px;
        line-height: 65px; } }
  .slider h2 {
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding-top: 0;
    font-size: 40px; }
    @media (min-width: 1200px) {
      .slider h2 {
        font-size: 90px; } }
    @media (min-width: 1400px) {
      .slider h2 {
        font-size: 100px; } }
    @media (min-width: 1601px) {
      .slider h2 {
        font-size: 130px; } }
    @media (min-width: 1900px) {
      .slider h2 {
        font-size: 130px; } }
  .slider li,
  .slider p {
    font-size: 18px;
    line-height: 28px; }
    @media (min-width: 1200px) {
      .slider li,
      .slider p {
        font-size: 18px;
        line-height: 24px; } }
    @media (min-width: 1400px) {
      .slider li,
      .slider p {
        font-size: 20px;
        line-height: 24px; } }
    @media (min-width: 1601px) {
      .slider li,
      .slider p {
        font-size: 22px;
        line-height: 28px; } }
  .slider a {
    color: #fff; }
  .slider .slick-next,
  .slider .slick-prev {
    border: 0;
    background-color: transparent;
    font-size: 0;
    opacity: 0.5; }
  .slider .slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    position: absolute;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    top: 50%;
    z-index: 10; }
    .slider .slick-next::before {
      position: absolute;
      right: 0;
      content: "";
      width: 50px;
      height: 50px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'%3E%3C/path%3E%3C/svg%3E");
      background-repeat: repeat;
      background-size: 100%; }
  .slider .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    position: absolute;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    top: 50%;
    z-index: 10; }
    .slider .slick-prev::before {
      position: absolute;
      left: 0;
      content: "";
      width: 50px;
      height: 50px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
      background-repeat: repeat;
      background-size: 100%; }
  .slider .slick-list,
  .slider .slick-slide,
  .slider .slick-track,
  .slider .slider-content {
    height: 100%; }
  .slider .slick-slide {
    background-repeat: no-repeat;
    background-size: cover; }
    .slider .slick-slide .slider-content {
      position: relative; }
      .slider .slick-slide .slider-content .slider-text {
        width: 100%;
        max-width: 1600px;
        padding: 0 20px;
        margin: auto;
        z-index: 2;
        position: absolute;
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        top: 50%; }
        @media (min-width: 430px) {
          .slider .slick-slide .slider-content .slider-text {
            padding: 0 50px; } }
        @media (min-width: 992px) {
          .slider .slick-slide .slider-content .slider-text {
            width: 45%;
            right: 50px;
            top: 70%; } }
        @media (min-width: 1400px) {
          .slider .slick-slide .slider-content .slider-text {
            width: 50%;
            right: 100px; } }
        .slider .slick-slide .slider-content .slider-text .bi::before, .slider .slick-slide .slider-content .slider-text [class*=" bi-"]::before, .slider .slick-slide .slider-content .slider-text [class^=bi-]::before {
          font-size: 1.3em;
          vertical-align: -.18em; }
    .slider .slick-slide.slick-active .slider-content {
      /*        &::after {
                 position: absolute;
                 content: "";
                 width: 65%;
                 height: 100%;
                 top: 0;
                 display: none;
                 background-color: #000;
                 opacity: 0.4;
                 z-index: 1;
                 @media (min-width: 992px) {
                     right: -10%;
                     transform: skew(-12deg);
                     animation: animete-right1 1.5s;
                     display: block;
                     width: 65%;
                 }
                 @media (min-width: 1400px) {
                     width: 55%;
                 }
             } */ }
      .slider .slick-slide.slick-active .slider-content::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        background-color: #000;
        opacity: 0.6;
        z-index: 0; }
        @media (min-width: 992px) {
          .slider .slick-slide.slick-active .slider-content::before {
            animation: animete-right1 1s;
            right: -10%;
            width: 57%;
            transform: skew(-10deg); } }
        @media (min-width: 1300px) {
          .slider .slick-slide.slick-active .slider-content::before {
            width: 64%; } }
        @media (min-width: 1400px) {
          .slider .slick-slide.slick-active .slider-content::before {
            width: 66%; } }
    @media (min-width: 1200px) {
      .slider .slick-slide.slick-active .slider-text h1 {
        animation: animete-right 1s; } }
    @media (min-width: 1200px) {
      .slider .slick-slide.slick-active .slider-text h2 {
        animation: animete-right 1.5s; } }
    .slider .slick-slide.slick-active .slider-text p {
      color: #fff; }
      @media (min-width: 1200px) {
        .slider .slick-slide.slick-active .slider-text p {
          animation: animete-right 2s; } }
    .slider .slick-slide .blue::before {
      background-color: #004c50 !important; }
    .slider .slick-slide .blue::after {
      background-color: #004c50 !important; }
    .slider .slick-slide .blue1::before {
      background-color: #004f73 !important; }
    .slider .slick-slide .blue1::after {
      background-color: #004f73 !important; }
    .slider .slick-slide .blue1 h1 {
      color: #dcd0c2 !important; }
    .slider .slick-slide .blue1 h2 {
      color: #b9f0ee !important; }
    .slider .slick-slide .green1::before {
      background-color: #29351d !important; }
    .slider .slick-slide .green1::after {
      background-color: #29351d !important; }

.page-card .slider, .card-info .slider {
  display: none;
  height: 180px !important;
  min-height: auto !important; }
  @media (min-width: 768px) {
    .page-card .slider, .card-info .slider {
      display: block;
      height: 250px !important; } }
  @media (min-width: 1601px) {
    .page-card .slider, .card-info .slider {
      display: block;
      height: 300px !important; } }
.page-card .slick-slide, .card-info .slick-slide {
  background-size: 200%;
  background-position: center; }
  @media (min-width: 768px) {
    .page-card .slick-slide, .card-info .slick-slide {
      background-size: cover; } }

.virtual {
  position: absolute;
  bottom: 30px;
  left: 0px; }
  .virtual:before {
    position: absolute;
    content: '';
    background-color: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .virtual::after {
    position: absolute;
    content: '';
    opacity: 0.6;
    width: 40px;
    height: 40px;
    z-index: 0;
    position: absolute;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    top: 50%;
    right: 10px;
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 20.1 20.1" style="enable-background:new 0 0 20.1 20.1;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}</style><g><path class="st0" d="M17.8,2.6c0,0-0.1-0.1-0.1-0.1c-1.1-0.6-2.4-0.9-3.4-1c-0.1,0-0.3,0-0.4,0.1c-0.1,0.1-0.2,0.3-0.2,0.4l0,3.8l0,0c0,0.1,0,0.1,0,0.2l0,0.1l-0.1,0c-2.2,0.3-4.5,0.3-6.8,0l-0.1,0l0-4.1c0-0.2-0.1-0.3-0.2-0.4C6.3,1.4,6.2,1.4,6,1.4C5,1.6,4.1,1.8,3.3,2.1C2.8,2.3,2.2,2.6,1.7,3.1C1.4,3.4,1.2,3.8,1.2,4.3c0,3.4,0,6.8,0,10.2c0,0.4,0.1,0.8,0.4,1.1c0.3,0.3,0.6,0.5,1,0.8c0.8,0.4,1.8,0.7,3,0.9c0.2,0,0.3,0,0.4-0.1c0.1-0.1,0.1-0.2,0.2-0.3c0-0.3-0.1-0.5-0.4-0.5c-0.6-0.1-1.4-0.3-2.2-0.6c-0.4-0.2-0.8-0.4-1.2-0.7c-0.1-0.1-0.3-0.3-0.3-0.6c0-2,0-4,0-6l0-2.5c0-0.1,0-0.2,0.1-0.2l0.1-0.1l0.1,0C2.8,6,3.4,6.2,4,6.4c1.6,0.5,3.3,0.7,5.3,0.8c1.8,0,3.7-0.1,5.5-0.5c0.8-0.2,1.9-0.4,2.9-1c0,0,0.1,0,0.1,0c0,0,0,0,0,0l0.1,0l0,0.3v1.7c0,2.2,0,4.5,0,6.7c0,0.3-0.1,0.5-0.3,0.6c-0.1,0.1-0.3,0.3-0.5,0.4C17,15.6,16.6,15.8,16,16c-0.6,0.2-1.2,0.3-1.7,0.4c-0.3,0-0.4,0.3-0.4,0.5c0,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.1c0.9-0.2,2-0.4,3.1-1c0.6-0.3,1.2-0.7,1.5-1.6V3.9C18.8,3.4,18.5,3,17.8,2.6z M5.7,5.8l0,0.1l-0.1,0c-0.4-0.1-0.7-0.2-1-0.3C3.9,5.5,3.3,5.3,2.7,4.9C2.5,4.8,2.4,4.7,2.3,4.5C2,4.3,2,4,2.3,3.8c0.2-0.3,0.5-0.4,0.8-0.6c0.8-0.4,1.7-0.6,2.4-0.8l0.1,0l0,0.1C5.7,2.7,5.7,5.6,5.7,5.8z M17.7,4.8c-0.3,0.3-0.7,0.4-1.1,0.6c-0.6,0.2-1.2,0.4-1.9,0.5l-0.1,0V2.4l0.1,0c0.7,0.1,1.4,0.3,2,0.6c0.3,0.1,0.7,0.3,1.1,0.6c0.3,0.2,0.4,0.4,0.4,0.6C18.1,4.4,17.9,4.6,17.7,4.8z"/><path class="st0" d="M10.1,8.9c-0.2,0-0.4,0-0.5,0c-1.6,0.2-2.9,1.6-3,3.2C6.4,13,6.6,13.8,7,14.7c0.6,1.2,1.5,2.4,2.8,3.5c0.2,0.2,0.4,0.2,0.7,0c0.9-0.8,1.7-1.7,2.3-2.6c0.7-1,1-2,1-2.9v0c0-0.2,0-0.4,0-0.6C13.4,10.2,11.9,8.9,10.1,8.9z M12.5,14.1c-0.3,0.8-0.9,1.6-1.6,2.5c-0.1,0.2-0.3,0.3-0.5,0.5l-0.3,0.3L10,17.3c-0.7-0.7-1.2-1.3-1.7-2c-0.5-0.8-0.8-1.5-0.9-2.2c-0.3-1.6,0.7-3,2.3-3.3c1.4-0.3,2.8,0.7,3.1,2.2C12.9,12.7,12.8,13.3,12.5,14.1z"/><path class="st0" d="M10.1,11.2C10.1,11.2,10.1,11.2,10.1,11.2c-0.4,0-0.7,0.1-1,0.4c-0.3,0.3-0.4,0.6-0.4,1c0,0.8,0.6,1.4,1.4,1.4c0,0,0,0,0,0c0.8,0,1.4-0.6,1.4-1.4c0-0.4-0.1-0.7-0.4-1C10.8,11.3,10.5,11.2,10.1,11.2z M10.4,12.9C10.3,13,10.2,13,10.1,13c0,0,0,0,0,0c-0.1,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.1-0.2-0.1-0.4c0-0.3,0.2-0.5,0.5-0.5c0,0,0,0,0,0c0.3,0,0.5,0.2,0.5,0.5C10.6,12.7,10.5,12.8,10.4,12.9z"/></g></svg>'); }
  .virtual a {
    padding: 15px 60px 15px 20px;
    margin-left: 10px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 1.2rem;
    text-transform: uppercase; }

.gallery .card .card-img {
  text-align: center; }
  .gallery .card .card-img img {
    max-width: 100%;
    padding: 0px; }
.gallery .card .card-price {
  color: red; }

.img-container {
  width: 100%; }
  .img-container .slick-slide {
    padding-right: 30px;
    position: relative; }
    .img-container .slick-slide img {
      max-height: 400px; }
    .img-container .slick-slide .img-info {
      display: block;
      width: 100%;
      position: absolute;
      bottom: 0; }
      .img-container .slick-slide .img-info p {
        font-size: 1.2rem;
        color: #000;
        position: relative;
        z-index: 10;
        padding: 5px 10px; }
      .img-container .slick-slide .img-info::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        z-index: 2; }
  .img-container .slick-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 100;
    font-size: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">  <path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0"/></svg>');
    background-repeat: no-repeat;
    background-size: contain; }
  .img-container .slick-next {
    position: absolute;
    right: 20px;
    top: 40%;
    z-index: 100;
    font-size: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"  viewBox="0 0 16 16">  <path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"/></svg>');
    background-repeat: no-repeat;
    background-size: contain; }

.page-card .page-title {
  display: none; }

.prod-title {
  padding: 40px 0px 10px 0px;
  font-size: 26px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #a63437; }
  .prod-title:first-child {
    padding: 0px 0px 10px 0px; }
  @media (min-width: 768px) {
    .prod-title {
      padding: 40px 40px 10px 40px; }
      .prod-title:first-child {
        padding: 0px 40px 10px 40px; } }

.filter {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px; }
  .filter a {
    font-size: 1.6rem;
    line-height: 2rem;
    display: inline-block;
    padding: 8px 5px 5px 5px;
    background-color: #a63437;
    width: 40px;
    height: 40px;
    margin-right: 3px;
    margin-bottom: 3px;
    color: #fff;
    text-align: center; }
    @media (min-width: 768px) {
      .filter a {
        padding: 5px 5px 5px 5px;
        font-size: 1.6rem;
        line-height: 1.6rem;
        width: 30px;
        height: 30px; } }

.prod-list {
  margin-bottom: 20px; }
  @media (min-width: 430px) {
    .prod-list {
      display: flex;
      flex-wrap: wrap; } }
  .prod-list .prod-box {
    width: 100%; }
    @media (min-width: 430px) {
      .prod-list .prod-box {
        width: 50%; } }
    @media (min-width: 992px) {
      .prod-list .prod-box {
        width: 33.3%; } }
    @media (min-width: 1400px) {
      .prod-list .prod-box {
        width: 20%; } }
    .prod-list .prod-box .card {
      border: 0px solid #e8eaeb;
      background-color: #f5f5f5;
      padding: 0.5em;
      border-radius: 0;
      margin: 5px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .prod-list .prod-box .card:hover {
        background-color: transparent; }
      @media (min-width: 768px) {
        .prod-list .prod-box .card {
          padding: 1em; } }
      @media (min-width: 1300px) {
        .prod-list .prod-box .card {
          padding: 1em; } }
      @media (min-width: 1601px) {
        .prod-list .prod-box .card {
          padding: 1em; } }
      .prod-list .prod-box .card a {
        display: flex;
        opacity: 1;
        color: #000; }
      .prod-list .prod-box .card .card-img {
        position: relative;
        max-width: 250px;
        background-color: #e4e4e4;
        margin: auto;
        overflow: hidden; }
        .prod-list .prod-box .card .card-img img {
          width: 100%; }
        @media (min-width: 1500px) {
          .prod-list .prod-box .card .card-img {
            width: 250px;
            height: 250px; } }
      .prod-list .prod-box .card .card-body {
        padding: 0;
        display: flex;
        flex-direction: column;
        text-align: center; }
        .prod-list .prod-box .card .card-body h5 {
          font-family: "Raleway", sans-serif;
          font-size: 1.6rem;
          font-weight: 400;
          width: 100%;
          min-height: 40px;
          margin-top: 5px;
          margin-bottom: 0; }
        .prod-list .prod-box .card .card-body p {
          font-size: 14px;
          line-height: 20px;
          padding: 0;
          margin-bottom: 0; }
        .prod-list .prod-box .card .card-body .card-resume {
          width: 100%;
          font-size: 12px; }
          .prod-list .prod-box .card .card-body .card-resume p {
            font-size: 12px; }
          @media (min-width: 768px) {
            .prod-list .prod-box .card .card-body .card-resume {
              width: 30%; } }
        .prod-list .prod-box .card .card-body .card-price,
        .prod-list .prod-box .card .card-body .card-date {
          font-size: 16px;
          font-weight: 400;
          width: 100%;
          padding-left: 0px; }
          @media (min-width: 768px) {
            .prod-list .prod-box .card .card-body .card-price,
            .prod-list .prod-box .card .card-body .card-date {
              width: 40%;
              padding-left: 20px; } }
          .prod-list .prod-box .card .card-body .card-price span,
          .prod-list .prod-box .card .card-body .card-date span {
            text-transform: uppercase;
            font-size: 14px;
            font-family: "Raleway", sans-serif;
            color: #849098;
            margin: 0 10px 0 0; }
          .prod-list .prod-box .card .card-body .card-price p,
          .prod-list .prod-box .card .card-body .card-date p {
            font-family: "Roboto", sans-serif;
            display: inline;
            font-size: 14px;
            font-weight: 400; }
            .prod-list .prod-box .card .card-body .card-price p strong,
            .prod-list .prod-box .card .card-body .card-date p strong {
              font-weight: 400;
              color: #a63437;
              font-family: "Roboto", sans-serif; }
        .prod-list .prod-box .card .card-body .card-price {
          width: 100%; }
          @media (min-width: 768px) {
            .prod-list .prod-box .card .card-body .card-price {
              width: 25%; } }

.page-card .breadcrumbs {
  margin: 150px auto 0px auto !important; }

.card-info main {
  margin-top: 200px !important; }

img {
  max-width: 100%; }

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

@media screen and (max-width: 996px) {
  .preview {
    margin-bottom: 20px; } }
.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }

.preview-thumbnail.nav-tabs li {
  width: 18%;
  margin-right: 2.5%; }

.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block; }

.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0; }

.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0; }

.tab-content {
  overflow: hidden; }

.tab-content img {
  width: 100%;
  /*     -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: .3s;
  animation-duration: .3s; */ }

.card {
  padding: 1em;
  line-height: 1.5em;
  border: 0px solid rgba(0, 0, 0, 0.125); }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.checked,
.price span {
  color: #ff9f1a; }

.product-title,
.rating,
.product-description,
.price,
.vote,
.sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.lightbox {
  top: 0 !important;
  left: 0 !important;
  z-index: 1200 !important; }

.card-info main .wrapper {
  padding-top: 0; }
  .card-info main .wrapper .card {
    padding: 0;
    margin-top: 20px !important; }
    @media (min-width: 768px) {
      .card-info main .wrapper .card .card-resume {
        display: flex; } }
    .card-info main .wrapper .card .preview {
      margin-bottom: 20px;
      width: 100%; }
    .card-info main .wrapper .card .prod-descr {
      position: relative;
      width: 100%; }
      .card-info main .wrapper .card .prod-descr .short-descr {
        margin-left: 0px;
        margin-top: 40px; }
        .card-info main .wrapper .card .prod-descr .short-descr h1 {
          margin-top: 0;
          margin-bottom: 0px;
          font-size: 34px;
          font-weight: 600; }
        .card-info main .wrapper .card .prod-descr .short-descr p {
          font-size: 14px;
          line-height: 22px; }
        .card-info main .wrapper .card .prod-descr .short-descr .card-price,
        .card-info main .wrapper .card .prod-descr .short-descr .card-date, .card-info main .wrapper .card .prod-descr .short-descr blockquote {
          font-size: 14px;
          font-weight: 400; }
          .card-info main .wrapper .card .prod-descr .short-descr .card-price p,
          .card-info main .wrapper .card .prod-descr .short-descr .card-date p, .card-info main .wrapper .card .prod-descr .short-descr blockquote p {
            font-family: "Roboto", sans-serif;
            display: inline;
            font-size: 20px;
            font-weight: 400; }
            .card-info main .wrapper .card .prod-descr .short-descr .card-price p strong,
            .card-info main .wrapper .card .prod-descr .short-descr .card-date p strong, .card-info main .wrapper .card .prod-descr .short-descr blockquote p strong {
              font-weight: 400;
              color: #a63437;
              font-family: "Roboto", sans-serif; }
          .card-info main .wrapper .card .prod-descr .short-descr .card-price span,
          .card-info main .wrapper .card .prod-descr .short-descr .card-date span, .card-info main .wrapper .card .prod-descr .short-descr blockquote span {
            font-size: 14px !important;
            font-family: "Roboto", sans-serif; }
          .card-info main .wrapper .card .prod-descr .short-descr .card-price a,
          .card-info main .wrapper .card .prod-descr .short-descr .card-date a, .card-info main .wrapper .card .prod-descr .short-descr blockquote a {
            text-transform: uppercase;
            font-size: 14px !important;
            line-height: 24px;
            font-family: "Roboto", sans-serif;
            color: #000 !important;
            display: inline-block;
            margin: 0rem 0 0 0rem !important;
            padding: 5px 20px 0 0px !important;
            position: relative;
            opacity: 1; }
            .card-info main .wrapper .card .prod-descr .short-descr .card-price a::after,
            .card-info main .wrapper .card .prod-descr .short-descr .card-date a::after, .card-info main .wrapper .card .prod-descr .short-descr blockquote a::after {
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
              display: block;
              position: absolute;
              content: "";
              width: 17px;
              height: 15px;
              top: 8px;
              right: 0px;
              background-repeat: no-repeat;
              background-size: 100%;
              background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M4 12H20M20 12L14 6M20 12L14 18" stroke="%23000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>'); }
        .card-info main .wrapper .card .prod-descr .short-descr .places {
          color: #a63437;
          font-family: "Raleway", sans-serif;
          text-transform: uppercase;
          margin-top: 10px; }
          .card-info main .wrapper .card .prod-descr .short-descr .places span {
            font-size: 26px;
            font-weight: 200; }
        .card-info main .wrapper .card .prod-descr .short-descr .subscribe {
          background-color: #6d9e00;
          text-transform: uppercase;
          padding: 10px 15px;
          margin-top: 20px;
          display: inline-block;
          color: #fff; }
        .card-info main .wrapper .card .prod-descr .short-descr strong {
          margin-bottom: 30px;
          display: inline-block; }
    .card-info main .wrapper .card .card-info p {
      font-size: 18px;
      line-height: 22px; }
    .card-info main .wrapper .card .card-info h3 {
      color: #27a8e0;
      font-size: 24px;
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .card-info main .wrapper .card .preview {
        margin-bottom: 20px;
        width: 20%; }
      .card-info main .wrapper .card .prod-descr {
        position: relative;
        width: 60%; }
        .card-info main .wrapper .card .prod-descr .short-descr {
          margin-left: 40px;
          margin-top: 0; }
          .card-info main .wrapper .card .prod-descr .short-descr strong {
            margin-bottom: 0px;
            margin-right: 5px; } }
    @media (min-width: 1601px) {
      .card-info main .wrapper .card {
        margin: auto;
        max-width: 1600px;
        padding: 0 3em; } }
    .card-info main .wrapper .card blockquote {
      margin: 0;
      margin-block-end: 0 !important; }
      .card-info main .wrapper .card blockquote p {
        padding: 0;
        margin: 0; }
      .card-info main .wrapper .card blockquote a {
        display: inline-block;
        text-transform: uppercase;
        font-size: 14px;
        color: #849098; }

.news-page main {
  margin-top: 120px; }
  @media (min-width: 1400px) {
    .news-page main {
      margin-top: 180px; } }

.news-list .card {
  padding: 1em; }
@media (min-width: 1601px) {
  .news-list .card {
    padding: 1em 3em; } }
.news-list a {
  color: #000; }

.news-details {
  max-width: 1400px;
  margin-bottom: 80px; }
  .news-details .news-det-img {
    max-width: 100%;
    margin-bottom: 40px; }
  .news-details .back-to-news {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px; }

.load-more {
  margin: auto;
  position: relative;
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  left: 50%;
  padding: 10px 60px;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 16px; }

.search-details {
  max-width: 1400px;
  margin-bottom: 80px;
  font-size: 16px; }
  .search-details .news-det-img {
    max-width: 100%;
    margin-bottom: 40px; }
  .search-details .back-to-news {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px; }
  .search-details .col-12 {
    margin-bottom: 15px;
    margin-top: 5px;
    font-size: 1.25rem; }
    .search-details .col-12 h5 {
      margin-bottom: 0;
      font-size: 1.5rem; }
    .search-details .col-12 p {
      font-size: 1.25rem; }

.load-more {
  margin: auto;
  position: relative;
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  left: 50%;
  padding: 10px 60px;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 16px; }

.accordion .accordion-header {
  padding: 0;
  margin: 0; }
.accordion p,
.accordion li {
  font-size: 1.7rem; }
.accordion .accordion-item,
.accordion .accordion-item:focus,
.accordion .accordion-item:active,
.accordion .accordion-header,
.accordion .accordion-header:focus,
.accordion .accordion-header:active,
.accordion .accordion-button,
.accordion .accordion-button:focus,
.accordion .accordion-button:active {
  outline: none !important;
  background-color: transparent !important;
  box-shadow: none;
  color: #000; }
.accordion .accordion-button {
  font-size: 2rem !important;
  display: block;
  font-weight: 300;
  padding: 1rem 1rem; }
  @media (min-width: 768px) {
    .accordion .accordion-button {
      display: flex;
      flex-direction: row; } }
  .accordion .accordion-button strong {
    font-size: 1.6rem !important;
    color: #a63437;
    width: 100%;
    display: inline-block; }
    @media (min-width: 768px) {
      .accordion .accordion-button strong {
        margin-left: 5px;
        width: auto;
        font-size: 1.8rem !important; } }
  @media (min-width: 768px) {
    .accordion .accordion-button {
      font-size: 2.4rem !important; } }
  .accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }
    @media (max-width: 768px) {
      .accordion .accordion-button::after {
        position: absolute;
        width: 15px;
        right: 5px;
        top: 10px; } }
.accordion .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #000; }
  .accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important; }

.acc-btn .accordion-item {
  background-color: #eae4e4 !important;
  border-bottom: 1px solid #cabdbc !important;
  margin-bottom: 5px; }

#accordionBal .accordion-button {
  font-size: 2rem !important; }

.accordion-flush .accordion-item:last-child {
  border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); }

@media (min-width: 768px) {
  #accordionSpecialnost .col-lg-6,
  .tab-content .col-lg-6 {
    padding-right: 10%; } }
#accordionSpecialnost h3,
.tab-content h3 {
  text-transform: uppercase;
  margin: 30px 0 5px 0; }
#accordionSpecialnost .accordion-button:not(.collapsed),
.tab-content .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #e4e4e4; }
#accordionSpecialnost img,
.tab-content img {
  width: auto; }

.accordion-item.active .accordion-header {
  background-color: #e4e4e4 !important; }

#accordionFacultet {
  margin-top: 0px; }
  #accordionFacultet .acc-summary div {
    padding: 50px 0; }
    @media (min-width: 992px) {
      #accordionFacultet .acc-summary div {
        width: 70%; } }
  #accordionFacultet .acc-info {
    padding: 0px 0px 50px 0px;
    display: block; }
    @media (min-width: 992px) {
      #accordionFacultet .acc-info {
        display: flex;
        padding: 0px 40px 50px 0px; } }
    @media (min-width: 1300px) {
      #accordionFacultet .acc-info {
        padding: 0px 100px 50px 100px; } }
    #accordionFacultet .acc-info h3 {
      margin-top: 0; }
  @media (min-width: 992px) {
    #accordionFacultet .spec {
      width: 80%;
      padding-right: 50px; } }
  @media (min-width: 1400px) {
    #accordionFacultet .spec {
      width: 70%; } }
  #accordionFacultet .spec a {
    font-size: 1.2rem; }
    #accordionFacultet .spec a em {
      font-size: 1.6rem;
      text-transform: uppercase;
      font-style: normal;
      font-weight: 600; }
      @media (min-width: 1300px) {
        #accordionFacultet .spec a em {
          font-size: 2rem; } }

#accordionMegistraturi .col-lg-8, #accordionLaboratorii .col-lg-8 {
  padding: 30px 5% 30px 30px; }
#accordionMegistraturi .mag-info, #accordionLaboratorii .mag-info {
  background-color: #fcf3e5;
  padding: 30px;
  margin: 30px 30px 30px 0px;
  font-size: 1.6rem; }

#accordionLaboratorii .col-lg-8 {
  padding: 10px 5% 10px 30px; }
#accordionLaboratorii h3 {
  margin: 0px 0 10px 0; }

#accordionContacts h5 {
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  line-height: 1em; }
  @media (min-width: 1500px) {
    #accordionContacts h5 {
      font-size: 2.6rem; } }
#accordionContacts .card {
  padding: 0; }

.accordion-body {
  padding: 0; }
  @media (min-width: 768px) {
    .accordion-body {
      padding: 1rem; } }

.spec-contacts {
  width: 100%;
  margin: auto;
  margin-top: 50px;
  background-color: #064b6c;
  padding: 50px 50px;
  margin-left: 0px;
  color: #fff; }
  .spec-contacts p, .spec-contacts a, .spec-contacts h3, .spec-contacts h4 {
    color: #fff; }
  .spec-contacts h3 {
    font-size: 24px;
    font-weight: 200;
    margin: 0 0 10px 0; }
  .spec-contacts h4 {
    margin-top: 10px;
    opacity: 0.6; }
  .spec-contacts a {
    opacity: 0.8; }
    .spec-contacts a:hover {
      opacity: 1; }
  @media (min-width: 768px) {
    .spec-contacts {
      margin-top: -250px;
      width: 88%;
      margin-left: 50px; } }
  @media (min-width: 992px) {
    .spec-contacts {
      margin-left: 80px; } }
  @media (min-width: 1300px) {
    .spec-contacts {
      width: 90%;
      margin-top: -250px;
      margin-left: 100px; } }

.spec .card {
  padding: 1em !important;
  background-color: transparent; }
  .spec .card a {
    display: block;
    margin-top: 10px;
    position: relative;
    color: #a63437;
    font-size: 14px; }
    .spec .card a:before {
      content: '';
      position: absolute;
      width: 65px;
      height: 1px;
      background-color: #a63437;
      bottom: 0;
      left: 0;
      transition: all 0.5s; }
    .spec .card a:hover:before {
      width: 5px;
      transition: all 0.5s; }

.lawr {
  width: 100%;
  margin: auto;
  margin-top: 50px;
  background-color: #681c3d;
  text-align: center;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .lawr {
      width: 88%;
      margin-left: 50px; } }
  @media (min-width: 992px) {
    .lawr {
      margin-left: 80px; } }
  @media (min-width: 1300px) {
    .lawr {
      width: 90%;
      margin-left: 100px; } }

.leagal500 {
  width: 100%;
  margin: auto;
  margin-top: 50px;
  background-color: #000;
  text-align: center;
  padding-bottom: 15px; }
  .leagal500 img {
    max-width: 300px; }
  @media (min-width: 768px) {
    .leagal500 {
      width: 88%;
      margin-left: 50px; } }
  @media (min-width: 992px) {
    .leagal500 {
      margin-left: 80px; } }
  @media (min-width: 1300px) {
    .leagal500 {
      width: 90%;
      margin-left: 100px; } }

.cookie {
  z-index: 20;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); }
  .cookie .cookie-info {
    padding: 25px 20px 25px 20px;
    width: calc(100% - 40px);
    background-color: #fff;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: 380px; }
    .cookie .cookie-info p {
      font-size: 11px;
      line-height: 18px;
      font-family: "Roboto", sans-serif;
      word-spacing: 0.1em;
      color: #000;
      text-align: justify; }
    .cookie .cookie-info button {
      font-size: 13px;
      padding: 10px;
      display: block;
      width: 100%;
      background-color: #000;
      color: #fff;
      border: 0;
      font-weight: 500; }
    @media (min-width: 768px) {
      .cookie .cookie-info {
        max-width: 380px; } }
  .cookie .btn-link {
    position: relative;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 12px;
    color: black;
    margin-top: 20px;
    font-weight: 700;
    text-decoration: none; }
    .cookie .btn-link span {
      position: relative;
      padding-bottom: 3px;
      word-spacing: 0.1em; }
      .cookie .btn-link span::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #000; }

.back {
  margin-bottom: 50px;
  display: inline-block; }

.btn {
  border-radius: 0;
  font-size: 2rem;
  min-width: 110px;
  width: 100%;
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
  color: #a63437;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn:hover {
    background-color: #d44744;
    color: #fff;
    opacity: 1; }
  @media (min-width: 768px) {
    .btn {
      width: auto;
      margin-left: 10px;
      font-size: 1.8rem; } }

.link-arrow {
  position: relative;
  display: inline-block;
  padding-right: 25px; }
  .link-arrow::after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 2px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M4 12H20M20 12L14 6M20 12L14 18" stroke="%23663333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>'); }
  .link-arrow:hover::after {
    right: -5px; }

.btn-download {
  position: relative;
  display: inline-block;
  padding-left: 25px; }
  .btn-download::after {
    display: block;
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 5px;
    left: 0px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-download' viewBox='0 0 16 16'%3E%3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5'/%3E%3Cpath d='M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover; }

.btn-apply {
  font-size: 3rem !important;
  line-height: 3rem !important;
  position: relative;
  margin: 3rem 0 0 5rem !important;
  padding: 5px 0 0 0px !important;
  display: inline-block;
  color: #d44744; }
  .btn-apply::before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    background-size: 100%;
    content: "";
    width: 30px;
    height: 30px;
    left: -40px;
    top: 12px;
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" fill="%23a12b28" viewBox="0 0 36 36" style="enable-background:new 0 0 36 36;" xml:space="preserve"><path d="M13.5,2.6c-1.1,0-2,0.9-2,2s0.9,2,2,2h12.9L3.1,30c-0.8,0.8-0.8,2,0,2.8c0.4,0.4,0.9,0.6,1.4,0.6s1-0.2,1.4-0.6L29.5,9.2v13c0,1.1,0.9,2,2,2s2-0.9,2-2V2.6H13.5z"/></svg>'); }

.btn-red {
  background-color: #a63437;
  color: #fff; }

.icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 3rem;
  padding: 10px;
  color: #000;
  position: relative; }
  .icon i {
    z-index: 1;
    position: absolute;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }
  .icon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    border-radius: 50%;
    z-index: 0; }

.phone {
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg fill="%23000000" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g><g><path d="M256,0C114.837,0,0,114.837,0,256s114.837,256,256,256c56.917,0,110.805-18.283,156.352-53.333 c18.091-15.851,17.771-38.507,9.408-53.931c-5.291-9.771-13.355-16.448-22.741-19.733l4.288-4.8 c6.379-7.168,9.195-16.747,7.701-26.261c-1.493-9.515-7.125-17.749-15.424-22.635l-56.341-32.981 c-13.077-7.659-29.952-4.992-40.064,6.336l-12.501,14.059c-2.219,2.496-5.269,3.861-8.725,3.563 c-3.328-0.256-6.293-1.984-8.128-4.757l-68.672-103.616c-1.749-2.624-2.24-5.739-1.365-8.789c0.853-3.029,2.901-5.419,5.781-6.763 l19.648-9.131c13.803-6.379,21.227-21.739,17.664-36.523l-15.296-63.445c-2.24-9.365-8.512-17.131-17.173-21.312 c-8.683-4.203-18.645-4.288-27.392-0.235l-17.536,8.128c-25.92,12.032-45.013,34.752-52.373,62.357l-3.2,12.032 c-5.781,21.653-3.776,44.779,5.653,65.109l15.765,34.005c23.125,49.899,54.699,94.784,93.824,133.44l13.013,12.843 c19.328,19.093,44.928,30.101,72.064,30.976c1.173,0.043,2.368,0.064,3.541,0.064c23.573,0,46.144-7.723,64.64-21.717 c0.363-0.064,0.725,0.021,1.088-0.085c14.507-4.053,21.696,6.656,23.509,10.027c4.309,7.979,4.523,19.648-4.181,27.307 c-41.259,31.701-90.645,48.469-142.827,48.469c-129.387,0-234.667-105.28-234.667-234.667S126.613,21.333,256,21.333 S490.667,126.613,490.667,256c0,5.888,4.779,10.667,10.667,10.667c5.888,0,10.667-4.779,10.667-10.667 C512,114.837,397.163,0,256,0z M387.435,366.037l-9.28,10.411c-17.045,19.157-41.323,29.739-67.2,28.843 c-21.739-0.704-42.261-9.536-57.749-24.832l-13.013-12.864c-37.312-36.843-67.413-79.659-89.472-127.232l-15.765-34.005 c-7.339-15.829-8.896-33.792-4.416-50.645l3.2-12.032c5.717-21.461,20.565-39.147,40.747-48.491l17.536-8.128 c1.408-0.64,2.944-0.981,4.48-0.981c1.6,0,3.179,0.341,4.672,1.045c2.901,1.408,4.971,3.989,5.739,7.104l15.296,63.445 c1.195,4.928-1.28,10.048-5.888,12.181l-19.648,9.131c-8.469,3.925-14.805,11.349-17.344,20.331 c-2.539,8.981-1.045,18.603,4.117,26.389l68.651,103.616c5.547,8.32,14.421,13.525,24.405,14.229 c10.133,0.725,19.541-3.157,26.197-10.645l12.501-14.059c3.371-3.776,9.024-4.672,13.355-2.112l56.32,32.981 c2.773,1.643,4.651,4.395,5.141,7.552C390.507,360.448,389.568,363.648,387.435,366.037z"></path></g></g></g></svg>'); }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .slide {
    display: none; }

  .site-header {
    display: none; }

  main {
    margin-top: 50px;
    max-width: 100%; }

  footer {
    display: none; }

  .back-to-news {
    display: none; } }

/*# sourceMappingURL=style.css.map */
