.tpl-field {
  display: flex;
  align-items: center;
  gap: 30px;
  min-height:50px;
  padding:15px;
  background:#f2f2f2;
}

.tpl-field:nth-child(even) {
  background:#f9f9f9;
}

.tpl-field label {
  flex: 0 0 200px;
}

.tpl-field-input {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  height:100%;
  background:#fff;
  padding:15px;
}

.tpl-field > div {
    width: 100%;
    display: flex;
    align-items: center;
}

.tpl-field .btn {
    margin: auto;
}

.user-block {
    padding-bottom:50px;
}

.user-block .item .wr {

    background:#fff;
    border:#dedede 1px solid;
    border-radius:15px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
    overflow:hidden;

}

.user-block .item + .item {
    margin-top:50px;
}

.user-block .item h2 {
    padding-bottom:15px;
}

.user-block .item .table_info {
    padding:30px;    
}

.user-block .item .table_info table {
    width:100%!important;
    border:0px !important;
}

.user-block .item .table_info table tr, .user-block .item .table_info table td {
    border:0px !important;
}

.user-block .item .table_info table tr + tr {
    border-top:#f2f2f2 1px solid !important;
}

.user-block .item .table_info table tr:nth-child(odd) {
    background:#fafbf6;
}

.user-block .item .table_info table tr td {
    padding:15px 0;
}

.user-block .item .table_info table tr td + td {
    padding-left:10px;
}

.user-block .item .table_info table tr:first-child td {
    font-weight:bold;
}

.user-block .item .docs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 30px;
}

.user-block .item .docs .doc_item {
  padding: 5px;
  height: 70px;
  box-sizing: border-box;
  background: #eef4da;
  display: flex;
  align-items: center;
  justify-content: center; 
  flex-wrap:wrap;
  border-radius:8px;
}

.user-block .item .docs .doc_item span {
  width:100%;
  text-align:center;
  font-size:12px;
  opacity:.5;
  display:block;
  padding-top:5px;
}

.user-block .item .docs .doc_item:hover {
  background: #8bb314;
  color:#fff;
}

.user-block .pay_item {
  display:flex;
  flex-wrap:wrap;
  gap:15px;
  width:100%;
}

.user-block .pay_item .date {
  font-size:24px;
  width:fit-content;
  padding:10px 15px;
  background:#8bb314;
  color: #fff;
}

.user-block .pay_item .pay {
  display:flex;
  align-items:center;
}

.user-block .pay_item .pay span {
  border-bottom:#8bb314 dashed 1px;
  color:#8bb314;
  cursor:pointer;
}

.user-block .pay_item .pay_box {
  width:100%;
  display:none;
}

.user-block .pay_item .pay_box.active {
  display:block;
}

.sotrudnik {
    padding-top:30px;
}

.sotrudnik .row {
    display: grid;
    gap: 30px;
    grid-template-columns: 360px 1fr;
}

.sotrudnik h1 {
    font-family: "Open Sans";
    font-weight: 700;
    color:#2C2C2C;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
}

.sotrudnik .photo img {
    width:100%;
    border-radius:20px;
}

.sotrudnik .dol {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    padding-top:10px;
}

.sotrudnik .text .h {
    border-bottom: #ECEEE8 1px solid;
    padding-bottom: 30px;
    margin-bottom: 32px;
    position: relative;
    display: inline-grid;
    grid-template-columns: 1fr 236px;
    width: 100%;
}

.sotrudnik .text .h:after {
    position:absolute;
    content:"";
    width:85px;
    height:3px;
    left:0;
    bottom:-1px;
    background:#8BB314;
    display:block;
}

.sotrudnik .text .btns .bt {
    width: 100%;
    height: 46px;
    border-radius: 50px;
    gap: 7px;
    padding-top: 11px;
    padding-right: 21px;
    padding-bottom: 11px;
    padding-left: 20px;
    color: #fff;
    cursor: pointer;
    background: #8BB314;
    display: flex;
    gap: 5px;
    align-items: center;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
}

.sotrudnik .text_box {
    
}

.sotrudnik .text_box {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px!important;
    leading-trim: CAP_HEIGHT;
    line-height: 24px;
    letter-spacing: 0%;
    color: #666666;
}

.sotrudnik .text_box p {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px!important;
    leading-trim: CAP_HEIGHT;
    line-height: 24px;
    letter-spacing: 0%;
    color: #666666;
    padding-bottom:34px;
}

.sotrudnik .text_box h2 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2C2C2C;
    padding-bottom:20px;
}



.sotrudnik_list .row {
    padding:30px;
    background:#fff;
    border-left: 4px solid #8BB314;
    border-radius:20px;
    display:grid;
    grid-template-columns: 1fr 294px;
    align-items:center;
    box-shadow: 0px 4px 40px 0px #0000000D;
    margin-bottom:49px;
}

.sotrudnik_list .row .text .h {
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 26px;
    letter-spacing: 0%;
    color: #2C2C2C;
}

.sotrudnik_list .btns {
    display:flex;
    gap:6px;
    padding-top:22px;
}

.sotrudnik_list .btns a {
    border-radius: 50px;
    padding: 15px 23px;
    border: 1px solid #8BB314;
    display:flex;
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 15px;
    letter-spacing: 0%;
    color: #8BB314;
}

.sotrudnik_list .btns a.a {
    background: #8BB314;
    color: #fff;
}

.sotrudnik_list .row .photo {
    display:grid;
    grid-template-columns: 79px 1fr;
    gap:11px;
    align-items:center;
}

.sotrudnik_list .row .photo img {
    width:71px;
    height:71px;
    object-fit:cover;
    border-radius:50%;
}

.sotrudnik_list .row .photo .img {
    width:77px;
    height:77px;
    border-radius:50%;
    padding:2px;
    border: 2px solid #8BB314;
}


.sotrudnik_list .row .photo .name {
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2C2C2C;
}

.sotrudnik_list .row .photo .dol {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Italic;
    font-size: 15px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    padding-top:5px;
}


@media( max-width:768px){

    .sotrudnik_list .row {
        grid-template-columns: 1fr;
        gap:15px;
    }
    
    .sotrudnik_list .row .text .h {
        font-size: 18px;
    }
    
    .sotrudnik_list .btns a {
        padding: 10px 8px;
        font-size: 12px;
        text-align:center;
    }
    
    .sotrudnik .row {
        grid-template-columns: 1fr;
    }
    
    .sotrudnik .text .h {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sotrudnik h1 {
        text-align:left;
    }
    
    .sotrudnik .text .btns .bt {
        text-align:center;
    }

}



