.read-more-wrap {
	position: relative;
  	margin-top: .5rem;
	text-align: right;
}
.read-more-wrap .read-more,
.read-more-wrap .read-less {
	color: #004a7d;
  	text-decoration: underline;
}
.read-more-wrap .read-more:after {
    content: '';
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    width: 100%;
    height: 3rem;
    background: -webkit-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
}
.cookiebar {
  	display: none;
}
.cookiebar {
    background: #F00000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #DC281E, #F00000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
}
.introduction-message h3 {
	margin: 0;
}
.filter_section-range_input,
.styled_select-wrapper {
	border-radius: 2px;
}
.filter_section-value {
	display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.styled_select-wrapper:hover {
	background: #f5f5f5;
}

.product-order .quantity-input {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.product-order .quantity-button--plus {
	border-radius: 0 3px 0 0 !important;
}

.product-order .quantity-button--minus {
	border-radius: 0 0 3px 0 !important;
}

.header_top {
	border-bottom: 1px solid #d7d7d7;
	background: #fbfbfb;
}

.header_top-menu .menu-link {
	padding: .5rem 1rem .5rem 0;
}

.header_user-login {
	padding: .5rem 0;
}

.header_user-login a {
  	display: inline-block;
}

.header_user-login span {
  	padding-right: .25rem;
  	padding-left: .25rem;
}

.header-phone,
.header-email,
.header-timetable {
	margin-bottom: 0.25em;
}

.header-phone i,
.header-email i,
.header-timetable i {
	padding-right: 0.25em;
}

.header-phone {
	font-size: 1.3em;
	font-weight: bold;
}

.section--main_menu.fixed {
	z-index: 9999;
	position: fixed !important;
	left: 0;
	top: 0;
	width: 100%;
	border: 0;
}

.header_panel .button {
	border-radius: 0;
	line-height: 40px;
    border-right: 1px solid #fff;
  
	background: #006bb3;
    box-shadow: inset 0px -1em 1em rgba(0, 0, 0, 0.1);
}

.header_panel .button:first-child,
.header_panel .button:last-child {
    border-right: 0;
}

.header_panel .button:hover {
    background: #004a7d;
    box-shadow: inset 0 100px 0 0 #004a7d;
}

.header_panel .mobile-nav.button {
	background-color: #006bb3;
	box-shadow: inset 0px -1em 1em rgba(0, 0, 0, 0.1);
}

.header_panel .mobile-nav.button:hover {
	background-color: #00579F;
	box-shadow: inset 0 100px 0 0 #00579F;
}

.header_panel .search_widget--header {
	border-top: 0;
}

.header_panel .js-search_widget-wrapper {
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e0e0e0));
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #e0e0e0 100%);
}

.header-options {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-options-item {
	margin-left: 1rem;
}

.header-options-item:first-child {
	margin-left: 0;
}

.basket-link .basket-icon .fa-shopping-cart {
	font-size: 1.2em;
}

.header_panel .mobile-nav.button.js-panel-link {
    background-color: #2ecc71;
    box-shadow: inset 0px -1em 1em rgba(0, 0, 0, 0.1);
}

/* COLLECTION */

.index_collection-product_list.product-grid-list.grid-row-inner.grid-inline,
.collection-products_list.product-grid-list.grid-row-inner.grid-inline {
	display: flex;
	flex-flow: row wrap;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

.search-products_list.grid-row-inner.grid-inline {
	display: flex;
	flex-flow: row wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}

.showing {
	padding: 0.5rem;
	margin-bottom: 1rem;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
}

.showing .sort_by-label {
	padding: 0 0.5rem;
}

.filter-button {
    padding: .25rem 1.5rem;
    margin-bottom: 1rem;
}

.filter-tags {
	margin-top: 1rem;
}

.filter-tag {
	display: inline-block;
	margin: 0 0.5rem 0.5rem 0;
	padding: 0.25rem;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.filter-tag.is-active,
.filter-tag:hover {
	background: #f5f5f5;
	box-shadow: inset 0px -1em 1em rgba(0, 0, 0, 0.1);
}

.collections-list {
	display: flex;
	flex-flow: row wrap;
}

.collection_preview {
	position: relative;
	padding: 0.5rem 1rem;
	background: rgba(238, 238, 238, 0.2);
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.collection_preview-image.image-square {
	padding-bottom: 80%;
	-webkit-transition: -webkit-transform .1s;
	transition: -webkit-transform .1s;
	transition: transform .1s;
	transition: transform .1s, -webkit-transform .1s;
	mix-blend-mode: darken;
}

.collection_preview:hover .collection_preview-image {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.collection_preview-title {
	margin-top: auto;
}

.noUi-handle {
	border: 1px solid #dedbd2;
	border-radius: 50%;
	background: #fff;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-connect {
	background: #0575E6;
	background: -webkit-linear-gradient(to bottom, #004D95, #0575E6);
	background: linear-gradient(to bottom, #004D95, #0575E6);
}

.products-counter {
	font-size: 1.2em;
	font-weight: 600;
	color: #ccc;
}

.filter_sidebar {
	padding: 0.5rem;
	margin-bottom: 1rem;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
}

.filtered-count {
	font-weight: 700;
}

.filtered-close {
	content: '';
    position: absolute;
    left: -10px;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #eee transparent transparent;
}

.sidebar_block-content .product_preview--compare {
	margin-bottom: 1rem;
}

.sidebar_block-content .product_preview--compare .compare-remove {
    top: -5px;
    right: -5px;
}

.product_preview-image img {
	transition: .3s;
}
.product_preview-preview:hover .product_preview-image img:not(:only-child):not(.product_preview-image--second),
.product_preview-preview:not(:hover) .product_preview-image--second {
  opacity: 0;
  visibility: hidden;
}

/* PRODUCT */

.product_preview-preview {
	margin-bottom: 0.5rem;
}

.product-info .product-sku,
.product-info .product-presence {
	margin-bottom: 1rem;
}

.product-info .product-prices {
	margin-bottom: 1.5rem;
}

.product-info .product-actions {
	margin-bottom: 1rem;
}

.product-info .favourites,
.product-info .compares {
	margin-bottom: 1.5rem;
}

.product-info .favourites .favourite-link {
	color: #006bb3;
    font-size: 16px;
    font-weight: 600;
}

.product-info .favourites .favourite-link:hover {
	color: #ef4035;
}

.product-info .favourites .favourite-link span {
	border-bottom: 1px dashed;
}

.product-info .compares .product-compare {
	margin: 0;
	font-size: 16px;
    font-weight: 600;
  	cursor: pointer;
  	color: #006bb3;
}

.product-info .compares .product-compare:hover {
	color: #ef4035;
}

.product-info .compares .product-compare.compare-trigger .compare-add.js-compare-add span,
.product-info .compares .product-compare.compare-trigger .compare-added span {
	border-bottom: 1px dashed;
}

.product-info .prices-current {
	font-size: 22px;
	margin: 0 0.5rem;
}

.product-info .prices-old {
	font-size: 18px;
}

.product-info .quantity-input,
.product-info .quantity-button--minus,
.product-info .quantity-button--plus {
	border-color: #DA3227;
}

.product-properties tr:nth-child(2n) {
	background: #fbfbfb;
}

.product-info button.product-buy {
	padding: 0 1.75em;
	font-size: 16px;
	font-weight: 600;
}

.product-info .button.quick_checkout-button {
	line-height: 40px;
	vertical-align: top;
	padding: 0 1.75em;
	font-size: 16px;
	font-weight: 600;
	background: #006bb3;
	box-shadow: inset 0px -1em 1em rgba(0, 0, 0, 0.1);
}

.product-info .button.quick_checkout-button:hover {
	background: #004a7d;
	box-shadow: inset 0 100px 0 0 #004a7d;
}

.product-info button.button--disabled {
	padding: 0 1.75em;
	font-size: 16px;
  	line-height: 40px;
	font-weight: 600;
}

.product-gallery.gallery {
	padding: 0.5rem;
	/*border: 1px solid #d7d7d7;*/
	border-radius: 3px;
}


/*.product-gallery .gallery-large_image {
    border-bottom: 1px solid #d7d7d7;
  	padding-bottom: 1em;
}*/


/*.product-info .styled_select-wrapper {
	border-color: #006bb3;
}*/

.tubs-row .tubs {
	margin: 1rem 0;
}

.tubs-row .tubs-node {
	color: #000;
	background: #fff;
	padding: 0.5rem 1rem;
	margin-right: 1rem;
	font-size: 16px;
	font-weight: 600;
	border-radius: 3px 3px 0 0;
	border: 1px solid #d7d7d7;
	margin-bottom: -1px;
}

.tubs-row .tubs-node:hover,
.tubs-row .tubs-node--active {
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e0e0e0));
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #e0e0e0 100%);
}

.tubs-row .tubs-content {
	padding: 1em;
	border: 1px solid #d7d7d7;
	border-radius: 0 3px 3px 3px;
}

.product-properties table {
	width: 100% !important;
	padding: 0 !important;
}

.product-properties .property-values {
	word-break: break-all;
}

.benefits-list {
	padding: 1em;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
}

.benefit-item {
	cursor: pointer;
	padding: 0.25rem 0;
	font-size: 16px;
}

.benefit-item i {
	display: inline-block;
	padding: .5rem;
	margin-right: .25rem;
	border-radius: 50%;
	border: 1px solid #d7d7d7;
	background: #fbfbfb;
}

.recently_view-title {
	display: block;
	padding: 6px 0;
	margin-bottom: 16px;
	background: url(title_block_line_bg.png) repeat-x left center;
	color: #2e2e2e;
	font-weight: bold;
	font-size: 18px;
}

.recently_view-title span {
	background: #fff;
	padding-right: 8px;
}

#recently-viewed-items .product_preview--product_list .product_preview-button {
	margin-top: auto;
}


/* CART */

.cart-items_list .quantity-input,
.cart-items_list .quantity-button--minus,
.cart-items_list .quantity-button--plus {
	border-color: #DA3227;
}

.cart-items_list .quantity-input {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.cart-items_list .quantity-button--plus {
	border-radius: 0 3px 0 0 !important;
}

.cart-items_list .quantity-button--minus {
	border-radius: 0 0 3px 0 !important;
}

.cart-items_list .quantity {
	height: 40px;
}


/* MAIN-MENU */

.section--main_menu {
	background: #006bb3;
	box-shadow: inset 0px -1em 1em rgba(0, 0, 0, 0.1);
}

.lg-grid-2-5 {
	width: 20%;
}

.section--main_menu nav.wrap {
	background: transparent;
}

.section--main_menu .menu--main {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.section--main_menu .menu--main .menu-node--main_lvl_1 {
	position: static !important;
	font-weight: 600;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.section--main_menu .menu--main .menu-node--main_lvl_1.menu-node--current,
.section--main_menu .menu--main .menu-node--main_lvl_1.menu-node-sale,
.section--main_menu .menu--main .menu-node--main_lvl_1:hover {
	background: #EF4035;
	box-shadow: inset 0px -1em 1em rgba(0, 0, 0, 0.1);
}

.section--main_menu .menu--main .menu-node--main_lvl_1.menu-node-sale:hover {
    background-color: #da3227;
    box-shadow: inset 0 100px 0 0 #da3227;
}

.section--main_menu .menu--main .menu-node--main_lvl_1 .menu-link {
	padding: 0.25rem 1rem;
	color: #fff;
}

.section--main_menu .menu--main .menu--dropdown {
	top: auto;
	left: 0;
	width: 100%;
	background: #fff;
	border: 3px solid #EF4035;
	border-radius: 0 0 3px 3px;
	margin-top: -3px;
}

.collection_preview_small {
	display: block;
	height: 260px;
	width: 100%;
	text-decoration: none;
	border-radius: 5px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	transition: all .3s ease;
}

.collection_preview_small:hover:before {
	opacity: 1;
}

.collection_preview_small:hover:after {
	opacity: 0;
}

.collection_preview_small:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 5px;
	background: rgba(239, 64, 53, 0.6);
	transition: all .3s ease;
	z-index: 10;
	opacity: 1;
}

.collection_preview_small-title {
	color: #fff;
	font-size: 2em;
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 20;
}

.collection_preview_small {
	height: 130px;
	border-radius: 2px;
}

.collection_preview_small:after {
	border-radius: 2px;
}

.collection_preview_small-title {
	position: absolute;
	font-size: 1em;
	left: 0.5rem;
	bottom: 0.5rem;
}


/* FOOTER */

.footer-call {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer-call-number {
	font-size: 1.8em;
}

.footer-copyright i.fa-copyright {
	padding: 0 3px;
}

.footer-call-button .button {
	font-size: 1rem;
	line-height: 1;
	padding: .75rem 1rem;
}

.footer-copyright {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pay-methods {
	display: flex;
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.pay-methods .pay-item {
	margin: 0 0.5rem;
}

.pay-methods .pay-item img {
	max-width: 50px;
}


/* CALLBACK */

.callback-modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-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, .2);
	border-radius: .3rem;
	outline: 0;
	max-width: 500px;
	padding: 0;
}

.callback-modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.callback-modal-title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 1.25rem;
	font-weight: 600;
}

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

.form-group {
	margin-bottom: 1rem;
}

.form-group:last-child {
	margin-top: 2rem;
	margin-bottom: 0;
}

.form-group-label {
	display: inline-block;
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: 1.1rem;
	line-height: 1.5;
}

.form-group-input {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-group .button {
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: .3rem;
	font-size: 1rem;
	line-height: 1;
	padding: .75rem 1rem;
}


/* qTip2 styles */

.qtip-default {
	border: 1px solid #d7d7d7;
	background-color: #fff;
	color: #000;
	border-radius: 3px;
}

.qtip-content {
	padding: 0.5rem 1rem;
	font-size: 14px;
	line-height: 1.5;
}

.qtip-content a {
	color: #004A7D;
	text-decoration: underline;
}

.qtip-content ul {
	margin: 0;
	padding-left: 1rem;
	box-sizing: border-box;
}

.qtip-content li {
	padding: .25rem 0;
}


/* cart */

.cart-info-content {
	margin: 2em 0;
}

.cart-info-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 1rem;
}

a[href*="top100.rambler.ru"], a[href*="liveinternet.ru"] {
	display: none;
}


/* 480 */

@media (max-width: 480px) {
	.modal--product_added .button {
		margin-right: 0;
		margin-left: 0;
	}
	.tubs-row table.product-properties {
		padding-right: 0;
	}
	.pay-methods {
		justify-content: center;
	}
	.product_preview-bottom .product_preview-button {
		margin-bottom: 1rem;
	}
    .product-item .prices-old {
		display: block;
      	margin: 0;
      	padding: 0;
      	border: none;
    }
}

.search-results {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translate(16px, 28px);
  transition: all 0.2s linear;
  z-index:3;
}
.search-results:before, .search-results:after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 25px;
  left: 10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.search-results.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate(16px, 8px);
}
#search {
	overflow:unset !important;
}
.search-results:after {
  z-index: 2;
  border-bottom-color: #eee;
  top: 22px;
}

@keyframes colorchange {
  from {
     border: 2px solid  #2a364e !important;
  }
  to {
     border: 2px solid #000000  !important;
  }
}
@keyframes colorchangebutton {
  from {
    background-color: #2a364e;
  }
  to {
    background-color: #000000;
  }
}
.in-progress-button {
  animation-name: colorchangebutton;
  animation-duration: 1s;
   animation-iteration-count: infinite;
}

.in-progress {
  animation-name: colorchange;
  animation-duration: 1s;
   animation-iteration-count: infinite;
}

.autocomplete-suggestions {
  display:block !important;
  position: absolute;
  z-index: 1 !important;
  top: 45px;
  left: -13px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  background: #fff;
  max-width: 360px;
  padding: 8px 0px;
  max-height: 400px;
  overflow: auto;
  width: 100% !important;
}
.autocomplete-suggestion-link {
  position: relative;
  display: block;
  padding: 7px 20px 7px 86px;
  color: #000;
  min-height: 50px;
    text-decoration:none !important;
}

.autocomplete-suggestion-thumb {
  position: absolute;
  top: 7px;
  left: 14px;
  width: 58px;
  height: 58px;
  background: #fff center center no-repeat;
  background-size: contain;
}
.autocomplete-suggestion-title {
  display: block;
  font-size: 12px;
  line-height: 18px;
  	transition:0.5s;
  text-align:left;
}
.autocomplete-suggestion-title:hover {
	text-decoration:none;
  
  	color:#51132e;
}
.autocomplete-suggestion-price {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  text-decoration:none;
  text-align:left;
}

.clients_carusel img:not(:hover) {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.search_widget_large.search_widget--search {
	display: flex;
}

.search_widget_large .search-page-input {
	width: 100%;
}

.search-page-submit {
	width: 120px;
  	border: none;
  	border-top-left-radius: 0;
  	border-bottom-left-radius: 0;
}

.page_404-content {
  	text-align: center;
}
.error404 {
	font-size: 3em;
  	font-weight: 600;
}
.text404 {
	font-size: 1.6em;
}

.compare-wrapper .image-wrapper .image-square {
	padding-bottom: 70%;
}

/* Responsive YouTube Video */

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bundle {
	padding-bottom: 1.5rem;
}

.button--scroll_top::after {
    content: 'Наверх';
    display: inline-block;
    position: absolute;
    bottom: -25px;
    left: 2px;
    font-size: 12px;
}
