.reqchecks {padding-bottom:30px;}

.inputwrap {
    position: relative;
}

.inputwrap input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.inputwrap input[type="checkbox"]+label {
    padding-left: 100px;
    font-size: 18px;
    cursor: pointer;
    font-weight:100;
}

.margined.inputwrap {
    margin: 15px 0;
}

.inputwrap input[type="checkbox"]+label i.infotip {
    position: relative;
    top: auto;
    right: auto;
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
}

.inputwrap:not(.check) input[type="checkbox"]:not(.usernotpdl)+label:before {
    content: '';
    position: absolute;
    top: calc(50% - 16.5px);
    left: 11px;
    width: 63px;
    height: 33px;
    border-radius: 16px;
    background: #ffffff;
    -webkit-transition: .2s;
    transition: .2s;
    border: 2px solid #989898;
}

.inputwrap:not(.check) input[type="checkbox"].usernotpdl+label:before {
    width: 28px;
    height: 28px;
    top: -3px;
    left: 0;
    position: absolute;
    color: white;
    z-index: 2;
    border: 2px solid #989898;
    border-radius: 4px;
    text-align: center;
}

.inputwrap:not(.check) input[type="checkbox"].usernotpdl+label:after {
    display: none;
}



.inputwrap:not(.check) input[type="checkbox"]+label:after {
    content: '';
    position: absolute;
    top: calc(50% - 12.5px);
    left: 15px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #989898;
    -webkit-transition: .2s;
    transition: .2s;
}

.inputwrap:not(.check) input[type="checkbox"]:checked+label:before {
    border: 2px solid #c9b100;
    background: #c9b100;
}

.inputwrap:not(.check) input[type="checkbox"]:checked+label:after {
    left: 45px;
    background: #ffffff;
}

.datepickwrap:before,
.dateage:before {
    position: absolute;
    color: #989898;
    top: 19px;
    right: 15px;
    z-index: 1;
}

input[type='text'].dateagepicker {
    /* padding-right: 40px; */
    background: transparent;
    z-index: 2;
}

.gttable {
    margin-bottom: 40px;
}

.gttable h2 {
    margin: 0;
}

.gttable .row:nth-last-child(2) {
    margin-bottom: 10px;
}

.gttable .row:first-child>div {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 2px solid #e3d36e;
}

.gttable .row:first-child>div:not(:first-child) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.gttable .row:first-child>div.yellow,
.gttable .row:last-child>div.yellow {
    background: #c1a900;
    color: white;
}

.gttable .row>div.yellow {
    background: #f9f8e5;
}

.gttable div.lightyellow {
    background: #f9f8e5;
}

.gttable .row:not(:first-child):not(:last-child):hover>div {
    background: #f1f1f1;
}

.gttable .row:last-child>div {
    border-top: 2px solid #e3d36e;
}

.gttable .row:last-child p.summ {
    text-align: center;
}

.gttable .row:last-child .yellow p.summ {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.gttable .row:last-child .yellow:after {
    content: 'Выбрано';
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
    width: 100%;
    display: inline-block;
}

.gttable .numberinput {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 50px;
    padding: 13px 0;
}

.gttable .numberinput input {
    height: 24px;
    border: none;
    text-align: center;
    display: inline-block;
    width: calc(100% - 48px);
    background: transparent;
    font-size: 18px;
    float: left;
}

.gttable .numberinput .minus,
.gttable .numberinput .plus {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 22px;
    background: #c9b100;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    -webkit-user-select: none;
    /* user-select -- это нестандартное свойство */

    -moz-user-select: none;
    /* поэтому нужны префиксы */

    -ms-user-select: none;
}

.gttable .numberinput .minus.disabled,
.gttable .numberinput .plus.disabled {
    background: #e9e9e9;
    color: #989898;
}

.gttable .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gttable p {
    font-size: 18px;
    padding: 15px 7px;
    line-height: 20px;
}

.gttable .row:first-child label {
    font-size: 18px;
    padding: 15px 7px;
    line-height: 20px;
    cursor: pointer;
}

.gttable p b {
    margin-top: 5px;
    display: inline-block;
}

.gttable p.padded-left {
    padding-left: 40px;
}

.gttable p.padded-left,
.gttable p.padded {
    padding-top: 5px;
    padding-bottom: 5px;
}

.gttable p.padded {
    text-align: right;
    padding-left: 30px;
    padding-right: 30px;
}

.gttable p.padded-left,
.gttable p.padded,
.gttable p {
    margin-bottom: 0;
}

.gttable p i {
    margin: 0 auto;
    display: table;
    margin-top: 4px;
    margin-bottom: 9px;
}

.gttable p i:before {
    font-size: 14px;
}

.gttable p i.flaticon-check:before {
    color: #c1a900;
}

.gttable p i.flaticon-cross:before {
    color: #989898;
}

p.summ {
    font-size: 24px;
    /*font-family: 'Neo-Sans-Pro';*/
    padding-top: 18px;
}

p.summ span {
    font-size: 18px;
}

p.righted {
    text-align: right;
}

.gttable p.righted {
    padding-top: 20px;
}

.gt_tab .prog ul {
    padding-left: 20px;
    margin-bottom: 40px;
}

.gt_tab .prog ul li {
    margin-bottom: 15px;
    line-height: 24px;
}

.gt_tab .prog p {
    font-size: 18px;
}

p.tip {
    font-size: 14px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tooltip {
    font-family: 'Neo-Sans-Pro-Light', verdana;
}

.rejectblock {
    width: calc(100% + 70px);
    margin-left: -35px;
    display: inline-block;
    border-bottom: 2px solid #ffc800;
    border-top: 2px solid #ffc800;
    padding: 25px;
    background-image: url(palm_big.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 130px center;
    margin-bottom: 58px;
}

.rejectblock.rejected {
    background-position: center;
}

.rejectblock:not(.rejected) .rejectonly {
    display: none;
}

.rejectblock.rejected .nrejectonly {
    display: none;
}

.rejectblock.rejected .rejectcheck,
.rejectblock.rejected .rejectcheck+label {
    opacity: 0;
    visibility: hidden;
}


.rejectblock .padded {
    padding: 0 20px;
}

.rejectblock .padded p {
    margin-bottom: 10px;
}

.rejectblock h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
    margin-top: -5px;
    color: black;
}

.rejectblock p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
}

.rejectblock .graywarn p {
    line-height: 16px;
}

.rejectblock p.summ {
    font-size: 22px;
    line-height: 22px;
    padding-left: 10px;
    color: #c1a900;
}

.rejectblock.rejected p.summ {
    background: #c1a900;
    text-align: center;
    color: white;
    padding-bottom: 15px;
    border-radius: 5px;
    font-family: 'Neo-Sans-Pro-light';
}

.rejectblock p.summ span {
    font-size: 22px;
}

.rejectblock ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.rejectblock ul li {
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}

.rejectblock ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #c9b100;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 20px;
}

.rejectblock h3 {
    color: black;
    margin-bottom: 20px;
}

.graywarn {
    background: #ebebeb;
    padding: 20px;
    margin-bottom: 35px;
}

.graywarn.pad {
    padding-left: 40px;
}

.graywarn.pad p {
    position: relative;
}

.graywarn.pad p span {
    position: absolute;
    left: -20px;
    top: 0;
}

.rejectblock .textwrap.mt {
    margin-top: 20px;
}

.rejectblock .inputwrap {
    margin-left: 10px;
}

.rejectblock .textwrap {
    padding-left: 10px;
}

.rejectblock .textwrap .graywarn:last-child {
    margin-bottom: 70px;
}

.rejectblock.rejected .textwrap {
    padding-left: 0;
}

.rejectblock .inputwrap input[type="checkbox"]+label {
    margin-top: 25px;
    margin-bottom: 25px;
}

.rejectblock>.row.slided {
    padding-top: 25px;
    display: none;
}

.rejectblock>.row.slided label {
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.inputwrap.aftered input {
    padding-right: 55px;
    text-align: right;
}

.inputwrap.aftered .after {
    position: absolute;
    right: 22px;
    top: calc(50% - 10px);
}

.rejectblock>.row.slided:not(.rejectonly) .padded {
    margin-top: 30px;
}

.users {
    margin-bottom: 50px;
}

.user_item .inputwrap input[type="checkbox"]+label {
    margin-top: 17px;
}

.user_item .inputwrap input[type="checkbox"].usernotpdl+label {
    padding-left: 45px;
}

.user_item {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 10px;
    border-bottom: 1px dotted black;
}

.user_item .delete,
.user_item .delete:focus {
    color: gray;
    float: right;
    margin-top: 12px;
    text-decoration: none;
}

.user_item .delete:hover {
    text-decoration: none;
    color: #255288;
}

.user_item .delete span {
    display: none;
}

.user_item .delete i:before {
    font-size: 30px;
}

.add_user {
    padding: 35px 63px;
    position: relative;
    /* width: 100%; */
    width: 350px;
    cursor: pointer;
}

.add_user i {
    position: absolute;
    left: 12px;
    top: 27px;
}

.add_user i:before {
    font-size: 35px;
    color: #3fa1c9;
}

.payer {
    background: #003c72;
    width: calc(100% + 70px);
    margin-left: -35px;
    padding: 25px 35px;
    padding-bottom: 40px;
    margin-bottom: 25px;
}

.payer h2 {
    color: white;
    margin-bottom: 18px;
}

.payer label {
    margin-bottom: 5px;
}

.payer .inputwrap {
    background: white;
    border-radius: 5px;
}

.payer>.row:first-of-type {
    margin-bottom: 25px;
}

.payer p.padded {
    padding-left: 37px;
    font-size: 18px;
    padding-top: 24px;
    line-height: 24px;
    color: #67b6d7;
}

.payer input {
    color: black;
}

.inputwrap select {
    color: black;
    width: 100%;
    height: 58px;
    background: transparent;
    padding: 0 16px;
    font-family: neo-sans-pro-light;
    border: 2px solid #EBEBEB;
    -wekit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 55px;
}

.inputwrap.selectwrap {
    background: white;
}

.inputwrap.selectwrap:before {
    color: #969796;
    position: absolute;
    right: 16px;
    top: 15px;
    font-size: 27px;
}

.inputwrap.selectwrap:after {
    content: '';
    position: absolute;
    height: 40px;
    width: 1px;
    top: 9px;
    right: 55px;
    display: inline-block;
    background: #e2e2e2;
}

.inputwrap.check {
    margin-bottom: 10px;
}

.inputwrap.check input[type="checkbox"]+label {
    padding-left: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height:1.4;
}
.inputwrap.check input[type="checkbox"]+label>a {font-weight:400;}

.inputwrap.check input[type="checkbox"]+label.big {
    font-size: 18px;
    font-weight:400;
}

.inputwrap.check input[type="checkbox"]+label:after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    top: calc(50% - 16.5px);
    left: 0;
    border: 3px solid #989898;
    border-radius: 4px;
    z-index: 1
}

.inputwrap.check input[type="checkbox"]+label:before {
    position: absolute;
    left: 6px;
    top: calc(50% - 12px);
    color: white;
    z-index: 2
}

.inputwrap.check input[type="checkbox"]:checked+label:after {
    border: 3px solid #c1a900;
    background: #c1a900;
}

.checks {
    margin-bottom: 60px;
}

.checks h2 {
    margin-top: 40px;
    margin-bottom: 35px;
}

.checks input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    top: calc(50% - 20px);
    margin: auto;
}

.checks input[type="checkbox"]+label.block {
    margin-top: 0;
    border: 2px solid #e9e9e9;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    cursor: pointer;
}

.checks input[type="checkbox"]:not(:checked)+label.block:hover {
    border-color: #c9c9c9;
}

.checks input[type="checkbox"]+label.block p:not([class]) {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.checks input[type="checkbox"]+label.block p:not([class])+p.big {
    margin-top: 0;
}

.checks input[type="checkbox"]+label.block p.big+p:not([class]) {
    margin-top: 0;
}

.checks input[type="checkbox"]+label.block p.big {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 5px;
    font-family: 'Neo-Sans-Pro';
}

.checks input[type="checkbox"]+label.block p.price {
    float: right;
    margin-top: 20px;
    font-size: 18px;
    padding: 7px 25px;
    border-radius: 3px;
    background: #c1a900;
    color: white;
}

.checks input[type="checkbox"]+label.block p.price span {
    font-size: 12px;
}

.checks input[type="checkbox"]+label .wrap {
    display: inline-block;
    width: 100%;
}

.checks input[type="checkbox"]+label .row {
    display: inline-block;
}

.checks input[type="checkbox"]+label .row p.price {
    width: 100%;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
}

.checks input[type="checkbox"]+label .row .inputwrap {
    margin-top: 20px;
}

.row.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.checks input[type="checkbox"]:checked+label {
    border-color: #ffc800;
}

.checks input[type="checkbox"]:checked+label p.price {
    background: #989898;
}

.summary {
    margin-bottom: 60px;
    border-top: 2px solid #c1a900;
}

.summaryblock {
    border-bottom: 2px solid #c1a900;
    border-left: 2px solid #c1a900;
    border-right: 2px solid #c1a900;
    padding: 20px;
}

.summaryblock p.pricing {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 28px;
    margin-top: 15px;
}

.summaryblock p.pricing span.gray {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    margin-right: 14px;
    color: gray;
}

.summaryblock p.pricing>span.finalprice {
    font-size: 30px;
    display: inline-block;
    color: #c1a900;
    /*font-family: 'Neo-Sans-Pro';*/
}

.summaryblock p.pricing>span.finalprice span {
    font-size: 22px;
}

.summaryblock p:not([class]) {
    text-align: center;
    font-size: 18px;
    margin-top: 25px;
    line-height: 20px;
    margin-bottom: 12px;
}

.summaryblock input[type="submit"] {
    min-height: 60px;
    width: 100%;
    margin: 0 auto;
    display: table;
    font-size: 24px;
    font-family: 'Neo-Sans-Pro';
    color: white;
    background: #c1a900;
    border: none;
    padding: 15px 50px;
    border-radius: 4px;
}

.summaryblock input[type="submit"]:disabled {
    background: grey;
}

.summary .logos {
    margin-top: 15px;
    margin-bottom: 20px;
}

.summary .logos>div:nth-child(1) img,
.summary .logos>div:nth-child(2) img {
    max-width: 100%;
    margin: 10px 0;
}

.summary .logos>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.summary p.link {
    margin-bottom: 5px;
    line-height: 16px;
}

.summary p.link a {
    font-size: 14px;
}

.onlypadding {
    padding: 20px 35px;
    padding-bottom: 0;
}

.increaserate {
    display: none;
}

p.ageerror,
.error-valid {
    font-size: 18px;
    margin: 15px 0;
    color: #f50707;
    display: none;
}
