

/* Start:/local/templates/cro/css/catalog.css?171163532610890*/
.left_panel {
	width: 331px;
	float: left;
	font-size: 14px;
}

.left_panel ul {
	list-style-position: inside;
}

.left_panel > ul > li.active {
    background-color: #f6f6f7 !important;
}

.left_panel > ul > li:hover {
    background-color: #f6f6f7;
}


.left_panel > ul > li {
    border: 1px solid #e6e6e6;
    margin: 0 0 -1px 0 !important;
    list-style: none;
    background: none;
    padding: 0 !important;
    position: relative;
}

.left_panel > ul li > ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    width: 260px;
    padding: 0px 30px;
    background: #ffffff;
    z-index: 100;
    color: #666;
    border: 1px solid #e6e6e6;
    font-family: 'Open Sans';
    border-radius: 3px;
    font-weight: bold;
    padding-bottom: 10px;
}

.left_panel ul.submenu  {
    display: block;
    position: relative;
    left: inherit;
    font-weight: normal;
    padding: 0px;
    border: 0px !important;
}

.left_panel ul.submenu li {
    border: 0px !important;
    padding: 0px;
}

.left_panel > ul li:hover ul {
    display: block;
}

.left_panel > ul > li a {
    text-decoration: none;
    color: #666;
    display: block;
    padding: 10px;
}

.left_panel > ul li ul > li {
    list-style: none;
    background: none;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 0px !important;
    margin: 0px !important;
}

.left_panel > ul li ul > li a:hover {
    color: #00a6e3
}

.left_panel > ul li ul > li:last-child {
    border-bottom: 0px;
}

.left_panel > ul li ul > li a {
    padding-left: 0px;
}

.left-filter hr {
	border: 0;
    border-top: 1px solid #eee;
}  
.brand-filter {
    font-size: 14px;
    margin: 20px 0 20px 5px;
}
.left-filter .fa-angle-down {
	color: #000;
	margin-right: 5px;
}
.brand-filter > p {
	color: #00a6e3;
    font-weight: bold;
    line-height: 30px;
    font-size: 20px;
}
.reset-filter {
	color: #aa978f;
	text-decoration: none; 
    border-bottom: 1px dotted #aa978f;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 15px;
} 
.brand-filter ul {
	margin-top: 15px;
}
.brand-filter li {
	list-style: none;
}
.brand-filter label {
    display: inline-block;
    position: relative;
    margin: 5px 0;
}
.brand-filter input {
	width: 15px;
	height: 15px;
	margin-right: 10px;
}
.brand-filter input[type="checkbox"] + span { 
   	position: absolute;
    left: 0; 
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    cursor: pointer; 
}
input[type="checkbox"]:checked + span {
    background: url(/local/templates/cro/css/images/checkedbox.png) no-repeat;
}
.price-filter {
	margin: 20px 0 0 5px;
	color: #000;
}
.price-filter p {
	color: #000;
	font-weight: bold;
}
.price-filter p i {
	font-weight: normal !important;	
}
.price-form {
    margin: 5px 0 15px 0;
}
.price-form input {
	width: 60px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 10px;
}
.price-range {
	font-size: 11px;
}
.slider-range {
	height: 14px;
	background-color: #e8e8e8;
	position: relative;
	z-index: 0;
}
.selected-interval {
	margin-left: 15px; /*Динамично изменяемые величины*/
    margin-right: 50px; /*Динамично изменяемые величины*/
    position: absolute;
    height: 14px;
    background-color: #9bcc37;
    z-index: 1;
    left: 0;
    right: 0;
}
.left-slider {
    display: inline-block;
    width: 10px;
    height: 20px;
    background: url(/local/templates/cro/css/../images/icons.png) no-repeat -1071px 0;
    margin-left: 5px; /*Динамически изменяется при передвижении*/
}
.right-slider {
    display: inline-block;
    width: 10px;
    height: 20px;
    background: url(/local/templates/cro/css/../images/icons.png) no-repeat -1085px 0;
    margin-right: 40px; /*Динамически изменяется при передвижении*/
    float: right;
}
.max-price-slider {
	float: right;
}

.right_panel {
	width: 900px;
	float: right;
	margin-right: 20px;
}

.left-filter {
    margin-bottom: 20px;
    padding-right: 35px;
}

.parameter {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
}

.parameter:last-child {
    border-bottom: none;
}

.parameter__title {
    padding-bottom: 15px;
}

.parameter__title span {
    display: block;
    font-size: 15px;
    font-weight: bold;
}

.parameter__value-price input {
    width: 100%;
    height: 100%;
    border: 1px solid #cdd5db;
    padding: 5px 10px;
}

.parameter__values .dash {
    margin: 0;
    padding: 5px 3px;
}

.parameter__value-currency {
    padding: 8px;
    font-size: 15px
}

.button {
    display: inline-block;
    width: auto;
    border: none;
    border-radius: 5px;
    background: none;
    text-align: center;
    font: bold 13px "Segoe UI";
    padding: 11px;
    transition: 1s;
    text-decoration: none;
    cursor: pointer;
}

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

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

.button-link--gray {
    background-color: white;
    color: #666 !important;
}

.button-link--gray:hover {
    color: #a7a9ac !important;
}

.button-link--dot-gray {
    border: none;
    border-bottom: 1px dashed #a7a9ac;
    background: none;
}

.button-link--dot-gray:hover,
.button-link--dot-gray:focus {
    border-bottom: 1px dashed transparent;
}

.check-form {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-form:last-child {
    margin-bottom: 0;
}

.check-form input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 3px;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1px solid lightgray;
}

.radiomark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid lightgray;
}

.check-form:hover input ~ .checkmark,
.check-form:hover input ~ .radiomark {
    background-color: #eaeaea;
}

.check-form input:checked ~ .checkmark,
.check-form input:checked ~ .radiomark {
    background: #9bcc37;
    background-image: url(/images/done.png);
    border: 0
}

.cashbox-filter select {
    margin-top: 5px;
    height: 37px;
    font-size: 21px
}

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

.filter_product {
	border-radius: 5px;
	height: 60px;
	background-color: #00a6e3;
	position: relative;
}
.float-left {
	float: left;
}
.filter_product p {
	margin: 15px 20px 0 25px; 
	color: #fff;
	float: left;
}
.filter_product select {
	width: 270px;
	height: 40px;
	border-radius: 5px;
	border: 0;
	margin-top: 10px;
	font-size: 17px;
	/*padding-left: 20px;*/
	color: #5b5b5b;
	float: left;
} 
.filter_product select option {
	width: 190px;
}
.filter_product .search {
	float: right;
	margin: 10px 25px 0 0px;
	padding: 0;
}
.filter_product .search input {
	width: 210px;
	height: 40px;
	border-radius: 5px;
	border: 0;
	color: #5b5b5b;
	font-size: 17px;
	padding-left: 10px;
	float: left;
}
.button_search {
	float: right;
	margin-left: -5px;
    border-radius: 0 5px 5px 0;
    background-color: #4dc2ec;
}
.button_search input {
	background: url(/local/templates/cro/css/../images/clf-search-button.png) center center no-repeat transparent;
	width: 50px !important;
    color: transparent !important;
}

/* Сортирвка и поиск */
.filter_product .search-input {
    height: 37px;
    margin-right: -4px;
    width: 100%;
    border: none;
    padding: 0 10px;
    font-family: 'Segoe UI';
}

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

.filter_product .clear-search-input {
    position: absolute;
    top: 0;
    right: 5px;
    background: none;
    border: none;
    font-size: 25px;
}

.elem_product_list {
	margin: 28px 0 28px 20px;
}
.elem_product_list img {
	float: left;
	margin-right: 35px;
    max-width: 120px;
}
.product_description {
	width: 590px;
	float: left;
}
.product_description a {
	color: #00a6e3;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.5;
}
.product_description a:hover {
	text-decoration: underline;
}
.price_product {
	float: right;
    margin-top: 5px;
    max-width: 150px;
}
.price_product p {
	font-size: 22px;
    color: #444;
    text-align: center;
    margin-bottom: 20px;
}
.price_product a {
	text-decoration: none;
	color: #fff;
	padding: 5px 43px;
    background-color: #9bcc37;
    border-radius: 5px;
    font-weight: bold;
}
.price_product a:hover, .price_product a:focus, .price_product a:active, .price_product a:visited {
    color: #fff;
}
.price_product a:hover {
    transition: 1s;
    background-color: #bce662;
}
.basket-add.already-in {
    padding: 5px 25px;
}
.product_list-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #eee;
}

.sidebar_contacts {
    margin-top: 20px;
    background: rgba(0, 166, 227, 0.2);
    border-radius: 5px;
    padding: 15px 15px 15px 5px;
    display: flex;
    margin-bottom: 20px;
}
.sidebar_contacts h2 {
    margin-bottom: 15px;
    cursor: default;
}
.sidebar_contacts p {
    margin: 10px 0;
    cursor: default;
}
.sidebar_contacts a {
    color: #666;
}
.sidebar_news img {
    width: 100%;
}

.sidebar_news .link-button {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1300px) {
    #content .product__info-img-fixed span, .product__order-price-fixed {
        font-size: 16px !important;
    }
    #content .product__info-order-fixed .green-link-button {
        font-size: 16px !important;
        padding: 0 20px !important;
    }
    .left_panel {
        width: 320px
    }
    .right_panel {
        width: 830px
    }
 }

@media screen and (max-width:768px) {
    .left_panel {
        width: 100%
    }
    .right_panel {
        float: left;
        width: 100%;
    }
    .filter_product {
        height: 150px;
        padding: 10px;        
    }
    .filter_product p {
        margin: 0;
    }
    .filter_product .search input {
        width: 100%;
    }
    .filter_product .search {
        float: left;
        width: 100%;
    }
    .elem_product_list {
        margin: 20px 0 0 0;
    }
    .elem_product_list img {
        display: none;
    }
    .product_description {
        width: auto !important;
    }
    .price_product {
        margin: auto;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        max-width: unset;
    }
}

@media (min-width: 1200px) {
    .main_panel {
        display: flex;
        justify-content: space-between;
    }
    .sidebar_about {
        position: sticky;
        top: 150px;
    }
}
/* End */


/* Start:/local/templates/cro/css/nav.css?16221925731052*/
.classes-list {

margin: 0 auto;

}

ul.nav {

	width: 100%;
	list-style: none;
	margin: 14pt 0;
	line-height: 0;
	font-size: 1px;
	zoom: 1;
    text-align: center

}


ul.nav >li {
	display: inline-block;
	margin: 0px 0px 0px 5px;
	font-size: 12pt;
	vertical-align: top;

}


ul.nav li a {
	transition: 1s;
   /* width: 200px;*/
	padding: 0 55px 0 55px;
    text-align: center !important;
    background: #d7dbe6;
    line-height: 55px !important;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #6F6F6F;
}

ul.nav li a:hover {
	transition: 1s;
    background: #afd65f;
    color: #fff;
}


 /* навигация снизу */

ul.freelist{
    padding-left: 0 !important;
}
ul.freelist li{
    display: inline-block;
    margin: 0 50pt 20pt 0 !important;
}
ul.freelist > li > img{
    height: 40px;
    vertical-align: middle;
}
ul.freelist > li > span{
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}






/* End */


/* Start:/local/components/gendalf/cr.catalog/templates/.default/style.css?168749916524641*/
/**
Главная каталога 
*/
.row-cell {
    /*margin: 8px;*/
    float: left;
    width: 24%;
    /*box-sizing: border-box;*/
    height: 100%;
    /*cursor: pointer;*/
}
.row-cell a {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.row-cell img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.row-cell-name {
    background: #00a6e4;
    padding: 10px 50px;
    color: white;
    text-align: center;
    box-sizing: border-box;
    height: 90px;
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
}
/*.row-cell-name > div {
    margin: auto;
}
.flex {
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
}*/
.category-title {
    text-align: center;
    margin: auto;
}/*
.category-block {
    cursor: pointer;
}
.row > div:first-child {
    margin-left: 0;
}
.row:nth-child(2) > div {
    margin-top: 0;
}
.row > div:nth-last-child(2) {
    margin-right: 0;
}*/
.category-title a{
    color: #fff;
    text-decoration: none;
}
.category-title a:hover{
    color: #fff;
    text-decoration: underline;
}
@media (min-width: 768px) {
    .row-cell {
        width: 290px;
    }
    .row-cell img {
        height: 200px;
    }
}
/**

 */

/**
 Категория
 */
.basket-add{
    color: #fff;
    cursor: pointer;
}

.basket-add:hover{
    color: #fff;
    text-decoration: none;

}

/**

 */


/**
 Деталька
 */
.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: auto;
    /*height: 45px;*/
}

.product__advantages-item:first-child {
    margin: 0px 5px 10px;
}

.product__advantages-item .number {
    position: relative;
    width: 25%;
    margin: 0px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    /* 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 .number p {
    margin: 0;
    margin-top: 5px;
}

.product__advantages-item .text {
    padding: 5px;
    width: 75%;
    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;
    font-size: 11px;
}

.product__advantages-item .number span {
    width: 100%;
    vertical-align: sub;
}

.product__advantages-item .number img {
    width: 90%;
    padding: 5px;
    vertical-align: middle;
}
@media (min-width: 768px) {
    .product__info {
        display: flex;
        align-items: flex-start;
        padding: 0 15px;
    }
}
.product__info-img img {
    text-align: center;
    height: auto;
    width: 100%;
    max-width: 250px;
}

.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;*/
    flex-direction: column;
    padding: 0 30px;
}

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

.product__order-price {
    text-align: center;
    font-size: 41px;
    font-weight: bold;
    color: #00a6e3;
    font-family: 'Open Sans';
    /*white-space: nowrap;*/
}

.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 40px;
    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: 1px solid #c3c3c3;
}

.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 {
    /*text-align: center;*/
}

.description__navigation-item {
    background: none;
    display: inline-block;
    padding: 20px;
}

.description__navigation-item .description__navigation-link {
    text-decoration: none;
    color: #666;
}

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

.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: 20px !important;
}

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

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

#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;*/ /* Так нужно, чтобы в мобилке норм было по сетке */
    /*bottom: -160px;*/
    display: block;
    /*position: absolute;*/
    margin-top: 10px;
}

.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;
	top: 150px !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 767.99px) {
	.product__info-fixed-content.fixed,
	.description__navigation-fixed-content.fixed {
		top: 60px !important;
	}
}

.product__info-fixed-content.fixed {
    top: 0px;
    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: 100%;
}

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

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

.product__order-submit-fixed {
    width: 68%;
    display: inline-block;
    margin-top: 25px;
}

.table--dashed {
    border: 1px solid #ccc;
    font-size: 15px;
}

.table--dashed td {
    border: 1px dashed #ccc;
    border-top: 1px dashed #ccc !important;
}

@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;
        min-width: 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;
        padding: 30px 0 0;
    }

    .product__advantages-item {
        width: 48%;
        margin: 0px 5px 5px 5px;
    }

    .product__advantages-item:nth-child(odd) {
        margin: 0px;
    }

    .product__advantages-item .text {
        font-size: 8px;
        width: 70%;
    }

    .product__advantages-item .number {
        width: 30%;
    }

    .product__advantages-item .number img {
        width: 100%;
        max-height: 50px;
    }

    .product__info {
        padding: 0;
    }

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

    .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;
        display: none;
    }

    .description__content-img {
        width: 100%;
    }

    .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;
    }

    .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__navigation-fixed-content {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media (min-width: 768px) {
    #additional_services .description__content-text,
    #additional_services .description__content-title--small {
        padding: 0 120px
    }
    #additional_services .description__content-block {
        min-height: 180px
    }
}


/*Продукт*/

.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: 100%;
    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;
}

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

}

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

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

.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%;
    }
    .store-product-carousel-box a {
        width: 100px;
        font-size: 10px;
    }
    .store-product-carousel-bottom {
        width: 100px;
    }
    .store-product-carousel-box a {
        width: 100px;
        font-size: 10px;
    }
    .product__order-price {
        font-size: 30px;
    }
}

.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
}

.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
}

/*цифры внизу*/
.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;
    cursor: default;
}

.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:not(.selected):hover {
    background: url(/local/templates/gendalf_adaptive/images/nav-item-bg.png) no-repeat center;
    zoom: 1;
    position: relative;
    behavior: url(/local/components/gendalf/cr.catalog/templates/.default/PIE.htc)
}

.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_adaptive/images/nav-arrow-right.png) no-repeat center
}

.nav-pager-list li a.selected {
    background: #00a7e4;
    color: #fff;
}

.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_adaptive/images/nav-arrow-left.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/components/gendalf/cr.catalog/templates/.default/../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%;
    }
    .product__info-img-fixed img {max-width: 100px;}
    .product__order-submit-fixed, .product__order-price-fixed {width: auto;}
}

.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 {
    background-color: #9bcc37;
    border-radius: 5px;
    color: #fff;
    font-size: 19px;
    line-height: 57px;
    font-family: 'Open Sans Bold';
    cursor: pointer;
    display: inline-block;
    padding: 0 20pt 0 20pt;
    text-decoration: none;
}

.wrapper img {
    max-width: 130px
}
@media (max-width: 1200px) and (min-width: 990px) {
    .wrapper a {
        font-size: 14px
    }
    .store-product-carousel-bottom {width: 150px}
}
/*зеленый слайдер цена*/
.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_adaptive/images/store/catalog/icon2.png) no-repeat right top;
    margin-left: -21px !important;
}
.max-slider-handle {
    background: url(/local/templates/gendalf_adaptive/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;
}

/* Блок с синей стрелкой */

.hidden-content {
    max-height: 250px;
    margin-bottom: 0 !important;
    overflow: hidden
}
.hidden-content.size-sml {
    max-height: 100px
}
.hidden-content.size-std {
    max-height: 250px
}
.hidden-content.size-big {
    max-height: 400px
}
.hidden-content.show {
    max-height: 100%
}
.hidden-content-toggler {
    position: relative;
    height: 40px;
    margin-bottom: 40px
}
.hidden-content-white-background {
    background: url("/local/templates/gendalf_adaptive/images/content-list-fading_03.png") repeat-x scroll
    center bottom transparent;
    position: absolute;
    top: -69px;
    height: 69px;
    left: 0;
    right: 0;
    transition: all ease .5s;
    text-align: center
}
.hidden-content-button {
    cursor: pointer;
    height: 36px;
    width: 36px;
    position: relative;
    top: 21px;
    display: inline-block
}
.hidden-content-shadow {
    background: url("/local/templates/gendalf_adaptive/images/ccl-bottom-shadow.png") no-repeat scroll center
    bottom transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}
.hidden-content+.hidden-content-toggler .hidden-content-button {
    background: url("/local/templates/gendalf_adaptive/images/ccl-closed.png") no-repeat scroll 0 0
    transparent
}
.hidden-content.show+.hidden-content-toggler .hidden-content-button {
    background: url("/local/templates/gendalf_adaptive/images/ccl-opened.png") no-repeat scroll 0 0
    transparent
}
.hidden-content.show+.hidden-content-toggler {
    top: -16px;
    height: 36px;
    background: none repeat-x scroll center bottom transparent
}
.hidden-content.show+.hidden-content-toggler .hidden-content-white-background {
    height: 36px;
    top: 0;
    background: none repeat-x scroll center bottom transparent
}

/* Блок с навигацией и шагами */
h3.course-tabs
{
    clear: both;
    height: 100%;
}
/*.course-tab {
    display: none;
}*/

.otstup{margin-left: -29px;}
.pleft{padding-left: 72px !important;}
.mtop{margin-top: 0px !important;}
.height-block-img{height: 266px !important;}
.add-mbtn{margin-bottom: 60px !important;}
.nth-step{height: 146px; width: 144px}
.nth-reason{height: 110px}
.horizontal-items-list.three-block > li{
    width: 31%;
}
.horizontal-items-list > li > div{
    height: 738px
}

.in-basket{
    background: #2fd1ff;
    cursor: pointer;
}
/*.quantity-product {
    border: 1px solid grey;
    border-radius: 5px;
    width: 50px;
    height: 35px;
    text-align: center;
}*/
.quantity-product-minus, .quantity-product-plus {
    cursor: pointer;
    border: none;   
    background: none;
    color: #666;
}
/* End */


/* Start:/local/templates/gendalf/css/basket.css?16221925726515*/
.personal-page-basket {
    position: relative;
    padding-bottom: 20px;
}
.filled-basket thead td.name {
    width: 48%;
    text-align: left;
}
.filled-basket thead td.amount {
    width: 24%;
}
.filled-basket thead td.price {
    width: 20%;
}
.filled-basket thead td {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.filled-basket tbody td {
    padding: 20px 0;
    text-align: center;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}
.filled-basket .img-product {
    float: left;
}
.filled-basket tbody td.name {
    padding-left: 20px;
}
.price-product span {
    font-size: 18pt;
    cursor: default;
}
.quantity-product {
    border: 1px solid grey;
    border-radius: 5px;
    width: 50px;
    height: 35px;
    text-align: center;
}
.quantity-product-minus, .quantity-product-plus {
    cursor: pointer;
    border: none;   
    background: none;
    color: #666;
}
.buy-product {
    margin: 0 auto;
    transition: 1s;
    background-color: #9bcc37;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-size: 19px;
    line-height: 50px;
    font-weight: bold;
    display: table;
    padding: 0 40pt 0 40pt;
    text-decoration: none;
}
.filled-basket hr {
     margin: 0;
    border-top: 2px solid #c0c0c0;
}
.total-price {
    padding: 10px 0px;
}
.total-price span{
    font-size: 18pt;
    cursor: default;
}
.standard-table {
    margin-bottom: 0;
}
.description-product {
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}



















.basket-empty {
    display: none;
}
.basket-delete {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: -100px 0 0 -300px;
    z-index: 666;
    width: 600px;
    border: 1px solid #fff;
    box-shadow: 0 6px 11px rgba(0, 0, 0, .17);
}
.basket-delete-top {
    position: relative;
    background: #9bcc37;
    padding: 15px 30px 15px 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.icon-close {
    position: absolute;
    background: url(/local/templates/gendalf/css/../images/custom-popup-close.png) no-repeat !important;
    right: 20px;
    width: 30px;
    height: 30px;
    margin-right: -5px;
    opacity: .5;
    transition: opacity .2s linear;
}
.icon-close:hover {
    opacity: 1;
}
.basket-delete-body {
    padding: 30px 20px 20px 20px;
}
.basket-delete-buttons {
    margin: 10px 0 0;
}
.delete-link {
    float: left;
    transition: 1s;
    background-color: #9bcc37;
    border-radius: 5px;
    color: #fff;
    font-size: 19px;
    line-height: 50px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 40pt 0 40pt;
}
.basket-delete-buttons .close-basket-delete {
    float: right;
    margin-top: 15px;
}



































#basket_quantity_control .some-class {
    display: none;
}

.esd-basket-grid-th {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.esd-basket-grid-cell {
    padding: 20px 0px 20px 0px ;
    vertical-align: top;
}

.esd-basket-grid-name {
    padding-left: 20px;
}

.esd-basket-grid {
}

.esd-basket-price-total {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    text-align: right;
}

.esd-basket-grid-description {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    text-align: left;
}

.esd-basket-item-list .green-link-button {
    margin-top: 20px;
}

.personal-page-basket {
    position: relative;
    padding-bottom: 20px;
}

.personal-page-basket .green-link-button {
    margin-top: 16px;
}
.bank-card-head{
    font-size: 14px;
}

#esd_basket_delete
{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: -100px 0 0 -300px;
    z-index: 1010;
}

#esd_basket_delete .esd-basket-small-actions
{
    margin: 10px 0 0 0;
}

#esd_basket_delete .esd-basket-small-actions a {
    float:left;
}

#esd_basket_delete .cancel
{
    float: right !important;
    margin-top: 15px;
}

.popup-window-light {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .18);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .18);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18);
    border: 1px solid;
    border-color: #d8d8d8 #bdbdbd #bdbdbd #bdbdbd;
}

.popup-window {
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 11px rgba(0, 0, 0, .17);
    -moz-box-shadow: 0 6px 11px rgba(0, 0, 0, .17);
    box-shadow: 0 6px 11px rgba(0, 0, 0, .17);
    border: 1px solid;
    border-color: #e1e1e1 #d1d1d1 #d1d1d1 #d1d1d1;
}
.g-green-popup-window {
    width: 600px;
    border-color: white;
    font-family: "Open Sans Light";
    color: #444;
    font-size: 12pt;
    /*height: 500px;*/
}
.g-green-popup-window .popup-window-top-row .popup-window-left-column, .g-green-popup-window .popup-window-top-row .popup-window-right-column, .g-green-popup-window .popup-window-bottom-row .popup-window-left-column, .g-green-popup-window .popup-window-bottom-row .popup-window-right-column {
    border-radius: 0px;
}
.g-green-popup-window .popup-window-top-row .popup-window-left-column, .g-green-popup-window .popup-window-top-row .popup-window-center-column, .g-green-popup-window .popup-window-top-row .popup-window-right-column {
    background: #9bcc37;
}
.popup-window-titlebar {
    height: 49px;
}
.popup-window-content {
    padding: 30px 20px 20px 20px;
}

.popup-window-content {
     box-sizing: border-box;
    background-color: #fff;
}
#esd_basket_add .popup-window-close-icon, #esd_basket_delete .popup-window-close-icon {
    position: absolute;
    right: 20px;
    top: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    outline: none;
    margin-right: -5px;
}
.custom-webform-close, .g-green-popup-window .custom-popup-close, #esd_basket_add .popup-window-close-icon, #esd_basket_delete .popup-window-close-icon {
    cursor: pointer;
    float: right;
    content: "";
    color: transparent;
    background: url(/local/templates/gendalf/css/../images/custom-popup-close.png) no-repeat !important;
    width: 30px;
    height: 30px;
}
.g-green-popup-window-title {
    background: #9bcc37;
    padding: 15px 30px 15px 30px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Open Sans";
    color: #fff;
    min-height: 26px;
}
.popup-window-close-icon:hover {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .filled-basket table, .filled-basket table a {
        font-size: 10pt;
    }

}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?162219258651*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/components/gendalf/catalog.no.auth.message/templates/.default/style.css?17401283042544*/
.title-catalog-no-auth-message {
    margin: -30px -30px 10px -30px;
    padding: 15px 30px 15px 30px;
    }
    .left-form-auth {
        width: 330px; 
        float: left; 
        margin-top: 15px; 
        padding: 5px;
    }
    
    /*дабивил для правок*/
    #fancy_ajax{
        display: flex;
    }
    
    .left-form-auth {
        max-width: 370px;
        width: 100%;
    }
    
    .left-form-auth ul {
        list-style: initial !important;
        padding: 0 0 0 20px;
    }
    
    .right-form-auth {
        width: 440px; 
        float: right; 
        margin-top: 15px; 
        padding: 5px;
    }
    h3 {
        font-weight: 100;
    }
    .passwordor input {
        width: 95% ;
    }
    
    ul.tab-slider-menu li {
        list-style: none;
        display: inline-block;
        background: none;
        margin: 0;
        padding-left: 0;
        background: none ;
    }
    ul.tab-slider-menu  li p, ul.tab-slider-menu  li a {
        border-bottom: 1px dashed #00a6e3;
        padding-bottom: 1px;
        font: lighter 18px 'Open Sans';
        padding: 10px 5px;
        text-decoration: none;
        margin: 0 10px;
        color: #00a6e3;
    }
    ul.tab-slider-menu li:not(.active) {
        cursor: pointer;
    }
    ul.tab-slider-menu  li:hover p, .menu_register .active p, ul.tab-slider-menu  li:hover a, .menu_register .active a {
        background: #00a6e3;
        color: #fff;
    }
    ul.tab-slider-menu > li:nth-child(1) p, ul.tab-slider-menu > li:nth-child(1) a{
        margin-left: 0 ;
    }
    ul.tab-slider-menu .active p, ul.tab-slider-menu .active a {
        background: #00a6e3;
        color: #fff;
    }
    .tab-slider-content {
        display: none;
        margin-bottom: 40px;
    }
    .tab-slider-content.active {
        display: block;
    }
    #modal-buy{
        display: none;
    }
    #modal-buy .right-form-auth textarea, #modal-buy .tab-slider-content textarea {
        border: 1px solid #e1e1e1;
        background: #f9f9f9;
        padding: 0 5px;
        font-size: 14px;
        line-height: 35px;
        width: 95%;
    }
    @media screen and (max-width: 768px) {
        ul.tab-slider-menu li p {
            margin: 5px 0;
        }
        ul.tab-slider-menu  li p {    	
            font: lighter 15px 'Open Sans' ;
        }
    }
    @media (min-width: 768px) {
        #modal-buy{
            width: 850px;
            padding:30px 30px 0 30px;
        }
    }
    
    .fancybox-inner {
        height: auto !important;
    }
/* End */


/* Start:/local/templates/.default/components/bitrix/system.auth.authorize/.default/style.css?16221926681518*/
div.login-form input.input-field {vertical-align:middle;}
div.login-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle; margin-bottom:9px;}
div.login-form div.bx-auth-secure-icon {background-image:url(/local/templates/.default/components/bitrix/system.auth.authorize/.default/images/sec.png); background-repeat:no-repeat; background-position:center; width:21px; height:21px;}
div.login-form div.bx-auth-secure-unlock {background-image:url(/local/templates/.default/components/bitrix/system.auth.authorize/.default/images/sec-unlocked.png);}
div.login-form label { display: block;  margin: 5px 0;}
div.login-form label > * { display: inline-block; }
div.login-form label .label-title { min-width: 124px; font-size: 15px; display: block; }
div.login-form label.store-password, div.login-form label.send-form-button {margin-top: 10px;}
div.login-form label.send-form-button {margin-bottom: 10px;}
div.login-form .passwordor {box-shadow: none;}

.passwordor input{
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
    padding: 0 5px;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    width: 80%;
}
.auth-field-row {
    margin-top: 22px;
}
.send-form-button button[type='submit'] {
    transition: 1s;
    background-color: #9bcc37;
    color: #fff;
    font: bold 19px/50px "Open Sans";
    cursor: pointer;
    display: inline-block;
    padding: 0 40pt 0 40pt;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 30pt 0;
}
@media (min-width: 768px) {
    .passwordor input {
        width: 30%;
    }
}
/* End */
/* /local/templates/cro/css/catalog.css?171163532610890 */
/* /local/templates/cro/css/nav.css?16221925731052 */
/* /local/components/gendalf/cr.catalog/templates/.default/style.css?168749916524641 */
/* /local/templates/gendalf/css/basket.css?16221925726515 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?162219258651 */
/* /local/components/gendalf/catalog.no.auth.message/templates/.default/style.css?17401283042544 */
/* /local/templates/.default/components/bitrix/system.auth.authorize/.default/style.css?16221926681518 */
