﻿

/* Start:/local/templates/franch/css/catalog.css?167786913325694*/
.product__advantages-item--light-orange .number {
    background-color: #f1ae18;
    border-left: 5px solid #e88900;
}

.product__advantages-item--orange .number {
    background-color: #e88900;
    border-left: 5px solid #f1ae18;
}

.product__advantages-item--light-green .number {
    background-color: #9bcc37;
    border-left: 5px solid #83ae2e;
}

.product__advantages-item--green .number {
    background-color: #83ae2e;
    border-left: 5px solid #9bcc37;
}

.product__advantages-item--blue .number {
    background-color: #80ddff;
    border-left: 5px solid #00a6e3;
}

.product__advantages-item {
    border: 1px solid #ecedee;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 5px;
    display: flex;
    height: 50px;
}

.product__advantages-item .number {
    position: relative;
    width: 33%;
    margin: 0px;
    color: #fff;
    text-align: center;
    font-size: 15px;
   /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
   /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product__advantages-item .text {
    padding: 5px;
    width: 67%;
    margin: 0px;
  /*  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    /*-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-self: center;
}

.product__advantages-item .number span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product__advantages-item .hint-popup-window-inner{
    text-transform: none !important;
}

.product__info {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.product__info-img img {
    text-align: center;
    height: auto;
    /*min-width: 100%;*/
}

.product__advantages {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    height: auto;
    /*-webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
}

/* Форма */
.product__order-form {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 40px 35px;
}

.product__order-price {
    text-align: center;
    font-size: 41px !important;
    font-weight: bold;
    color: #00a6e3;
    font-family: 'Open Sans';
}

.product__order-form select {
    background-color: #dddddd;
    border-radius: 3px;
    padding: 5px;
    margin: 10px 0;
    font-family: 'Open Sans';
    font-size: 17px;
}

.product__order-input {
    color: #666;
    border: 0;
    position: relative;
    background-color: #dddddd;
    border-radius: 3px;
    height: 40px;
    padding: 5px;
    margin: 10px 0;
    font-family: 'Open Sans';
    font-size: 17px;
    width: 100%;
    text-align: center;
}

/* Button */
.button {
    transition: 1s;
    color: #fff;
    font: 19px/50px "Open Sans Bold";
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 100%;
    margin: 10px 0;
}

.button--green {
    background-color: #9bcc37;
}

.button--white {
    background-color: #fff;
    color: #00a6e3;
    border: 2px solid #00aeef;
    text-decoration: none;
    text-align: center;
}
.button--white:hover {
    border: 2px solid #00aeef;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}

.button-control {
    display: block;
    position: absolute;
    z-index: 1;
    background: none;
    box-shadow: none;
    border: none;
    padding: 5px;
    font-size: 25px;
    margin: 8px 0;
}

.button-control--down {
    left: 45px;
}

.button-control--up {
    right: 45px;
}

/* Grey block */
.block--grey {
    background-color: #f2f3f5;
    margin: 0 -10000px;
    width: 20000px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.description__navigation {
    display: block;
    position: relative;
    /*background-color: #f2f3f5;*/
}

.description__navigation-list {
    border-radius: 2px;
    background-color: #f5f5f5;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}

.description__navigation-item {
    display: inline-block;
    padding: 20px;
    border-bottom: 3px solid transparent;
    transition: 200ms ease-out;
}
.description__navigation-item:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 3px 15px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #00a6e3;
}

@media (min-width: 768px) {
	.description__navigation-list {
	    display: flex;
	}
	.description__navigation-item {
	    width: 100%;
	    max-width: 25%;
	    text-align: center;
	    position: relative;
        overflow: hidden;
	}
	.description__navigation-item {
	    padding: 0px;
	}
	.description__navigation-item .description__navigation-link {
    	/*height: 54px; 
    	line-height: 54px;*/
    	padding: 20px;
	    display: inline-grid;
	    height: 100%;
	    width: 100%;
	    flex-direction: column;
	    align-items: center;
    }
}
.description__navigation-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: -webkit-fill-available;
    background: #e9e9e9;
}

.description__navigation-item .description__navigation-link {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-bottom: none;
    box-sizing: border-box;
    transition: color .2s ease,border .2s ease;
}

.description__navigation-item.active {
    border-bottom: 3px solid #00a6e3;
    background: #fff;
}

.border--right {
    border-right: 1px solid #ccc;
    padding-right: 20px;
}

.description__content-item .button {
    width: 60%;
}

.description__content-item p:first-child {
    margin-top: 0px;
}

#parameters.description__content-item ul {
    margin-top: -15px;
}

.description__content-title--small {
    font-weight: bold;
    font-size: 25px !important;
}

#additional_services .description__content-img {
    position: absolute;
    bottom: 6px;
    right: 24%;
    width: 15%
}

#additional_services .description__content--line {
    position: absolute;
    top: 0;
    width: 70%;
}

#additional_services .description__content-text {
    margin-top: 25px;
}

#additional_services .description__content-button {
    position: absolute;
    bottom: 0;
}

#additional_services .description__content-text p {
    margin-bottom: 5px !important;
}

.description__content-banner img {
    width: 100%;
}

.product__order-price-text {
    display: none;
}

.product__text {
   /* margin-top: -100px;*/ /* Так нужно, чтобы в мобилке норм было по сетке */
}

.text-bold {
    font-weight: bold;
}

/* FIXED  */
.product__info-fixed {
}

.product__info-fixed-content {
    display: none;
}

.product__info-fixed-content.fixed,
.description__navigation-fixed-content.fixed {
    transition: .3s all ease;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.product__info-fixed-content.fixed {
    top: 50px;
    z-index: 2;
    padding: 10px 0;
    background-color: #fff;
}

.description__navigation-fixed-content.fixed {
    top: 170px;
    z-index: 1;
}

.product__info-img-fixed img {
    height: 100px;
    max-width: 40%;
    /*width: 40%;*/
}

.product__info-img-fixed span {
    padding-left: 30px;
    display: inline-block;
    width: 58%;
    vertical-align: middle;
    text-align: left;
}

.product__order-price-fixed {
    font-size: 22px !important;
    display: inline-block;
    padding-right: 5px;
    width: 30%;
    vertical-align: middle;
}

.product__order-submit-fixed {
    width: 50%;
    display: inline-block;
}

@media (max-width: 767px) {
    /*.block--grey {
        background-color: #e4e4e4;
    }*/

    .visibility-h-m {
        visibility: hidden;
    }

    .border--right {
        border-right: none;
        padding-right: 0px;
    }

    .description__content-item .button {
        width: 100%;
    }

    .product__info-img img {
        height: auto;
    }

    .product__order-form {
        border: none;
        padding: 0;
    }

    .button-control--up{
        right: 15px;
    }

    .button-control--down {
        left: 15px;
    }

    .product__order-price {
        margin: 0px;
    }

    .product__advantages {
        position: absolute;
        display: block;
        top: 0;
    }

    .product__info {
        padding: 0;
    }

    .product__info-img {
        margin-top: 80px;
    }

    .product__order-price {
        text-align: left;
        display: inline-block;
    }

    .product__order-price-text {
        display: inline-block;
        margin-right: 10px;
        font-size: 20px;
    }

    .product__text {
        margin-top: 0px;
    }
    .description__content-img {
        position: absolute;
        width: auto;
        top: 0;
    }

    .description__content-title--small {
        margin-bottom: 10px;
        margin-left: 85px !important;
    }

    .description__content-text {
        margin-top: 3px !important;
        margin-left: 85px !important;
    }

    #additional_services .description__content-block {
        margin-bottom: 50px !important;
    }

    #additional_services .description__content-text p {
        margin-bottom: 0 !important;
    }

    .description__navigation-item {
        width: 100%;
    }

    .description__navigation-item .description__navigation-link {
        border-bottom: 1px dashed #666;
        text-align: left;
    }

    .description__navigation-item {
        background-color: #e4e4e4;
    }

    .product__advantages-item .text {
        font-size: 12px;
    }

    .description__navigation-item.active,
    .description__navigation-item.active .description__navigation-link {
        border-bottom: none;
        background-color: #ececec;
    }

    .description__navigation-item.active .description__navigation-link {
        display: block;
        margin: -20px;
        padding: 20px;
        font-weight: bold;
        background-color: #f2f3f5;
    }

    #description__content-mobile {
        margin-top: 30px;
    }

    /* Для видео */
    #description__content-mobile iframe {
        width: 100% !important;
        height: auto;
    }

    .description__navigation-fixed-content {
        margin-left: -10px;
        margin-right: -10px;
    }

    .cashbox-filter select {
        font-size: 16px !important;
    }
    .cashbox-filter h3 {
    	font-size: 15px !important;
    }
    #uchet table {
    	word-break: break-all;
    }
}
@media (min-width: 768px) {
    #additional_services .description__content-text,
    #additional_services .description__content-title--small {
        padding: 0 45px;
        width: 70%;
    }
    #additional_services .description__content-block {
        min-height: 235px;
        position: relative;
    }
}


/*Продукт*/

.dot-gray-link {
    text-decoration: none;
    border-bottom: 1px dashed #a7a9ac;
    cursor: pointer;
}

.bx-filter {
    margin-bottom: 20px;
    width: 95%;
}

.bx-filter-parameters-box-currency {
    padding: 8px;
    font-size: 15px
}

.bx-filter .bx-filter-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.bx-filter .bx-filter-parameters-box-title {
    font-size: 15px;
    padding-bottom: 10px;
}

.bx-filter .bx-filter-parameters-box-title span {
    font-weight: bold;
}

.bx-filter .bx-filter-input-container input {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 8px;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #fff;
    outline: none
}

.bx-filter.bx-blue .bx-filter-input-container input:focus {
    border-color: #499fd8;
}

.cashbox .preview {
    text-align: center;
}

.cashbox .preview img {
    max-width: 65%;
    padding: 10px;
}

@media (max-height: 767px) { 
    .sort-title-h3 {
        font-size: 14px !important;
    }
}

.cashbox a:hover {
    text-decoration: underline;
}

.cashbox .stars img {
    max-width: 16px;
    margin-right: 2px;
}

.cashbox .price {
    text-align: center;
    padding-right: 0;
    padding-left: 10px;
}

.cashbox .price h3 {
    text-align: center;
}

.cashbox .price a {
    width: 100%;
}

@media (max-width: 767px) {
    .cashbox .price {
        padding-top: 20px;
    }

    .cashbox .price h3 {
        text-align: left;
    }

    .cashbox .description .price {
        padding-left: 0;
    }
}

.cashbox-filter {
    height: 88%;
    background-color: #39b8e8;
    border-radius: 5px;
    padding: 5px 12px;
    margin-bottom: 10px;
    min-height: 56px;
}

.cashbox-filter h3 {
    color: #FFF;
    font-size: 18px;
    float: left;
    margin-bottom: 0;
    padding-right: 20px;
    line-height: 47px;
}

.cashbox-filter .clf-search-input {
    height: 37px;
    margin-top: 5px;
    margin-right: -4px;
}

.cashbox-filter .clf-search-submit {
    width: 11%;
    height: 37px;
    margin-top: 5px;
}

.padding-rgt-10 {
    padding-right: 10px;
}

@media (max-width: 767px) {
    .padding-rgt-10 {
        padding-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .cashbox-filter .clf-search-input {
        width: 100%;
    }
    
    .cashbox-filter .clf-search-submit {
        width: 22%;
    }
}

.cl-green-button {
    transition: 1s;
    background-color:#9bcc37;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    line-height: 50px;
    font-family: 'Open Sans Bold';
    cursor: pointer;
    display: inline-block;
    height: auto !important;
    text-decoration: none;
    border: 0;
    min-width: 130px;
}

.cl-green-button:hover {
    color: #fff;
    text-decoration: none !important;
    background-color: #bce662 !important;
}

.cl-round-button {
    text-decoration: none;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../../../../../../local/templates/gendalf/images/nav-arrow-right.png) no-repeat center
}
.cancel-gray-button {
    transition: 1s;
    line-height: 50px;
    font-family: 'Open Sans Bold';
    cursor: pointer;
    display: inline-block;
    height: auto !important;
    text-decoration: none;
    border: 0;
    padding: 0 20px;
    background: white;
}
.cancel-gray-button:hover {color: #a7a9ac}

/*цифры внизу*/
.nav-pager-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    margin: auto !important;
}

.nav-pager-list li {
    position: relative;
    display: block;
    float: left;
    margin: 0 8px 0 8px;
    font-family: Arial;
    font-size: 16pt
}

.nav-pager-list li a.nav-pager-item {
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-family: Arial;
    font-size: 11pt;
    color: #8f8f8f;
    display: table-cell;
    width: 32px;
    height: 32px;
    border-radius: 100%
}

.nav-pager-list li a.nav-pager-item span {
    padding-right: 1px
}

.nav-pager-list li a.nav-pager-item:hover {
    background: url(../../../../../../local/templates/gendalf_copy/images/nav-item-bg.png) no-repeat center;
    zoom: 1;
    position: relative;
    behavior: url(/local/templates/franch/css/PIE.htc)
}

.nav-pager-list li a.selected {
    background: url(../../../../../../local/templates/gendalf_copy/images/nav-bg-selected.png) no-repeat center !important;
    color: white
}

.nav-pager-list li a.nav-pager-arrow-left {
    text-decoration: none;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../../../../../../local/templates/gendalf_copy/images/nav-arrow-left.png) no-repeat center
}

.nav-pager-list li a.nav-pager-arrow-right {
    text-decoration: none;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../../../../../../local/templates/gendalf_copy/images/nav-arrow-right.png) no-repeat center
}

.nav-pager-list li {
    position: relative;
    display: block;
    float: left;
    margin: 0 8px 0 8px;
    font-family: Arial;
    font-size: 16pt
}


.nav-pager-list li a.nav-pager-item {
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-family: Arial;
    font-size: 11pt;
    color: #8f8f8f;
    display: table-cell;
    width: 32px;
    height: 32px;
    border-radius: 100%
}

.nav-pager-list li a.nav-pager-item span {
    padding-right: 1px
}

.nav-pager-list li a.nav-pager-item:hover {
    background: url(../../../../../../local/templates/gendalf_copy/images/nav-item-bg.png) no-repeat center;
    zoom: 1;
    position: relative;
    behavior: url(/local/templates/franch/css/PIE.htc)
}

.nav-pager-list li a.selected {
    background: url(../../../../../../local/templates/gendalf_copy/images/nav-bg-selected.png) no-repeat center !important;
    color: white
}

.nav-pager-list li a.nav-pager-arrow-left {
    text-decoration: none;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../../../../../../local/templates/gendalf_copy/images/nav-arrow-left.png) no-repeat center
}

.nav-pager-list li a.nav-pager-arrow-right {
    text-decoration: none;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../../../../../../local/templates/gendalf_copy/images/nav-arrow-right.png) no-repeat center
}
/**/

.clf-search-input {
    border: 0;
    padding: 5px;
    width: 100%;
    font-family: "Open Sans Light";
    font-size: 20px;
    line-height: 25px;
    height: 45px;
    background: #fff;
    vertical-align: middle;
}

.clf-search-input:focus {
    box-shadow: 0 0 20px #fff
}

.clf-search-submit {
    height: 45px;
    width: 7%;
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
    background: url(../../../../../../local/templates/franch/images/clf-search-button.png) center center no-repeat transparent;
    color: transparent
}

@media (max-width: 390px) {    
    .clf-search-input {
        padding: 5px;
        width: 100%;
        font-family: "Open Sans Light";
        font-size: 16px;
        height: 45px;
    }    
    .clf-search-submit {
        width: 13%;
    }
}

@media (min-width: 391px) and (max-width: 768px) {        
    .clf-search-input {
        padding: 5px;
        width: 100%;
        font-family: "Open Sans Light";
        font-size: 16px;
        height: 45px;
    }    
    .clf-search-submit {
        width: 6%;
    }
}

@media (min-width: 769px) and (max-width: 1201px) {       
    .clf-search-input {
        padding: 5px;
        width: 100%;
        font-family: "Open Sans Light";
        font-size: 18px;
        height: 45px;
    }    
    .clf-search-submit {
        width: 5%;
    }  
}

.check-form {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.check-form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
    left: 0;
    top: 3px;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
/* Create a custom radio button */
.radiomark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid lightgray;
}
/* On mouse-over, add a grey background color */
.check-form:hover input ~ .checkmark,
.check-form:hover input ~ .radiomark {
  background-color: #eaeaea;
}
/* When the checkbox is checked, add a green background */
.check-form input:checked ~ .checkmark,
.check-form input:checked ~ .radiomark {
  background: #9bcc37;
  background-image: url(../../../../../../upload/subscribe/done.png);
  border: 0
}
.cashbox-filter select {
    margin-top: 5px;
    height: 37px;
    font-size: 21px
}
.filter-link {
    width: 100%;
    background-color: #9bcc37;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    font-family: 'Open Sans Bold';
    cursor: pointer;
    display: inline-block;
    padding: 0 20pt 0 20pt;
    text-decoration: none;
    border: none;
}

.filter-link:hover {
    opacity: .7;
    color: #fff;
    text-decoration: none !important;
}

.wrapper .item-image {
    height: 200px;
}

.wrapper img {
    width: auto;
    height: 100%;
}
.wrapper .items-count {
    position: absolute;
    bottom: 25px;
    left: 10px;
    right: 10px;
}
.wrapper .items-count p {
    margin:5px;
}
@media (max-width: 1200px) and (min-width: 990px) {
    .wrapper a {
        font-size: 14px
    }
}
@media (max-width: 768px) {
    .wrapper.c-pd-bot-sml-xs {padding-bottom: 30px !important;}
    .wrapper .items-count {
        left: 0px;
        right: 0px;
    }
}
/*зеленый слайдер цена*/
.slider.slider-horizontal .slider-track {
	height: 13px;
	background: #afd65f;
	border-radius: 0;
	margin-top: -10px
}
.slider.slider-horizontal .slider-track .slider-selection {
	background: #8dbc2c;
}
.slider.slider-horizontal .slider-handle {
    top: 10px;
    width: 22px;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
}
.min-slider-handle {
	background: url(../../../../../../local/templates/gendalf_copy/images/store/catalog/icon2.png) no-repeat right top;
	margin-left: -21px !important;
}
.max-slider-handle {
	background: url(../../../../../../local/templates/gendalf_copy/images/store/catalog/icon1.png) no-repeat left top;
	margin-right: -21px !important;
}

/*Tooltip*/

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #39b8e8; /* цвет стрелочки (по умолчанию #000)*/
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #39b8e8; /* цвет стрелочки (по умолчанию #000)*/
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #39b8e8; /* цвет стрелочки (по умолчанию #000) */
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #39b8e8; /* цвет стрелочки (по умолчанию #000) */
}
.tooltip-inner {
    /*width: 100%;*/
    max-width: 95%; /* максимальная ширина подсказки (по умолчанию 200px) */
    color: #fff; /* цвет шрифта */
    background-color: #39b8e8; /* цвет фона (по умолчанию #000) */
    border-radius: 0.25rem; /* радиус скругдения углов */
    padding: 4px 15px;
    /*text-align: left;*/
}

.tooltip-inner a.tooltip-link{
    color: #fff;
}

.tooltip.right{
    margin-left: 13px !important;
    width: 100%;
}

.clear-search-input {
    position: absolute;
    right: 0px;
    width: 30px;
    top: 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: #666;
    font-family: "Open Sans Light";
}
a.clear-search-input:hover,
a.clear-search-input:focus {
    text-decoration: none;
    color: #666;
}

.circle {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 0 0 5px #fff, 0 0 0 6px #eee;
    float: left;
    margin-right: 16px;
}

.circle-blue {
    background-color: #00aeef;
}
.circle-green {
    background-color: #9bcc37;
}

.block-reviews{
    margin: 0 0 0 65px;
}

.hint-popup-window {
    position: absolute;
    top: 112%;
    display: none;
    /*left: -96%;*/
    width: 230px;
    min-height: 25px;
    z-index: 10;
}

.hint-popup-window-tag {
    position: relative;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    width: 0;
    height: 0;
    z-index: 20;
    margin: 0 auto;
}

.hint-popup-window-inner {
    position: relative;
    background: #ffffff;
    font-size: 12pt;
    line-height: 14pt;
    font-family: 'Open Sans Light';
    color: #666666;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 1px 6px -1px #666666;
    text-align: left;
}

button.load-more{
    cursor: pointer;
    display: block;
    margin: auto;
    line-height: 45px;
    padding: 0 60px;
    border: none;
}

button.load-more.hidden{
    display: none;
}

.delimiter {
    display: block;
    width: 20%;
    margin: 10px auto 30px;
    height: 2px;
    background-color: #000;
}

.amount-items-text {
    margin: 15px 0 0;
}

.price-text {
    margin: 0 0 20px;
}

.item-image {
    height: 200px;
}

.catalog-categories .category {/*width: 50%;float: left;min-height: 170px;*/}
.catalog-categories .category img {width: 80px;height: 80px;}
.catalog-categories .category span {    
    max-width: 143px;
    display: block;
    margin: auto;
    margin-top: 10px;
    font-size: 14px;
}
.catalog-categories .category a {color: #666}
@media (min-width: 1300px) {
    .catalog-categories {margin: 0 -40px;}
}
@media (min-width: 768px) {
    .catalog-categories {display: flex;}
    .catalog-categories .category {flex: 1;}
    .separator {
        border-right: 1px solid lightgray;
        padding-right: 40px;
    }
}
.catalog-categories .category .category-img-greyscale {display: none;}

/* End */


/* Start:/local/templates/franch/css/pnotify/pnotify.custom.min.css?16778691336299*/
/*!
Author  : Hunter Perrin
Version : 3.2.0
Link    : http://sciactive.com/pnotify/
*/.ui-pnotify{top:36px;right:36px;position:absolute;height:auto;z-index:2}body>.ui-pnotify{position:fixed;z-index:100040}.ui-pnotify-modal-overlay{background-color:rgba(0,0,0,.4);top:0;left:0;position:absolute;height:100%;width:100%;z-index:1}body>.ui-pnotify-modal-overlay{position:fixed;z-index:100039}.ui-pnotify.ui-pnotify-in{display:block!important}.ui-pnotify.ui-pnotify-move{transition:left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-slow{transition:opacity .4s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move{transition:opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-normal{transition:opacity .25s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move{transition:opacity .25s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-fast{transition:opacity .1s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move{transition:opacity .1s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-in{opacity:1}.ui-pnotify .ui-pnotify-shadow{-webkit-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);-moz-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);box-shadow:0 6px 28px 0 rgba(0,0,0,.1)}.ui-pnotify-container{background-position:0 0;padding:.8em;height:100%;margin:0}.ui-pnotify-container:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.ui-pnotify-container.ui-pnotify-sharp{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.ui-pnotify-title{display:block;margin-bottom:.4em;margin-top:0}.ui-pnotify-text{display:block}.ui-pnotify-icon,.ui-pnotify-icon span{display:block;float:left;margin-right:.2em}.ui-pnotify.stack-bottomleft,.ui-pnotify.stack-topleft{left:25px;right:auto}.ui-pnotify.stack-bottomleft,.ui-pnotify.stack-bottomright{bottom:25px;top:auto}.ui-pnotify.stack-modal{left:50%;right:auto;margin-left:-150px}
.brighttheme{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.brighttheme.ui-pnotify-container{padding:18px}.brighttheme .ui-pnotify-title{margin-bottom:12px}.brighttheme-notice{background-color:#ffffa2;border:0 solid #ff0;color:#4f4f00}.brighttheme-info{background-color:#8fcedd;border:0 solid #0286a5;color:#012831}.brighttheme-success{background-color:#aff29a;border:0 solid #35db00;color:#104300}.brighttheme-error{background-color:#ffaba2;background-image:repeating-linear-gradient(135deg,transparent,transparent 35px,rgba(255,255,255,.3) 35px,rgba(255,255,255,.3) 70px);border:0 solid #ff1800;color:#4f0800}.brighttheme-icon-closer,.brighttheme-icon-info,.brighttheme-icon-notice,.brighttheme-icon-sticker,.brighttheme-icon-success{position:relative;width:16px;height:16px;font-size:12px;font-weight:700;line-height:16px;font-family:"Courier New",Courier,monospace;border-radius:50%}.brighttheme-icon-closer:after,.brighttheme-icon-info:after,.brighttheme-icon-notice:after,.brighttheme-icon-sticker:after,.brighttheme-icon-success:after{position:absolute;top:0;left:4px}.brighttheme-icon-notice{background-color:#2e2e00;color:#ffffa2;margin-top:2px}.brighttheme-icon-notice:after{content:"!"}.brighttheme-icon-info{background-color:#012831;color:#8fcedd;margin-top:2px}.brighttheme-icon-info:after{content:"i"}.brighttheme-icon-success{background-color:#104300;color:#aff29a;margin-top:2px}.brighttheme-icon-success:after{content:"\002713"}.brighttheme-icon-error{position:relative;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:16px solid #2e0400;font-size:0;line-height:0;color:#ffaba2;margin-top:1px}.brighttheme-icon-error:after{position:absolute;top:1px;left:-4px;font-size:12px;font-weight:700;line-height:16px;font-family:"Courier New",Courier,monospace;content:"!"}.brighttheme-icon-closer,.brighttheme-icon-sticker{display:inline-block}.brighttheme-icon-closer:after{top:-4px;content:"\002715"}.brighttheme-icon-sticker:after{top:-5px;content:"\01D1BC";-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.brighttheme-icon-sticker.brighttheme-icon-stuck:after{-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.brighttheme .ui-pnotify-action-bar{padding-top:12px}.brighttheme .ui-pnotify-action-bar input,.brighttheme .ui-pnotify-action-bar textarea{display:block;width:100%;margin-bottom:12px!important}.brighttheme .ui-pnotify-action-button{text-transform:uppercase;font-weight:700;padding:4px 8px;border:none;background:0 0}.brighttheme .ui-pnotify-action-button.btn-primary{border:none;border-radius:0}.brighttheme-notice .ui-pnotify-action-button.btn-primary{background-color:#ff0;color:#4f4f00}.brighttheme-info .ui-pnotify-action-button.btn-primary{background-color:#0286a5;color:#012831}.brighttheme-success .ui-pnotify-action-button.btn-primary{background-color:#35db00;color:#104300}.brighttheme-error .ui-pnotify-action-button.btn-primary{background-color:#ff1800;color:#4f0800}
.ui-pnotify-closer,.ui-pnotify-sticker{float:right;margin-left:.2em}
.ui-pnotify-container{position:relative;left:0}@media (max-width:480px){.ui-pnotify-mobile-able.ui-pnotify{position:fixed;top:0;right:0;left:0;width:auto!important;font-size:1.2em;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-ms-font-smoothing:antialiased;font-smoothing:antialiased}.ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-bottom-width:5px}.ui-pnotify-mobile-able .ui-pnotify-container{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,.ui-pnotify-mobile-able.ui-pnotify.stack-topleft{left:0;right:0}.ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,.ui-pnotify-mobile-able.ui-pnotify.stack-bottomright{left:0;right:0;bottom:0;top:auto}.ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow,.ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow{border-top-width:5px;border-bottom-width:1px}}

/* End */


/* Start:/store/software/antivirus/style.css?16750658211469*/
.pop-up-webinar-bitrix::backdrop {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
}

.scroll-lock {
    overflow: hidden;
}

.pop-up-webinar-bitrix {
    padding: 0;
    border: none;
    width: min(100%, 600px);
    margin: auto;
}
.pop-up-webinar-bitrix__wrapper {
    
    height: auto;
}
.pop-up-webinar-bitrix__image {
    display: flex;
    width: 100%;
    height: 100%;
}
.pop-up-webinar-bitrix__close {
    background: #9A79C4;
    position: absolute;
    color: white;
    padding: 10px;
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
    right: 15px;
    top: 10px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.pop-up-webinar-bitrix__closeIcon {
    padding: 0px 15px;
}
@media screen and (max-width: 484px) {
    .pop-up-webinar-bitrix__close {
        font-size: 30px;
        right: 3px;
        top: 3px;
    }
}
@media screen and (max-width: 386px) {
    .pop-up-webinar-bitrix__close {
        font-size: 20px;
    }
    .pop-up-webinar-bitrix__closeIcon {
        padding: 0px 8px;
    }
}
@media screen and (max-width: 224px) {
    .pop-up-webinar-bitrix__close {
        font-size: 15px;
    }
    .pop-up-webinar-bitrix__closeIcon {
        padding: 0px 5px;
    }
}
@media screen and (max-width: 210px) {
    .pop-up-webinar-bitrix__close {
        font-size: 9px;
    }
    .pop-up-webinar-bitrix__closeIcon {
        padding: 0px 4px;
    }
}
/* End */


/* Start:/local/components/gendalf/store.software.section/templates/.default/style.css?16778691414368*/
.current-page{
 color: grey;
}
.tablebodylink{
	text-decoration: none;
}

.ed_sol #pagination-container {
	text-align: center;
}
.ed_sol #pagination-container>div {
	display: inline-block;
}
.ed_sol #pagination-container a.tablebodylink {
    float: left;
    margin: 0 8px 0 8px;
    vertical-align: middle;
    text-align: center;
    font-size: 11pt;
    color: #8f8f8f;
    display: table-cell;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
}
.ed_sol #pagination-container a.tablebodylink.current-page {
	background: url(../../../../../../local/templates/gendalf_copy/images/nav-bg-selected.png) no-repeat center !important;
    color: white;
}
.ed_sol #pagination-container a.tablebodylink img.prev_arrow {
	transform: scale(-1, 1);
}
.ed_sol .price-text {
	margin: 20px 0;
    max-width: 100px;
    white-space: initial;
    font-size: 12px;
}
.ed_sol .rating {
	cursor: pointer;
}
.ed_sol #top-three {
	background-color: #d5dbe6;
	padding-bottom: 20px;
}
.ed_sol #top-three-h3 {
	background: #d5dbe6;
    margin: 0;
    padding: 20px;
}
@media (min-width: 990px) {
	.ed_sol #items-container, .ed_sol #top-three {
		display: flex;
    	align-content: stretch;
    	flex-wrap: wrap;
	}
	.ed_sol #pagination-container {
		margin: 20px;
	}
	.ed_sol .item-wrapper {
		display: inline-block;
		margin: 20px;
		background-color: #fff;
		box-shadow: 0px 0px 5px 0px #666;
		height: 95%;
		position: relative;
	}
	.ed_sol #top-three .preview:before {
		content: 'Хит';
	    background-color: #ff8f00;
	    position: absolute;
	    left: 0;
	    top: 0;
	    color: #fff;
	    padding: 5px 20px;
	    font-weight: bold;
	    font-size: 10pt;
	}
	.ed_sol .preview a {
		max-height: 150px;
		overflow: hidden;
		border-bottom: 10px solid #00aeef;
		display: flex;
	}
	.ed_sol #top-three .preview a {
		border-color: #9bcc37;
	}
	.ed_sol .preview img {
		max-width: inherit;
	    padding: 0;
	    object-fit: cover;
	    height: 150px;
	    width: 100%;
	}
	.ed_sol .description, .ed_sol .price {
		padding: 20px;
	}
	.ed_sol .description {
		padding-bottom: 135px;
	}
	.ed_sol .rating, .ed_sol .cart {
		padding: 0 20px;
		position: absolute;
	}
	.ed_sol .rating {
		bottom: 100px
	}
	.ed_sol .cart {
		color: #9bcc37;
		font-weight: bold;
		bottom: 105px;
		right: 0;
	}
	.ed_sol #top-three .cart {
		color: #00aeef;
	}
	.ed_sol .cart span {
		position: relative;
	}
	.ed_sol .cart span:before {
		content: '';
		width: 20px;
		height: 20px;
		position: absolute;
		background-image: url(../../../../../../local/templates/gendalf_copy/images/icons/cart-green.png);
		background-size: cover;
	    background-repeat: no-repeat;
	    left: -35px;
	}
	.ed_sol #top-three .cart span:before {
		background-image: url(../../../../../../local/templates/gendalf_copy/images/icons/cart-blue.png);
	}
	.ed_sol .price {
		display: flex;
	    white-space: pre;
	    align-items: center;
		margin: 0;
		color: #00aeef;
		position: absolute;
    	bottom: 0;
	}
	.ed_sol #top-three .price {
		color: #9bcc37;
	}
	.ed_sol #top-three .price .cl-green-button {
		background-color: #ff8f00;
	}
	.ed_sol #top-three .price .cl-green-button:hover {
		background-color: #ffb600 !important;
	}	
	.ed_sol .bx_item_detail_rating .bx_stars_progres {
		background-color: #9bcc37;
	}
	.ed_sol #top-three .bx_item_detail_rating .bx_stars_progres {
		background-color: #00aeef;
	}
	.ed_sol .bx_item_detail_rating .bx_stars_container {
		margin-left: 0;
	}
}
@media (min-width: 1279px) {
	.ed_sol .hidden-lg {
	    display: none;
	}
}
@media (min-width: 990px) {
	.ed_sol .hidden-md {
	    display: none;
	}
}
@media (min-width: 768px) {
	.ed_sol .hidden-sm {
	    display: none;
	}
}
@media (max-width: 768px) {
	.ed_sol .description .price p {
		text-align: left;
		margin: 0;
	}
	.ed_sol .preview img {
	    max-width: 100%;
	    padding-left: 0;
	}
	.ed_sol .item {
		padding: 20px 0;
	    margin: 10px 0;
	    box-shadow: 0 0 5px 0 #666;
	    display: inline-block;	    
    	background: #fff;
	}
	.ed_sol .cl-round-button {
		background-image: url(../../../../../../upload/icons/bag.png);
		background-size: contain;
		height: 50px;
	}
	.ed_sol #top-three .item {
		margin: 10px;
		padding: 20px 10px;
	}
}
/* End */
/* /local/templates/franch/css/catalog.css?167786913325694 */
/* /local/templates/franch/css/pnotify/pnotify.custom.min.css?16778691336299 */
/* /store/software/antivirus/style.css?16750658211469 */
/* /local/components/gendalf/store.software.section/templates/.default/style.css?16778691414368 */
