html {
scroll-behavior: smooth;
}
.container {
margin: 0 auto;
}
.container .row {
display: flex;
max-width: 1300px;
margin: 0 auto;
gap: 40px;
}
.container .row .col-3 {
width: calc(100% / 12 * 3);
}
.container .row .col-4 {
width: calc(100% / 12 * 4);
}
.container .row .col-8 {
width: calc(100% / 12 * 8);
}
.container .row .col-9 {
width: calc(100% / 12 * 9);
}
.container .row .col-12 {
width: 100%;
} @media (max-width: 768px) {
.container .row {flex-wrap: wrap;}
.container .row .col-3,
.container .row .col-4,
.container .row .col-8,
.container .row .col-9 {width: 100%;}
}
.container .meta {
margin-bottom: 1rem;
}
.container span.title {
font-weight: bold;
color: #7c9ac0;
}
.container.course-title {
padding: 50px 30px 70px 30px;
background: #7c9ac0;
align-items: center; 
}
.container.course-title .row {
align-items: center; 
}
.container.course-info {
margin: 50px 30px 70px 30px;
}
.course-details {
background-color: #fff;
padding: 40px; 
margin-top: -100px;
margin-bottom: 30px;
border-radius: 10px;
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.course-content {
background-color: #fff;
}
.course-buy {
background-color: #fff;
padding: 40px; 
border-radius: 10px;
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.cta-button {
color: #fff;
background: #a2b31d !important;
border: 1px solid #a2b31d !important;
padding: 10px 20px;
border-radius: 5px;
display: inline-block;
margin-bottom: 20px;
}
.cta-button:hover {
text-decoration: none;
background: #b5c921  !important;
color: #fff  !important;
border-color: #b5c921  !important;
}
.anchor {position: relative; top: -100px;}
.lktr .p-button {
color: #fff;
background: #a2b31d !important;
border: 1px solid #a2b31d !important;
}
.lktr .p-button:enabled:hover {
color: #fff;
background: #b5c921;
border-color: #b5c921;
}
h1 {color: #fff;}
a {
color: #7c9ac0;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}  .title {
font-weight: bold;
margin-bottom: 7px;
color: #7C9AC0;
} .select2-container {
width: 100% !important;
}
.select2-selection {
background-color: #f0f0f0;
border: 1px solid #ccc;
border-radius: 4px;
padding: 8px 12px;
font-size: 14px;
color: #333;
}
.select2-selection__rendered {
padding: 0 !important;
}
select,
input[type="search"],
input[type="checkbox"] {
font-size: 14px;
padding: 8px;
border-radius: 4px;
border: 1px solid #ccc;
margin-bottom: 15px;
} input[type="search"] {
padding-right: 35px;
background: url(//kurzy.kkivi.cz/wp-content/themes/lektory-child/search-icon.svg) no-repeat right center;
background-size: 16px;
background-color: #fff;
} .row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.select-boxes {
display: flex;
flex-wrap: nowrap;
justify-content: start;
width: 100%;
}
.select-boxes-top {
display: flex;
flex-wrap: nowrap;
justify-content: start;
width: 100%;
}
.select-box  {
flex: 0 0 25%;
padding-right: 20px;
}
.select-box-obor  {
flex: 0 0 40%;
padding-right: 20px;
}
.select-box-search  {
flex: 0 0 60%;
padding-right: 20px;
}
@media (max-width: 767px) {
.select-box {
flex: 0 0 100%;
}
} .applyfilter {
display: inline-block;
background-color: #A2B31D;
color: #fff;
padding: 10px 20px;
font-size: 14px;
border-radius: 4px;
text-decoration: none;
text-align: center;
margin-top: 20px;
transition: background-color 0.3s ease;
box-shadow: none;
font-family: "Roboto", sans-serif;
line-height: 16.8px;
border: none;
cursor: pointer;
font-weight: bold;
}
.reset {
display: inline-block;
background-color: #7C9AC0;
color: #fff;
padding: 10px 20px;
font-size: 14px;
border-radius: 4px;
text-decoration: none;
text-align: center;
margin-top: 20px;
transition: background-color 0.3s ease;
font-weight: bold;
}
.reset:hover, .applyfilter:hover {
color: #fff !important;
} .item {
margin-bottom: 15px;
}
.item label {
font-size: 14px;
color: #555;
cursor: pointer;
}
.item .input {
display: flex;
align-items: center;
} .searchWrapper .input {
margin-bottom: 0;
} .select2-selection__placeholder {
color: #aaa;
} .select2-container--default .select2-selection--multiple {
background-color: #f7f7f7;
border: 1px solid #ddd;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
padding: 5px;
line-height: 1.2;
}
.select2-container--default .select2-selection__arrow {
top: 10px;
} .select2-selection__placeholder {
font-style: italic;
color: #bbb;
}
.select-box {
flex: 1; }
.select-box:last-child {
margin-right: 0; }
.select-box select {
width: 100% !important; }
.multiselect-dropdown-list input {
zoom: 1.2;
position: relative;
top: 4px;
}
.multiselect-dropdown-list div {
padding: 5px 0 0 3px;
}
.multiselect-dropdown-list div:hover {
background-color: #d7e668ff;
}
.multiselect-dropdown-list div.checked {
background-color: #A2B31D;
color: #fff;
}
.multiselect-dropdown span.optext {
background-color: #d7e668ff;
padding: 5px 14px 3px 9px;
color: #000;
font-size: 90%;
}
.multiselect-dropdown span.optext .optdel {
color: #000;
position: relative;
top: -2px;
}
.ng-star-inserted p.lktr-presenter-no-content-text.ng-star-inserted {color: #fff !important}
.full-title {
display: inline-flex;
align-items: center;
margin-top: 10px;
padding: 0;
background: transparent;
border: 0;
color: #c59c56;
font-size: 15px;
font-weight: 600;
line-height: 1.3;
cursor: pointer;
text-decoration: underline;
text-underline-offset: 3px;
}
.full-title:hover {
color: #a77f3f;
}
.full-title:focus {
outline: none;
}
.full-title:focus-visible {
outline: 2px solid currentColor;
outline-offset: 3px;
}