

/* Start:/local/templates/allaia/components/bitrix/menu/top-menu/style.css?1594841649581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/allaia/components/bitrix/menu/top-menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/allaia/components/bitrix/sale.basket.basket.line/.default/style.css?15948416494401*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */


/* Start:/local/templates/allaia/components/bitrix/news.list/faq-gc/style.css?17056706611873*/
.faq-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.faq-section .faq_h1{
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 30px 0;
    color: #35363a;
}
.faq-section div[itemprop='mainEntity'] {
    box-shadow: 0 1px 20px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .15);
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
}
.faq-section h2 {
    font-size: 17px;
    position: relative;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 22px 70px 22px 20px;
    margin: 0;
    font-weight: 700;
    line-height: 130%;
    transition: .3s;
    cursor: pointer;
    background-color: #f7f7f7;
}.faq-section div[itemprop='acceptedAnswer'] {
    display: none;
}.faq-section ul {
    list-style-type: disc;
    margin-bottom: 20px;
    padding-left: 20px;
}
.faq-section li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #444;
}.faq-section .answ-wrap {
    padding: 15px 40px;
}.faq-section .answ-wrap {
    padding: 15px 40px;
}
.faq-section h2::after {
  content: "";
  position: absolute;
  right: 40px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m12 14.586 7.293-7.293 1.414 1.414L12 17.414 3.293 8.707l1.414-1.414L12 14.586z' fill='%232C2C2C'/%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: .3s;
}

.faq-section div[itemprop='mainEntity'] {
  box-shadow: 0 1px 20px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .15);
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
}

.faq-section .answ-wrap {
  padding: 15px 40px;
}

.faq-section h2.active::after {
  transform: rotate(180deg);
}
/* End */


/* Start:/local/templates/allaia/styles.css?17340203265335*/
.wrapper_sections {
    width: 100%;
    display: block;
}
.category_list ul {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 12px;
    font-size: .75rem;
    display: contents;
    line-height: 40px;
}
.category_list li a {
    font-size: 16px;
    border: none;
    border: 1px solid #004dda;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 5px 15px;
    /* font-weight: 500; */
    text-align: center;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: normal;
}
.refine-search {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
}
.col-sm-12.category_list {
    padding: 0px;
    display: inline;
}
.category_list ul li {
    display: inline-block;
    padding-right: 2px;
    position: relative;
}
.category_list ul li:after {
    font-family: 'themify';
    content: "-";
    font-size: 10px;
    font-size: .625rem;
    display: inline-block;
    margin-left: 3px;
}
.category_list ul li:last-child:after {
    content: '';
    margin-right: 0;
}
.readmore_more h2 {
    text-align: left;
}.grid_item .ondelivery {
    top: 40px;
}
.grid_item .ribbon.off{
    left: 0px;
}.sort_mobile {
    display: none;
}

.row.season-banner {
    justify-content: center;
}
.wrap_main_nav {
    height: 50px;
    display: block;
}

.btn_search_mob:before {
    font-family: 'header_icons';
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 500 !important;
}
.btn_search_mob {
    position: relative;
    top: -4px;
    height: 20px;
}.mainpage-graces a {
    display: inline-block;
}
.btn_search_mob span {
display: none;
}
.count_reviews {
    color: #0056b3;
}

.count_reviews:hover {
    color: #000;
}
.readmore_more {
	overflow: hidden;
	position: relative;    
    text-align: justify; 
}
.readmore_more.hide {
	height: 500px;
}
.readmore_more.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}
.content_toggle_text-more {
    border: none;
    color: #fff;
    background: #004dda;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 12px 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: normal;
}

.fancybox-container {
    z-index: 900000000 !important;
}.btn_cat_mob {
    color: #004dda !important;
}
header.version_1 .menu ul li>span a {
    color: #004dda;
}.small-gutters .ondelivery {
    left: 0px;
    bottom: 0px;
}

.ondelivery {
    min-width: 3.236em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    margin: 0;
    background-color: #03d600;
    color: #fff;
    font-size: .857em;
    z-index: 9;
    padding: 0px 5px;
    min-height: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: 0.75rem;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    left: 10px;
}
.ondelivery .icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: text-bottom;
}
@media (min-width: 1200px){
.main_header .sf-menu.menu_top {
    display: inline-flex;
}
}
@media (max-width: 1199px){
.site_selector_main {
    display: flex;
    position: absolute;
    top: 24.5px;
    left: -30px;
}
}

@media (max-width: 1150px){
.site_selector_main {
    left: -50px;
}
}

.container.margin_60_35 .review_content {
    margin: 0 auto;
    width: 100%;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media(max-width: 768px){
.collapse_active {
    display: block !important;
}
.season-banner .img-banner {
    text-align: center;
    padding: 0px 15px;
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
}
.wrap_main_nav {
    height: 40px;
}
.toolbox.elemento_stick {
    display: none;
}
main {
    /*top: 21px;*/
}
.margin_30{padding-top:10px;}


.sort_mobile {
    background-image: url(/local/templates/allaia/img/up_down.png);
    width: 20px;
    height: 20px;
    margin: 0px;
    background-size: contain;
display: block;
        position: absolute;
        left: 50%;
        top: 4px;
}

.sort_mobile .sort_select #sort {
    font-size: 0px;
}
}
@media(max-width: 500px){
    .logo_box img {
        max-height: 30px;
        height: 30px !important;
    }

header .main_header nav .open_close {
    top: -32px;
}
    .logo_box {
        font-size: 13px;
    }
header .main_header .phone_top {
    top: -38px;
}
}

@media(max-width: 420px){
    .sort_mobile {
        left: 37%;
    }
}
/* End */


/* Start:/local/templates/allaia/template_styles.css?1705759571588*/
.title_footer_h3 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
.title_footer_h3{
    font-size: 13px;
    font-size: 0.8125rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 -15px 0 -15px;
    padding: 15px 15px 15px 15px;
    display: block;
  }
}
/* End */
/* /local/templates/allaia/components/bitrix/menu/top-menu/style.css?1594841649581 */
/* /local/templates/allaia/components/bitrix/sale.basket.basket.line/.default/style.css?15948416494401 */
/* /local/templates/allaia/components/bitrix/news.list/faq-gc/style.css?17056706611873 */
/* /local/templates/allaia/styles.css?17340203265335 */
/* /local/templates/allaia/template_styles.css?1705759571588 */
