@charset "UTF-8";

:root {
    --heading-font-family: "Montserrat";
    --font-family: "Istok Web";
    --font-size: 16px;
    --font-weight: 400;
    --font-weight2: 800;
    --font-style: normal;
    --line-height: 1.6;
    --heading-line-height: 1.3;
    --main-color: #2c7ae7;
    --el-gradient1: #2876e2;
    --el-gradient2: #3f8efc;
    --primary-color: #ffffff;
    --primary-bg-color: #F0F4F8;
    --secondary-color: #000000;
    --secondary-bg-color: #303036;
    --text-primary: #303036;
    --text-secondary: #63636b;
    --border-color: #D4D4E1;
    --placeholder-color: #B7B7BA;
    --error-color: #ff3d0d;
    --el-border-radius: 10px;
    --el-border-radius-min: 6px;
    --el-box-shadow: 2px 4px 20px 1px rgba(45, 45, 45, 0.13);
    --header-box-shadow: 0px 0px 14px 0px rgba(77, 82, 94, 0.15);
    --alert-primary: #004085;
    --alert-success: #23D36A;
    --alert-danger: #EA2626;
    --alert-warning: #FFD43D;
}

/* === CSS Table Of Content

1. Content
    1.1 Fonts
    1.2 Base
    1.3 Tables
    1.4 Typography
2. Components
    2.1 Accordion
    2.2 Alerts
    2.3 Breadcrumb
    2.4 Buttons
    2.5 Carusel
    2.6 Forms
    2.7 Icons
    2.8 Pagination
    2.9 Popup
    2.10 Tabs
    2.11 Range slider
3. Bloks
    3.1 Main banner
    3.2 Services
    3.3 Advantages
    3.4 Counters
    3.5 Projects
    3.6 Team
    3.7 Reviews
    3.8 Blog
    3.9 Comments
    3.10 Pricing
    3.11 Brands
    3.12 Countdown
    3.13 Gallery
    3.14 Contact
    3.15 404
4. Layouts
    4.1 Header
    4.2 Sidebar
    4.3 Section
    4.4 Page
    4.5 Footer
    4.6 Elements style
5. Cookie
6. UI elements
7. Media

=== */
/* === 1. Content === */
/* 1.1 Fonts */
@font-face {
    font-family: "Istok Web";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
      src: local("Istok Web"), url("https://schedule.spiritualpsychicstv.online/assets/fonts/istok-web-v15-latin-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Istok Web";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Istok Web"), url("https://schedule.spiritualpsychicstv.online/assets/fonts/istok-web-v15-latin-700.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat"), url("https://schedule.spiritualpsychicstv.online/assets/fonts/montserrat-v15-latin-600.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat"), url("https://schedule.spiritualpsychicstv.online/assets/fonts/montserrat-v15-latin-700.woff2") format("woff2");
}

@font-face {
    font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Material Icons"), url("https://schedule.spiritualpsychicstv.online/assets/fonts/material-design-icons.woff2") format("woff2");
}

@font-face {
    font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Material Icons Outlined"), url("https://schedule.spiritualpsychicstv.online/assets/fonts/material-design-icons-outlined.woff2") format("woff2");
}


.footer {
    flex: 0 0 auto;
}

header ul, header ol, footer ul, footer ol, aside ul, aside ol, nav ul, nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: var(--main-color);
    text-decoration: underline;
    transition: all 0.25s;
}

a:hover {
    text-decoration: none;
    color: var(--main-color);
}
.list-style-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Begin IE browser */
.ie-browser {
    display: table;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-family: Arial, sans-serif;
    text-align: center;
}

.ie-browser-tr {
    display: table-row;
}

.ie-browser-td {
    display: table-cell;
    vertical-align: middle;
}

/* End IE browser */


-crumbs {
    position: relative;
    padding: 1.125rem 0;
    background-color: var(--primary-bg-color);
}

.bread-crumbs-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 1rem;
    overflow: hidden;
}

.bread-crumbs-list li {
    position: relative;
    margin-right: 2rem;
    white-space: nowrap;
}

.bread-crumbs-list li:last-child {
    margin-right: 0;
}

.bread-crumbs-list li:last-child a {
    pointer-events: none;
    cursor: text;
    color: var(--main-color);
}

.bread-crumbs-list li:last-child a:hover {
    text-decoration: none;
}

.bread-crumbs-list li:last-child i {
    display: none;
}

.bread-crumbs-list li a {
    text-decoration: none;
    color: var(--text-secondary);
}

.bread-crumbs-list li a:hover {
    text-decoration: underline;
}

.bread-crumbs-list li i {
    position: absolute;
    top: 50%;
    right: -1.5625rem;
    margin-top: -9px;
    color: var(--main-color);
}

/* 2.4 Buttons */
.hover-link {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: var(--text-primary);
}

.hover-link::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.4s;
    color: var(--main-color);
}

.hover-link > span {
    display: block;
    transform: translateY(0);
    transition: all 0.4s;
}

.hover-link:hover > span, .hover-link.active > span {
    transform: translateY(100%);
}

.hover-link:hover::after, .hover-link.active::after {
    transform: translateY(0);
}

.mobile .hover-link::after, .tablet .hover-link::after {
    content: none;
}

.mobile .hover-link:hover > span, .tablet .hover-link:hover > span {
    transform: translateY(0);
}

.mobile .hl-list li.active > .hover-link, .mobile .hl-list li.open > .hover-link, .tablet .hl-list li.active > .hover-link, .tablet .hl-list li.open > .hover-link {
    color: var(--main-color);
}

.mobile .hl-list li.active > .hover-link > span, .mobile .hl-list li.open > .hover-link > span, .tablet .hl-list li.active > .hover-link > span, .tablet .hl-list li.open > .hover-link > span {
    transform: translateY(0);
}

.mobile .hl-list li.active > .hover-link::after, .mobile .hl-list li.open > .hover-link::after, .tablet .hl-list li.active > .hover-link::after, .tablet .hl-list li.open > .hover-link::after {
    content: none;
}

.mobile .hl-list li.open > .hover-link, .tablet .hl-list li.open > .hover-link {
    color: var(--text-primary);
}

.wrapp-btn-circl-arrow {
    display: flex;
    flex-wrap: wrap;
}

.btn-circl-arrow {
    position: relative;
    display: flex;
    width: 2rem;
    height: 2rem;
    color: var(--primary-color);
    fill: var(--primary-color);
    background-color: var(--main-color);
    border-radius: 50%;
    text-align: center;
    font-size: 1rem;
    overflow: hidden;
  /*&:hover {
		width: 170px;
		padding: 0 15px;
		.btn-circl-arrow-text {
			position: relative;
			transform: translateX(0);
		}
	}*/
}

.btn-circl-arrow:hover {
    background-color: var(--primary-bg-color);
}

.btn-circl-arrow > svg {
    margin: auto;
    transition: all 0.25s;
}

.btn-circl-arrow.btn-circl-arrow-white {
    color: var(--main-color);
    fill: var(--main-color);
    background-color: var(--primary-color);
}

.btn-circl-arrow.btn-circl-arrow-white:hover {
    background-color: var(--primary-bg-color);
}

.btn-circl-arrow-text {
    position: absolute;
    transform: translateX(-100%);
    z-index: 1;
    white-space: nowrap;
    margin-right: 0.625rem;
    line-height: 2rem;
    transition: all 0.25s;
}

.wrapp-btn-link {
    display: flex;
}

.btn-link {
    display: flex;
    align-items: center;
    font-size: 1rem;
    text-decoration: none;
    color: var(--main-color);
    fill: var(--main-color);
}

.btn-link .btn-link-ico {
    transition: all 0.25s;
}

.btn-link .btn-link-ico-right {
    margin-left: 0.625rem;
}

.btn-link .btn-link-ico-left {
    margin-right: 0.625rem;
}

.btn-link:hover .btn-link-ico {
    transform: rotateY(180deg);
}

.btn-top {
    position: fixed;
    right: 15px;
    bottom: -5rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    border-radius: var(--el-border-radius);
    border: 1px solid var(--border-color);
    background: var(--primary-color);
    z-index: 100;
    fill: var(--main-color);
    transition: all 0.25s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.btn-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
}

.btn-top:hover {
    border-color: var(--main-color);
    fill: var(--main-color);
}

.btn-top > svg {
    width: 14px;
    height: 10px;
    margin: auto;
    transform: rotate(-90deg);
}



/* 2.6 Forms */
*::-webkit-input-placeholder,
*::placeholder {
    color: var(--placeholder-color);
    opacity: 1;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="url"],
textarea,
select {
    display: block;
    font-size: 1rem;
    font-family: var(--font-family), sans-serif;
    font-weight: var(--font-weight);
    width: 100%;
    padding: calc(0.75em - 1px) 1rem;
    border-radius: var(--el-border-radius-min);
    border: 1px solid var(--border-color);
    background-color: white;
    outline: none;
    color: var(--text-primary);
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.25s;
}


textarea {
    height: auto;
    resize: none;
}

.select {
    position: relative;
}

.select select {
    padding-right: 2rem;
}

.select::after {
    content: "";
    position: absolute;
    right: 0.8rem;
    top: 50%;
    margin-top: -2px;
    border: 5px solid transparent;
    pointer-events: none;
    border-top: 6px solid var(--text-primary);
}

.form-field {
    position: relative;
    margin-bottom: 1.25rem;
    width: 100%;
}

.form-field input[type="text"],
  .form-field input[type="email"],
  .form-field input[type="tel"],
  .form-field input[type="password"],
  .form-field input[type="number"],
  .form-field input[type="search"],
  .form-field input[type="url"],
  .form-field textarea,
  .form-field select,
  .form-field .form-field-label {
    margin: 0;
}

.form-field.form-field-m0 {
    margin: 0;
}

.form-field.focus .form-field-label {
    opacity: 0;
    visibility: hidden;
    transform: translateX(1rem);
}

.form-field label.error {
    position: absolute;
    right: 5px;
    top: 5px;
    color: var(--error-color);
    font-size: 0.75rem;
    line-height: 1;
}

.form-field input.error,
  .form-field textarea.error,
  .form-field select.error {
    border-color: var(--error-color);
}

.form-field.form-field-small .select::after {
    border-width: 4px;
    border-top-width: 5px;
    margin-top: -2px;

}

.form-field small {
    color: var(--text-secondary);
}

.input-states-labelled {
    display: block;
    line-height: 1;
}

.form-field-group {
    position: relative;
}

.form-field-group.focus .form-field-label {
    opacity: 0;
    visibility: hidden;
    transform: translateX(1rem);
}

.required {
    color: var(--error-color);
}

.form-field-label {
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 10;
    width: 80%;
    pointer-events: none;
    color: var(--placeholder-color);
    padding: calc(0.75em - 1px) 1rem;
    transition: all 0.2s;
    border: 1px solid transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.form-btn {
    display: flex;
}

.form-btn.form-btn-wide .btn {
    width: 100%;
}

.form-btn .btn {
    display: block;
}

.custom-controls {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-bottom: -1rem;
}

.custom-control {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.form-center {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.form-or-text {
    text-transform: uppercase;
    text-align: center;
    margin: 25px 0;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    color: var(--text-secondary);
}

.form-or-text span {
    position: relative;
    z-index: 1;
    padding: 0 10px;
    background-color: red;
}

.form-or-text span::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 1000px;
    height: 1px;
    margin-top: -1px;
    background-color: var(--border-color);
}

.form-or-text span::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 1000px;
    height: 1px;
    margin-top: -1px;
    background-color: var(--border-color);
}
/* 2.7 Icons */
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    height: 1rem;
    width: 1rem;
}

.material-icons.material-icons-outlined {
    font-family: 'Material Icons Outlined';
}

.material-icons.md-18 {
    font-size: 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
}

.material-icons.md-20 {
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
}

.material-icons.md-22 {
    font-size: 1.475rem;
    width: 1.375rem;
    height: 1.375rem;
}

.material-icons.md-24 {
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

.material-icons.md-26 {
    font-size: 1.625rem;
    width: 1.625rem;
    height: 1.625rem;
}

.material-icons.md-28 {
    font-size: 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
}

.material-icons.md-32 {
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
}

.material-icons.md-36 {
    font-size: 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
}

.material-icons.md-40 {
    font-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
}

.material-icons.md-48 {
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
}

.material-icons.md-60 {
    font-size: 3.75rem;
    width: 3.875rem;
    height: 3.75rem;
}

.material-icons.md-72 {
    font-size: 4.5rem;
    width: 4.5rem;
    height: 4.5rem;
}



/* === 4. Layouts === */
/* 4.1 Header */
.header-top {
    position: relative;
    background-color: var(--secondary-bg-color);
    color: var(--primary-color);
    padding: 0.625rem 0;
    font-size: 1rem;
    z-index: 1;
}

.header-top i {
    color: var(--primary-color);
}

.header-top a {
    color: var(--primary-color);
    opacity: 0.8;
    text-decoration: none;
}

.header-top a:hover {
    color: var(--primary-color);
    opacity: 1;
}

.header-top-links {
    display: flex;
    align-items: center;
    margin-left: -2rem;
}

.header-top-links > * {
    margin-left: 2rem;
}

.header-top-links .header-call-back-link {
    display: flex;
    align-items: center;
    color: var(--primary-color);
    opacity: 0.8;
}

.header-top-links .header-call-back-link i {
    margin-right: 5px;
}

.header-top-links .header-call-back-link span {
    border-bottom: 1px dashed var(--primary-color);
    transition: all 0.25s;
    line-height: 1.1;
}

.header-top-links .header-call-back-link:hover {
    opacity: 1;
}

.header-top-links .header-call-back-link:hover span {
    border-bottom-style: solid;
}

.header-top-info {
    display: flex;
    align-items: center;
    margin-left: -1rem;
}

.header-top-info b, .header-top-info strong {
    font-weight: 600;
    color: var(--primary-color);
}

.header-top-info li {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.header-top-info li a {
    opacity: 1;
    display: flex;
    align-items: center;
}

.header-top-info li a i {
    margin-right: 0.625rem;
}

.header-top-info li a:hover span {
    opacity: 1;
}

.header-top-info li b, .header-top-info li strong {
    margin-right: 5px;
}

.header-top-info li span {
    opacity: 0.8;
}

.social-links {
    display: flex;
    align-items: center;
}

.social-links li {
    margin-right: 1rem;
}

.social-links li:last-child {
    margin-right: 0;
}

.social-links li a {
    display: block;
    width: 1rem;
    height: 1rem;
    fill: var(--primary-color);
    overflow: hidden;
    opacity: 0.8;
}

.social-links li a svg {
    display: block;
    width: 100%;
    height: 100%;
}

.social-links li:hover a {
    opacity: 1;
}

.header-center {
    box-shadow: var(--header-box-shadow);
}

.header-center .header-lang-list {
    right: inherit;
    left: 0;
}

.header-center .header-fixed {
    box-shadow: none;
}

.header-center .header-fixed.fixed {
    box-shadow: var(--header-box-shadow);
}

.header-logo-center {
    padding: 0.625rem 0;
}

.header-fixed {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0.75rem 0;
    background-color: var(--primary-color);
    font-size: 1rem;
    display: flex;
    align-items: center;
    z-index: 101;
    box-shadow: var(--header-box-shadow);
}

.header-fixed .logo {
    max-height: 35px;
    height: 35px;
}

.header-fixed .col-static {
    position: static;
}

.header-fixed .container {
    position: relative;
}
.logo {
    display: block;
    text-decoration: none;
    color: var(--text-primary);
    opacity: 1;
    font-size: 1.125rem;
    font-family: var(--heading-font-family), sans-serif;
    height: 55px;
    font-weight: bold;
}

.logo:hover {
    color: var(--text-primary);
}

.logo.logo-ico-widht-text {
    display: flex;
    align-items: center;
}

.logo .logo-ico {
    margin-right: 10px;
}

.logo img {
    max-height: 55px;
    max-width: 160px;
}

.logo svg {
    display: block;
}

body.mob-main-mnu-open {
    overflow: hidden;
}

body.mob-main-mnu-open .header-fixed {
    box-shadow: var(--header-box-shadow);
}

body.mob-main-mnu-open .mob-main-mnu {
    transform: none;
}

.mob-main-mnu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 320px;
    background-color: var(--primary-color);
    z-index: 100;
    box-shadow: var(--header-box-shadow);
    transform: translateX(-150%);
    overflow: hidden;
    overflow-y: auto;
    transition: transform 0.6s;
}

.mf-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    transition: opacity 0.4s;
}

.mf-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    opacity: 0.8;
}

.mf-bg.visible {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
}

.mf-bg.side-visible {
    z-index: 1110;
}

.mob-main-mnu-footer {
    padding: 1.25rem;
    font-size: 1rem;
    border-bottom: 1px solid var(--primary-color);
}

.mob-main-mnu-lang {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.mob-main-mnu-lang li {
    margin-right: 1.25rem;
}

.mob-main-mnu-lang li:last-child {
    margin-right: 0;
}

.mob-main-mnu-lang li a {
    color: var(--text-primary);
    text-decoration: none;
}

.mob-main-mnu-lang li.active a {
    color: var(--main-color);
}

.mob-main-mnu-content {
    background-color: var(--primary-bg-color);
}

.mob-main-mnu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: var(--font-size);
}

.mob-main-mnu-list > li {
    position: relative;
    border-bottom: 1px solid var(--primary-color);
}

.mob-main-mnu-list > li > a {
    display: block;
    color: var(--text-primary);
    text-decoration: none;
    width: 100%;
    padding: 0 3.75rem 0 1.25rem;
    height: 3.125rem;
    line-height: 3.125rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mob-main-mnu-list > li.active > a, .mob-main-mnu-list > li.open > a {
    background-color: var(--main-color);
    color: var(--primary-color);
}

.mob-main-mnu-list > li.active .mmm-btn, .mob-main-mnu-list > li.open .mmm-btn {
    color: var(--primary-color);
}

.mob-main-mnu-list > li.open .mmm-btn {
    transform: rotateX(180deg);
}

.mob-main-mnu-list > li .mmm-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 3.125rem;
    height: 3.125rem;
    border-left: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s;
    cursor: pointer;
}

.mob-main-submnu {
    display: none;
    padding: 1.5625rem 0 1.5625rem;
    border-top: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.mob-main-submnu-item {
    margin-bottom: 1.5625rem;
}

.mob-main-submnu-item:last-child {
    margin-bottom: 0;
}

.mob-main-submnu-item ul {
    font-size: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mob-main-submnu-item ul li {
    border-bottom: 1px solid var(--border-color);
}

.mob-main-submnu-item ul li:first-child {
    border-top: 1px solid var(--border-color);
}

.mob-main-submnu-item ul li a {
    display: block;
    padding: 0.625rem 1.25rem 0.625rem 2.5rem;
    text-decoration: none;
    color: var(--text-primary);
}

.mob-main-submnu-item-title {
    font-size: 0.8125rem;
    font-weight: bold;
    margin-bottom: 1rem;
    padding: 0 1.25rem;
    text-transform: uppercase;
}

.tablet .main-mnu-list > li.main-mnu-item-has-child > a, .mobile .main-mnu-list > li.main-mnu-item-has-child > a {
    pointer-events: none;
}

.main-mnu-list {
    display: flex;
    margin-left: -1.25rem;
}

.main-mnu-list.main-mnu-list-min > li {
    margin-left: 0.5rem;
}

.main-mnu-list > li {
    position: relative;
    margin-left: 1rem;
    padding: 1rem 0;
}

.main-mnu-list > li > .mnu-label {
    right: initial;
    left: 0.625rem;
    top: 0.125rem;
}

.main-mnu-list > li:hover > a > span, .main-mnu-list > li.active > a > span {
    transform: translateY(100%);
}

.main-mnu-list > li:hover > a::after, .main-mnu-list > li.active > a::after {
    transform: none;
}

.main-mnu-list > li:hover > ul,
    .main-mnu-list > li:hover .main-sub-mnu {
    transform: none;
    opacity: 1;
    visibility: visible;
    z-index: 11;
}

.main-mnu-list > li:hover > a i {
    transform: rotateX(180deg);
}

.main-mnu-list > li.main-mnu-item-mega-mnu {
    position: static;
}

.main-mnu-list > li > a {
    font-size: 0.9375rem;
    padding: 0 0.425rem;
    overflow: hidden;
}

.main-mnu-list > li > a::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    padding: 0 0.425rem;
    width: 100%;
    transition: all 0.4s;
    color: var(--main-color);
}

.main-mnu-list > li > a > span {
    display: block;
    transform: translateY(0);
    transition: all 0.4s;
}

.main-mnu-list > li a {
    color: var(--text-primary);
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 1rem;
}

.main-mnu-list > li.main-mnu-item-has-child {
    padding-right: 0;
}

.main-mnu-list > li.main-mnu-item-has-child > a {
    display: flex;
    align-items: center;
}

.main-mnu-list > li.main-mnu-item-has-child > a i {
    margin-left: 3px;
    font-size: 14px;
    width: 14px;
    height: 14px;
    color: var(--main-color);
    transition: all 0.4s;
}

.main-mnu-list > li > ul {
    position: absolute;
    top: 100%;
    background-color: var(--primary-color);
    box-shadow: var(--el-box-shadow);
    min-width: 200px;
    z-index: 10;
    transform: translateY(15px);
    font-weight: normal;
    opacity: 0;
    visibility: hidden;
    padding: 0.75rem 0;
    transition: all 0.2s 0.2s;
    cursor: default;
}

.main-mnu-list > li > ul > li {
    padding: 0.5rem 1.5625rem;
}

.main-mnu-list > li > ul > li > a {
    display: block;
}

.main-mnu-list > li > ul li a {
    transition: all 0.25s 0s;
    overflow: hidden;
}

.main-mnu-list > li > ul li a::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    width: 100%;
    transition: all 0.4s;
    color: var(--main-color);
}

.main-mnu-list > li > ul li a > span {
    display: block;
    transform: translateY(0);
    transition: all 0.4s;
}

.main-mnu-list > li > ul li a:hover > span {
    transform: translateY(100%);
}

.main-mnu-list > li > ul li a:hover::after {
    transform: translateY(0);
}

.mnu-label {
    font-size: 0.5rem;
    text-transform: uppercase;
    color: var(--primary-color);
    padding: 1px 3px 0;
    background-color: var(--error-color);
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
    z-index: 1;
}

.main-mnu-btn {
    position: relative;
    display: block;
    width: 24px;
    height: 18px;
    overflow: hidden;
}

.main-mnu-btn .bar {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-primary);
    transition: all 0.4s ease-in-out;
}

.main-mnu-btn .bar-1 {
    top: 0;
}

.main-mnu-btn .bar-2,
  .main-mnu-btn .bar-3 {
    top: 8px;
}

.main-mnu-btn .bar-3 {
    right: 0;
}

.main-mnu-btn .bar-4 {
    bottom: 0;
}

.main-mnu-btn.active .bar-1 {
    transform: translateX(40px);
    background-color: transparent;
}

.main-mnu-btn.active .bar-2 {
    transform: rotate(45deg);
}

.main-mnu-btn.active .bar-3 {
    transform: rotate(-45deg);
}

.main-mnu-btn.active .bar-4 {
    transform: translateX(-40px);
    background-color: transparent;
}

.main-sub-mnu {
    position: absolute;
    left: 15px;
    top: 100%;
    background-color: var(--primary-color);
    box-shadow: var(--el-box-shadow);
    width: 100%;
    width: calc(100% - 30px);
    z-index: 10;
    transform: translateY(15px);
    font-weight: normal;
    opacity: 0;
    visibility: hidden;
    min-height: 300px;
    transition: all 0.2s 0.2s;
    z-index: -1;
    cursor: default;
}

.main-sub-mnu .mega-mnu-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.main-sub-mnu .container, .main-sub-mnu .row {
    min-height: 300px;
}

.main-sub-mnu-banner {
    padding: 0;
}

.mega-mnu-item {
    padding: 2.5rem 1.25rem 2.5rem 2.125rem;
}

.mega-mnu-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--border-color);
    opacity: 0.5;
}

.mega-mnu-item:last-child::after {
    content: none;
}

.main-sub-mnu-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1.25rem;
}

.main-sub-mnu-list.main-sub-mnu-listh {
    display: block;
}

.main-sub-mnu-list.main-sub-mnu-listh > li {
    width: 100%;
}

.main-sub-mnu-list > li {
    width: 50%;
    position: relative;
    padding-right: 1rem;
    margin-bottom: 0.5rem;
}

.main-sub-mnu-list > li:hover > a > span {
    transform: translateY(100%);
}

.main-sub-mnu-list > li:hover > a::after {
    transform: translateY(0);
}

.main-sub-mnu-list > li > a {
    position: relative;
    display: block;
    overflow: hidden;
}

.main-sub-mnu-list > li > a::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    transition: all 0.4s;
    color: var(--main-color);
    width: 100%;
    padding: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-sub-mnu-list > li > a > span {
    display: block;
    transform: translateY(0);
    transition: all 0.4s;
    padding: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-sub-mnu-banner {
    position: relative;
    background-color: var(--primary-bg-color);
    color: var(--primary-color);
}

.main-sub-mnu-slider {
    height: 100%;
}

.main-sub-mnu-slider .owl-stage-outer,
  .main-sub-mnu-slider .owl-stage,
  .main-sub-mnu-slider .owl-item {
    height: 100%;
}

.main-mnu-list > li a.mnu-slider-item {
    display: flex;
    color: var(--primary-color);
}

.mnu-slider-item {
    padding: 2.5rem 3.75rem 2.5rem 1.875rem;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    color: var(--primary-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mnu-slider-item-subtitle {
    font-size: 0.75rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
}

.mnu-slider-item-title {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
}

.main-sub-mnu-slider .flickity-prev-next-button {
    position: absolute;
    padding: 5px;
    background: transparent;
    width: 20px;
    height: 20px;
    fill: var(--primary-color);
    padding: 0;
    border: none;
    line-height: 1;
}

.main-sub-mnu-slider .flickity-button-icon {
    fill: var(--primary-color);
}

.header-search.open .header-search-ico-close {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.header-search.open .header-search-ico-search {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.3);
}

.header-search.open .header-search-form {
    visibility: visible;
    opacity: 1;
}

.header-search-ico {
    cursor: pointer;
    position: relative;
    z-index: 13;
    transition: all 0.2s;
}

.header-search-ico:hover {
    color: var(--main-color);
}

.header-search-ico-search,
.header-search-ico-close {
    position: absolute;
    left: 0.0625rem;
    top: 0.0625rem;
    transition: all 0.2s;
}

.header-search-ico-close {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.3);
}

.header-search-ico-search {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.header-search-form {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    padding-right: 2rem;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.header-search-form .form-field {
    margin: 0;
}

.header-search-form .form-field .form-field-input {
    padding-right: 2.5rem;
}

.header-search-btn,
.search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    color: var(--text-primary);
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.2s;
}

.header-search-btn:hover,
  .search-btn:hover {
    color: var(--main-color);
}

.header-search-btn:focus,
  .search-btn:focus {
    outline: none;
}

.header-search-btn:active i,
  .search-btn:active i {
    transform: scale(0.8);
}

.header-search-btn i,
  .search-btn i {
    transition: all 0.2s;
}

.mobile .header-lang.open .header-lang-current > span, .tablet .header-lang.open .header-lang-current > span {
    transform: none;
}

.header-lang {
    position: relative;
}

.header-lang.open .header-lang-list {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.header-lang.open .header-lang-current > span {
    transform: translateY(100%);
}

.header-lang.open .header-lang-current::after {
    transform: none;
}

.header-lang-current {
    cursor: pointer;
    min-width: 1.5rem;
    text-align: center;
}

.header-lang-list {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    background-color: var(--primary-color);
    box-shadow: var(--el-box-shadow);
    padding: 0.75rem 0;
    transition: all 0.2s;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
}

.header-lang-list li {
    padding: 0.4rem 1.5625rem;
}

.header-lang-list li a span {
    padding: 2px 0;
}

.header-lang-list li a::after {
    padding: 2px 0;
}

.header-navbar {
    position: relative;
    z-index: 3;
}

.header-navbar.open .header-navbar-content {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.header-navbar .social-links li a {
    opacity: 1;
}

.header-navbar-btn {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.25s;
}

.header-navbar-btn:hover {
    color: var(--main-color);
}

.header-navbar-btn:active {
    transform: scale(0.8);
}

.header-navbar-content {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 1.5rem;
    background-color: var(--primary-color);
    font-size: 1rem;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    white-space: nowrap;
    z-index: 15;
    box-shadow: var(--el-box-shadow);
}

.header-navbar-content .header-actions {
    padding: 0;
}

.header-navbar-content > li {
    display: flex;
    margin-bottom: 15px;
}

.header-navbar-content > li:last-child {
    margin-bottom: 0;
}

.header-navbar-content i {
    color: var(--text-primary);
}

.header-navbar-content b {
    margin-right: 5px;
}

.header-navbar-content a {
    color: var(--text-primary);
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header-navbar-content a:hover {
    color: var(--text-primary);
}

.header-navbar-content a i {
    margin-right: 10px;
}

.header-navbar-content .header-call-back-link span {
    border-bottom: 1px dashed var(--text-primary);
    transition: all 0.25s;
    line-height: 1.3;
}

.header-navbar-content .header-call-back-link:hover span {
    border-bottom-style: solid;
}

.header-navbar-content .social-links {
    margin-top: 5px;
}

.header-navbar-content .social-links li a {
    fill: var(--text-primary);
}

.header-actions {
    display: flex;
    align-items: center;
    margin-left: -1.25rem;
    padding: 1rem 0;
}

.header-actions > li {
    margin-left: 1.25rem;
}

.header-action-icon {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    transition: all 0.25s;
}

.header-action-icon:hover {
    color: var(--main-color);
}


.sfn-row {
    margin-bottom: 1rem;
}

.sfn-row:last-child {
    margin-bottom: 0;
}

@media only screen and (max-height: 750px) {
    .side-form .input-states-labelled {
        display: none;
    }
}




/* 4.5 Footer */
.footer {
    position: relative;
    background-color: var(--secondary-bg-color);
    width: 100%;
    color: var(--primary-color);
    font-size: 1rem;
}

.footer p, .footer i {
    opacity: 0.8;
}

.footer a {
    opacity: 0.8;
    color: var(--primary-color);
    text-decoration: none;
}

.footer a:hover {
    color: var(--primary-color);
}

.footer a::after {
    color: var(--primary-color);
}

.mobile .footer, .tablet .footer {
    z-index: 1 !important;
    position: relative !important;
}

.mobile .main-inner, .tablet .main-inner {
    margin-bottom: 0 !important;
}

.footer-minimal .footer-company-info .logo {
    margin-bottom: 0;
}

.footer-minimal .footer-main {
    padding: 4rem 0;
}

.footer-center {
    text-align: center;
}

.footer-center .footer-social-links {
    justify-content: center;
}

.footer-center .footer-company-top {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-company-top .logo {
    opacity: 1;
}

.footer-main {
    padding: 1.5rem 0;
}

.footer-company-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.footer-company-info .logo {
    margin-bottom: 1.25rem;
    height: auto;
}

.footer-company-desc {
    margin-bottom: 2rem;
    text-align: justify;
}

.footer-company-desc p {
    margin-bottom: 0;
}

.footer-social-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 0.25s;
}

.footer-social-links li {
    margin-right: 0.625rem;
}

.footer-social-links li:last-child {
    margin-right: 0;
}

.footer-social-links li a {
    display: flex;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: var(--el-border-radius-min);
    fill: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.footer-social-links li a > svg {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    margin: auto;
}

.footer-social-links li a:hover {
    background-color: var(--primary-color);
    fill: var(--secondary-bg-color);
    opacity: 1;
}

.footer-item {
    margin-bottom: 2rem;
}

.footer-item:last-child {
    margin-bottom: 0;
}

.footer-item-title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    opacity: 0.9;
    font-weight: bold;
    color: #fff;
}

.footer-mnu li {
    margin-bottom: 1rem;
}

.footer-mnu li:last-child {
    margin-bottom: 0;
}

.footer-mnu-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: -2rem;
    margin-bottom: -1rem;
}

.footer-mnu-line li {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.footer-contacts li {
    display: flex;
    margin-bottom: 1rem;
}

.footer-contacts li:last-child {
    margin-bottom: 0;
}

.footer-contacts li i {
    margin-right: 5px;
}

.footer-contacts i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contacts i.footer-contact-tel {
    font-size: 1.25rem;
}

.footer-contacts i.footer-contact-email {
    font-size: 1.125rem;
}

.footer-contact-info {
    opacity: 0.8;
}

.footer-contact-info a {
    opacity: 1;
}

.footer-contact-info a:hover {
    text-decoration: underline;
}

.footer-subscribe {
    display: flex;
}

.footer-subscribe .form-field {
    margin-right: 1rem;
    margin-bottom: 0;
    width: 100%;
}

.footer-subscribe .form-field input {
    background-color: transparent;
    color: var(--primary-color);
}

.footer-bottom {
    position: relative;
    padding: 3rem 0;
}

.footer-bottom::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    opacity: 0.2;
}

.footer-bottom .copyright {
    opacity: 0.8;
    font-size: 0.80rem;
}

.footer-bottom .items {
    margin-bottom: -2.5rem;
}

.footer-bottom .item {
    margin-bottom: 1rem;
}

.footer-links ul {
    display: flex;
    margin-bottom: -1rem;
    margin-left: -1.25rem;
    font-size: 0.80rem;
}

.footer-links ul li {
    margin-bottom: 1rem;
    margin-left: 1.25rem;
}

.footer-links ul li a {
    display: block;
    text-decoration: none;
    border-bottom: 1px dashed var(--primary-color);
}

.footer-links ul li a:hover {
    border-bottom-style: solid;
}

/* 4.6 Elements style */
.items {
    margin-bottom: -45px;
}

.item {
    margin-bottom: 45px;
}

.content-items {
    margin-bottom: -3.5rem;
}

.content-item {
    margin-bottom: 3.5rem;
}

.item-style {
    position: relative;
    background-color: var(--primary-color);
    border-radius: var(--el-border-radius);
    overflow: hidden;
    color: var(--text-primary);
    height: 100%;
    transition: all 0.25s;
}

.item-style:hover {
    box-shadow: var(--el-box-shadow);
}

.item-style:hover::after {
    border-color: transparent;
}

.item-style::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--el-border-radius);
    border: 1px solid var(--border-color);
    overflow: hidden;
    pointer-events: none;
    transition: all 0.25s;
}

.flickity-slider .item-style:hover {
    box-shadow: none;
}

.flickity-slider .item-style:hover::after {
    border-color: var(--main-color);
}

.img-style {
    border: 1px solid var(--border-color);
    background-color: var(--primary-bg-color);
    border-radius: var(--el-border-radius);
    overflow: hidden;
}

.img-style img {
    margin: 0;
}

.img-style-min {
    border-radius: var(--el-border-radius-min);
}

.item-heading {
    font-family: var(--heading-font-family), sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
}

.item-heading a {
    text-decoration: none;
    color: var(--text-primary);
}

.item-heading a:hover {
    color: var(--main-color);
}

.item-border-radius {
    border-radius: var(--el-border-radius);
}

.el-ripple {
    --ripple-width: 100%;
    --ripple-time: 0.4s;
    position: relative;
    overflow: hidden;
    transition: all var(--ripple-time);
}

.el-ripple .el-ripple-circle {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: var(--el-gradient1);
    transform: translate(-50%, -50%);
    transition: width var(--ripple-time), padding-top var(--ripple-time);
    z-index: 0;
}

.el-ripple span, .el-ripple div, .el-ripple i {
    position: relative;
    z-index: 1;
}

.el-ripple:hover {
    color: var(--primary-color);
}

.el-ripple:hover .el-ripple-circle {
    width: calc(var(--ripple-width) * 3);
    padding-top: calc(var(--ripple-width) * 3);
}

/* === 5. Cookie === */
.cookie-message {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.25rem 1rem;
    opacity: 0;
    visibility: hidden;
    color: var(--primary-color);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 111111;
    transition: all 0.25s;
}

.cookie-message::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: var(--secondary-bg-color);
    z-index: -1;
}

.cookie-message.open {
    opacity: 1;
    visibility: visible;
}

.cmc-title {
    font-size: 1.125rem;
    margin-bottom: .625rem;
}

.cmc-desc {
    display: block;
    margin: 0;
}

.mc-btn {
    white-space: nowrap;
    margin-left: 1.5rem;
    min-width: 180px;
}

@media only screen and (max-width: 576px) {
    .cookie-message {
        display: block;
        padding: 1rem;
    }

    .cmc-desc {
        margin-bottom: 1rem;
    }

    .mc-btn {
        margin-left: 0;
    }
}

/* === 6. UI elements === */
.ui-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ui-nav li {
    cursor: pointer;
    padding: 0.625rem 1rem;
    border-left: 2px solid transparent;
    transition: all 0.25s;
}

.ui-nav li.active {
    color: var(--main-color);
    border-left-color: var(--main-color);
    background-color: var(--primary-bg-color);
}

.ui-nav li:hover {
    color: var(--main-color);
}

.ui-item {
    display: none;
}

.ui-item.active {
    display: block;
}

.ui-item .page-sections {
    padding-top: 0;
}

.ui-item-icons svg {
    fill: var(--text-primary);
}

/* === 7. Media === */
/*==========  Desktop First  ==========*/
@media (max-width: 1199.98px) {
    .main-mnu-list {
        margin-left: -0.625rem;
    }

    .main-mnu-list.main-mnu-list-min > li {
        margin-left: 0;
    }

    .main-mnu-list.main-mnu-list-min > li > a {
        padding: 0 0.25rem;
    }

    .main-mnu-list.main-mnu-list-min > li > a::after {
        padding: 0 0.25rem;
    }

    .main-mnu-list > li {
        margin-left: 0.5rem;
    }

    .mega-mnu-item {
        padding: 2rem 0.625rem 2rem 1.5rem;
    }

    .header-fixed .container {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .header-fixed .row {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }

    .header-fixed .row .header-fixed-col {
        padding: 0 0.625rem;
    }

    .services-item {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .advantages-item-info {
        padding-left: 2.5rem;
    }

    .advantages-item-count::after {
        width: 2rem;
    }

    .project-item-card-back {
        padding: 1.5rem;
    }

    .team-item-img {
        height: 220px;
    }

    .news-item-img {
        height: 250px;
    }

    .news-item-info {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .contact-form-padding {
        padding-left: 0;
    }

    .news-timeline-item-right::after {
        width: 95px;
    }

    .news-timeline-item-right::before {
        margin-right: 73px;
    }

    .news-timeline-item-left::after {
        width: 95px;
    }

    .news-timeline-item-left::before {
        margin-left: 72px;
    }

    .reviews-col {
        width: 40%;
    }

    .project-col-carusel {
        width: 33.3%;
    }

    .section-path {
        width: calc(960px / 2);
    }
}

@media (max-width: 991.98px) {
    .header-top {
        display: none;
    }

    .header-fixed {
        z-index: 101;
    }

    .header-search-form {
        padding-right: 0;
        padding-right: 4.375rem;
    }

    .mob-main-mnu {
        display: flex;
    }

    .advantages-item-info {
        padding-left: 2.75rem;
    }

    .advantages-item-count::after {
        width: 2.25rem;
    }

    .main-counter-item {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.5rem;
    }

    .counter-item {
        text-align: center;
    }

    .project-item-card-back {
        padding: 1.5rem 2.5rem;
    }

    .project-nav-list li,
  .section-nav-list li {
        margin-right: 1rem;
    }

    .team-item-img {
        height: 360px;
    }

    .tabs-vertical .tabs-nav {
        min-width: 225px;
        width: 225px;
    }

    .news-timeline {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .news-timeline::after {
        left: 15px;
        margin-left: 0;
    }

    .news-timeline-title {
        text-align: left;
    }

    .news-timeline-item-left,
  .news-timeline-item-right {
        margin-top: 0;
    }

    .news-timeline-item-left .news-item,
    .news-timeline-item-right .news-item {
        margin-left: 50px;
        margin-top: 0;
        margin-bottom: 45px;
    }

    .news-timeline-item-left:last-child .news-item,
    .news-timeline-item-right:last-child .news-item {
        margin-bottom: 0;
    }

    .news-timeline-item-left::after,
    .news-timeline-item-right::after {
        margin-right: -65px;
        width: 50px;
        margin-left: inherit;
        left: inherit;
        right: 100%;
    }

    .news-timeline-item-left::before,
    .news-timeline-item-right::before {
        margin-right: -23px;
        margin-left: inherit;
        left: inherit;
        right: 100%;
    }

    .news-timeline-title-mt {
        margin-top: 0;
    }

    .counter-items {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .reviews-col {
        width: 43%;
    }

    .project-col-carusel {
        width: 40%;
    }

    .section-item-md-wide {
        width: 100%;
    }

    .section-item-md-wide .section-path {
        width: 100%;
    }

    .project-carusel-item {
        height: 400px;
    }

    .map-auto {
        height: 400px;
    }
}

@media (max-width: 767.98px) {
    .section-heading {
        margin-bottom: 3.5rem;
    }

    .section-heading h1, .section-heading h2, .section-heading h3 {
        font-size: 2rem;
    }

    .advantages-item-title {
        min-height: auto;
    }

    .advantages-item-title br {
        display: none;
    }

    .advantages-item-count {
        margin-top: 0;
    }

    .counter-item-numb {
        font-size: 2rem;
    }

    .main-counter-title {
        font-size: 1.25rem;
    }

    .main-counter-numb {
        font-size: 6.25rem;
    }

    .main-counter-item {
        width: 250px;
        height: 250px;
    }

    .main-counter-item-circ {
        left: -50px;
        top: -10px;
    }

    .main-counter {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .main-counter::after, .main-counter::before {
        content: none;
    }

    .section-projects .container {
        max-width: 100%;
    }

    .project-item-card-back {
        padding: 1.25rem;
    }

    .project-nav,
  .section-nav {
        margin-bottom: 1.5rem;
    }

    .project-nav-list,
  .section-nav-list {
        justify-content: start;
        overflow-x: auto;
    }

    .team-item-img {
        height: 280px;
    }

    .news-item {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-main {
        padding: 3rem 0;
    }

    .news-wide-item {
        flex-wrap: wrap;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .news-wide-item-img {
        margin-bottom: 1.25rem;
        width: 100%;
    }

    .news-wide-item-info {
        padding-left: 0;
    }

    .news-wide-item-desc {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .news-nav {
        padding-top: 0;
    }

    .news-wide-item-desc {
        height: auto;
    }

    .news-item-desc {
        height: auto;
    }

    .services-image-item {
        max-width: 320px;
        margin: 0 auto;
    }

    .news-post-title {
        font-size: 1.75rem;
    }

    .news-post-img {
        height: 300px;
    }

    .news-post-footer {
        padding-top: 1.25rem;
    }

    .tabs-vertical {
        flex-wrap: wrap;
    }

    .tabs-vertical .tabs-nav {
        width: 100%;
    }

    .tabs-vertical .tabs-nav li {
        padding: 0.625rem 1rem;
    }

    .tabs-vertical .tabs-container {
        padding-left: 0;
        padding-top: 1.5rem;
    }

    .tabs-item {
        padding-top: 0;
    }

    .tabs-container {
        padding-top: 1.5rem;
    }

    .tabs-nav {
        flex-wrap: wrap;
        border: none;
        border-radius: var(--el-border-radius);
        background-color: var(--primary-bg-color);
        overflow: hidden;
    }

    .tabs-nav li {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid var(--border-color);
        padding: 0.625rem 1rem;
    }

    .tabs-nav li:last-child {
        border-bottom: none;
    }

    .tabs-nav li::after {
        content: none;
    }

    .tabs-nav li:hover, .tabs-nav li.active {
        background-color: var(--main-color);
        color: var(--primary-color);
    }

    .countdown-number {
        width: 6.25rem;
        height: 6.25rem;
    }

    .countdown-number.item-style {
        width: 6.25rem;
        height: 6.25rem;
    }

    .countdown-time {
        font-size: 2.5rem;
    }

    .news-timeline {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .footer-mnu-line {
        justify-content: center;
    }

    .footer-minimal .footer-company-top {
        display: flex;
        justify-content: center;
    }

    .footer-minimal .footer-bottom {
        text-align: center;
    }

    .footer-minimal .footer-links ul {
        justify-content: center;
    }

    .gallery-grid-item-height2 .gallery-item {
        height: 240px;
    }

    .reviews-col {
        width: 100%;
    }

    .brands-col {
        width: 45%;
    }

    .advantages-item-count-large {
        font-size: 8rem;
        bottom: -0.625rem;
    }

    .project-col-carusel {
        width: 50%;
    }

    .project-carusel-item {
        height: 300px;
    }

    .project-carusel-thumb-item {
        width: 150px;
        height: 100px;
    }
}

@media (max-width: 575.98px) {
    .header-fixed {
        padding: 0.25rem 0.3125rem;
    }

    .popup {
        padding: 2rem 1.5rem;
    }

    .advantages-item-info {
        padding-left: 3rem;
    }

    .advantages-item-count::after {
        width: 42px;
    }

    .project-item {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .team-item {
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    .comment-item-list {
        padding-left: 0.625rem;
    }

    .counter-items {
        display: block;
    }

    .project-col-carusel {
        width: 100%;
    }

    .advantages-item.advantages-item-min {
        max-width: 100%;
    }

    .comment-item-header .comment-item-stars {
        justify-content: flex-start;
        padding-left: 5.875rem;
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {
    .social-login {
        flex-wrap: wrap;
    }

    .social-login li {
        width: 100%;
    }

    .countdown-number {
        width: 5rem;
        height: 5rem;
        padding: 0.625rem;
    }

    .countdown-number.item-style {
        width: 5rem;
        height: 5rem;
    }

    .countdown-time {
        font-size: 2rem;
    }

    .countdown-text {
        font-size: 1rem;
    }

    .brands-item {
        height: 140px;
    }

    .brands-item.item-style {
        height: 140px;
    }

    .reviews-thumb-item .reviews-item-img {
        width: 3.5rem;
        height: 3.5rem;
        min-width: 3.5rem;
        margin-right: 1rem;
    }

    .reviews-thumb {
        margin-top: -1.75rem;
    }

    .page-404 > svg {
        height: 100%;
    }
}

@media only screen and (max-width: 370px) {
    .main-counter-item {
        width: 230px;
        height: 230px;
    }

    .main-counter {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .main-counter-item-circ {
        left: -30px;
        top: -5px;
    }

    .countdown-number {
        width: 4rem;
        height: 4rem;
        padding: 0.625rem 0;
    }

    .countdown-number.item-style {
        width: 4rem;
        height: 4rem;
    }

    .countdown-time {
        font-size: 1.375rem;
    }

    .countdown-text {
        font-size: 0.8125rem;
    }

    .project-carusel-item {
        height: 240px;
    }

    .project-carusel-thumb-item {
        width: 120px;
        height: 80px;
    }
}

@media only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .map,
  #map_canvas {
        height: 300px;
    }

    .project-carusel-item {
        height: 300px;
    }

    .project-carusel-thumb-item {
        width: 150px;
        height: 100px;
    }

    .page-404 > svg {
        height: 78%;
    }
}

@media only screen and (min-width: 1600px) {
    .project-col-carusel {
        width: 22%;
    }
}
   /**
     * Start site primary color
     */
     .dropdown-item.active,.dropdown-item:active {
        background-color:#30e3ca !important;
    }
    .nav-pills .nav-link.active,.nav-pills .show>.nav-link {
        background-color:#30e3ca !important;
    }
     .progress-bar {
        background-color:#30e3ca !important;
    }
     .bg-primary {
        background-color:#30e3ca !important;
    }
    .border-primary {
        border-color:#30e3ca !important;
    }
    .text-primary {
        color:#30e3ca !important;
    }
    .pace .pace-progress {
        background:#30e3ca !important;
    }
    .btn.btn-outline-white:hover {
        color:#30e3ca !important;
    }
    .form-control:active, .form-control:focus {
        border-color:#30e3ca !important;
    }
    .site-section-heading:after {
        background:#30e3ca !important;
    }
    .site-section-heading.text-center:after {
        background:#30e3ca !important;
    }
    .ul-check.primary li:before {
        color:#30e3ca !important;
    }
    .site-navbar .site-navigation .site-menu .active > a {
        color:#30e3ca !important;
    }
    .site-navbar .site-navigation .site-menu > li > a:hover {
        color:#30e3ca !important;
    }
    .site-navbar .site-navigation .site-menu .has-children .dropdown {
        border-top: 2px solid #30e3ca !important;
    }
    .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
        color:#30e3ca !important;
    }
    .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color:#30e3ca !important;
    }
    .site-mobile-menu .site-nav-wrap a:hover {
        color:#30e3ca !important;
    }
    .site-mobile-menu .site-nav-wrap li.active > a {
        color:#30e3ca !important;
    }
    .site-block-tab .nav-item > a:hover, .site-block-tab .nav-item > a.active {
        border-bottom: 2px solid #30e3ca !important;
    }

    /**
     * End site primary color
     */

    /**
     * Start menu header background color
     */
    .customization-header-background-color {
        background-color:#fff !important;
    }
    /**
     * End menu header background color
     */

    /**
     * Start menu header font color
     */
    .customization-header-font-color {
        color:#000 !important;
    }
    .site-navbar .site-navigation .site-menu > li > a {
        color:#000 !important;
    }
    /**
     * End menu header font color
     */

    /**
     * Start footer background color
     */
    .site-footer {
        background: #333333 !important;
    }
    /**
     * End footer background color
     */

    /**
     * Start footer font color
     */
    .site-footer .footer-heading {
        color: #fff !important;
    }
    .site-footer p {
        color: #fff !important;
    }
    .site-footer a {
        color: #fff !important;
    }
    .customization-footer-font-color {
        color: #fff !important;
    }
    .site-footer .btn-footer-dropdown {
        background-color: transparent;
        color: #fff;
        border-color: #fff;
    }
    /**
     * End footer font color
     */

    /**
     * Start my style
     */
    .pace {
        -webkit-pointer-events: none;
        pointer-events: none;

        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .pace-inactive {
        display: none;
    }

    .pace .pace-progress {
        background: #30e3ca;
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 100%;
        width: 100%;
        height: 2px;
    }

    address {
        margin-bottom: 0.3rem;
    }

    .review:not(:last-of-type):after {
        content: "•";
        margin: 0px 1px 0px 4px;
    }

    /**
     * Search Box Style
     */
    #search-box-query-icon-div {
        margin-right: 0px !important;
    }

    #search-box-query-icon {
        background-color: #fff !important;
        border-color: #fff !important;
        border-right-color: #e9ecef !important;
    }

    #search_query {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .state-city-invalid-tooltip {
        display: block;
    }
    #multiple-datasets .league-name {
        margin: 0 20px 5px 20px;
        padding: 3px 0;
        border-bottom: 1px solid #ccc;
    }
    #multiple-datasets span.icon {
        z-index: 1000 !important;
    }
    .twitter-typeahead {
        width: 100%;
    }

    .tt-hint {
        color: #999;
    }

    .tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
        text-align: left;
        min-width: 270px;
        margin-top: 12px;
        padding: 8px 0;
        background-color: #fff;
        /*border: 1px solid #ccc;*/
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
        max-height: 230px;
        overflow-y: auto;
        z-index: 1000 !important;
    }

    .tt-suggestion {
        padding: 3px 20px;
        font-size: 1rem;
        line-height: 24px;
    }

    .tt-suggestion.tt-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

    /**
     * error message tool tip box
     */
    .invalid-tooltip {
        display: block !important;
    }
    .invalid-tooltip-side-search-query {
        top: auto !important;
    }

    address a {
        color:#4d4d4d;
    }

    .address a {
        color: #ffffff;
    }

    #logout-form {
        display: none;
    }

    .line-height-1-0 {
        line-height: 1.0;
    }

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

    .font-size-13 {
        font-size: 13px;
    }

    .display-none {
        display: none;
    }

    .z-index-1000 {
        z-index: 1000;
    }

    .item-featured-label {
        border-top-left-radius:5px;
        font-size:13px;
        position: relative;
        top: -2%;
    }

    .div-clear {
        width:100px;
        clear:both;
    }

    #menu-mobile-div {
        position: relative;
        top: 3px;
    }

    .site-section img {
        max-width: 100%;
    }

    #mapid-item {
        width: 100%;
        height: 400px;
    }

    #mapid-search {
        width: 100%;
        height: 900px;
    }

    #mapid-box {
        width: 100%;
        position: sticky !important;
    }

    .post-body img {
        max-width: 100%;
    }

    /* Comment Style */
    .media-body-comment-body {
        white-space: pre-wrap;
    }

    .item-cover-title-section {
        font-size: 2.6rem !important;
    }
    .item-cover-title-section-sm-xs {
        font-size: 1.8rem !important;
    }

    .item-cover-address-section {
        color: rgba(255, 255, 255, 0.8) !important;
    }
    .item-cover-address-section-sm-xs {
        font-size: 1.0rem !important;
    }

    .item-cover-contact-section h3 {
        color: #fff;
    }

    .item-cover-contact-section p {
        color: rgba(255, 255, 255, 0.9);
        font-size: 2.0rem;
        line-height: 1.5;
    }

    .item-blocks-cover {
        min-height: 600px !important;
    }

    .item-blocks-cover-sm {
        min-height: 580px !important;
    }

    .site-blocks-cover-sm {
        background-size: auto !important;
    }

    #share-modal {
        z-index: 2000;
    }
    #qrcodeModal {
        z-index: 2000;
    }

    #showCategoriesModal {
        z-index: 2000;
    }

    .overlap-category-sm {
        z-index: 20;
        position: relative;
        background: #fff;
        border-radius: 10px;
    }

    .listing .category {
        padding: 5px 10px !important;
        border-radius: 3px !important;
        margin-bottom: 4px !important;
        color: #4d4d4d;
    }

    .listing .category:hover {
        background:#30e3ca !important;
        color: #ffffff;
    }

    .btn-facebook {
        background-color: #3b5998 !important;
        border-color: #3b5998 !important;
    }

    .btn-twitter {
        background-color: #1da1f2 !important;
        border-color: #1da1f2 !important;
    }

    .btn-linkedin {
        background-color: #007bb5 !important;
        border-color: #007bb5 !important;
    }

    .btn-blogger {
        background-color: #fb8f3d !important;
        border-color: #fb8f3d !important;
    }

    .btn-pinterest {
        background-color: #cb2027 !important;
        border-color: #cb2027 !important;
    }

    .btn-evernote {
        background-color: #2dbe60 !important;
        border-color: #2dbe60 !important;
    }

    .btn-reddit {
        background-color: #ff4500 !important;
        border-color: #ff4500 !important;
    }

    .btn-buffer {
        background-color: #232a30 !important;
        border-color: #232a30 !important;
    }

    .btn-wordpress {
        background-color: #0b6086 !important;
        border-color: #0b6086 !important;
    }

    .btn-weibo {
        background-color: #df2029 !important;
        border-color: #df2029 !important;
    }

    .btn-skype {
        background-color: #00aff0 !important;
        border-color: #00aff0 !important;
    }

    .btn-telegram {
        background-color: #0088cc !important;
        border-color: #0088cc !important;
    }

    .btn-viber {
        background-color: #665CAC !important;
        border-color: #665CAC !important;
    }

    .btn-whatsapp {
        background-color: #25d366 !important;
        border-color: #25d366 !important;
    }

    .btn-wechat {
        background-color: #7BB32E !important;
        border-color: #7BB32E !important;
    }

    .btn-line {
        background-color: #00B900 !important;
        border-color: #00B900 !important;
    }

    .btn-google {
        background-color: #ea4335 !important;
        border-color: #ea4335 !important;
    }

    .btn-github {
        background-color: #24292e !important;
        border-color: #24292e !important;
    }

    /**
     * iframe style for youtube background
     */

    /* optional css fade in animation */
    iframe {
        transition: opacity 500ms ease-in-out;
        transition-delay: 250ms;
    }

    /* item rating summary style */
    #review_summary {
        text-align: center;
        padding: 32px 10px;
        -webkit-border-radius: 3px 3px 3px 0;
        -moz-border-radius: 3px 3px 3px 0;
        -ms-border-radius: 3px 3px 3px 0;
        border-radius: 3px 3px 3px 0;
    }
    #review_summary strong {
        font-size: 2.625rem;
        display: block;
        line-height: 1;
    }
    #item-rating-sort-by-form {
        display: inline-block !important;
    }
    /* google map style */
    #mapid-item img {
        max-width: none !important;
    }
    #mapid-box img {
        max-width: none !important;
    }
    #mapid-search img {
        max-width: none !important;
    }

    .site-footer .dropdown-menu a {
        color: #212529 !important;
    }
    .site-footer .dropdown-menu a:hover {
        color: #999 !important;
    }
    .listings-filter-box {
        box-shadow: 0 2px 20px -2px rgba(0,0,0,.1);
    }
    .bootstrap-select .dropdown-menu {
        z-index: 1021;
    }

    @media (max-width: 400px) {
    .site-footer .dropdown-menu {
        max-height:250px;
        overflow-y:auto;
        }
    }
    @media (min-width: 400px) {
        .site-footer .dropdown-menu {
            max-height:400px;
            overflow-y:auto;
        }
    }
    .add-favorite-icon:hover {
        color: #f23a2e;
    }
    .sptv-img {
        width: 30px !important;
    }
    /**
     * End my style
     */


.form-field-tiny {
    height: 35px;
    font-size: 0.730rem;
    margin: 0px;
}

.search-box-page {
    width:70%;
    
}
main.padding-top {
	padding-top: 40px;
}
.section {
	margin-bottom: 70px;
}
.section-title {
	font-size: 26px;
	margin: 0;
	margin-bottom: 45px;
	position: relative;
	text-align: center;
}
.section-title:after {
	content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #f21e4e;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 40px;
}
.form-field-tiny {
    height: 35px;
    font-size: 0.730rem;
    margin: 0px;
}
.logo-text {
    font-size: 0.999rem;
}
.search-results-header {
    font-family: var(--font-family), sans-serif;
    font-weight: var(--font-weight2);
    font-size: 0.9rem;
    margin: 0px;
    color: var(--text-primary);
    
}
.search-results {
    font-family: var(--font-family), sans-serif;
    font-weight: var(--font-weight);
    font-size: 0.9rem;
    margin: 0px;
    color: var(--text-primary);
    
}
@media (max-width: 576px){
.container, .container-sm {max-width: 480px;width:100%;}
.header-fixed.fixed a.logo {margin-left: -20px;}
.header-search.open .header-search-form  .form-field {width: 75%;}
}


@media (max-width: 480px){
.container, .container-sm {max-width: 320px;width:100%;}
.header-fixed.fixed a.logo {margin-left: -20px;}
.header-search.open .header-search-form  .form-field {width: 100%;}
.header-search.open .header-search-form .form-field.search_shows_div {width: 100%;}
}