/*!
Theme Name: Moeco Taxi
Theme URI:
Author:
Author URI:
Description:
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: moecotaxi
Tags:
----------------------------------------------------------------------------------------- */
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

*:focus,
*:active {
  outline: none;
}

:root {
  /* Color */
  --color-black: #000;
  --color-white: #fff;

  --color-accent: #53ad32;
  --color-blue: #0676bb;

  --color-gray: gray;
  --color-gray-dark: darkgray;
  --color-gray-light: lightgray;

  /* Font */
  --font-sans-serif: "Montserrat", sans-serif;
}

html {
  line-height: normal;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-display: auto;
  font-family: var(--font-sans-serif);
}

@media only screen and (max-width: 576px) {
  body {
    font-size: 14px;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Grid System
 *
----------------------------------------------------------------------------------------- */

/* Container */
.container,
.container-short,
.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* Container Default */
.container {
  max-width: 1320px !important;
}

/* Container Short */
.container-short {
  max-width: 920px !important;
}

/* Container Fluid */
.container-fluid {
  max-width: 100% !important;
}

/* Row */
.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.x-space-between {
  justify-content: space-between;
}

.y-margin > *:not(:last-child) {
  margin: 0 0 30px 0;
}

.y-center {
  align-items: center;
}

/* Column */
[class*="col-"] {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  max-width: 100%;
  padding: 15px;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 576px) {
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Typography
 *
----------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

@media only screen and (max-width: 576px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }
}

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

a:hover {
  cursor: pointer;
}

p {
  line-height: 1.5;
}

ul,
ol,
dl {
  line-height: 1.5;
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid var(--color-gray);
}

thead {
  font-weight: 500;
  text-align: center;
  color: var(--color-white);
  background: var(--color-gray-dark);
}

th,
td {
  padding: 15px;
  text-align: left;
}

tr:nth-child(even) {
  background-color: var(--color-gray-light);
}

/*  Typography: Editor
------------------------------------------ */
.editor > *:not(:last-child) {
  margin: 0 0 15px 0;
}

.editor hr {
  margin: 30px 0 !important;
}

.editor ul,
.editor ol {
  margin: 0 0 15px 15px;
}

.editor ul li:not(:last-child),
.editor ol li:not(:last-child) {
  margin: 0 0 10px 0;
}

.editor ul {
  list-style: square;
}

.editor ol {
  list-style: decimal;
}

.editor table:not(:last-child) {
  margin: 0 0 15px 0;
}

.editor iframe {
  width: 100%;
  height: 400px;
}

.editor a {
  text-decoration: underline;
  color: var(--color-accent);
}

.editor strong,
.editor b {
  font-weight: 600;
}

/* Blockquote */
.editor blockquote {
  margin: 0 auto;
  margin-bottom: 15px;
}

.editor blockquote::after,
.editor blockquote::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: url("https://api.iconify.design/el:quotes.svg?color=%23D1CEE1")
    no-repeat center center / contain;
}

.editor blockquote::after {
  margin-left: auto;
  transform: rotate(180deg);
}

.editor blockquote p {
  padding: 15px 30px;
}

.editor blockquote p:first-child {
  padding: 15px 30px 0 30px;
}

.editor blockquote p:last-child {
  margin-bottom: 0 30px 15px 30px;
}

/* --------------------------------------------------------------------------------------
 *
 *  Site Main
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */

/*  Page Header
----------------------------------------------------------------------------------------- */
.page-header {
  position: relative;
  color: var(--color-white);
  padding: calc(var(--site-header-height) + 60px) 0 0 0;
}

.page-header::after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 50%;
  z-index: -1;
  position: absolute;
  background: linear-gradient(180deg, #0676bb 0%, rgba(6, 118, 187, 0.3) 100%);
}

/* Page Header / Page Meta */
.page-meta {
  display: flex;
  row-gap: 30px;
  flex-direction: column;
}

/* Page Header / Page Thumbnail */
.page-thumbnail {
  height: 400px !important;
  overflow: hidden;
  border-radius: 20px;
  background: var(--color-gray-light);
}

/* --------------------------------------------------------------------------------------
 *
 *  Site Header
 *
 *  —— Headbar
 *  —— Sidebar
 *
----------------------------------------------------------------------------------------- */

:root {
  /* Site Header */
  --site-header-height: 120px;

  /* Site Header: Sidebar */
  --sidebar-width: 350px;
}

/* Site Header */
.site-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  position: fixed;
  color: var(--color-white);
  transition: ease-in-out 0.15s;
  background: linear-gradient(90deg, #53ad3200 0%, #0676bb00 100%);
}

/* Onscroll / Site Header */
.onscroll .site-header {
  background: linear-gradient(90deg, #53ad32 0%, #0676bb 100%);
}

/*  Site Header: Headbar
----------------------------------------------------------------------------------------- */

/* Headbar */
.headbar {
  display: flex;
  align-items: center;
  height: var(--site-header-height);
}

/* Headbar Column Layout */
.headbar [class*="col-"] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.headbar [class*="col-"] > *:first-child {
  margin-right: auto;
}

.headbar [class*="col-"] > *:not(:first-child) {
  margin: 0 0 0 30px;
}

/*  Headbar: Headbar Navigation
------------------------------------------ */

/* Headbar Menu */
.headbar-navigation .menu {
  display: flex;
  align-items: center;
}

/* Headbar Menu Item */
.headbar-navigation .menu > .menu-item {
  height: 30px;
  display: flex;
  position: relative;
  align-items: center;
}

.headbar-navigation .menu > .menu-item:not(:last-child) {
  margin: 0 30px 0 0;
}

/* Headbar Menu Item Button */
.headbar-navigation .menu > .menu-item > a {
  display: block;
  font-size: 18px;
  transition: 0.3s;
}

.headbar-navigation .menu > .current-menu-item > a,
.headbar-navigation .menu > .menu-item > a:hover {
  opacity: 0.6;
}

.headbar-navigation .menu > .menu-item:hover > .sub-menu {
  display: block;
}

/*  */
.headbar-navigation .sub-menu {
  top: 30px;
  display: none;
  padding: 15px;
  min-width: 180px;
  position: absolute;
  border-radius: 5px;
  color: var(--color-black);
  background: var(--color-white);
}

.headbar-navigation .sub-menu > .menu-item:not(:last-child) {
  margin: 0 0 10px 0;
}

.headbar-navigation .sub-menu > .menu-item > a {
  display: block;
  transition: 0.3s;
}

.headbar-navigation .sub-menu > .menu-item > a:hover {
  color: var(--color-accent);
}

/*  Site Header: Sidebar
----------------------------------------------------------------------------------------- */
.sidebar {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: 999;
  position: fixed;
  overflow-x: hidden;
  color: var(--color-white);
  background: var(--color-blue);
  transition: ease-in-out 0.15s;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.sidebar.open,
.sidebar > * {
  display: flex;
  flex-direction: column;
  width: var(--sidebar-width);
}

.sidebar > * > *:not(:last-child) {
  margin: 0 0 15px 0;
}

/* Sidebar Head */
.sidebar-head {
  padding: 0 30px;
  justify-content: center;
  min-height: var(--site-header-height);
}

/* Sidebar Body */
.sidebar-body {
  padding: 30px;
  border-top: 1px solid #ffffff29;
  border-bottom: 1px solid #ffffff29;
}

/* Sidebar Footer */
.sidebar-footer {
  padding: 30px;
}

/*  Sidebar: Sidebar Navigation
------------------------------------------ */
#sidebar-menu > .menu-item:not(:last-child) {
  border-bottom: 1px solid #ffffff29;
}

#sidebar-menu > .menu-item > a {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
}

#sidebar-menu > .menu-item > a:hover {
  opacity: 0.8;
}

#sidebar-menu > .menu-item-has-children > a::after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 100%;
  border: 1px solid #ebeaea;
  background: url("https://api.iconify.design/ei/chevron-down.svg?color=black")
    no-repeat center center / contain;
}

#sidebar-menu > .menu-item-has-children.active > a::after {
  background: url("https://api.iconify.design/ei/chevron-up.svg?color=black")
    no-repeat center center / contain;
}

/* #sidebar-menu > .menu-item > .sub-menu */
#sidebar-menu > .menu-item > .sub-menu {
  display: none;
}

#sidebar-menu > .menu-item > .sub-menu.open {
  display: block;
  padding: 0 0 15px 0;
}

#sidebar-menu > .menu-item > .sub-menu > .menu-item:not(:last-child) {
  margin: 0 0 10px 0;
}

#sidebar-menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  font-size: 12px;
  transition: 0.3s;
}

#sidebar-menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: var(--color-accent);
  padding: 0 0 0 5px;
}

/*  Sidebar: Menu Toggle
------------------------------------------ */
.menu-toggle {
  width: 35px;
  height: 26px;
  z-index: 1001;
  display: none;
  cursor: pointer;
  -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;
}

.menu-toggle span {
  left: 0;
  opacity: 1;
  height: 2px;
  width: 100%;
  display: block;
  border-radius: 0;
  position: absolute;
  background: var(--color-white);
  -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;
}

.menu-toggle.change span {
  background: var(--color-white);
}

.menu-toggle span:nth-child(1) {
  top: 0px;
}

.menu-toggle span:nth-child(2),
.menu-toggle span:nth-child(3) {
  top: 12px;
}

.menu-toggle span:nth-child(4) {
  top: 24px;
}

.menu-toggle.change span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%;
}

.menu-toggle.change span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-toggle.change span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-toggle.change span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*  Site Header Responsive
------------------------------------------ */
@media only screen and (max-width: 1320px) {
  /* Headbar Navigation */
  .headbar-navigation {
    display: none;
  }
  /* Menu Toggle */
  .menu-toggle {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  /* Headbar */
  .headbar .social-media {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  :root {
    --site-header-height: 80px;
  }
  .headbar [class*="col-"] > *:not(:first-child) {
    margin: 0 0 0 15px;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Section
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */

/*  Section: Advantages
----------------------------------------------------------------------------------------- */
section#advantages {
  display: flex;
  overflow: hidden;
  min-height: 640px;
  align-items: center;
  color: var(--color-white);
  border-radius: 30px 30px 0 0;
}

/*  Section: Not Found 404
----------------------------------------------------------------------------------------- */
section#notfound {
  text-align: center;
}

/* Notfound Label */
.notfound-label {
  line-height: 1;
  font-weight: 800;
  font-size: 250px;
}

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  .notfound-label {
    font-size: 125px;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Site Footer
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */

.site-footer {
  padding: 60px 0;
  color: var(--color-white);
  background: linear-gradient(90deg, #53ad32 0%, #0676bb 100%);
}

.site-footer .row:not(:last-child) {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid var(--color-white);
}

/*  Footer Widgets
------------------------------------------ */
.footer-widgets {
  display: flex;
  column-gap: 60px;
  align-items: flex-start;
}

/*  Footer Navigation
------------------------------------------ */
.footer-navigation {
  display: flex;
  flex-direction: column;
}

.footer-navigation .menu-item:not(:last-child) {
  margin: 0 0 15px 0;
}

/*  Footer Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  /* Site Footer */
  .site-footer {
    padding: 30px 0;
  }
  /* Footer Widgets */
  .footer-widgets {
    flex-direction: column;
  }
  .footer-widgets > *:not(:last-child) {
    margin: 0 0 30px 0;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Component
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */

/*  Component: Bitrix
----------------------------------------------------------------------------------------- */
.b24-form-header-padding,
.b24-form-padding-side {
  padding: 0 !important;
}

.b24-form-sign {
  display: none !important;
}

.b24-form-control-container {
  display: flex !important;
  column-gap: 15px !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none !important;
}

/*  Component: Pagination
----------------------------------------------------------------------------------------- */

/* Pagination / Nav Links */
.pagination .nav-links {
  display: flex;
  column-gap: 30px;
  margin: 30px 0 0 0;
  justify-content: center;
}

.pagination .nav-links > * {
  font-size: 24px;
  font-weight: 600;
  transition: ease-in-out 0.15s;
}

.pagination .nav-links > *:hover {
  color: var(--color-blue);
}

.pagination .nav-links > *.current {
  text-decoration: underline;
}

@media only screen and (max-width: 576px) {
  /* Pagination / Nav Links */
  .pagination .nav-links {
    margin: 0 0 0 0;
  }
}

/*  Component: Post
----------------------------------------------------------------------------------------- */

/*  Post Card
------------------------------------------ */
.post-card__meta {
  display: flex;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid var(--color-black);
}

.post-card__meta .post-author {
  font-weight: 600;
}

/*  Post Box
------------------------------------------ */
.post-box {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
}

/* Post Box / Title */
.post-box__title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  transition: ease-in-out 0.15s;
}

.post-box__title:hover {
  color: var(--color-blue);
}

/* Post Box / Excerpt */
.post-box__excerpt {
  color: var(--color-gray);
}

/* Post Box / Date */
.post-box__date {
  display: flex;
  padding: 0 0 20px 0;
  border-bottom: 1px solid var(--color-black);
}

/*  Component: Contact
----------------------------------------------------------------------------------------- */

/*  Contact List
------------------------------------------ */
.contact-list {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
}

.contact-list::before {
  display: block;
  font-size: 18px;
  font-weight: 600;
  content: attr(data-title);
}

/* Contact List Link */
.contact-list a {
  transition: ease-in-out 0.15s;
}

.contact-list a:hover {
  opacity: 0.8;
}

/*  Component: Review
----------------------------------------------------------------------------------------- */

/*  Review Area
------------------------------------------ */
.reviews-area {
  padding: 60px 0;
  border-radius: 30px;
  background: #53ad32;
}

.reviews-area > *:not(:last-child) {
  margin: 0 0 60px 0;
}

/* Card Reviews / Heading */
.reviews-area .heading {
  position: relative;
}

.reviews-area .heading-title {
  z-index: 1;
  padding: 0 45px;
  position: relative;
  background: #53ad32;
}

.reviews-area .heading::before {
  left: 0;
  top: 50%;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  border-bottom: 4px solid var(--color-white);
}

/*  Review: Review Slider
------------------------------------------ */
#reviews-slider {
  margin: 0 auto;
  max-width: 820px;
}

#reviews-slider .swiper-control {
  left: 0;
  top: 150px;
  z-index: 1;
  width: 100%;
  position: absolute;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*  Review: Review Box
------------------------------------------ */
.review-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.review-box > *:last-child {
  margin-top: auto;
}

.review-box > *:not(:last-child) {
  margin: 0 0 25px 0;
}

/* Review Box / Review Thumbnail */
.review-box .review-thumbnail {
  width: 180px;
  height: 180px;
  padding: 30px;
  overflow: hidden;
  margin: 0 0 30px 0;
  border-radius: 100%;
  background: var(--color-white);
}

.review-box .review-thumbnail > img {
  object-fit: contain;
}

/* Review Box / Review Meta */
.review-box .review-meta {
  display: flex;
  text-align: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}

/* Review Box / Review Title */
.review-box .review-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-white);
}

/* Review Box / Review Excerpt */
.review-box .review-excerpt {
  height: 100%;
  padding: 45px;
  margin: 0 30px;
  border-radius: 15px;
  background: var(--color-white);
}

@media only screen and (max-width: 576px) {
  .reviews-area {
    padding: 30px 0;
  }
  .reviews-area > *:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .review-box .review-excerpt {
    padding: 15px;
  }
}

/*  Component: Swiper
----------------------------------------------------------------------------------------- */

/*  Swiper Control
------------------------------------------ */
.swiper-control > * {
  font-size: 42px;
  cursor: pointer;
}

/*  Component: Thumbnail
----------------------------------------------------------------------------------------- */

/* Thumbnail */
[class*="-thumbnail"] {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

/* Thumbnail / Image */
[class*="-thumbnail"] > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out 0.15s;
}

/*  Component: Widget
----------------------------------------------------------------------------------------- */

.widget {
  display: flex;
  row-gap: 30px;
  flex-direction: column;
}

/* Widget Title */
.widget-title {
  font-size: 18px;
  font-weight: 600;
}

/*  Widget Store
------------------------------------------ */
.widget-store {
  display: flex;
  flex-direction: column;
}

.widget-store > *:not(:last-child) {
  margin: 0 0 30px 0;
}

/* Widget Store  Center */
.widget-store.center {
  align-items: center;
}

/*  Component: Store
----------------------------------------------------------------------------------------- */
.store-list {
  display: flex;
}

.store-list > *:not(:last-child) {
  margin: 0 30px 0 0;
}

/*  Store
------------------------------------------ */
.store {
  display: block;
}

/* Store logo */
.store-logo {
  max-height: 75px;
}

/*  Component: Social Media
----------------------------------------------------------------------------------------- */

.social-media {
  display: flex;
  column-gap: 30px;
}

.social-media::before {
  display: block;
  font-size: 18px;
  font-weight: 600;
  content: attr(data-title);
}

/*  Social
------------------------------------------ */
.social {
  font-size: 22px;
}

@media only screen and (max-width: 576px) {
  .contact-list::before,
  .social-media::before {
    font-size: 14px;
  }
}

/*  Component: Site Branding
----------------------------------------------------------------------------------------- */
.site-branding {
  display: flex;
  align-items: center;
}

/* Site Branding / Site Logo */
.site-branding .site-logo {
  max-height: 35px;
}

/*  Component: Form
----------------------------------------------------------------------------------------- */
form > *:not(:last-child) {
  margin: 0 0 15px 0;
}

/*  Input Fields
------------------------------------------ */
input,
textarea {
  width: 100%;
  border: none;
  font-size: inherit;
  padding: 15px 25px;
  border-radius: 5px;
  font-family: inherit;
  color: var(--color-gray);
  box-shadow: inset 0px 0px 4px rgba(6, 118, 187, 0.4);
}

input:focus,
textarea:focus {
  border-color: var(--color-accent);
}

textarea {
  max-height: 75px;
}

/* Input Type Submit */
input[type="submit"] {
  width: max-content;
}


input[type="checkbox"] {
  width: max-content;
}

/*  Contact Form 7
------------------------------------------ */
.wpcf7-spinner {
  position: absolute;
}

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

/*  Component: Buttons
----------------------------------------------------------------------------------------- */
.buttons {
  display: flex;
  position: relative;
  align-items: center;
  min-width: max-content;
}

.buttons > *:not(:first-child) {
  margin: 0 0 0 15px;
}

/* Buttons Center */
.buttons.center {
  justify-content: center;
}

/*  Button: Default
------------------------------------------ */
.b24-form-btn,
.buttons [class*="button-"] {
  height: 50px;
  display: flex;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  width: max-content !important;
  transition: ease-in-out 0.15s;
  padding: 0px 30px;
  text-align: center;
  align-items: center;
  border-radius: 45px !important;
  justify-content: center;
  color: var(--color-white);
  border: none;
  box-shadow: 0px 0px 4px #ffffff;
  background: linear-gradient(90deg, #53ad32 0%, #0676bb 100%);
}

.b24-form-btn,
.buttons [class*="button-"]:hover {
  box-shadow: 0px 4px 15px rgba(6, 118, 187, 0.4);
}

/* Button White */
.buttons [class*="button-"].white {
  color: var(--color-black);
  background: var(--color-white);
}

/*  Button: Details
------------------------------------------ */
.button-details {
  font-weight: 600;
  text-decoration: underline;
}

/*  Lead Button
------------------------------------------ */
#button-lead {
  overflow: hidden;
  position: relative;
}

#button-lead span {
  transition: ease-in-out 0.15s;
}

/* Button Lead Phone */
#button-lead span.phone {
  top: 50%;
  left: 50%;
  opacity: 0;
  width: max-content;
  position: absolute;
  transform: translate(-50%, -50%);
}

#button-lead:hover span.phone {
  opacity: 1;
}

/* Button Lead Label */
#button-lead:hover span.label {
  opacity: 0;
}

@media only screen and (max-width: 576px) {
  /* Button Lead */
  #button-lead {
    height: 35px;
    padding: 0 15px;;
  }
}

/*  Component: Modal
----------------------------------------------------------------------------------------- */
.modal {
  display: none;
  max-width: 640px !important;
}

.modal > *:not(:last-child) {
  margin: 0 0 30px 0;
}

/* --------------------------------------------------------------------------------------
 *
 *  Section FINAL
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */

section {
  padding: 60px 0;
}

/*  Section Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  /* Section Hero */
  section {
    padding: 15px 0;
  }
}

/*  Section: Services
----------------------------------------------------------------------------------------- */
section#services {
  position: relative;
  margin-top: -180px;
}

@media only screen and (max-width: 992px) {
  section#services {
    position: unset;
    margin: unset;
  }
}

/*  Section: Hero
----------------------------------------------------------------------------------------- */

/* Section Hero */
section.hero {
  display: flex;
  position: relative;
  align-items: center;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: calc(var(--site-header-height) + 60px) 0 60px 0;
}

#hero-home {
  padding: 60px 0;
}

/*  Hero Responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {
  /* Section Hero */
  section.hero {
    min-height: unset;
    padding: calc(var(--site-header-height) + 30px) 0 15px 0 !important;
  }
}

/*  Section: Investments
----------------------------------------------------------------------------------------- */
section#investments {
  display: flex;
  min-height: 580px;
  align-items: center;
  color: var(--color-white);
}

/*  Section Investments Responsive
------------------------------------------ */
@media only screen and (max-width: 768px) {
  /* Section Hero */
  section#investments {
    min-height: 320px;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Component FINAL
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */

/*  Component: Advantage
----------------------------------------------------------------------------------------- */

/* Advantage List */
.advantage-list > *:not(:last-child) {
  margin: 0 0 15px 0;
}

/* Advantage Item */
.advantage-item {
  padding: 20px;
  display: flex;
  border-radius: 30px;
  align-items: center;
  max-width: max-content;
  background: var(--color-white);
  box-shadow: inset 0px 0px 4px rgba(6, 118, 187, 0.4);
}

.advantage-item > .iconify {
  min-width: 20px;
  min-height: 20px;
  margin: 0 15px 0 0;
}

/* Advantage Title */
.advantage-title {
  font-size: 18px;
}

/*  Component: Accordion
----------------------------------------------------------------------------------------- */

/*  Accordion Feed
------------------------------------------ */
.accordion-feed > *:not(:last-child)::after {
  content: "";
  display: block;
  margin: 30px 0;
  border-bottom: 1px solid var(--color-black);
}

.accordion-feed.white {
  color: var(--color-white);
}
.accordion-feed.white > *:not(:last-child)::after {
  border-bottom-color: var(--color-white);
}
/*  Accordion: Accordion Button
------------------------------------------ */
.accordion-button {
  display: flex;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  align-items: center;
  transition: ease-in-out 0.15s;
  justify-content: space-between;
}

.accordion-button::selection {
  background: transparent;
}

.accordion-button:after {
  font-size: 32px;
  font-weight: 400;
  content: "\002B";
  margin: 0 0 0 15px;
}

.accordion-button.active {
  margin: 0 0 15px 0;
}

.accordion-button.active:after {
  content: "\2212";
}

/*  Accordion: Accordion Panel
------------------------------------------ */
.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.15s ease-out;
}

/*  Accordion Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  /* Accordion Feed */
  .accordion-feed > *:not(:last-child)::after {
    margin: 15px 0;
  }

  /* Accordion Button */
  .accordion-button {
    font-size: 16px;
  }
}

/*  Component: Iconblock
----------------------------------------------------------------------------------------- */

/*  Iconblock Grid
------------------------------------------ */
.iconblock-grid .iconblock {
  padding: 30px;
}

.iconblock-grid .iconblock::before {
  top: 0;
  left: -40px;
  content: "";
  z-index: -1;
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  border-radius: 100%;
  filter: blur(120px);
  background: #53ad32;
}

.iconblock-grid [class*="col-"]:nth-child(1) .iconblock::before,
.iconblock-grid [class*="col-"]:nth-child(4) .iconblock::before {
  background: #0676bb;
}

/*  Iconblock
------------------------------------------ */
.iconblock {
  display: flex;
  position: relative;
  flex-direction: column;
}

.iconblock > *:not(:last-child) {
  margin: 0 0 15px 0;
}

/* Iconblock Boxed */
.iconblock.boxed {
  height: 100%;
  padding: 45px;
  display: flex;
  text-align: center;
  align-items: center;
  border-radius: 30px;
  flex-direction: column;
  background: var(--color-white);
  box-shadow: 0px 0px 17px rgba(6, 118, 187, 0.4);
}

.iconblock.boxed > *:last-child {
  margin-top: auto;
}

/* Iconblock Icon */
.iconblock-icon {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}

/* Iconblock Title */
.iconblock-title {
  font-size: 24px;
  font-weight: 600;
}

/*  Iconblock Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  /* Iconblock Title */
  .iconblock-title {
    font-size: 16px;
  }
}

/*  Component: Counter
----------------------------------------------------------------------------------------- */

/*  Counter Box
------------------------------------------ */
.counter-box {
  text-align: center;
}

.counter-box > *:not(:last-child) {
  margin: 0 0 20px 0;
}

/* Counter Box / Circled */
.counter-box.circled .counter-value::before {
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  background: rgba(83, 173, 50, 0.1);
}

/* Counter Value */
.counter-value {
  display: block;
  font-size: 92px;
  font-weight: 700;
  position: relative;
}

.counter-value::before,
.counter-value::after {
  display: inline;
}

.counter-value::before {
  margin: 0 15px 0 0;
  content: attr(data-before);
}

.counter-value::after {
  margin: 0 0 0 15px;
  content: attr(data-after);
}

/* Counter Text */
.counter-text {
  font-size: 18px;
  font-weight: 600;
}

/*  Counter Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  /* Counter Value */
  .counter-value {
    font-size: 58px;
  }
  /* Coutner Text */
  .counter-text {
    font-size: 16px;
  }
}

/*  Component: Heading
----------------------------------------------------------------------------------------- */
.heading {
  display: flex;
  flex-direction: column;
}

.heading > * {
  color: var(--color-black);
}

.heading > *:not(:last-child) {
  margin: 0 0 15px 0 !important;
}

/* heading White */
.heading.white > * {
  color: var(--color-white);
}

/* Heading Center */
.heading.center {
  text-align: center;
  align-items: center;
}

/*  Heading Label
------------------------------------------ */

.heading-label {
  position: relative;
  margin: 0 0 30px 0;
}

.heading-label::before {
  width: 50%;
  content: "";
  z-index: 0;
  height: 100%;
  display: block;
  position: absolute;
  border-radius: 0 30px 30px 0;
  background: var(--color-accent);
}

.heading-label.white::before {
  background: var(--color-white);
}

/* Heading Label Container */
.heading-label .container {
  z-index: 1;
  padding: 0 30px;
  position: relative;
}

/*  Heading Uptitle
------------------------------------------ */
.heading-uptitle {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

/*  Heading Title
------------------------------------------ */
.heading-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

h1.heading-title {
  font-size: 42px;
}

/*  Heading Responsive
------------------------------------------ */
@media only screen and (max-width: 768px) {
  .heading br {
    display: none;
  }
  /* Heading title */
  .heading-title {
    font-size: 24px;
  }
  h1.heading-title {
    font-size: 28px;
  }
  /* Heading Label */
  .heading-label {
    text-align: center;
    margin: 0 0 30px 0;
  }
  .heading-label::before {
    width: 100%;
    border-radius: 0;
  }
}

@media only screen and (max-width: 576px) {
  h1.heading-title {
    font-size: 24px;
  }
  /* Heading title */
  .heading-title {
    font-size: 20px;
  }
}

/*  Component: Card
----------------------------------------------------------------------------------------- */
.card {
  overflow: hidden;
  max-height: 640px;
  border-radius: 30px;
  background: var(--color-white);
  box-shadow: 0px 4px 18px rgba(6, 118, 187, 0.4);
}

/*  Card Anounce
------------------------------------------ */
.card-anounce {
  height: 100%;
  display: flex;
  min-height: 420px;
  align-items: center;
}

.card-anounce > * {
  width: 50%;
}

.card-icon {
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  object-fit: contain;
}

/* Card Anounce / Card Thumbnail */
.card-anounce .card-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*  Card Unstyle
------------------------------------------ */
.card-unstyle {
  border: none;
  box-shadow: none;
  background: transparent;
}

/*  Card Transparent
------------------------------------------ */
.card-transparent {
  border: 1px solid var(--color-white);
  background: rgba(255, 255, 255, 0.2);
}

/*  Card Box
------------------------------------------ */
.card-box {
  height: 100%;
}

.card-box .card-thumbnail {
  height: 320px;
}

/* Card Elements
------------------------------------------ */

/* Card Content */
.card-content {
  padding: 45px;
}

.card-content > *:not(:last-child) {
  margin: 0 0 30px 0;
}

/* Card Title */
.card-title {
  font-size: 24px;
  font-weight: 600;
}

/* Card Message */
.card-message {
  padding: 45px;
  display: flex;
  min-width: 100%;
  text-align: center;
  border-radius: 30px;
  align-items: center;
  max-width: max-content;
  flex-direction: column;
  color: var(--color-white);
  background: var(--color-accent);
}

.card-message > *:not(:last-child) {
  margin: 0 0 15px 0;
}

.card-message .button-details {
  margin-top: auto;
}

.card-message.inverse {
  color: var(--color-black);
  background: var(--color-white);
}

/* Card Responsive
------------------------------------------ */
@media only screen and (max-width: 768px) {
  /* Card */
  .card {
    max-height: unset;
  }
  /* Card Anounce */
  .card-anounce {
    min-height: unset;
    flex-direction: column;
  }
  .card-anounce > * {
    width: 100%;
  }
  .card-anounce .card-thumbnail {
    max-height: 320px;
  }
}

@media only screen and (max-width: 576px) {
  /* Card Content */
  .card-content {
    padding: 22.5px;
  }
  /* .card-message */
  .card-message {
    padding: 15px;
  }
  /* .card-title */
  .card-title {
    font-size: 18px;
  }
}
