@font-face {
	font-family: "bold";
	font-style: normal;
    font-weight: bold;
}
@font-face {
	font-family: "italic";
	font-style: italic;
    font-weight: normal;
}
@font-face {
	font-family: "bold-italic";
	font-style: italic;
    font-weight: bold;
}
/* font-family: "PTSansNarrowRegular"; */
@font-face {
    font-family: "PTSansNarrowRegular";
    src: url("../fonts/PTSansNarrowRegular/PTSansNarrowRegular.eot");
    src: url("../fonts/PTSansNarrowRegular/PTSansNarrowRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansNarrowRegular/PTSansNarrowRegular.woff") format("woff"),
    url("../fonts/PTSansNarrowRegular/PTSansNarrowRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSansNarrowBold"; */
@font-face {
    font-family: "PTSansNarrowBold";
    src: url("../fonts/PTSansNarrowBold/PTSansNarrowBold.eot");
    src: url("../fonts/PTSansNarrowBold/PTSansNarrowBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansNarrowBold/PTSansNarrowBold.woff") format("woff"),
    url("../fonts/PTSansNarrowBold/PTSansNarrowBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSansRegular"; */
@font-face {
    font-family: "PTSansRegular";
    src: url("../fonts/PTSansRegular/PTSansRegular.eot");
    src: url("../fonts/PTSansRegular/PTSansRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"),
    url("../fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSansItalic"; */
@font-face {
    font-family: "PTSansItalic";
    src: url("../fonts/PTSansItalic/PTSansItalic.eot");
    src: url("../fonts/PTSansItalic/PTSansItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansItalic/PTSansItalic.woff") format("woff"),
    url("../fonts/PTSansItalic/PTSansItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSansBold"; */
@font-face {
    font-family: "PTSansBold";
    src: url("../fonts/PTSansBold/PTSansBold.eot");
    src: url("../fonts/PTSansBold/PTSansBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansBold/PTSansBold.woff") format("woff"),
    url("../fonts/PTSansBold/PTSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSansBoldItalic"; */
@font-face {
  font-family: 'PTSansBoldItalic';
  src: url('../fonts/PTSansBoldItalic/PTSans-BoldItalic.eot');
  src: url('../fonts/PTSansBoldItalic/PTSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/PTSansBoldItalic/PTSans-BoldItalic.woff2') format('woff2'),
       url('../fonts/PTSansBoldItalic/PTSans-BoldItalic.woff') format('woff'),
       url('../fonts/PTSansBoldItalic/PTSans-BoldItalic.ttf') format('truetype'),
       url('../fonts/PTSansBoldItalic/PTSans-BoldItalic.svg#PTSans-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
    /* background-color: #76A956; */
    /* background-color: #0362ad; */
    background-color:#bdbfbe;
	/* background-image: url("../images/body-background.jpg"); */
	background-size: cover;
	font-family: "PTSansNarrowRegular", sans-serif;
	font-size: 16px;
	margin: 0;
	min-width: 1100px;
}
b, strong {
	font-family: "PTSansNarrowBold", "bold", sans-serif;
}
i, em {
	font-family: "PTSansItalic", "italic", sans-serif;
}
b i,
b em,
strong i,
strong em,
em strong,
i strong,
em b,
i b {
	font-family: "PTSansBoldItalic", "bold-italic", sans-serif;
}



/* Табличный вид элементов */
.table {
	display: table;
}
.table-body {
	display: table-row-group;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
	padding: 0;
}
/* Очистка потока */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}
/* Основной блок на странице, ограничивающий ширину прочих элементов */
.maincontainer {
	background: #fff;
	margin: auto;
	max-width: 1100px;
	min-width: 1100px;
	padding-bottom: 52px;
}
/* Шапка сайта */
.siteheader {
	padding-bottom: 6px;
}
/* Меню и телефоны в шапке на зелёной полосе */
.siteheader .nav-and-phones {
    /* background: #76a956; */
    background-color: #f9a44f;
    /* background-color: #f97105; */
	font-size: 20px;
	line-height: 45px;
}
.siteheader .nav-and-phones,
.siteheader .nav-and-phones a {
	color: #fff;
}
.siteheader .nav-and-phones a {
	text-decoration: none;
}
.siteheader .nav-and-phones nav {
	float: left;
	text-transform: uppercase;
}
.siteheader .nav-and-phones nav .item {
	display: block;
	float: left;
	/* margin-left: 14px; */
    padding-left: 14px;
    padding-right: 7px;
}
.siteheader .nav-and-phones nav .item ~ .item {
    padding-left: 7px;
}
.siteheader .nav-and-phones nav .item:hover {
    /* background-color: #216b3f; */
    background-color: #0362ad;
}
.siteheader .nav-and-phones div {
	float: right;
	padding-right: 7px;
}
.siteheader .nav-and-phones div span {
	display: block;
    float: left;
    margin-left: 15px;
}
.siteheader .nav-and-phones div span:before {
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	/* content: "."; */
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin-right: 3px;
	vertical-align: middle;
}
.siteheader .nav-and-phones div span ~ span {
    /* margin-left: 6px; */
    margin-left: 25px;
}
.siteheader .nav-and-phones div .mts:before,
.siteheader .nav-and-phones div .kievstar:before,
.siteheader .nav-and-phones div .city:before {
	height: 21px;
	width: 20px;
}
.siteheader .nav-and-phones div .mts:before {
	background-position: 0 0;
}
.siteheader .nav-and-phones div .kievstar:before {
	background-position: -20px 0;
}
.siteheader .nav-and-phones div .life:before {
	background-position: -40px 0;
	height: 19px;
	width: 30px;
}
.siteheader .nav-and-phones div .city:before {
	background-position: -71px 0;
}
/* Лого и график работы в шапке */
.siteheader .logo-and-time .logo {
	background: url("../images/logo-direct.jpg") no-repeat;
    /* display: block;
    float: left;
    height: 107px;
    margin-left: 83px;
    margin-top: 19px;
    width: 150px; */
    display: block;
    float: left;
    height: 107px;
    margin-left: 32px;
    margin-top: 19px;
    width: 195px;
    background-size: contain;
}
.siteheader .logo-and-time .right {
	float: right;
	padding-right: 6px;
}
.siteheader .logo-and-time .time {
	float: right;
    /* color: #76a956; */
    color:#0362ad;
	font-size: 20px;
	line-height: 28px;
	margin-top: 5px;
	text-align: right;
	right: 22px;
    position: relative;
}
.siteheader .logo-and-time .adres {
	float: right;
    /* color: #76a956; */
    color: #0362ad;
	font-size: 20px;
	line-height: 28px;
	margin-top: 5px;
	text-align: right;
	right: 113px;
    position: relative;
}
.siteheader .logo-and-time .adres  span {
	/* background: url("../images/round.png") no-repeat; */
	padding: 0px 10px 0px 7px;
}
.siteheader .logo-and-time .right .menu {
	margin-top: 8px;
	right: 16px;
    position: relative;
}
.siteheader .logo-and-time .right .menu,
.siteheader .logo-and-time .right .menu a {
	color: #a0a1a3;
}
.siteheader .logo-and-time .right .menu a {
	text-decoration: none;
}
.siteheader .logo-and-time .right .menu .item {
	border: 1px solid #bfbfbf;
	float: right;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
	width: 190px;
	margin-left: 12px;
}
.siteheader .logo-and-time .right .menu .item ~ .item {
	margin-right: 6px;
}
.siteheader .logo-and-time .right .menu .item:hover {
    background-color: #f9a44f;
    color: #fff;
}
/* Подвал сайта */
.sitefooter {
	border: 1px solid #d2d2d2;
	font-size: 20px;
	line-height: 100%;
	margin: 26px 20px 0;
	padding: 15px 0;
}
.sitefooter,
.sitefooter a {
    /* color: #76a956; */
    color:#0362ad;
}
.sitefooter a {
	text-decoration: none;
}
.sitefooter .column.column-1,
.sitefooter .column.column-2,
.sitefooter .column.column-3 {
	float: left;
}
.sitefooter .column.column-1 {
	padding-left: 46px;
	width: 185px;
}
.sitefooter .column.column-2 {
	width: 280px;
}
.sitefooter .column.column-4 {
	float: right;
	padding-right: 16px;
}
.sitefooter .column .header {
	font-family: "PTSansNarrowBold", "bold", sans-serif;
}
.sitefooter .column div ~ div {
	margin-top: 18px;
}
/* Боковая колонка и основная контентная часть */
.aside-and-main {
	margin: 0 20px;
}
.aside-and-main aside {
	float: left;
	width: 275px;
}
.aside-and-main main {
	float: right;
	width: 767px;
}
/* Меню в боковой колонке */
.aside-and-main aside .module ~ .module {
	
}
.aside-and-main aside .module .module-title {
	color: #fff;
	font-size: 17px;
	line-height: 100%;
	padding: 10px 25px 9px 25px;
	text-transform: uppercase;
}
.aside-and-main aside .module.orange .module-title {
    /* background-color: #f9a44f; */
    background-color: #0362ad;
}
.aside-and-main aside .module.green .module-title {
    /* background-color: #76a956; */
    background-color: #f9a44f;
    /* background-color: #f97105; */
}
.aside-and-main aside .module .module-content {
	border-bottom: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
}
.aside-and-main aside .module.menu .item {
	color: #747474;
	display: block;
	font-size: 16px;
	line-height: 100%;
	text-decoration: none;
	text-transform: uppercase;
	padding: 9px 9px 8px 30px;
}
.aside-and-main aside .module.menu .item:hover {
    background-color: #f9a44f;
    /* background-color: #f97105; */
    color: #fff;
}
.aside-and-main aside .module.menu .item ~ .item {
	border-top: 1px solid #cbcbcb;
}
/* Боковой блок с книгой на продажу */
.aside-and-main aside .module.book-for-sale {
	font-size: 16px;
	text-align: center;
}
.aside-and-main aside .module.book-for-sale a {
    display: block;
    text-decoration: none;
}
.aside-and-main aside .module.book-for-sale .module-content .wrapper {
	padding-bottom: 25px;
}
.aside-and-main aside .module.book-for-sale .author {
	color: #747474;
	line-height: 100%;
	text-transform: uppercase;
}
.aside-and-main aside .module.book-for-sale .price {
	margin-top: 15px;
}
.aside-and-main aside .module.book-for-sale .price span {
	background-color: #76a956;
	color: #fff;
	display: inline-block;
	line-height: 33px;
	width: 113px;
}
/* Слайдер */
.aside-and-main main .slider {
	border: 1px solid #d1d1d1;
	overflow: hidden;
}
.aside-and-main main .slider img {
	display: block;
	float: left;
}
/* Зелёное меню в контентой части */
.aside-and-main main .green-menu {
	background: #76a956;
	border: none;
	border-collapse: collapse;
	font-size: 18px;
	line-height: 34px;
	margin: 6px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.aside-and-main main .green-menu,
.aside-and-main main .green-menu a {
	color: #fff;
}
.aside-and-main main .green-menu a {
	text-decoration: none;
}
.aside-and-main main .green-menu .item:hover {
    background-color: #216b3f;
}
/* Меню плиткой с видами продукции в контенте */
.aside-and-main main .tile-menu {
	margin: -5px -15px;
}
.aside-and-main main .tile-menu .item {
	border: 1px solid #e5e5e5;
	color: #fff;
	display: block;
	float: left;
	height: 145px;
	margin: 5px 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 167px;
}
.aside-and-main main .tile-menu .item .shadow {
	background: url("../images/sprite.png") -94px 0 no-repeat;
	height: 6px;
	left: -1px;
	margin-top: 1px;
	position: absolute;
	top: 100%;
	width: 169px;
}
.aside-and-main main .tile-menu .item .title {
	bottom: 11px;
	left: 0;
	padding: 0 15px;
	position: absolute;
	right: 0;
	z-index: 15;
}
.aside-and-main main .tile-menu .item .title span {
	background-color: #76a956;
	display: inline-block;
	font-size: 15px;
	line-height: 100%;
	min-width: 80px;
	padding: 4px;
}
.aside-and-main main .tile-menu .item .image {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    position: absolute;
    z-index: 15;
}
.aside-and-main main .tile-menu .item-132 .image {
    /* background-position: 0 -159px;
    height: 65px;
    left: 28px;
    top: 26px;
    width: 110px; */
	background-image: url("../images/ikonki/vizitka-85х55.jpg");
	height: 100%;
    left: 15px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-173 .image {
    /* background-position: 0 -159px; 
    height: 65px;
    left: 28px;
    top: 26px;
    width: 110px; */
	background-image: url("../images/ikonki/vizitka-90х50.jpg");
	height: 100%;
    left: 15px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-133 .image {
    /* background-position: -110px -159px;
    height: 87px;
    left: 38px;
    top: 12px;
    width: 94px; */
	background-image: url("../images/ikonki/kalendarik.jpg");
	height: 100%;
    left: 27px;
    top: 6px;
    width: 100%;
}.aside-and-main main .tile-menu .item-134 .image {
    /* background-position: 0 -224px;
    height: 79px;
    left: 29px;
    top: 20px;
    width: 110px; */
	background-image: url("../images/ikonki/kalendar.jpg");
	height: 100%;
    left: 16px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-135 .image {
    /* background-position: -204px -159px;
    height: 91px;
    left: 61px;
    top: 10px;
    width: 42px; */
	background-image: url("../images/ikonki/otkrytka.jpg");
	height: 100%;
    left: 50px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-136 .image {
    /* background-position: -204px -250px;
    height: 89px;
    left: 44px;
    top: 14px;
    width: 75px; */
	background-image: url("../images/ikonki/flaer.jpg");
	height: 100%;
    left: 40px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-137 .image {
    /* background-position: 0 -303px;
    height: 83px;
    left: 30px;
    top: 16px;
    width: 104px; */
	background-image: url("../images/ikonki/buklet-a4.jpg");
	height: 100%;
    left: 17px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-175 .image {
    /* background-position: 0 -303px;
    height: 83px;
    left: 30px;
    top: 16px;
    width: 104px; */
	background-image: url("../images/ikonki/buklet-a3.jpg");
	height: 100%;
    left: 15px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-138 .image {
    /* background-position: -110px -246px;
    height: 100px;
    left: 48px;
    top: 7px;
    width: 68px; */
	background-image: url("../images/ikonki/papka.jpg");
	height: 100%;
    left: 45px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-177 .image {
    /* background-position: -110px -246px;
    height: 100px;
    left: 48px;
    top: 7px;
    width: 68px; */
	background-image: url("../images/ikonki/listovka-a8.jpg");
	height: 100%;
    left: 31px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-178 .image {
    /* background-position: -110px -246px;
    height: 100px;
    left: 48px;
    top: 7px;
    width: 68px; */
	background-image: url("../images/ikonki/listovka-a8.jpg");
	height: 100%;
    left: 31px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-139 .image {
    /* background-position: -104px -346px;
    height: 65px;
    left: 43px;
    top: 19px;
    width: 87px; */
	background-image: url("../images/ikonki/plastikovaya-kartochka.jpg");
	height: 100%;
    left: 26px;
    top: 10px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-140 .image {
    /* background-position: -191px -339px;
    height: 65px;
    left: 55px;
    top: 26px;
    width: 58px; */
	background-image: url("../images/ikonki/listovka-a6.jpg");
	height: 100%;
    left: 31px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-141 .image {
    /* background-position: 0 -386px;
    height: 77px;
    left: 47px;
    top: 20px;
    width: 68px; */
	background-image: url("../images/ikonki/listovka-a5.jpg");
	height: 100%;
    left: 31px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-142 .image {
    /* background-position: -68px -411px;
    height: 84px;
    left: 42px;
    top: 16px;
    width: 74px; */
	background-image: url("../images/ikonki/listovka-a4.jpg");
	height: 100%;
    left: 31px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-176 .image {
    /* background-position: -68px -411px;
    height: 84px;
    left: 42px;
    top: 16px;
    width: 74px; */
	background-image: url("../images/ikonki/listovka-a3.jpg");
	height: 100%;
    left: 31px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-143 .image {
    background-position: -142px -411px;
    height: 84px;
    left: 53px;
    top: 14px;
    width: 65px;
}
.aside-and-main main .tile-menu .item-144 .image {
    /* background-position: -207px -411px;
    height: 90px;
    left: 48px;
    top: 9px;
    width: 67px; */
	background-image: url("../images/ikonki/plakat-a2.jpg");
	height: 100%;
    left: 32px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-145 .image {
    /* background-position: -204px -501px;
    height: 100px;
    left: 44px;
    top: 4px;
    width: 75px; */
	background-image: url("../images/ikonki/plakat-a1.jpg");
	height: 100%;
    left: 33px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-146 .image {
    /* background-position: -120px -495px;
    height: 68px;
    left: 45px;
    top: 25px;
    width: 84px; */
	background-image: url("../images/ikonki/nakleika.jpg");
	height: 100%;
    left: 33px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-147 .image {
    /* background-position: -33px -495px;
    height: 71px;
    left: 40px;
    top: 20px;
    width: 87px; */
	background-image: url("../images/ikonki/konvert.jpg");
	height: 100%;
    left: 25px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-148 .image {
    /* background-position: -129px -563px;
    height: 83px;
    left: 48px;
    top: 16px;
    width: 75px; */
	background-image: url("../images/ikonki/blok-dlya-zapisey.jpg");
	height: 100%;
    left: 16px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-149 .image {
    /* background-position: -64px -566px;
    height: 92px;
    left: 55px;
    top: 12px;
    width: 53px; */
	background-image: url("../images/ikonki/henger.jpg");
	height: 100%;
    left: 43px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-150 .image {
    /* background-position: -204px -601px;
    height: 83px;
    left: 40px;
    top: 18px;
    width: 90px; */
	background-image: url("../images/ikonki/blank.jpg");
	height: 100%;
    left: 33px;
    top: 6px;
    width: 100%;
}
.aside-and-main main .tile-menu .item-151 .image {
    /* background-position: -117px -646px;
    height: 80px;
    left: 42px;
    top: 18px;
    width: 87px; */
	background-image: url("../images/ikonki/bloknot.jpg");
	height: 100%;
    left: 42px;
    top: 6px;
    width: 100%;
}
/* Меню с картинками под слайдером */
.aside-and-main main .images-menu {
    margin: 6px 0;
}
.aside-and-main main .images-menu .item {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 155px;
    width: 250px;
}
.aside-and-main main .images-menu .item ~ .item {
    margin-left: 8px;
}
.aside-and-main main .images-menu .item-125 {
	
    background-position: 0 -726px;
}
.aside-and-main main .images-menu .item-126 {
	background-image: url("../images/chashka1.png");
	background-size: contain; 
    /*background-position: 0 -881px;*/

}
.aside-and-main main .images-menu .item-127 {
	background-image: url("../images/futdolka1.png");
	background-size: contain; 
    /*background-position: 0 -1036px;*/
}
/* Табличка с ценами */
.aside-and-main main table.price {
    border-bottom: 1px solid #cccdcc;
    border-left: 1px solid #cccdcc;
    border-right: 1px solid #cccdcc;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 25px;
    width: 100%;
}
.aside-and-main main table.price .wide {
    width: 25%;
}
.aside-and-main main table.price .narrow {
    width: 12,5%;
}
.aside-and-main main table.price caption {
    background-color: #76a956;
    border-bottom: 1px solid #c4c5c3;
    border-left: 1px solid #a8b89c;
    border-right: 1px solid #a8b89c;
    border-top: 1px solid #c4c5c3;
    color: #fff;
    font-size: 19px;
    line-height: 100%;
    padding: 14px 10px 13px;
    text-align: left;
}
.aside-and-main main table.price thead th {
    background: #a7cc8d;
    border-bottom: 1px solid #c4c5c3;
    border-top: 1px solid #dddddc;
	font-family: "PTSansBold", sans-serif;
	font-weight: normal !important;
}
.aside-and-main main table.price tbody td {
    border-top: 1px solid #d4e6c7;
    box-shadow: 0 1px 0 #dddddc inset;
	font-family: "PTSansRegular", sans-serif;
}

.first {
	font-family: "PTSansBold", sans-serif !important;
}

.aside-and-main main table.price th,
.aside-and-main main table.price td {
    font-family: "PTSansNarrowRegular", sans-serif;
    font-size: 16px;
    line-height: 100%;
    padding: 14px 10px 13px;
    text-align: center;
}
.aside-and-main main table.price tbody tr ~ tr td {
    border-top: 1px solid #bdbebd;
    box-shadow: none;
}
.aside-and-main main table.price td span {
    font-family: "PTSans", sans-serif !important;
}
/* Статьи */
.aside-and-main main .item-page .item-header {
    /* background-color: #f9a44f; */
    /* background-color: #0362ad; */
    background-color: #f97105;
    color: #fff;
    margin-bottom: 6px;
    padding: 7px 10px 7px;
    text-align: center;
}
.aside-and-main main .item-page .item-header h1 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
}
/* Формы */
.aside-and-main main .default-form {
    color: #747474;
    margin-top: 15px;
}
.aside-and-main main .default-form .field-item {
    margin: 6px 0;
}
.aside-and-main main .default-form .field-item .label-container {
    float: left;
    padding-top: 7px;
    text-align: right;
    text-transform: uppercase;
    width: 256px;
}
.aside-and-main main .default-form.sendmockup .field-item .label-container {
    width: 151px;
}
.aside-and-main main .default-form .field-item .input-container {
    margin-left: 271px;
}
.aside-and-main main .default-form.sendmockup .field-item .input-container {
    margin-left: 160px;
}
.aside-and-main main .default-form .field-item .label-container ~ .input-container {
    float: left;
    margin-left: 15px;
    width: 496px;
}
.aside-and-main main .default-form.sendmockup .field-item .label-container ~ .input-container {
    margin-left: 9px;
    width: 607px;
}
.aside-and-main main .default-form .field-item .input-container.checkboxes div {
    line-height: 28px;
    margin: 5px 0;
}
.aside-and-main main .default-form .field-item .input-container.checkboxes div label {
    vertical-align: middle;
}
.aside-and-main main .default-form .field-item .input-container .wide {
    width: 331px;
}
.aside-and-main main .default-form.sendmockup .field-item .input-container .wide {
    width: 479px;
}
.aside-and-main main .default-form .field-item .input-container .narrow {
    width: 124px;
}
.aside-and-main main .default-form .field-item .input-container input[type="text"],
.aside-and-main main .default-form .field-item .input-container input[type="number"] {
    background: #fff;
    border: 1px solid #b9b9b9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #747474;
    font-family: "PTSansNarrowRegular", sans-serif;
    font-size: 18px;
    height: 40px;
    margin: 0;
    padding: 0 10px;
}
/* Кастомные селекты */
.aside-and-main main .default-form .field-item .input-container .select-wrapper {
	background: #fff;
	border: 1px solid #b9b9b9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	cursor: default;
	display: inline-block;
	color: #747474;
    font-family: "PTSansNarrowRegular", sans-serif;
    font-size: 18px;
	line-height: 100%;
	position: relative;
    vertical-align: middle;
}
.aside-and-main main .default-form .field-item .input-container .select-wrapper .selected {
	line-height: 40px;
    overflow: hidden;
	padding-left: 10px;
	padding-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aside-and-main main .default-form .field-item .input-container .select-wrapper .open {
	background: url("../images/sprite.png") 0 -1191px no-repeat;
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	z-index: 50;
}
.aside-and-main main .default-form .field-item .input-container .select-wrapper .options {
	background: #fff;
	border: 1px solid #ded8c9;
	display: none;
	left: -1px;
    max-height: 250px;
    overflow-y: auto;
	position: absolute;
	/* right: -1px; */
	top: 100%;
    z-index: 100;
    width: 280px;
}
.aside-and-main main .default-form .field-item .input-container .select-wrapper .options div div {
	padding: 4px;
}
.aside-and-main main .default-form .field-item .input-container .select-wrapper .options div div:hover {
	background: #f2f0e7;
}
/* Кастомные чекбоксы и переключатели */
.aside-and-main main .default-form .field-item .input-container .custom-checkbox {
    background: url("../images/sprite.png") 0 -1231px no-repeat;
    display: inline-block;
    height: 28px;
    margin-left: 5px;
    margin-right: 10px;
    width: 28px;
}
.aside-and-main main .default-form .field-item .input-container .custom-checkbox.checked {
    background-position: 0 -1259px;
}
/* Кнопка "Отправить" */
.aside-and-main main .default-form input[type="submit"] {
    background-color: #f9a44f;
    border-bottom: 1px solid #d2bda5;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #fff;
    display: inline-block;
    font: 20px/40px "PTSansNarrowRegular", sans-serif;
    margin: 20px 0 0 0;
    min-height: 40px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 256px;
}
/* Элементы формы загрузки макета */
.aside-and-main main .default-form.sendmockup .required-fields-notice,
.aside-and-main main .default-form.sendmockup .submit-form,
.aside-and-main main .default-form.sendmockup .files-type-notice {
    text-align: center;
}
.aside-and-main main .default-form.sendmockup .required-fields-notice,
.aside-and-main main .default-form.sendmockup .files-type-notice {
    font-size: 22px;
}
.aside-and-main main .default-form.sendmockup .required-fields-notice {
    color: #f9a44f;
    margin-bottom: 12ox;
    margin-top: 25px;
}
.aside-and-main main .default-form.sendmockup .files-type-notice {
    color: #747474;
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}
.aside-and-main main .default-form.sendmockup input[type="submit"] {
    width: 340px;
}
.aside-and-main main .default-form.sendmockup .required {
    color: #f9a44f;
    font-size: 39px;
    line-height: 20px;
    vertical-align: middle;
}
.aside-and-main main .default-form.sendmockup .required:before {
    content: "*";
}
/* Поле для выбора файла для загрузки */
.aside-and-main main .default-form.sendmockup .file-input {
    margin-top: 15px;
}
.aside-and-main main .default-form.sendmockup .file-input .label {
    color: #747474;
    font-size: 21px;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.aside-and-main main .default-form.sendmockup .file-input .controls .filename {
    border: 1px solid #b9b9b9;
    float: left;
    font-size: 18px;
    line-height: 38px;
    min-height: 38px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 288px;
}
.aside-and-main main .default-form.sendmockup .file-input .controls .browse {
    background-color: #e3e4e5;
    border: 1px solid #b9b9b9;
    display: block;
    float: right;
    font-size: 18px;
    line-height: 38px;
    min-height: 38px;
    text-align: center;
    width: 151px;
}
.aside-and-main main .default-form.sendmockup .file-input .controls .browse:active {
    background-color: #c3c4c5;
}
/* Сообщение об успешной отправке */
.aside-and-main main .item-page.success-message {
    color: #747474;
    text-align: center;
}
.aside-and-main main .item-page.success-message .text {
    font-size: 22px;
    line-height: 50px;
    text-transform: uppercase;
}
.aside-and-main main .item-page.success-message .image {
    margin-top: 50px;
}
/* Меню "Готовы просчитать ваш заказ" */
.aside-and-main main .printingprice-menu {
    margin-top: 35px;
    text-align: center;
}
.aside-and-main main .printingprice-menu .item {
    background-color: #f9a44f;
    border-bottom: 1px solid #d2bda5;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}
/* Таблица с ценами второго типа */
.aside-and-main main .price-2 {
    border: none;
    border-collapse: collapse;
    color: #525151;
    margin: 18px 0;
    text-align: center;
    width: 100%;
}
.aside-and-main main .price-2 caption {
    font-family: "PTSansBold", "bold", sans-serif;
    font-size: 20px;
    line-height: 100%;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: left;
    text-transform: uppercase;
}
.aside-and-main main .price-2 th,
.aside-and-main main .price-2 td {
    border-top: 2px solid #c5c6c6;
    padding: 5px 5px;
}
.aside-and-main main .price-2 td {
	font-family: "PTSansRegular", sans-serif;
}
.aside-and-main main .price-2 td  b{
	font-family: "PTSansRegular", sans-serif;
}
.tirazh strong {
	font-family: "PTSansRegular", sans-serif !important;
}
.aside-and-main main .price-2 td ~ td {
    width: 14.28%;
}
.aside-and-main main .price-2 thead {
    font-family: "PTSansBold", "bold", sans-serif;
    font-size: 20px;
}
.aside-and-main main .price-2 tbody {
    font-size: 24px;
}
.aside-and-main main .price-2 thead tr th {
    background-color: #73a952;
    color: #fff;
	font-size: 20px;
}
.th2 {
	font-size: 24px !important;
}
.aside-and-main main .price-2 thead tr ~ tr th {
    background-color: #a6cd8c;
    border-top: 2px solid #a0c6af;
    color: #525151;
}
.aside-and-main main .price-2 .even {
    background-color: #a6cd8c;
}
/* Таблица с ценами третьего типа */
.aside-and-main main .price-3 {
    border-bottom: 1px solid #c9ded5;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #a0c5b4;
    font-family: "PTSansRegular", sans-serif;
    font-size: 20px;
    margin: auto;
    width: 80%;
}
.aside-and-main main .price-3 thead th {
    background-color: #a6cd8c;
}
.aside-and-main main .price-3 th,
.aside-and-main main .price-3 td {
    border-bottom: 1px solid #a0c5b4;
    border-top: 1px solid #c9ded5;
    padding: 6px 12px;
}
.aside-and-main main .price-3 th {
    font-weight: normal;
}
.aside-and-main main .price-3 tr th,
.aside-and-main main .price-3 tr td {
    text-align: left;
}
.aside-and-main main .price-3 tr th ~ th,
.aside-and-main main .price-3 tr td ~ td {
    text-align: center;
    width: 20%;
}
/* Таблица с ценами четвёртого типа */
.aside-and-main main .price-4 {
    border-bottom: 1px solid #c9ded5;
    border-collapse: separate;
    border-spacing: 0;
    font-family: "PTSansRegular", sans-serif;
    font-size: 20px;
    margin: 75px auto 0;
    width: 80%;
}
.aside-and-main main .price-4 caption {
    font-family: "PTSansBold", "bold", sans-serif;
    margin-bottom: 5px;
    text-align: left;
}
.aside-and-main main .price-4 th {
    background-color: #73a952;
    color: #fff;
    font-family: "PTSansBold", "bold", sans-serif;
    font-weight: normal;
    padding: 7px 12px;
}
.aside-and-main main .price-4 th,
.aside-and-main main .price-4 td {
    text-align: center;
    width: 20%;
}
.aside-and-main main .price-4 td {
    background-color: #a6cd8c;
    border-bottom: 1px solid #a0c5b4;
    border-top: 1px solid #c9ded5;
    padding: 6px 12px;
}
.aside-and-main main .price-4 td ~ td {
    background-color: #fff;
}
/* Табличка с информацией о книге перед табличкой с ценами */
.aside-and-main main .pre-price {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    color: #525151;
    font-family: "PTSansBold", "bold", sans-serif;
    font-size: 18px;
    margin: 30px auto 0;
    width: 80%;
}
.aside-and-main main .pre-price .narrow {
    width: 160px;
}
/* Таблица с ценами пятого типа */
.aside-and-main main .price-5 {
    border-bottom: 1px solid #c5c6c6;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #d3d4d4;
    color: #525151;
    font-family: "PTSansRegular", sans-serif;
    font-size: 20px;
    margin: 5px auto 0;
    width: 80%;
}
.aside-and-main main .price-5 caption {
    font-family: "PTSansBold", "bold", sans-serif;
    margin-bottom: 5px;
    text-align: left;
}
.aside-and-main main .price-5 th {
    background-color: #73a952;
    color: #fff;
    font-family: "PTSansBold", "bold", sans-serif;
    font-weight: normal;
    padding: 7px 12px;
}
.aside-and-main main .price-5 th[rowspan] {
    background-color: #a6cd8c;
    border-bottom: 1px solid #c8c9c9;
    color: #525151;
}
.aside-and-main main thead tr th {
    border-top: 1px solid #d7d8d8;
}
.aside-and-main main thead tr ~ tr th {
    border-bottom: 1px solid #c8c9c9;
    border-top: none;
}
.aside-and-main main .price-5 th,
.aside-and-main main .price-5 td {
    padding: 6px 12px;
    text-align: center;
    width: 20%;
}
.aside-and-main main .price-5 td {
    background-color: #a6cd8c;
    border-bottom: 1px solid #c8c9c9;
    border-top: 1px solid #d7d8d8;
}
.aside-and-main main .price-5 td ~ td {
    background-color: #fff;
}
/* Таблица с ценами шестого типа */
.aside-and-main main .price-6 {
    border-bottom: 1px solid #a4c8b7;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #b2d0c2;
    color: #525151;
    font-family: "PTSansRegular", sans-serif;
    font-size: 22px;
    width: 100%;
}
.aside-and-main main .price-6 caption {
    font-family: "PTSansBold", "bold", sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: left;
}
.aside-and-main main .price-6 th {
    background-color: #73a952;
    color: #fff;
    font-family: "PTSansBold", "bold", sans-serif;
    font-weight: normal;
    padding: 7px 12px;
}
.aside-and-main main .price-6 th[rowspan] {
    background-color: #a6cd8c;
    border-bottom: 1px solid #a4c8b7;
    color: #525151;
    font-size: 14px;
}
.aside-and-main main thead tr th {
    border-top: 1px solid #b2d0c2;
    font-size: 14px;
}
.aside-and-main main thead tr ~ tr th {
    border-bottom: 1px solid #a4c8b7;
    border-top: none;
    font-size: 22px;
}
.aside-and-main main .price-6 th,
.aside-and-main main .price-6 td {
    padding: 6px 12px;
    text-align: center;
}
.aside-and-main main .price-6 td {
    background-color: #a6cd8c;
    border-bottom: 1px solid #a4c8b7;
    border-top: 1px solid #b2d0c2;
}
.aside-and-main main .price-6 td ~ td {
    background-color: #fff;
}
.aside-and-main main .price-6 .narrow {
    width: 9.5%;
}
/* Таблица с ценами седьмого типа */
.aside-and-main main .price-7 {
    border-bottom: 1px solid #a4c8b7;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #b2d0c2;
    color: #525151;
    font-family: "PTSansRegular", sans-serif;
    font-size: 22px;
    width: 80%;
}
.aside-and-main main .price-7 caption {
    font-family: "PTSansBold", "bold", sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: left;
}
.aside-and-main main .price-7 th {
    background-color: #73a952;
    color: #fff;
    font-family: "PTSansBold", "bold", sans-serif;
    font-weight: normal;
    padding: 7px 12px;
}
.aside-and-main main .price-7 th[rowspan] {
    background-color: #a6cd8c;
    border-bottom: 1px solid #a4c8b7;
    color: #525151;
    font-size: 14px;
}
.aside-and-main main thead tr th {
    border-top: 1px solid #b2d0c2;
    font-size: 14px;
}
.aside-and-main main thead tr ~ tr th {
    border-bottom: 1px solid #a4c8b7;
    border-top: none;
    font-size: 22px;
}
.aside-and-main main .price-7 th,
.aside-and-main main .price-7 td {
    padding: 6px 12px;
    text-align: center;
}
.aside-and-main main .price-7 td {
    background-color: #a6cd8c;
    border-bottom: 1px solid #a4c8b7;
    border-top: 1px solid #b2d0c2;
}
.aside-and-main main .price-7 td ~ td {
    background-color: #fff;
}
.aside-and-main main .price-7 .narrow {
    width: 20.5%;
}
/* Таблица с ценами восьмого типа */
.aside-and-main main .price-8 {
    border-bottom: 1px solid #b7d3c7;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #a0c5b4;
    color: #525151;
    font-family: "PTSansRegular", sans-serif;
    font-size: 18px;
    width: 100%;
}
.aside-and-main main .price-8 caption {
    font-family: "PTSansBold", "bold", sans-serif;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: left;
}
.aside-and-main main .price-8 th,
.aside-and-main main .price-8 td {
    border-bottom: 1px solid #b7d3c7;
    border-top: 1px solid #a0c5b4;
    text-align: left;
}
.aside-and-main main .price-8 th ~ th,
.aside-and-main main .price-8 td ~ td {
    text-align: center;
}
.aside-and-main main .price-8 th {
    background-color: #a6cd8c;
    font-family: "PTSansBold", "bold", sans-serif;
    font-weight: normal;
    padding: 10px;
}
.aside-and-main main .price-8 td {
    padding: 5px 10px;
}
.aside-and-main main .price-8 .column-1 {
    width: 300px;
}
.aside-and-main main .price-8 .column-2 {
    width: 160px;
}


.price.columns-10 {
	    color: #525151;
		border-bottom: none !important;
		border-top: none !important;
		border-right: none !important;
}
.price.columns-10 thead th {
	    font-size: 18px !important;
		border-bottom: none !important;
		border-top: none !important;
		border-right: 1px solid #b2d0c2;
		padding: 4px 10px 4px !important;
		font-size: 16px !important;
}

.price.columns-10 tbody td {
		border-bottom: 1px solid #d4e6c7;
		border-top: none !important;
	    border-right: 1px solid #b2d0c2;
		padding: 4px 10px 4px !important;
		font-size: 16px !important;
}

.price.columns-10 caption {
	    font-family: "PTSansBold", "bold", sans-serif !important;
		padding: 3px 10px 10px !important;
		line-height: 9px !important;
		font-size: 16px !important;
		border-bottom: none !important;
		border-top: none !important;
}
.price.columns-10 tr {
		border-bottom: none !important;
		border-top: none !important;
}

.price.columns-11 {
	    color: #525151;
		border-bottom: none !important;
		border-top: none !important;
		border-right: none !important;
}
.price.columns-11 thead th {
	    font-size: 18px !important;
		border-top: none !important;
		border-right: 1px solid #b2d0c2;
		padding: 4px 8px 4px !important;
		font-size: 16px !important;
}

.price.columns-11 tbody td {
		border-bottom: 1px solid #d4e6c7;
		border-top: none !important;
	    border-right: 1px solid #b2d0c2;
		padding: 4px 10px 4px !important;
		font-size: 16px !important;
}

.price.columns-11 caption {
	    font-family: "PTSansBold", "bold", sans-serif !important;
		padding: 3px 10px 10px !important;
		line-height: 9px !important;
		font-size: 16px !important;
		border-bottom: none !important;
		border-top: none !important;
}
.price.columns-11 tr {
		border-bottom: none !important;
		border-top: none !important;
}

.laminac {
	    color: #525151;
		border-bottom: none !important;
		border-top: none !important;
		border-right: none !important;
}
.laminac thead th {
	    font-size: 18px !important;
		border-bottom: none !important;
		border-top: none !important;
		border-right: 1px solid #b2d0c2;
		padding: 4px 8px 4px !important;
		font-size: 16px !important;
}

.laminac tbody td {
		border-bottom: 1px solid #d4e6c7;
		border-top: none !important;
	    border-right: 1px solid #b2d0c2;
		padding: 4px 10px 4px !important;
		font-size: 20px;
}

.laminac p {
	    font-family: "PTSansNarrowRegular", sans-serif !important;
		padding: 1px 10px 1px !important;
		font-size: 18px !important;
		border-bottom: none !important;
		border-top: none !important;
		text-align: center !important;
		background: #76A956;
		color: #fff;
		margin-top: 0px;
		margin-bottom: 5px;
		line-height: 150%;
}
.laminac-tr {
		background: #76A956;
}
.laminac-tr td {
		font-size: 16px !important;
		font-family: "PTSansBold", "bold", sans-serif !important;
		background: #a6cd8e;
}
.laminac-tr2 td {
		font-size: 16px !important;
		font-family: "PTSansRegular", sans-serif !important;
}
.laminac tr {
		border-bottom: none !important;
		border-top: none !important;
}

.trebov p {
		font-family: "PTSansNarrowRegular", sans-serif !important;
		padding: 6px 10px 6px 40px !important;
		font-size: 16px !important;
		border-bottom: none !important;
		border-top: none !important;
		background: #76A956;
		color: #fff;
		margin-top: 0px;
		margin-bottom: 5px;
		font-weight: bold;
}

.tirazh {
	    color: #525151;
		border-bottom: none !important;
		border-top: none !important;
		border-right: none !important;
}
.tirazh thead th {
	    font-size: 18px !important;
		border-bottom: none !important;
		border-top: none !important;
		border-right: 1px solid #b2d0c2;
		padding: 4px 8px 4px !important;
		font-size: 16px !important;
}

.tirazh tbody td {
		border-bottom: 1px solid #d4e6c7;
		border-top: none !important;
	    border-right: 1px solid #b2d0c2;
		padding: 4px 10px 4px !important;
		font-size: 20px;
}

.tirazh p {
	    font-family: "PTSansNarrowRegular", sans-serif !important;
		padding: 1px 10px 1px !important;
		font-size: 18px !important;
		border-bottom: none !important;
		border-top: none !important;
		text-align: center !important;
		background: #76A956;
		color: #fff;
		margin-top: 0px;
		margin-bottom: 5px;
		line-height: 150%;
}
.tirazh-tr {
		background: #76A956;
}
.tirazh-tr td {
		font-size: 16px !important;
		line-height: 16px !important;
		font-family: "PTSansBold", "bold", sans-serif !important;
}
.tirazh tr {
		border-bottom: none !important;
		border-top: none !important;
}
.tirazh-td1 {
	    background: #a6cd8e;
		color: #525151 !important;
}

.blanki {
	    color: #525151;
		border-bottom: none !important;
		border-top: none !important;
		border-right: none !important;
}
.blanki thead th {
	    font-size: 18px !important;
		border-bottom: none !important;
		border-top: none !important;
		border-right: 1px solid #b2d0c2;
		padding: 4px 8px 4px !important;
		font-size: 16px !important;
}

.blanki tbody td {
		border-bottom: 1px solid #d4e6c7;
		border-top: none !important;
	    border-right: 1px solid #b2d0c2;
		padding: 10px 10px 10px !important;
		font-size: 16px !important;
}

.blanki p {
	    font-family: "PTSansNarrowRegular", sans-serif !important;
		padding: 1px 10px 1px !important;
		font-size: 20px !important;
		border-bottom: none !important;
		border-top: none !important;
		text-align: center !important;
		background: #76A956;
		color: #fff;
		margin-top: 0px;
		margin-bottom: 5px;
}
.blanki-tr {
		background: #76A956;
}
.blanki-tr td {
		font-size: 14px !important;
		font-family: "PTSansBold", "bold", sans-serif !important;
		padding: 3px 10px 10px !important;
		line-height: 9px !important;
}
.blanki tr {
		border-bottom: none !important;
		border-top: none !important;
}
.blanki-td1 {
	    background: #a6cd8e;
		color: #525151 !important;
		font-family: "PTSansBold", "bold", sans-serif !important;
}
#blanki2 td {
	    font-size: 16px !important;
		line-height: 100%;
		padding: 4px 10px 4px !important;
}



.skan {
	    color: #525151;
		border-bottom: none !important;
		border-top: none !important;
		border-right: none !important;
}
.skan thead th {
	    font-size: 18px !important;
		border-bottom: none !important;
		border-top: none !important;
		border-right: 1px solid #b2d0c2;
		padding: 4px 8px 4px !important;
		font-size: 16px !important;
}

.skan tbody td {
		border-bottom: 1px solid #d4e6c7;
		border-top: none !important;
	    border-right: 1px solid #b2d0c2;
		font-size: 16px !important;
}

.skan p {
	    font-family: "PTSansNarrowRegular", sans-serif !important;
		padding: 1px 10px 1px !important;
		font-size: 18px !important;
		border-bottom: none !important;
		border-top: none !important;
		text-align: center !important;
		background: #76A956;
		color: #fff;
		margin-top: 0px;
		margin-bottom: 5px;
		line-height: 150%;
}
.skan-tr {
		background: #76A956;
}
.skan-tr td {
		font-size: 14px !important;
		font-family: "PTSansBold", "bold", sans-serif !important;
		padding: 5px 10px 7px !important;
}
.skan tr {
		border-bottom: none !important;
		border-top: none !important;
}
.skan-td1 {
	    background: #a6cd8e;
		color: #525151 !important;
		font-family: "PTSansBold", sans-serif !important;
}
#skan2 td {
	    font-size: 16px !important;
		padding: 4px 10px 4px !important
}
.nomer {
		font-family: "PTSansRegular", sans-serif !important;
}


.plastkart {
	    color: #525151;
		border-bottom: none !important;
		border-top: none !important;
		border-right: none !important;
}
.plastkart thead th {
	    font-size: 18px !important;
		border-bottom: none !important;
		border-top: none !important;
		border-right: 1px solid #b2d0c2;
		padding: 4px 8px 4px !important;
		font-size: 16px !important;
}

.plastkart tbody td {
		border-bottom: 1px solid #d4e6c7;
		border-top: none !important;
	    border-right: 1px solid #b2d0c2;
		padding: 4px 10px 4px !important;
		font-size: 20px;
}

.plastkart p {
	    font-family: "PTSansNarrowRegular", sans-serif !important;
		padding: 1px 10px 1px !important;
		font-size: 20px !important;
		border-bottom: none !important;
		border-top: none !important;
		text-align: center !important;
		background: #76A956;
		color: #fff;
		margin-top: 0px;
		margin-bottom: 5px;
}
.plastkart-tr {
		background: #76A956;
}
.plastkart-tr td {
		font-size: 16px !important;
		line-height: 18px !important;
		font-family: "PTSansBold", "bold", sans-serif !important;
}
.plastkart tr {
		border-bottom: none !important;
		border-top: none !important;
}
.plastkart-td1 {
	    background: #a6cd8e;
		color: #525151 !important;
		font-family: "PTSansBold", sans-serif !important;
}

.nakleyka {
	    color: #525151;
		border-bottom: none !important;
		border-top: none !important;
		border-right: none !important;
}
.nakleyka thead th {
	    font-size: 18px !important;
		border-bottom: none !important;
		border-top: none !important;
		border-right: 1px solid #b2d0c2;
		padding: 4px 5px 4px !important;
		font-size: 14px !important;
}

.nakleyka tbody td {
		border-bottom: 1px solid #d4e6c7;
		border-top: none !important;
	    border-right: 1px solid #b2d0c2;
		padding: 4px 10px 4px !important;
		font-size: 14px !important;
}

.nakleyka p {
	    font-family: "PTSansNarrowRegular", sans-serif !important;
		padding: 1px 10px 1px !important;
		font-size: 20px !important;
		border-bottom: none !important;
		border-top: none !important;
		text-align: center !important;
		background: #76A956;
		color: #fff;
		margin-top: 0px;
		margin-bottom: 5px;
}
.nakleyka-tr {
		background: #76A956;
}
.nakleyka-tr td {
		font-size: 16px !important;
		line-height: 18px !important;
		font-family: "PTSansBold", "bold", sans-serif !important;
}
.nakleyka tr {
		border-bottom: none !important;
		border-top: none !important;
}
.nakleyka-td1 {
	    background: #a6cd8e;
		color: #525151 !important;
		font-family: "PTSansBold", sans-serif !important;
}
.nakleyka caption {
	    font-family: "PTSansBold", "bold", sans-serif !important;
		padding: 3px 10px 10px !important;
		line-height: 9px !important;
		font-size: 16px !important;
		border-bottom: none !important;
		border-top: none !important;
}


.konvert {
	    color: #525151;
		border-bottom: none !important;
		border-top: none !important;
		border-right: none !important;
}
.konvert thead th {
	    font-size: 18px !important;
		border-bottom: none !important;
		border-top: none !important;
		border-right: 1px solid #b2d0c2;
		padding: 4px 8px 4px !important;
		font-size: 16px !important;
}

.konvert tbody td {
		border-bottom: 1px solid #d4e6c7;
		border-top: none !important;
	    border-right: 1px solid #b2d0c2;
		padding: 4px 10px 4px !important;
		font-size: 14px !important;
}

.konvert p {
	    font-family: "PTSansNarrowRegular", sans-serif !important;
		padding: 1px 10px 1px !important;
		font-size: 18px !important;
		border-bottom: none !important;
		border-top: none !important;
		text-align: center !important;
		background: #76A956;
		color: #fff;
		margin-top: 0px;
		margin-bottom: 5px;
		line-height: 150%;
}
.konvert-tr {
		background: #76A956;
}
.konvert-tr td {
		font-size: 14px !important;
		line-height: 16px !important;
		font-family: "PTSansBold", "bold", sans-serif !important;
}
.konvert tr {
		border-bottom: none !important;
		border-top: none !important;
}
.konvert-td1 {
	    background: #a6cd8e;
		color: #525151 !important;
}


.kalendar-p {
		color: #fff;
		background-color: #76a956;
		text-decoration: none;
		padding: 3px 10px 3px 0px;
		font-size: 20px;
		margin: 0;
		margin-bottom: 5px;
		text-align: center;
}

.kalendar-p2 {
	font-size: 14px;
    margin-bottom: 0;
    margin-top: 3px;
    line-height: 10px;
	margin-left: 20px;
}
.kalendar-p3 {
	font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0;
    line-height: 13px;
	margin-left: 20px;
}
.kalendar-p4 {
	font-size: 14px;
    margin-bottom: 0;
    margin-top: 3px;
    line-height: 13px;
	margin-left: 20px;
}
.kalendar-p5 {
	font-size: 14px;
    margin-top: 3px;
    margin-bottom: 5px;
    line-height: 13px;
	margin-left: 20px;
}

.kalendar2016 {
		margin-bottom: 0 !important;
		width: 421px !important;
		margin-left: 13px;
}
.aside-and-main main table.kalendar2016 caption {
		padding: 7px !important;
		font-size:14px !important;
}
.aside-and-main main table.kalendar2016 th {
		font-size:14px !important;
		padding: 3px 5px !important;
}
.aside-and-main main table.kalendar2016 td {
		font-size:14px !important;
		padding: 3px 5px !important;
		
}

.price.columns-10.dizain thead > tr > th {
	background-color: #76a956;
    border-bottom: 1px solid #c4c5c3;
    border-left: 1px solid #a8b89c;
    border-right: 1px solid #a8b89c;
    border-top: 1px solid #c4c5c3;
    color: #fff;
    font-size: 19px;
    line-height: 100%;
    padding: 14px 10px 13px;
    text-align: left;
}
table p.dizain-1 {
	margin: 0;
    font-family: "PTSansRegular", sans-serif;
    font-size: 16px;
	text-align: left;
    padding: 5px 10px 3px;
}
table p.dizain-2 {
	margin: 0;
    font-family: "PTSansRegular", sans-serif;
    font-size: 16px;
	text-align: left;
    padding: 0 10px 3px;
}
.price.columns-10.dizain td {
	font-family: "PTSansRegular", sans-serif;
}
.price.columns-10.dizain th {
    font-size: 18px !important;
}
a.navedenie {
	background-color: #76a956;
}
a.navedenie:hover {
	background-color: #216b3f !important;
}