:root{
  --color-white: #fff;
  --color-light: #e1e1e1;
  --color-gray: #ddd;
  --color-beige: #f6f6f6;
  --color-yellow: #f1d302;
  --color-black: #000;
  --color-black_l: #444;
  --color-blue: #0072bb;

  --radius-default: 0.5rem;

}
.c-white{
  color: var(--color-white);
}
.c-yellow{
  color: var(--color-yellow);
}
.c-black{
  color: var(--color-black) !important;
}
.c-black_l{
  color: var(--color-black_l) !important;
}
.bg-black{
  background-color: var(--color-black);
}
.bg-beige{
  background-color: var(--color-beige);
}
.container-fluid {
  max-width: 1400px;
}
.us-n {
  user-select: none;
}
.ov-h{
  overflow: hidden;
}

.d-b {
  display: block !important;
}

.d-ib {
  display: inline-block;
}

.cur-h{
  cursor: help;
}

.cur-p {
  cursor: pointer;
}
.lh-n {
  line-height: normal;
}

.lh-1 {
  line-height: 1;
}
.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold{
  font-weight: bold;
}

.tt-c {
  text-transform: capitalize !important;
}

.tt-u {
  text-transform: uppercase;
}

.tt-l {
  text-transform: lowercase;
}

.td-ud{
  text-decoration: dashed underline;
}

.td-u {
  position: relative;
}

.td-u:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  background-color: var(--color-green);
}

.td-u-h:hover {
  text-decoration: underline;
}

.tdu {
  text-decoration: underline;
}

.z-1{
  z-index: 1;
}

.w-a{
  width: auto !important;
}

.w-30 {
  width: 30% !important;
}

.w-65 {
  width: 65% !important;
}
.w-90 {
  width: 90% !important;
}

.w-full {
  width: 100% !important;
}

.mnh-3_5{
  min-height: 3.5em;
}

.mnh-100{
  min-height: 100px;
}

.mnh-300{
  min-height: 300px;
}

.mxw-full,
.m-w-full {
  max-width: 100% !important;
}

.bd-n {
  border: 0 !important;
}

.bd-rds-s{
  border-radius: .25rem;
}

.bd-light {
  border-style: solid;
  border-color: var(--color-light);
}

.bd-green {
  border-style: dashed;
  border-color: var(--color-green);
}

.bd-m {
  border-width: 2px !important;
}

.bd-s {
  border-width: 1px !important;
}
.bdr-1{
  border-radius: 1rem;
}
.bdr-5{
  border-radius: var(--radius-default);
}
.bdr-h {
  border-radius: 50%;
}
.bdr-f {
  border-radius: 100vw;
}

.bd-b-light {
  border-bottom: 1px solid var(--color-light);
}

.bd-r-light {
  border-right: 1px solid var(--color-light);
}
.h-full {
  height: 100%!important;
}
.h-a{
  height: auto !important;
}

.ttl-line h2{
  margin-bottom: 0;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.ta-c {
  text-align: center;
}
.p-t {
  padding: 0.25rem !important;
}

.p-t-b {
  padding-bottom: 0.25rem !important;
}

.p-n {
  padding: 0 !important;
}

.p-n-l {
  padding-left: 0 !important;
}

.p-n-r {
  padding-right: 0 !important;
}

.p-n-b {
  padding-bottom: 0 !important;
}

.p-n-t {
  padding-top: 0 !important;
}
.p-sm-lr{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.p-s-a {
  padding: 0.7rem !important;
}

.p-m-a {
  padding: 1rem !important;
}

.p-sm-tb {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.p-s-l {
  padding-left: 0.7rem !important;
}

.p-s {
  padding: 0.7rem;
}

.p-s-tb {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.p-s-lr {
  padding-left: 0.7rem !important;
  padding-right: 0.7rem !important;
}

.p-m {
  padding: 1rem !important;
}

.p-s-r {
  padding-right: .7rem !important;
}

.p-m-r {
  padding-right: 1rem !important;
}

.p-s-b {
  padding-bottom: .7rem !important;
}

.p-m-b {
  padding-bottom: 1rem !important;
}

.p-b-tb {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-b-b {
  padding-bottom: 1.5rem !important;
}

.p-s-t {
  padding-top: .75rem !important;
}

.p-m-t {
  padding-top: 1rem !important;
}

.p-m-tb {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-m-lr {
  padding-left: 1rem;
  padding-right: 1rem;
}
.m-a {
  margin: auto !important;
}
.m-a-lr {
  margin-left: auto !important;
  margin-right: auto !important;
}
.m-n {
  margin: 0 !important;
}
.m-sm-t{
  margin-top: 0.5rem !important;
}
.m-sm-r{
  margin-right: 0.5rem;
}
.m-sm-l{
  margin-left: 0.5rem;
}
.m-sm-b{
  margin-bottom: 0.5rem;
}

.m-s-t_minus {
  margin-top: -.75rem !important;
}
.m-s-t {
  margin-top: .75rem !important;
}

.m-s-tb {
  margin-top: .75rem !important;
  margin-bottom: .75rem !important;
}

.m-m-t {
  margin-top: 1rem !important;
}

.m-s-r {
  margin-right: 0.7rem !important;
}

.m-s-l {
  margin-left: 0.7rem !important;
}

.m-s-b {
  margin-bottom: 0.7rem !important;
}

.m-t-l {
  margin-left: 0.25rem !important;
}
.m-t-t {
  margin-top: 0.25rem !important;
}
.m-t-b {
  margin-bottom: 0.25rem !important;
}

.m-m-b {
  margin-bottom: 1rem !important;
}

.m-b-b {
  margin-bottom: 1.5rem !important;
}

.m-m-tb {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-l-t {
  margin-top: 1.5rem;
}

.m-l-b {
  margin-bottom: 1.5rem;
}

.m-e-b {
  margin-bottom: 3rem !important;
}

.fz-s {
  font-size: 0.7em;
}

.fz-s-s {
  font-size: 0.8rem;
}

.fz-s-m {
  font-size: 0.9rem !important; 
}

.fz-n {
  font-size: 1rem !important;
}

.fz-n-t {
  font-size: 1.1rem;
}

.fz-n-s {
  font-size: 1.2rem;
}

.fz-l-s {
  font-size: 2rem;
}
.fz-l-s-m{
  font-size: 2.3rem;
}

.fz-l {
  font-size: 3rem;
}

.fz-m {
  font-size: 1.3rem !important;
}

.fz-m-s {
  font-size: 1.6rem !important;
}

.fz-extra {
  font-size: 4rem !important;
}
.fx-line {
  display: flex;
  align-items: center;
}
.tx-shadow-5{
  text-shadow: 0 0 5px rgba(0,0,0,1);
}
.shadow-5-5{
  box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
.shadow-5{
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.jc-sb{
  justify-content: space-between;
}

.jc-c{
  justify-content: center;
}
.fw-nw {
  flex-wrap: nowrap !important;
}
.fxww {
  flex-wrap: wrap;
}


@keyframes loader_rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.ajax-processing:before {
  content: '';
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  border: .25rem solid var(--color-gray);
  border-bottom-color: var(--color-blue);
  animation: loader_rotation 1s linear infinite;
} 

.ajax-processing{
  position: relative;
  pointer-events: none;
}

.ajax-processing > *{
  opacity: 0.5;
}

.btn-processing{
  pointer-events: none !important;
}

.list-toggle.active li:first-child:after {
  content: '-';
}
.list-toggle li:first-child {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
}
.list-toggle li:first-child:after {
  content: '+';
  font-size: 1.25em;
}
.list-toggle:not(.active) li:first-child {
  border-bottom: 1px solid var(--color-light);
}
.list-toggle:not(.active) li:not(:first-child) {
  display: none;
}

.list-hover-overlay {
  line-height: 1.25;
  height: 4em;
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.list-hover-overlay ul {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  transition: .3s all;
  padding-bottom: 0.25rem;
}

.list-hover-overlay:after {
  content: '\f141';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 1rem;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  background-color: var(--color-white);
  color: var(--color-black);
  opacity: 1;
  transition: .3s all;
}

.list-hover-overlay:hover, .list-hover-overlay.active {
  overflow: visible;
}

.list-hover-overlay:hover:after, .list-hover-overlay.active:after {
  display: none;
}

.list-hover-overlay:hover ul, .list-hover-overlay.active ul {
  background-color: var(--color-white);
}

ul.no-whsp li {
  white-space: nowrap;
}

ul.list-full_w > li {
  display: flex;
  justify-content: space-between;
}

ul.list-full_w .vc_toggle i {
  color: var(--color-green);
  margin-left: 0.25rem;
}

ul.list-full_w .toggle_active i {
  transform: rotate(180deg);
}

ul.separate > li {
  margin-right: .25rem;
}

ul.separate > li:after {
  content: '|';
  display: inline-block;
  margin-left: .5rem;
  opacity: 0.25;
}

ul.separate > li:last-child:after {
  display: none;
}

ul.arrowed li {
  margin-right: .25rem;
}

ul.arrowed li:after {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: .5rem;
  opacity: 0.25;
}

ul.arrowed li:last-child:after {
  display: none;
}

li.separate::after {
  content: '|';
  display: inline-block;
  margin-left: .5rem;
  opacity: 0.25;
}

ul.items-circle li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color-light);
}

ul.list-breadcrumbs {
  padding: 1rem 0;
  border-bottom: 1px solid #f9f9f9;
}

ul.list-breadcrumbs li {
  margin: 0;
  font-weight: 500;
  margin-right: 0.5em;
}

ul.list-breadcrumbs li:last-child {
  font-weight: bold;
}

ul.list-breadcrumbs li:last-child:after {
  display: none;
}

ul.list-breadcrumbs li:after {
  content: '/';
  display: inline-block;
  margin-left: 0.5em;
}

.list-inline {
  display: flex;
  align-items: baseline;
}

.list-inline > li:first-child {
  margin-left: 0 !important;
}

.list-inline li:last-child {
  margin-right: 0 !important;
}

.list-inline.list-sm li{
  margin: 0 .25rem;
}
.list-inline li {
  margin: 0 .5rem .5rem 0;
  white-space: nowrap;
}

.list-classic {
  padding-left: 1rem;
}

.list-classic li {
  list-style-type: disc;
}

.list-vertical a:hover, 
.list-vertical .active {
  color: var(--color-green-d);
}

.list-vertical li:last-child {
  margin-bottom: 0;
}

.list-vertical li {
  margin-bottom: 1rem;
}

.list-vertical li i, .list-vertical li img,  .list-vertical li svg{
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: .5rem;
  fill: #FFF;
}

.list-vertical li a.active svg{
  fill: #000;
}

.form.form-inline{
  display: flex;
  align-items: start;
}
.form.form-inline .form-line{
  width: 75%;
  margin-bottom: 0;
}
.form.form-inline .btn-group{
  width: calc(25% - 10px);
  margin-left: 10px;
}
.form.form-inline .btn-group button{
  width: 100%;
  margin-left: 0;
}
.form.form-inline button{
  width: calc(25% - 10px);
  margin-left: 10px;
  border-radius: 2px;
  position: relative;
}
.form.form-inline button.btn-reset{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0.9em;
  background-color: transparent;
}

.form.form_labled .form-line label:not(.form-label--active) .sender-block .sender-block--title span{
  color: var(--c-white) !important;
}

/* Items List */
.items-list-1 .item{
  padding: 1rem;
  border-radius: var(--radius-default);
  margin-bottom: 1.5rem;
  display: flex;
}
.items-list-1 img{
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  display: inline-block;
}
.items-list-1 .left{
  position: relative;
  left: -100px;
}
.items-list-2 .col-md-2{
  padding: 0;
}
.items-list-2 .item{
  height: 250px;
  position: relative;
}
.items-list-2 img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75);
  transition: .5s;
}
.items-list-2 .content{
  position: absolute;
  width: 100%;
  bottom: -100%;
  opacity: 0;
  padding: .5rem 0;
  transition: .5s;
}
.items-list-2 .item:hover img{
  filter: brightness(1);
}
.items-list-2 .item:hover .content{
  bottom: 0;
  opacity: 1;
}

.items-list-3 .bg_image{
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 0;
  max-width: 150px;
  max-height: 150px;
  object-fit: contain;
}

.item-4_image{
  width: 450px;
  margin: auto;
}
.item-4_image img{
  width: 100%;
  position: relative;
  z-index: 1;
}
.item-4_list{
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item-4_list li{
  display: inline-block;
}
.item-4_list li:nth-child(even){
  text-align: right;
}
.item-4_list a{
  padding: .25rem .75rem;
  display: inline-block;
  background-color: var(--color-blue);
  color: var(--color-white);
  border-radius: var(--radius-default);
}