.main-page__new-wrap .slick-slide{
    line-height:0;
}
.main-page__new-wrap .product{
    border-right:none;
}
.main-page__new-wrap {
    margin-right:0;
}

.collections-page__right{
    margin-top:300px;
    align-self: flex-start !important;
}
@media all and (max-width:1020px){
    .collections-page__right{
        margin-top:0px;
        align-self: flex-start !important;
    }
}

.product_hide_hover_text:hover .product__name,
.product_hide_hover_text:hover .product__data{
    display:none;
}

.main-page__subsc.subsc_popup{
    width:60%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 720px) {
    .main-page__subsc.subsc_popup {
        width:100%;
    }
}
.subsc_popup .subsc_popup_intro,
.subsc_popup .subsc_popup_outro{
    font-family: 'ArnoPro',sans-serif;
    font-size:1.25rem;
    line-height:1.5em;
    text-transform: uppercase;
    font-weight: 500;
}
.subsc_popup .main-page__subsc-text{
    font-family: 'Fugue', sans-serif;
    font-size:2em;
    line-height: 1.5em;
    background: #fff;
    padding:40px;
    margin:20px auto;
    text-transform: none;
}

.field_checkbox.field_small .field__wrap:after{
     height:2px;
     transform:rotate(-50deg);
     width:22px;
     margin-left: 6px;
     margin-top: 5px;
 }

.field_checkbox.field_small .field__wrap:before{
    height:2px;
    transform:rotate(50deg);
    width:13px;
    margin-left: 0px;
    margin-top:9px
}

.iphone_app{
    height:100px;
    background: #ccc;
    padding:10px 10px 10px 30px;
    border-bottom:2px solid #000;
    display: flex;
    position:relative;
}
.iphone_app__close{
    position:absolute;
    left:10px;
    right:10px;
    cursor: pointer;
}
.iphone_app__img{
    width:50px;
}
.iphone_app__img img{
    border-radius: 5px;
    width:100%;
}

.iphone_app__desc{
    font-family: 'Sharp Book',sans-serif;
    font-size: .75rem;
    line-height: 1.2em;
    padding: 0 10px;
}
.iphone_app__title{
    font-weight: 600;
    margin-bottom:5px;
}
.iphone_app__btn{
    padding-top:30px;
    text-align:right;
    width:100px;
}
.iphone_app__btn .button{
    padding: 5px;
    min-height:0;
    font-size: 1rem;
    line-height:1em;
}

.product-page__price-oldprice_cont{
    font-family: 'Sharp Medium',sans-serif;
}
.product-page__price-oldprice{
    position:relative;
}
.product-page__price-oldprice:before {
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    margin: 10px 0 0 -7px;
    border-top: 1px solid #000;
}

@media (min-width: 1020px) {
    .product-page__price-oldprice_cont._mobile {
        display: none;
    }
}
.product-page__cart-add{
    position:relative;
}
.product-page__cart-add_hint {
    display: none;
    position:absolute;
    top:-38px;
    width:100%;
    padding:5px;
    border:1px solid #000000;
    background-color: #ffffff;
    font-size:12px;
    text-align: center;
    font-family: 'Sharp Book', sans-serif;
}
.product-page__cart-add_hint:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #000000;
    border-bottom: 0;
    margin-left: -10px;
    margin-bottom: -10px;
    z-index:1;
}
.product-page__cart-add_hint:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-top-color: #ffffff;
    border-bottom: 0;
    margin-left: -9px;
    margin-bottom: -9px;
    z-index:2;
}

.swing {
    display:block;
    -webkit-animation: swinging 3s ease-in-out 0s 1;
    -moz-animation: swinging 3s ease-in-out 0s 1;
    animation: swinging 3s ease-in-out 0s 1;
    -webkit-transform-origin: 50% 105%;
    -moz-transform-origin: 50% 105%;
    transform-origin: 50% 105%;
}

@keyframes swinging{
    0% { transform: rotate(0); }
    5% { transform: rotate(6deg); }
    10% { transform: rotate(-5deg); }
    15% { transform: rotate(4deg); }
    20% { transform: rotate(-3deg); }
    25% { transform: rotate(2deg); }
    30% { transform: rotate(-1deg); }
    35% { transform: rotate(0); }
    40% { transform: rotate(0); }
    45% { transform: rotate(0); }
    50% { transform: rotate(0); }
    100% { transform: rotate(0); }
}

@-webkit-keyframes swinging{
    0% { transform: rotate(0); }
    5% { transform: rotate(6deg); }
    10% { transform: rotate(-5deg); }
    15% { transform: rotate(4deg); }
    20% { transform: rotate(-3deg); }
    25% { transform: rotate(2deg); }
    30% { transform: rotate(-1deg); }
    35% { transform: rotate(0); }
    40% { transform: rotate(0); }
    45% { transform: rotate(0); }
    50% { transform: rotate(0); }
    100% { transform: rotate(0); }
}

@-moz-keyframes swinging{
    0% { transform: rotate(0); }
    5% { transform: rotate(6deg); }
    10% { transform: rotate(-5deg); }
    15% { transform: rotate(4deg); }
    20% { transform: rotate(-3deg); }
    25% { transform: rotate(2deg); }
    30% { transform: rotate(-1deg); }
    35% { transform: rotate(0); }
    40% { transform: rotate(0); }
    45% { transform: rotate(0); }
    50% { transform: rotate(0); }
    100% { transform: rotate(0); }
}
.product-page__material-select._addition{
}
.product-page__addition-select{
    position: relative;
    display: inline-flex;
    height: 52px;
    margin: 0 -1px -1px 0;
    padding:0 5px;
    border: 1px solid #000;
    font-family: 'Sharp Book',sans-serif;
    font-size: .75rem;
    line-height: 1.5em;
    text-align: center;
    color: #000;
    cursor: pointer;
}
.product-page__addition-select .product-page__addition-select_img_full{
    display: none;
    position: absolute;
    left:-460px;
    z-index:10;
    width:450px;
    height:450px;
    margin-top:-1px;
    border:1px solid #000;
    z-index:120;
}
.product-page__addition-select div.text{
    padding-top:5px;
}
.product-page__addition-select .product-page__addition-select_img_full img{
    width:100%;
}
.product-page__addition-select:hover .product-page__addition-select_img_full{
    display: block;
}
.product-page__addition-select_img_full:after{
    content: '';
    display: block;
    width:0px;
    height:0px;
    border:10px solid transparent;
    border-left-color: #000;
    position:absolute;
    right:-20px;
    top:0;
    z-index: 11;
}
.product-page__addition-select_img_full:before{
    content: '';
    display: block;
    width:0px;
    height:0px;
    border:10px solid transparent;
    border-left-color: #fff;
    position:absolute;
    right:-19px;
    top:0px;
    z-index: 12;
}
@media (max-width: 1020px) {
    .product-page__addition-select .product-page__addition-select_img_full{
        left:-0px;
        bottom:-310px;
        z-index:10;
        width:300px;
        height:300px;
    }
    .product-page__addition-select_img_full:after{
        right:279px;
        top:-20px;
        border-left-color: transparent;
        border-bottom-color: #000;
    }
    .product-page__addition-select_img_full:before{
        border-left-color: transparent;
        border-bottom-color: #fff;
        right:279px;
        top:-19px;
    }
}
.product-page__addition-select .images{
    width:50px;
    height:50px;
    overflow:hidden;
    position: relative;
}
.product-page__addition-select img{
    width:100%;
    position: absolute;
    left:0;
    top:0;
}
.product-page__addition-select img._selected{
    display: none;
}
.product-page__addition-select._checked .images img._selected{
    display: block;
    z-index:2;
}
.product-page__addition-select input{
    visibility:hidden;
    margin-left:-16px;
}
.product-page__addition-select._checked{
    background-color: #000;
    color: #fff;
}
.product-page__cart{
    z-index:100;
}
.coll-p__baner-logo{
    text-align: center;
}
.coll-p__baner-logo img{
    width:80%;
}
.select__option-wrap{
    z-index:110;
}
.ny_work{
    cursor:pointer;
    margin:0 0px;
    padding: 10px;
    font-family: 'Sharp Book',sans-serif;
    font-size:14px;
    text-align:center;
    background:#ffda44;
}
.popup__content{
    background-color:#fff;
    padding:20px;
}