#sk-calc-santeh {
    margin: 0 auto 30px;
    position: relative;
    height:622px;
}
#sk-calc-santeh * {
    transition: all 0ms;
}
.sk-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
}
.sk-santeh-container {
    border-radius: 30px;
    box-shadow: 0 4px 13px 0 #00000026;
    border-top: 4px solid #F4213A;
    padding:25px 41px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sk-santeh-count {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    color: #151515;
    margin-bottom:15px
}
.sk-santeh-line {
    display:flex;
    flex-wrap: nowrap;
    justify-content: stretch;
    gap:7px;
}
.sk-santeh-line span {
    height:4px;
    background: #DFDFDF;
    border-radius: 28px;
    width:100%;
    cursor: pointer;
}
.sk-santeh-line span.passed {
    background: #2FC26E;
}




.sk-santeh-middle {
    margin-bottom:14px
}
.sk-santeh-middle-container > div:nth-child(n+1) {
    display:none
}
.sk-santeh-middle-container.slick-initialized > div:nth-child(n+1) {
    display:block
}
.sk-santeh-middle .slick-slide {
    width:100%;
    /*height:400px*/
}
.sk-santeh-middle .h3-s {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 20px;
    color: #282828;
}
.sk-santeh-middle label {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #3E3E3E;
}
.sk-santeh-middle input[type=number] {
    border: 1px solid #B7B7B7;
    padding:12px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    margin-top:6px;
    border-radius: 10px;
    max-width:90px
}

.sk-santeh-sizes {
    position: relative;
}
#calc-1 .sk-santeh-sizes img {
    display:block;
    margin:0 auto 69px 129px
}
.calc-height {
    position: absolute;
    left:3px;
    top:100px
}
.calc-height input {
    display:block;
}
.calc-width {
    position: absolute;
    left:205px;
    bottom:-50px;
}
.calc-width input {
    margin-left:10px
}
.sk-santeh-korob {
    position: absolute;
    right:200px;
    top:58px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}
.sk-santeh-korob span {
    display:block;
    font-weight: 600;
}
.sk-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;
    text-align: center;
}
.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 #F4213A
}
.nd-radio-item.active span {
    color:#F4213A
}
.nd-radio-item.active .nd-radio-check {
    border: 1px solid #F4213A
}
.nd-radio-item.active .nd-radio-check:after {
    content:'';
    width:11px;
    height:11px;
    background:#F4213A;
    border-radius: 50%;
    position: absolute;
    top:3px;
    left:3px;
}

.sn-main-img {
    max-width: 224px;
    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 #F4213A;
}
.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: #F4213A;
}

.nd-radio-left {
    display:flex;
    flex-direction: column;
    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 #F4213A
}
.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;
}

.sk-santeh-down {
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.sk-santeh-price {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-end;
    gap:8px
}
.sk-santeh-price span {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.sk-santeh-price span.amount {
    font-size: 30px;
    font-weight: 600;
    line-height: 26px;
}
.sk-santeh-buttons {
    display: flex;
    gap: 60px;
    align-items: center;
}
.santeh-return {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}
.sk-santeh-down .btn-main {
    min-width:212px
}
.sk-santeh-down .santeh-return:hover {
    color: #FF4F64;
}
.sk-santeh-down .btn-main:hover {
    background: #FF4F64;
}
.sn-invalid {
    display:none;
    color:#F4213A !important;
}

#calc-7 form label {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #181818;
    display:flex;
    flex-direction: column;
    gap:5px;
    margin-bottom:17px;
}
#calc-7 form label sup, label sup {
    color:#F4213A;
}
#calc-7 form label input, .nd-radio-left > div.active label input {
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    padding:18px 24px;
}
#calc-7 form label input.wpcf7-not-valid {
    border: 1px solid #F4213A;
    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 label {
    flex-direction: row;
    align-items: baseline;
    gap: 5px;
}
#calc-7 form .agree-form .wpcf7-form-control-wrap {
    display:inline-block;
}
#calc-7 form .agree-form a:hover {
    opacity:.75
}
#calc-7 form .wpcf7-submit {
    display:none
}

.nd-radio-item input.wpcf7-not-valid {
    border: 1px solid #F4213A !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 #F4213A;
    border-radius: 12px;
    padding:8px 11px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: #F4213A;
}
.sk-santeh-down .santeh-warning {
    display:none
}
.santeh-warning > span {
    flex-basis: 100%;
}
#sn-ending {
    max-width:340px;
    background: #EDEDED;
    padding:78px 18px 54px 30px
}
.sn-ending-middle > div:first-of-type {
    display:flex;
    gap:11px;
    align-items: center;
    margin-bottom:26px
}
.sn-ending-middle > div:first-of-type div {
    font-size: 39px;
    font-weight: 600;
    line-height: 39px;
}
.sn-ending-middle > div:last-of-type {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
#sn-ending .fancybox-button svg path {
    fill: #929292;
}
#sn-ending .fancybox-button:hover svg path {
    opacity: .8;
}
#sn-big-sizes .descr-modal {max-width:100%}
#sn-big-sizes .santeh-warning {margin-bottom: 20px}

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

@media(max-width:1199px) {
    .sk-santeh-container {
        padding:11px;
        min-height: auto;
    }
    .sk-santeh-middle {
        margin-bottom:0
    }
    .sk-santeh-middle .slick-slide {
        /*min-height:325px;*/
        height:auto;
    }
    .sk-santeh-top {
        grid-template-columns: 1fr;
        padding:0;
        margin-bottom:14px;
        border-bottom: none;
    }
    .sk-santeh-count {
        text-align: center;
    }
    .sk-santeh-line {
        margin-bottom:0
    }
    .sk-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;
    }
    .sk-santeh-price, .sk-santeh-count .name, .sk-santeh-korob {
        display:none
    }
    .sk-santeh-middle h3 {
        font-size: 22px;
        text-align: center;
    }
    .sk-santeh-sizes {
        display: flex;
        flex-direction: column;
        gap:13px;
        margin-bottom:18px
    }
    .sk-santeh-middle .calc-height, .sk-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%;
    }
    .sk-santeh-middle .calc-height input[type=number], .sk-santeh-middle .calc-width input[type=number] {
        margin:0
    }
    .sk-santeh-korob-mobile {
        border: 1px dashed #F4213A;
        padding:8px;
        display:flex;
        gap:17px;
        align-items: center;
        width:100%;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
    .sk-santeh-korob-mobile span span {
        font-weight: 600;
    }
    .sk-santeh-korob-mobile img {
        width:100%;
        height: auto;
        max-width:46px;
    }
    #calc-1 .sk-santeh-sizes img {
        display:none
    }
    #calc-1.slick-active .sk-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
    }
    .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%;
    }
    .sk-santeh-buttons {
        gap: 30px;
        align-items: center;
        width: 100%;
    }
    .sk-santeh-buttons > a {
        width:100%;
    }
    .sk-santeh-down {
        display:grid;
        grid-template-columns: 1fr;
        justify-content: center;
        gap:9px;
        border-top: 1px solid #E0E0E0;
        border-radius: 30px;
        padding:26px 20px 0;
    }
    .santeh-top-center {
        display:none
    }
    .sk-santeh-down .santeh-warning {
        display:flex;
    }
    .sk-santeh-down .sk-santeh-price {
        display:flex;
        flex-wrap: nowrap;
        width:100%;
        justify-content: space-between;
    }
    .sk-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 .agree-form label {
        gap:15px
    }
    #calc-7 form .agree-form label > span {
        display:inline-block
    }
    #calc-7 form .wpcf7-form-control-wrap {
        grid-template-columns: 1fr;
        gap:2px
    }
}

@media (max-width:767px) {
    #sk-calc-santeh {
        height:auto;
    }
    .sk-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) {
    #sk-calc-santeh {
        position: relative;
        left: 50%;
        margin-left: -50vw;
        width: 100vw;
    }
    .sk-santeh-middle .calc-height, .sk-santeh-middle .calc-width {
        display:flex;
        justify-content: space-between;
    }
    #calc-1 .sk-santeh-sizes img {
        max-width:150px;
        right:-35px
    }
    .nd-radio-left .nd-radio-check {
        flex-shrink: 0;
        flex-grow: 0;
    }
    .nd-radio-left .nd-radio-item .nd-radio-price {
        flex-basis: 100%;
        text-align: left;
    }
    .nd-radio-item .sn-invalid {
        display:none !important;
    }
}