@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100&subset=latin,cyrillic);
html, body {font-family: Roboto,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {color: #484c4c; font-weight: 300; font-size: 15px;}
h1, .h1, .first-page h2, h4 {
    font-size: 1.75em;
	font-weight: 300;
}
h3 { font-size: 1.5em; font-weight: 300; }
h4 > a {font-size: 0.7em;}
a {
  color: #00716a;
}
a:hover {
  color: #0a615c;
	text-decoration: none;
}
tr > th { font-weight: 500; }
.margin-top-30 {margin-top: 30px;} 
.breadcrumb-bg {background-color: #f6f6f6;}
.breadcrumb {border-radius: 0px; background-color: #f6f6f6; margin-bottom: 0px;}
.btn {border-radius: 20px;}
.btn-lg {padding: 8px 16px;}
.btn-primary, .btn-primary:hover { background-color: #00615b !important; background-image: none !important; border: 0 none; border-radius: 40px; }
.text-primary { color: #00615b;}
header > .top { background-color: #F6F6F6;}
header > .top {font-size:.8em; padding: 10px 0}
header > .top div.row > div {text-align: center;}
header > .top div.row > div strong:first-child {font-size:1.1em;}
.navbar-collapse.collapse { float: right;  padding-right: 0px;}
.navbar-toggle { border: 1px solid #00615b;}
.navbar-toggle .icon-bar { background-color: #00615b; }
.cart-btn, .user-btn, .user { margin-top:10px;}
.cart-btn > a.cart {
    border: 1px solid #d8d8d8;
    color: #0a615c;
    font-weight: 400;
    padding: 5px 20px 5px 20px;
    position: relative;
    transition: background-color 0.1s ease 0s, border-color 0.1s ease 0s, color 0.1s ease 0s;
	font-size: 16px;
}
.cart-btn:hover > a.cart, a.user:hover {
    background-color: #00615b;
    background-position: 16px 7px;
    background-repeat: no-repeat;
    border-color: #00615b;
    color: #fff;
}
.cart-btn a.cart span.count {
    background-color: #FF0000;
    color: #fff;
    font-size: 11px;
	border-radius: 13px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    top: -15px;
    right: -7px;
    position: absolute;
}
.user-btn {position: relative;}
a.user { border: 1px solid #00615b; border-radius: 18px; background-color: #00615b; color: #fff; font-weight: 400; padding: 5px 20px 5px 20px;
    font-size: 16px; margin:10px 20px; float: left;}
a.user.dropdown-toggle { margin-top: 0px; margin-bottom: 0px;}
.user-btn.open > a.user { border-radius: 18px 18px 0 0}
.user-btn.open .dropdown-menu { background-color: #00615b; top:32px; border: 1px solid #00615b; left: 20px; border-radius: 0px 4px 4px 4px; z-index:10; min-width:130px; z-index: 101}
.user-btn.open .dropdown-menu li a { color: #fff; }
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { color: #fff; background: #00615b !important; text-decoration: underline; }
a.logo img { margin-top:18px;}
.footer {
    background: #fff none repeat scroll 0 0;
	border-top: 1px solid #d8d8d8;
	color: #2b2b2b;
    padding: 30px 0 16px;
    width: 100%;
	color: #484c4c;
}
.checkbox::after, .group::after, .radio::after {clear: both; content: ""; visibility: hidden;}
.group::after { display: block; height: 0;}
.footer.group {border: 1px solid #d8d8d8; color: #484c4c;}
.navbar {margin-bottom: 0px;}
ul.navbar-nav {
    float: right;
    padding: 15px 0 10px 0px;
    
}
.navbar-nav > li {
    border-radius: 4px;
    font-size: 1.14em;
    margin-bottom: 7px;
    margin-left: 2px;
    position: relative;	
	margin-left: 20px;	
}
.navbar-nav li a, .navbar-nav li a:hover {	
	text-shadow: none;
    border: 0 none;
    font-size: 1.1em;
    font-weight: 400;
    padding: 3px 10px 5px;
    text-transform: none;
}
.navbar-nav li a { color: #484c4c; display: block;}
.navbar-nav li a:hover {border-radius: 4px;background: #c1c9c9 none repeat scroll 0 0;}
.navbar-nav li.active, .navbar-nav li:hover, .navbar-nav li:focus, .navbar-nav li:link, .nav > li > a:focus {border-radius: 4px; background: #c1c9c9 none repeat scroll 0 0;}
.navbar-nav li.active a, .navbar-nav li:hover a { color:#ffffff;}
.cart-btn:hover .cart-dropdown { display: block;}
.cart-dropdown {
	border-radius: 20px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    display: none;
    position: absolute;
    right: -1px;
    top: 44px;
    width: 470px;
	z-index:1000;
}
.cart-dropdown .body {
    padding: 24px 16px;
}
.cart-dropdown .body h3 {
    color: #b2b2b2;
    margin-bottom: 0;
    text-align: center;
}
.cart-dropdown .body a { transition: color 0.3s ease 0s;}
.cart-dropdown span {
    background-color: #fff;
    height: 18px;
    position: absolute;
    right: 0;
    top: -15px;
    width: 110px;
}
.cart-dropdown table { border-collapse: collapse; width: 100%;}
.cart-dropdown table th {
    color: #b2b2b2;
    font-size: 1em;
    font-weight: 400;
    padding-bottom: 24px;
}
.cart-dropdown table th:first-child { padding-left: 0px; width: 58%;}
.cart-dropdown table th:last-child {text-align: right !important; }
.cart-dropdown table td { padding-bottom: 12px; text-align: left !important;}
.cart-dropdown table td a { color: #2f343b; transition: opacity 0.2s ease 0s;}
.cart-dropdown table td a:hover { color: #2f343b; opacity: 0.7;}
.cart-dropdown table td:first-child {padding-right: 15px;}
.cart-dropdown table td.price { font-size: 1.125em; font-weight: 700; text-align: right !important;}
.cart-dropdown table td .delete { background: rgba(0, 0, 0, 0) url("../img/forms/delete.png") no-repeat scroll 0 0;
    cursor: pointer; display: inline-block; height: 10px; margin-right: 10px; opacity: 1; transition: all 0.3s ease 0s; width: 10px;}
.cart-dropdown table td .delete:hover { opacity: 0.7;}
.cart-dropdown .footer { background: #ffffff; bottom: -5px; margin-left: -1px; padding: 16px; position: relative; width: 470px; border-radius:  0 0 20px 20px;}
.cart-dropdown .footer .buttons { float: left;}
.cart-dropdown .footer .buttons a:first-child { margin-right:20px; }
.cart-dropdown .footer .total { float: right; font-size: 1.5em; font-weight: 700; padding-top: 6px;}
@media only screen and (max-width: 1199px) {
	.menu ul > li { margin-left: 10px;}
	
}
@media only screen and (min-width: 992px) {
	.navbar-toggle { display: none;}	
}
@media only screen and (max-width: 767px) {
	.navbar-toggle { display: block;}
	.navbar-collapse {z-index:100; position: absolute; background-color: #ffffff; margin: 0 -15px; left:0; right:0; }
	.navbar-collapse.collapse { float: none !important; padding:0 15px; }
	.navbar-collapse.in {overflow-y: visible; display: block;border-bottom: 1px solid #00615B; }
	.navbar-nav li {display: block;}
	ul.navbar-nav { float: none; }
	.cart-btn:hover .cart-dropdown { display: none !important;}
	a.user.dropdown-toggle { margin-top: 10px;}
}
.catalog .archive {margin-top:30px;}
.catalog .item-box{  position: relative; height: 475px;}
.catalog .item { border: 1px solid #eaeaea; position: relative; margin-bottom:15px; margin-top:15px;  right:0; left:0; top:0; bottom:0; display:block; overflow: hidden; 
background: #fff; transition: 0.2s ease 0s;  }
.catalog .item:hover {transition: 0.2s ease 0s;  z-index:1; box-shadow: 0 0 9px 0 rgb(210, 210, 210); }
.catalog .item.reader:hover { padding-bottom: 135px;}
.catalog .item-box .item.novelty {background-color: #f8f8f8; }
.catalog .item-box .item.promotion {background-color: #fffbfb; border: 1px solid #fcc; }
.catalog .item > div { width:100%; text-align: center;}
.catalog .item a.link { height: 100%; left: 0; position: absolute; top: 0; width: 100%;}
.catalog .item h3 { font-size: 1.1em; font-weight: 300; height: 50px; padding: 0 20px; color: #00716a; text-align: center; margin-top: 30px;}
.catalog .item .image {height: 270px; padding-top: 0px; position: relative; width:100%;}
.catalog .item .image img {max-width: 90%; max-height: 100%; margin: auto;}
.catalog .item .price-box  { margin-bottom: 10px;}
.catalog .item .price-box .price-label, .product .price-label { color: #393737; font-size: 20px; font-weight: 400; display:inline-block;}
.catalog .item .price-box .old-price, .product .old-price  { color: #393737; font-size: 16px; font-weight: 300; text-decoration: line-through; }
.catalog .item .price-box .text-lowest-price  { color: #393737; font-size: 12px; font-weight: 300;}
.catalog .item .add-cart-btn i {font-size:20px; }
.catalog .badge {background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border-radius: 0;bottom: auto; font-size: 13px; font-weight: normal; 
left: auto; padding: 4px 0 6px; position: absolute; right: auto; text-align: center; top: 5px;}
.catalog .badge.novelty {color: #ff6f6f; padding-left: 14px; padding-right: 14px; right: 0; width: auto;}
.catalog .badge.promo {color: #ff6f6f; padding-left: 14px; padding-right: 14px; right: 0; width: auto;}

.catalog .item .cart-box { position: relative; padding: 27px 0;}
.catalog .item .add-cart-btn { font-size: 16px; font-weight: 300; position: absolute; text-align: center; white-space: nowrap; display: block; white-space: nowrap; width: 40px;
 height: 40px; font-weight: 300; overflow: hidden; right: 15px; top:0px;  transition: width 0.25s ease 0s; z-index: 1; }
.catalog .item .add-cart-btn span { color: #fff; display: none; margin-right: 16px;}
.catalog .item .add-cart-btn i { font-size: 1.1em; vertical-align: middle; margin-top: -3px;}
.catalog .item .share-btn i, .catalog .item .wishlist-btn i { font-size: 1.2em;}
.catalog .item:hover .add-cart-btn { width: 130px; z-index: 2;}
.catalog .item:hover .add-cart-btn span { display: inline-block;}
.catalog .item .cart-box .avail { position: absolute; left:15px; top:10px; }
.catalog .item .details { position: absolute; display: block; margin: 10px 0 0; padding: 0 15px; }
.catalog .item .details .short-desc { border-top: 1px solid #eaeaea; display: inline-block; width: 100%;}
.catalog .item .details .short-desc p {
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    text-align: right;
	margin:0px;
}
.catalog .item .details .short-desc.etui p { text-align: left; }
.catalog .item .details .short-desc p:last-child {border-bottom: 0px solid #eaeaea;  }
.catalog .item .details .short-desc p span { color: #999; float: left;}

.product {  margin-top:20px; }
.product h1 { font-size: 35px; margin-bottom: 11px;}
.product .price { margin: 0 5px 10px 0;}
.product .spec { margin:10px 0 30px 0; font-size: 1.1em;}
.product .spec span { font-weight: 700}
.product .spec > p > span { min-width: 130px; display: inline-block; }
.product .variants div.var { float:left; margin-right:20px; margin-bottom: 20px;}
.product .variants div span { height: 80px; line-height: 80px;}
.product .variants div a { border: 1px solid #fff; padding: 2px; display: block; transition: 0.2s ease 0s;}
.product .variants div a:hover, .product .variants div.active a { border: 1px solid #b2b2b2; transition: 0.2s ease 0s; border-radius: 2px; z-index:1; box-shadow: 0 0 4px 0 rgb(210, 210, 210); }
.product .variants div .popover-content { font-size: 1em !important; margin: 10px}
.product .variants div img { height: 80px; width: 100%; vertical-align:middle;}
.product .price-label { font-size: 2em; margin: 15px 0; }
.product .text-lowest-price  { color: #393737; font-size: .85em; font-weight: 300; padding-bottom:10px;}
.product .price-label.old-price { font-size: 1.3em; margin-left:10px; }
.product .group { margin-bottom:20px;}
.product .shipping-info > p { font-size:1.2em; font-weight: 400}
.product .shipping-info { font-size:1em;}

#description, #tinymce p {
	margin-top: 30px;
    font-weight: 300;
    line-height: 1.5;
	text-align: justify;
}
#description img[style*="float: left"], #tinymce img[data-mce-style*="float: left"] { padding-right: 20px;}
#description img[style*="float: right"], #tinymce img[data-mce-style*="float: right"] { padding-left: 20px;}
.tab-content img { max-width: 100%;}
.btn-cart { font-size:1.2em; font-weight: 400; height:38px; padding: 6px 20px; background-color: #00615b !important; }
.btn-cart:hover {background-color: #006f68; }
.tabs { padding: 30px 0; font-size: 1.15em}
.tabs .nav-tabs { text-align: center; width: 100%;}
.tabs .nav-tabs li { float: none; display: inline-block; font-size: 1.1em;}
.tabs .tab-content { text-align: justify; line-height: 1.4em}
.specification { padding-top: 30px; }
.specification .item {
 	border-bottom: 1px solid #eceaea;
	padding: 15px 0;
	font-size: 1.1em;
}
.specification .item span { font-weight: 500;}
.specification .item p {  margin:0px;}
.specification .item i {  color: #2ba8db;}

.shopping-cart h1 { margin-bottom: 30px;}
.shopping-cart table, table.summary  { width:100%; font-size: 1.2em;}
.shopping-cart table tr.item {border-bottom: 1px solid #F6F6F6;}
.shopping-cart table tr.item.no-border {border-bottom: 0px solid #F6F6F6;}
.shopping-cart table tr.item > td, .shopping-cart table tr > th { padding: 10px 5px;}
.shopping-cart table tr.item > td > input { max-width: 60px;}
.shopping-cart table tr.item > td.price, table.summary td.price { font-weight: 400}
table.summary td.price { text-align: right;}
table.summary.left td.price { text-align: left;}
.shopping-cart .cart-buttons {  margin-top: 20px}
.shopping-cart .sidebar {  margin-top: 50px}
.shopping-cart .sidebar b { font-weight: 400;}
.shopping-cart .coupon {padding-top:20px;}
.shopping-cart .codeResult > p {display: none;}
#checkout-form input.error, .login-form input.error, .register-form input.error, #ebooks-form input.error { border-color: #ff453c; }
#checkout-form p.error, .login-form p.error, .register-form p.error,  #ebooks-form p.error { color: #ff453c; font-size:13px;}
#checkout-form .form-group > label { font-weight: 500;}
table.summary { font-size:16px;}
.summary-box-bg { margin-top:20px; padding-bottom: 30px;}
.summary-box { background-color: #F6F6F6; margin-top:20px; padding-bottom: 30px; margin-left: -15px; padding: 15px;}
.summary-box.affix {margin-right: 40px; top: 60px;}
.summary-box .summary {margin-top:30px; }
.summary-box .btn-block {margin-top:20px; }
.summary-box .radio {font-size: 14px; }

footer.footer {border-top: 0px solid; margin-top: 40px; background-color: #eeebeb; padding-top: 0px; font-size: 15px;}
footer a:hover {text-decoration: underline;}
footer img { max-width:100%; height: auto; }
footer .freadom { background-color:#00615b; padding: 10px 0; margin-bottom: 30px; }
.regionBox .select-domain {
    position: relative;
	width: 225px;
}
.regionBox #active-domain a {
    background: #266f6b none repeat scroll 0 0;
    border-radius: 7px;
    padding: 7px 15px;
    position: relative;
    width: 195px;
    z-index: 112;
}
.regionBox div a:hover {text-decoration: none;}
.regionBox #active-domain a i {    
    float: right; font-size:18px;
}
.regionBox .select-domain .item-list {
    bottom: 25px;
    display: none;
    position: absolute;
    z-index: 111;
}
.regionBox .select-domain .item-list a:hover {
    background: #266f6b none repeat scroll 0 0;
}
.regionBox .select-domain ul {
    background: #00615b none repeat scroll 0 0;
    border-radius: 7px 7px 0 0;
    padding: 15px;
    width: 195px;
	margin-bottom: 0;
}
.regionBox .select-domain ul li { list-style: outside none none;}
.regionBox .select-domain a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 17px;
    padding: 3px 0 3px 6px;
    width: 169px;
}
.regionBox .select-domain a:hover {
    color: #fff;
}

.form-group > label {padding-top:8px; margin-bottom: 0px; text-align:right; font-weight:400}
.blog .post {margin-top:30px;}
.blog img {max-width:100%; height: auto; }
.blog .post.list {border-bottom: 1px solid #eaeaea; padding-bottom: 30px;}
.blog .post.list .btn {margin-left:20px;}
.blog .post.list p {margin:20px 0 30px 0;}
.blog .post .meta {margin-top: 20px;}
.blog .latest-posts .post .meta {margin-top: 10px;border-bottom: 1px solid #eaeaea; padding-bottom:10px; }
.pages > * { font-size:1.2em; }

#cookies { position: fixed; bottom: 5px; right: 20px; margin: auto; max-width: 520px; min-width: 400px; 
border: 1px solid #eaeaea; background-color: rgba(255, 255, 255, .9); padding: 10px; font-size:12px; z-index:1000}
#cookies #close-cookies { font-size:30px; padding: 5px 10px; }

.pagination > li > a, .pagination > li > span {
  border: 1px solid #eaeaea;
  color: #00615b;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #00615b;
  border-color: #00615b;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #00615b;
    border-color: #00615b;
    color: #fff;
    cursor: default;
    z-index: 3;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #00615b;
    z-index: 2;
}
.pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 20px; border-top-right-radius: 20px;}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    margin-left: 0;
}
.badge {
    background-color: #ececec;
    border-radius: 5px;
    color: #ff6f6f;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    min-width: 10px;
    padding: 10px 18px;
}
.page-404 { text-align: center;}
.page-404 span { font-size: 6em}
.page-404 p { font-size: 1.5em}

.discount-info p {margin-bottom: 7px; text-align:center;}
.discount-info .code { background:#f1eff1; padding: 5px 30px; font-size: 1.2em; border: 1px dotted #cecece; color:#ff0000; display: inline-block; margin: 15px auto}
.discount-info p > span {  font-size: 1.1em; font-weight: bold; }
.discount-info p.info {  font-size: 0.8em; margin:0px; }
@media (min-width: 1200px) {
	#modalEtui .modal-dialog {width:1200px;}
}
@media (max-width: 1199px) {
#modalEtui .modal-dialog {width: 100% !important;}
}
.discount-info { padding:10px 0; border: 1px dotted; }
.discount-info p.title { font-size:1.1em; font-weight:700; }

.act_eaa { position: absolute; right:10px; top:10px; }
.act_eaa .nav-item { display: inline-block; float:inherit;}
.act_eaa .nav-link {  padding: 0 .25rem; cursor:pointer;}
.act_eaa .nav-link.active {font-weight:bold;}
.act_eaa .nav-link.font1_0 {  font-size: 14px; }
.act_eaa .nav-link.font1_2 {  font-size: 18px; }
.act_eaa .nav-link.font1_4 {  font-size: 22px; }

body.font1_2 {font-size: 19px !important;}
body.font1_2 .feather[width="24"] {width: 19px; height: 19px;}
body.font1_4 {font-size: 23px !important;}
body.font1_4 .feather[width="24"] {width: 22px; height: 22px;}

.form-control {font-size: 1em; height:auto;}
.btn { font-size: 1em; }