@charset "utf-8";

.text-center .img-responsive,
.action-block .img-center {
	margin-left: auto;
	margin-right: auto;
}
.action-block .img-right {
	margin-left: auto;
}
.pos-st {
	position: static;
}

/*@media (max-width: 991px) {
	.container--wr-mv {
		padding-left: 20px;
		padding-right: 20px;
	}
}*/

.top-header.top-header-title {
	margin-bottom: 0;
}
/*.top-header.top-header-title + .col-md-12.col-wrapper-mv {
	display: none;
}*/

.bg-white {
	background-color: #fff;
}
.bg-lightgray {
	background-color: #f3f4f6;
}
.bg-black {
	background-color: #000;
}

.p1_0 {
	padding: 1px 0;
}

.link-with-image {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	height: 56px;
	max-width: 300px;
}
.link-with-image .img {
	min-width: 83px;
	margin-right: 20px;
}
.link-with-image .text {
	text-align: left;
}

.img__wr {
	position: relative;
	display: inline-block;
}
.img__wr .img {
	display: inline-block;
}
.text-img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 12px 0;
	background-color: rgba(43,45,49, .85);
	color: #d0d0d0;
	text-align: right;
}

/* Action block */
.action-block {
	margin: 50px 0;
}
.action-block__title {
	text-align:center;
}
.action-block__title .h1 {
	margin-bottom:25px;
	font-size:34px;
}
.action-block__title .h4 {
	font-size: 18px;
}
.action-block__title .h1 + .h4 {
	margin-top: 15px;
}
.action-block__title p {
	margin-bottom:20px;
}
.action-block__cols {
	margin-top:5px;
}
.action-block__cols .col-item {
	margin-top: 30px;
}
/*.action-block__cols .col-item:nth-of-type(2n+1) {
	clear: left;
  }*/
.action-block__cols .title {
	font-size:45px;
}
.action-block__cols .img-responsive {
	margin-bottom:25px;
}

.action-block__title2__wr {
	height: 349px;
}
.action-block__title2 {
	position: absolute;
	top:50%;
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	transform:translate(0,-50%);
}
.action-block__title2 .h1 {
	font-size: 30px;
}
@media (max-width: 991px) {
	.action-block__title2__wr {
		height: auto;
	}
	.action-block__title2 {
		position: relative;
		top:auto;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
	}
}
@media (max-width: 991px) {
	.image-block .h1 {
		margin-bottom:20px;
		font-size:30px;
	}
	.image-block_cols .title {
		font-size:40px;
	}
	/*.action-block {
	  margin-top: 40px;
	}*/
	.action-block .col-sm-12.col-wrapper-mv {
		padding-bottom: 0;
	}
}
@media (min-width: 992px) {
	/*.action-block {
	  margin-top: 50px;
	}*/
	.action-block__cols h5 {
		font-size: 15px;
	}
}
@media (max-width: 550px) {
	.action-block__cols .col-item {
		width:100%;
		/*margin-bottom:35px;*/
	}
}


/* Image Block */
.image-block {
	position:relative;
}
.image-block__text {
	position:absolute;
	left:0;
	padding-left:40px;
	top:50%;
	padding-top: 0;
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	transform:translate(0,-50%);
}

.image-block__text-in {
	padding:30px 40px;
}
.image-block__text-in .h1 {
	font-size: 30px;
	margin-bottom: 20px;
}

.image-block__text--right {
	float: right;
	left: auto;
	right: 0;
	padding-left: 0;
	padding-right: 40px;
}

.image-block__text--center {
	float: none;
	left: 50%;
	padding-left: 0;
	padding-right: 0;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.image-block__text--dark .image-block__text-in {
	background-color: #212530;
	background-color: rgba(33,37,48, 0.95);
}
.image-block__text--dark .image-block__text-in .h1,
.image-block__text--dark .image-block__text-in .h3,
.image-block__text--dark .image-block__text-in .h5 {
	color: white;
}
.image-block__text--dark .image-block__text-in p {
	color: #bcbccc;
}

.image-block__text--white .image-block__text-in {
	background-color: white;
	background-color: rgba(255,255,255, 0.95);
}
.image-block__text--white .image-block__text-in p {
	color: #83838f;
}

.image-block__text--nobg .image-block__text-in {
	background: none !important;
	padding: 0 !important;
}

@media (min-width: 992px) {
	.image-block__text--nobg {
		padding-left: 40px;
	}
	.image-block__text--right.image-block__text--nobg {
		padding-left: 0;
		padding-right: 40px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.image-block__text {
		padding-left: 20px;
	}
	.image-block__text--right {
		padding-left: 0;
		padding-right: 20px;
	}

	.top-img .image-block__text {
		/*padding-left: 0;*/
	}
}
@media (max-width: 767px) {
	.image-block__text {
		position:static;
		float:none;
		width:auto;
		left: auto;
		right:auto;
		top:auto;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
		margin:0 0 20px;
		padding:0 20px;
	}
	.image-block__text .image-block__text-in {
		background-color: transparent;
		padding: 0;
		color: inherit;
		text-align: center;
	}
	.image-block__text .image-block__text-in .h1 {
		color: inherit;
		font-size: 28px;
	}
	.image-block__text--dark .image-block__text-in .h3,
	.image-block__text--dark .image-block__text-in .h5 {
		color: inherit;
	}
	.image-block__text .image-block__text-in p {
		color: #83838f;
	}
}

@media (min-width: 992px) {
	.image-block__wr {
		position: absolute;
		width: 100%;
		max-width: 940px;
		left: 50%;
		top: 0;
		bottom: 0;
		-webkit-transform:translate(-50%,0);
		-ms-transform:translate(-50%,0);
		transform:translate(-50%,0);
	}
	/*.image-block__wr .image-block__text {
	  padding-right: 0;
	}*/
}
@media (max-width: 991px) {
	/*.image-block__wr .image-block__text {
	  padding-right: 20px;
	}*/
}

@media (max-width: 767px) {
	.action-block__title .h1,
	.image-block__text .image-block__text-in .h1 {
		font-size: 30px;
	}
}


/* Product action */
/*.product--action {
	padding-bottom: 40px;
}*/
.product-top--action {
	padding: 0;
	background: none;
}
.product-top--action .h2 {
	margin-top: 0;
}
.product-top--action .product-middle .desc {
	/*font-size: inherit;*/
}
.product-top--action .colors-wrapper {
	margin: 28px 0;
}
.product-top--action .slideshow-wrapper {
	margin-top: 20px;
}
.product--action .delivery_info .city-select-link {
	border-bottom: none !important;
	cursor: inherit !important;
	color: inherit !important;
}

.product__img {
	margin-top: 20px;
	margin-bottom: 20px;
}
.product__img .img-responsive {
	margin-left: auto;
	margin-right: auto;
}

.products-select {
	margin:20px -5px 0 0;
}
/*.products-select--model {
	margin-bottom: 20px;
}*/
.products-select .item {
	position: relative;
	display: block;
	float: left;
	width: 150px;
	height: 146px;
	margin: 0 5px 5px 0;
	padding: 12px 10px 10px 40px;
	border: 1px solid #c8cbce;
	background-color: white;
	color: inherit;
	cursor: pointer;
}
.products-select.without-price .item {
	height: 48px;
	padding-top: 14px;
}
.products-select .item.active {
	background-color: #504d56;
	border-color: #504d56;
	color: white;
	cursor: inherit;
}
.products-select .item.disabled {
	display: none !important;
	color: #e5e5e4;
	border-bottom-color: #e5e5e4;
	background-color: rgba(255, 255, 255, 0.8);
	cursor: not-allowed;
}
.products-select .item .text {
	height: 100px;
	margin: 0;
	overflow: hidden;
}
.products-select.without-price .item .text {
	height: auto;
}
.products-select .item .text li {
	margin: 3px 0;
}
.products-select .item .price {
	color: #f25529;
}
.products-select .item.active .price {
	color: white;
}
.products-select .item .check {
	position: absolute;
	left: 11px;
	top: 13px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	border: 1px solid #c8cbce;
	border-radius: 10px;
}
.products-select .item.active .check {
	border: none;
	border-radius: 0;
	background: url(/common/r2014/i/icons.png) -40px -60px no-repeat;
}
@media (max-width: 991px) {
	.products-select .item {
		background-color: #f3f4f6;
	}
}


/* Disclaimer list */
.disclaimer-list {
	list-style: none;
	margin: 40px 0;
	padding-left: 40px;
}
.disclaimer-list li {
	position: relative;
	margin-bottom: 10px;
}
.disclaimer-list .li-star {
	position: absolute;
	width: 30px;
	margin-left: -40px;
	text-align: right;
}
.disclaimer-list .li-number {
	position: absolute;
	width: 30px;
	margin-left: -40px;
	text-align: right;
	font-size: 0.8em;
}


/* Modal Chars */
.modal--chars .link-collapse {
	color: #4571EC;
}
.modal--chars .product-behaviour {
	padding: 0;
	background-color: #fff;
}
.modal--chars .product-behaviour .dl-horizontal dt span,
.modal--chars .dl-horizontal2 dt span {
	background-color: #fff;
}
@media (min-width: 992px) {
	.modal--chars .modal-dialog {
		width: 900px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.modal--chars .modal-dialog {
		width: 740px;
	}
}


/* Modal Video */
@media (min-width: 992px) {
	.modal-dialog--video {
		width: 900px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.modal-dialog--video {
		width: 90%;
		max-width: 900px;
	}
}
@media (max-width: 767px) {
	.modal-dialog--video {
		width: 100%;
	}
}

.embed--replacer {

}
.embed--replacer .img-replacer {
	position: absolute;
	cursor: pointer;
}


/* Ico Popups */
.ico-popup {
	display: block;
	position: absolute;
	width: 56px;
	height: 56px;
	margin: -28px -28px 0 -28px;
	background: url(../i/hotspot.png) no-repeat left top;
	background-size: auto 100%;
	cursor: pointer;
}
.ico-popup.active {
	background-position: right top;
}
@media (min-width: 768px) and (max-width: 991px) {
	.ico-popup {
		width: 46px;
		height: 46px;
		margin: -23px -23px 0 -23px;
	}
}
@media (max-width: 767px) {
	.ico-popup {
		width: 36px;
		height: 36px;
		margin: -18px -18px 0 -18px;
	}
}

.popover--white {
	width: 192px;
	max-width: none;
	padding: 0;
	border: none;
	border-radius: 0;
	font-size: 12px;
}
.popover--white .popover-content {
	padding: 0;
	color: #83838f;
}
.popover--white .popover-content .img-responsive {
	min-height: 93px;
	margin-bottom: 0;
}
.popover--white .popover-content .title {
	margin: 0;
	padding: 10px 10px 0;
	color: #2f353d;
	line-height: 1.1;
	font-size: inherit;
}
.popover--white .popover-content .text {
	padding: 7px 10px 10px;
}

/* twentytwenty */
.twentytwenty-container {

}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: #d2d2db;
	position: absolute;
	z-index: 30;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	width: 2px;
	height: 9999px;
	left: 50%;
	margin-left: -1px;
}
.twentytwenty-overlay,
.twentytwenty-before-label,
.twentytwenty-after-label {
	display: none !important;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px;
}

.twentytwenty-container {
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block;
}

.twentytwenty-before {
	z-index: 20;
}
.twentytwenty-after {
	z-index: 10;
}
.twentytwenty-handle {
	height: 46px;
	width: 46px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -31px 0 0 -31px;
	border: 8px solid transparent;
	border-color: rgba(114,110,122, 0.3);
	border-radius: 50%;
	background-color: #f35429;
	background-clip: padding-box;
	z-index: 40;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.twentytwenty-handle:hover {
	background-color: #d94c25;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 23px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 23px;
}

.twentytwenty-left-arrow {
	border-right: 6px solid white;
	left: 50%;
	margin-left: -17px;
}

.twentytwenty-right-arrow {
	border-left: 6px solid white;
	right: 50%;
	margin-right: -17px;
}
