* {
  box-sizing: border-box; 
  margin: 0;
  padding: 0;
  }
html{
	min-height: 100%;
}
h1,h2,h3,h4{
	font-weight: normal;
}
body {
  font-family: PTSerif_Regular, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  background: #fff;
  color: #6d6e71; 
  min-width: 1200px;
  height: 100%;
}

a{color: #003399;}
main, section{
	display: block;
	width: 100%;
    min-width: 1024px;
}
main{
	position: relative;
	padding-bottom: 0;
	min-height: calc(100vh);
}
/*main.main{
	background: url(../images/1.jpg)no-repeat 50% 100%;
    background-size: 100%;
    position: relative;
}
main.main:after{
	display: block;
	height: 50%;
	width: 100%;
	content: '';
	background: linear-gradient(
	to bottom, 
	rgba(255,255,255,0) 0%,
	rgba(255,255,255,0.15) 25%,
	rgba(255,255,255,0.55) 50%,
	rgba(255,255,255,1) 75%,
	rgba(255,255,255,1) 100%);
	bottom: 0;
	position: absolute;
	z-index: 0;
}*/
main.other{
	background: #fff url('../images/2.jpg')no-repeat 50% 80px;
	background-size: cover;
}
h1{
font-size: 30px;
}
h2, h3{
	font-size: 24px;
    color: #003399;
	line-height: 1;
}
h4{
	font-size: 18px;
    font-weight: normal;
    margin: 10px 0;
}

input, textarea{outline: none;}
section{background: transparent;}
section.main_secton{
	background: transparent;
	background-size: cover; 
	min-height: 609px;
	position: relative;
}

/*section.main_secton:after{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 23%;
	background: linear-gradient(to top, #fff, rgba(255,255,255, 0));
	bottom: 0;
	left: 0;
}*/
section.allContent{
    padding-bottom: 30px;
	min-height: calc(100vh - 235px);
}
article ol, article ul:not(.categor_menu){
    padding: 20px 0;
    max-width: 850px;
    list-style: none;
}
article ul:not(.categor_menu) li{
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}
article ul:not(.categor_menu) li:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 20px;
    height: 20px;
	background: url('../images/ul_li.png')no-repeat center;
	background-size: contain;
}



article img[align="left"]{
	margin: 20px 20px 5px 0;
}

article img[align="right"]{
	margin: 20px 0 5px 20px;
}

article small{
	line-height: 1;
    display: inline-block;
    margin-top: 5px;
    color: #003399;
}

section.allContent p{
    margin: 10px 0;
    font-size: 16px;
}
header{
	display: block;
	height: 100px;
	background: #003399;
}
.page_breadcrumb{
	height: 40px;
    line-height: 1.2;
    font-size: 13px;
    color: #999;
}

.blueStrip{
	width: 100%;
	height: 15px;
	background: #003399;
}
.container{
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1400px;
	min-width: 1024px;
}
.container:after{
	display: table;
	content: '';
	clear: both;
}
section .container.main{
	padding: 20px 10px;
	min-height: 678px;
}
.main_title{
	min-height: 45px;
	color: #003399;
	border-bottom: 1px solid #003399;
	margin-bottom: 10px;

}
.main_title h2{
	font-size: 25px;
	font-weight: normal;
	line-height: 1.2;
}
.tableDiv{
	display: table;
	width: 100%;
	height: 100%;
}
.tableDiv_cell{
	display: table-cell;
	vertical-align: middle;
}
.top-panel.logo{width: 18%; position: relative;}

.top-panel.logo:after{
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	content: '';
	width: 1px;
	height: 70px;
	margin-top: -35px;
	background: #fff;
}
.top-panel.logo img{margin-top: 5px;}
.top-panel.search{
	padding-left: 30px;
	padding-top: 10px;
    position: relative;
    color: #fff;
    width: 56%;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1.2;
}
.top-panel.search input.top-panel_search{
	width: 50%;
	height: 40px;
	outline: none;
	border: 1px solid #003399;
	padding: 0 40px 0 10px;
	transition: all 0.5s;
}
.top-panel.search input.top-panel_search:focus{
	width: 100%;
	box-shadow: 0 0 10px rgba(120, 159, 236, 0.81);
}
.top-panel.search input.top-panel_search_button{
	position: absolute;
	right: 0;
	top: 50%;
    margin-top: -19px;
	width: 40px;
	height: 36px;
	background: #003399 url('../images/search_top.png')no-repeat center;
	background-size: 64%;
	border: 0;
	outline: 1px solid #fff;
}
.top-panel.contacts{
	text-align: right;
	width: 15%;
	color: #fff;
}
.top-panel.contacts span{
	font-size: 20px;
	letter-spacing: 0.05em;
}
.top-panel.contacts a{
	color: #fff;
	text-decoration: underline;
}
.top-panel.contacts a:hover{text-decoration: none;}

a{text-decoration: none;}
a:hover{
	text-decoration: none;
	opacity: .8; }
    
.fourblocks{
	display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content:space-between;
    align-items: flex-start;
    padding-top: 10%;
    max-width: 1200px;
    margin: 0 auto;
}
.fourblocks_item {
	border: 3px solid rgba(0, 51, 153, 0.15);
	position: relative;
    width: 24%;
    height: auto;
    text-align: center;
    background: rgba(255,255,255,0.15);
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}   
.fourblocks_item:hover{
	/*background: rgba(255,255,255,1);*/
}

.fourblocks_item_title{
	color: black;
    padding: 0 27px;
    width: 100%;
    position: absolute;
    top: 16%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
} 

.fourblocks_item_title h3{
	font-size: 26px;
	line-height: 1;
	color: #003399;
	font-weight: normal;
}
.fourblocks_item:hover{
	transform: scale(1.025);
	overflow: hidden;
} 


.icon{
	width: 100%;
    position: relative;
    display: block;
    padding: 50%;
    margin: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 1;
} 

.icon.about{background: url(../images/peregovory.png) no-repeat 50% 84%; background-size: 60%;}   
.icon.service{background: url(../images/kejs.png) no-repeat 50% 76%;background-size: 52%;}  
.icon.calculator{ background: url(../images/kalkuljator.png) no-repeat 50% 73%; background-size: 45%;}   
.icon.book{background: url(../images/rukopozhatie.png) no-repeat 50% 91%; background-size: 60%;} 
.icon.pen{background: url(../images/pen.png) no-repeat 50% 40%; background-size: 40%;} 


.ph {
	color:green;
}
/*////////////////////////////////CALC///////////////*/

.calc{
	display: table;
	width: 100%;
    /*border: 2px solid #003399;*/
    margin-bottom: 15px;
}
.calc_cell_box{
	width: 50%;
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding: 0 30px 30px 0;
	position: relative;
}
.calc_cell{
	width: 100%;
	min-height: 1px;
	margin-bottom: 20px;
}
.calc_cell_box legend{
	display: block;
}
.calc_cell_box.left legend{
	margin-bottom: 20px;
}
.calc_cell_box legend b{
	color: #003399;
}
.calc_cell_row.hide{
	display: none;
}
.calc_cell_row{
	margin: 10px 0;
	position: relative;
}
.calc_cell_row span{
	position: absolute;
	text-align: center;
	left: 0;
	top:0;
	width: 40px;
	height: 40px;
	background: #003399;
	color: #fff;
	line-height: 40px;
}
.calc_cell_row input{
    width: 100%;
    height: 40px;
    border: 1px solid #003399;
}
.calc_cell_box.left .calc_cell_row input:not(.btn){
	 padding: 0 10px 0 50px;
}
.calc_cell_row input.btn{
	width: 55%;
}
.div_btn{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 5px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	float: right;
	cursor: pointer;
	background: url('../images/calc_but.png') no-repeat;
}
#Add{
	background-position: 0 0; 
}
#Rem{
	background-position: 0px -44px;
}
.div_btn:hover{opacity: 0.75;}
.calc_cell_box.right .calc_cell_row label{
	display: block;
	margin-bottom: 5px;
}
.calc_cell_box.right .calc_cell_row input:not(.enter){padding: 0 10px; width: 65%;}

input.enter{
	width: 100%;
	padding: 0 10px;
}

.calc_cell_row.ASS, .calc_cell_row.ECS, .calc_cell_row.LIN{
	display: none;
}
.calc_cell_row.NMCK{
	border: 2px solid #003399;
	margin-top: 40px;
	padding: 20px;
}
.calc_cell_row.buttons input{
	background: #003399;
	color: #fff;
	padding: 0 10px;
}
.calc_cell_row.buttons input:hover{opacity: 0.75;}
.calc_cell_row img{
	position: absolute;
    right: 0;
    bottom: 0;
}
#errmsg{
	display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 35px;

}
.answer{
	margin: 15px 0;
	padding: 15px;
	border: 2px dashed #003399;
	text-align: center;
	color: #003399;
}

i.red{
	color: red;
    font-size: 13px;
    line-height: normal;
    display: inline-block;
}
footer{
	padding-bottom: 14px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.75), rgba(255,255,255,0));
    height: 115px;
    width: 100%;
    position: absolute;
    bottom:0;
}

.tableDiv_cell.bottom_contacts{
	text-align: right;
	width: 15%;
	top: 13px;
	position: relative;
}
.tableDiv.bottom.no_inx .tableDiv_cell.bottom_contacts p{font-size: 14px; color: #003399;}
.tableDiv.bottom.inx .tableDiv_cell.bottom_contacts p{font-size: 14px; color: #003399;}

.bottom_menu{
    margin-top: 20px;
    padding: 0;
    list-style: none;
    text-align: left;
    position: relative;
}
.bottom_menu:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.bottom_menu li{
	margin: 10px 0;
	padding: 0px 10px 0 10px;
	display: inline-block;
	border-right: 1px solid #003399;
}
.bottom_menu li:last-child{border-right: 0;}
.bottom_menu li.selected a{border-bottom: 2px solid #003399;}
.bottom_menu li a{
	font-size: 14px;
	display: block;
}
.bottom_title{
	font: 19px OpenSansRegular;
	color: #003399;
}
.tableDiv.bottom.no_inx .bottom_menu li a{color: #003399;}
.tableDiv.bottom.inx .bottom_menu li a{color: #003399;}
section.widthAside{
	width: 100%;
	display: table;
}
article, aside{
	display: table-cell;
	vertical-align: top;
}

aside{
	width: 340px;
	padding: 0px 0px 20px 0;
}
article{
	width: 980px;
	padding: 0px 30px;
	background: rgba(255,255,255,.6);
	border-left: 1px solid #003399;
	float: left;
}
.left_menu{
	list-style-type: none;
	margin-right: 30px;
	margin-bottom: 20px;
}
.left_menu_li{
	margin: 10px 0;
	height: 40px;
	line-height: 40px;
	background: rgba(255,255,255,0.5);
	transition: all 0.5s;
	position: relative;
}
.left_menu_li:first-child{
	margin: 0 0 10px;
}
.left_menu_li.selected, .left_menu_li:hover{
	background: #003399;
	
}
.left_menu_li.selected:after{
	position: absolute;
    right: -39px;
    content: '';
    top: 0;
    
}
.left_menu_li a{
	display: block;
	font-size: 20px;
	padding-left: 5px;
}

.left_menu_li.selected a, .left_menu_li:hover a{
	color: #fff;
	opacity: 1;
}

.categor_menu{
	list-style: none;
	margin-bottom: 30px;
}
.categor_menu:after{
	display: table;
	content: '';
	clear: both;
}
.categor_menu li{
	display: block;
    border: 1px solid #003399;
    width: 50%;
    text-align: center;
    float: left;
}
.categor_menu li a{
	display: block;
	padding: 12px 35px;
	position: relative;
	font-size: 18px;
}
.categor_menu li a:hover{
	opacity: 1;
}
.categor_menu li a.selected{
	background: #003399;
	color:#fff;
}
.categor_menu li a.selected:after{
	position: absolute;
	display: block;
	top: 85%;
	left: 50%;
	margin-left: -15px;
	content: '';
	border: 15px solid transparent;	
	border-top: 15px solid #003399;
}


/*Carousel*/
section.etp_slider{
	height: 140px;
	position: relative;
    bottom: 0;
}
.ETP_carousel_wrapp{
	width: 100%;
	height: 110px;
	position: relative;
	top: 20px;
}
.ETP_carousel{
	width: 100%;
	height: 100%;
}
.ETP_carousel_item{
	height: 110px;
	border: 2px solid #fff;
	border-radius: 5px;
	
}
.ETP_carousel_item a{
	display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-left: 110px;
}
.ETP_name{
	display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
    color: rgba(21, 35, 49, 0.93);
    font-size: 14px;
    text-transform: uppercase;
}
.button_wrapp{
	margin-top:40px;	
	text-align: center;
}
.button_wrapp .button{
	color: #fff;
	display: inline-block;
	position: relative;
	height: 60px;
	font-size: 20px;
	background: #003399;
	padding: 0 30px 0 70px;
	border-radius: 10px;
	line-height: 60px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

i.toCont{
	display: block;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/send.png)no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.button_wrapp .button:hover i.toCont{
	transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
}
.reviews{
	display: flex;
	width: 100%;
	justify-content: space-around;
	margin: 30px 0;
	flex-wrap: wrap;
}
.reviews_item{
	position: relative;
	width: 300px;
	height: 430px;
	margin-bottom: 30px;
	text-align: center;
	border: 1px solid #003399;
}
a.reviews_link{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.calc_mess{display: none;}
.calc_mess.visible{display: block;}

.box-modal{
	width: 800px;
    margin: 0 auto;
    padding: 20px 60px 20px 70px;
    border-radius: 5px;
    position: relative;
    background: #fff;
    text-align: justify;
}
.box-modal.to-print{
	background: #fff;
	width: 1060px;
	padding: 10px;
}
.box-modal_close.arcticmodal-close{
	position: absolute;
    height: 30px;
    width: 30px;
    right: 10px;
    top: 10px;
    background: url(../images/error.png)no-repeat center;
    background-size: contain;
    cursor: pointer;
}

/*/////////////*/
.print_area{
	color: #000;
	display: block;
}
.print_area h1, .print_area h2,.print_area h3,.print_area p{
	color: #000;
}
.print_area h2{font-size: 22pt; margin: 20px 0; text-align: center;}
.print_area h3{font-size: 15pt; margin: 20px 0;}
.result{
	display: table;
	width: 100%;
	border: 1px solid #000;
	margin: 20px 0;
}
.result_row{display: table-row;}
.result_sell{
	display: table-cell;
	padding:3px 5px;
	text-align: center;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 10pt;
	line-height: 10pt;
	vertical-align: middle;
}
.result_row:last-child .result_sell{
	border-bottom: 0;
}
.result_sell:last-child{
	border-right: 0;
}
.result_sell input[type="text"]{
	border: none;
	text-align: center;
}
.result_sell input[type="date"]{
	width: 88pt;
	height: 13pt;
	border: 0;
	text-align: center;
}
.result_sell .price{
	display: block;
	margin: 5px 0;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	line-height: 17px;
}
.result_sell.long{
	width: 220px;
	text-align: left;
}
.result_sell input.small{
	width: 20pt;
}
.result_foo{
	font-size: 11pt;
}
.result_foo:after{
	content: '';
	display: table;
	clear: both;
}
.print_area .total_price, .result_foo .date{
	font-weight: bold;
	font-size: 12pt;
	border-bottom: 1px solid #000;
}
.print_button_block{
	margin: 30px 0;
	text-align: center;
}
.print_button{
	background: #003399;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
}
.mod_buttons .print_button{
	display: none;
	background: #418036;
}
.mod_buttons .print_button.vis{
	display: inline-block;
}
.Predl{
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.result_sell .Predl_cell input[type="text"]{
	width: 22pt;
	text-align: left;
}
/*////////////////*/
.inx-boxes{
	/*display: flex;
	justify-content: center;
	flex-wrap: wrap;*/
	position: relative;
	width: 100%;
	height: 669px;
	margin: 30px 0;
	cursor: pointer;
	overflow: hidden;
}
.box_item{
	position: absolute;
	top: 0;
	height: 300px;
	width: 31%;
	background: #fff;
	margin: 10px;
	padding: 20px;
	text-align: center;
	color: #003399;
	border: 2px solid #003399;
	overflow: hidden;
	z-index: 1;
	transition: all .75s;
	-webkit-transition: all .75s;
}
.fst{left: 10px;}
.sec{right: 20px;}
.third{left: 10px;top: 320px;}
.foth{left: 33.5%;top: 320px;}
.fifth{right: 20px;top: 320px;}


.box_item.hovered{
	height: 620px;
}
.box_item.hovered > .box_item_descript{
	display: block;
}
.box_item .icon{
	width: 100%;
    height: 205px;
    position: relative;
    display: block;
	margin-top: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 1;
    padding: 0;
}
.box_item .icon.about{
	background: url(../images/peregovory.png) no-repeat 50% 35%;
    background-size: initial;
}
.box_item .icon.calculator{
	background:url(../images/kalkuljator.png) no-repeat 50% 33%;
    background-size: initial;
}
.box_item .icon.service{background: url(../images/kejs.png) no-repeat 50% 36%;background-size: initial;}  
.box_item .icon.book{background: url(../images/rukopozhatie.png) no-repeat 50% 35%; background-size: initial;} 

.box_item.big{
	width: 63.5%;
}
.box_item.big .icon{
	width: 50%;
    float: left;
}
.box_item_descript{
	text-align: justify;
	padding: 20px 10px;
	display: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.box_item.big .box_item_descript {
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
}
.box_item.big .box_item_descript span{
	position: absolute;
    width: 90%;
    text-align: justify;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 50%;
}
.box_item h2{
	position: relative;
}
.box_item:hover{
	box-shadow: 0 0 30px #fff;
	background: rgba(255,255,255,0.45);
}


#quantity{
	background: #fff4f4;
	transition: background 0.5s;
	transition-timing-function: ease-out;
}
#quantity.yes{
	background: #e3fee2;
}






