.base-info{
    text-align: center;
}
.product-main-info-access .set-constructor-access {
    display: flex;
    width: 100%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    max-width: 1364px;
    margin: 39px auto;
    background: #fff;
}
.product-main-info-access .set-constructor-access .mobile-title {
    text-align: center;
    display: none;
}
.product-main-info-access .set-constructor-access .base-product {
    position: relative;
    flex-shrink: 0;
    width: 273px;
    padding-right: 51px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-main-info-access .set-constructor-access .base-product .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 224px;
    height: 224px;
}
.product-main-info-access .set-constructor-access .base-product .name {
    margin-top: 9px;
}
.product-main-info-access .set-constructor-access .base-product .price {
    margin-top: 11px;
    font-size: 1.15em;
    color: #282828;
    font-weight: 700;
    letter-spacing: -0.012em;
}
.product-main-info-access .set-constructor-access .base-product::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -21px;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-image: url(images/icon-plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    background-color: #e7e7e7;
    border-radius: 50%;
    z-index: 2;
}
.product-main-info-access .set-constructor-access .sets-list {
    position: relative;
    width: 100%;
    padding: 0 48px;
    border-left: 3px solid #e7e7e7;
    border-right: 3px solid #e7e7e7;
    box-sizing: border-box;
}
.product-main-info-access .set-constructor-access .sets-list .title {
    text-align: center;
    font-size: 1.375em;
    color: #282828;
    font-weight: 700;
    line-height: 1.2em;
}
.product-main-info-access .set-constructor-access .sets-list .list {
    width: 100%;
    margin-top: 30px;
    border-spacing: 0;
    border: none;
}
.product-main-info-access .set-constructor-access .sets-list .list td {
    padding: 10px 0 9px;
    border-top: 1px solid #e7e7e7;
    transition: all .2s ease;
    opacity: 1;
    vertical-align: middle;
}
.product-main-info-access td a{
    display: inline-block;
    transition: color ease .2s;
}
.product-main-info-access td a:hover{
    color: #12b6c8;
}
.product-main-info-access .set-constructor-access .sets-list .list .img {
    width: 60px;
    padding-right: 19px;
}
.product-main-info-access .set-constructor-access .sets-list .list .added td {
    opacity: 1;
}
.product-main-info-access .set-constructor-access .sets-list .list .img a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
}
.product-main-info-access .set-constructor-access img{
    max-height: 100%;
}
.product-main-info-access .set-constructor-access .sets-list .list .price {
    padding-left: 10px;
    text-align: right;
    white-space: nowrap;
}
.product-main-info-access .set-constructor-access .sets-list .list .price .old, .default-old-price {
    display: inline-block;
    margin-right: 10px;
    font-size: 0.75em;
    color: #828282;
    text-decoration: line-through;
}
.default-old-price{
    margin: 0;
    display: block;
    font-weight: normal;
}
span.default-old-price{
    display: inline-block;
    margin: 0 10px 0 0;
}
.product-main-info-access .set-constructor-access .sets-list .list .price .current {
    display: inline-block;
    color: #282828;
    font-weight: 700;
}
.product-main-info-access .set-constructor-access .sets-list .list .price .current .measure {
    color: #838383;
}
.product-main-info-access .set-constructor-access .sets-list .list .action {
    width: 12px;
    padding-left: 40px;
    padding-right: 21px;
    opacity: 1;
}
.product-main-info-access .set-constructor-access .set-result {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 229px;
    margin-left: 48px;
    padding: 10px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 10px;
    box-sizing: border-box;
}
.product-main-info-access .set-constructor-access .set-result::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -70px;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-image: url(images/icon-equal.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    background-color: #e7e7e7;
    border-radius: 50%;
    z-index: 2;
}
.product-main-info-access .set-constructor-access .set-result .set-price-container {
    position: relative;
    display: flex;
    flex-direction: column;
}
.product-main-info-access .set-constructor-access .set-result .price {
    font-size: 1.875em;
    color: #282828;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin: 0 0 30px;
}
.product-main-info-access .set-constructor-access .set-result .price.old{
    text-decoration: line-through;
    color: #828282;
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 1.175em;
}
.product-main-info-access .set-constructor-access .sets-list .list .action .change-set.remove {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
}
.product-main-info-access .set-constructor-access .sets-list .list .action .change-set::before, .product-main-info-access .set-constructor-access .sets-list .list .action .change-set::after {
    content: '';
    position: absolute;
    transition: all .2s ease;
    width: 100%;
    height: 2px;
    background: #aaa;
    top: 50%;
    left: 0;
    margin: -1px 0 0;
}
.product-main-info-access .set-constructor-access .sets-list .list .action .change-set:hover::before, .product-main-info-access .set-constructor-access .sets-list .list .action .change-set:hover::after{
    background: #12b6c8;
}
.product-main-info-access .set-constructor-access .sets-list .list .action .change-set::after{
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin: 0 0 0 -1px;
}
.product-main-info-access .set-constructor-access .sets-list .list .action .change-set.remove {
    transform: rotate(-45deg);
}
.set-slider{
    display: flex;
    align-items: flex-start;
    margin: 0 auto 39px;
    max-width: 1395px;
}
.pm_price .measure{
    display: none;
}
.product-main-info-access .p_minicard_name{
    margin: 0 5px 10px;
}

.set-wrap__product-list.flex {
    justify-content: center;
}
.set-wrap__product-list .set-wrap__product{
    padding: 0 15px;
    border: none;
}
.set-wrap__product-list .set-wrap__product::after, .set-wrap__product-list .set-wrap__product::before{
    display: none;
}
.set-wrap__product-list .set-wrap__product-name{
    height: 36px;
    overflow: hidden;
}
.set-wrap__product-list .set-wrap__product-name:hover{
    color: #12b6c8;
}

.set-wrap-col2 .set-wrap__product-pic img{
    max-width: 169px;
}
.set-wrap-col2 .set-wrap__product{
    padding: 0 20px;
}
.set-wrap-col2 .set-wrap__product, .set-wrap-col2 .set-wrap__product-list, .set-wrap-col2 .set-wrap__price-result{
    flex: 33%;
    max-width: none;
}
.set-wrap-col2 .set-wrap__price-result{
    max-width: 260px;
    padding: 0 0 0 20px;
}
.set-wrap-col2 .set-wrap.flex{
    padding: 24px 0;
}

@media (max-width: 977px){
    .set-wrap-col2 .set-wrap__product{
        padding: 0 0 30px;
    }
    .set-wrap-col2 .set-wrap__price-result{
        padding: 40px 0 0;
        max-width: none;
    }
    .set-wrap-col2 .set-wrap.flex{
        padding: 24px 35px 41px;
    }
}

@media (max-width: 1550px) {
    .product-main-info-access .set-constructor-access .base-product {
        width: 222px;
        padding-right: 1.75%;
        box-sizing: content-box;
    }
    .product-main-info-access .set-constructor-access .sets-list {
        padding: 0 35px;
    }
    .product-main-info-access .set-constructor-access .sets-list .list .action {
        padding-left: 15px;
        padding-right: 10px;
    }
}

@media (max-width: 1270px){
    .product-main-info-access .set-constructor-access {
        margin-top: 29px;
        flex-wrap: wrap;
    }
    .product-main-info-access .set-constructor-access .sets-list {
        width: 65%;
        flex-grow: 1;
        padding-right: 0;
        border-right: none;
    }
    .product-main-info-access .set-constructor-access .set-result {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin: 25px 0 0;
        padding: 25px 35px;
    }
    .product-main-info-access .set-constructor-access .set-result .set-price-container {
        align-items: flex-start;
        text-align: left;
    }
    .add_set_basket {
        margin-top: 0;
    }
    .product-main-info-access .set-constructor-access .set-result .price{
        margin: 0;
    }
    .product-main-info-access .set-constructor-access .set-result::before {
        display: none;
    }
}
@media (max-width: 1024px){
    .product-main-info-access .set-constructor-access {
        flex-direction: column;
        flex-wrap: nowrap;
        margin-bottom: 15px;
    }
    .product-main-info-access .set-constructor-access .base-product {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 18px;
        padding-right: 0;
    }
    .product-main-info-access .set-constructor-access .base-product .img {
        width: 200px;
        height: 200px;
        margin-right: 25px;
    }
    .product-main-info-access .set-constructor-access .sets-list {
        width: 100%;
        padding: 40px 0;
        border-top: 3px solid #e7e7e7;
        border-bottom: 3px solid #e7e7e7;
        border-left: none;
    }
    .product-main-info-access .set-constructor-access .set-result {
        margin-top: 35px;
    }
    .product-main-info-access .set-constructor-access .base-product::after {
        top: inherit;
        left: 50%;
        bottom: -40px;
        margin: 0 0 0 -20px;
    }
    .product-main-info-access .set-constructor-access .set-result::before {
        top: -56px;
        left: 50%;
        display: block;
        margin: 0 0 0 -20px;
    }
}
@media (max-width: 800px){
    .product-main-info-access{
        padding: 0 12px;
    }
    .product-main-info-access .set-constructor-access{
        background: #fff;
        padding-left: 12px;
        padding-right: 12px;
    }
    .set-slider{
        padding: 12px;
        background: #fff;
        margin-bottom: 0;
    }
}
@media (max-width: 700px){
    .set-slider{
        flex-direction: column;
        align-items: center;
    }
    .set-slider__item{
        margin: 12px;
    }
}
@media (max-width: 610px){
    .add_access_basket{
        margin: 30px 0 0;
    }
    .product-main-info-access .set-constructor-access {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    .product-main-info-access .set-constructor-access .mobile-title {
        display: block;
        font-size: 1.375em;
        color: #282828;
        font-weight: 700;
        line-height: 1.2em;
    }
    .product-main-info-access .set-constructor-access .base-product {
        flex-direction: column;
        justify-content: center;
        margin: 30px 0 36px;
    }
    .product-main-info-access .set-constructor-access .base-product .img {
        width: 100%;
        height: 223px;
        margin-right: 0;
    }
    .product-main-info-access .set-constructor-access .base-product::after {
        bottom: -56px;
    }
    .product-main-info-access .set-constructor-access .sets-list {
        padding: 36px 0 40px;
    }
    .product-main-info-access .set-constructor-access .sets-list .title {
        display: none;
    }
    .product-main-info-access .set-constructor-access .sets-list .list {
        margin-top: 0;
        text-align: center;
    }
    .product-main-info-access .set-constructor-access .sets-list .list tr {
        display: flex;
        flex-direction: column;
        padding-bottom: 11px;
        border-top: 1px solid #e7e7e7;
    }
    .product-main-info-access .set-constructor-access .sets-list .list .img {
        width: 100%;
        margin-top: 20px;
        padding-right: 0;
    }
    .product-main-info-access .set-constructor-access .sets-list .list .img a {
        margin: 0 auto;
    }
    .product-main-info-access .set-constructor-access .sets-list .list td {
        padding: 0;
        border-top: none;
    }
    .product-main-info-access .set-constructor-access .sets-list .list .name {
        width: 92.5%;
        margin: 10px auto 0;
        line-height: 1.2em;
    }
    .product-main-info-access .set-constructor-access .sets-list .list .price {
        margin-top: 10px;
        padding-left: 0;
        text-align: center;
    }
    .product-main-info-access .set-constructor-access .sets-list .list .price .old {
        display: block;
        margin: 0 0 6px;
        line-height: 1em;
    }
    .product-main-info-access .set-constructor-access .sets-list .list .action {
        width: 100%;
        margin-top: 10px;
        padding: 0;
    }
    .product-main-info-access .set-constructor-access .set-result {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin-top: 37px;
        padding: 50px 15px;
    }
    .product-main-info-access .set-constructor-access .set-result::before {
        top: -60px;
    }
    .product-main-info-access .set-constructor-access .set-result .set-price-container {
        align-items: center;
        text-align: center;
    }
    .add_set_basket {
        margin-top: 30px;
    }
    .slick-arrow.slick-prev{
        left: 0;
    }
    .slick-arrow.slick-next{
        right: 0;
    }
}
@media (max-width: 425px){
    .set-wrap__product-list.flex{
        flex-direction: column;
    }
}