@font-face {
  font-family: 'akz';
  src: url('/static/css/font/AkzProRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'akzBold';
  src: url('/static/css/font/AkzProBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'akzBlack';
  src: url('/static/css/font/AkzProXBd.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'akzMd';
  src: url('/static/css/font/AkzProMd.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'akzLt';
  src: url('/static/css/font/AkzProLight.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}






@font-face {
  font-family: 'PTserif';
  src: url('/static/css/font/PT_Serif-Web-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PTserif_bold';
  src: url('/static/css/font/PT_Serif-Web-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PTserif_italic';
  src: url('/static/css/font/PT_Serif-Web-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




article .autotable {
    overflow: auto;
    margin: 30px 0 30px 0;
}

article table {
    border-collapse: collapse;
    border-spacing: 0;
	min-width:100%;
}

article .tables tr:first-child td {
    color: #fff;
	    font-family: akzMd;
		font-size: 19px;
		padding:20px;
		background-color:transparent;
			vertical-align:top
}

article .tables tr td:first-child {
	
	padding-left:40px;

	
}

article .tables tr td:last-child {
	
	padding-right:40px;
	text-align:right;
	
}

article .tables tr:nth-child(2) td {
	padding-top:20px;
}

article .tables tr.last_block td div{
	
	
	border:0;
	
}

article .tables tr.last_block td{
padding-bottom:20px;
}

article .tables tr td.ammount{
	
	    background-image:url(/static/images/background_mil.jpg?4) ! important;
	color:#fff;
	font-family: akzMd;
	padding:20px;
	text-align:center;
	font-size:23px;
	text-transform:uppercase
	
}

article .tables tr td.ammount span{
	font-family: akzBold;
	font-size:35px;
}



article .tables tr td:nth-child(2) {
	
	text-align:center;
	
}

article .tables tr:first-child {
    background-image:url(/static/images/background_mil.jpg?4) ! important;
	text-transform:uppercase;
	    font-family: akzMd;
		font-size: 19px;
}


article .tables tr td.table_title div{
	
	border-bottom:0;
	
}

article .tables tr.single td.table_title div, article .tables .single td div{
	
	border-bottom:1px solid #666;
	
}


article .tables tr td.table_title{
    font-family: akzMd;
	color:#B22222;
	font-size: 18px;
	text-align:left;
}

article .tables tr td {
    transition: all .3s;
	 font-family:akzMd;
	 font-size: 18px;
	 background-color:rgba(122,128,144,.1);
	
}

article .tables tr td div{
	
	padding:12px 0;
	border-bottom:1px solid #ccc;
	vertical-align:bottom
	
}

/* article .tables tr:nth-child(even) {
    background-color: #eee;
} */

article .tables td {
    margin: 0;
    color: #333;
    vertical-align:bottom;
    font-size: 19px;
}





*{box-sizing:border-box;
outline:none}


html{
	
	scroll-behavior: smooth
	
}

body{
	 
 margin:0;
 padding:0;
 font-family:PTserif;
	font-size:18px;
 background-color:#fff;
 color:#222
	
}

.qr{
	
	float:right;
	margin-left:30px;
}


.memo{
padding: 30px 30px 30px;
border:5px solid #fff;
}

.memo .flex_text{
	
	color:#fff;
	
}


header{
	
	background-color:#B22222;
	padding:18px 20px;
	position:fixed;
	width:100%;
	z-index:200;
	min-height:62px;
top: 0;
}

header .container{
	
	font-family:akzBold;
	font-size:25px;
	text-align:center;
	color:#fff;
	width:100%;
	max-width:766px;
	margin:0 auto;
	position:relative;
	text-transform:uppercase;
	text-shadow: 1px 1px 3px #660000;
}

header .container a{
	
	color:#fff;
	text-decoration:none;
	
}

.burger{

	position: absolute;
    top:50%;
    right:25px;
	transform:translateY(-50%);
    width: 50px;
    height: 50px;
    background-image: url(/static/images/burger2.svg);
    background-size: contain;
	cursor:pointer
	
}
strong, b{
	font-family:PTserif_bold;
	
}


footer{
	
	background-color:#202224;
	padding:50px 20px 40px;
	margin-top:40px;
	
}

.container_footer{
	
	width:100%;
	max-width:766px;
	margin:0 auto;
	
}

.menu_footer, .contact_footer{
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
	align-items: center;
    justify-content: center;
}

.menu_footer li{
	font-family: akzMd;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding-right: 12px;
    margin-right: 12px;
    text-transform: uppercase;
    border-right: 1px solid #999DA6;
}





.menu_footer li:last-child{
	padding-right:0;
	margin-right:0;
		border-right:0;
	
}

.menu_footer li a{
	
	color:#999DA6;
	text-decoration:none;
	display:block;
}


.contact_footer{
	
	padding-top:60px;
	
}

.contact_footer li span, .contact_footer li a{
	display:block;
	color:#999DA6;
	text-decoration:none;
	font-size: 16px;
}

.contact_footer{
	
	justify-content: space-between;
	font-family:PTserif;
		color:#999DA6;
		font-size:14px;
}

.contact_footer li{
	padding-right:20px;
}

.contact_footer li:last-child{
	padding-right:0;
}
	

.contact_footer .tel_footer, .contact_footer .mode_footer {
    padding-left:40px;
    position: relative;
}


.contact_footer .map_footer{
	padding-left:30px;
	position:relative;
	
	
}

.contact_footer .tel_footer:after{
display: block;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(/static/images/tel.svg);
    background-size: contain;
	background-repeat:no-repeat;
    position: absolute;
    top:6px;
    left: 0;
}

.contact_footer .map_footer:after{
display: block;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(/static/images/adres.svg);
    background-size: contain;
	background-repeat:no-repeat;
    position: absolute;
   top:6px;
    left: 0;
}

.contact_footer .mode_footer:after{
display: block;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(/static/images/mode.svg);
    background-size: contain;
	background-repeat:no-repeat;
    position: absolute;
    top:6px;
    left: 0;
}

.copy_footer{
	
	padding-top:50px;
	text-align:center;
	font-family:akz;
	color:#999DA6;
	font-size:15px
}


.container_wrap{
	
	display:flex;
	flex-direction:column;
	min-height:100vh
	
}

main{
	
	
	 flex-grow:1
	
}


main{
	
	padding: 170px 20px 0 20px;
	width:100%;
	max-width:806px;
	margin:0 auto;
	
}

main p, main ul{
    font-family: PTserif;
    font-size: 19px;
    margin: 0 0 20px;
	list-style:none;
	padding:0;
}

main ul li{
	
	position:relative;
	margin-bottom:20px;
	padding-left:35px;
}

main ul li:after{
	display:block;
	content:"";
	width:20px;
	height:20px;
	background-image:url(/static/images/stars.svg);
	background-size:contain;
	position:absolute;
	top:4px;
	left:0;
	
}



main h1, main .article_title {
	display:block;
	text-decoration:none;
    font-family: akzBold;
    font-size:23px;
    font-weight: normal;
    text-transform: uppercase;
	padding:0 0 40px 0;
	margin:0;
	color:#B22222
}

main .zag{
	 font-family: akzBold;
    font-size:36px;
	line-height:40px;
    font-weight: normal;
    text-transform: inherit;
	padding:0 0 20px 0;
	margin:0;
	color:#222
}

main .tizer{
	font-family: PTserif;
    font-size:23px;
    margin: 0 0 20px;
    list-style: none;
    padding: 0;
	
}

main .photo{
	padding-bottom:20px;
	position:relative
}


main .photo span{
	position:absolute;
	background-color:#B22222;
	color:#fff;
	padding:10px 20px;
	text-transform:uppercase;
	font-family:akz;
	font-size:15px;
	left:10px;
	top:10px;
}

main .photo img{
	
	width:100%;
	  aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center top;
	
}


main h2 {
	font-size: 27px;
    line-height: 32px;
    font-weight: normal;
    padding: 10px 0 20px 0;
    margin: 0;
    font-family:akzBold;
}


.book_article{
	display:flex;
}

.book_article span{
  display:block;
  font-family: akzBold;
	font-size:19px;
	padding-bottom:5px;
}


main .book_article h2 {
    font-size:30px;
    line-height: 35px;
    font-weight: normal;
    padding: 0 0 20px 0;
    margin: 0;
    font-family:akzBold;
}


.book_article div:first-child{
	
	margin-right:35px;
}

.book_article div:first-child img{
	
	width:170px;
	
}

.book_article{
	
	border-bottom:1px solid #eee;
	margin-bottom:30px;
	padding-bottom:30px;
	
	
}

.article_container .article_item, .article_container .article_item_int{
	
	margin-bottom:35px;
	padding-bottom:40px;
	border-bottom:1px solid #eee;
	position:relative;
	
}


.article_container .article_item h2{
	
	display:block;
    font-size: 30px;
    line-height: 35px;
    font-weight: normal;
    padding: 0 0 35px 0;
    margin: 0;

}

.article_container .article_item h2 a, .article_container .article_item_int h2 a{
   display:block;
    font-size: 30px;
    line-height: 35px;
    font-weight: normal;
	    font-family: akzBold;
	color:#222;
	text-decoration:none;
}

.article_container .article_item h2 a:after{
	
	display:block;
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	
}


.article_container .article_item .article_cont{
	display:flex;
}


.article_container .article_item .article_cont div:first-child{
	
	width:37%;
	padding-right:30px;
	padding-top:5px;
}

.article_container .article_item .article_cont div:last-child{
	
	width:63%;
	
}

.article_container .article_item .article_cont div:last-child span{
	
	display:block;
 padding-top:20px;
 font-family: akz;
    font-size: 14px;
    color: #bfbfbf;
	
}

.article_container .article_item_int span{
	
	display:block;
 padding-top:20px;
 font-family: akz;
    font-size: 14px;
    color: #bfbfbf;
	
}

.article_container .article_item .article_cont div:first-child img{
	
	width:100%;
	min-width:100px;
	vertical-align:bottom;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center top;
}

p.author{
	font-family: 'akz';
    margin-bottom: 5px;
    font-size: 17px;
	
}

p.data{
	
	font-family: 'akz';
    font-size: 17px;
	color:#bfbfbf
}

.wrap_flex{
	
	display:flex;
	justify-content: space-between;
	align-items:top;
	
}

.wrap_flex a {
    display: block;
    font-family: akz;
    text-decoration: none;
    font-size: 18px;
    color: #B22222;
    padding-right: 27px;
    position: relative;
}

.wrap_flex a:after{
	display:block;
	content:"";
	position:absolute;
	right:0;
	width:20px;
	height:20px;
	background-image:url(/static/images/str_r.svg);
	background-size:cover;
}

.wrap_flex a:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 18px;
    height: 20px;
    background-image: url(/static/images/str_r.svg);
    background-size: contain;
    background-repeat: no-repeat;
}



@media only screen and (max-width: 1350px) {
	

	
	header .container {
    font-size: 30px;
	}
	
}


@media only screen and (max-width: 1070px) {

	header .container {
    font-size: 20px;
	}	
	
}	



@media only screen and (max-width: 860px){
.menu_footer {
    display: none;
}

footer {

    padding:40px;
}

.contact_footer {
    padding-top:0;
	display:block
}

.contact_footer .map_footer {
    padding-left: 40px;
}

.contact_footer .map_footer:after {
    left: 5px;
}

.contact_footer li {
    padding-right:0;
    margin-bottom: 20px;
}

.contact_footer li:last-child {
    margin-bottom:0;
}

.burger {

    width: 40px;
    height: 40px;
}

}

@media only screen and (max-width: 750px) {
.book_article{
	display:block;
}

.article_container .article_item h2, .article_container .article_item_int h2{
    padding: 0;
    margin: 0;
}

.article_container .article_item, .article_container .article_item_int {
    margin-bottom: 30px;
    padding-bottom:0;
   border-bottom:0;
    position: relative;
}

main h1, main .article_title {

    font-size: 20px;

    padding: 0 0 30px 0;
}

main .zag {

    font-size: 30px;
    line-height: 35px;
}

main .tizer {
	
    font-size: 21px;

}

.book_article {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

main h2, .article_container .article_item h2 a, .article_container .article_item_int h2 a, main .book_article h2   {
font-size: 23px;
line-height:28px;
}	

.article_container .article_item .article_cont div:first-child, .article_container .article_item .article_cont p, .article_item_int p{
	display:none;
}

.article_container .article_item .article_cont div{
    width: 100%;
}



main p, main ul li{

    font-size: 17px;

}


article .tables td {
vertical-align:bottom;
}


.contain_menu_block ul li a {
      font-size: 18px;
}


}


@media only screen and (max-width: 600px) {

header .container {
    font-size: 20px;
}


}


@media only screen and (max-width: 550px){

header .container {
    font-size: 19px;
    text-align: left;
    padding-right:65px;
}


.qr{
	
	float:none;
	margin-bottom: 15px;
	margin-left:0;
}

}


@media only screen and (max-width: 470px) {

	
header .container {
   
    font-size:18px;

}

}

@media only screen and (max-width: 470px) {
	
.memo img{
	
	    height: 250px;
    object-fit: contain;
	
}	

.memo{
padding:15px;
border: none;
}

	
.wrap_main_image_title {
  font-size:17px;
    line-height: 23px;
    bottom: 10px;
    left: 13px;
    padding-right: 13px;
}	

main {
    padding: 50px 20px 0 20px;
}

header {

   position:relative
  
}	

}