/* --------------------------------------------------------------------------
 * Indonez      : Enix - HTML Template
 *
 * file         : style.css
 * Version 		  : 1.0
 * Author       : indonez - team
 * Author URI   : http://indonez.com
 *
 * Indonez Copyright 2015 All Rights Reserved.
 * -------------------------------------------------------------------------- */
/*@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400");*/
/*@import url("http://fonts.googleapis.com/css?family=Roboto:300,900");*/
/*@import url("http://fonts.googleapis.com/css?family=Goudy+Bookletter+1911");*/

/* ------------------------------------------------------------------

   	[Table of contents]
   	1. element
	   	1.1. global
	   	1.2. typhography
	   	1.3. button
	   	1.4. form
	   	1.5. table
	   	1.6. isotope
	   	1.7. promo-box
	   	1.8. box icon
	   	1.9. panel
	   	1.10. alert
	   	1.11. tab and accordion
	   	1.12. pricing table
	   	1.13. progress bar
	   	1.14. portfolio
	   	1.15. testimonials
	   	1.16. team
	   	1.17. widget
	   	1.18. header
	   	1.19. slideshow
	   	1.20. blog
	   	1.21. pagination
	   	1.22. page header
	   	1.23. parallax
	   	1.24. scroll up
   	2. pages
   		1.1. index.html - Home 1
   		1.2. index-version2.html - Home 2
   		1.3. index-version3.html - Home 3
		1.4. services.html
		1.5. about.html
		1.6. contact.html
   	3. footer
	4. responsive component

------------------------------------------------------------------ */

/* [ global ] */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline
}

body {
    background-color: #6d6d6d;
    color: #939292;
    padding: 0;
    margin: 0;
    /*font: 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font: 16px/1.5 "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 28px;
    position: relative;
    z-index: 0;
    cursor: default;
    overflow-x: hidden;
    height: auto;
}

a {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

a:hover {
    color: #608CB0;
}

::selection {
    background: #608CB0;
    color: #fff;
}

::-moz-selection {
    background: #608CB0;
    color: #fff;
}

h3.title {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
    font-family: Roboto;
}

.mail-text {
    padding-top: 20px;
    text-align: justify;
    text-wrap: normal;
}

.mail-text .big-txt {
    font-size: 32px;
    /*font-weight: bold;*/
}

.mail-text .center {
    text-align: center;
}

.mail-text li {
    font-size: 85%;
}

.mail-text li strong {
    font-size: 120%;
}

.mail-text li.norm {
    font-size: 95%;
}

.post-text {
    margin: 1rem;
    border-top: 1px solid #ccc;
    line-height: 2.5;
}

.post-text a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    background: var(--st-button-color);
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 9px 16px 11px 16px;
    font-size: 14px;
    color: #fff;
    line-height: 1.42857;
}

.row {
    /*max-width: 1118px !important;*/
    max-width: 1270px !important;
}

.container, .container-fluid {
    padding: 2rem 0;
    overflow: hidden;
}

.container-page {
    padding: 2rem 0;
}

.type-table .row,
.subject-table .row {
    margin: 0;
}

.type-table .row .form-group,
.subject-table .row .form-group {
    margin: 0;
}

.type-table span.select2,
.type-table select,
.type-table input,
.subject-table select,
.subject-table input {
    font-size: 12px;
    padding: 7px 7px;
    height: auto;
    margin-top: 10px;
}

span.select2-selection {
    /*padding: 15px 125px 15px 3px;*/
    cursor: pointer;
    position: relative;
    display: block;
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23000' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: auto;
    background-size: 10px 6px;
    padding-right: 2rem;
}

button.select2-selection__clear {
    z-index: 200;
    position: absolute;
    right: -5px;
    top: -3px;
}

.select2-dropdown.select2-dropdown--above,
.select2-dropdown.select2-dropdown--below {
    background-color: #FAFAFA;
    width: 100% !important;
    /* position: relative; */
    display: inline-block;
    /* width: 100%; */
    border: 3px double #DCDCDC;
    border-radius: 10px;
    padding: 5px;
}

.select2-dropdown .select2-results__options {
    height: 400px;
    overflow-y: auto;
}

.select2-search__field {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #CCC;
    font-size: 12px;
    padding: 0 5px;

}

.select2-results {
    font-size: 12px;
    color: #939292;
}

.select2-results ul li:hover {
    background-color: #e0dfdf;
}

.select2-selection__placeholder {
    font-size: 14px;
    margin-left: 35px;
    color: #CCC;
}

.select2-container--open {
    width: 43%;
}

.select2icon {
    top: 10px;
}

.type-table .addon-right button,
.subject-table .addon-right button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 300;
}

.type-table .addon-right .input-group-icon,
.subject-table .addon-right .input-group-icon {
    right: 11px;
    top: 4px;
}

.type-table .highlight,
.subject-table .highlight {
    background-color: #d6ffea;
    color: var(--st-button-color);
    padding: 0;
}

.accordion-button {
    background-color: #F4F4F4;
    color: var(--c-dk-grey);
    border-bottom: 2px solid #FFF;
    font-size: 12px !important;
    padding: 5px;
    cursor: pointer;
}

.accordion-button:not(.collapsed) {
    background-color: var(--c-dk-blue);
    color: #FFF;
    font-weight: bold;
    border-radius: 6px;
    border: 1px solid #c6d8ee;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    color: white !important;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(1);
}

.accordion-button {
    border-radius: 9px;
    border: 1px solid var(--c-dk-grey);
    border-bottom: 2px solid var(--c-dk-blue);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
}

.accordion-body label span {
    font-weight: normal;
}

.acc-cnt {
    color: #aab8e2;
    font-weight: normal;
    margin-left: 20px;
}

.accordion-notactive {
    font-weight: bold;
    color: var(--c-blue);
}

.add-file-container {
    border: 1px solid var(--c-blue, #007bff);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 2px 1px rgba(0, 111, 255, 0.2);
    background-color: rgba(0, 60, 38, 0.1);
}

#main-container {
    min-width: 1280px;
    height: auto;
    background: #fff;
    *zoom: 1;
}

#main-container:before, #main-container:after {
    content: " ";
    display: table;
}

#main-container:after {
    clear: both;
}

#main-container.box {
    max-width: 1180px;
    height: auto !important;
    position: relative;
    margin: 20px auto;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#main-container.box #me-header,
#main-container.box .header-info-container {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#main-container.box #me-footer {
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.fs-13 {
    font-size: 13px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

p {
    font-size: 13px;
    margin: auto auto 1.5em;
    text-align: justify
}

.me-animate {
    opacity: 0;
}

.container-border {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.container-gray {
    background: var(--c-ult-grey);
}

.container-dark {
    background: #3a3a3a;
}

.parallax {
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover !important;
    background-attachment: fixed !important;
    position: relative;
}

.parallax .parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.content-image-right {
    padding-top: 70px;
    padding-bottom: 30px;
}

.circle-separator {
    text-align: center;
    font-size: 28px;
    color: #c9c9c9;
    background: #e0e0e0;
    height: 1px;
    margin: 45px 0;
}

.circle-separator i {
    background: var(--c-ult-grey);
    border: 1px solid #e0e0e0;
    height: 60px;
    width: 60px;
    position: relative;
    top: -31px;
    line-height: 60px;
    display: inline-block;
    padding-left: 1px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.social-list li {
    display: inline;
}

.social-list li:last-child {
    margin-right: 0;
}

.social-list a {
    color: inherit;
    height: 32px;
    width: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.c-dk-blue {
    color: var(--c-dk-blue);
}

.c-blue {
    color: var(--c-blue);
}

.c-lt-blue {
    color: var(--c-lt-blue);
}

.c-udk-grey {
    color: var(--c-udk-grey);
}

.c-dk-grey {
    color: var(--c-dk-grey);
}

.c-grey {
    color: var(--c-grey);
}

.c-lt-grey {
    color: var(--c-lt-grey);
}

.c-ult-grey {
    color: var(--c-ult-grey);
}

.bg-dk-blue {
    background-color: var(--c-dk-blue) !important;
}

.bgc-blue {
    background-color: var(--c-blue) !important;
}

.bg-lt-blue {
    background-color: var(--c-lt-blue) !important;
}

.bg-udk-grey {
    background-color: var(--c-udk-grey) !important;
}

.bg-dk-grey {
    background-color: var(--c-dk-grey) !important;
}

.bg-grey {
    background-color: var(--c-grey) !important;
}

.bg-lt-grey {
    background-color: var(--c-lt-grey) !important;
}

.bg-ult-grey {
    background-color: var(--c-ult-grey) !important;
}

.bg-primary {
    background-color: rgba(var(--tz-primary-rgb), 1) !important;
}

.bg-secondary {
    background-color: rgba(var(--tz-secondary-rgb), 1) !important;
}

.bg-success {
    background-color: rgba(var(--tz-success-rgb), 1) !important;
}

.bg-info {
    background-color: rgba(var(--tz-info-rgb), 1) !important;
}

.bg-warning {
    background-color: rgba(var(--tz-warning-rgb), 1) !important;
}

.bg-danger {
    background-color: rgba(var(--tz-danger-rgb), 1) !important;
}

.bg-purple {
    background-color: rgba(var(--tz-purple-rgb), 1) !important;
}

.bg-pink {
    background-color: rgba(var(--tz-pink-rgb), 1) !important;
}

.bg-dark {
    background-color: rgba(var(--tz-dark-rgb), 1) !important;
}

.bg-black {
    background-color: rgba(var(--tz-black-rgb), 1) !important;
}

.bg-white {
    background-color: rgba(var(--tz-white-rgb), 1) !important;
}

.social-list.social-bg a:hover i {
    background-color: #fff;
}

.facebook-color:hover {
    color: #3b5998 !important;
}

.twitter-color:hover {
    color: #33ccff !important;
}

.pinterest-color:hover {
    color: #c92619 !important;
}

.dribbble-color:hover {
    color: #EA4C89 !important;
}

.googleplus-color:hover {
    color: #DD4B39 !important;
}

.linkedin-color:hover {
    color: #006699 !important;
}

.instagram-color:hover {
    color: #9c7c6e !important;
}

.stumbleupon-color:hover {
    color: #e64011 !important;
}

.mail-color:hover {
    color: #578ad6 !important;
}

.rss-color:hover {
    color: #f26109 !important;
}

.facebook-bgcolor:hover {
    background: #3b5998 !important;
}

.twitter-bgcolor:hover {
    background: #33ccff !important;
}

.pinterest-bgcolor:hover {
    background: #c92619 !important;
}

.dribbble-bgcolor:hover {
    background: #EA4C89 !important;
}

.googleplus-bgcolor:hover {
    background: #DD4B39 !important;
}

.linkedin-bgcolor:hover {
    background: #006699 !important;
}

.instagram-bgcolor:hover {
    background: #9c7c6e !important;
}

.stumbleupon-bgcolor:hover {
    background: #e64011 !important;
}

.mail-bgcolor:hover {
    background: #578ad6 !important;
}

.rss-bgcolor:hover {
    background: #f26109 !important;
}

pre {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

p.works {
    white-space: pre-wrap;
}

/*pre.works {*/
/*    border: none;*/
/*    padding: 0;*/
/*  margin: 0;*/
/*  font-size: inherit;*/
/*  line-height: inherit;*/
/*  word-break: normal;*/
/*  word-wrap: normal;*/
/*  background-color: transparent;*/
/*  background: none;*/
/*  font-family: Roboto;*/
/*  color: inherit;*/
/*}*/

hr {
    background: #eaeaea;
}

.panel-a {
    margin: 1.5rem .2rem !important;
    border-bottom: 1px solid var(--c-lt-grey);
    padding: 0.5rem;
}

.panel-b {
    border-bottom: 1px solid var(--c-lt-grey);
    padding: 0.5rem;
}

.br-2 {
    border-right: 2px solid var(--c-lt-grey);
}

.panel-c {
    border-top: 2px solid var(--c-lt-blue);
    border-bottom: 2px solid var(--c-lt-blue);
    padding: 1rem;
}

.debug-mode {
    position: relative;
    /*padding: 5px;*/
}

.debug-mode > div,
.debug-mode > section {
    border: 3px solid red;
    opacity: 0.7;
}

.debug-mode > span.debmod {
    background-color: darkred;
    color: white;
    font-weight: bolder;
    font-size: 80%;
    padding: 5px;
    position: relative;
    z-index: 10;
    border-radius: 5px;
    top: 33px;
    opacity: 0.7;
}

b {
    font-weight: bold;
}

.img-radius-top {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.image-container {
    position: relative;
    border: 1px solid #ccc;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 4px 3px 7px #e9e9e9;
    cursor: pointer;
}

.image-number {
    position: absolute;
    top: 15px;
    left: 15px;
    font-weight: bolder;
    color: var(--c-blue);
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 5px;
    border: 1px solid #e1e1e1;
    background: var(--c-ult-grey);
    border-radius: 5px;
    min-width: 30px;
}

.fs-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0; /* Початково приховано */
    transition: opacity 0.3s ease-in-out; /* Плавний перехід */
}

.fs-image {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out; /* Анімація масштабу */
}

.fs-container.show .fs-image {
    transform: scale(1);
}


.fade {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.show {
    opacity: 1;
}

/* [ typhography ] */
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: var(--c-dk-blue);
    letter-spacing: -0.5px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 11px;
}

h1.heading-light {
    font-size: 48px;
}

h2.heading-light {
    font-size: 36px;
}

h3.heading-light {
    font-size: 28px;
}

h4.heading-light {
    font-size: 26px;
}

h5.heading-light {
    font-size: 18px;
}

h6.heading-light {
    font-size: 13px;
}

.lh-1 {
    line-height: 1.0;
}

.lh-11 {
    line-height: 1.1;
}

.lh-12 {
    line-height: 1.2;
}

.lh-13 {
    line-height: 1.3;
}

.lh-14 {
    line-height: 1.4;
}

.lh-15 {
    line-height: 1.5;
}

.heading-light {
    color: #2f2f2f;
    font-weight: 300;
    margin-bottom: 10px;
}

.heading-title {
    display: block;
}

.heading-title:after {
    content: "";
    width: 30px;
    height: 4px;
    background: #eaeaea;
    display: block;
    margin-top: 10px;
}

.text-italic {
    font-style: italic;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-strong {
    font-weight: bold;
}

.text-white {
    color: #fff;
}

.text-color {
    color: var(--st-button-color);
}

.inline-list li {
    display: inline;
}

.icon-margin {
    margin-right: 7px;
    position: relative;
}

p.lead {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #2f2f2f;
    margin-bottom: 27px;
}

p.lead-half {
    font-size: 20px;
    font-weight: 300;
}

.highlight {
    padding: 2px 5px 3px 5px;
    background: var(--st-button-color);
    color: #fff;
    vertical-align: baseline;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.dropcap {
    text-align: center;
    font-size: 46px;
    color: var(--c-dk-grey);
    float: left;
    margin: 14px 17px 12px 0;
    padding: 0;
}

.dropcap.circle, .dropcap.square {
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 38px;
    line-height: 48px;
    margin: 8px 12px 0 0;
    background: var(--st-button-color);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.dropcap.circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

blockquote {
    font-family: "Goudy Bookletter 1911", serif;
    font-size: 24px;
    color: #b0b0b0;
    line-height: 30px;
    padding: 0;
    font-style: italic;
    margin-bottom: 28px;
}

blockquote:before {
    display: none;
}

blockquote cite {
    font-family: "PT Serif", sans-serif;
    font-size: 16px;
    color: #393939;
    font-style: normal;
}

blockquote cite:before {
    width: 14px;
    height: 1px;
    background: #393939;
    top: -moz-calc(50% + 1px);
    top: -webkit-calc(50% + 1px);
    top: calc(50% + 1px);
}

blockquote cite span {
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    font-style: normal;
    color: #fff;
    background: var(--st-button-color);
    padding: 4px 11px 5px;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.rob20l {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: lighter;
}

.rob16n {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.rob14n {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.rob12n {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.me-list li:before {
    margin-right: 10px;
}

.no-arrow::before {
    content: none !important;
}

.me-list a:hover {
    color: #608CB0;
}

.badge {
    color: #fff;
    font-size: 11px;
    background: var(--st-button-color);
    padding: 5px 9px;
    margin-left: 6px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.badge-dl-success {
    background-color: inherit !important;
    color: rgba(var(--tz-success-rgb), 1);
    border: none;
    border-bottom: 1px solid rgba(var(--tz-success-rgb), 1);
}

.badge-dl-info {
    background-color: inherit !important;
    color: rgba(var(--tz-info-rgb), 1);
    border: none;
    border-bottom: 1px solid rgba(var(--tz-info-rgb), 1);
}

.badge-dl-primary {
    background-color: inherit !important;
    color: rgba(var(--tz-primary-rgb), 1);
    border: none;
    border-bottom: 1px solid rgba(var(--tz-primary-rgb), 1);
}

.badge-dl-danger {
    background-color: inherit !important;
    color: rgba(var(--tz-danger-rgb), 1);
    border: none;
    border-bottom: 1px solid rgba(var(--tz-danger-rgb), 1);
}


.badge-bs,
.badge-bs-1,
.badge-bs-2,
.badge-bs-3,
.badge-bs-4 {
    position: absolute;
    top: 0;
    right: -2.9rem;
    padding: 0.25em 0.45em;
    font-size: 0.7em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    transform: translate(-50%, -50%);
}

.badge-bs-1 {
    right: -1.4rem;
}

.badge-bs-2 {
    right: -2.0rem;
}

.badge-bs-3 {
    right: -2.4rem;
}

.rounded-pill {
    border-radius: 10rem;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.top-0 {
    top: 0;
}

.start-100 {
    left: 100%;
}

.translate-middle {
    transform: translate(-50%, -50%);
}

.slideshow .tp-bannertimer {
    z-index: 95 !important;
}

/* [ button ] */
.button {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    /*font-weight: 700;*/
    background: var(--st-button-color);
}

.button.small {
    font-size: 13px;
    /*font-weight: 700;*/
    padding: 2px 10px 4px 10px;
    border-width: 1px;
}

.button.small:hover {
    border-width: 1px;
}

.button:hover, .button:focus {
    background: #5284ad;
}

.button.half-block {
    /*padding: 12px 47px 13px;*/
    padding: 8px 30px;
}

.button i {
    font-weight: bold;
}

.button.button-border {
    color: var(--st-button-color);
    border-color: var(--st-button-color);
}

.button.button-border:hover {
    background: #608CB0;
    border-color: #608CB0;
}

.button.button-link {
    color: var(--st-button-color);
}

.button.button-link:hover {
    color: #608CB0;
}

.button.button-icon-right .button-icon, .button.button-icon-left .button-icon {
    background: #1285c1;
}

.button.button-icon-right:hover .button-icon, .button.button-icon-left:hover .button-icon {
    background: #608CB0;
}

.button.large.half-block {
    padding: 21px 103px 22px;
}

.button.btn-lg {
    font-size: 1.2rem;
    text-transform: uppercase
}

.button.btn-lg i {
    font-size: 1.4rem;
}

.button.darkred {
    border-color: #90261F !important;
    background-color: #90261F;
    color: #FFF !important;
}

.button.darkred:hover {
    background-color: #d77f7b !important;
}

.btn-sm {
    padding: 2px 50px !important;
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}


.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--c-blue);
}

.card .order-card {
    position: absolute;
    top: -16px;
    right: 16px;
    background-color: #FFF;
    padding: 0 16px;
    color: #002147;
    /*font-weight: bold;*/
}

.icon-large {
    font-size: 18px;
}

.icon-xlarge {
    font-size: 22px;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.375rem !important;
}

.m-2 {
    margin: 0.75rem !important;
}

.m-3 {
    margin: 1.5rem !important;
}

.m-4 {
    margin: 2.25rem !important;
}

.m-5 {
    margin: 4.5rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
}

.mx-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
}

.mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
}

.mx-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
}

.my-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

.my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
}

.my-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.375rem !important;
}

.mt-2 {
    margin-top: 0.75rem !important;
}

.mt-3 {
    margin-top: 1.5rem !important;
}

.mt-4 {
    margin-top: 2.25rem !important;
}

.mt-5 {
    margin-top: 4.5rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.375rem !important;
}

.me-2 {
    margin-right: 0.75rem !important;
}

.me-3 {
    margin-right: 1.5rem !important;
}

.me-4 {
    margin-right: 2.25rem !important;
}

.me-5 {
    margin-right: 4.5rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.375rem !important;
}

.mb-2 {
    margin-bottom: 0.75rem !important;
}

.mb-3 {
    margin-bottom: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 2.25rem !important;
}

.mb-5 {
    margin-bottom: 4.5rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.375rem !important;
}

.ms-2 {
    margin-left: 0.75rem !important;
}

.ms-3 {
    margin-left: 1.5rem !important;
}

.ms-4 {
    margin-left: 2.25rem !important;
}

.ms-5 {
    margin-left: 4.5rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.m-n1 {
    margin: -0.375rem !important;
}

.m-n2 {
    margin: -0.75rem !important;
}

.m-n3 {
    margin: -1.5rem !important;
}

.m-n4 {
    margin: -2.25rem !important;
}

.m-n5 {
    margin: -4.5rem !important;
}

.mx-n1 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
}

.mx-n2 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
}

.mx-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}

.mx-n4 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
}

.mx-n5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
}

.my-n1 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
}

.my-n2 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
}

.my-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.my-n4 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
}

.my-n5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
}

.mt-n1 {
    margin-top: -0.375rem !important;
}

.mt-n2 {
    margin-top: -0.75rem !important;
}

.mt-n3 {
    margin-top: -1.5rem !important;
}

.mt-n4 {
    margin-top: -2.25rem !important;
}

.mt-n5 {
    margin-top: -4.5rem !important;
}

.me-n1 {
    margin-right: -0.375rem !important;
}

.me-n2 {
    margin-right: -0.75rem !important;
}

.me-n3 {
    margin-right: -1.5rem !important;
}

.me-n4 {
    margin-right: -2.25rem !important;
}

.me-n5 {
    margin-right: -4.5rem !important;
}

.mb-n1 {
    margin-bottom: -0.375rem !important;
}

.mb-n2 {
    margin-bottom: -0.75rem !important;
}

.mb-n3 {
    margin-bottom: -1.5rem !important;
}

.mb-n4 {
    margin-bottom: -2.25rem !important;
}

.mb-n5 {
    margin-bottom: -4.5rem !important;
}

.ms-n1 {
    margin-left: -0.375rem !important;
}

.ms-n2 {
    margin-left: -0.75rem !important;
}

.ms-n3 {
    margin-left: -1.5rem !important;
}

.ms-n4 {
    margin-left: -2.25rem !important;
}

.ms-n5 {
    margin-left: -4.5rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.375rem !important;
}

.p-2 {
    padding: 0.75rem !important;
}

.p-3 {
    padding: 1.5rem !important;
}

.p-4 {
    padding: 2.25rem !important;
}

.p-5 {
    padding: 4.5rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
}

.px-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}

.px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
}

.px-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
}

.py-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
}

.py-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.375rem !important;
}

.pt-2 {
    padding-top: 0.75rem !important;
}

.pt-3 {
    padding-top: 1.5rem !important;
}

.pt-4 {
    padding-top: 2.25rem !important;
}

.pt-5 {
    padding-top: 4.5rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.375rem !important;
}

.pe-2 {
    padding-right: 0.75rem !important;
}

.pe-3 {
    padding-right: 1.5rem !important;
}

.pe-4 {
    padding-right: 2.25rem !important;
}

.pe-5 {
    padding-right: 4.5rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.375rem !important;
}

.pb-2 {
    padding-bottom: 0.75rem !important;
}

.pb-3 {
    padding-bottom: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 2.25rem !important;
}

.pb-5 {
    padding-bottom: 4.5rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.375rem !important;
}

.ps-2 {
    padding-left: 0.75rem !important;
}

.ps-3 {
    padding-left: 1.5rem !important;
}

.ps-4 {
    padding-left: 2.25rem !important;
}

.ps-5 {
    padding-left: 4.5rem !important;
}


/* [ form ] */
.invalid-feedback {
    /*display: none;      Mistake!! */
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: #d03f3f;
}

.invalid-feedback.cab {
    padding: 0 1rem;
    font-weight: bold;
}

form .bad .form-label {
    color: red;
}

form .bad > select,
form .bad > .input-group input {
    border-color: red;
}

fieldset {
    border: 4px solid #e9e9e9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.type-table span.select2,
.form-control {
    border: 2px solid #dcdcdc;
    font-size: 14px;
    background: #fafafa;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.select-link.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23000' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 10px 6px;
    padding-right: 2rem;
}

.type-table span.select2 {
    font-size: 12px;
    width: 100% !important;
}

.form-control.mod {
    border: 1px solid #dcdcdc;
    font-size: 12px;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group {
    margin-bottom: 28px;
}

.bad .form-control,
.bad .select2 {
    border-color: #d03f3f !important;
}

.form_error {
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    max-height: 500px;
    opacity: 1;
    margin-bottom: 1rem;
}

/* Class for Smooth Fade */
.form_error.collapsed {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
    pointer-events: none;
}

.w-1 {
    width: 1% !important;
}

.w-2 {
    width: 2% !important;
}

.w-5 {
    width: 5% !important;
}

.w-8 {
    width: 8% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.icon180 {
    font-size: 180%;
    cursor: pointer;
}

.icon150 {
    font-size: 150%;
    cursor: pointer;
}

.icon130 {
    font-size: 130%;
    cursor: pointer;
}

.color-red {
    color: #df0034;
}

.color-pink {
    color: #cd00ea;
}

.color-orange {
    color: #ea8f00;
}

/* [ table ] */
table td {
    color: var(--c-dk-grey);
}

.table {
    margin-bottom: 28px;
}

.table th {
    color: #fff;
    background: var(--st-button-color);
    text-align: center;
}

.table td {
    /*background-color: var(--c-ult-grey);*/
    background-color: #eaf3fd;
}

.table th,
.table td {
    border-right: 1px solid #a7b7b8;
}

.table tr.odd td {
    background-color: #edfdf9;
}

.table tr:hover td {
    background-color: #e8e8e8;
}

.table td.new_letter {
    color: var(--c-dk-blue);
    font-weight: bold;
}

.table.post-table {
    font-size: 13px;
    font-family: Roboto;
}

.table.post-table th {
    padding: 1px 12px;
}

.table.center tr th,
.table.center tr td {
    vertical-align: middle;
}

.table.cabinet tr th,
.table.cabinet tr td {
    vertical-align: middle;
    font-family: Roboto;
    font-size: 13px;
    padding: 2px;
}

.table.cabinet tr th {
    text-align: center;
}

.table.cabinet tr td {
    color: var(--c-dk-blue);
    padding: 0em 10px;
}


.table.cabsmall th {
    color: var(--c-dk-blue);
    background: var(--c-lt-blue-grey);
}

.table.cabsmall tr th,
.table.cabsmall tr td {
    vertical-align: middle;
    font-family: Roboto;
    font-size: 13px;
    padding: 0 0.8rem;
}

.table.cabsmall tr th {
    text-align: center;
}

.table th em {
    font-size: 120%;
    color: red;
}

.resp-tab-cab {
    padding: 5px;
    display: block;
}


.tooltip-inner {
    color: #FFF;
    background-color: var(--c-dk-grey);
    padding: 5px 10px;
    border-radius: 5px;
}

.popover-body {
    font-size: 14px;
}

/* [ isotope ] */
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* [ promo-box ] */
.promo-box {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.promo-box.no-border {
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.promo-box.no-border:before {
    display: none;
}

.promo-button {
    margin: 9px 0 -7px 0;
}

/* [ box icon ] */
.me-box-icon .icon-container {
    margin-bottom: 35px;
}

.me-box-icon.left .icon-container {
    margin-top: 0;
}

.me-box-icon.left .text-container {
    margin-left: 54px;
}

.me-box-icon.left .title-box {
    margin-bottom: 10px;
}

.me-box-icon.right .text-container {
    margin-right: 54px;
}

.me-box-icon.left-block {
    text-align: left;
}

.me-box-icon.left-block .icon-shape, .me-box-icon.left-block .text-shape {
    margin: 0;
}

.me-box-icon p:last-child {
    margin-bottom: 0;
}

.me-box-icon.left .text-container {
    margin-left: 86px;
}

.me-box-icon.right .text-container {
    margin-right: 86px;
}

.icon-shape,
.text-shape {
    width: 64px;
    height: 64px;
    text-align: left;
}

.icon-shape i, .icon-shape span,
.text-shape i,
.text-shape span {
    color: var(--st-button-color);
    line-height: 64px;
    font-size: 64px;
}

.icon-shape span,
.text-shape span {
    font-family: "Roboto", sans-serif;
}

.icon-shape.circle, .icon-shape.square, .icon-shape.radius,
.text-shape.circle,
.text-shape.square,
.text-shape.radius {
    background: var(--st-button-color);
    text-align: center;
}

.icon-shape.circle i,
.icon-shape.circle span,
.icon-shape.square i,
.icon-shape.square span,
.icon-shape.radius i,
.icon-shape.radius span,
.text-shape.circle i,
.text-shape.circle span,
.text-shape.square i,
.text-shape.square span,
.text-shape.radius i,
.text-shape.radius span {
    font-size: 36px;
    line-height: 64px;
}

.icon-shape.stroke,
.text-shape.stroke {
    border: 2px solid var(--st-button-color);
    background: transparent;
}

.icon-shape.stroke i, .icon-shape.stroke span,
.text-shape.stroke i,
.text-shape.stroke span {
    color: var(--st-button-color);
    line-height: 60px;
}

.icon-shape.radius,
.text-shape.radius {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.text-shape {
    text-align: center;
}

/* [ skbox icon ] */
.skbox-icon {
    width: 100%;
}

.skbox-icon .icon-container {
    margin-bottom: 35px;
}

.skbox-icon.left .icon-container {
    margin-top: 0;
    float: left;
    margin: 6px 0 0 2px;
    margin-top: 6px;
}

.skbox-icon.left .text-container {
    margin-left: 54px;
}

.skbox-icon.left .title-box {
    margin-bottom: 10px;
}

.skbox-icon.right .text-container {
    margin-right: 54px;
}

.skbox-icon.left-block {
    text-align: left;
}

.skbox-icon.left-block .icon-shape,
.skbox-icon.left-block .text-shape {
    margin: 0;
}

.skbox-icon p:last-child {
    margin-bottom: 0;
}

.skbox-icon.left .text-container {
    margin: 0;
}

.skbox-icon.left .text-container p {
    margin: 0 0 1rem;
    text-align: justify;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 100%;
}

.skbox-icon.right .text-container {
    margin: 0;
}

.skbox-icon .icon-shape {
    width: 64px;
    height: 64px;
    text-align: left;
}

.resp-tab-content {
    display: none;
}

.push-1 {
    left: 5%
}

.input-group .form-control {
    border-radius: 7px !important;
}

.input-group button {
    position: absolute;
    left: 56%;
    height: 2.5rem;
}

.input-group button.right {
    right: 12.75rem;
    left: auto;
    border-radius: 5px;
    border-color: transparent;
    top: 1px;
}

.input-group.rt input {
    width: 70% !important;
    margin-left: 5%;
}

.input-group.rt span {
    margin-left: 5%;
}

.me-box-icon.small .icon-shape.circle, .me-box-icon.small .icon-shape.square, .me-box-icon.small .icon-shape.radius,
.me-box-icon.small .text-shape.circle,
.me-box-icon.small .text-shape.square,
.me-box-icon.small .text-shape.radius {
    height: 42px;
    width: 42px;
}

.me-box-icon.small .icon-shape.circle i, .me-box-icon.small .icon-shape.circle span, .me-box-icon.small .icon-shape.square i, .me-box-icon.small .icon-shape.square span, .me-box-icon.small .icon-shape.radius i, .me-box-icon.small .icon-shape.radius span,
.me-box-icon.small .text-shape.circle i,
.me-box-icon.small .text-shape.circle span,
.me-box-icon.small .text-shape.square i,
.me-box-icon.small .text-shape.square span,
.me-box-icon.small .text-shape.radius i,
.me-box-icon.small .text-shape.radius span {
    font-size: 22px;
    line-height: 42px;
}

.me-box-icon.small i, .me-box-icon.small span {
    line-height: 37px;
    font-size: 37px;
}

.me-box-icon.small.left .text-container {
    margin-left: 60px;
}

.me-box-icon.small.right .text-container {
    margin-right: 60px;
}

.me-box-icon.small.radius {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.me-box-icon.large .icon-shape,
.me-box-icon.large .text-shape {
    height: 84px;
    width: 84px;
}

.me-box-icon.large .icon-shape.circle i, .me-box-icon.large .icon-shape.circle span, .me-box-icon.large .icon-shape.square i, .me-box-icon.large .icon-shape.square span, .me-box-icon.large .icon-shape.radius i, .me-box-icon.large .icon-shape.radius span,
.me-box-icon.large .text-shape.circle i,
.me-box-icon.large .text-shape.circle span,
.me-box-icon.large .text-shape.square i,
.me-box-icon.large .text-shape.square span,
.me-box-icon.large .text-shape.radius i,
.me-box-icon.large .text-shape.radius span {
    font-size: 42px;
}

.me-box-icon.large i, .me-box-icon.large span {
    font-size: 84px;
    line-height: 84px;
}

.me-box-icon.large.left .text-container {
    margin-left: 112px;
}

.me-box-icon.large.right .text-container {
    margin-right: 112px;
}

.me-box-icon.offset-box {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 72px 27px 40px;
}

.me-box-icon.offset-box .icon-shape,
.me-box-icon.offset-box .text-shape {
    border: 10px solid #fff;
}

.me-box-icon.large.offset-box {
    margin-top: 44px;
}

.me-box-icon.large.offset-box .icon-shape,
.me-box-icon.large.offset-box .text-shape {
    height: 104px;
    width: 104px;
    margin-top: -126px;
}

/* [ panel ] */
.me-panel {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 5px 1px 5px;
}

.me-panel * {
    z-index: 2;
    position: relative;
}

.me-panel.fold:before {
    right: 0;
    left: auto;
    border-width: 0 30px 30px 0;
    border-color: #fff #fff #aeaeae #aeaeae;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}

.me-panel .panel-icon {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 1;
}

.me-panel .panel-icon i {
    color: #e4e4e4;
    font-size: 171px;
}

.me-panel.fold {
    background: var(--st-button-color);
}

.me-panel.fold:before {
    border-color: #fff #fff #1178ae #1178ae;
}

.me-panel.fold.blue {
    background: var(--st-button-color);
}

.me-panel.fold.blue:before {
    border-color: #fff #fff #1178ae #1178ae;
}

.me-panel.fold.green {
    background: #87B822;
}

.me-panel.fold.green:before {
    border-color: #fff #fff #618418 #618418;
}

.me-panel.fold.yellow {
    background: #F0C42C;
}

.me-panel.fold.yellow:before {
    border-color: #fff #fff #d0a50f #d0a50f;
}

.me-panel.fold.red {
    background: #E75B4C;
}

.me-panel.fold.red:before {
    border-color: #fff #fff #d92f1d #d92f1d;
}

.me-panel.fold.gray {
    background: #7f8c8d;
}

.me-panel.fold.gray:before {
    border-color: #fff #fff #616d6d #616d6d;
}

/* [ alert ] */
.alert-box {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 1;
    text-align: center;
    /*max-height: 50px;*/
    position: absolute;
    z-index: 50;
    width: 100%;
    font-size: 100%;
}

.alert-box.info {
    background-color: #cce9f2;
    border: 1px solid #86cde3;
    color: #3194b1;
}

.alert-box.success {
    background-color: #8de04e;
    border: 1px solid #b3cda1;
    color: #404a38;
}

.alert-box.warning {
    background-color: #fbf4dd;
    border: 1px solid #d1c9ae;
    color: #978c68;
}

.alert-box.error {
    background-color: #f9d9d9;
    border: 1px solid #e1a1a1;
    color: #b55454;
}

.error {
    border-color: red !important;
    color: red;
}

/* [ tab and accordion ] */
.accordion {
    margin-bottom: 28px !important;
}

h4.resp-accordion, .resp-tabs-list li {
    border-color: #e1e1e1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

h4.resp-accordion i, .resp-tabs-list li i {
    margin-right: 5px;
}

.resp-tabs-left .resp-tabs-list li {
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.resp-tabs-left .resp-tab-content {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

.resp-tabs-right .resp-tabs-list li {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.resp-tabs-right .resp-tab-content {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}

.resp-tabs-top .resp-tabs-list li {
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.resp-tabs-top .resp-tab-content {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

.resp-tabs-bottom .resp-tabs-list li {
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.resp-tabs-bottom .resp-tab-content {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}

.resp-tab-content {
    border-color: #e1e1e1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.resp-tab-content img {
    margin-bottom: 28px;
}

/* [ pricing table ] */
.me-pricing {
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 28px;
    margin-bottom: 28px;
}

.me-pricing.featured-pricing {
    margin-top: 0;
}

.me-pricing.featured-pricing .pricing-price {
    padding: 30px 0;
}

.me-pricing.featured-pricing .pricing-button {
    padding: 30px 0 20px;
}

.me-pricing:hover {
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}

.me-pricing .pricing-title {
    background: var(--st-button-color);
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.me-pricing .pricing-price {
    background: #608CB0;
}

.me-pricing .pricing-button {
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

/* [ progress bar ] */
.progress-bar .progress-content {
    background: var(--st-button-color);
}

.chart-grid li {
    border-right: 1px solid #e1e1e1;
    margin-bottom: -1px;
    padding: 8px 28px 0px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.chart-grid li:nth-child(2), .chart-grid li:last-child {
    border-right: none;
}

.chart-grid li:nth-child(3), .chart-grid li:last-child {
    border-top: 1px solid #e1e1e1;
}

.chart-grid li:hover {
    background: var(--c-ult-grey);
}

.chart-grid .chart-container {
    margin-bottom: 0;
    margin: 28px;
}

.chart-container {
    position: relative;
    text-align: center;
    margin-bottom: 28px;
}

.chart-container p {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 0;
    margin-top: -30px;
    position: absolute;
    height: auto;
    width: 100%;
    top: -moz-calc(50%);
    top: -webkit-calc(50%);
    top: calc(50%);
}

.chart-container .percent {
    margin-top: 16px;
}

.progress-bar,
.progress-bar .progress-meter,
.progress-bar .progress-content {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.progress {
    background-color: #dfdfdf;
    height: 5px !important;
    border-radius: 10px;
    overflow: visible;
    border: none;
    box-shadow: none;
    margin-bottom: 15px;
}

.progress-bar {
    background-color: #2f72a8;
    height: 5px !important;
    border-radius: 10px;
    transition: width 0.4s ease;
    box-shadow: none;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

/* [ portfolio ] */
.portfolio-filter {
    margin-bottom: 54px;
}

.portfolio-filter .button {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    background: transparent;
    color: #888888;
    padding: 3px 9px 4px 9px;
    height: auto;
    margin: 0;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.portfolio-filter .button.selected {
    color: #fff;
    background: var(--st-button-color);
}

.portfolio-filter .button:hover {
    color: #fff;
    background: #608CB0;
}

.portfolio-filter ul {
    margin: 0;
}

.portfolio-filter li:after {
    content: "/\00a0";
    padding: 0 7px 0 16px;
    top: 2px;
    position: relative;
    font-weight: bold;
}

.portfolio-filter li:last-child:after {
    display: none;
}

.portfolio-container {
    position: relative;
    margin: 0 -20px !important;
    *zoom: 1;
}

.portfolio-container:before, .portfolio-container:after {
    content: " ";
    display: table;
}

.portfolio-container:after {
    clear: both;
}

.me-image {
    text-align: center;
    margin-bottom: 28px;
    position: relative;
}

.me-image span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: var(--c-dk-grey);
    font-weight: bold;
}

.me-image p {
    font-size: 14px;
    margin-bottom: 0;
}

.me-image .image-caption:after {
    content: "";
    height: 4px;
    width: 100%;
    background: var(--st-button-color);
    position: relative;
    display: inline-block;
}

.image-content {
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.image-content .img-overlay {
    background: var(--st-button-color);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.image-content .preview,
.image-content .permalink {
    font-size: 16px;
    width: 38px;
    height: 38px;
    background: var(--c-dk-grey);
    color: #fff;
    line-height: 38px;
    top: 100%;
    position: absolute;
    left: -moz-calc(50% - 43px);
    left: -webkit-calc(50% - 43px);
    left: calc(50% - 43px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.image-content .preview:hover,
.image-content .permalink:hover {
    background: #fff;
    color: var(--c-dk-grey);
}

.image-content .permalink {
    margin-left: 48px;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.image-content:hover .img-overlay {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.image-content:hover .preview,
.image-content:hover .permalink {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    top: -moz-calc(50% - 17px);
    top: -webkit-calc(50% - 17px);
    top: calc(50% - 17px);
}

/* [ testimonials ] */
.testimonial-text {
    background: var(--c-ult-grey);
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.testimonial-description span {
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
    padding: 4px 11px 5px;
    background: var(--st-button-color);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* [ team ] */
.me-team {
    background: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 38px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.me-team .team-description {
    padding: 20px;
}

.me-team h4 {
    margin-bottom: 5px;
}

.me-team span {
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    margin-bottom: 14px;
    background: var(--st-button-color);
    padding: 0 8px;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.me-team img {
    margin: -1px -1px 1px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.me-team p {
    margin: 0;
}

.me-team .social-icon {
    margin-bottom: 0;
    line-height: 1;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.me-team .social-icon li {
    top: 100%;
    position: relative;
    margin-right: 5px;
    opacity: 0;
}

.me-team .social-icon li:nth-child(1) {
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.me-team .social-icon li:nth-child(2) {
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}

.me-team .social-icon li:nth-child(3) {
    transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    -webkit-transition: all 0.55s ease-in-out;
}

.me-team .social-icon li:nth-child(4) {
    transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -webkit-transition: all 0.75s ease-in-out;
}

.me-team .social-icon li:nth-child(5) {
    transition: all 0.95s ease-in-out;
    -moz-transition: all 0.95s ease-in-out;
    -webkit-transition: all 0.95s ease-in-out;
}

.me-team .social-icon li:last-child {
    margin-right: 0;
}

.me-team .social-icon li, .me-team .social-icon a {
    display: inline-block;
}

.me-team .social-icon a {
    height: 38px;
    width: 38px;
    background: var(--st-button-color);
    color: #fff;
    line-height: 38px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.me-team .social-icon a:hover {
    background: #608CB0;
}

.me-team .team-container {
    position: relative;
}

.me-team .team-container:hover .overlay-team {
    opacity: 0.5;
}

.me-team .team-container:hover .social-icon li {
    opacity: 1;
    top: -moz-calc(50% - 19px);
    top: -webkit-calc(50% - 19px);
    top: calc(50% - 19px);
}

.me-team .overlay-team {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3b3b3b;
    opacity: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}

/* [ widget ] */
.me-widget .heading-title {
    text-transform: uppercase;
    /*margin-bottom: 20px;*/
}

.widget-panel {
    text-align: center;
}

.widget-panel .social-list {
    margin-bottom: 10px;
}

.widget-panel img {
    margin-bottom: 15px;
}

.widget-category a:hover,
.widget-category li.active a,
.widget-archive a:hover {
    color: #608CB0;
}

.widget-category li.active a {
    font-weight: bold;
}

.widget-category li,
.widget-archive li {
    line-height: 26px;
    font-size: 93%;
}

.widget-category .me-list,
.widget-archive .me-list {
    margin-bottom: 0;
}

.widget-popular ul {
    margin-bottom: 0;
}

.widget-popular li {
    margin-bottom: 30px;
    display: inline-block;
    clear: both;
    width: 100%;
}

.widget-popular li:last-child {
    margin-bottom: 0;
}

.widget-popular img {
    float: left;
    width: 96px;
    height: 80px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widget-popular .popular-description {
    margin-left: 120px;
}

.widget-popular p {
    margin: 0;
}

.widget-popular a {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: var(--st-button-color);
}

.widget-popular a:hover {
    color: #608CB0;
}

.widget-facebook {
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 15px 22px 0 22px;
    float: left;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widget-facebook iframe {
    height: 258px;
    margin: 0 auto;
}

.widget-tag .tag-cloud {
    position: relative;
}

.widget-tag .tag-cloud a {
    color: inherit;
    font-size: 11px;
    padding: 0px 9px 1px 9px;
    border: 1px solid #e1e1e1;
    text-transform: uppercase;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widget-tag .tag-cloud a:hover {
    color: #608CB0;
    border: 1px solid #608CB0;
}

.widget-twitter li {
    list-style: none;
}

.widget-twitter li:last-child .twitter-text {
    margin-bottom: 0;
}

.widget-twitter .tweet_list {
    margin-bottom: 0;
}

.widget-twitter .twitter-text {
    color: #999999;
    background: #efefef;
    padding: 26px 28px 27px;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 22px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widget-twitter .twitter-text p {
    margin-bottom: 0;
}

.widget-twitter .twitter-text a, .widget-twitter .twitter-text .at {
    color: var(--st-button-color);
}

.widget-twitter .twitter-text a:hover, .widget-twitter .twitter-text a:focus, .widget-twitter .twitter-text .at:hover, .widget-twitter .twitter-text .at:focus {
    color: #608CB0;
}

/* [ header ] */
.header-info-container {
    min-height: 45px;
    background: #f5f5f5;
    color: #adadad;
    font-size: 13px;
    padding: 7px 0;
}

.header-info-container a {
    color: #adadad;
}

.header-info-left,
.header-info-right {
    position: relative;
}

.header-info-left {
    float: left;
}

.header-info-right {
    float: right;
}

.header-info-right span {
    float: left;
    margin-right: 25px;
}

.action-header li {
    position: relative;
    margin-right: 18px;
}

.action-header > li:after {
    content: "";
    background: #adadad;
    width: 1px;
    height: 13px;
    position: relative;
    display: inline-block;
    top: 3px;
    margin-left: 20px;
}

.action-header li:last-child:after {
    display: none;
}

.action-header a {
    text-decoration: none;
}

.action-header .dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 2px;
    background: #f5f5f5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    min-width: 150px;
    box-shadow: 2px 2px 5px 0px rgba(0, 33, 71, .3);
    z-index: 1000;

    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.action-header .dropdown-menu li {
    padding: 0 10px;
}

.action-header .dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.fb-del {
    padding: 0.2rem 0.4rem 0.2rem 0.2rem;
    font-size: 13px;
    background-color: transparent !important;
    border: 1px solid #2F72A8;
    color: #2F72A8;
}

.fb-del:hover {
    background-color: #2F72A8 !important;
    color: #FFF;
}

.social-header {
    font-size: 16px;
    float: right;
}

.action-header,
.social-header {
    margin-bottom: 0;
}

.action-header li,
.social-header li {
    display: inline-block;
}

.action-header a:hover {
    color: #608CB0;
}

.logo-container {
    float: left;
    padding: 16px 0 0 8px;
}

.logo-container img {
    width: 350px;
    height: auto;
}

.contact-header {
    font-size: 13px;
    float: right;
    margin: 48px 0 57px 0;
}

.contact-header strong {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    display: block;
    line-height: 1;
}

.contact-header li {
    padding: 0 23px;
    display: inline-block;
    border-right: 1px solid #dedede;
    text-align: right;
}

.contact-header li:last-child {
    border: none;
    padding-right: 0;
}


.imperson {
    background: red;
    color: white;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 0.15rem rgba(88, 131, 204, .6);
    padding: 8px;
    text-align: center;
    position: fixed;
    top: 35px;
    margin: 0 -25% 0 25%;
    width: 650px;
    z-index: 200;
}

.imperson a {
    padding: 1px 10px;
    margin: -1px 0 0 5%;
    font-size: 18px;
    background-color: #e73fff;
}

/*.navigation-container {*/
/*    height: 55px;*/
/*    !*border-top: 5px solid #1285c1;*!*/
/*    background-color: var(--c-dk-blue);*/
/*    *zoom: 1;*/
/*}*/

/*.navigation-container:before, .navigation-container:after {*/
/*    content: " ";*/
/*    display: table;*/
/*}*/

/*.navigation-container:after {*/
/*    clear: both;*/
/*}*/

.form-search {
    top: 11px;
    position: absolute;
    right: 2.8rem;
    font-size: 13px;
    width: 184px;
    *zoom: 1;
    z-index: 120;
}

.form-search:before,
.form-search:after {
    content: " ";
    display: table;
}

.form-search:after {
    clear: both;
}

.form-search .input-group-placeholder {
    margin-bottom: 0;
}

.form-search .form-control {
    background: #FFF;
    height: 32px;
    border: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: var(--st-button-color);
}

.form-search .input-group-icon {
    height: 32px;
    width: 32px;
    line-height: 32px;
    color: #71c5f0;
    right: 8px !important;
    top: -1px;
}

.form-search .form-control::-moz-placeholder {
    color: #ADADAD;
}

.form-search .form-control:-ms-input-placeholder {
    color: #ADADAD;
}

.form-search .form-control::-webkit-input-placeholder {
    color: #ADADAD;
}

.input-group-menu {
    position: relative;
}

.input-group-menu span {
    position: absolute;
    color: #ccc;
    right: 9px;
}

.menu-search {
    width: 100%;
    padding: 0px 9px;
    margin-bottom: 10px;
    border-radius: 18px;
    border: 1px solid #DDD;
}

.big-src {
    position: absolute;
    top: 8px;
    right: 0px;
    z-index: 4444;
}


.d-none {
    display: none;
}

.d-block {
    display: block;
}

.d-grid {
    display: grid;
}

.d-flex {
    display: flex;
}

.flex-11 {
    flex: 1 1 auto !important;
}

.flex-21 {
    flex: 2 1 auto !important;
}

.flex-31 {
    flex: 3 1 auto !important;
}

.flex-41 {
    flex: 4 1 auto !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.justify-icons {
    display: flex !important;
    /* Розподіляє елементи: перший зліва, останній справа, інші рівномірно */
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 200px; /* Обмеж ширину блоку під свої потреби */
}

/* Якщо іконка лише одна — ставимо її по центру */
.justify-icons:has(> a:only-child) {
    justify-content: center;
}

/* Стилізація самих іконок */
.justify-icons a {
    font-size: 26px;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.justify-icons a:hover {
    transform: scale(1.1);
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}


.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.375rem !important;
}

.mb-2 {
    margin-bottom: 0.75rem !important;
}

.mb-3 {
    margin-bottom: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 2.25rem !important;
}

.mb-5 {
    margin-bottom: 4.5rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.px-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
}


.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important
}

.small, small {
    font-size: .875em
}

.little {
    font-size: .5em
}

small.little {
    font-size: .7em
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.d-sm-inline {
    display: inline !important
}

.d-sm-inline-block {
    display: inline-block !important
}

.d-sm-block {
    display: block !important
}

.d-sm-grid {
    display: grid !important
}

.d-sm-inline-grid {
    display: inline-grid !important
}

.d-sm-table {
    display: table !important
}

.d-sm-table-row {
    display: table-row !important
}

.d-sm-table-cell {
    display: table-cell !important
}

.d-sm-flex {
    display: flex !important
}

.d-sm-inline-flex {
    display: inline-flex !important
}

.d-sm-none {
    display: none !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.gap-md-0 {
    gap: 0 !important
}

.gap-md-1 {
    gap: .25rem !important
}

.gap-md-2 {
    gap: .5rem !important
}

.gap-md-3 {
    gap: 1rem !important
}

.gap-md-4 {
    gap: 1.5rem !important
}

.gap-md-5 {
    gap: 3rem !important
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

.row-gap-3 {
    row-gap: 1rem !important
}

.row-gap-4 {
    row-gap: 1.5rem !important
}

.row-gap-5 {
    row-gap: 3rem !important
}

.column-gap-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
}

.column-gap-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important
}

.column-gap-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important
}

.column-gap-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
}

.column-gap-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
}

.column-gap-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
}

.ms-md-0 {
    margin-left: 0 !important
}

.ms-md-1 {
    margin-left: .25rem !important
}

.ms-md-2 {
    margin-left: .5rem !important
}

.ms-md-3 {
    margin-left: 1rem !important
}

.ms-md-4 {
    margin-left: 1.5rem !important
}

.ms-md-5 {
    margin-left: 3rem !important
}

.ms-md-auto {
    margin-left: auto !important
}

.p10 {
    padding-top: 10px;
}

.mail-body {
    text-align: justify;
    font-family: 'Roboto';
    padding-top: 20px;
}

.mail-text ul > strong {
    text-decoration: underline;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: var(--c-dk-blue);
}

/* ************************************ MENU ************************/

.nav-container {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto';
    height: 55px;
    background-color: var(--c-dk-blue);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.nav-container nav {
    position: relative;
    z-index: 99;
    width: 100%;
}

.nav-container nav .wrapper {
    position: relative;
    max-width: 1300px;
    /*padding: 20px 0 0;*/
    padding: 0;
    height: 55px;
    line-height: 55px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-container .wrapper .logo a {
    color: #AEBAC2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.nav-container .wrapper .nav-links {
    display: inline-flex;
}

.nav-container .nav-links li {
    list-style: none;
}

.nav-container .nav-links li a.active {
    color: var(--c-lt-blue);
}

.nav-container .nav-links li a {
    color: #AEBAC2;
    text-decoration: none;
    padding: 20px 15px;
    transition: all 0.3s ease;
}

.nav-container .nav-links li a:hover {
    background: #FFF;
    color: var(--c-dk-blue);
}

.nav-container .nav-links .mobile-item {
    display: none;
}

.nav-container .nav-links .drop-menu {
    position: absolute;
    background: #FFF;
    border-radius: 0 0 7px 7px;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-container .nav-links li:hover > a {
    background: #FFF;
    color: var(--c-dk-blue);
}

/*.nav-container .nav-links li:hover .mega-box {*/

.nav-container .nav-links li .mega-box.open,
.nav-container .nav-links li:hover .drop-menu {
    background: rgba(250, 250, 250, 0.92);
    transition: all 0.3s ease;
    top: 55px;
    opacity: 1;
    visibility: visible;
}

.nav-container .drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    /*font-weight: 400;*/
    border-radius: 0px;
    font-size: 13px;
    color: var(--st-button-color);
}

.nav-container .drop-menu li a:hover {
    background-color: var(--st-button-color);
    color: #FFF;
}

.nav-container .mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

.nav-container .mega-box .content {
    background: #FFF;
    padding: 20px 22px;
    max-height: 30rem;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-container .mega-box .content .row {
    /*width: calc(25% - 30px);*/
    line-height: 1.7rem;
    font-size: 13px;
    margin: 0;
}

.nav-container .content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-container .content .row header {
    color: var(--st-button-color);
    text-decoration: underline;
    font-size: 20px;
    font-weight: 500;
}

.nav-container .content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.nav-container .row .mega-links li {
    padding: 0 20px;
}

.nav-container .row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: var(--c-dk-blue);
    display: block;
    text-transform: none;
}

.nav-container .row .mega-links li a:hover {
    color: #FFF;
    background-color: var(--st-button-color);
}

.nav-container .wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.nav-container .wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

@media screen and (max-width: 970px) {
    .nav-container .wrapper .btn {
        display: block;
    }

    .nav-container .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 450px;
        top: 0;
        left: -100%;
        background: #242526;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    .nav-container #menu-btn:checked ~ .nav-links {
        left: 0%;
    }

    .nav-container #menu-btn:checked ~ .btn.menu-btn {
        display: none;
    }

    .nav-container #close-btn:checked ~ .btn.menu-btn {
        display: block;
    }

    .nav-container .nav-links li {
        margin: 15px 10px;
    }

    .nav-container .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }

    .nav-container .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    .nav-container #showDrop:checked ~ .drop-menu,
    .nav-container #showDrop1:checked ~ .drop-menu,
    .nav-container #showMega:checked ~ .mega-box,
    .nav-container #showMega1:checked ~ .mega-box {
        max-height: 100%;
    }

    .nav-container .nav-links .desktop-item {
        display: none;
    }

    .nav-container .nav-links .mobile-item {
        display: block;
        color: #AEBAC2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .nav-container .nav-links .mobile-item:hover {
        background: #3A3B3C;
    }

    .nav-container .drop-menu li {
        margin: 0;
    }

    .nav-container .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .nav-container .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .nav-container .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .nav-container .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .nav-container .mega-box .content .row:nth-child(1),
    .nav-container .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }

    .nav-container .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .nav-container .row .mega-links li {
        margin: 0;
    }

    .nav-container .content .row header {
        font-size: 19px;
    }
}

.nav-container nav input {
    display: none;
}

.nav-container .body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.nav-container .body-text div {
    font-size: 45px;
    font-weight: 600;
}

/* Check/radio */
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 1rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1.6em;
    height: 1.6em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
    background-color: var(--st-button-color);
    border-color: var(--st-button-color);
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: var(--st-button-color);
    border-color: var(--st-button-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5;
}

.form-switch {
    padding-left: 2.5em;
}

.form-switch .form-check-input {
    width: 4em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}

.form-check label,
.form-switch label {
    margin-left: 1rem;
}


/* ************************************ MENU ************************/


/* header responsive */

.search-trigger,
.menu-trigger {
    font-size: 18px;
    text-align: center;
    color: #608CB0;
    background: #1285c1;
    width: 38px;
    height: 38px;
    float: right;
    line-height: 38px;
    margin: 13px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.search-trigger.active, .search-trigger:hover,
.menu-trigger.active,
.menu-trigger:hover {
    cursor: pointer;
    background: #fff;
    color: #608CB0;
}

.menu-trigger {
    float: left;
}

/* [ slideshow ] */

#slideshow-container {
    padding: 0;
    margin: 0;
    float: left;
}

#slideshow-container .tp-rightarrow.default,
#slideshow-container .tp-leftarrow.default {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #e0e0e0;
    background: var(--c-ult-grey);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#slideshow-container .tp-rightarrow.default:hover:before,
#slideshow-container .tp-leftarrow.default:hover:before {
    color: #608CB0;
}

#slideshow-container .tp-leftarrow.default:before,
#slideshow-container .tp-rightarrow.default:before {
    font-family: "FontAwesome";
    content: "\f104";
    color: #979797;
    position: relative;
    font-size: 32px;
    right: 2px;
    bottom: 1px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#slideshow-container .tp-rightarrow.default:before {
    font-family: "FontAwesome";
    content: "\f105";
    left: 2px;
}

.slideshow {
    width: 100%;
    height: 520px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background: #AEBAC2;
    border: none;
}

.slideshow .tp-bannertimer {
    background: rgba(22, 159, 230, 0.5);
    height: 3px;
}

.slideshow .slider-title {
    font-family: "Roboto", sans-serif;
    color: #414141;
    /*font-size: 60px;*/
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
}

.slideshow .slider-title.white {
    color: #f2f7ff;
}

.slideshow .slider-caption {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #999999;
    font-size: 28px;
}

.slideshow .slider-separator {
    width: 442px;
}

.slideshow .slider-separator:before {
    content: "";
    display: inline-block;
    height: 4px;
    width: 100%;
    background: var(--st-button-color);
}

.slideshow .slider-button {
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    /*font-weight: 700;*/
    color: #fff;
    cursor: pointer;
    background: var(--st-button-color);
    border: 1px solid transparent;
    display: inline-block;
    padding: 7px 14px 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1.2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.slideshow .slider-button:hover {
    background: #608CB0;
    color: #fff;
}

.slideshow .slider-list {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    padding: 4px 12px 7px;
    background: var(--st-button-color);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.slideshow .slider2-title,
.slideshow .slider2-caption {
    color: #fff;
}


.slideshow .slide0-title1,
.slideshow .slide1-title1 {
    text-shadow: 1px 1px 2px #fb5252, 0 0 1em blue, 0 0 0.2em blue;
}

.slideshow .slider2-captione {
    background-color: #525252ad;
    padding: 6px;
    border-radius: 10px;
    color: #FFF;
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: bold;
}

.slideshow .slide3-caption {
    color: #9a0808;
    background-color: #ffeac7d1;
    border-radius: 5px;
    padding: 5px;
}

/* [ blog ] */

.me-artice {
    margin-bottom: 68px;
    *zoom: 1;
}

.me-artice:before, .me-artice:after {
    content: " ";
    display: table;
}

.me-artice:after {
    clear: both;
}

.me-artice.single-blog {
    margin-bottom: 44px;
}

.blog-media {
    position: relative;
    margin-bottom: 38px;
}

.blog-quote {
    background-image: url("../img/bg-testimonial.gif");
    background-repeat: repeat-y;
    padding: 32px 28px 31px 50px;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.blog-quote blockquote {
    font-size: 22px;
    color: #868686;
    margin: 0;
}

.blog-quote cite {
    color: #868686;
}

.blog-quote cite:before {
    background: #868686;
}

.blog-quote p {
    margin-bottom: 32px;
}

.blog-link {
    background: #efefef;
    padding: 36px 0;
    text-align: center;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.blog-link:after {
    font-family: "linea-icon";
    content: "\e7f9";
    font-size: 24px;
    color: #c2c2c2;
    position: absolute;
    bottom: 16px;
    right: 17px;
}

.blog-link a {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    color: #999999;
}

.blog-link a:hover {
    color: #608CB0;
}

.blog-carousel {
    margin-bottom: 0;
}

.blog-carousel img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.blog-carousel-nav {
    position: absolute;
    left: 0;
    bottom: 0;
}

.blog-carousel-nav .left-nav,
.blog-carousel-nav .right-nav {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    height: 32px;
    width: 32px;
    line-height: 32px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.blog-carousel-nav .left-nav:hover,
.blog-carousel-nav .right-nav:hover {
    cursor: pointer;
    background: rgba(66, 179, 237, 0.5);
}

.blog-carousel-nav .right-nav {
    left: 32px;
}

.blog-carousel-nav i {
    top: 1px;
    position: relative;
}

.blog-container {
    margin-left: 120px;
}

.blog-more {
    text-align: center;
    position: relative;
}

.blog-more:before {
    content: "";
    background: #e1e1e1;
    height: 1px;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.blog-more .button {
    position: relative;
    margin-bottom: 0;
    z-index: 2;
}

.blog-more .button-more {
    display: inline-block;
    background: #fff;
    position: relative;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    z-index: 2;
}

.blog-information {
    float: left;
    width: 85px;
    min-height: 100px;
    border: 1px solid #e1e1e1;
    background: var(--c-ult-grey);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.date-blog-information {
    font-size: 42px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #a3a3a3;
    text-align: center;
    padding: 21px 0 0;
}

.date-blog-information span {
    font-size: 14px;
    color: #fff;
    display: block;
    background: var(--st-button-color);
    margin: 22px -1px 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ui-datepicker {
    background-color: #FFF;
    border: 1px solid var(--c-dk-grey);
    border-radius: 5px;
    box-shadow: 2px 2px 5px 0px rgba(0, 33, 71, .3);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    font-weight: bold;
    background-color: var(--c-lt-grey);
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    margin-top: -14px !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: .2em .7em .2em 0 !important;
    border-radius: 8px;
}

.ui-datepicker td span:hover,
.ui-datepicker td a:hover {
    background-color: var(--c-dk-blue);
    color: #FFF;
    font-weight: bold;
}

.post-title {
    font-size: 23px;
}

.post-title,
.post-information a {
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.post-title:hover,
.post-information a:hover {
    color: #608CB0;
}

.post-information {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.post-information li, .post-information a {
    color: #bbbbbb;
}

.post-information li {
    display: inline;
    border-right: 1px solid #bbbbbb;
    padding: 0 15px;
}

.post-information li:first-child {
    padding-left: 0;
}

.post-information li:last-child {
    border-right: none;
}

.me-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.me-video iframe {
    border: none;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.mejs-container.mejs-audio,
.mejs-container.mejs-audio .mejs-controls {
    height: 60px !important;
    background: #e9eef2;
}

.mejs-container {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.mejs-container .mejs-controls div {
    padding-top: 14px;
}

.mejs-container .mejs-controls .mejs-time {
    padding-top: 22px;
}

.mejs-container .mejs-controls .mejs-time-rail {
    padding-top: 19px;
}

.mejs-container .mejs-controls .mejs-time {
    padding-top: 24px;
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider {
    margin-top: 13px;
}

.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: var(--st-button-color);
}

.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #cad2d8;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #9aa5ad;
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    height: 12px;
}

.mejs-controls .mejs-button button:before {
    color: #9aa5ad;
}

.me-sidebar {
    margin-bottom: 1.1rem;
    *zoom: 1;
}

.me-sidebar:before, .me-sidebar:after {
    content: " ";
    display: table;
}

.me-sidebar:after {
    clear: both;
}

.me-sidebar .me-widget {
    margin-bottom: 0;
}

.scrollable-column {
    height: 100vh;
    overflow-y: auto;
    position: sticky;
    top: 0;
}

.sharing-box .share-facebook {
    float: left;
}

.sharing-box .share-facebook iframe {
    position: relative;
    top: 6px;
}

.sharing-box .social-list {
    float: right;
    margin: 0;
}

.sharing-box .social-list a {
    background: var(--st-button-color);
    color: #fff;
    margin-right: 5px;
}

.blog-author {
    padding: 19px 19px 20px;
    border: 1px solid #e1e1e1;
    margin-bottom: 38px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.blog-author img {
    float: left;
    margin-right: 20px;
    width: 90px;
    height: 90px;
}

.blog-author .author-description {
    margin-left: 110px;
}

.blog-author h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

.blog-author p {
    margin-bottom: 0;
    font-size: 14px;
}

.blog-author .author-link {
    color: var(--st-button-color);
}

.blog-author .author-link:hover {
    color: #608CB0;
}

.blog-comment-container {
    margin-bottom: 38px;
}

.blog-comment-container h4.heading-name {
    margin: 0;
    line-height: 1;
}

.blog-comment-container ol {
    list-style: none;
}

.blog-comment-container ol li {
    position: relative;
}

.blog-comment-container ol li ol {
    margin: 0px 0px 38px 90px;
}

.blog-comment-container ol li:last-child .comment-text {
    margin-bottom: 0;
}

.blog-comment-container .avatar {
    z-index: 99;
    position: absolute;
}

.blog-comment li {
    position: relative;
    list-style: none;
    line-height: 28px;
    list-style-position: outside;
}

.avatar {
    width: 70px;
    height: 70px;
    position: absolute;
    background-color: #dedede;
    top: 0;
    left: 0;
}

.avatar img {
    width: 70px;
    height: 70px;
}

.comment-text {
    background-color: #fcfcfc;
    border: solid 1px #e1e1e1;
    margin-left: 90px;
    width: auto;
    margin-bottom: 38px;
    padding: 26px 30px 12px 30px;
    position: relative;
}

.comment-text .reply {
    right: 30px;
    top: 26px;
    color: #fff;
    padding: 1px 9px;
    font-size: 10px;
    position: absolute;
    background: var(--st-button-color);
}

.comment-text .reply:hover {
    background: #608CB0;
}

.comment-text h5 {
    margin-bottom: 0px;
}

.comment-text small {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ccc;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

/* Контейнер для всього чату */
.chat-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    font-family: sans-serif;
}

/* Базовий стиль повідомлення */
.message-row {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}

/* Моє повідомлення (дата зліва) */
.message-left {
    flex-direction: row;
}

/* Повідомлення менеджера (дата справа) */
.message-right {
    flex-direction: row-reverse;
    text-align: right;
}

/* Блок з датою */
.date-block {
    flex: 0 0 65px;
    min-height: 67px;
    background: #EFFAFF;
    border: 1px solid var(--c-blue, #007bff);
    border-radius: 8px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: 300;
    font-size: 1.7em;
    color: var(--c-dk-grey, #333);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Верхній та нижній плашки (однаковий стиль) */
.date-top, .date-block span {
    display: block;
    background: var(--st-button-color, #007bff);
    font-size: 0.25em; /* Відносний розмір від 2.7em батька */
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 0;
    line-height: 1.2;
}

/* Специфічне для верхньої плашки */
.date-top {
    font-size: 10px; /* Або можна задати в px для точності */
    letter-spacig: 1px;
}

/* Контейнер для числа (центрування) */
.date-number {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 300;
    padding: 0;
}


.date-block span {
    font-size: 10px;
}

/* Контентна частина повідомлення */
.message-content {
    flex: 1;
    padding: 0;
}

.l-title, .r-title {
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 5px;
    display: block;
}

.message-text {
    color: #444;
    line-height: 1.5;
}

/* Розділювач */
.chat-divider {
    height: 2px;
    background: var(--c-blue, #007bff);
    margin: 0 0 8px 0;
}

/* Адаптивність для мобільних */
@media (max-width: 480px) {
    .message-row {
        flex-direction: column !important;
        align-items: flex-start;
    }

    .message-right {
        text-align: left;
    }

    .date-block {
        flex: none;
        width: 80px; /* Зберігаємо ширину на мобільних */
        margin-bottom: 10px;
    }

    .date-block span {
        display: inline;
    }
}

.comment-text,
.avatar,
.avatar img,
.comment-text .reply,
.blog-from-comment,
.addwork-form {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.blog-from-comment,
.addwork-form {
    border: 1px solid #e1e1e1;
    padding: 26px 38px;
    margin-bottom: 38px;
}

.blog-from-comment.borderblue {
    border: 1px solid #169FE6;
}

.blog-from-comment .button,
.addwork-form .button {
    margin-bottom: 0;
}

.blog-from-comment select.form-control,
.blog-from-comment input.form-control,
.blog-from-comment textarea.form-control {
    width: 60%;
    display: inline-block;
}

.addwork-form select.form-control,
.addwork-form input.form-control,
.addwork-form textarea.form-control {
    width: 75%;
    display: inline-block;
}

.addwork-form select.two {
    display: none !important;
}

.addwork-form span.select2 {
    display: inline-block;
    width: 75% !important;
    border: 2px solid #dcdcdc;
    background: #fafafa;
    color: var(--bs-body-color);
    border-radius: 5px;
    padding: 7px 7px;
    height: auto;
    margin-top: 10px;
}

.select2-dropdown.sk-dropdown .select2-results {
    font-size: 16px;
    color: #4e4d4d;
}

.addwork-form span.select2-selection__placeholder {
    margin-left: 1rem;
}

.addwork-form span.select2-selection {
    margin-left: 2rem;
}

.blog-from-comment .label-required,
.addwork-form .label-required {
    width: 30%;
    font-weight: normal;
    margin-left: 16px;
    font-size: 12px;
    vertical-align: top;
}

.label-required,
.label-cab em,
.blog-from-comment .label-required em,
.addwork-form .label-required em {
    color: red;
}

.label-cab {
    font-size: 12px;
    vertical-align: top;
    color: var(--c-blue);
}

.helper {
    clear: both;
    display: block;
    font-size: 12px;
}

.blog-from-comment form,
.addwork-form form {
    margin: 0 -19px;
}

/* [ pagination ] */

.pagination {
    margin-top: 1rem;
}

.pagination-container {
    margin-bottom: 38px;
}

.pagination-container span {
    font-size: 16px;
    float: left;
    margin-right: 26px;
    padding: 13px 0px 0;
    line-height: 0;
}

.pagination li {
    display: inline-block;
    margin-right: 6px;
}

.pagination li > a {
    font-size: 16px;
    color: inherit;
    border: 1px solid #d0d0d0;
    padding: 4px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.pagination li a:hover,
.pagination li.active a:hover {
    color: #fff;
    border-color: #608CB0;
    background: #608CB0;
}

.pagination li.active a {
    color: #fff;
    border-color: var(--st-button-color);
    background: var(--st-button-color);
}

.pagination li.active {
    border: 1px solid #42b3ed;
    border-radius: 3px;
    padding: 0 17px;
}

.modal .modal-body {
    font-size: 12px;
}

/* [ page header ] */

#me-page-header {
    background: var(--c-ult-grey);
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
}

.page-title {
    float: right;
    font-size: 19px;
    color: var(--st-button-color);
    line-height: 59px;
    margin: 0;
}

.page-title span {
    font-weight: 300;
}

.side-cats {
    max-height: 55vh;
    overflow-y: scroll;
    background-color: var(--c-ult-grey);
    font-size: 13px;
}

.side-cats li {
    line-height: 1.5;
    padding: 0 5px;
    border-radius: 3px;
}

.side-cats li a {
    color: var(--st-button-color);
}

.side-cats li.active,
.side-cats li.active a,
.side-cats li:hover,
.side-cats li:hover a {
    background-color: var(--st-button-color);
    color: #FFF;
}

hr {
    margin: 7px 0px !important;
}

/* [ breadcrumb ] */

.me-breadcrumb {
    margin: 0;
    list-style: none;
    float: left;
}

.me-breadcrumb > li {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    line-height: 59px;
    position: relative;
    padding: 0 33px 0 10px;
}

.me-breadcrumb > li:after {
    content: "";
    background: url("../img/breadcrumb-separator.png") no-repeat no-repeat;
    width: 18px;
    height: 59px;
    position: absolute;
    right: 0;
}

.me-breadcrumb a,
.me-breadcrumb li,
.me-breadcrumb > li:after {
    color: #adadad;
}

.me-breadcrumb a:hover {
    color: #608CB0;
}

.me-breadcrumb > .active {
    color: var(--st-button-color);
}

/* [ parallax ] */

.parallax1 {
    background: #3a3a3a url(../img/bg-parallax1.png);
}

.parallax2 {
    background: var(--c-ult-grey) url(../img/bg-parallax2.png);
}

.parallax3 {
    background: var(--c-ult-grey) url(../img/bg-parallax3.jpg);
}

.testimonial-carousel-container {
    position: relative;
}

/* [ scroll up ] */

#scrollUp {
    bottom: 55px;
    right: 50px;
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 33px;
    background-color: var(--st-button-color);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

#scrollUp:hover {
    background: #608CB0;
}

#scrollUp i {
    position: relative;
    top: 7px;
    left: -1px;
}

/* [ index.html - Home 1 ] */

.testimonial-carousel-nav {
    position: absolute;
    font-size: 28px;
    text-align: center;
    color: var(--c-lt-grey);
    width: 100%;
    height: 100%;
}

.testimonial-carousel-nav .left-nav, .testimonial-carousel-nav .right-nav {
    height: 40px;
    width: 40px;
    line-height: 36px;
    border: 1px solid var(--c-lt-grey);
    position: absolute;
    top: -moz-calc(50% - 40px);
    top: -webkit-calc(50% - 40px);
    top: calc(50% - 40px);
    z-index: 2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.testimonial-carousel-nav .left-nav:hover, .testimonial-carousel-nav .right-nav:hover {
    cursor: pointer;
    background: var(--c-ult-grey);
}

.testimonial-carousel-nav .left-nav:hover i, .testimonial-carousel-nav .right-nav:hover i {
    color: #608CB0;
}

.testimonial-carousel-nav .left-nav {
    padding-right: 2px;
    left: 0;
}

.testimonial-carousel-nav .right-nav {
    padding-left: 2px;
    right: 0;
}

.testimonial-carousel {
    text-align: center;
    position: relative;
    z-index: 1;
}

.testimonial-carousel blockquote {
    font-style: normal;
}

.testimonial-carousel .testimonial-item img {
    margin-bottom: 20px;
}

.step-process {
    border: 1px solid #e0e0e0;
    background: #fff;
    display: table;
    float: none;
    margin-top: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.step-process h4 {
    color: #7f7f7f;
}

.step-process li {
    text-align: center;
    border-right: 1px solid #e0e0e0;
    padding: 37px 40px 25px;
    display: table-cell;
    float: none;
    position: relative;
}

.step-process li:last-child {
    border: none;
}

.step-process li:last-child:after {
    display: none;
}

.step-process li:after {
    content: "\f101";
    font-family: "FontAwesome";
    background: var(--c-ult-grey);
    border: 1px solid #e0e0e0;
    color: #e0e0e0;
    font-size: 28px;
    position: absolute;
    padding-left: 5px;
    height: 60px;
    width: 60px;
    top: -moz-calc(50% - 30px);
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px);
    right: -moz-calc(0% - 30px);
    right: -webkit-calc(0% - 30px);
    right: calc(0% - 30px);
    line-height: 57px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.step-process img {
    width: 128px;
    height: auto;
    margin-bottom: 40px;
}

.post-item img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 28px;
}

/* [ index-version2.html - Home 2 ] */

.box-counter2 {
    border: 1px solid #e1e1e1;
    background: var(--c-ult-grey);
    text-align: center;
    padding: 60px 0 48px;
    overflow: hidden;
    position: relative;
    margin-bottom: 28px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.box-counter2 * {
    position: relative;
    z-index: 2;
}

.box-counter2 span {
    font-size: 72px;
    display: block;
    color: var(--st-button-color);
    margin-bottom: 36px;
}

.box-counter2 .icon-counter {
    position: absolute;
    font-size: 170px;
    right: -50px;
    bottom: -30px;
    z-index: 1;
}

.box-counter2 i {
    color: #eeeeee;
}

.box-counter2 h5 {
    font-weight: 300;
}

/* [ index-version3.html - Home 3 ] */

.text-center,
.client-list {
    text-align: center;
}

/* [ services.html ] */

.information-box {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: var(--st-button-color) url(../img/information-box.png);
    padding: 40px 27px 50px;
    margin-bottom: 28px;
}

.information-box * {
    color: #fff;
}

.information-box .info-list {
    margin-bottom: 0;
}

.information-box .info-list i {
    margin-right: 5px;
}

.cab-block {
    padding: 2rem;
}

.services-list-container {
    margin-bottom: 0;
}

.services-list {
    position: relative;
    margin-bottom: 65px;
}

.services-list:last-child {
    margin-bottom: 0;
}

.services-list:before {
    content: "";
    background: #e4e4e4;
    height: 100%;
    width: 3px;
    position: absolute;
    left: 100px;
}

.services-list:after {
    content: "";
    background: #e4e4e4;
    height: 17px;
    width: 17px;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 93px;
}

.services-list i {
    font-size: 65px;
    color: var(--st-button-color);
    float: left;
}

.services-list .service-list-information {
    margin-left: 150px;
}

.services-list i {
    font-size: 41px;
    margin: 15px 32px;
}

.offset-box {
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.offset-box:hover {
    background: var(--c-ult-grey);
}

.bg-trigon2 {
    /*background: url(../img/trigon2.png) no-repeat no-repeat;*/
}

tr.not-confirm td,
tr.not-confirm:hover td {
    background-color: #F59891;
    border-bottom: 1px solid #F59891;
}

tr.not-confirm.xbottom td,
tr.not-confirm td.xbottom {
    background-color: #F59891;
    border-bottom: 2px solid #FFF;
}

/* [ about.html ] */

.all-team-container {
    position: relative;
    overflow: hidden;
}

.pin-team {
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: var(--st-button-color);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

.pin-team:before {
    font-family: "FontAwesome";
    content: "\f067";
    font-size: 16px;
}

.pin-team:hover {
    cursor: pointer;
}

.pin-team:hover span {
    opacity: 1;
}

.pin-team span {
    padding: 5px 15px;
    position: absolute;
    background: var(--st-button-color);
    display: block;
    min-width: 180px;
    font-size: 14px;
    line-height: 24px;
    left: -74px;
    bottom: 42px;
    opacity: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.pin-team span:before {
    content: "";
    border: solid;
    border-color: var(--st-button-color) transparent;
    border-width: 6px 6px 0 6px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    bottom: -6px;
}

.pin1 {
    top: 280px;
    left: 180px;
}

.pin2 {
    top: 320px;
    left: 380px;
}

.pin3 {
    top: 215px;
    left: 570px;
}

.pin4 {
    top: 295px;
    right: 350px;
}

.pin5 {
    top: 340px;
    right: 200px;
}

.box-counter i {
    font-size: 64px;
    color: var(--st-button-color);
    display: inline-block;
    margin-bottom: 10px;
}

.box-counter span {
    font-family: "Roboto", sans-serif;
    color: #939292;
    font-size: 48px;
    font-weight: 300;
}

hr.blue,
hr.blue.min,
.box-counter hr {
    height: 4px;
    background: var(--st-button-color);
    margin: 18px 0;
}

hr.blue,
hr.blue.min {
    background: var(--c-lt-blue);
    width: 70%;
}

hr.blue.min {
    height: 2px;
}

/* [ contact.html ] */

.circle-icon-list {
    margin-bottom: 0;
    color: var(--st-button-color);
}

.circle-icon-list li {
    margin-right: 40px;
}

.circle-icon-list i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: var(--st-button-color);
    color: #fff;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 11px;
    top: 2px;
    position: relative;
}

.map-container {
    position: relative;
    margin-top: 40px;
}

#map {
    width: 100%;
    height: 380px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fafafa;
}

.map-information {
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 15px 0 0;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.map-information address {
    font-size: 13px;
    border-left: 1px solid #d5d5d5;
    padding: 10px 15px;
    margin-bottom: 0;
    margin-left: 15px;
    float: left;
}

.map-information .logo-map {
    float: left;
}

.map-information .logo-map img {
    width: 62px;
    height: auto;
}

.contact-form legend {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: var(--c-dk-grey);
    padding: 0 15px;
}

.contact-form .form-group.column {
    padding: 0;
}

.contact-form label {
    background: #dcdcdc;
    color: #939292;
    font-size: 14px;
    font-weight: normal;
    padding: 0 14px 2px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 1;
    position: relative;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.contact-form label + .form-control {
    position: relative;
    margin-top: -8px;
    z-index: 2;
}

.contact-form label.focus {
    background: var(--st-button-color);
    color: #fff;
}

.contact-form fieldset {
    margin: 20px 32px 39px;
}

.contact-form .loading {
    margin-left: 20px;
    position: absolute;
    background: url(../img/AjaxLoader.gif) no-repeat center center;
    min-height: 32px;
    min-width: 32px;
    display: none;
    top: 3px;
}

.contact-form .button {
    margin-bottom: 0;
}

.contact-form .success-contact {
    display: none;
}

/* [ footer ] */

#me-footer {
    float: left;
    width: 100%;
    background: #4d4d4d;
    padding: 75px 0 40px;
    color: #888888;
    font-size: 13px;
    line-height: 24px;
}

#me-footer a {
    color: inherit;
}

#me-footer a:hover {
    color: #608CB0;
}

.heading-footer {
    color: #fff;
    text-transform: uppercase;
}

.logo-footer {
    margin-bottom: 30px;
}

.logo-footer img {
    width: 225px;
    height: auto;
}

.footer-menu {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}

.footer-menu li {
    padding: 0 17px;
    border-right: 1px solid #888888;
}

.footer-menu li:last-child {
    padding-right: 0;
    border: none;
}

.footer-menu .active {
    font-weight: bold;
}

.footer-information {
    margin-top: 55px;
}

/* [ responsive component ] */
@media screen and (max-width: 767px) {
    .sharing-box {
        text-align: center;
    }

    .sharing-box .social-list,
    .sharing-box .share-facebook {
        float: none;
    }
}

@media screen and (max-width: 479px) {
    .blog-container {
        margin-left: 0;
    }

    .blog-comment li ol {
        margin: 0 0 19px 19px !important;
    }

    .blog-from-comment {
        padding: 26px 19px;
    }

    .post-information {
        margin-left: 100px;
        margin-bottom: 19px;
        min-height: 100px;
    }

    .post-information li {
        display: block;
        border-right: none;
        padding: 0;
        line-height: 26px;
    }

    .avatar {
        width: 45px;
        height: 45px;
        position: relative;
        margin-bottom: -19px;
        left: -15px;
        top: -18px;
    }

    .avatar img {
        width: auto;
        height: auto;
    }

    .comment-text {
        margin-left: 0;
        margin-top: 40px;
    }

    .comment-text .reply {
        top: 0;
        right: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
    }

    .blog-author {
        clear: both;
        float: left;
        width: 100%;
    }

    .blog-author img {
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: center;
        display: block;
        float: none;
    }

    .blog-author .author-description {
        display: block;
        text-align: center;
        width: 100%;
        margin-left: 0;
        clear: both;
    }

    .blog-author .author-description p {
        display: none !important;
    }

    .blog-author .author-description h4 {
        margin-bottom: 0;
    }

    .pagination {
        margin: 0;
    }

    .pagination-container {
        text-align: center;
    }

    .pagination-container span {
        line-height: 1;
        display: block;
        margin: 0 0 19px;
        width: 100%;
    }

    .widget-facebook {
        padding: 15px 15px 20px;
    }

    .widget-facebook iframe {
        width: 96%;
    }
}

.small-text {
    font-size: smaller;
    font-style: italic;
}

#me-footer {
    background-color: #4a4a4a !important; /* Сірий колір макета */
    padding-top: 40px;
    padding-bottom: 20px;
}

/* Стиль для Enix Hotline */
.enix-hotline-block {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 5px;
}

.hl-section {
    padding: 0 10px;
}

.hl-title {
    color: #337ab7; /* Блакитний колір Enix */
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}

.hl-number {
    display: block;
    color: #aaa;
    font-size: 12px;
    line-height: 1.2;
}

.hl-divider-v {
    width: 1px;
    background: #666;
    height: 40px;
    margin-top: 5px;
}

/* Списки та тексти */
.footer-ul-list {
    list-style: none;
    margin-left: 0;
}

.footer-ul-list li a {
    color: #ccc;
    font-size: 13px;
    line-height: 20px;
}

.footer-osvitan-info p {
    font-size: 12px;
    color: #bbb;
    line-height: 1.4;
    margin-top: 10px;
}

.enix-blue-btn,
.enix-gray-btn {
    background-color: #337ab7 !important;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px !important;
    border-radius: 8px;
}

.enix-gray-btn {
    background-color: #6E6E6E !important;
    color: #b0b0b0;
}

/* Центрування нижнього меню */
.footer-menu-bottom {
    display: inline-block;
    float: none !important;
    border-top: 1px solid #555;
    padding-top: 20px;
    width: 100%;
}

.footer-menu-bottom li a {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff !important;
}

#me-footer .large-4 .row {
    display: block !important;
    clear: both;
}

#me-footer .large-4 .columns {
    float: left !important;
    width: 50% !important;
    padding: 0 5px;
}

.footer-ul-list {
    margin-left: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}

.banner {
    width: 48%;
    padding: 2.5rem;
    margin: 0 .7rem;
    /*background-color: #F3DFFE;*/
    /*color: #0dcaf0*/
}

.banner-wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.banner-wrapper > a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.banner-wrapper > a img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    object-fit: contain;
}

.banner-code-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
}

.search-container {
    position: relative;
    top: -3.4rem;
    right: 0.2rem;
}

.dropdown-search-bar {
    display: none;
    position: absolute;
    top: 3.6rem;
    right: 0;
    width: 600px;
    z-index: 9998;
    padding: 25px;
    border-top: 3px solid #0056b3;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    background: rgba(250, 250, 250, 0.95);
    transition: all 0.3s ease;
}

.form-search #search-input::placeholder,
.form-search #search-submit-icon i {
    color: #a0daf7;
}

.auto-search-bar {
    display: none;
    position: absolute;
    top: 3.6rem;
    right: 0;
    width: 750px;
    background: rgba(250, 250, 250, 0.95);
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
    font-size: 0.75rem;
    transition: all 0.3s ease;
}

.auto-search-bar li {
    line-height: 1.5;
    border-bottom: 1px solid #CACACA;
}

.auto-search-bar li a {
    display: block;
    color: var(--st-button-color);
}

.auto-search-bar li.active,
.auto-search-bar li.active a,
.auto-search-bar li:hover,
.auto-search-bar li:hover a {
    background-color: var(--st-button-color);
    color: #FFF;
}

.column-left {
    display: inline;
    float: left;
    padding: 0 3px 0 19px;
    position: relative;
}

.column-right {
    display: inline;
    float: right;
    padding: 0 19px 0 3px;
    position: relative;
}

#search-input:focus,
    /* Стилі для інпуту, коли в ньому є текст (навіть без фокусу) */
#search-input.has-text {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* Якщо потрібно, щоб колір плейсхолдера (Search here..) теж змінювався для кращої читаємості на білому тлі */
#search-input:focus::placeholder,
#search-input.has-text::placeholder {
    color: #6c757d;
}
