/*
	Theme Name: twentytwentyfour child theme
	Theme URI: 
	Description: 
	Author: Sizam
	Author URI: 
	Version: 
	Template: twentytwentyfour
*/

/* =Theme customization starts here
-------------------------------------------------------------- */


body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif !important;
  text-rendering: optimizeLegibility;
}

h1,
h1 {
  font-size: 1.8rem !important;
}

.h2,
h2 {
  font-size: 1.6rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5em;
  margin-top: 0;
}

.lgsvlg {
  max-width: 200px;
  max-height: 55px;
  margin-bottom: 1rem;
  text-decoration: none;
}

.mblgsvlg{
  min-width: 120px;
  min-height: 33px;
   text-decoration: none;
}

.sear{
  margin-bottom: 1rem;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.mnoflstit {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.1;
}

.ya-site-form__form td,
th {
  border: none;
  padding: 0;
}

.me-menu-nav {
  list-style: none;
}

.me-menu-nav>li.menu-item {
  font-size: 0.8rem;
  text-decoration: none;
  margin-top: .2rem;
  padding: 0;
}

.me-menu-nav>li.menu-item:first-child {
  padding: 0;
}

input.ya-site-form__submit {
  padding: 1px 10px;
}

input.ya-site-form__input-text {
  padding: 1px 2px;
}

.gs-dynamicpanel-close {
  display: none !important;
}

.gspb_row__content>div.mnblk {
  padding-top: 0;
}

.btnclkm span.gspb-buttonbox-icon {
  padding-top: 0.15rem;
}


.cntinxvw {
  counter-reset: item-counter;
}

.cntinxvw li.gspbgrid_item {
  counter-increment: item-counter;
}

.cntinxvw li.gspbgrid_item h2::before {
  content: counter(item-counter) ". ";
  color: #ccc;
  font-size: 1.6rem;
  font-weight: normal;
}

.plsgrupa>h3 {  
  margin: 1rem 0 0.5rem 0;
  font-weight: bold;
}

ul.plu,
ul.mi {
  list-style: none;
}

ul.plu>li::before {
  content: "✓";
  margin-right: 4px;
  color: #419969;
  font-weight: bold;
}

.mnsgrupa>h3 { 
  margin: 1rem 0 0.5rem 0;
}

ul.mi>li::before {
  content: "⤫";
  margin-right: 4px;
  color: rgb(237, 138, 67);
  font-weight: bold;
}

.par {
    margin: 0.3rem 0;
}

.par ul,
.par ol {
  list-style: decimal inside;
}


.par ol > li::marker {
    font-weight: bold;
}

.par ul {
  list-style: none;
}

.par ul > li::before {
    content: "✓";
    margin-right: 4px;
    color: rgb(88, 198, 73);
}

.coprrtr a{
  text-decoration: underline !important;
  color: inherit;
}

.lds-widget-card.lds-widget-card_usp_outside{
	border-style: solid;
  border-width: 1px;
  border-color: #7d7d7d2b;
	border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.lds-widget-card.lds-widget-card_usp_outside span.lds-widget-card__usp{
	    border-radius: 6px 6px 0 0 !important;
}