	@charset "utf-8";
/* CSS Document for module #mailing */
/* Copyrights © Domino Ltd. */
/* Autor : B. Dimov : dimov@domino.bg */
/* 08.06.2010-8.2017 */
@import "https://fonts.googleapis.com/css?family=Comfortaa:400,700|Open+Sans:400,400i,600|Fira+Sans:400,500,600,700&subset=cyrillic";

*{
	box-sizing: border-box;
}
html {
	font-size: 12px;
}
body {
	background-color: #F6F8Fa;
	margin:0;
}
body, p, div {
	font-size: 1rem;
	font-family: 'Fira Sans', sans-serif;
}
a {
	color: #f60;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-weight: 700;
	margin: 15px 5px 5px;
	font-size: 1.8rem;
	text-indent:0;
	color: #ff6600;
	font-family: Comfortaa, cursive;
	text-align: center;
	line-height: 1.5rem;
}
h2 {
	text-indent:0;
	text-align: center;
	font-size: 1.5rem;
	color: #6b6b99;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	line-height: 1.9rem;
	margin: 5px 5px 5px;
}
.title {
	font-weight: 700;
	margin: 15px 5px 5px;
	font-size: 1.5em;
	text-indent:0;
	color: #ff6600;
	font-family: 'Fira Sans', sans-serif;
	text-align: center;
	line-height: 1.5em;
}
.title2 {
	font-size: 1.2rem;
	color: #6b6b99;
	font-family: Comfortaa, cursive;
	font-weight: 700;
	line-height: 1.9rem;
	margin: 5px 5px 5px;
}
.title2 b {
	font-size:1.2rem;
	color:#ff6600;
	}
.msg .title, .msg .title2 {
	font-size: 1.3rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.55rem;
	margin: 5px 5px;
	text-align: justify;
}
.msg .title {
	margin-top: 1rem;
}
.msg a {
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-family: 'Open Sans', sans-serif;
	display: block;
}
.msg .centre {
	text-align: center;
}
.msgf .title, .msgf .title2 {
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 1.7rem;
	font-family: 'Open Sans', sans-serif;
	margin: 5px 5px;
	text-align: justify;
}
.msgf a {
	font-weight: 700;
	font-size: 1.2rem;
	/*line-height: 1.5rem;*/
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
}
.uvod {
	font-size: 1.1rem;
	text-indent: 2em;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	margin: 15px 1.5rem;
	text-align: justify;
}
.uvod strong {
	color: #000;
}
/* askForms */
#askForm {
	margin: 15px auto 15px auto;
	max-width: 750px;
	width: 100%;
}
#askForm.outer {
	padding: 0 5px;
}
.fx1 {
	display: flex;
	flex-direction: column;
}
.fx1.but-cont {
	justify-content: center;
	align-items: center;
	padding: 1rem;
}
.fx2 {
	display: flex;
	flex-wrap: wrap;
}
.fx2 .leftF {
	flex: 1 0 280px;
}
.fx2 .rightF {
	flex: 0 0 150px;
}

.fx5, .fx4 {
	display: flex;
	flex-wrap: nowrap;
}
.fx5 .book {
	flex: 0 0 40%;
}
.fx5 .broy, .fx5 .broy-u {
	flex: 0 0 12%;
}
.fx5 .price {
	flex: 0 0 15%;
}
.fx5 .suma {
	flex: 0 0 21%;
}
.fx2e {
	display: flex;
	flex-wrap: nowrap;
}
.fx2e .sumatxtp, .fx2e .sumatxte, .fx2e .sumatxt {
	flex: 0 0 64%;
	line-height: 1.8;
	padding-right: 5px;
	padding-top: 5px;
}
.fx2e .suma_totalp, .fx2e .suma_totale, .fx2e .suma_total {
	flex: 0 0 36%;
	line-height: 1.8;
}
.fx2e input, .fx5 input, .fx4 input {
	width: 98%;
	width: calc( 100% - 6px );
}

.fx4 .book {
	flex: 0 0 50%;
}
.fx4 .broy {
	flex: 0 0 14%;
}
.fx4 .price {
	flex: 0 0 15%;
}
.fx4 .suma {
	flex: 0 0 21%;
}

#askF, #askFB, #askFH, #askFF {
	width: 100%;
}
#askF, #askFB {
	border: 2px solid #6b6b99;
	padding: 1px;
}
#askFH, #askFF {
	border: 2px solid #aaa;
}
#mailing	{
	text-align: center;
}
input, textarea	{
	color: #000000;
	border: 1px solid #666666;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-family: 'Fira Sans', sans-serif;
	padding: 2px;
}
input[type="button"] {
    border-radius: 6px;
    display: block;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    background: linear-gradient(rgba(255, 102, 0, 0.2) 0%, rgba(255, 102, 0, 1) 60%);
    color: #fff;
	border: 1px solid #888;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-family: Comfortaa, cursive;
	padding: 2px 7px;
	margin: auto;
}
input.small-button {
	display: inline;
	font-size: 1.2rem;
	line-height: 1.5rem;
}
input[name="iskam"] {
	float: left;
}
select {
	color: #000000;
	border: 1px solid #666666;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-family: 'Fira Sans', sans-serif;
	min-width: 230px;
}
option {
	color: #000000;
}
#askForm input:focus, #askForm select:focus, #askForm textarea:focus {
	outline: 2px solid #f60;
}
#askForm .ord input[name^="suma"]:focus, #askForm .ord input[name^="xsuma"]:focus {
	outline: none;
}
#askForm .radio	{
	border: 1px solid #053378;
	padding: 0px 0px 1px 0px;
	margin: 0px;
}
#askForm .radio_fokus	{
	border: 1px solid #f60;
	padding: 0px 0px 1px 0px;
	margin: 0px;
}

#askForm .select	{
	border: 1px solid #053378;
	padding: 0px;
	padding-bottom: 1px!important;
	margin: 0px;
	display: inline;
}
#askForm .select_fokus	{
	border: 1px solid #f60;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#askForm .mandat {
	border: 1px solid #FF0000;
}

label	{
	color: #000;
}
label[for="iskam"] {
	font-size: 1.2rem;
	margin-left: 2rem;
	display: block;
}
.txtout {
	margin: 1rem;
}
#askForm p.txt	{
	font-size: .835rem;
	line-height: 1rem;
	font-family: 'Open Sans', sans-serif;
	padding: 4px 10px;
	margin: .25rem;
	color: #000;
}

#askForm span {
	color: #e60;
	font-weight: 500;
}
#askForm span.black {
	color: #000;
}
#askForm .txtout .black {
	margin-left: -.4175rem;
}
#askForm .msg {
	color: #69c;
	font-size: 1.1rem;
	font-weight: bold;
	font-style: normal;
	padding: 3px 7px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #69c;
	border-left-width: 9px;
	margin-top: 10px;
	text-indent: 0;
}
#askForm .erro {
	color: #f00;
	border: 1px solid #f00;
	border-left-width: 9px;
}
#askForm .wrn {
	color: #f60;
	border: 1px solid #f60;
	border-left-width: 9px;
}
#askForm .row1 {
	background-color: #EEF0F0;
}

#askForm .row0 {
	background-color: #E8EBEC;
}

#askForm .rightF {
	padding: 3px 3px 3px 13px;
}
#askForm td.rightF {
	padding-top: 9px;
	vertical-align: top;
}
#askForm td.leftF input {
	margin-bottom: .25rem;
} 
.mar {
	margin: 3px 10px;
}
#askForm .leftF	{
	text-align: left;
	color: #666;
	padding: 5px;
}
#askForm .leftF	span {
	color: #6b6b99;
	font-family: 'Open Sans', sans-serif; 
	font-size: .9rem;
	font-style: italic;
}

ul {
	display: block;
	list-style-type: none;
	margin-block-end: 1rem;
	margin-block-start: 1rem;
	padding-inline-start: 10px;
	padding: 0;  
	margin: .5rem 1rem;
}

li:before {
	content: "\2022";
	color: #f60;
	display: inline-block; 
	width: 1rem;
	margin-left: -1rem;
}
.info {
	margin: .5rem;
	text-align: left;
}
.info p {
	text-indent: 1rem;
}
.ord input {
	text-align: right;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-family: 'Fira Sans', sans-serif;
	/*padding-right: 2px;*/
	border: 0 solid #fff;
	border-radius: 3px;
    background-color: transparent;
}
.ord input[name^="broy"].zero, .ord input[name^="suma"].zero,
.ord input[name^="xbroy"].zero, .ord input[name^="xsuma"].zero {
	color: #bbb;
}
.ord {
	border-radius: 4px;
	width: 100%;
}
#ord {
	border: 2px solid #6b6b99;
}
#ordx {
	border: 2px solid #598;
}
#askForm .ordCont {
	width: 100%;
	padding: 5px 0 5px 0;
}
.ord caption, .ord .caption, .ord .caption2 {
	background-color: #6b6b99;
	padding: .33rem;
	text-align: center;
	font-weight: 700;
	font-size: 1.9rem;
	font-family: Comfortaa, cursive;
	color: #fff;
	/*border-radius: 4px 4px 0 0;*/
}
#ordx .caption {
	background-color: #598;
	font-weight: 700;
	font-size: 1.7rem;
	font-family: Comfortaa, cursive;
}
#ord .caption3 {
	background-color: #555;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-family: 'Open Sans', sans-serif;
}
#ordx .caption2 {
	background-color: #598;
	color: #fff;
	font-weight: 400;
	font-size: 1.3rem;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	border-top: 1px solid #bbb;
}
#ordx .fx1 {
	border-bottom: 1px solid #bbb;
}
#askForm .leftF label, #askForm .rightF label {
	font-weight: 500;
}

.ord .th, .ord .fx5 > div, .ord .fx4 > div {
	border-width: 0 1px 1px 0;
	border-color: #bbb;
	border-style: solid;
}
.ord .th {
	background-color: #f8f8f8;
	padding: 2px 1px;
	text-align: center;
	
}
.ord .th:last-child, .ord .fx5 div:last-child, .ord .fx4 div:last-child {
	border-right: 0px solid #fff;
}
.ord .fx5 > div, .ord .fx4 > div {
	color: #333;
	/*padding: 2px 1px;
	text-align: center;*/
	font-family: 'Fira Sans', sans-serif;
}
.ord .book {
	font-size: 1.1rem;
	padding: 0 2px;
	line-height: 1.3;
}
.ord .book h3 {
	font-size: 1.1rem;
	font-weight: 500;
	margin: .5rem 0;
}
.ord .va-top {
	vertical-align: top;
	text-align: right;
}
.ord .va-top input {
	margin: .5rem .25rem 1rem 0;
	font-size: 1.4rem;
	line-height: 1.67rem;
}
.ord input[name*="suma_total_"] {
	font-size: 1.4rem;
}
#askForm .ord .row1	{
	background-color: #EEF0F0;
}

#askForm .ord .row0	{
	background-color: #fff;
}
.ord .sumatxt {
	background-color: #6b6b99;
	text-align: right;
	color: #fff;
	border: none;
	font-weight: bold;
	font-size: 1.3em;
}
#ordx .sumatxt {
	background-color: #598;
}
.ord .sumatxtp, .ord .sumatxte {
	text-align: right;
	color: #333;
	border: none;
	font-weight: bold;
	font-size: 1.1rem;
}
.ord .sumatxtp {
	background-color: #E4EEEE;
}
.ord .sumatxte {
	background-color: #F0F4F4;
}
.ord .suma, .ord input[name^="suma"], .ord input[name^="xsuma"] {
	color: #000;
	border: none;
}
.ord .suma_total,.ord input[name$="suma_total"] {
	background-color: #f60;
	color: #fff;
	text-align: right;
	border: none;
	font-weight: bold;
	padding-top: 2px;
}
.ord .suma_totalp,.ord input[name$="suma_total_p"], .ord .suma_totale,.ord input[name$="suma_total_e"] {
	color: #333;
	text-align: right;
	border: none;
	font-weight: bold;
	padding-top: 2px;
}
.ord .suma_totalp,.ord input[name$="suma_total_p"] {
	background-color: #f8f8f8;
	text-align: right;
}
.ord .suma_totale,.ord input[name$="suma_total_e"] {
	background-color: #fff;
	text-align: right;
}
.ord input[name$="suma_total"] {
	font-size: 1.8rem;
}
.ord .th, label[for^="broy"] {
	font-size: 1rem;
	line-height: 1.2rem;
	font-family: 'Fira Sans', sans-serif;
	color: #000;
}
label[for^="broy_u"] {
	font-size: .95rem;
}
.ord .price_txt {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 1.25rem;
	text-align: right;
	padding-right: 2px;
	padding-top: 1rem;
	line-height: 1rem;
}
#ordx .price_txt {
	margin-bottom: .5rem;
}
#ordx .va-top input[name^="xsuma_"] {
	margin-bottom: 0;
}
.ord i { /*.price_txt*/
	font-style: normal;
	font-weight: normal;
	font-size: 0.835rem;
	margin: .25rem 0;
	display: block;
}
#ordx .price_txt i {
	/*font-style: normal;*/
	font-weight: bold;
	font-size: 1rem;
	color: #f60;
}
.topheader {
    background: #747375 none repeat scroll 0 0;
    height: 50px;
    padding-top: 5px;
    width: 100%;
}
.topheader img {
    display: block;
    margin: auto;
}
#header {
    background-color: #403c3a;
    height: 40px;
    width: 100%;
    display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 0 calc( (100% - 400px) / 2 );
}
#header a {
    background-color: #403c3a;
    color: white;
    display: block;
    margin: 0;
    padding: 1px;
    text-decoration: none;
	font-size: 1.1rem;
	font-family: 'Open Sans', sans-serif;
}
.footer {
  	border-top: 1px solid #d6d6d6;
    color: #999;
    font-size: 0.9rem;
    margin: 0 auto;
    max-width: 750px;
    padding: 5px 2px;
    white-space: nowrap;
    width: 100%;
    width: calc( 100% - 44px );
}
#dload {
	border: 1px solid #6b6b99;
	border-radius: 4px;
}
#dload td {
	padding:5px 15px;
	border: 1px solid #C6C6D7;
}
.off { display: none;}
.plus {
	color: #fff;
	font-style: italic;
	padding: 10px 0 10px 1.5em;
	text-align: left;
	font-family: Open Sans, Verdana, Tahoma, Arial,sans-serif; 
	font-size: 1.2rem;
	font-weight: normal;
	cursor: pointer;
	background-color: #557;
	text-decoration: underline;
}
.plus::after {
	content: "+";
	float: right;
	font-weight: bold;
	font-size: 1.8rem;
	margin-right: 1.5rem;
	color: #fff;
	transition: transform 0.3s ease 0s;
}
.clicked::after {
	transform: rotate(45deg) scale(1.3);
	color: #e80;
}
#askForm .ord .accent .row0 {
	background-color: #ffc;
}
#askForm .ord .accent .row1 {
	background-color: #eeb;
}
.discount {
	text-align: right;
}
.ord .discount i { /*.price_txt*/
	font-style: normal;
	font-weight: 700;
	font-size: 1.2rem;
	margin: 0;
	display: inline-block;
	padding: 0 .5rem;
	background-color: #f60;
	color: #fff;
}
.red {
	color: #f60;
}
#askForm .leftF span.r600 {
	font-weight: 600;
	color: #f60;
}
.nowrp {
	white-space: nowrap;
}
#askForm .price-list .fx5 .book {flex: 0 0 55%;}
#askForm h3 span.autor {font-weight: normal; color: #333;}
.pms {
	text-align: center;
	font-weight: bold;
}