#lg-calc-santeh {
    margin: 0 auto 30px;
    position: relative;
    height:622px;
    max-width:924px;
}
.lg-santeh-top {
    padding-bottom:27px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom:14px;
    display:grid;
    grid-template-columns: 260px 322px 186px;
    justify-content: space-between;
    gap:10px
}
.lg-santeh-container {
    border-radius: 10px;
    box-shadow: 0 4px 13px 0 #00000026;
    border-top: 4px solid #b0d32c;
    padding:25px 43px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.lg-santeh-count {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    color: #151515;
    margin-bottom:15px
}
.lg-santeh-line {
    display:flex;
    flex-wrap: nowrap;
    justify-content: stretch;
    gap:7px;
}
.lg-santeh-line span {
    height:4px;
    background: #DFDFDF;
    border-radius: 28px;
    width:100%;
    cursor: pointer;
}
.lg-santeh-line span.passed {
    background: #b0d32c;
}

.nd-btn--default {
    background-color: #b0d32c;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    padding:20px
}

.lg-santeh-middle {
    margin-bottom:14px
}
.lg-santeh-middle-container > div:nth-child(n+1) {
    display:none
}
.lg-santeh-middle-container.slick-initialized > div:nth-child(n+1) {
    display:block
}
.lg-santeh-middle .slick-slide {
    width:100%;
    height:400px
}
.lg-santeh-middle h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom:20px;
    margin-top:5px
}
.lg-santeh-middle label {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #3E3E3E;
}
.lg-santeh-middle input[type=number] {
    padding:12px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-top:6px;
    border-radius: 10px;
    max-width:89px;
    background: #F9F9F9;
    border: 1px solid #B7B7B7;
    color:#232323;
}
.lg-santeh-middle input::-webkit-outer-spin-button,
.lg-santeh-middle input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
}
.lg-santeh-sizes {
    position: relative;
}
#calc-1 .lg-santeh-sizes img {
    display:block;
    margin:0 auto 69px 129px;
    max-width:375px
}
.calc-height {
    position: absolute;
    left:3px;
    top:100px
}
.calc-height input {
    display:block;
}
.calc-width {
    position: absolute;
    left:205px;
    bottom:-55px;
}
.calc-width input {
    margin-left:10px
}
.lg-santeh-korob {
    position: absolute;
    right:275px;
    top:58px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}
.lg-santeh-korob span {
    display:block;
    font-weight: 600;
}
.lg-santeh-korob-mobile {
    display:none
}
.nd-radio {
    display:flex;
    gap:38px;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.nd-radio-item {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.nd-radio-item-img {
    margin-bottom:12px
}
.nd-radio-item-img img {
    width:100%;
    height: auto;
    overflow: hidden;
    border-radius: 25px;
    border: 3px solid #fff;
    padding:3px;
    max-width:195px
}
.nd-radio-item span {
    display:block;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #444444;
    margin-bottom:8px
}
.nd-radio-item .nd-radio-price {
    font-weight: 600;
    color: #131313;
    text-align: center;
}
.nd-radio-item .nd-radio-check {
    width:19px;
    height:19px;
    border-radius: 50%;
    border: 1px solid #A4A4A4;
    position: relative;
}
.nd-radio-item.active .nd-radio-item-img img {
    border: 3px solid #b0d32c
}
.nd-radio-item.active span {
    color:#b0d32c
}
.nd-radio-item.active .nd-radio-check {
    border: 1px solid #b0d32c
}
.nd-radio-item.active .nd-radio-check:after {
    content:'';
    width:11px;
    height:11px;
    background:#b0d32c;
    border-radius: 50%;
    position: absolute;
    top:3px;
    left:3px;
}

.sn-main-img {
    max-width: 224px !important;
    width:100%;
    height: auto;
    display:block;
    margin:0 auto 29px
}
.sn-color-selector {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:20px
}
.sn-colors {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:41px;
    margin-bottom:36px
}
.sn-colors > a {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:3px
}
.sn-colors > a img {
    border-radius: 5px;
    border: 3px solid #FFFFFF;
    width:100%;
    height:auto;
    overflow: hidden;
    margin-bottom:3px
}
.sn-colors > a.active img, .sn-colors > a:hover img {
    border: 3px solid #b0d32c;
}
.sn-colors > a span {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #444444;
}
.sn-colors > a span:last-of-type, .sn-colors > a:hover span:last-of-type {
    font-weight: 600;
    color: #131313;
}
.sn-colors > a:active span, .sn-colors > a:hover span {
    color: #b0d32c
}

.nd-radio-left {
    display:grid;
    grid-template-columns: 1fr;
    gap:10px
}
.nd-radio-left > div {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    padding:25px 20px;
    border: 1px solid #D6D6D6;
    border-radius: 10px;;
    z-index: 5;
}
.nd-radio-left > div > div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 13px;
    width:99%
}
.nd-radio-left > div.active {
    border: 1px solid #b0d32c;
    padding:25px 20px 10px;
}
.nd-radio-left .nd-radio-item.active span {
    color: #131313;
}
.nd-radio-left .nd-radio-item span {
    margin:0
}
.nd-radio-left .nd-radio-item > div {
    display:flex;
    justify-content: flex-start;
    width:100%;
    align-items: center;
}
.nd-radio-left .nd-radio-item > div > div {
    display:flex;
    justify-content: space-between;
    width:100%;
}
.nd-radio-left .nd-radio-check {
    flex-grow: 0;
    flex-shrink: 0;
}
.nd-radio-left > div label {
    display:none
}
.nd-radio-left > div.active label {
    margin-top:20px;
    display:grid;
    grid-template-columns: 1fr;
    gap:5px;
    color: #181818;
    width:100%
}
.nd-radio-left > div.active label input {
    width:100%
}

#calc-6 .nd-radio-item label > span {
    display: flex;
    justify-content: space-between;
    gap:5px;
    flex-wrap: nowrap;
    align-items: center;
}

.lg-santeh-down {
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.lg-santeh-price {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-end;
    gap:8px
}
.lg-santeh-price span {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.lg-santeh-price span.amount {
    font-size: 30px;
    font-weight: 600;
    line-height: 26px;
}
.lg-santeh-buttons {
    display: flex;
    gap: 60px;
    align-items: center;
}
.santeh-return, .lg-santeh-down .nd-btn--default {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.02em;
}
.lg-santeh-buttons .nd-btn--default:focus {
    background: #b0d32c
}
.santeh-return {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #b0d32c;
}
.lg-santeh-down .nd-btn--default {
    min-width:212px;
    padding:18px;
    text-align: center;
    color:#fff;
    border-radius: 5px;
}
.lg-santeh-down .santeh-return:hover, .lg-santeh-down .nd-btn--default:hover {
    opacity: .85 !important;
}
.lg-santeh-down .nd-btn--default:hover {
    color:#fff;
    opacity: .85;
}
.sn-invalid {
    display:none;
    color:#b0d32c !important;
}
#calc-7 form p {
    margin-bottom:0
}
#calc-7 form label {
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    color: #181818;
    display:flex;
    flex-direction: column;
    gap:3px;
    margin-bottom:0;
}
#calc-7 form label sup, label sup {
    color:#b0d32c;
}
#calc-7 form label input, .nd-radio-left > div.active label input {
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
    padding:18px 24px;
    margin:0
}
#calc-7 form label input.wpcf7-not-valid {
    border: 1px solid #b0d32c;
    background: #FFEFEF;
}
#calc-7 form .wpcf7-form-control-wrap {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:17px;
    align-items: center;
}
#calc-7 form .agree-form {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #838383;
}
#calc-7 form .agree-form a {
    color: #838383;
    text-decoration: underline;
}
#calc-7 form .agree-form a:hover {
    color: #b0d32c;
}
#calc-7 .agree-form .wpcf7-form-control-wrap {
    display:inline-block
}
#calc-7 .agree-form .wpcf7-list-item {
    margin:0
}
#calc-7 form .wpcf7-submit {
    display:none
}

.nd-radio-item input.wpcf7-not-valid {
    border: 1px solid #b0d32c !important;
    background: #FFE8E8 !important;
}

.santeh-top-center {
    align-self: end;
    justify-self: flex-end;
}
.santeh-warning {
    display:flex;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
    border: 1px dashed #b0d32c;
    border-radius: 12px;
    padding:8px 11px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: #b0d32c;
}
.lg-santeh-down .santeh-warning {
    display:none
}
.santeh-warning > span {
    flex-basis: 100%;
}
#sn-ending {
    max-width:340px;
    background: #fff;
    padding:60px 20px !important;
}
#sn-ending svg {
    margin-bottom:19px
}
.sn-ending-middle > div {
    text-align: center;
}
.sn-ending-middle > div > div {
    font-size: 28px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #0C0A3E;
    margin-bottom: 10px;
}
.sn-ending-middle > div:last-of-type {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #474D63;
}

.agree-form {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.03em;
    color:#ABB3C3;
    margin-bottom:14px
}
.agree-form a {
    color:#ABB3C3;
    text-decoration: underline;
}
#lg-calc-santeh .wpcf7-acceptance {
    /*display:none !important;*/
}
#calc-7 .agree-form label {
    display:inline;
}
#calc-7 .agree-form .wpcf7-form-control-wrap input {
    display:inline-block;
    margin-right: 5px;
    width:auto;
}

@media(min-width: 1200px) {
    #lg-calc-santeh {
        padding:0;
        border-radius: 10px;
    }
    .lg-santeh-down {
        justify-content: flex-end;
    }
    .lg-santeh-down .lg-santeh-price {
        display:none
    }
    .nd-radio-item:hover .nd-radio-item-img img {
        border: 3px solid #b0d32c
    }
    .nd-radio-item:hover span {
        color:#b0d32c
    }
    .nd-radio-item:hover .nd-radio-check {
        border: 1px solid #b0d32c
    }
    .nd-radio-item:hover .nd-radio-check:after {
        content:'';
        width:11px;
        height:11px;
        background:#b0d32c;
        border-radius: 50%;
        position: absolute;
        top:3px;
        left:3px;
    }
    .nd-radio-left > div.active, .nd-radio-left > div:hover {
        border: 1px solid #b0d32c
    }
    .nd-radio-left .nd-radio-item.active span, .nd-radio-left .nd-radio-item:hover span {
        color: #131313;
    }
}

@media(max-width:1199px) {
    #lg-calc-santeh {
        height:auto
    }
    .lg-santeh-container {
        padding:11px;
        min-height: auto;
    }
    .lg-santeh-middle {
        margin-bottom:0
    }
    .lg-santeh-middle .slick-slide {
        min-height:auto;
        height:auto;
    }
    .lg-santeh-top {
        grid-template-columns: 1fr;
        padding:0;
        margin-bottom:14px;
        border-bottom: none;
    }
    .lg-santeh-count {
        text-align: center;
    }
    .lg-santeh-line {
        margin-bottom:0
    }
    .lg-santeh-middle {
        min-height: auto;
        max-height: 100%;
    }
    /*.sn-divider {
        background: linear-gradient(0deg, #FFFFFF 9.48%, #E8E8E8 100%);
        padding: 20px 0 0;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }*/
    .lg-santeh-price, .lg-santeh-count .name, .lg-santeh-korob {
        display:none
    }
    .lg-santeh-middle h3 {
        font-size: 22px;
        text-align: center;
    }
    .lg-santeh-sizes {
        display: flex;
        flex-direction: column;
        gap:13px;
        margin-bottom:18px
    }
    .lg-santeh-middle .calc-height, .lg-santeh-middle .calc-width {
        position: relative;
        top:unset;
        left:unset;
        right:unset;
        bottom: unset;
        display:grid;
        justify-content: flex-start;
        grid-template-columns: 1fr 2fr;
        align-items: center;
        gap:3px;
        flex-wrap: nowrap;
        font-size: 15px;
        font-weight: 400;
        line-height: 21px;
        width:60%;
    }
    .lg-santeh-middle .calc-height input[type=number], .lg-santeh-middle .calc-width input[type=number] {
        margin:0
    }
    .lg-santeh-korob-mobile {
        border: 1px dashed #b0d32c;
        padding:8px;
        display:flex;
        gap:17px;
        align-items: center;
        width:100%;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
    .lg-santeh-korob-mobile span span {
        font-weight: 600;
    }
    .lg-santeh-korob-mobile img {
        width:100%;
        height: auto;
        max-width:46px;
    }
    #calc-1 .lg-santeh-sizes img {
        display:none
    }
    #calc-1.slick-active .lg-santeh-sizes img {
        display:block;
        width: 50%;
        height: auto;
        margin: 0;
        position: absolute;
        top:0;
        right:-40px;
        max-width: 150px;
    }
    .nd-radio-item-img img {
        border-radius: 8px;
    }
    .sn-colors {
        grid-template-columns: 1fr 1fr 1fr;
        gap:15px
    }
    .sn-colors > a {
        gap:0;
    }
    .sn-colors > a img {
        margin-bottom:8px;
        max-height:80px;
        width:auto
    }
    .sn-colors > a img span:first-of-type {
        margin-bottom:2px
    }
    .sn-color-selector {
        grid-template-columns: 1fr;
    }
    .sn-big-color {
        display:none
    }
    .nd-radio-left > div {
        padding:8px 13px
    }
    #calc-7 form label, #calc-7 form label input, .nd-radio-left > div.active label input {
        width:100%;
        max-width:100%;
    }
    .lg-santeh-buttons {
        gap: 30px;
        align-items: center;
        width: 100%;
    }
    .lg-santeh-buttons > a {
        width:100%;
    }
    .lg-santeh-down {
        display:grid;
        grid-template-columns: 1fr;
        justify-content: center;
        gap:9px;
        border-top: 1px solid #E0E0E0;
        border-radius: 10px;
        padding:26px 20px 0;
        margin-top:20px
    }
    .santeh-top-center {
        display:none
    }
    .lg-santeh-down .santeh-warning {
        display:flex;
    }
    .lg-santeh-down .lg-santeh-price {
        display:flex;
        flex-wrap: nowrap;
        width:100%;
        justify-content: space-between;
    }
    .lg-santeh-down .btn-main {
        min-width: auto;
    }
    .sn-color-selector > a img {
        max-width:81px
    }
    .nd-radio-left .nd-radio-item > div > div {
        justify-content: flex-start;
        flex-direction: column;
        align-items: baseline;
    }
    #calc-7 form label > span {
        display:none
    }
    #calc-7 form .nd-popup__last label > span {
        display:inline-block;
    }
    #calc-7 form .wpcf7-form-control-wrap {
        grid-template-columns: 1fr;
        gap:2px
    }
    #calc-7 form label input {
        border:none;
        border-bottom:1px solid #0C0A3E;
        border-radius: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.02em;
        color: #0C0A3E;
    }
}

@media (max-width:767px) {
    #lg-calc-santeh {
        height:auto;
    }
    .lg-santeh-down {
        position: relative;
        left: 50%;
        margin-left: -50vw;
        width: 100vw;
    }
    .nd-radio-left .nd-radio-item > div > div > span {
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
    }
    .nd-radio-left .nd-radio-item .nd-radio-price {
        font-size: 13px;
        font-weight: 600;
        line-height: 19px;
    }
    #calc-7 form label input, .nd-radio-left > div.active label input {
        padding:15px 20px
    }
}

@media (max-width:479px) {
    #lg-calc-santeh {
        position: relative;
        left: 50%;
        margin-left: -50vw;
        width: 100vw;
    }
    .lg-santeh-middle .calc-height, .lg-santeh-middle .calc-width {
        display:flex;
        justify-content: space-between;
    }
    #calc-1 .lg-santeh-sizes img {
        max-width:150px;
        right:-35px
    }
    .nd-radio-item-img img {
        max-height: 148px;
        width:auto
    }
    .sn-colors > a img {
        max-height:64px;
        width:auto
    }
    .nd-radio-left .nd-radio-check {
        flex-shrink: 0;
        flex-grow: 0;
    }
    .nd-radio-item span {
        margin-bottom: 3px;
    }
    .nd-radio-check {
        margin-top:3px
    }
    .nd-radio-left .nd-radio-item .nd-radio-price {
        flex-basis: 100%;
        text-align: left;
    }
    .nd-radio-item .sn-invalid {
        display:none !important;
    }
}