a {
  border:0;
  outline:0;
}
a {
    color: inherit;
    text-decoration: none;
}
a img {
    border:0;
  outline:0;
}
@font-face {
    font-family: 'Roboto';
    src: local('fonts/roboto'), local('fonts/roboto-regular'), url('fonts/roboto.woff') format('woff'), url('fonts/roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
.lkmen a {
    display: block;
}
.kdesk {
		display: block;
	}
	.kmob {
		display: none;
	}
.name-label {
    margin-bottom: 10px;
    color: #974cab;
    font-size: 18px;
    display: flex;
}
.notch {
    color: #7e7e7e;
    font-size: 14px;
    margin-left: 30px;
}
.vcent {
	align-items: center;
}
.err {
    border: 1px solid #e6352d !important;
}
h3 {
    font-size: 24px;
    color: #ee7d43;
}
input.invalid {
    border: 1px solid #e6352d;
}
#statusz .blok {
    width: auto;
    margin-right: 20px;
}
.osnlag {
    width: 50%;
    background-color: #fff;
    padding: 1px 15px;
    font-size: 14px;
    margin-top: 20px;
    border: 1px solid #5b1369;
}
.spisokl {
    width: 100%;
}
.spisokl td {
    border: 1px solid #d1d1d1;
    padding: 5px 10px;
}
#addosn {
    border: 2px solid #974cab;
    display: inline-flex;
    color: #974cab;
    height: 35px;
    width: 120px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 20px;
}
#sendlag {
    background-color: #974cab;
    display: inline-flex;
    color: #ffffff;
    height: 35px;
    width: 120px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 20px;
}
#system-message-container{
    position: fixed;
    width: 800px;
    z-index: 99999;
    text-align: center;
    top: 30vh;
    left: calc(50% - 400px);
}
.alert-error {
    color: #e6352d;
}
.alert-message {
    padding: 20px;
}
.imgd {
    width: 12px;
    cursor: pointer;
}
.spisokl th {
    background-color: #5b1369;
    color: #fff;
    padding: 5px;
}
.spisokl table {
    border-collapse: collapse;
    margin-top: 30px;
}
.add-on {
    display: block;
    margin: 10px 0;
    font-size: 18px;
}
.input-small {
    background-color: #ffffff;
    border: 1px solid #5b1369;
    padding: 5px;
}

span.star {
    color: #e6352d;
}
.name-label {
    margin-bottom: 10px;
    color: #974cab;
    font-size: 18px;
}
.sel {
    outline: none;
    width: 100%;
    border: 1px solid #5b1369;
    height: 35px;
    color: #5b1369;
    font-size: 18px;
}
.tab {
    border-collapse: collapse;
    font-family: arial;
    color: #320070;
}
.tab td {
    border: 1px solid #d1d1d1;
    padding: 5px;
    font-size: 14px;
    background-color: #ffffff;
}
.tab th {
    background-color: #5b1369;
    color: #ffffff;
    padding: 5px;
}
.spsz {
    border: 2px solid #5b1369;
    background-color: #f7f4ed;
    padding: 25px;
}
.col-6 {
    width: 48%;
}
.blok .col-6 {
    display: flex;
    align-items: center;
}
.blok .sel {
    width: 60%;
}
.line.flex {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: inherit;
}
body {
    color: #4E4D4D;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Roboto';
    margin: 0;
    position: relative;
    background-color: #FBFBFF;
}
table.tbl {
    border-collapse: collapse;
  width: 100%;
}
.alls {
max-width:1920px;
margin:auto;
}
.center {
	width: 1100px;
	margin: auto;
}
.zakadm .center {
	width: 95%;
	margin: auto;
	min-width: 1200px;
}
.error {
background-color: #FD7B7B!important;
}

.inv {
    display: none!important;
}
.inp {
    outline: none;
}
.inp-out {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.inp {
    height: 35px;
    width: 100%;
    border: 1px solid #104a70;
    border-radius: 8px;
    text-indent: 20px;
    font-size: 18px;
    padding-top: 15px;
    color: #4E4D4D;
}
.inp-out.smesh {
    margin-right: 10px;
}
.psevd {
    position: absolute;
    pointer-events: none;
    left: 20px;
    right: 15px;
    top: 5px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
    transition: .3s;
    color: #788199;
}
.inp:focus~.psevd,
.inp:not(:focus):valid~.psevd {
  top: -10px;
  font-size: 14px;
}
.osninf .inp-out.smesh, .osninf .sel-out.smesh {
    width: calc(33.33% - 11px);
}
.inp-out, .sel-out {
    position: relative;
}
.sel-out .select2-container {
    width: 100% !important;
}
.sel-out .select2-container--default .select2-selection--single {
	height: 53px;
	background-color: #ffffff;
	border-radius: 8px;
	border: 1px solid #4E4D4D;
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #262626;
    font-size: 18px;
    padding-top: 20px;
    padding-left: 20px;
}
.sel-out .psevd {
    color: #788199;
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: -5px;
}
.sel-out .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../images/streld.svg);
    background-size: cover;
    border: none;
    width: 40px;
    height: 40px;
    left: -30px;
    margin: 0;
    top: 12px;
}
span.select2-search.select2-search--dropdown {
    display: none;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #cac9ff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4e4d4d;
}
.select2-dropdown {
    border: none;
    border-radius: 8px;
    overflow: hidden;
}
.select2-results__options {
    color: #4e4d4d;
}
.zakpred {
    background-color: #F7F7F9;
    box-sizing: border-box;
    padding: 35px;
    color: #104a70;
    border: 1px solid #d1ecf1;
    border-radius: 10px;
}
.zakpred .zag {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}
.zakpred .attn {
    margin-bottom: 40px;
    color: #e6352d;
    font-size: 14px;
}
.psevd span {
    color: #e6352d;
    padding-left: 5px;
    font-size: 14px;
}
input.chb {
    display: none;
}
.chb:checked + .chch::before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    background: transparent url(/templates/crdom/images/check.svg) no-repeat center center;
    height: 16px;
    width: 16px;
    background-size: cover;
}
.chb:checked + .chch {
    background-color: #104a70;
}
.chch {
    position: relative;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    margin-right: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #104a70;
}
label.chek {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.linepred1 {
    align-items: center;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.noot {
    margin-left: auto;
    margin-right: 10px;
}
.tippred {
    margin-bottom: 10px;
    align-items: center;
}
.tippred .attn {
    margin-bottom: 0;
    margin-left: 20px;
}
.file-upload label {
    position: relative;
    display: inline-flex;
    border: 1px solid #104a70;
    height: 30px;
    width: auto;
    padding: 0 15px;
    align-items: center;
    border-radius: 10px;
    font-size: 14px;
    color: #4e4d4d;
}
.file-upload label:hover {
    transition: 0.3s;
    color: #ffffff;
    background-color: #104a70;
}
.linpasp .pzag1 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.linpasp .txt {
    margin-bottom: 20px;
}
.inp-out.small {
    width: calc(25% - 10px);
    margin-bottom: 10px;
}
.inp-out.big {
    width: 100%;
    margin-bottom: 10px;
}
.zakpred .file-upload {
    align-items: center;
    margin-bottom: 10px;
}
.input-file-list.nvzh {
    font-size: 14px;
    margin-left: 20px;
    border-bottom: 1px dashed #4e4d4d;
    padding: 0 5px;
	    position: relative;
}
.knop {
    display: inline-flex;
    height: 50px;
    background-color: #f16446;
    color: #ffffff;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    padding: 0 25px;
    margin-top: 50px;
}
.noot label.chek {
    margin-bottom: 20px;
}
.linepred1 .inp-out {
    margin-bottom: 10px;
}
.sogl {
    margin-top: 20px;
    font-size: 13px;
    color: #999;
}
.knop1 {
    position: relative;
    display: inline-flex;
    border: 1px solid #104a70;
    width: auto;
    padding: 0 25px;
    align-items: center;
    border-radius: 10px;
    font-size: 14px;
    background-color: #104a70;
    color: #ffffff;
    cursor: pointer;
	height: 50px;
}
div#addch {
    margin-left: auto;
    margin-top: 30px;
}
.knop1 span {
    font-size: 32px;
    margin-right: 10px;
}
.zakpred .spis {
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.inf1 label.chek {
    margin-bottom: 0;
}
.inf1 {
    align-items: center;
}
.inf1 .sel-out {
    width: 230px;
    margin-right: 15px;
    box-sizing: border-box;
    margin-top: -20px;
}
.inf1 .inp-out {
    margin-bottom: 20px;
}
.haspsp {
    margin: 20px 0;
}
.sovp {
    margin-bottom: 20px;
}
.spis .row {
    border-bottom: 1px dashed #aaa;
    padding: 10px 0;
    padding-left: 10px;
    cursor: pointer;
}
.spisname img.imgr {
    margin-left: 10px;
    width: 20px;
}
.spisname {
    opacity: 0.8;
}
.spisname:hover {
	transition: 0.5s;
    opacity: 1;
}
.sel2 {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    outline: none;
    text-indent: 15px;
    font-size: 16px;
    color: #4e4d4d;
    padding-top: 10px;
    border: 1px solid #104a70;
}
.dann {
    margin-top: 20px;
}
.newzay .ppzag {
    font-size: 20px;
    margin-bottom: 30px;
}
div#addz {
    margin-left: auto;
}
.smesh.col-3 {
    width: 24%;
    margin-right: 20px;
}
.newzay .price {
    font-size: 18px;
    margin-top: 50px;
}
.newzay .price span{
    font-weight: bold;
}
.kompens .ptxt {
    margin-top: 8px;
    font-size: 12px;
    color: #e6352d;
}
#saved {
    margin-left: 20px;
}
#chern {
    margin-top: 50px;
}
.newzay .row {
    margin-top: 20px;
}
.group {
    margin-right: 20px;
}
.lingrupp {
    margin-top: 20px;
    align-items: center;
    position: relative;
}
.lingrupp span {
    margin-left: 10px;
    font-weight: bold;
}
span.podrob {
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}
.podrob-txt {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    background-color: #ffffff;
}
#pasp {
    margin-bottom: 20px;
}
.file-upload .namef {
    color: #ef7f1a;
}
img.imgv {
    width: 15px;
    padding-bottom: 5px;
    cursor: pointer;
}
.podskaz {
    display: none;
    position: absolute;
    transition: 1s;
    background-color: #262626;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    right: -130px;
    bottom: 40px;
    z-index: 9;
    font-size: 14px;
}
.podskaz:after {
    content: '';
    position: absolute;
    border: 11px solid transparent;
    border-top: 10px solid #262626;
    bottom: -21px;
    left: calc(50% - 11px);
}
img.imgv:hover~ .podskaz {
    display: block;
}
img.show {
    width: 20px;
    margin-right: 20px;
    cursor: pointer;
}
.fnc {
    display: none;
    background-color: #F7F7F9;
    width: 90%;
}
}
#pik img.img {
    max-width: 90%;
    max-height: 80vh;
}
img.imgk {
    width: 15px;
    margin-right: 15px;
    cursor: pointer;
    opacity: 0.6;
}
img.imgk:hover {
    opacity: 1;
	transition: 0.3s;
}
embed#pdf {
    height: 80vh;
}
.podrob-txt .skrt {
    font-size: 13px;
    display: inline-block;
    color: #ef7f1a;
    border-bottom: 1px dashed #4e4d4d;
    padding: 0 5px;
    cursor: pointer;
}
.dann .msg {
    border: 1px solid #e6352d;
    border-radius: 10px;
    padding: 20px;
}
.msg img.img1 {
    width: 32px;
    margin-bottom: 15px;
}
.icons {
    display: none;
}
.zakadm {
	background-color: #F7F7F9;
}
.top-panel {
    border: 1px solid #4E4D4D;
    padding: 10px 10px;
    border-radius: 8px;
    margin-bottom: 50px;
}
.top-panel .sel2 {
    height: 30px;
    border-radius: 8px;
    font-size: 14px;
    padding-top: 0;
	text-indent: 0;
}
.top-panel .sel-out.smesh {
    margin-right: 10px;
}
.top-panel .rch {
    margin-left: auto;
    flex-wrap: nowrap;
}
.top-panel .inp {
    padding-top: 0;
    box-sizing: border-box;
    font-size: 16px;
    text-indent: 10px;
    height: 30px;
    width: 20%;
    margin-right: 10px;
}
.tbl td {
    padding: 5px 0;
}
.tbl tr:nth-child(2n) {
    background-color: #fff;
}
.zakadm {
    background-color: #F7F7F9;
    padding: 50px 0;
}
.tbl th {
    text-align: left;
}
.tbl tr:hover td {
    background-color: #888;
    color: #ffffff;
}
.searhc {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
.tbl a {
    text-decoration: underline;
}
.fnc input.inp {
    height: 35px;
    font-size: 16px;
    padding-top: 0;
}
.fnc .inp-out input.inp {
    height: 50px;
	padding-top: 15px;
}
.fnc .sel-out .sel2 {
    height: 50px;
    padding-top: 15px;
    font-size: 16px;
}
#chgrupp .blok, #chkorp .blok{
    width: 20%;
}
.fnc .lindeistv {
    margin-top: 20px;
}
form#infpred {
    width: 50%;
}
.zakpred #infpred {
    width: 100%;
}
input[type="file"] {
    display: none;
}
.fnc .zag {
    font-size: 22px;
    margin-bottom: 20px;
}
.prevp {
    width: 50%;
} 
embed.pdf {
    width: 100%;
    height: 100%;
}
img.jpg {
    width: auto;
    max-height: 80vh;
    max-width: 100%;
}
.fnc .dann {
    width: 50%;
}
.file-upload[data-attr="opek"] {
    margin-bottom: 15px;
}
.tbl select.sel2 {
    height: 25px;
    text-indent: 0;
    padding-top: 0;
}
img.edit {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
    cursor: pointer;
}
.fnc .nomzay {
    font-size: 20px;
    margin-bottom: 20px;
}
.fnc .pzag {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
}
select#statz {
    height: 35px;
    padding-top: 0;
    text-indent: 0;
    width: 200px;
}
textarea#komment {
    width: 800px;
    height: 100px;
    border: 1px solid #767676;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    outline: none;
}  
.lindeistv .knop1 {
    height: 35px;
    margin-right: 15px;
    outline: none;
}
#otmen {
    background-color: #f7f7f9;
    color: #4e4d4d;
}
.menu ul {
    display: flex;
    margin: 0;
    padding: 0;
}
header .center {
    justify-content: space-between;
}
header {
    padding: 10px 0;
}
.lk {
    position: relative;
    display: flex;
    height: 35px;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
    background-color: #104a70;
    color: #ffffff;
    border-radius: 20px;
}
.lk:hover {
	transition: 0.3s;
	background-color: #54afc2;
}
header li {
    list-style: none;
    margin-right: 20px;
}
form#login-form-148 {
    width: 500px;
    margin: auto;
    margin-top: 100px;
}
.lkmen {
    display: none;
    position: absolute;
    border: 1px solid #54afc2;
    width: max-content;
    right: 15px;
    top: 34px;
    color: #104a70;
    z-index: 9999;
    background-color: #fbfbff;
    border-radius: 5px 0px 5px 5px;
    box-sizing: border-box;
    padding: 15px;
}
.lk:hover .lkmen{
    display: block;
    transition: 2s;
}
.lkmen ul {
    padding: 0;
    margin: 0;
}
.lkmen li {
    border-bottom: 1px solid #d1ecf1;
    padding: 5px;
    margin-right: 0;
}
.lkmen li:hover {
   color: #ee7d43;
}
a.btn.btn-link.jmodedit {
    display: none;
}
div#tip-154 {
    display: none;
}
.centrch {
    width: 1200px;
    margin: auto;
}
.newzay .kompens {
    margin-top: 30px;
    padding-right: 25px;
    width: 49%;
    box-sizing: border-box;
}
.input-file-list span {
    color: #e6352d;
}
.zakpr {
    margin-bottom: 15px;
}
span.status {
    color: #f16446;
}
.newzay .spis .row {
    margin-top: 0;
}
.spiszay img.imgr {
    margin-left: 10px;
    width: 18px;
}
.svobod span {
	color: #ef7f1a;
}
.kolvall .pzag1 {
    font-size: 16px;
    margin-bottom: 5px;
}
.kolvall {
    border: 1px solid #ee7d43;
    border-radius: 10px;
    padding: 20px;
    background-color: #ffffff;
    display: inline-block;
}
.kolvall table {
    border-collapse: collapse;
}
.kolvall td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}
.kolvall th {
    border: 1px solid #ddd;
    padding: 5px;
}
img.imgdel {
    width: 16px;
    margin-left: 10px;
}
#otozv {
    background-color: transparent;
    border: 1px solid #4e4d4d;
    color: #4e4d4d;
    margin-right: 20px;
}
.spsdoc img.img1 {
    width: 22px;
    margin-right: 10px;
}
.spsdoc a {
    text-decoration: underline;
}
.spsdoc {
    background-color: #ffffff;
    border: 1px solid #4e4d4d;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px 20px;
}
.spsdoc .pzag1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.dopdoc .pzag1 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 50px;
}
.qrq {
    margin-top: 20px;
    color: #ee7d43;
    cursor: pointer;
}
.spsdoc .flex {
    margin-bottom: 10px;
	cursor: pointer;
}
.spsdoc .qrq img.img1 {
    width: 300px;
}
.glass {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #f7f7f9;
    opacity: 0.3;
}
.gals {
    position: relative;
}
.spis .txt {
    margin-bottom: 20px;
    font-size: 16px;
}
.spis .txt a {
    color: #ee7d43;
    text-decoration: underline;
}
.inf2 .txt {
    margin: 20px 0;
    font-size: 18px;
}
.tbl th {
    text-align: left;
    font-size: 14px;
}
.cleanf {
    background-color: #4e4d4d;
    color: #ffffff;
    height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 10px;
    cursor: pointer;
}
.com-users-registration, #user-registration {
    width: 50%;
    margin: auto;
}
.com-users-registration fieldset {
    border: none;
}
form#member-registration, #login-form-148, #user-registration, #member-profile, .com-users-login, .com-users-profile {
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px;
    border: 1px solid #104a70;
}
div#consentModal {
    display: none;
}
#jform_privacyconsent_privacy .visually-hidden {
    display: none;
}
.member-registration legend {
    color: #e05029;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.com-users-registration fieldset:nth-child(2) legend {
    display: none;
}
.com-users-registration__submit .controls button, .mod-login__submit button, .com-users-reset__submit button, .com-users-remind__submit button, .com-users-profile__edit-submit button, .com-users-login__submit button {
    border: none;
    background-color: #e05029;
    height: 35px;
    padding: 0 20px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.alert.alert-info {
    font-size: 12px;
    color: #9c90fc;
}
.com-users-registration fieldset:nth-child(2) .control-group {
    font-size: 12px;
}
.form-control {
    height: 30px;
    border-radius: 10px;
    border: 1px solid #104a70;
    outline: none;
    text-indent: 15px;
}
.control-label {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #4e4d4d;
}
div#jform\[password1\]-rules {
    font-size: 12px;
    color: #e05029;
}
button.btn.btn-secondary {
	    display: none;
    font-size: 12px;
    border: none;
    background-color: #9c90fc;
    color: #f2ecec;
    border-radius: 20px;
    height: 20px;
}
a.required {
    text-decoration: underline;
}
ul.mod-login__options.list-unstyled {
    display: flex;
    color: #54afc2;
}
.mod-login__options li {
    list-style: none;
    padding-left: 0;
    margin-right: 15px;
}
#form-login-remember-148, .com-users-login__remember {
    font-size: 12px;
    margin: 20px 0;
}
.mod-login__username {
    margin-bottom: 15px;
}
fieldset {
    border: none;
}
form#member-registration legend {
    color: #5050A2;
    font-size: 22px;
    font-weight: bold;
}
form#member-profile {
    width: 50%;
    margin: 50px auto;
}
.com-users-login, .com-users-profile {
    width: 50%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.steps img.img1 {
    width: 64%;
    margin-left: 18%;
}
.steps .txt {
    font-weight: 600;
    color: #104a70;
    text-align: center;
    padding: 0 30px;
}
.steps .blok {
    width: 25%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 100px;
}
.shag {
    width: 50px;
    height: 50px;
    background-color: #f16446;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fbfbff;
    border-radius: 100%;
    font-weight: bold;
    font-size: 22px;
    margin: 30px 0;
    margin-top: 10px;
    position: relative;
}
.shag:after {
    content: '';
    position: absolute;
    background-image: url(/templates/crdoadm/images/szstrel.png);
    background-size: cover;
    left: 110px;
    width: 150px;
    height: 6px;
}
.steps .txt span {
    color: #f4a02c;
}
.steps .txt.last {
    font-size: 18px;
}
.logo {
    align-items: center;
    font-weight: bold;
    color: #104a70;
    font-size: 20px;
}
.logo img.img1 {
    margin-right: 20px;
}
.line1 {
    background-color: #104a70;
    margin-bottom: 80px;
    color: #ffffff;
    background: linear-gradient(116deg, #104a70 0%, #54afc2 100%);
    padding: 30px 0;
}

.line1 .zag {
    font-size: 24px;
    margin-bottom: 30px;
}
.line1 .center {
    align-items: center;
}
.logo .txt {
    font-size: 14px;
}
.line1 .pzag {
    font-size: 22px;
}
.line1 li {
    margin-bottom: 5px;
    position: relative;
}
.line1 li::marker {
    color: #54afc2;
    font-size: 12px;
}
.line1 .lch {
    width: 50%;
}
.line1 .rch {
    width: 50%;
}
.line1 ul {
    margin-left: 0;
    padding-left: 20px;
}
.rsp {
    align-items: center;
}
.rsp img.img1 {
    width: 15px;
    margin-left: 10px;
}
.raspis .zag, .faq .zag {
    text-align: center;
    color: #104a70;
    font-size: 28px;
    margin-bottom: 75px;
}
.raspis .row {
    justify-content: space-between;
}
.raspis .blok {
    width: 20%;
}
.raspis .nsmen {
    color: #ffffff;
    background: linear-gradient(116deg, #104a70 0%, #54afc2 100%);
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
}
.raspis {
    margin-bottom: 110px;
}
.raspis .txt {
    color: #f4a02c;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 50px 0;
}
.raspis .ptxt {
    color: #54afc2;
    text-align: center;
    font-size: 14px;
    display: flex;
}
.raspis img.img1 {
    width: 25px;
    height: 25px;
}
footer {
    color: #ffffff;
    background: linear-gradient(116deg, #104a70 0%, #54afc2 100%);
    padding: 30px 0;
}
.flogo img.img1 {
    width: 50px;
    margin-right: 20px;
}
.zag-akkord {
    position: relative;
    font-size: 18px;
    border: 1px solid #54afc2;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    padding-right: 70px;
    background: linear-gradient(116deg, #104a70 0%, #54afc2 100%);
    color: #ffffff;
}
.zag-akkord:after {
    position: absolute;
    width: 35px;
    height: 35px;
    color: #54afc2;
    right: 30px;
    top: 9px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 54px;
    padding-bottom: 6px;
    box-sizing: border-box;
}
.zag-akkord.close:after {
    content: '+';
    font-size: 30px;
    padding-bottom: 2px;
}
.zag-akkord.open:after {
	content: '-';
}
.akkord {
    margin-bottom: 5px;
}
.cont-akkord {
    padding: 15px 30px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 17px;
}
div#faq {
    margin-bottom: 80px;
}
.back {
    margin-left: auto;
    text-decoration: underline;
}
footer .center {
    align-items: center;
}
.cont-akkord span {
    color: #f4a02c;
    font-weight: bold;
}
.dbl {
	width: calc(50% - 25px); 
	margin-bottom: 20px;
}
.short {
	width: 24.5%; 
	margin-right: 1.5%;
}

footer .txt {
    font-size: 13px;
}
.col-4 {
    width: 33.33%;
}
.flogo {
    align-items: center;
}
footer .col-4 {
    text-align: center;
}
.flogo .txt {
    text-align: left;
}
footer .pzag {
    margin-bottom: 10px;
}
footer a {
    text-decoration: underline;
    color: #54afc2;
}
.alert-heading {
    display: none;
}
.instr {
    max-width: 1200px;
    font-size: 18px;
    border: 1px solid #104a70;
    padding: 25px;
    margin: 100px auto;
    color: #104a70;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.instr img.img1 {
    width: 30%;
    margin-right: 50px;
}
.instr a {
    text-decoration: underline;
    font-weight: bold;
}
.com-users-profile li.btn-group {
    color: #104a70;
    font-size: 20px;
    list-style: none;
    text-align: center;
    text-decoration: underline;
}
fieldset#users-profile-core {
    display: none;
}
.dann .pzag3 {
    margin-bottom: 20px;
}
.input-file-list.prosm {
    cursor: pointer;
}
div#pik {
    text-align: center;
}
ul.spsstr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
li.nstr {
    list-style-type: none;
    display: flex;
    height: 25px;
    width: 25px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    margin-right: 5px;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 5px;
}
li.nstr.act {
    background-color: #4e4d4d;
    color: #ffffff;
}
li.nstr:hover{
    background-color: #4e4d4d;
    color: #ffffff;
}
.zay-list tr.prosr {
    background-color: #f1b8b6;
}
.show_prosr {
    margin-left: auto;
}
.izminf {
    cursor: pointer;
}
.zay-list tr.nored {
    opacity: 0.5;
    position: relative;
}
.zay-list tr.nored:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(/templates/crdoadm/images/lock.png);
    width: 18px;
    height: 22px;
    background-size: cover;
}
.clean_blok {
    display: flex;
    align-items: center;
    margin-left: 10px;
    background-color: #4e4d4d;
    color: #fff;
    border-radius: 10px;
    padding: 0 10px;
    cursor: pointer;
}
.fnc .sel2 {
    height: 35px;
    padding-top: 0;
    font-size: 14px;
}
#tekstochetov {
    border: 1px solid #104a70;
    border-radius: 10px;
    background-color: #ffffff;
    margin-top: 10px;
}
.butotchet {
    font-size: 16px;
    border: 1px solid #54afc2;
    padding: 5px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    margin-right: 10px;
}
.butotchet:hover {
	background-color: #104a70;
    color: #ffffff;
}
#tekstochetov table {
    margin: 20px;
    border-collapse: collapse;
    width: calc(100% - 40px);
}
#tekstochetov td {
    border: 1px solid #54afc2;
    padding: 2px 5px;
}
#tekstochetov th {
    background-color: #54afc2;
    color: #ffffff;
}
.modbody .sel2 {
    width: 20%;
    height: 30px;
    padding-top: 0;
}
.obrabotki .zag {
    font-size: 22px;
    color: #104a70;
    margin-bottom: 30px;
}
.fownla {
    border: 1px solid #104a70;
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #ffffff;
    cursor: pointer;
    margin-top: 10px;
}
.obrabotki .pzag {
    margin-top: 30px;
    font-size: 18px;
}
.obrabotki .pzag span{
    font-weight: bold;
	color: #104a70;
}
.obrabotki .linobr {
    margin-top: 25px;
}
.obrabotki .pzag1 span {
    font-weight: bold;
    color: #104a70;
}
.alendar {
    background-color: #ffffff;
    border: 1px solid #104a70;
    border-radius: 20px;
    padding: 25px;
	width: 450px;
	box-sizing: border-box;
}
.zglday {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #54afc2;
    background-color: #d3e3f7;
}
.dayc {
    width: 14.28%;
    box-sizing: border-box;
    border: 1px solid #d1ecf1;
	position: relative;
}
.dayn {
    text-align: center;
    width: 14.28%;
    padding: 5px 0;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #d1ecf1;
}
.cline {
    display: flex;
}
.calendar-head {
    background-color: #104a70;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
    font-size: 18px;
    border-radius: 20px 20px 0 0;
}
.cday {
    font-size: 18px;
    padding: 10px;
    color: #104a70;
	height: 100%;
	box-sizing: border-box;
}
.cday:hover {
    background-color: rgb(238 125 67 / 50%);
}
.zapis .txt {
    font-size: 18px;
    color: #104a70;
    margin-bottom: 30px;
}
.chmnth {
	border: 12px solid transparent;
	cursor: pointer;
}
.chmnth.next {
    border-left: 15px solid #104a70;
}
.chmnth.prev {
    border-right: 15px solid #104a70;
}
.knps {
    width: 25%;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 15px;
}
.cline .akt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(84 175 194 / 50%);
    cursor: pointer;
}
.strtime {
    margin-top: 15px;
}
.strtime .blok {
    border: 1px solid #104a70;
    border-radius: 20px;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #104a70;
    font-size: 18px;
}
.strtime .blok:hover {
    color: #ffffff;
    background-color: #104a70;
}
.zapis .txt span {
    color: #e6352d;
    font-weight: bold;
}
.zapis .cont {
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #104a70;
    padding: 20px;
}
.zapis {
    margin-top: 30px;
}
div#otmzap {
    margin-top: 0px;
}
.legend {
    margin-top: 15px;
    border-top: 1px solid #104a70;
    border-bottom: 1px solid #104a70;
	padding: 15px 0;
}
.legend .cday {
    background-color: #a9d7e0;
}
.legend .txt {
    margin-bottom: 0;
    margin-left: 15px;
}
@media only screen 
and (min-width : 320px) 
and (max-width: 1024px) {
	.kdesk {
		display: none;
	}
	.kmob {
		display: block
	}
.center {
        min-width: initial;
        width: 95%;
    }
.menu {
    display: none;
}
    form#login-form-148 {
        width: 90%;
        box-sizing: border-box;
        padding: 15px;
    }
.com-content-article__body {
    width: 100%;
    margin: auto;
}	
.form-control {
    width: 75%;
}
.com-users-registration, #user-registration {
    width: 100%;
}
form#member-registration legend {
    font-size: 18px;
}
.centrch {
    width: 100%;
}
.zakpred .zag {
    font-size: 20px;
}
.inp-out.small {
    width: 100%;
}
.file-upload label {
    padding: 0 10px;
}
.zakpred {
    padding: 10px;
}
.input-file-list.nvzh {
    margin-left: 0;
}
img.show {
    margin-right: 5px;
}
.input-file-list.nvzh {
        margin-left: 0;
        margin-top: 10px;
        padding: 0;
    }
.zakpred .spis {
    padding: 10px;
}
.inf1 .sel-out {
    margin-top: 15px;
}
.smesh.col-3 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
}
.col-6 {
    width: 100%;
}
.newzay .kompens {
    width: 100%;
    padding-right: 0;
}
form#member-profile {
    width: 100%;
}
    .steps .blok {
        width: 70%;
        margin: auto;
    }
.shag {
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin: 15px auto;
}
.steps .txt {
    padding: 0;
}
.shag:after {
	display: none;
}
.steps .blok {
        width: 70%;
        margin: auto;
        margin-bottom: 40px;
    }
.raspis .zag, .faq .zag {
    font-size: 22px;
    margin-bottom: 30px;
}
.raspis .blok {
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
}	
.raspis .txt {
    padding: 20px 0;
    padding-bottom: 5px;
}
.raspis .ptxt {
    align-items: center;
}
.raspis {
    margin-bottom: 30px;
}
.zag-akkord {
    font-size: 16px;
}
.zag-akkord:after {
    width: 25px;
    height: 25px;
    right: 15px;
}
.zag-akkord {
    font-size: 16px;
    padding-right: 45px;
}
.cont-akkord {
    font-size: 15px;
}
.flogo img.img1 {
    width: 30px;
    height: 33px;
}
footer {
    font-size: 12px;
}
.back {
    margin-top: 20px;
}
.line1 .lch {
    width: 100%;
}
.line1 .zag {
    font-size: 18px;
}
    img.imgm {
        width: 32px;
        position: absolute;
        right: 5%;
        top: 10px;
    }
.logo {
    margin-left: 5%;
}	
.mobmenu {
    position: relative;
}
    .mmenu {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        background-color: #ffffff;
        padding: 40px 15px;
        z-index: 9999999;
    }
    .mmenu li {
        font-size: 16px;
        color: #104a70;
        border-bottom: 1px solid #d1ecf1;
        padding: 10px 0px;
    }
img.imgc {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
}
.mobmenu {
        position: relative;
        width: 100%;
    }
.logo .txt {
    font-size: 12px;
}
.logo img.img1 {
    width: 40px;
    margin-right: 10px;
}
.logo .txt {
    font-size: 12px;
    font-weight: 400;
}
.lkmen {
    position: relative;
    display: block;
    top: 0;
    border: none;
    padding: 0;
    background-color: #ffffff;
    right: 0;
    margin-top: 20px;
    border-bottom: 1px solid #104a70;
    border-radius: 0;
    width: 100%;
    padding-bottom: 40px;
}	
.mmenu ul {
    padding: 0;
}
.inp-out, .sel-out {
        width: 100%;
        margin-bottom: 10px;
    }
.zakpred .attn {
    font-size: 12px;
    margin-left: 0;
}
.noot {
    margin-left: 0;
}
.dbl {
    margin-bottom: 10px;
}
.linpasp .inp-out {
    margin-bottom: 10px;
}
.spis .row {
    padding: 0;
}
.spisname {
    position: relative;
}
.spisname img.imgr {
    position: absolute;
    margin-left: 0;
    top: 2px;
    right: -5px;
}
    .spisname {
        position: relative;
        padding: 5px 0;
        padding-right: 15px;
    }
#addch {
    margin-top: 0px;
}
.inf1 .inp-out {
    margin-bottom: 10px;
    margin-right: 0;
}
.inf1 .sel-out {
    margin-right: 0;
    width: 100%;
}
input.inp {
    box-sizing: border-box;
    height: 50px;
}
    .inp-out.smesh {
        margin-right: 0;
        margin-top: 0 !important;
    }
.short {
    margin-right: 0;
}
label.chek {
    font-size: 12px;
}
.newzay .row {
    margin-top: 0;
}
.kolvall {
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.knop1 {
    height: 40px;
    padding: 0 10px;
}
.knop {
    padding: 0px 15px;
    height: 42px;
}
.spsdoc .flex {
    flex-wrap: nowrap;
    align-items: flex-start;
}
.spsdoc {
    margin-bottom: 30px;
}
.knop1 span {
    font-size: 22px;
}
footer .col-4 {
    width: 100%;
    margin-bottom: 20px;
}
.instr {
    flex-wrap: wrap;
    justify-content: center;
}
.instr img.img1 {
    width: 50%;
    margin-bottom: 31px;
}
.instr {
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 100px auto;
    box-sizing: border-box;
}
div#system-message-container
 {
    width: 100%;
    left: 0;
}
.alendar {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
}
}