@import url(default.css); 
.skype1 a {
    color: inherit !important;
    font-size: 20px;
    text-decoration: none;
}  
span.timework {
    padding-left: 45px;
}

.slider .slider_list .slider-item .objectImage {
    float:none;
}

.slider .slider_list .slider-item .slider-item-text-container-sizer {
    text-align: right;
}

.slider .slider_list .slider-item .slider-item_text {
    /*max-width: 1246px;*/
    max-width: 70%;
    -webkit-transform: translate(25%,-50%);
    -moz-transform: translate(25%,-50%);
    transform: translate(25%,-50%);
}

.slider .slider-item-text-container .objectTitleTxt {
    color: #2b2b2b;
    font-size: 50px;
}

.slider .slider-item-text-container .objectNote {
    color: #2b2b2b;
}

.slider .slider-item_text .linkNext {
    color: inherit;
    font-size: inherit;
    font-weight: bold;
    font-family: inherit;
    text-decoration: none;
    background-color: #fec007;
    background-image: url(button-yellow.png);
    background-position: top center;
    background-repeat: repeat-x;
    border-width: 1px;
    border-color: #fec007;
    border-style: solid;
    border-bottom: 5px solid #e5ac04;
    position: relative;
    padding: 0.6em 2em;
    border-radius: 60px;
    box-shadow: 0px 12px 15px -8px rgb(60 50 0 / 20%);
    display: inline-block;
}

.slider .slider-item_text .linkNext:hover {
    background-image: none;
}

.slider .slick-next {
    cursor: pointer;
    background-image: url(slider.png);
    background-position: bottom right;
    background-size: 200% auto;
    margin: auto;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 3%;
    z-index: 5;
    background-color: transparent;
}

.slider .slick-next:hover {
    background-position: top right;
    position: absolute;
}

.slider .slick-next:before {
    display:none;
}

.slider .slick-prev {
    cursor: pointer;
    background-image: url(slider.png);
    background-position: bottom left;
    background-size: 200% auto;
    margin: auto;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 3%;
    z-index: 5;
    background-color: transparent;
}

.slider .slick-prev:hover {
    background-position: top left;
    position: absolute;
}

.slider .slick-prev:before {
    display:none;
}

.slider .slider_list .slider-item .objectImage {
    max-height: 450px;
}

.sequenceSlider {
    display:none;
}

.main-content__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main-content__center#div25 {
    width: 60%;
    float: left;
}

.main-content__right#div34 {
    background-color: transparent;
    float: right;
}

.main-content__right {
    width: 20%;
}

.main-content__right #content1 {
    width: auto;
    float:none;
}

.main-content__right #content2 {
    width: auto;
    float:none;
}

.main-content__right #div35 {
   padding: 0 0 0 10px;
}

.main-content__right .objectTitle {
    font-size: 18px;
}

.main-content__right #menuLink .object {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-content__right #menuLink .objectImage {
    margin:0;
}

.e_shopvit .blockCompareWish {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.e_shopvit .add_wish {
    margin-left: 0;
}

.e_shopvit .productItem .blockCompare .compare {
    margin-left:0;
}

.e_shopvit .add_wish {
        font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.e_shopvit .add_wish:before {
    content:'\f08a'; font-family: FontAwesome; font-size:20px;
}
.e_shopvit .add_wish.active:before {
    content:'\f004'; font-family: FontAwesome; font-size:20px;
}
.e_shopvit .add_wish:hover {
    color:#f00;    
}
.e_shopvit .add_wish.active {
    color:#f00;
}

.e_shopvit .add_wish__label {
    font-size:16px;
    margin-left:5px;
}

.e_shopvit .add_wish {
    font-size:20px;
    cursor:pointer;
    display:flex;
    align-items:center;
    margin-top:10px;
}

.e_shopvit .add_wish__label {
    font-size:16px;
    margin-left:5px;
}

/* start feature styles */

.e_shopvit .featureContent {
    display: none;
}
.e_shopvit .featureList {
    margin-bottom: 20px;
}
.e_shopvit .featureValues {
    margin-bottom: 20px;
}
.e_shopvit .featureValues .featureItem {
    display: none;
    margin-bottom: 6px;
}
.e_shopvit .featureValues .featureItem.show {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.e_shopvit .featureValues .featureItem__title {
    width: 50px;
}
.e_shopvit .productItem .featureValues .input-number_input_block {
    padding: 0;
    width: 106px;
}
.e_shopvit .productItem .featureValues .input-number_input_block input {
    margin: 0 5px;
    height: 28px;
    padding: 0 10px;
}
.e_shopvit .productItem .featureValues .input-input_dec_button {
    width: 1.2em;
    height: 1.2em;
}
.e_shopvit .productItem .featureValues .input-input_add_button {
    width: 1.2em;
    height: 1.2em;
}
.e_shopvit .goodsContent .vitrina .productItem {
    padding: 0;
    border: 0;
}
.e_shopvit .vitrina .productItemContent {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    transition: .25s;
}
.e_shopvit .vitrina .productItem.hover {
    z-index: 2;
}
.e_shopvit .vitrina .productItem.hover .productItemContent {
    position: absolute;
    height: auto;
    width: 100%;
    box-shadow: 0px 3px 8px 0px #cdcdcd;
}
.e_shopvit .vitrina .productItem.hover .featureContent {
    display: block;
}

.e_shopvit .vitrina .featureStatic {
    margin-bottom: 15px;
    font-size: 14px;
}

.e_shopvit .vitrina .featureStatic__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

.e_shopvit .vitrina .featureStatic__value {
    margin-left: 10px;            
}

/* end feature styles */

/* start ashop_vitrine */

.e_shopvit .goodsDetail .product_btn_control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.e_shopvit .goodsDetail .product_btn_control__link {
    display: inline-block;
    background-color: #f7f7f7;
    padding: 10px 15px;
    color: #2b2b2b;
    text-decoration: none;
    font-weight: bold;
}

.e_shopvit .goodsDetail .product_btn_control__link:hover {
    background-color: #ebebeb;
}

.e_shopvit .goodsDetail .product_link_back span {
    margin-left: 5px;
}

.e_shopvit .goodsDetail .product_link_next span {
    margin-right: 5px;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    background-size: cover !important;
}

.product-qtip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;    
}

.product-qtip__img {
    display: inline-block;
    width: 35%;
}

.product-qtip__info {
    display: inline-block;
    padding-left: 5px;
    width: 65%;
}

.product-qtip__price {
    margin-top: 10px;
}

.e_shopvit .goodsDetail .count_price-table_value {
    padding: 0.3rem 0.5rem;
    text-align: center;
}

.e_shopvit .goodsDetail tr:first-child td.count_price-table_value {
    font-size: 1.7rem;
}

#spoiler-text {
    width: 55px;
    height: 30px;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fec007;
    background-image: url(button-yellow1.png);
    background-size: auto 100%;
    box-shadow: 0 5px 0 #e5ac04, 0px 12px 15px -8px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    background-position: center center;
    background-repeat: no-repeat;
}

#spoiler-text div {
    text-decoration: none;
    background-image: url(down.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.e_shopvit .goodsDetail .buttonSend.addcart, .e_shopvit .goodsDetail .buttonSend.login_link {
    margin: 5px 0;
    text-align: center;
    background-color: #fec007;
    background-image: url(button-yellow.png);
    background-size: auto 100%;
    border: 1px solid #fec007;
    box-shadow: 0 5px 0 #e5ac04, 0px 12px 15px -8px rgba(0, 0, 0, 0.2);
}

.e_shopvit .analogTitle {
    margin: 1em 0 2em;
    font-size: 1.3em;
    background-color: #3ABCBB;
    text-align: center;
}

.e_shopvit .specialProducts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1%;
}

.e_shopvit .specialProducts .specialItem {
    margin: 0 0 15px 0;
    display: inline-block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    position: relative;
    vertical-align: top;
    padding: 5px;
}

.e_shopvit .specialProducts .specialButton {
    display: none;
}

.e_shopvit .specialProducts .specialImage a {
    padding-bottom: 100%;
}

.e_shopvit .specialProducts .specialImage .objectImage {
    margin: 0;
    display: block;
    float: none;
    height: 100%;
}

.lg-visible, .xs-visible{
	display: none;
}

@media(max-width: 768px) {
	.xs-visible{
		display: block;
	}
}
@media( min-width: 1200px){
	.lg-visible{
		display: block;
	}
}

/* end ashop_vitrine */

@media (min-width: 1200px) {
    .e_shopvit .vitrina .productItem {
        width: -webkit-calc(25% - 30px);
        width: -moz-calc(25% - 30px);
    	width: calc(25% - 30px);
    }
}

@media (max-width:1600px) {
    .slider .slick-next {
        right:20px;
    }
    .slider .slick-prev {
        left:20px;
    }
    .slider .slider_list .slider-item .slider-item_text {
        padding: 20px 100px;
        max-width:100%;
        -webkit-transform: translate(0,-50%);
    	-moz-transform: translate(0,-50%);
    	transform: translate(0,-50%);
    }
}

@media (max-width:991px) {
    .slider .slider_list .slider-item .objectImage {
        max-height: 350px;
        background-position: 70% 50%;
    }
    .slider .slider-item-text-container .objectNote {
        font-size: 16px;
    }
    .slider .slider-item-text-container .objectTitleTxt {
        font-size: 36px;
    }
    .main-content__content {
        -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    }
    .main-content__center#div25 {
        width: 100%;
    }
    .main-content__right#div34 {
        width: 100%;
    }
    .main-content__right #menuLink .object {
        display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    }
    .main-content__right #menuLink .objectImage {
        max-width: 100%;
    }
}

@media (max-width:768px) {
    .slider .slider_list .slider-item .objectImage {
        max-height: 300px;
    }
    .slider .slider_list .slider-item .slider-item_text {
        padding: 20px 30px;
    }
    .e_shopvit .vitrina .productItem .featureContent {
        display: block;
    }
    .e_shopvit .vitrina .productItem {
        width: 100%;
    }
    .e_shopvit .goodsDetail .modList .tableHeader th {
        padding: 5px;
        font-size: 14px;
    }
    .e_shopvit .goodsDetail .modList .modItem td {
        padding: 5px;
        font-size: 14px;
    }
    .e_shopvit .goodsDetail .modList .modItem td:first-child {
        padding: 0;
    }
    .e_shopvit .goodsDetail .modList .modItem td:last-child {
        padding: 5px;
    }
    .e_shopvit .goodsDetail .modList .thModArticle {
        display: none;
    }
    .e_shopvit .goodsDetail .modList .tdModArticle {
        display: none;
    }
    .e_shopvit .goodsDetail .modList .thModPresence {
        display: none;
    }
    .e_shopvit .goodsDetail .modList .tdModPresence {
        display: none;
    }
    .e_shopvit .input-input_dec_button {
        width: 1.3em;
    	height: 1.3em;
    }
    .e_shopvit .input-input_add_button {
        width: 1.3em;
    	height: 1.3em;
    }
    .e_shopvit .input-number_input_block input {
        margin: 0 3px;
    }
}

@media (max-width:440px) {
    .slider-wrapper {
        display:none;
    }
}    

                         