body{
	--color-gray: #f7f7f7;
}

.subscribe-edit input,
.subscribe-edit textarea {
	width: auto;
}


.subscribe-edit input[type=checkbox],
.subscribe-edit input[type=radio] {
	margin: 0 8px 0 0;
}

.subscribe-edit td p {
	margin-top: 12px;
}

.subscribe-edit [type=submit],
.subscribe-edit [type=reset] {
	margin-top: 20px;
}

.product__header .goretex {
	bottom: -20px;
}

.product-line__header .goretex {
	bottom: 20px;
}

.product-table__td {
	position: relative;
}

.product-table__td .goretex {
	bottom: 10px;
	width: 50px;
}

._shiptor_widget_frame_pvz {
	max-width: 100% !important;
}


.modal-win__main--wide .product-main-promo__thumbs {
	max-width: none;
	padding: 0;
	margin: 10px 0 0;
	width: 300px;
}


.modal-win__main--wide .product-main-promo__thumbs .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: row;
}

.modal-win__main--wide .product-main-promo__thumbs .swiper-slide {
	height: auto !important;
	width: auto;
	margin-right: 10px;
}

.modal-win__main--wide .product-main-promo__thumbs .product-main-promo__th-prev,
.modal-win__main--wide .product-main-promo__thumbs .product-main-promo__th-next,
.modal-win__main--wide .product-main-promo__zoom-pane {
	display: none;
}

.tfl-body-blur {
	-webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
}

@media (max-width: 1100px) {
.block-preim {
  display: none;
}
}
@media (max-width: 767px) {
	.items-promo__heading {
		font-size: 1.2rem;
	}
	.product__header .btn {
		padding: 1rem 0;
	}
}
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}


@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
background: #f7f7f7;
  border-bottom: 1px solid #ccc;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
	border: none;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.2;
	font-size: 15px;
	font-weight: 600;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width:1170px) {
  .modal-lg {
    max-width: 800px;
  }
}
.shop-regions-button {
	font-size: 1rem;
}
.shop-city span, #selected-city {
    border-bottom: 1px dotted #bebebe;
}
.shop-city span:hover {
	border-bottom: none;
}
.a_ssylki {
	color: #bebebe;
    border-bottom: 1px dotted #bebebe;
}
.contacts-zagol {
	display: flex;
	line-height: 30px;
}
.contacts-zagol b {
	margin-right: 5px;
}
.seo-content ul {
	list-style: disc;
	margin-left: 20px;
}
.table-striped > tbody > tr:nth-child(odd) {
    background-color: rgba(0,0,0,0.05);
}
.rezdelitel {
	margin-bottom: 20px;
}
.modal-win__body ul {
	padding-left: 20px;
	list-style: circle;
}
.checkbox-label .js-agreement-win {
	margin-left: 5px;
}
.question {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #e6e6e6;
}
.question span {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 10px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs {
	border-bottom:1px solid #ddd;
}
.nav-tabs>li {
	float:left;
	margin-bottom:-1px;
}
.nav>li {
    position: relative;
    display: block;
	margin-top: 2px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
	margin-right:2px;
	line-height:1.42857143;
	border:1px solid transparent;
	border-radius:4px 4px 0 0;
		background-color: #bebebe;
}
.nav-tabs > li > a:hover {
	border-color:#eee #eee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color:#555;
	cursor:default;
	background-color:#fff;
	border:1px solid #ddd;
	border-bottom-color:transparent;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.tab-content>.tab-pane{
	display:none;
}
.tab-content>.active{
	display:block;
}

.nav:after, .nav:before, .navbar:after, .navbar:before {
    display: table;
    content: " ";
}
.nav:after,.navbar:after, .pager:after {
    clear: both;
}
.nav-item a {
	color: #000;
}
@media (max-width: 575px) {
  .item-preim {
    margin: 0px 0px;
  }
}
.block-preim {
  margin-top: 10px;
}
.block-preim .com-md-6 {
  padding-right: 10px;
}
.item-preim {
  display: flex;
  background-color: #b5b5b5;
  padding: 1rem 1.5rem;
  font-size: 14px;
  border: 2px solid #bebebe;
  white-space: nowrap;
  border-radius: 3px;
  margin: 5px 0px;
  height: 50px;
  color: #ffffff;
  line-height: 25px;
}
.item-preim img {
  margin-right: 10px;
}
.goretex {
  position: absolute;
  width: 80px;
  z-index: 100;
}


.product__offer-list {
	margin: 0 -1px;
}

.product__coupon-info {
	position: absolute;
  display: flex;
  margin-bottom: 1rem;
	top: 0px;
  width: 100%;
  padding-right: 20px;
  overflow: hidden;
  white-space: nowrap;
}

.product__coupon-info.is-discount {
	top: 30px;
}

.product-controls .product__coupon-info {
	position: static;
	margin: 12px 0;
}

.product__coupon-info .block {
  width: 100%;
	display: inline-block;
  text-align: center;
  font-size: 1.2rem;
	line-height: 16px;
	padding: .4rem .5rem;
	background: #FFEAD2;
	color: #333;
}
ul>li {
  list-style-type: disc;
  margin-left: 20px;
}
.product__offer-type ul>li {
  margin-left: 0px;
}
p, span, ul>li {
  font-size: 14px;
  color: #888888;
}
.main-nav ul>li, .nav-tabs li, .category-nav__list li {
  list-style-type: none;
  margin-left: 0px;
}
.cat-index {
  margin-bottom: 10px;
}

.user-log-data__controls {
	padding-top: 8px;
	padding-bottom: 8px;
}

.user-log-data__control + li {
	margin-top: 8px;
}

.user-log-data__control-link {
	padding: 0;
	margin-top: -5px;
}

.user-log-data__control-link::before {
	display: none;
}


/* personal */

.sale-order-link,
.sale-order-history-link,
.sale-order-list-repeat-link,
.sale-order-detail-back-to-list-link-up {
	color: #333;
	text-decoration: underline;
}

.sale-order-link:hover,
.sale-order-history-link:hover,
.sale-order-list-repeat-link:hover,
.sale-order-detail-back-to-list-link-up:hover {
	color: #111;
}

.sale-order-detail-general-head,
.sale-order-list-title-container {
	background-color: var(--color-gray);
}

.sale-order-detail-general {
	border: none;
}

.sale-order-detail-general-item {
	color: #333;
}

.sale-order-list-top-border {
	display: none;
}

.main-profile-form-buttons-block {
	margin-top: 20px;
}

.main-profile-form-buttons-block .btn.btn-default {
	color: #fff;
	background: #b5b5b5;
	margin-left: 6px;
}

.main-profile-block-shown .form-group {
	margin-top: 8px;
}

.sale-order-list-inner-row {
	margin-top: 12px;
}

.sale-order-list-repeat-link:before {
    filter: grayscale(1);
}

.sale-order-list-about-link {
	padding: 16px 48px;
	color: #fff;
	background: #b5b5b5;
	text-decoration: none;
	display: inline-block;
}

.sale-order-list-about-link:hover {
	color: #fff;
	background: #959595;
}

.sale-order-detail-order-section {
	width: 100%;
}

.sale-order-detail-total-payment-list-right {
	list-style: none;
}

.sale-order-detail-total-payment-list-right li {
	list-style-type: none;
}

.bx_my_order_cancel {
	max-width: 500px;
}

/* personal end */

.page-payment .sale_order_full_table {
  padding: 20px;
  background-color: #e6e6e6;
  border: 1px solid #adb1d6;
}

.page-payment .sale_order_full_table tr td {
  padding: 20px;
}

.page-payment .sale_order_full_table .ps_logo{
  display: none;
}

.page-payment .sale_order_full_table .ps_logo .pay_name {
  font-size: 34px;
  font-weight: 600;
}

.page-payment .btn-success {
  border-radius: 0px !important;
  background-color: #5cb85c;
  color: #ffffff;
  font-weight: 600;
  padding: 20px 40px;
}

.page-payment .widget-payment-checkout-info {
  display: none;
  font-size: 16px;
}

.page-payment .widget-payment-checkout-info:nth-child(2) {
  display: block;
  font-size: 16px;
}

.widget-paysystem-checkout-sum {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}