

/* Start:/local/templates/books_green/components/bitrix/menu/template1/style.css?1660566338583*/
/* 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/books_green/components/bitrix/menu/template1/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/books_green/styles.css?16945892759286*/
:root {
    --color-blue-default: #4e71e5;
    --color-blue-light: #3d7dd1;
    --color-orange-default: #f99453;
}
.pix {
    clear: both;
    width: 100%;
    height: 0;
    border: none;
    background: transparent;
    background-image: none;
}
.clear {
    clear: both;
}
.hidden {
    display: none;
}
*:focus {outline: none;}
html, root, body {
    height:100%;
    min-height:100%;
}
body {
    font-family: Arial;
    min-height:100%;
    height:100%;
}
#wrap {
    width:100%;
    min-height:100%;
    margin:auto;
}
#mainWrap {
    width: 100%;
    min-height: 100%;
    margin: 0 auto -109px;
}
#main {
    width: 100%;
    overflow:hidden;
    padding:0 0 108px;
}
#footWrap {
    width: 100%;
    height: 107px;
    margin: 0 auto;
    padding: 0;
    clear: both;
    position: relative;
    z-index: 1;
}
#footer {
    position: relative;
    z-index: 3;
}
#headWrap {
    width: 100%;
}
#upFootWrap {
    width: 100%;
}
#downFootWrap {
    width: 100%;
    height: 50px;
}
#header, #contWrap, #upFoot, #downFoot {
    width: 1000px;
    margin: 0 auto;
}
.notification {
	margin-bottom: 30px;
	padding-bottom: 8px;
	border-bottom: 4px solid #f7941d;
}
.notification__content {
	font-family: 'Verdana';
	text-align: center;
	font-size: 16pt;
	line-height: 26px;
	color: #f7941d;
	font-weight: bold;
}
.notification__content a {
	color: #2067b0;
}
.no-price {
    font-size: 20px !important;
}
.no-price:before {
    display: none;
}
.lang-collection-wrap {
    text-align: right;
    margin-bottom: 10px;
}
.lang-collection {
    font-size: 13px;
    color: #333;
    line-height: 15px;
    padding: 5px;
}
.tableView .item .lang-collection {
    position: absolute;
    left: 85px;
    top: 46px;
    padding: 0;
}
.lang-collection-wrap .lang-collection {
    color: red;
    font-size: 14px;
    line-height: 16px;
}
.lang-collection .language-collection__value {
    font-weight: 700;
}
#specialOffer .lang-collection {
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.text-center {
    text-align: center;
}
.opacity-0 {
    opacity: 0;
}
@media (min-width: 768px) {
    .d-md-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}


.redesigned-form {
    margin: 0 auto;
}
.redesigned-form * {
    box-sizing: border-box;
}
.redesigned-form .fieldset {
    border-radius: 8px;
    margin-bottom: 24px;
    box-shadow: 0 2px 15px -3px rgba(0,0,0,0.2),0 10px 20px -2px rgba(0,0,0,0.3);
    width: 100%;
}
.redesigned-form .fieldset__title-wrap {
    padding: 16px 24px;
    border-bottom: 2px solid #f5f5f5;
}
.redesigned-form .fieldset__title {
    margin-bottom: 0;
    font-size: 22px;
}
.redesigned-form .fieldset__content {
    padding: 24px;
}
.redesigned-form .fieldset--bill-to .fieldset__content {
    padding: 68px 24px 83px;
}
.redesigned-form .input-group:not(:last-child),
.redesigned-form .input-group-wrap .input-group {
    margin-bottom: 16px;
}
.redesigned-form .input-group {
    display: flex;
    align-items: center;
}
.redesigned-form .field-group-library > div:first-child {
    margin-right: 24px;
    width: calc(67% - 12px);
}
.redesigned-form .field-group-library > div:last-child {
    width: calc(33% - 12px);
}
.redesigned-form .field-group-name > div {
    width: calc(50% - 12px);
}
.redesigned-form .field-group-name > div:first-child{
    margin-right: 24px;
}
.redesigned-form .input-group .form-label {
    width: 116px;
    margin-right: 24px;
    font-size: 16px;
}
.redesigned-form .input-wrap {
    width: calc(100% - 140px);
}
.redesigned-form .input-group .form-control {
    width: 100%;
    font-size: 16px;
    padding: 9px 15px;
    background-color: #e1e1e1;
}
.redesigned-form .default-fieldset__title {
    margin-right: 24px;
}
.redesigned-form .fieldset__custom-btn {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: inset 0 -2px 5px rgba(0,0,0,0.2);
    padding: 5px 8px;
    cursor: pointer;
    height: 35px;
    border: 0;
    color: white;
    background: #1160c6;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: bold;
}
.redesigned-form .fieldset__custom-btn.btn-delete {
    height: 26px;
    padding: 5px 10px;
}
.redesigned-form .redesigned-form__submit {
    margin-top: 48px;
}
.redesigned-form .redesigned-form__submit input {
    margin-right: 24px;
}
.redesigned-form .ship-to-container {
    margin-bottom: 24px;
    width: 100%;
}
.redesigned-form .ship-to-container__controls {
    width: 30px;
}
.redesigned-form .fieldset__custom-btn--add {
    margin-right: 8px;
}
.redesigned-form .custom-fieldset .fieldset__custom-btn--add-title {
    font-size: 16px;
}
.redesigned-form .billing-fieldset-wrap .fieldset:last-child {
    margin-left: 24px;
}
.redesigned-form .fieldset__custom-btn--copy {
    height: 24px;
    padding: 4px 8px;
    margin-right: 6px;
}
.redesigned-form .custom-fieldset__pager-wrap {
    margin-bottom: 16px;
}
.redesigned-form .custom-fieldset__pager .custom-fieldset__pager-title {
    font-size: 16px;
    display: inline-block;
}
.redesigned-form .custom-fieldset__pager-page {
    display: inline-block;
    padding: 1px 4px;
    border: 1px solid #d5d5d5;
    background-color: #d5d5d5;
    cursor: pointer;
}
.redesigned-form .custom-fieldset__pager-page--active {
    border-color: #1160c5;
    background-color: #ffffff;
    cursor: default;
}
.redesigned-form .custom-fieldset__pager-page:not(:first-child) {
    margin-left: 6px;
}

.catalog-items-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.catalog-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 180px;
    position: relative;
    padding-bottom: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #d5d5d5;
}
.catalog-item:hover {
    border: 1px solid var(--color-blue-light);
}
.catalog-item:nth-child(4n) {
    margin-right: 0;
}
.catalog-item.catalog-item--slider {
    width: 210px;
}
.catalog-item__content-wrap {
    padding: 0 5px;
}
.catalog-item__photo-wrap {
    position: relative;
    height: 280px;
    width: 100%;
    overflow: hidden;
}
.catalog-item__photo-link {
    display: block;
    height: 100%;
    text-align: center;
}
.catalog-item__photo {
    width: auto;
    min-width: 100%;
    height: 100%;
    margin-left: -100%;
    margin-right: -100%;
}
.catalog-item__name {
    display: block;
    height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
    color: #444444;
    text-decoration: underline;

}
.catalog-item__authors {
    margin-bottom: 10px;
    font-size: 12px;
}
.catalog-item__authors a {
    color: var(--color-blue-light);
}
.catalog-item__collection {
    margin-bottom: 10px;
    font-size: 13px;
    color: #333333;
}
.catalog-item__info {
    word-break: break-word;
    font-size: 13px;
    line-height: 17px;
    color: #333333;
}
.catalog-item__bottom {
    margin-top: 20px;
}
.catalog-item__prices {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: bold;
}
.catalog-item__current-price {
    color: var(--color-blue-default);
    font-size: 26px;
}
.catalog-item__old-price {
    color: #777777;
    font-size: 16px;
    text-decoration: line-through;
}
.catalog-item__price-pending {
    color: var(--color-blue-default);
    font-size: 20px;
}
.catalog-item__status {
    margin-bottom: 10px;
    color: var(--color-blue-default);
    font-weight: bold;
    line-height: 20px;
    font-size: 16px;
}
.catalog-item__buttons {
    display: flex;
    justify-content: space-between;
}
.catalog-item__button {
    padding: 10px 15px;
    display: block;
    float: left;
    border: 2px solid var(--color-orange-default);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    color: var(--color-orange-default);
    font-weight: bold;
}
.catalog-item__button:hover {
    color: #ffffff;
    background-color: var(--color-orange-default);
}
.catalog-item__button.button--to-cart {
    padding-left: 25px;
    background: url(/local/templates/books_green/images/order-icon.jpg) left 7px center no-repeat;
}
.catalog-item__button.button--to-cart:hover {
    background: url(/local/templates/books_green/images/order-icon-active.jpg) left 7px center no-repeat var(--color-orange-default);
}
.catalog-item__buttons .go-to-basket {
    font-size: 20px;
    color: var(--color-blue-default);
    text-decoration: none;
    display: none;
    font-weight: bold;
    padding: 10px 15px;
}
.catalog-item.product-in-cart .button--to-cart {
    display: none;
}
.catalog-item.product-in-cart .go-to-basket {
    display: block;
}

/* End */


/* Start:/local/templates/books_green/template_styles.css?169458927543376*/
.contentWrap {
    padding: 10px;
}
.contentWrap * {
    font-family: Arial;
    font-size: 14px;
}
.contentWrap a, .contentWrap div.search-item h4 a {
    text-decoration: underline;
}
.contentWrap a:hover {
    text-decoration: none;
}
.contentWrap strong, .contentWrap b {
    font-weight: bold;
}
.contentWrap > p:first-of-type,
.contentWrap div[id*="bx_incl_area"] > p:first-of-type {
    text-indent: 0;
}
.slide-wrap {
   height: 500px;
}
.contentWrap p {
    line-height: 20px;
    margin-bottom: 10px;
    text-align: justify;
    padding-left: 20px;
}
.contentWrap h1, .contentWrap h2,
.contentWrap h3, .contentWrap h4,
.contentWrap h5, .contentWrap h6 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.contentWrap h1,
.contentWrap h2{
    font-size: 18px;
    color: #1160c5;   
}
.contentWrap h1{
    font-size: 20px;
}
.contentWrap b h2{
    font-size: 18px;
    color: #1160c5;
}
.contentWrap ul {
    margin-bottom: 10px;
    padding-left: 20px;
}
.contentWrap li {
    list-style-type: disc;
    padding-left: 0px;
    line-height: 20px;
    margin-bottom: 5px;
}
.contentWrap input[type="text"],
.contentWrap input[type="password"],
.contentWrap textarea {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 5px 5px 15px;
    text-align: left;
    font-style: italic;
}
.contentWrap .order-checkout input[type="text"],
.contentWrap .order-checkout input[type="password"],
.contentWrap .order-checkout textarea {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    padding: 2px 10px;
    text-align: left;
    width: 300px;
    height: 30px;
    font-size: 18px;
    font-style: italic;
}
.contentWrap textarea {
    resize: vertical;
}
.contentWrap select {
    text-align: left;
    cursor: pointer;
    background: #f2f2f2;
    border: 1px solid #d5d5d5;
    color: #333;
    font-style: italic;
    border-radius: 8px;
    padding: 8px;
    width: 323px;
    padding-left: 10px;
}
.contentWrap .equipment.mycurrentorders a.basket-link {
    display: block;
    text-decoration: none;
}
.select {
    display: inline-block;
    overflow-x: hidden;
    width: 323px;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    background-color: #F2F2F2;
    background-image: url(/local/templates/books_green/./images/select-icon.jpg);
    background-repeat: no-repeat;
    background-position: 99% 50%;
}
.select select {
    width: 105%;
    background-color: transparent;
    border: none;
}

.contentWrap input[type="submit"],
.contentWrap input[type="reset"],
.contentWrap input[type="button"] {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: inset 0 -2px 5px rgba(0,0,0,0.2);
    padding: 5px 8px;
    cursor: pointer;
    height: 35px;
    border: 0;
    color: white;
    background: #1160c6;
    font-size: 18px;
    padding: 5px 20px;
    font-weight: bold;
}
.equipment.orders .order_status,
.equipment.orders tr td:nth-child(2) {
    text-align: right;
}
.contentWrap table.equipment {
    margin: 0 auto 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.contentWrap .equipment.mycurrentorders a.basket-link {
    display: block;
    text-decoration: none;
}
.contentWrap .total {
    font-weight: bold;
}
#right .contentWrap table.equipment td {
    vertical-align: middle;
}
.contentWrap table tr td:first-of-type,
.contentWrap table tr th:first-of-type {
    padding-left: 10px;
}
.contentWrap table tr td:last-of-type,
.contentWrap table tr th:last-of-type {
    padding-right: 10px;
}
.contentWrap table {
    margin-bottom: 15px;
}
.contentWrap table td, .contentWrap table th {
    padding: 5px;
}
.contentWrap thead th, .contentWrap thead td {
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    font-weight: bold;
}
.equipment .old-price {
    text-decoration: line-through;
}
.contentWrap .equipment input[type="text"] {
    width: 25px;
    text-align: center;
}
#id-cart-list .tar {
    text-align: right;
}
#id-cart-list .myorders_itog {
    float: right;
}
#id-cart-list .sort1, .cart-items .sort1 {
    margin-bottom: 15px;
}
#order_form_content textarea[name="ORDER_DESCRIPTION"] {
    margin: 0 auto;
    display: block;
}
#order_form_content .myorders_itog {
    float: right;
}
#order_form_content .myorders_itog + * {
    clear: both;
}
/*********************************/
#header {
    padding: 10px 0 11px 0;
    font-family: Arial;
}
#leftHead, #rightHead {
    display: inline-block;
    vertical-align: top;
}
#leftHead {
    float: left;
    margin-right: 10px;
    text-align: left;
}
#centerHead {
    width: 465px;
    float: left;
    text-align: center;
    font-size: 30px;
    font-family: Arial;
    color: #006fba;
    padding: 25px 0 0 50px;
    display: inline-block;
    vertical-align: top;
}
#rightHead {
    width: 815px;
}
#centerHead .schedule {
    font-size: 12px;
    margin-bottom: 6px;
}
#centerHead .phones div.chPhones {
    margin-bottom: 6px;
}
#auth {
    display: inline-block;
    margin-left: 8px;
}

#auth a {
    font-size: 13px;
    cursor: pointer;
    color: #3d7dd1;
    text-transform: capitalize;
}
#header .headDelimiter {
    width: 100%;
    height: 12px;
    clear: both;
}
#search {
    position: relative;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
#search input[type="text"] {
    position: relative;
    left: 30px;
    z-index: 3;
    float: right;
    height: 40px;
    width: 465px;
    line-height: 18px;
    border: 2px solid #b5b5b5;
    border-right: none;
    padding: 0 7px;
    padding-right: 30px;
    margin: 0 10px 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
}
#search input[type="submit"] {
    position: relative;
    z-index: 5;
    float: right;
    width: 135px;
    height: 44px;
    border: 2px solid #b5b5b5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background: #f99453;
    font-size: 17px;
    font-family: Arial;
    color: white;
    cursor: pointer;
    padding: 10px 10px 10px 20px;
    text-align: left;
    font-weight: bold;
}
.title-search-result * {
    font-family: Arial;
}
.title-search-result tr td.title-search-item b {
    font-weight: bold;
}
#downFoot .chDownFoot{
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}
#copyright {
    margin: 0px auto;
    width: 500px;
}
#copyright div.chCopyright{
    padding-top: 15px;
    float: left;
    font-size: 13px;
    color: #3d7dd1;
}
#copyright img{
    margin-top: -5px;
}
#paypal {
    width: 300px;
}
#paypal .paypalText, #social .socialText {
    margin-top: 9px;
    margin-bottom: 3px;
}
#paypal .paypalImg div.chPaypalImg {
    width: 42px;
    height: 30px;
    display: inline-block;
    margin-right: 3px;
}
#paypal .paypalImg div.chPaypalImg:last-of-type {
    margin-right: 0;
}
#social {
    width: 200px;
}
#social .socialImg a {
    display: inline-block;
    margin-right: 3px;
}
#social .socialImg a div {
    width: 30px;
    height: 30px;
}
#social .socialImg a:last-of-type {
    margin-right: 0;
}
#horMenu {
    width: 100%;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -khtml-border-radius: 4px 4px 6px 6px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    position: relative;
}
#specialOffer {
    position: relative;
    width: 700px;
    margin-left: 30px;
}
#left {
    width: 220px;
    float: left;
    position: relative;
    z-index: 8;
}
#right {
    width: 750px;
    float: right;
    margin-bottom: 5px;
}
#left, #right, #left *, #right * {
    vertical-align: top;
} 
#leftMenu , #watched {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
#specialOffer, #right div.slider, #right .box {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
#right div.slider, #right .box {
}
#right .box * {
    font-family: Arial;
}
body div.title-search-result {
    width: 848px!important;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    width: 620px!important;
    left: 665px!important;
}
body table.title-search-result {
    width: 100%!important;
}
#horMenu .menu {
    width: 100%;
    margin-right: -2px;
    vertical-align: top;
}
#horMenu .menu ul {
    width: 100%;
    display: table;
    margin: 0;
}
#horMenu .menu li {
    height: 52px;
    width: 157px;
    margin: 0 10px;
    float: left;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
#horMenu .menu ul li:last-child {
    margin-right: 0;
}
#horMenu .menu li a {
    display: block;
    padding: 15px 2px;
    padding-top: 18px;
    line-height: 1!important;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}
#horMenu .menu li {
}
#upFoot .menu {
    width: 100%;
    padding: 10px 0 20px 0;
    border-top: 10px solid #eee555;
}
#upFoot .menu ul {
    width: 100%;
    margin: 0;
}
#upFoot .menu li {
    display: inline-block;
    line-height: 15px;
    padding: 0 6px;
}
#upFoot .menu li a {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    text-decoration: none;
}
#upFoot .menu li a:hover {
    text-decoration: none;
}
#right .sliderAddit {
    position: relative;
}
#specialOffer .sliderHead,
#right .sliderAddit .sliderHead {
    height: 27px;
    padding: 5px 20px;
    padding-left: 0;
}
#specialOffer .sliderHead h2,
#right .sliderAddit .sliderHead h2 {
    line-height: 27px;
    font-size: 20px;
    font-family: Arial;
    padding: 0;
    margin: 0;
}
#right .sliderAddit .next,
#right .sliderAddit .prev {
    width: 15px;
    height: 24px;
    position: absolute;
    display: block;
    top: -39px;
    z-index: 7;
    cursor: pointer;
}
#right .sliderAddit .next {
    right: 0px;
}
#right .sliderAddit .prev {
    right: 25px;
}
#right .sliderAddit .slides {
    height: 580px;
    width: 750px;
    position: relative;
    margin: 10px 0;
}
#right .sliderAddit .slides.POPULAR {
    height: 235px;
}
#right .sliderAddit .slides_container {
    position: absolute;
    width: 650px;
    left: 55px;
}
#right .sliderAddit .slide {
    float: left;
    padding: 0 2px;
    vertical-align: top;
    margin: 0;
}

#right .sliderAddit h3 {
    margin-bottom: 5px;
}
#specialOffer .pagination,
#right .sliderAddit .pagination {
    display: none;
}
#watched .view-list {
    width: auto;
    border: none;
    margin: 0;
    font-family: Arial;
}
#watched .view-list .view-header {
    height: 27px;
    line-height: 27px;
    padding: 5px 20px;
    margin: 0;
    text-align: left;
    font-size: 18px;
}
#watched .view-list .view-item {
    padding: 20px 0;
    margin: 0 20px;
    text-align: left;
}
#watched .view-list .view-item .photo {
    width: 60px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
#watched .view-list .view-item .info {
    width: 162px;
    display: inline-block;
    vertical-align: top;
}
#watched .view-list .view-item .photo a img {
    min-width: 60px;
    width: 60px;
    max-width: 60px;
    min-height: 80px;
    height: 80px;
    max-height: 80px;
}
#watched .view-list .view-item .name {
    margin-bottom: 20px;
}
#watched .view-list .view-item .name a {
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    word-wrap: break-word;
}
#watched .view-list .view-item .price {
    font-size: 22px;
}
#specialOffer .sliderHead,
#right .sliderAddit .sliderHead,
#left #watched .view-header {
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -khtml-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}
#watched .view-item .price, #watched .view-item .buy {
    display: inline-block;
    vertical-align: middle;
}
#watched .view-item .price {
    padding-left: 15px;
    margin-top: 4px;
}
#watched .view-item .buy {
    width: 60px;
    height: 30px;
    padding: 0;
    float: right;
}
#watched .view-item .buy a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    display: block;
    text-align: center;
    text-decoration: none;
}
#specialOffer * {
    font-family: Arial;
}
#specialOffer .slides {
    padding: 5px;
    position: relative;
}
#specialOffer .slides_container {
    position: relative;
}
.slick-prev,
.slick-next {
    position: absolute;
    top: 200px;
    display: inline-block;
    color: transparent;
    width: 50px;
    height: 50px;
    border: 0;
}

.slick-prev{
    left: -50px;
    top: 190px;
}

.slick-next{
    right: -50px;
} 
#specialOffer .slide {
    float: left;
}
.prev-ie8{
    left: 0;
}
.next-ie8 {
    right: -5px;
}
#specialOffer .slick-track {
    display: flex;
    align-items: stretch;
}
#right .box .boxTitle {
    padding: 10px;
    line-height: 37px;
    font-weight: bold;
    font-size: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
#right .box .breadcrumbs {
    padding: 10px;
}
#right .box .breadcrumbs li {
    display:inline;
    font-size: 14px;
    color: #717171;
}
#right .box .breadcrumbs li a {
    font-size: 15px;
    text-decoration: none;
    line-height: 16px;
    color: #717171;
    text-transform: capitalize;
}
#right .box .breadcrumbs li span {
    font-size: 14px;
    line-height: 14px;
}
#upFootBot {
    width: 960px;
    max-height: 93px;
    padding: 0 20px;
    margin: 0 auto;
    padding-bottom: 10px;
}
#upFootBot * {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    font-family: Arial;
}
#upFootBot h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}
#upFootBot .ufbLeft,
#upFootBot .ufbCenter,
#upFootBot .ufbRight {
    width: 276px;
    height: 93px;
    max-height: 93px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    overflow: hidden;
}
#upFootBot .ufbLeft {
    text-align: right;
}
#upFootBot .ufbCenter {
    text-align: center;
}
#upFootBot .ufbRight {
    text-align: left;
}
#upFootBot .phones {
    font-size: 20px;
}
#leftMenu * {
    font-family: Arial;
}
#leftMenu .delimiter_up {
    width: 100%;
    height: 1px;
}
#leftMenu .delimiter_down {
    width: 100%;
}
#leftMenu .dual_bar {
    width: 100%;
    height: 2px;
    margin: 0 auto;
    display: block;
}
#leftMenu .current_catalog .dual_bar:last-of-type {
    display: none;
}
#leftMenu a {
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
}
#leftMenu h1 {    
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -khtml-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}
#leftMenu h1 a {
    height: 37px;
    line-height: 37px;
    font-size: 18px;
    display: block;
    padding: 0 20px;
}
#leftMenu h2 {
    line-height: 24px;
    padding: 8px 20px;
    font-size: 18px;
}
#leftMenu .catalog-section-list > div:last-of-type {
}
#leftMenu .current_catalog > ul > li {
    position: relative;
}
#leftMenu .current_catalog > ul > li > a {
    line-height: 20px;
    display: block;
    padding: 10px 5px;
    padding-left: 11px;
}
#leftMenu .current_catalog > ul > li > ul {
    display: none;
    position: absolute;
}
#leftMenu .catalog-section-list > div:last-of-type > ul > li:last-of-type {
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -khtml-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
#leftMenu li.parent ul {
    width: 545px;
    padding: 7px 0;
}
#leftMenu li.parent li {
    display: inline-block;
}
#leftMenu li.parent li a {
    width: 230px;
    max-width: 230px;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boxBody .item {
    width: 180px;
    float: left;
    position: relative;
    z-index: 3;
    border: 1px solid #d5d5d5;
    margin-right: 5px;
    margin-bottom: 10px;
}
.boxBody .item:hover {
    border: 1px solid #3c7dd1;
}

.slider_img .photo,
.boxBody .photo {
    position: relative;
}

.sliderMain .sticker,
.boxBody .sticker,
.slide-wrap .sticker {
    padding: 5px 10px;
    margin-bottom: 5px;
    border: 1px solid white;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    color: white;
    font-weight: bold;
    width: 135px;
}
.boxBody .hasAdditPic .sticker {
    left: 79px;
}
.boxBody .sticker.newproduct,
.boxBody .sticker.saleleader {
    width: 50px;
}
.boxBody .sticker.newproduct {
    z-index: 4;
}
.boxBody .sticker.saleleader {
    z-index: 5;
}
.boxBody .sticker.clearance_sale {
    z-index: 6;
}
/* horizon sticker style */
.boxBody .sticker-horizon {
    width: 143px;
    height: 23px;
    position: absolute;
    bottom: 20px;
    right: -3px;
    z-index: 6;
}
.boxBody .itemsWrap .items,
.boxBody .itemsWrap .delimiter,
.boxBody .itemsWrap .hordelimiter {
    float: left;
}
.boxBody .itemsWrap .delimiter:last-of-type,
.boxBody .itemsWrap .hordelimiter:last-of-type {
    display: none;
}
.boxBody .item .photo img {
    width: 210px;
    height: 280px;
}
.boxBody .item .itemName {
    max-width: 210px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 5px;
    font-size: 16px;
}
.boxBody .item .itemName a {
    text-decoration: underline;
}
.boxBody .item .author {
    margin-bottom: 5px;
    padding-left: 5px;
    max-width: 145px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
.boxBody .item .buyLink, 
.boxBody .item .more {
    margin: 0;
    padding: 0;
}
.boxBody .item .buyLink a {
}
.boxBody .item .buyLink span a {
    padding-left: 0;
    text-align: center;
}
.boxBody .item .more a {
    text-align: center;
}
.boxBody .item .buyLink{
    margin: 0;
    padding: 0;
}
.boxBody .item .more {
    right: 0px;
}
.boxBody .item .price {
    height: 26px;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    vertical-align: top;
}
.boxBody .item .price s.old_price {
    font-size: 16px;
    line-height: 20px;
    vertical-align: text-top;
    display: inline-block;
}
.boxBody .system-nav-orange {
    padding: 8px 10px;
    font-size: 14px;
    vertical-align: top;
}
.boxBody .itemsWrap + .system-nav-orange:last-of-type {
    border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -khtml-border-radius: 0px 0px 4px 4px;
}
.boxBody .system-nav-orange .nav-current-page {
    border: 1px solid #1160c5;
    padding: 0px 4px;
}
.boxBody .system-nav-orange .nav-title {
    width: 90px;
    padding-right: 5px;
    display: inline;
}
.boxBody .system-nav-orange .nav-pages {
    display: inline-block;
}
.boxBody .system-nav-orange .nav-pages a {
    text-decoration: none;
    background: #d5d5d5;
}
.boxBody .item .notice .more {
    float: none;
    display: block;
    margin: 10px auto 0;
}
.boxBody .item .notice {
    width: 120px;
    font-size: 12px;
    display: inline-block;
    float: left;
    margin: 0px;
    padding: 0px;
}
#cart {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 200;
    float: right;
    margin-right: 10px;
    cursor: default;
}
.equipment .delete a.but,
.delete-but {
    display: block;
    cursor: pointer;
}
.equipment .delete a.but,
.delete-but {
    width: 13px;
    height: 15px;
    margin-left: 6px;
}
.delete-but {
    margin-top: 11px;
    margin-left: 0;
    float: right;
}
#right .sliderAddit.inElement .next,
#right .sliderAddit.inElement .prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 25%;
}
#right .sliderAddit.inElement .prev {
    left: 0px;
}
#right .sliderAddit.inElement .next {
    right: 0;
}
#right .book span[itemprop="offers"] {
    position: relative;
    display: block;
}
#right .book span[itemprop="price"] {
    padding: 4px 7px;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
}
#right .book span.old_price {
    padding: 0;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: line-through;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.img30 {
    min-width: 30px;
    width: 30px;
    max-width: 30px;
    min-height: 40px;
    height: 40px;
    max-height: 40px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.img60 {
    min-width: 60px;
    width: 60px;
    max-width: 60px;
    min-height: 80px;
    height: 80px;
    max-height: 80px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.img120 {
    min-width: 120px;
    width: 120px;
    max-width: 120px;
    min-height: 160px;
    height: 160px;
    max-height: 160px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.img143 {
    width: 100%;
    height: 350px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.img210 {
    display: block;
    width: 180px;
    min-height: 280px;
    height: 280px;
    max-height: 280px;
    text-decoration: none;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.catalog-section .img210 {
	background-size: cover;
}
.hasAdditPic .img210 {
    margin-left: 65px;
}
.search-page hr + a { 
    display: block; 
    margin-bottom: 8px; 
}
.search-page small {  
    font-size: 12px; 
    color: #999; 
}
.search-page hr { 
    border: none; 
    border-bottom: 1px solid white; 
    color: #D9D9D9; 
    background-color: #D9D9D9; 
    height: 1px; 
    margin: 10px auto; 
}
div.subscription-notes {
    margin: 0;
}
.fragmentLink {
    float: right;
    margin-top: 10px;
}
.fragmentLink a {
    display: block;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    background-image: url("/local/templates/books_green/images/dwldico.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: #444;
    text-decoration: underline;
}
.fragmentLink a:hover {
    color: #739609;
    text-decoration: none;
}
.stmdcrWrap {
    float: right;
    color: #333;
    margin-right: 65px;
    margin-top: 10px;
}
.stmdcrWrap div {
    text-align: right;
    padding: 3px 0;
}
.stmdcrWrap a {
    padding: 10px;
    color: #3d7dd1;
    font-size: 14px;
    text-decoration: none;
}
.stmdcrWrap a:hover {
    text-decoration: none;
}
#upFootBot .phones font {
    color: #fff;
    font-size: 20px;
}
#upFootBot .phones div {
    display: inline-block;
}
#upFootBot .phones b {
    font-size: 20px;
}
#upFootBot .phones {
    font-size: 20px;
    padding: 15px 0 0 0;
    text-align: center;
}
#right .box .itemName a {
    font-family: Arial;
    font-size: 15px;
    line-height: 20px;
}
.additPicsWrap {
    width: 65px;
    height: 280px;
    float: left;
    overflow: hidden;
}
.additPic {
    display: block;
    width: 50px;
    height: 62.5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}
.inCart {
    height: 16px;
    padding: 10px 0 10px;
    line-height: 16px;
    font-size: 20px;
    text-align: center;
    color: #3d7dd1;
    cursor: default;
    width: 75px;
    float: left;
    padding-left: 10px;
    font-weight: bold;
}
.tableView .inCart {
    padding-left: 20px;
    padding-top: 16px;  
}
.mrb15 {
    margin-bottom: 15px;
}
.taright {
    text-align: right;
}
.newsTitle,
.contentWrap .newsTitle a {
    font-size: 20px;
    color: #444;
}
.language-filter li {
    padding-left: 10px;
    margin: 13px 0 0 0;
}
.language-filter a{
    color: black;
    text-decoration: none;
}
.language-filter .active {
}

/* NEW STYLE RULES */
.main-links{
    color: #3d7dd1;
    padding: 0 10px;
}
.top-links{
    border-bottom: 10px solid #eee555;
    padding-bottom: 10px;
    font-size: 13px;
}
.lang-select{
    width: 100%;
    padding: 30px 0 50px 0;
    height: 20px;
}
.language-title{
    float: right;
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
}
#title-search{
    float: right;
    margin-right: 10px;
}
.title-icon{
    float: left;
}
.language-filter{
    position: relative;
    float: right;
    height: 15px;
    width: 140px;
    padding: 5px 0 5px 10px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #b5b5b5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.current-language{
    position: relative;
    z-index: 11;
    font-weight: bold;
    background: url(/local/templates/books_green/./images/select-icon.jpg) right 10px center no-repeat white;
    cursor: pointer;
}
.languages-list {
    overflow: hidden;
    height: 0;
    position: absolute;
    top: 15px;
    left: -2px;
    z-index: 10;
    height: 10px;
    background: white;
    overflow: hidden;
    border: 2px solid #b5b5b5;
    border-top: none;
    width: 150px;
        -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: bold;
}
.current_catalog {
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#leftMenu .current_catalog {
    background-color: #d5d5d5;
}
#leftMenu .current_catalog > ul > li:hover:first-child,
#leftMenu .current_catalog > ul > li.active:first-child {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#leftMenu .current_catalog > ul > li:hover:last-of-type,
#leftMenu .current_catalog > ul > li.active:last-of-type {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.type-links {
    position: relative;
    width: 100%;
    height: 50px;
}
.category-links {
    position: relative;
    width: 100%;
    height: 90px;
}

.type-links a {
    font-size: 25px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-family: Arial;
    margin: 65px;
    border-bottom: 5px solid black;
}

.type-links a:hover{
    color: #f99453;
    border-color: #f99453;  
}
.type-links .active-link{
    color: #f99453;
    border-color: #f99453;
}
#horMenu .menu li {
    border: 2px solid #1160c6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#horMenu .menu li:hover {
    background: #1160c6;
}
#horMenu .menu li:hover a{
    color: white;
}
#horMenu .menu li:first-of-type {
    width: 91px;
    margin-left: 0;
}
#horMenu .menu .selected {
    background: #1160c6;  
}
#horMenu .menu .selected a{
    color: white;  
}
.info .item_title{
    color: black;
}
.title-wrap{
    height: 35px;
    padding: 0px 10px;
    padding-top: 10px;
    overflow: hidden;
    line-height: 18px;
}
.slick-list{
    overflow: hidden;
}
#special-offer{
    width: 650px;
}
.buy {
    height: 50px;
}
.more a,
.buyLink a {
    display: block;
    float: left;
    padding: 5px 10px;
    border: 2px solid #f99453;
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;   
    font-size: 16px;
    text-decoration: none;
    color: #f99453;
    padding: 10px 15px;
    position: absolute;
    font-weight: bold;
}
.buyLink a {
    left: 5px;
    padding-left: 25px;
}
.more a{
    right: 5px;
}
.more a:hover,
.buyLink a:hover{
    color: white;
    background: #f99453;
}
.sticker-wrap{
    position: absolute;
    top: 10px;
    left: 0;
}
a.more {
    right: 10px;
}

.tableView .photo{
    height: 80px;
    width: 60px;
    margin-top: 45px;
    padding: 0 5px;
    border-right: 1px solid #d5d5d5;
    overflow: hidden;
}
.tableView .buy .more a,
.tableView .buy .buyLink a {
    padding: 15px 20px;
}
.tableView .buy .buyLink a {
    padding-left: 45px;
}

.buyLink a {
    background: url(/local/templates/books_green/images/order-icon.jpg) left 7px center no-repeat;
}
.tableView .buyLink a {
    background: url(/local/templates/books_green/images/order-icon.jpg) left 15px center no-repeat;
}
.buyLink a:hover{
    background: url(/local/templates/books_green/images/order-icon-active.jpg) left 7px center no-repeat #f99453;;
}
.tableView .buyLink a:hover{
    background: url(/local/templates/books_green/images/order-icon-active.jpg) left 15px center no-repeat #f99453;;
}

.main {
    width: 750px;
}
.author a,
.publishing a {
    color: #333;
}

.elem-photo{
    display: block;
    width: 210px;
    min-height: 280px;
    height: 280px;
    max-height: 280px;
    text-decoration: none;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.additInfo .topic {
    margin-bottom: 10px;
}
.topic .value {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.topic .value a{
    color: #333;
}
.sliderAddit .slick-list {
    height: 100%;
}

.slide-wrap {
    border: 1px solid #d5d5d5;
}
.slide-wrap:hover {
    border: 1px solid #6994d8;
}
.info h3 {
    height: 30px;
    margin-left: 5px;
}
.info .author {
    overflow: hidden;
    height: 15px;
    padding: 5px;
}
.info .author a {
    color: #6c92d5;
    text-decoration: underline;
}
.sliderAddit .buy {
    height: 35px;
}
.buyWrap input[type="text"] {
    margin: 5px 10px;
}
.languageSwitch {
    position: relative;
}
.languageSwitchBtn[data-lang="original"] { left: 0;}
.languageSwitchBtn[data-lang="translite"] { left: 120px;}
.languageSwitchBtn[data-lang="english"] { left: 290px;}

.slider-wrap .info{
    height: 120px;
}
.bx_my_order_switch a {
    color: #333;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.bx_my_order_switch a:hover {
    background: #1160c6;
    color: white;
}
.bx_item_list nobr {
    color: #bcbcbc;
}

.bx-auth-table a {
    color: #333!important;
}
.bx-auth-table div{
    margin: 10px;
}

.contentWrap input[type="password"] {
    width: 115px;
}

.forgotPass {
    display: inline-block;
    padding-top: 6px;
    font-size: 13px;
    margin-left: 170px;
    color: #3D7DD1!important;
}

.choose-action {
    padding-left: 20px;
    background: url(/local/templates/books_green/./images/choose-icon.jpg) top 0px left no-repeat;
    height: 20px;
    padding-top: 1px;
    cursor: pointer;
}
.choose-action[choosen="true"] {
    background: url(/local/templates/books_green/./images/choose-icon-active.jpg) top 0px left no-repeat;
}

.bx-registration-table tbody tr td input {
    width: 98%!important;
}
.bx-registration-table tbody tr td #USR_LOCATION {
    width: 100%!important;
}
.tr-delimetr {
    width: 55%;
    margin-left: 0;
    height: 1px;
    border-bottom: 1px solid #f2f2f2; 
}
.keybord{
    position: absolute;
    right: 155px;
    top: 7px;
    z-index: 4;
}

.character {
    font-weight: bold;
    color: #1160c6;
    margin: 5px;
    display: inline-block;
    font-size: 17px;
    border-bottom: 1px dashed #1160c6;
    cursor: pointer;
}

.itemsWrap .current-lang {
    margin-top: 15px;
}

#data {
    margin-top: 50px;
}

.active-char {
    color: #f99c62;
    border-color: #f99c62;
}

#kbDesk {
    height: 100%;
}

#clav {
    position: absolute;
    z-index: 5;
    top: 45px;
    left: 165px;
}

.search-item {
    display: block;
    width: 730px;
    border: 1px solid rgb(199, 198, 198);
}
.search-item td{
    position: relative;
}
.preview-book-small{
    width: 60px;
    height: 80px;
}

.preview-book {
    padding: 0 10px!important;
    border-right: 1px solid lightgrey;
}
.book-info span{
    display: block;
    height: 29px;
    overflow: hidden;  
}
.book-info-author a {
    color: #1160c6;
    font-size: 13px;
}

.book-info-name {
    height: 30px;
    width: 150px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 5px;
    text-decoration: underline;
}

.book-price {
    color: #1160c6;
    font-weight: bold;
    font-size: 20px;
    padding: 30px 40px 0 0!important;
}

.search-page form input[type='text'] {
    width: 600px;
    height: 40px;
    padding: 0 25px 0 10px;
    border: 2px solid #b5b5b5;
    border-right: 0;
    background: white;
}

.search-page form input[type='submit'] {
    position: absolute;
    right: 0;
    z-index: 5;
    float: right;
    width: 135px;
    height: 44px;
    border: 2px solid #b5b5b5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Arial;
    color: white;
    cursor: pointer;
    padding: 10px 10px 10px 20px;
    text-align: left;
    font-weight: bold;
}

.search-item  {
    height: 125px;
    width: 100%;
    margin: 5px;
}
.search-item div {
    float: left;
}
.preview-book {
    width: 59px;
    margin-top: 55px;
}
.search-item .preview-book {
    margin-top: 0;
}
.search-item .book-price {
    margin-top: 20px;
}

.book-info{
    height: 100%;
    padding-left: 5px;
    width: 195px;
}
.book-price {
    width: 200px;
    margin-top: 55px;
}

.search-page .more-info,
.search-page .buy{
    padding-top: 25px;
    width: 75px;
    margin-top: 15px;
    position: relative;
}
.search-page .buy {
    width: 110px;
}
.search-page .textSticker{
    margin-top: -40px;
}

.buyLink {
    width: 150px;
    height: 100%;
    position: relative;
    float: left;
}

.not-aviable {
    color: #f99453;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding-top: 10px;
}

.catalog-price {
    color: #3d7dd1;
    padding-left: 5px;
}

.item .author a {
    color: #3d7dd1;
}

.bx-auth-profile p input[type='reset'],
.bx-auth-profile p input[name='save'] {
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
}
.slick-slide .notify-button {
    margin-top: 15px;
}
.slick-slide .notify-button a {
    padding: 7px 5px;
}

.popup-window-button,
.popup-window-button:hover {
    background: #1160c6;
    border-radius: 5px;  
}

.popup-window-button-text {
    padding: 2px 15px;
    font-weight: bold;
    font-size: 17px;
    color: white;
}


.popup-window-button .popup-window-button-left,
.popup-window-button .popup-window-button-right,
.popup-window-button:hover .popup-window-button-left,
.popup-window-button:hover .popup-window-button-right {
    background: none;
    display: none;
}

#popup-buyer-title-auth a {
    color: #1160c6;
    font-weight: bold;
}

#popup_notify input {
    padding: 2px;
    border: 1px solid #d5d5d5;
    background: #f2f2f2;
    border-radius: 5px;
}

.search-item .book-info-name a {
    color: #333;
}
.textSticker {
    text-decoration: none;
}

.psevdoselect-pointer {
    width: 20px;
    height: 20px;
    position: absolute;
    background: url('/local/templates/books_green/./images/select-icon.jpg');
    z-index: 5;
    right: 6px;
    top: 8px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bx-auth td {
    vertical-align: middle!important;
}

.profile-table input {
    width: 98%!important;
}
.profile-table td {
    vertical-align: middle!important;
}

.currentOption {
    border: 1px solid rgb(152, 152, 152);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #d5d5d5;
    background: #f2f2f2;
    cursor : pointer;
    font-style: italic;
}

.psevdo-select {
    position: relative;
}

.psevdo-options{
    margin: 0px;
    padding: 5px;
    list-style-type: none;
    display: none;
    position: absolute;
    top: 20px;
    background: #f2f2f2;
    border: 1px solid #d5d5d5;
    border-top:none;
    width: 98%;
    height: 250px;
    overflow: auto;
    cursor: pointer;
}
#right .catalog-section.tableView .author {
    height: 13px;
    overflow: hidden;
}

#right .sliderAddit .buy a {
    display: block;
    float: left;
    margin: 5px;
    padding: 5px 15px 5px 30px;
    border: 2px solid #F99453;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    color: #F99453;
    font-weight: bold;
    background: url(/local/templates/books_green/images/order-icon.jpg) left 7px center no-repeat;
}


#right .sliderAddit .buy a:hover {
    background: url(/local/templates/books_green/images/order-icon-active.jpg) left 7px center no-repeat #F99453;
    color: white;
}


.item .info {
    height: 65px;
    padding: 5px;
    color: #333;
    font-family: Arial;
    word-break: break-word;
    font-size: 13px;
    line-height: 17px;
    overflow: hidden;
}    

.tableView .item .info {
    color: #333;
    position: absolute;
    top: 75px;
    font-size: 11px;
    font-family: Arial;
    padding: 0px;
    left: 85px;
}                                                      

.book-info .info span {
    height: auto;
    font-size: 11px;
    line-height: 16px;
}

.tableView .photo {
   margin-top: 20px;
}
.inCart span {
    cursor: pointer;
    font-size:  20px;
}
.status {
    height: 20px;
    padding: 5px;
    color: #3D7DD1;
    font-weight: bold;
    line-height: 20px;
}

.tradeInfo .status {
    float: left;
    font-size: 20px;
}  
#right .catalog-section.tableView .status {
    text-align: right;
    padding-right: 10px;
    height: auto;
}
.catalog-section.tableView .sticker-wrap {
    display: none;
}
.additional-info {
   height: 65px;
   overflow: hidden;
}

input[name='USER_LOGIN'] {
    width: 250px;
}
.my_account{
    padding-right: 15px;
    float: right;
}
.my_account a,
#cart a {
    color: #3d7dd1;
}
.sliderAddit .slide-wrap .sticker{position:absolute;}


.without_left .contentWrap {
    padding: 10px 0;
}
.without_left #right {
    width: 1000px;
    margin-bottom: 20px;
}
.without_left .contentWrap table.equipment {
    border: 1px solid rgb(208, 208, 208);
    width: 1000px;
}
.authorize {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    font-family: Arial;
    box-sizing: border-box;
    padding: 16px 0;
}
.authorize__title {
    margin-bottom: 24px;
    font-weight: 600;
}
.authorize__form {
    position: relative;
}
.autorize__errors {
    color: red;
}
.auth-form__password-wrap {
    position: relative;
}
.auth-form__password-eye {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    right: 8px;
}
.auth-form__password-eye {
    background: url('/assets/images/eye-closed.png') no-repeat;
}
.auth-form__password-eye.auth-form__password-eye--opened {
    background: url('/assets/images/eye-opened.png') no-repeat;
}
.authorize .auth-from__input {
    height: 30px;
    line-height: 28px;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 3px;
}
.authorize .auth-from__input:not(.auth-from__input--submit) {
    margin-bottom: 24px;
    border: 1px solid #c1c1c1;
    padding: 0 6px;
    display: block;
}
.authorize .auth-from__input:not(.auth-from__input--submit):hover,
.authorize .auth-from__input:not(.auth-from__input--submit):focus {
    border: 1px solid #616161;
}
.authorize .auth-from__input.auth-from__input--submit {
    outline: none;
    transition: background-color .3s, box-shadow .3s;
    font-size: 16px;
    line-height: 18px;
    padding: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.authorize .auth-from__input.auth-from__input--submit:hover {
    -webkit-box-shadow: 0px 0px 6px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 6px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 6px 2px rgba(34, 60, 80, 0.2);
}
.authorize .auth-from__input.auth-from__input--register {
    background-color: #ffffff;
    border: 1px solid #313131;
}
.authorize .auth-from__input.auth-from__input--sign-in {
    color: #ffffff;
    background-color: #313131;
    border: none;
}
.authorize .auth-from__input.auth-from__input--sign-in:hover {
    background-color: #616161;
}
.auth-form__submit-img {
    height: 16px;
    margin-right: 4px;
}
.auth-form__link {
    color: #000000;
}
.auth-form__link:hover {
    color: #616161;
}
.auth-form__description {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.auth-form__text-small {
    font-size: 12px;
    line-height: 15px;
}
.auth-form__text-bold {
    margin-top: 6px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .authorize__left {
        padding-bottom: 16px;
    }
    .authorize__right {
        border-top: 1px solid #313131;
        padding-top: 16px;
    }
    .authorize__left,
    .authorize__right {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .authorize__left,
    .authorize__right {
        width: 50%;
    }
    .authorize__left .authorize__title,
    .authorize__left .authorize__form {
        padding-right: 16px;
    }
    .authorize__right .authorize__title {
        padding-left: 16px;
    }
    .authorize__right .authorize__form {
        padding-left: 16px;
        border-left: 1px solid #c1c1c1;
    }
}
@media (min-width: 1024px) {
    .authorize__left,
    .authorize__right {
        width: 400px;
    }
    .authorize .auth-from__input {
        height: 40px;
        line-height: 38px;
    }
    .authorize .auth-from__input.auth-from__input--submit {
        padding: 10px;
    }
}
.btn {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 6px;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}
.btn.btn--blue {
    color: #ffffff;
    background-color: #1160c6;
    transition: .3s all;
}
.btn.btn--blue:hover {
    background-color: #0f57b5;
}


/* End */
/* /local/templates/books_green/components/bitrix/menu/template1/style.css?1660566338583 */
/* /local/templates/books_green/styles.css?16945892759286 */
/* /local/templates/books_green/template_styles.css?169458927543376 */
