html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
ins,
kbd,
s,
samp,
small,
strike,
tt,
var,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
    position: relative;
    min-height: 100%;
}

@font-face {
    font-family: 'Lato';
    src: url('/inc/fonts/LatoRegular.eot');
    src: url('/inc/fonts/LatoRegular.eot?#iefix') format('embedded-opentype'), url('/inc/fonts/LatoRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/inc/fonts/Lato-Regular.woff') format('woff'), url('/inc/fonts/Lato-Regular.ttf') format('truetype'), url('/inc/fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*@font-face {    font-family: 'Lato';    src: url('/inc/fonts/LatoRegular.ttf');}   */

body {
    min-width: 100%;
    margin: 0 0 301px;
    padding-bottom: 20px;
    background: url('/images/bg_left.jpg') no-repeat 0 0, url('/images/bg_right.jpg') no-repeat 100% 0;
    font-family: 'Lato';
}

body:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #1abc9c;
}

a:hover {
    text-decoration: none;
}

header ul,
.catalog_list,
footer ul,
.books_list ul,
.catalog_free,
.book_chapters ul,
.subcatalog_free ul,
#product_block .product_info .product_tech {
    margin: 0;
    padding: 0;
    list-style: none;
}

#wrapper {
    min-width: 990px;
    margin: auto;
    overflow: hidden;
}

header {
    position: relative;
    height: 165px;
    width: 990px;
    display: block;
    margin: auto;
    margin-bottom: 17px;
}

#logo {
    position: absolute;
    top: 21px;
    left: 1px;
    display: block;
    background: url('/images/logo.png') no-repeat;
    width: 311px;
    height: 34px;
    text-align: right;
    font-size: 24px;
    text-decoration: none;
    padding-top: 10px;
    line-height: .7;
    color: #000;
}

#logo span {
    padding-right: 10px;
    font-size: 12px;
    color: #a3b1b1;
}

header .city {
    position: absolute;
    top: 82px;
    left: 348px;
    font-size: 14px;
    padding-left: 40px;
    height: 30px;
    line-height: 25px;
    background: url(/images/map.png) no-repeat 0 50%;
}

header .city .my_region {
    cursor: pointer;
    font-weight: bold;
}

header .city select {
    display: none;
    width: 150px;
    height: 27px;
    border: 1px solid #dadada;
    border-radius: 5px;
    margin-top: -5px;
}

.materials {
    position: absolute;
    left: 46px;
    top: 84px;
}

.materials li {
    position: relative;
    font-size: 12px;
    margin-bottom: 5px;
}

.materials a {
    color: #444;
}

.materials li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: -13px;
    top: 2px;
    background: #d7dcde;
    border-radius: 6px;
}

#bucket {
    width: 300px;
    position: absolute;
    left: 350px;
    top: 25px;
    padding-left: 39px;
    background: url('/images/bucket.png') no-repeat 0 50%;
    font-size: 14px;
    color: #1abc9c;
    line-height: 1.3;
}

#bucket a {
    color: #34495e;
}

#bucket .bucket_separator {
    color: #85919e;
}


/*#bucket *:last-child {    float: right;    margin-right: 3px;}*/


/*#bucket:after {    content: '';    display: block;    width: 2px;    height: 14px;    position: absolute;    bottom: 0;    left: 116px;    background: #85919e;}*/

.phones {
    width: 216px;
    position: absolute;
    top: 25px;
    right: 0;
    text-align: right;
    font-size: 14px;
    line-height: 1.4;
}

.p_small {
font-size: 12px;
}
.phones span {
    float: left
}

.google_search {
    width: 398px;
    height: 35px;
    position: absolute;
    top: 76px;
    right: 0;
    border-radius: 6px;
    background: #fff;
}

.google_search .cse .gsc-control-cse,
.google_search .gsc-control-cse {
    padding: 0;
}

.google_search .gsc-input-box {
    border-radius: 6px;
}


/*  .searchbar {    width: 398px;    height: 35px;    position: absolute;    top: 76px;    right: 0;    border: 2px solid #ADADAD;    border-radius: 6px;    background: #fff;}   .searchbar input {    height: 35px;    outline: none;    position: absolute;    top: 0;    border: 0;}.searchbar input[type="text"] {    width: 85%;    padding-left: 13px;    background: url('/images/google_icon.png') no-repeat 13px 50%;}.searchbar input[type="text"]:focus {background: none;}.searchbar input[type="submit"] {    right: 0;    width: 35px;    background: url('/images/search.png') no-repeat 50%;    cursor: pointer;}*/

.catalog_menu {
    width: 150px;
    position: absolute;
    left: 0;
    top: 126px;
    overflow: hidden;
    border-radius: 5px;
    z-index: 101;
}

.catalog_menu .catalog_button {
    width: 150px;
    height: 37px;
    color: #fff;
    border-bottom: 2px solid #16a085;
    text-indent: 10%;
    font-size: 14px;
    line-height: 38px;
    background: #1abc9c;
    cursor: pointer;
    position: relative;
}

.catalog_menu .catalog_button .catalog_link {
    display: block;
    height: 37px;
    width: 70%;
    line-height: 39px;
    color: #fff;
    text-decoration: none;
    text-indent: 14%;
    float: left;
}

.catalog_menu .catalog_button .catalog_drop {
    display: block;
    height: 100%;
    width: 30%;
    float: right;
    position: relative;
}

.catalog_menu .catalog_button .catalog_drop:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    top: 16px;
    right: 35%;
}

.catalog_menu .catalog_button:before {
    content: '';
    display: block;
    width: 2px;
    height: 39px;
    position: absolute;
    top: 0;
    right: 28%;
    background: #169f84;
}

.catalog_menu ul {
    background: #fff;
    position: relative;
    z-index: 100;
    display: none;
    border: 1px solid #169f84;
}

.catalog_menu ul a {
    display: block;
    background: #fff;
    padding: 10px 0 10px 13px;
    color: #625548;
    text-decoration: none;
    font-size: 10pt;
    line-height: 1.3em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.catalog_menu ul a:hover {
    background: #1abc9c;
    color: #fff;
}

.catalog_menu ul li:last-child {
    border-bottom: none;
}

.catalog_menu ul li {
    border-bottom: 1px solid #169f84;
}

.catalog_menu ul ul a:hover {
    color: #006ac0;
}

nav {
    width: 822px;
    height: 37px;
    position: absolute;
    right: 0;
    top: 126px;
    background: #34495e;
    border-radius: 5px;
    border-bottom: 2px solid #2c3e50;
}

nav > ul {
    text-align: center;
    padding: 4px 0 0 8px;
    display: block;
}

nav > ul > li {
    display: inline-block;
    height: 32px;
    font-size: 10pt;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    line-height: 32px;
    border-radius: 5px;
    position: relative;
    margin: 0 6px;
}

nav > ul > li > a,
nav > ul > li > span {
    display: block;
    padding: 0 12px;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

nav > ul > li > span {
    background: #1abc9c;
    border-radius: 5px;
    cursor: default;
}

nav > ul > li:hover,
nav ul ul a:hover {
    background: #1abc9c;
}

nav ul ul {
    positioN: absolute;
    top: 34px;
    left: 50%;
    margin-left: -117px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    width: 228px;
    background: #34495e;
    border-radius: 5px;
    -webkit-transition: opacity .3s, top .3s;
    -moz-transition: opacity .3s, top .3s;
    -ms-transition: opacity .3s, top .3s;
    -o-transition: opacity .3s, top .3s;
    transition: opacity .3s, top .3s;
    padding: 3px;
}

nav ul ul:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -18px;
    border: 10px solid transparent;
    border-bottom: 9px solid #34495e;
}

nav ul ul:after {
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    top: -14px;
}

nav > ul > li:last-child ul {
    margin-left: 0;
    left: auto;
    right: -16px;
}

nav > ul > li:last-child ul:before {
    margin: 0;
    left: 160px;
}

nav li:hover ul {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    top: 44px;
}

nav ul ul a {
    display: block;
    padding-left: 9px;
    height: 32px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 32px;
    border-radius: 5px;
    -webkit-transition: background .3s;
    transition: background .3s;
    text-align: left;
}

#pull {
    display: none;
}

#catalog_scroll {
    position: relative;
    width: 990px;
    margin: auto;
}

#catalog_scroll h2 {
    height: 47px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
}

#catalog_scroll .viewport {
    width: 990px;
    height: 410px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
}

#catalog_scroll .overview li,
.books_list ul:first-child li {
    float: left;
    display: block;
    width: 234px;
    height: 409px;
    margin-right: 18px;
}

a.buttons,
a.prev,
a.next {
    width: 84px;
    height: 84px;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    border-radius: 90px;
    background-color: #477491;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

a.buttons:hover {
    background-color: #34495e;
}

a.prev {
    left: -114px;
}

a.next {
    right: -114px;
}

a.buttons:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    position: absolute;
    top: 33px;
}

a.prev:before {
    border-right: 14px solid #fff;
    left: 22px;
}

a.next:before {
    border-left: 14px solid #fff;
    right: 22px;
}

.book_block {
    position: relative;
    height: 390px;
    width: 234px;
    border-radius: 5px;
    background-color: #ecf0f1;
    position: relative;
    top: 8px;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}

.book_block:hover {
    height: 406px;
    top: 0;
    padding-top: 3px;
    background-color: #d7dbdd;
}

.book_block img {
    margin-top: 14px;
    width: 128px;
    height: 195px;
}

.book_block .book_title {
    width: 210px;
    height: 57px;
    margin: auto;
    color: #34495e;
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
}

.book_block:hover .book_title {
    padding-top: 3px;
}

.book_block .author,
.book_block .price {
    padding-left: 28px;
    line-height: 1.3em;
    color: #34495e;
    font-size: 16px;
    text-align: left;
}

.to_bucket {
    display: block;
    width: 203px;
    height: 41px;
    color: #fff;
    border-bottom: 2px solid #16a085;
    font-size: 18px;
    line-height: 43px;
    background-color: #1abc9c;
    position: relative;
    text-align: left;
    text-indent: 70px;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.book_block .to_bucket {
    position: absolute;
    left: 17px;
    bottom: 14px;
}

.to_bucket:hover {
    background-color: #f39c12;
    border-color: #cf850f;
}

.bucket_icon {
    position: absolute;
    width: 43px;
    height: 23px;
    top: 10px;
    right: 0;
    overflow: hidden;
}

.bucket_icon div {
    width: 80px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('/images/to_bucket.png') no-repeat 0 0, url('/images/to_bucket_hover.png') no-repeat 100% 0;
    -webkit-transition: left .3s;
    transition: left .3s;
}

.to_bucket:hover .bucket_icon div {
    left: -54px;
}

.middle {
    width: 990px;
    margin: auto;
    min-height: 120px;
}

.middle:after {
    content: '';
    display: table;
    clear: both;
}

.view_list {
    float: right;
    display: block;
    width: 184px;
    height: 15px;
    text-indent: 27px;
    line-height: 15px;
    text-decoration: none;
    color: #34495e;
    font-size: 14px;
    background: url('/images/list.png') no-repeat 0 50%;
    margin-top: 12px;
}

h2 {
    font-size: 24px;
    padding: 10px 0 17px;
}

.catalog_list {
    border-bottom: 2px solid #ecf0f1;
    border-top: 2px solid #ecf0f1;
    padding: 19px 0 0;
    overflow: hidden;
    margin-bottom: 6px;
}

.catalog_list li {
    width: 234px;
    height: 43px;
    margin-bottom: 25px;
    margin-right: 18px;
    display: table;
    float: left;
}

.catalog_list li:nth-child(4n + 4) {
    margin-right: 0;
}

.catalog_list li a {
    display: table-cell;
    vertical-align: middle;
    padding-left: 76px;
    width: 158px;
    height: 43px;
    background-color: #1abc9c;
    border-bottom: 2px solid #16a085;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.catalog_list li a span {
    font-size: 14px;
}

.catalog_list li a:hover {
    background-color: #16a085;
    border-color: #138871;
}

.catalog_list li .cat_image {
    width: 66px;
    height: 60px;
    position: absolute;
    top: -9px;
    left: 0;
    border-bottom: 2px solid #3c637b;
    border-radius: 4px;
    background-color: #477491;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.catalog_list li .cat_image img {
    position: absolute;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.catalog_list a:hover .cat_image img {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.catalog_list li a:hover .cat_image {
    background-color: #f39c12;
    border-color: #cf850f;
}

#content {
    /*font-size:14px;*/
    font-size: 12pt;
    color: #000;
    line-height: 1.3em;
}

#content a {
    color: #477491;
}

h1 {
    font-size: 24px;
    color: #000;
    padding: 25px 0;
}

.tooltip {
	display: inline-block;
	font-size: 14px;
	color: #fff !important;
	background: #000;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	text-align: center;
	line-height: 22px;
	margin-left: 3px;
	position: relative;
	text-decoration: none;
}

.tooltip span {display: none;}

.tooltip:hover span {
display: inline-block;
padding: 8px 12px;
color: #fff;
font-size: 14px;
position: absolute;
left: 50%;
transform: translate(-50%,-20px);
bottom: 100%;
white-space: nowrap;
z-index: 20;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0px 0px 2px #c0c1c2;
-webkit-box-shadow: 0px 0px 2px #c0c1c2;
box-shadow: 0px 0px 2px #c0c1c2;
background: rgba(0,0,0,.7);
}


.tooltip:hover span:after {
	content:"";
	width: 0;
	height: 0;
	position: absolute;
	margin: auto;
	left:0;
	right: 0;
	bottom: -15px;
	border: 15px solid transparent;
	border-top: 15px solid  rgba(0,0,0,.7);
	border-bottom: none;
}


/* Footer-----------------------------------------------------------------------------*/

footer {
    height: 301px;
    width: 100%;
    background: url('/images/footer_left.png') no-repeat 0 0, url('/images/footer_right.png') no-repeat 100% 0 #ecf0f1;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
}

#footer_inner {
    width: 990px;
    margin: auto;
    position: relative;
    height: 100%;
}

.footer_menu {
    position: absolute;
    /*left: 10px;*/
    left: 0px;
    top: 10px;
}

.footer_menu li {
    /*margin-right: 3px;*/
    margin: 0px 3px;
    float: left;
}

.footer_menu li * {
    display: block;
    height: 30px;
    padding: 0 6px;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    border-radius: 2px;
}

.footer_menu a:hover {
    background: #5d6d7e;
    color: #fff;
}

.footer_bucket {
    position: absolute;
    top: 87px;
    right: 0;
    width: 234px;
    z-index: 2;
}

.footer_bucket a {
    float: right;
    font-size: 14px;
    color: #1abc9c;
}

.footer_bucket .user_bucket {
    display: block;
    width: 234px;
    height: 37px;
    position: relative;
    background-color: #f39c12;
    border-bottom: 2px solid #cf850f;
    float: none;
    color: #fff;
    text-indent: 53px;
    line-height: 39px;
    border-radius: 3px;
    margin-bottom: 4px;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

footer .user_bucket:hover {
    border-color: #16a085;
    background-color: #1abc9c;
}

.user_bucket .bucket_icon {
    left: 13px;
    top: 7px;
}

.user_bucket .bucket_icon div {
    background: url('/images/to_bucket_hover.png') no-repeat 0 0, url('/images/to_bucket.png') no-repeat 100% 0;
}

.user_bucket:hover .bucket_icon div {
    left: -54px;
}

footer .counter {
    position: absolute;
    left: 0;
    bottom: 15px;
}

footer .counter li {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 12px;
}

footer .developer {
    width: 123px;
    height: 45px;
    padding: 19px 0 0 35px;
    position: absolute;
    top: 238px;
    right: 0;
    font-size: 12px;
    background: url('/images/studio_logo.png') no-repeat;
}

footer .developer a {
    color: #000;
}

footer .phones {
    right: auto;
    left: 19px;
    top: 98px;
}

footer .phones a {
    position: relative;
    color: #1f83c3;
}

footer .phones a:after {
    content: '';
    display: block;
    width: 17px;
    height: 24px;
    position: absolute;
    right: -35px;
    top: -8px;
    background: url('/images/map_icon.png') no-repeat;
}

footer .share {
    position: absolute;
    left: 366px;
    top: 113px;
}

footer .share .addthis_toolbox {
    margin: 6px 0px;
}

footer .share span {
    font-size: 15px;
}

footer .share .pluso {
    margin: 10px 0 18px;
}

footer .share .copyright {
    font-size: 10pt;
    line-height: 1.2;
}

#go_top_outer {
    min-width: 990px;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    height: 0px;
}

#go_top_outer > div {
    width: 990px;
    height: 0;
    margin: auto;
    position: relative;
}

#go_top {
    position: absolute;
    width: 45px;
    height: 45px;
    background: #34495e;
    left: 1045px;
    bottom: 35px;
    border-radius: 3px;
    cursor: pointer;
}

#go_top:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom: 11px solid #fff;
    position: absolute;
    top: 10px;
    margin: auto;
    right: 0;
    left: 0;
}

.books_list {
    overflow: hidden;
    padding-bottom: 20px;
}

.books_list li {
    float: left;
}

.books_list ul:first-child {
    overflow: hidden;
}

.books_list ul:first-child li:nth-child(4n + 4) {
    margin-right: 0;
}

 .pagination {
    overflow: hidden;
    text-align: center;
    margin-top: 25px;
}

 .pagination li {
    display: inline-block;
    float: none;
    margin-left: -.36em;
    overflow: hidden;
}
 .pagination li  a {color: #FFF !important}
 .pagination li:first-child {
    margin-left: 0;
    border-radius: 5px 0 0 5px;
}

 .pagination li:last-child {
    border-radius: 0 5px 5px 0;
}

 .pagination li * {
    display: block;
    width: 45px;
    height: 39px;
    text-align: center;
    background: #f39c12;
    line-height: 39px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.pagination li span {
    background: #d35400;
	text-decoration: underline;
}

.pagination li span.dots {text-decoration: none;}

.content_line {
    border-top: 2px solid #ecf0f1;
    padding-top: 15px;
    margin-top: 20px;
}

.breadcrumbs {
    padding-left: 15px;
    font-size: 24px;
    line-height: 1.2em;
    margin: 5px 0;
}

.breadcrumbs a {
    color: #16a085;
}

.outer_links {
    padding: 9px 0;
    border-top: 2px solid #ecf0f1;
}

.catalog_free {
    overflow: hidden;
}

.catalog_free li {
    float: left;
    width: 50%;
    margin-bottom: 21px;
}

.catalog_free li > div {
    width: 486px;
    height: 251px;
    padding: 26px 5px 0 150px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    background: #ecf0f1;
}

.catalog_free li:nth-child(2n) > div {
    float: right;
}

.catalog_free img {
    position: absolute;
    left: 19px;
    top: 16px;
    width: 100px;
    height: 153px;
    border: 5px solid #95a5a6;
    border-radius: 5px;
}

.catalog_free .book_title {
    font-size: 18px;
    color: #34495e;
}

.catalog_free .book_desc {
    width: 300px;
    font-size: 14px;
    line-height: 1.3;
    padding-top: 12px;
    color: #34495e;
}

.catalog_free .book_desc a {
    color: #16a085;
}

.catalog_free .to_section {
    display: block;
    width: 203px;
    height: 41px;
    color: #fff;
    border-bottom: 2px solid #16a085;
    font-size: 16px;
    line-height: 43px;
    background-color: #1abc9c;
    position: absolute;
    right: 18px;
    bottom: 19px;
    text-align: left;
    text-indent: 25px;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.catalog_free .to_section:hover {
    background-color: #f39c12;
    border-color: #cf850f;
}

.catalog_free .to_section .bucket_icon {
    width: 36px;
}

.catalog_free .to_section .bucket_icon div {
    background: url('/images/arrow.png') no-repeat 10px 0, url('/images/arrow_hover.png') no-repeat 100% 0;
}

.catalog_free .to_section:hover .bucket_icon div {
    left: -54px;
}

.catalog_free + .outer_links {
    border: none;
}

.breadcrumbs_min {
    font-size: 14px;
    line-height: 1.2em;
    margin: 10px 0 15px;
}

.breadcrumbs_min a {
    color: #34495e;
}

.blue_h1 {
    color: #34495e;
}

aside {
    float: right;
    width: 302px;
    margin: 30px 0px 8px 15px;
}

aside.free_chapter {
    margin-top: 0px;
}

aside.free_chapter .outer_links {
    padding: 0;
}

aside .outer_links {
    width: 302px;
    border: none;
    background: #fff;
}

.book_chapters {
    margin: 30px 255px 0 0;
}

.book_chapters a {
    color: #34495e;
}

.book_chapters a:hover {
    color: #16a085;
}

.book_chapters span {
    font-weight: bold;
    color: #34495e;
}

.book_chapters > ul > li {
    font-size: 16px;
    margin-bottom: 6px;
}

.book_chapters ul ul {
    /*padding: 15px 0 15px 18px;*/
    padding: 6px 0 0px 18px;
    font-size: 14px;
}

.book_chapters li li {
    padding: 4px 0;
}

.subcatalog_free {
    margin: 0 305px 0 0;
}

.subcatalog_free li {
    width: 486px;
    height: 43px;
    margin-bottom: 27px;
    display: table;
}

.subcatalog_free li a {
    display: table-cell;
    vertical-align: middle;
    padding-left: 74px;
    width: 412px;
    height: 43px;
    background-color: #1abc9c;
    border-bottom: 2px solid #16a085;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    color: #fff !important;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.subcatalog_free li a:hover {
    background-color: #16a085;
    border-color: #138871;
}

.subcatalog_free li a > div {
    width: 66px;
    height: 66px;
    position: absolute;
    top: -11px;
    left: 0;
    border-radius: 3px;
    background-image: url('/images/book_icon.png');
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.subcatalog_free li a:hover > div {
    background-image: url('/images/book_icon_hover.png');
}

.breadcrumbs_min.breadcrumbs_product a {
    color: #35ac95;
}

#product_block {
    border-bottom: 2px solid #ecf0f1;
    padding-bottom: 23px;
    overflow: hidden;
}

#product_block .product_image {
    height: 399px;
    width: 318px;
    padding-top: 19px;
    float: left;
    text-align: center;
    background: #ecf0f1;
    border-radius: 5px;
    margin-right: 18px;
}

#product_block .product_image img {
    width: 250px;
    height: 380px;
}

#product_block .product_name {
    font-size: 24px;
    padding-top: 14px;
    height: 55px;
}

#product_block .price_block {
    float: right;
    width: 234px;
    height: 220px;
    background: #ecf0f1;
    border-radius: 5px;
}

#product_block .price_block .price {
    height: 67px;
    line-height: 67px;
    font-size: 18px;
    text-align: center;
}

#product_block .price_block .price span {
    color: #34495e;
    /*font-size: 30px;*/
    font-size: 24px;
}

#product_block .price_block .to_bucket {
    margin: auto;
}

#product_block .price_block ul {
    list-style: disc;
    color: #1abc9c;
}

#product_block .price_block li {
    font-size: 12px;
margin: 3px 0;
}

#product_block .price_block li a {
    font-size: 12px;
    /*color: #b0b0b0;*/
    color: #34495E;
}

#product_block .product_info .author {
    font-size: 18px;
    color: #16a085;
    margin-bottom: 23px;
}

#product_block .product_info .product_tech {
    font-size: 18px;
}

#product_block .product_info .product_tech li {
    margin: 5px 0;
    color: #34495e;
}

#product_block .product_info .product_content {
    clear: right;
    padding-top: 25px;
    font-size: 14px;
    line-height: 1.3em;
}

.middle + #catalog_scroll h2 {
    text-align: left;
    padding-left: 10px;
    padding-top: 20px;
}


.age-popup {
    background: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 103;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}
/*
.age-popup.active {
    display: table;
}

.age-popup h2 {
    line-height: 1.4;
    color: #34495e;
    font-size: 16px;
}

.age-popup .wrap {
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    width: 300px;
    margin: 10% auto;
}

.age-popup .btn-gray {
    display: inline-block;
    width: 100px;
    height: 30px;
    color: #fff;
    border-bottom: 2px solid #16a085;
    font-size: 18px;
    line-height: 30px;
    background-color: #1abc9c;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
}

.age-popup .btn-green {
    display: inline-block;
    width: 180px;
    margin-left: 5px;
    height: 30px;
    color: #fff;
    border-bottom: 2px solid #444;
    font-size: 18px;
    line-height: 30px;
    background-color: #676767;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
}
*/
.age-popup select {
    height: 50px;
    width: 180px;
    display: inline-block;
}

.age-popup .buttons select + a {line-height: 50px;}


.age-popup .inner {
	position: absolute;
	max-width: 990px;
	margin: auto;
	left:0;
	right: 0;
}

.age-popup .wrap {
    left: 0;
    margin-left: 0;
    top: 44px;
    height: 27px;
    line-height: 27px;
	position: absolute;
    display: inline-block;
	border-radius: 2px;
    left: 0;
    top: 68px;
    height: 50px;
    line-height: 25px;
    background: #34495e;
    color: #fff;
    font-weight: normal;
    border-radius: 2px;
    z-index: 2;
    cursor: default;
    font-size: 0;
}

.age-popup .wrap h2 {
	font-size: 12.5px;
	display: inline-block;
	padding: 0 5px;
	border-right: 1px solid #fff;
}

.age-popup .wrap h2  b {
	font-weight: 400;
	display: block;
}

.age-popup .buttons {
	display: inline-block;
	vertical-align: top;
}

.age-popup .buttons a {
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 0 5px;
	background: #34495e;
	font-size: 12.5px;
	-webkit-transition: backgroind-color .3s, color .3s;
	transition: backgroind-color .3s, color .3s;
}

.age-popup .buttons a:hover {
	color: #34495e;
	background: #fff;
}

.age-popup .buttons a + a {
	border-left: 1px solid #fff;
}



#content p {
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
    text-align: justify;
}

.no_goods {
    margin: 0px;
    margin-bottom: 12px;
}

.notice-wrap {
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 0;
    font-family: Tahoma, Geneva, sans-serif;
}

.notice-item-wrapper:first-child {
    margin-top: 150px;
}

* html .notice-wrap {
    position: absolute;
}

.notice-item {
    height: 60px;
    background: #1ABC9C;
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #FFF;
    border-radius: 3px;
    border-bottom: 2px solid #16A085;
    width: 260px;
    margin: 0 auto;
    margin-bottom: 6px;
}

.notice-item-close {
    position: absolute;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    right: 6px;
    top: 6px;
    cursor: pointer;
    color: #FFF
}

.inright input,
#panel input[type="submit"],
#panel input[type="button"] {
    border: 0;
    float: left;
    display: block;
    color: #FFF;
    border-bottom: 2px solid #16A085;
    font-size: 12pt;
    background-color: #1ABC9C;
    border-radius: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    padding: 6px;
}

.inright input:hover,
#panel input[type="submit"]:hover,
#panel input[type="button"]:hover {
    background-color: #F39C12;
    border-color: #CF850F;
}

.clear {
    clear: both;
}

#panel {
    margin-top: 12px;
}

#panel td {
    vertical-align: top;
}

#panel textarea {
    width: 307px;
    height: 100px;
}

.book_block .book_title {
    overflow: hidden;
}

.full_text {
    position: absolute;
    width: 180px;
    top: 18px;
    margin: auto;
    right: 0;
    left: 0;
    background: #477491;
    padding: 15px 10px;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .3);
}

.bookIMG {
    float: left;
    margin: 5px;
    border: 1px solid grey;
    padding: 5px;
    text-align: center;
}

.divcitate {
    border-bottom: 1px dotted #55835F;
    border-top: 1px dotted #55835F;
    font-weight: normal;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #92B481;
}
.divcitate_rl {
    border-bottom: 1px dotted #55835F;
    border-top: 1px dotted #55835F;
    font-weight: normal;
line-height: 1.4;
font-style: italic;
margin-top: 10px;
padding-left: 10px;;
padding-top: 5px;
padding-right: 5%;
text-indent: 0px;
text-align: left;
background-color: #92B481;
}

.wavyline {
    background: url(../russian/img/wavyline.gif) repeat-x 100% 100%;
    padding-bottom: 2px;
    text-decoration: none;
    white-space: nowrap;
}

.wavyline2 {
    background: url(../russian/img/wavyline2.gif) repeat-x 100% 100%;
    padding-bottom: 5px;
    text-decoration: none;
    white-space: nowrap;
}

.dotdashed {
    background: url(../russian/img/dot_dash.gif) repeat-x 100% 100%;
    padding-bottom: 2px;
    text-decoration: none;
    white-space: nowrap;
}

.root{background-size: 100% 100%; background-image: url('/images/korensvg.svg');padding-top: 15px;}

.prist{background-size: 100% 100%; background-image: url('/images/pristsvg.svg');padding-top: 15px;}

.end{background-size: 100% 100%; background-image: url('/images/endsvg.svg');}
.ending {border: solid 1px #777;padding-left: 1px;padding-right: 1px;}

.suff{background-size: 100% 100%; background-image: url('/images/suffsvg.svg');padding-top: 15px;}

.osnova{background-size: 100% 100%; background-image: url('/images/osnovasvg.svg'); padding-bottom: 15px;}

table.summary_books_list td {
    padding: 6px;
    vertical-align: middle;
}

table.summary_books_list tr:first-child td {
    background: #34495e;
    color: #fff;
    text-indent: 12px;
    text-align: left;
}

table.summary_books_list tr:first-child td:last-child {
    text-align: center;
    text-indent: 0px;
}

table.summary_books_list tr td:first-child {
    width: 140px;
}

a.summaryList {
    color: #477491;
}

a.summaryList:hover {
    text-decoration: none;
}

span.limited_warning {
    width: 350px;
    color: #db0000;
    display: inline-block;
    text-align: justify;
}

.count_td input[type="text"] {
    display: block;
    float: left;
    margin-right: 6px;
}

.count_td .refrash_buttons {
    display: block;
    cursor: pointer;
    width: 21px;
    height: 21px;
    border: 0;
    background: url('/images/refresh.png') no-repeat 50% 50%;
    outline: none;
}

#content p.bold_and_margin {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 6px;
}

#content p.smallest {
    margin-bottom: 0;
    font-size: 12px;
}

.pay_variant_summ b {
    font-size: 16px;
    color: #f00;
}

b.red_colored {
    color: #f00;
}

#reklama {
    width: 338px;
    padding: 0px;
    margin-right: 10px;
    float: left;
}



#content .order_step {
    text-align: right;
}

#content .order_step a {
    height: 30px;
    color: #fff;
    border-bottom: 2px solid #16a085;
    font-size: 18px;
    line-height: 35px;
    display: inline-block;
    background-color: #1abc9c;
    font-size: 13px;
    text-decoration: none;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 5px;
}

.left_colum_order {
    width: 65%;
    float: left;
}

.right_colum_order {
    float: right;
    width: 25%;
    border: 1px solid #16a085;
    font-size: 14px;
    padding: 20px;
}

.right_colum_order ul,
.right_colum_order li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.right_colum_order li {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0px;
    clear: both;
    overflow: hidden;
}

.right_colum_order li span {
    display: block;
    float: right;
    font-weight: bold;
}

.accordion-container {
    position: relative;
    height: auto;
    margin: 20px auto;
}

.accordion-container > h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
}

.set > a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set > a i {
    position: relative;
    float: right;
    margin-top: 4px;
    color: #666;
}

.set > a.active {
    background-color: #f1f1f1;
    color: #fff;
}

.set > a.active i {
    color: #fff;
}

.set .content {
    padding: 0 20px;
    font-size: 14px;
}

.button_order {
    border: 0;
    float: left;
    display: block;
    color: #FFF;
    border-bottom: 2px solid #16A085;
    font-size: 12pt;
    background-color: #1ABC9C;
    border-radius: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    padding: 6px 15px;
}

.input-city2 {
    height: 23px;
    border: 1px solid #aaaaaa;
    padding: 0 10px;
    width: 245px;
}

.sdek-hidden-info {
    display: none;
}

.sdek-choose-info,
.sdek-sklad-info {
    padding: 10px 0;
}

#content .sdek-choose-info a {
    border: 0;
    /* float: left; */
    display: inline-block;
    color: #FFF;
    border-bottom: 2px solid #16A085;
    font-size: 12px;
    background-color: #1ABC9C;
    border-radius: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    padding: 2px 5px;
    text-decoration: none;
}

.ui-widget {
    font-size: 14px !important;
    font-family: 'Lato' !important;
}

p#to_free_ship {
    line-height: 13px;
    font-size: 12px;
    color: #16a085;
    margin-top: 20px;
}

.sdek-sklad-info {
    line-height: 30px;
}

#content a.back {
    display: block;
    float: left;
    background: #477491;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    padding: 6px 15px;
    border-bottom: 2px solid #2f4c5e;
}

#content p.center_img,
#content p.back_link {
    margin-top: 20px;
}


/*nikita code*/

.send_variant_wrap input {
    display: none;
}

.send_variant_wrap label {
    width: 212px;
    height: 95px;
    display: block;
    border: 1px solid #eee;
    cursor: pointer;
    transition: .5s;
}

.send_variant_wrap label:hover {
    border-color: transparent;
}

.send_variant_wrap input:checked ~ label {
    border-color: #16A085;
}

.send_variant_wrap p {
    display: inline-block;
    width: 210px;
    margin-right: 1px !important;
}

.send_variant_wrap p:first-child {
    background: url(../images/img_send_03.png) no-repeat center center;
}

.send_variant_wrap p:nth-child(2) {
    background: url(../images/img_send_01.png) no-repeat center center;
}

.send_variant_wrap p:nth-child(3) {
    background: url(../images/img_send_02.png) no-repeat center center;
}

.product_content .fragment a {
    color: #16a085;
}



@media (max-width: 990px) {
	.age-popup .wrap {
		left: auto;
		right: 0;
		top: 111px;
	}
	
    #wrapper {
        min-width: 100%;
        width: 100%;
    }
    header,
    #footer_inner {
        width: 100%;
    }
    #footer_inner {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .materials,
    .phones,
    nav ul,
    #catalog_scroll,
    .view_list,
    .footer_menu,
    .footer_bucket {
        display: none;
    }
    aside {
        width: auto;
        float: none;
    }
    aside .outer_links {
        width: auto;
    }
    h2 {
        text-align: center;
    }
    #logo,
    .searchbar {
        position: relative;
        top: 0;
        left: 0;
        margin: auto;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    #bucket {
        position: relative;
        top: 0;
        left: 10px;
        margin-top: 7px;
        margin-bottom: 17px;
    }
    .catalog_menu {
        width: 50%;
        float: left;
        position: static;
        border-radius: 0;
    }
    .catalog_menu .catalog_button {
        width: 100%;
        text-indent: 20%;
    }
    .catalog_menu ul a:hover {
        background: #fff;
        color: #625548;
    }
    nav {
        width: 50%;
        position: static;
        float: left;
        border-radius: 0;
        height: auto;
        border-bottom: 0;
    }
    #pull {
        display: block;
        height: 39px;
        width: 100%;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        text-align: right;
        padding-right: 20%;
        line-height: 39px;
        box-sizing: border-box;
        position: relative;
        background: url('/images/nav-icon.png') no-repeat 10% 50%;
        background-size: 15px 15px;
        border-bottom: 2px solid #2c3e50;
    }
    #pull:before {
        content: '';
        display: block;
        width: 2px;
        height: 39px;
        position: absolute;
        top: 0;
        left: 28%;
        background: #0c233b;
    }
    nav > ul {
        padding: 0;
        background: #fff;
        border: 1px solid #2c3e50;
        height: auto;
    }
    nav > ul > li {
        display: block;
        padding: 0;
        border-bottom: 1px solid #2c3e50;
        text-align: left;
        height: auto;
        border-radius: 0;
    }
    nav > ul > li:last-child {
        border-bottom: 0;
    }
    nav > ul > li > a,
    nav > ul > li > span {
        display: block;
        background: #fff;
        padding: 10px 0 10px 13px;
        color: #625548;
        text-decoration: none;
        font-size: 16px;
        line-height: 1.3em;
        height: auto;
    }
    .middle {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .catalog_list li {
        margin-right: 0;
        width: 33.333%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .catalog_list li a {
        margin: auto;
    }
    header + .middle {
        clear: both;
    }
    footer .share {
        position: relative;
        margin: auto;
        margin-top: 10px;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
    footer .share .pluso {
        top: 10px;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    footer .counter {
        position: static;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
    }
    footer .counter li {
        margin-bottom: 5px;
    }
    footer .developer {
        position: relative;
        top: 0;
        margin: auto;
    }
    #go_top_outer {
        min-width: 100%;
    }
    #go_top_outer > div {
        width: 100%;
    }
    #go_top {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        border-radius: 0;
    }
    .books_list {
        overflow: hidden;
        text-align: center;
    }
    .books_list ul:first-child li {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .books_list ul:first-child li:nth-child(4n + 4),
    .books_list ul:first-child li {
        margin: 0 5px;
    }
    .catalog_free li:nth-child(2n) > div {
        float: none;
    }
    .catalog_free li {
        width: 100%;
    }
    .catalog_free li > div {
        margin: auto;
    }
    .book_chapters,
    .subcatalog_free {
        margin-right: 0;
    }
    .google_search {
        top: 46px;
        width: 300px;
		right: 10px;
    }
	
	header .city {
		left: auto;
		right: 10px;
		top: 77px;
	}
}

@media (max-width: 800px) {
    .catalog_list li {
        width: 50%;
    }
    #product_block .product_image {
        float: none;
        margin: auto;
    }
    #product_block .product_name {
        text-align: center;
    }
    #product_block .price_block {
        float: none;
        margin: auto;
    }
    #product_block .product_info .author {
        text-align: center;
        margin-top: 23px;
    }
    #product_block .product_info .product_tech {
        width: 280px;
        margin: auto;
    }
    #main_order_form table td:first-child,
    #main_order_form table td:nth-child(3),
    #main_order_form table td:nth-child(4) {
        display: none;
    }
    #main_order_form table td:nth-child(5) {
        width: 80px !important;
    }
    #main_order_form table td {
        padding-bottom: 10px;
        vertical-align: middle;
    }
}

@media (max-width: 760px) {
	.right_colum_order,
	.left_colum_order {
		float: none;
		width: 100%;
	}
	
	.left_colum_order  {margin-bottom: 40px;}
	.right_colum_order {box-sizing: border-box;}
	
	.right_colum_order + div p:first-child {padding-top: 15px;}
	
	.tooltip:hover span {
		width: 165px;
		white-space: normal; 
	}
}

@media (max-width: 600px) {
	.age-popup .wrap {
		top: 125px;
	}
	
    header {
        height: 213px;
    }
	
	header .city {top: 93px;}
	
    #bucket {
        width: 200px;
        margin: auto;
        left: 0;
        right: 0;
    }
    .google_search {
        position: static;
        width: auto;
        margin: 40px 10px 10px;
    }
    #main_order_form table td:nth-child(2) img {
        display: none;
    }
		
    body {
        margin-bottom: 320px;
    }
    footer {
        height: 320px;
    }
}

@media (max-width: 540px) {
    .catalog_list li {
        width: 100%;
    }
    body {
        margin-bottom: 350px;
    }
    footer {
        height: 350px;
    }
    .catalog_free li > div {
        width: 100%;
        height: auto;
        min-height: 251px;
        padding-bottom: 70px;
    }
    .catalog_free .book_desc {
        padding-right: 10px;
        height: auto;
        width: auto;
    }
    .subcatalog_free li {
        box-sizing: border-box;
        width: 100%;
    }
}

@media (max-width: 500px) {
	.left_colum_order table td {display: block;}
}

@media (max-width: 480px) {
    .searchbar {
        width: 95%;
    }
    body {
        background: none;
    }
    footer {
        background: #ecf0f1;
    }
}

@media (max-width: 420px) {
	.tooltip:hover span:after {display: none;}
	
	.tooltip:hover span {
		transform: none;
		bottom: 100%;
		left: auto;
		right: 0;
	}
}

@media (max-width: 400px) {
    body {
        margin-bottom: 380px;
    }
    footer {
        height: 380px;
    }
    #product_block .product_image {
        width: 100%;
    }
    #logo {
        font-size: 20px;
        width: 280px;
    }
    .inright input {
        width: 100%;
        margin: 0 0 5px 0;
    }
}

@media (max-width: 380px) {
	#main_order_form table tr {line-height: 1.3 !important;}
	
	#main_order_form table td {
		width: 16px !important;
	}
}

@media (max-width: 360px) {
	/*.age-popup .wrap {
		width: 100%;
		height: 100px;
	}
	
	.age-popup .wrap h2 {
		display: block;
		border-bottom: 1px solid #fff;
		border-right: none;
	}
	*/
	
	.age-popup .wrap h2 {
		border: none;
		display: inline;
	}
	.age-popup .wrap h2 b {display: inline;}
	.left_colum_order #name {width: 270px;}
	
	.left_colum_order #email,
	.left_colum_order textarea{
		width: 295px !important;
	} 
	
	.left_colum_order .required.masked_phone {width: 282px;}
	
	.age-popup .wrap {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	
	.age-popup .buttons {
		display: block;
		border-top: 1px solid #fff;
		height: 30px;
		background: #34495e;
	}
	
	.age-popup .buttons a {
		box-sizing: border-box;
		width: 50%;	
	}
	
	.age-popup .buttons a br {
		display: none;
	}
	
	.age-popup select {height: 25px;}
	
	.age-popup .buttons select + a {
		width: 65px;
		line-height: 25px;
	}
}

.blok_dostavka {
background-color: #ffffff; /* Фоновый цвет*/
border: 2px solid #D4D4D4; /* Ширина и цвет границ*/
border-radius: 10px; /* Радиус границ*/
box-shadow: 0 0 15px #A9A9A9; /* Размер и цвет тени блока*/
padding: 10px; /* Поля вокруг текста */
}
.warning_pochta {	color: black;    font-style: italic;}
.to_bucket_no {	display: block;    width: 200px;    height: 41px;    color: #fff;    border-bottom: 2px solid #2074b4;    font-size: 18px;    line-height: 43px;    background-color: #30a4d3;    position: relative;    text-align: center;    /* text-indent: 70px; */    border-radius: 3px;    font-weight: bold;    text-decoration: none;    -webkit-transition: all .3s;    transition: all .3s;    margin-left: 20px;    /* cursor: pointer; */    /* margin: 0 20px; */    /* padding-right: 20px; */}.to_bucket_no_grey {	border-bottom: 2px solid #b1b1b1;	background-color: #cacaca;}

.all_news_ul, all_news_ul li.all_news_ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
all_news_ul li

.news_li  {clear: both; margin-bottom: 20px;}


.archiv {
	display: block;
	float: right;
	color: #000;
	font-size: 16px;
}
.all_news {
	float: right;
	margin-top: -50px;
}
.all_news a {
	border: 1px solid #477491;
    padding: 10px 20px;
    text-decoration: none;
}

.all_news a:hover  {
	color: #FFF !important;
	background: #477491;
}

#footer_video {

    width: 640px;

    margin: auto;

    position: relative;

    height: 100%;

}



.header-h1 {
    position: relative;
    margin-bottom: .5rem;
    text-align: center;
  }
  .header-h1 zag {
    display: inline-block;
    background: #fff;
    margin-bottom: 0;
    font-size: 1rem;
    text-transform: uppercase;
    padding: .5rem 1.5rem;
    border: .125rem solid #1abc9c;
    color: #1abc9c;
  }
  .header-h1 zag::after {
    content: "";
    position: absolute;
    background: #1abc9c;
    height: .125rem;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: -999;
  }
  .header-h1-dark zag {
    background: #1abc9c;
    color: #fff;
  }

table.t_spisok_avt {
	width: 100%;
	padding: 2px;
	border: #FFFFFF 1px solid;
	background-color: #FFFFFF
}

table.t_spisok_avt td{
	text-align: left;
}


table.t_avt td {
	width: 20px;
	height: 20px;
	padding: 2px;
	text-align: center;
	border: #E1E0DF 1px solid;
	background-color: #FFFFFF
}

ul.avt_k {
	width: 90%;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
    list-style-type: none;
	display: block;
	float: left 
}

a.avt_a {
	text-decoration: none;
	font: 22px Arial, sans-serif;
}

.avt_a {font: 22px Arial, sans-serif; margin-top:10px;}
.green_a {color: #1abc9c}

.litTableAvt{border: 0px solid; padding-top:8px; padding-right:8px; border-collapse: collapse; text-align:left; vertical-align:top;}
.litTableAvt td{text-align:left;padding-left:0px;padding-right:10px;padding-top:0px;padding-bottom:0px;margin:0px}


blockquote {
margin: 0;
background: #F0F0F1;
z-index: -1;
color: #333334;
padding: 10px 10px;
position: relative;
border-left: 20px solid #DFDEDE;
font-family: 'Lato', sans-serif;
}
blockquote:before {
content: "\201C";
font-family: serif;
position: absolute;
left: -29px;
top: 5px;
color: #BCBCBC;
font-size: 50px;
text-shadow: 1px 2px 0 white;
}
blockquote p {
font-style: italic;
font-size: 16px;
margin-top: 0;  
}
blockquote cite {
font-style: italic;
font-weight: 300;
}


.listlit {
    padding:0;
    list-style: none;
}
.listlit li{
    padding:6px;
}
.listlit li:before {
    padding-right:10px;
    font-weight: bold;
    color: #77AEDB;
    content: "\2606";
    transition-duration: 0.5s;
}
.listlit li:hover:before {
    color: #337AB7;
    content: "\2605";
}

.arrow-lit {
    background: #337AB7;
    text-align: center;
    color: #fff;
    padding: 5px;
    margin: 10px 0px; 10px 0 px;
}
.arrow-lit::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -10px;
    left: 50%;
    border-top: 10px solid #337AB7;
    bottom: -10px;
}

.p_avtory {line-height: 1.5;}

.listlit_book {
    padding:0;
    list-style: none;
}
.listlit_book li{
    padding:6px;
}
.listlit_book li:before {
    padding-right:10px;
    font-weight: bold;
    color: #77AEDB;
    content: "\2713";
    transition-duration: 0.5s;
}
.listlit_book li:hover:before {
    color: #337AB7;
    content: "\2713";
}
.stih{margin-top: 15px; margin-bottom: 15px; margin-left: 30px; text-indent: 0px; line-height: 1.5;}
.god{text-indent: 90px; font-style: italic; margin-bottom: 30px; margin-top: 5px;}
.sneg {margin-top: 20px; margin-left: 30px;}

.listzima {
    padding:0;
    list-style: none;
line-height: 0.8;
}
.listzima li{
    padding:6px;
}
.listzima li:before {
    padding-right:10px;
    font-weight: bold;
    color: #77AEDB;
    content: "\2744";
    transition-duration: 0.5s;
}
.listzima li:hover:before {
    color: #337AB7;
    content: "\2042";
}
#promo {
	height: 28px;
    margin-right: 5px;
}
#promo_add {
	    background: #1abc9c;
    border-radius: 5px;
    cursor: default;
    color: #FFF !important;
    text-decoration: none;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
}
