

/* Start:/local/components/mixdivanov/offers.detail/templates/new/style.css?17141212719562*/
.tablet{
	display:none;
}

.product.clr {
	margin-bottom: 80px;
}
.product-pager img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-slider-section {
    position: relative;
}
.product-slider-section .label {
    position: absolute;
    left: 16px;
    top: 12px;
    z-index: 41;
    color: #fff;
    cursor: default;
}
.product-slider-section .label + .label {
    top: 50px;
}
.product-slider-section .label > div {
    display: inline-block;
    vertical-align: middle;
}
.product-slider-section .label .label-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
}
.product-slider-section .label .label-text {
    font-size: 12px;
    font-family: 'Days';
    text-transform: uppercase;
    padding: 6px 8px 6px 20px;
    margin-left: -16px;
}
.product-slider-section .label-hit > div {
    background-color: #ed8a3b;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.product-slider-section .label-new > div {
    background-color: #75a640;
}
.product-slider-section .label-new .label-icon {
    font-family: 'BebasNeueBold';
    font-size: 10px;
    padding-top: 11px;
    text-align: center;
    text-transform: uppercase;
}
.js-cloth_target-image img {
	width: 50px;
	height: 50px;
}

.cloth-collection-column {
	float: left;
    width: 100% !important;
    margin-bottom: 10px;
    padding: 0 8px;
    padding-bottom: 25%;
    position: relative;
    overflow: hidden;
}
.cloth-collection-column .cloth-collection__item {
    text-decoration: none;
    color: #1c1c1c;
    line-height: 18px;
    font-size: 12px;
    position: relative;
    width: 100%;
}
.cloth-collection__item .cloth-img-container {
    overflow: hidden;
    position: relative;
}
.cloth-collection__item img {
    object-fit: none;
}
.cloth-collection-column .cloth-name {
	display: block;
	text-align: center;
	text-decoration: none;
    color: #1c1c1c;
    line-height: 18px;
    font-size: 12px;
}

.collection-table {

}
.collection-table tr {

}
.collection-table tr td {
    width: 25%;
    vertical-align: top;
}
.tooltip__text {
    z-index: 99;
}
.tooltip__text img {
    max-width: 200px;
    display: inline-block;
}
.transform_info {
	margin-bottom: 40px;
}
.transform_info h4 {
    border-bottom: 2px solid #f1f1f1;
    line-height: 34px;
    font-size: 18px;
    color: #1c1c1c;
}
.transform_info img {
	width: 220px;
	float: left;
	margin-right: 12px;
}
.transform_info .clear {
	clear: both;
}
.btn.product-total__quickorder {
    float: right;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    width: 195px;
    margin-bottom: 6px;
    background: transparent;
}
.product-total__quickorder:hover {
    background: #fecb01;;
}
.product-service-info {
    background: #f4f4f3;
    border-radius: 4px;
    padding: 23px 21px;
    margin-bottom: 15px;
}
.product-service-info h5 {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 3px;
}
.product-service-info p {
    font-size: 14px;
    margin: 0 0 44px;
    line-height: 20px;
}
.product-service-info div {
	padding-left: 50px;
	padding-right: 10px;
	margin-bottom: 28px;
}
.product-service-info div:last-child {
	margin-bottom: 5px;
}
.modal-quick-order {
	width: 720px;
	position: fixed;
	left: 50%;
	margin-left: -360px;
	top: 0;
	opacity: 0;
	background-color: #fff;
	box-shadow: 0px 26px 38px 0px rgba(0, 0, 0, 0.17);
	padding: 60px 115px 48px;
	box-sizing: border-box;
	z-index: 1000;
}
.modal-quick-order .close-btn {
	cursor: pointer;
	position: absolute;
	top: 21px;
	right: 25px;
	width: 14px;
	height: 14px;
	background: url("/local/templates/main/images/canc.png") no-repeat 0 0 transparent;
	background-size: contain;
}
.modal-quick-order .modal-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.modal-quick-order h4 {
	font-size: 36px;
	color: #1c1c1c;
	text-align: center;
	line-height: 0.554;
	margin-bottom: 29px;
}
.modal-quick-order .picture {
	width: 50%;
}
.modal-quick-order img {
	width: 100%;
}
.modal-quick-order .info {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	box-sizing: border-box;
	padding-left: 23px;
}
.modal-quick-order .name-box {
	margin-left: 5px;
	color: #242424;
}
.modal-quick-order .prefix {
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1.333;
}
.modal-quick-order .name {
	font-size: 24px;
	font-weight: bold;
	line-height: 0.833;
}
.modal-quick-order form {
	margin-top: 36px;
}
.modal-quick-order label {
	text-transform: uppercase;
	margin: 10px 0 0;
	font-size: 13px;
	letter-spacing: 1.5px;
	color: #494949;
	font-weight: bold;
	line-height: 38px;
}
.modal-quick-order .phone {
	outline: none;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #d2cbc6;
	color: #686868;
	border-radius: 3px;
	float: right;
	width: 395px;
	padding: 0 10px;
	margin: 0 0 23px;
	height: 38px;
	font-size: 14px;
	font-weight: 600;
}
.modal-quick-order .submit {
	text-transform: uppercase;
	width: 200px;
	display: block;
	height: 50px;
	width: 261px;
	cursor: pointer;
	border: 1px solid #fecb01;
	background-color: #fecb01;
	color: #171717;
	font-weight: 700;
	margin: 0 auto;
}
.modal-quick-order .submit:hover {
	background-color: #ffd42c;
}
.cloth-block .cloth-collection {
	width: 100%;
}
.collection-table {
	font-size: 0;
}
.cloth-collection .collection-table tr td,
.cloth-collection .collection-table .collection-table-cell {
	width: 25%;
	display: inline-block;
	max-width: 206px;
	vertical-align: top;
}
.cloth .to-top {
	position: fixed;
	bottom: -40px;
	right: 82px;
	padding: 10px;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	background: #fecb01;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #171717;
	transition: bottom .3s;
}
.cloth .to-top.active{
	bottom: 20px;
}
.cloth .to-top:hover {
	background-color: #ffd42c;
}
@media all and (max-width: 480px) {
	.transform_info img {
		float: none;
		display: block;
		width: 200px;
		max-width:80%;
		margin: 0 auto;
	}
}
#product-leftside-inner .product-tabs {
	order: 4;
}
#product-leftside-inner {
	display: flex;
	flex-direction: column;
}
@media all and (max-width: 639px) {
	.product-rightside {
		display: flex;
		flex-direction: column;
	}
	.product-rightside .product-certificate {
		order: 4;
		margin-top: 15px;
	}
	.product-rightside noindex {
		order: 3;
	}
	.product-rightside .product-service-info {
		order: 2;
	}
}
.warning-block {
	box-sizing: border-box;
	/*width: 78%;*/
	text-align: left;
	color: #ff0000;
	border: 2px solid #ff0000;
	padding: 10px 16px;
	font-size: 18px;
	margin-bottom: 18px;
}
.compare-icons input{
	display: none;
}
.compare-icons img{
	margin-right: 8px;
}
.compare-icons{
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px 20px 10px 10px;
	font-size: 14px;
	color: #242424;
	white-space: nowrap;
	border: 1px solid #fecb01;
	cursor: pointer;
}
.compare-icons-min{
	position: absolute;
}
.compare-icons-min input{
	display: none;
}
.compare-icons-min {
	position: absolute;
	right: 11px;
	top: 45px;
	cursor: pointer;
}
.product-tabs__btn__q span{
	right: -4px;
}
.btn-cheep{
	margin: 10px 0;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.btn-cheep svg{
	margin-right: 5px;
}
.btn-cheep span{
	border-bottom: 1px dotted;
	font-size: 12px;
}
.mainproducts-tabs-list{
	margin-top: 40px;
}
.header-item{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 150;
	background: #fff;
	box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.25);
	display: none;
}
.header-item.active{
	display: block;
}
.header-item_img{
	width: 100px;
	height: 60px;
}
.header-item_img img{
	width: 100%;
	height: 100%;
}
.header-item_container{
	padding: 20px 15px;
	max-width: 1440px;
	margin: 0 auto;
}
.header-item_wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-item_info{
	display: flex;
	align-items: center;
	flex: 1;
}
.header-item_name {
	font-size: 20px;
	margin-left: 20px;
}
.header-item_btn{
	display: flex;
	align-items: center;
}
.header-item .product-favorite{
	border: none;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 20px;
}
.header-item .compare-icons{
	border: none;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
}
.header-item_price{
	margin-right: 20px;
}
.header-item_cart .js-add_to_basket{
	margin-right: 20px;
}
div.product-tabs__btn{
	padding: 15px 20px;
}
@media(max-width:1010px){
	.header-item{
		display: none !important;
	}
}
.header-tabs{
	position: fixed;
	top: 95px;
	left: 0;
	width: 100%;
	z-index: 150;
	background: #fff;
	box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.25);
	display: none;
}
.header-tabs.active{
	display: block;
}
.header-tabs_container{
	padding: 0 15px;
	max-width: 1440px;
	margin: 0 auto;
}
.header-tabs_wrapper {
	display: flex;
	align-items: center;
}
.header-tab{
	display: block;
	cursor: pointer;
	color: #242424;
	font-size: 20px;
	font-weight: 600;
	margin-right: 60px;
	text-decoration: none;
	padding: 20px 10px;
}
.header-tab.active{
	background: #f1f1f1;
}
@media(max-width:1080px){
	.header-tab {
		font-size: 16px;
		margin-right: 30px;
	}
}
@media(max-width:1010px){
	.header-tabs{
		display: none !important;
	}
}
@media(max-width: 639px){
	.mainproducts-carousel-actions {
		position: unset !important;
	}
	.mainproducts-carousel-actions {
		display: block !important;
		margin-bottom: 20px !important;
	}
}

@media all and (max-width: 1024px) {
.desktop{
		display:none;
	}
.tablet{
	display:block;
}	
}
/* End */
/* /local/components/mixdivanov/offers.detail/templates/new/style.css?17141212719562 */
