*, *:after, *:before {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #1D2E4C;
	word-spacing: 2px;
	background: #f0f0f0;
}
main{
	margin: 10px auto;
	max-width: 1200px;
	padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    width: 100%;
}
aside{
	display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin-left: 10px;
    margin-top: 50px;
    max-width: 350px;
}
a{
	text-decoration: none;
	color: #2A2738;
}

input:focus {outline: none;}

li{
	list-style: none;
}
p{
	text-indent:10px;
	margin-bottom: 10px;
}
hr {
    margin: 5px 0;
}
sup{
	color:red;
	font-size: 10px;
}


.wrapper{
	margin:0 auto;
	min-width: 320px;
}

.header{
	min-height: 80px;
    background-color: #288563;
    box-shadow: 0 3px 1px 0px #adadad;
    position: relative;
    padding-left: 10px;
    text-align: center;
}
#header_menu{
	display: inline-block;
}
#header_menu >  li{
	display: inline-block;
	margin-right: 5px;
}
#header_menu >  li > a{
	display: block;
	color:#FFF;
	cursor: pointer;
	font-size: 1.6em;
	padding: 20px 10px;
	position: relative;
}
#header_menu >  li > a:hover{
	font-size: 1.7em;
	background-color: #8eb13b;
	transition: 0.1s linear;
}
#header_menu >  li > a:hover .panel{
	background-color: #35470c;
}

.panel{
	position: absolute;
	bottom: 0;
	width: 100%;
    height: 12px;
    left:0;
    background-color: #288563;
}

.panel::before{
    color: #96abb8;
    content: ">";
    transform: rotate(90deg);
	position: absolute;
	top: -5px;
    left: 46%;
    font-size: 0.70em;

}

#header_logo{
	display: inline-block;
}
#header_logo > a {
	color: #FFF;
    font-size: 2em;
}
#header_logo > a > span{
	color: #ff4949;
	font-style: italic;
    display: inline-block;
    position: relative;
    top: 5px;
    font-size: 1.6em;
}



#header_button_menu{
	display: none;
	position: relative;
    top: 15px;
}
#header_button_menu > span{
	color: #bcbcbc;
	display: block;
	line-height: 0px;
	cursor: pointer;
}
#headder_button{
	margin: 0 25px;
	border: none;
	cursor: pointer;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2245px%22%20height%3D%2245px%22%20viewBox%3D%220%200%2024.00%2024.00%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20stroke%3D%22%23ffffff%22%20transform%3D%22matrix%281%2C%200%2C%200%2C%201%2C%200%2C%200%29rotate%280%29%22%3E%3Cg%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%23CCCCCC%22%20stroke-width%3D%220.528%22%3E%3C%2Fg%3E%3Cg%3E%20%3Cpath%20d%3D%22M5%209H19M15%2018V15M9%2018H9.01M12%2018H12.01M12%2015H12.01M9%2015H9.01M15%2012H15.01M12%2012H12.01M9%2012H9.01M8.2%2021H15.8C16.9201%2021%2017.4802%2021%2017.908%2020.782C18.2843%2020.5903%2018.5903%2020.2843%2018.782%2019.908C19%2019.4802%2019%2018.9201%2019%2017.8V6.2C19%205.0799%2019%204.51984%2018.782%204.09202C18.5903%203.71569%2018.2843%203.40973%2017.908%203.21799C17.4802%203%2016.9201%203%2015.8%203H8.2C7.0799%203%206.51984%203%206.09202%203.21799C5.71569%203.40973%205.40973%203.71569%205.21799%204.09202C5%204.51984%205%205.07989%205%206.2V17.8C5%2018.9201%205%2019.4802%205.21799%2019.908C5.40973%2020.2843%205.71569%2020.5903%206.09202%2020.782C6.51984%2021%207.07989%2021%208.2%2021Z%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
    height: 53px;
    width: 45px;
    display: block;
}
#header_button2 {
    position: relative;
    padding: 9px 10px;
    margin: 7px 10px 10px 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid;
    border-radius: 2px;
    border-color: #DDDDDD;
    cursor: pointer;
}
.header_button_icon {
    background-color: #888888;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
	margin-top: 3px;
}
.header_nav{
    font-size: 1.4em;
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 5px 5px #CCC, 0px 0px 5px #A5A5A5;
    padding: 0 10px;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    left: 30px;
    min-width:320px;
    max-height: 0;
    transition: 0.2s ease-in-out;
}
.header_nav > ul >  li{
	list-style: none;
	margin-right: 25px;
	vertical-align: top;
	border-top: 1px solid #c9c9c9;
}
.header_nav > ul >  li > a{
	color: #2A2738;
}
.header_nav > ul >  li > a:hover{
	font-size: 1.0em;
}
.header_nav_cntr{
	font-size: 0.65em;
	margin-left: 4px;
}
.header_nav_little{
    font-size: 0.85em;
    margin-left: 10px;
    list-style: none;
	border-top: 1px solid #d5d5d5;
}
.header_nav_little:hover{
    font-size: 0.85em;
}
.header_nav_little > a{
    color: #5b547b;
}

.header_nav_list{
	margin-left: 10px;
}

.active{display:block;visibility: visible;max-height: 100%;}
.current_menu{font-weight: bold;}


#button_searh{
	display: inline-block;
	position: relative;

}

.ya-site-form__form{display: inline-block;position: relative;top: 7px;text-align: left;}
#ya-site-form0 input[type="search"], #ya-site-form1 input[type="search"] {background:#fff!important;border: none; border-radius: 30px; font-family: 'Open Sans', sans-serif; padding: 10px 12px; outline: none; width: 240px;}
input[type="search"]::-webkit-search-cancel-button {  display: none; }
#ya-site-form0 input[type="button"], #ya-site-form1 input[type="button"]  {cursor: pointer; z-index: 10; background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='none' stroke='%23373534' stroke-width='2' cx='7' cy='7' r='6'/%3e%3cline fill='none' stroke='%23373534' stroke-width='3' x1='12' y1='11' x2='16' y2='15' /%3e%3c/svg%3e") no-repeat;  border: none; outline: none; position: absolute; height: 17px; width: 17px; top: 10px; right: 16px; text-indent: -999px;}
#ya-site-form0 input[type="button"].invisible, #ya-site-form1 input[type="button"].invisible {opacity: 0;}
#ya-site-form0 .ya-site-form__wrap {width: auto!important;}
#ya-site-form0 .ya-site-form__search-input {padding: 0!important;}
.ya-site-form__search-input {padding: 0 0 10px!important;}


@media all and (max-width: 550px)
{
	.header{
		height: 80px;
	}
	#button_searh{
    	width: 99%;
	}
	#header_search_text{
    	width: 100%;
	}
	#ya-site-form0 input[type="search"], #ya-site-form0 .ya-site-form__wrap{width: 100% !important;}
    #ya-site-form0 input[type="search"]:active{font-size:20px!important;padding:4px 12px 5px 12px!important;}
}

@media all and (max-width: 1100px)
{
	#header_button_menu{
    	display: inline-block;
	}
	#header_menu{
    	display: none;
	}
	.header_nav {
		 left: 0px;
	}
}
@media all and (max-width: 1500px)
{
	aside{
		width: 93%;
		margin-top: 0px;
		max-width: 1200px;
	}
}
#buterbrod{
	font-size: 1.1em;
}
#buterbrod >  li{
	display: inline-block;
	list-style: none;
}
#buterbrod > li + li::before {
    content: "»";
    font-size: 1.2em;
    color: #0fa8ae;
    margin:0 2px;
}
#post_title{
    font-size:1.2em;
}

.block_content{
	background: #FFF none repeat scroll 0% 0%;
	border-radius: 10px;
	box-shadow: 0px 5px 5px #CCC, 0px 0px 5px #A5A5A5;
	padding: 10px 3% 10px;
	margin: 10px 0 10px 0;
	width: 100%;
}
.block_content ul{
	margin: 10px 0;
}
.block_nav li{
	line-height: 1.0;
}
.block_content ul li{
	margin-left: 30px;
}

.block_content ol{
	margin: 10px 0;
}
.block_content ol li{
	list-style: auto;
	margin-left: 30px;
}
.category_nav_big{
	display:inline-block;
    margin-bottom: 10px;
    vertical-align: top;
}
.category_nav_big > a{
	text-transform: uppercase;
}
.category_nav_little{
    list-style: none;
    padding: 0 7px;
    background-color: #fff;
}
.mr{
	margin-right: 20px;
}

.block_nav{
	font-size: 1.2em;
	width: 100%;
}
#otvet{
	position: relative;
}
#block_print{
	float: right;
}
#link_print{
	display: inline-block;
	width: 40px;
    height: 40px;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%237F7F80;stroke-width:0.5;stroke-miterlimit:10;%7D .st1%7Bfill:%23FFFFFF;stroke:%237F7F80;stroke-width:0.5;stroke-miterlimit:10;%7D .st2%7Bfill:none;stroke:%237F7F80;stroke-width:0.25;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpath class='st0' d='M13.18,9.98H4.73c-0.43,0-0.79-0.35-0.79-0.79V6.74c0-0.43,0.35-0.79,0.79-0.79h8.45 c0.43,0,0.79,0.35,0.79,0.79v2.45C13.97,9.62,13.61,9.98,13.18,9.98z'/%3E%3Cpath class='st0' d='M11.96,5.96h-6V4.48c0-0.26,0.21-0.47,0.47-0.47h5.14c0.22,0,0.39,0.18,0.39,0.39V5.96z'/%3E%3Crect x='5.98' y='9' class='st1' width='6' height='2.93'/%3E%3Cline class='st2' x1='6.74' y1='9.95' x2='11.11' y2='9.95'/%3E%3Cline class='st2' x1='6.72' y1='10.51' x2='11.1' y2='10.51'/%3E%3Cline class='st2' x1='6.72' y1='11.08' x2='11.1' y2='11.08'/%3E%3Crect x='11.81' y='7.29' class='st2' width='0.43' height='0.12'/%3E%3C/svg%3E");
}
#block_play{
	cursor: pointer;
	display: inline-block;
}
#button_play {
  width: 35px;
  height: 35px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E8A149;%7D%0A%3C/style%3E%3Cpath class='st0' d='M9,3.02c-3.38,0-6.13,2.74-6.13,6.13S5.62,15.28,9,15.28s6.13-2.74,6.13-6.13S12.38,3.02,9,3.02z M7.36,12.5 V5.8l4.91,3.35L7.36,12.5z'/%3E%3C/svg%3E%0A");
}
#button_stop{
	width: 32px;
	height: 32px;
	display: inline-block;
	display: none;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E8A149;%7D%0A%3C/style%3E%3Cpath class='st0' d='M8.88,2.87C5.5,2.92,2.8,5.71,2.86,9.1c0.05,3.38,2.84,6.09,6.22,6.03c3.38-0.05,6.08-2.84,6.03-6.22 C15.05,5.52,12.27,2.82,8.88,2.87z M8,11.74c0,0.68-0.46,1.24-1.02,1.24s-1.02-0.55-1.02-1.24V6.22c0-0.68,0.46-1.24,1.02-1.24 S8,5.53,8,6.22V11.74z M12.02,11.74c0,0.68-0.46,1.24-1.02,1.24c-0.56,0-1.02-0.55-1.02-1.24V6.22c0-0.68,0.46-1.24,1.02-1.24 c0.56,0,1.02,0.55,1.02,1.24V11.74z'/%3E%3C/svg%3E");
}
.metka_list{
    margin:0 10px;
    list-style: none;
    display:inline-block;
}
.cat_href_zagolovok{
    background-color: #957752;
    display: block;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding-left: 10px;
}
.cat_href_calc{
	border-bottom: 1px solid #e3e3e3;
    padding: 5px 7px;
    display: block;
    background-color: #FFF;
    font-size: max(10px,0.95em);
}
.cat_description {
	display: flex;
}
.cat_icon{
	min-width: 20px;
    max-width: 35px;
    max-height: 35px;
}
.cat_title{
	margin-left: 10px;
}
.mini_menu{
	display: inline-block;
	background-color: #e7a149;
	padding: 3px 5px;
	border: none;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}

.mini_menu_active{
	background-color: #FFF;
}
.table_mini_menu{
	background: #FFF none repeat scroll 0% 0%;
	border-radius: 0 10px 10px 10px;
	box-shadow: 0px 5px 5px #B0B0B0, 0px 0px 5px #F2F2F2;
	padding: 10px 3% 10px;
	margin:0;
	width: 100%;
}
.table_mini_menu ol li{
	list-style: auto;
	margin-left: 30px;
}
.printer_icon_svg{
	max-width: 25px;
	max-height: 25px;
	margin: 0 10px;
	min-width: 20px;
}
#href_calc{
    text-align: center;
    font-size:15px;
    margin: 20px 0;
}
.share_input{
    width: 100%;
    max-width: 500px;
    padding: 4.5px 11px;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    line-height: 1.7;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    margin-inline-end: -1px;
}
.href_calc_copy{
    width: 100%;
    display: inline-flex;
    justify-content: center;
    padding: 0 20px;
}
.button_block{
    padding: 4.5px 15px;
    border-radius: 6px;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    line-height: 1.7;
    border-color: #d9d9d9;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}
.button_block:hover{
    border-color: black;
}
.copied{
    border-radius: 6px;
    line-height: 1.7;
    padding: 5px 15px;
    border: 1px solid #d9d9d9;
    position: absolute;
    background-color: white;
    box-shadow: 5px px;
    box-shadow: 0px 5px 5px #CCC, 0px 0px 5px #A5A5A5;
    display:none;
}
.social_button,.messenger_button{
	display: inline-block;
	margin-top:10px;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	cursor: pointer;
	vertical-align: text-bottom;
}
#social_vk{
	background: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M12.878%2017.304c-5.411%200-8.695-3.755-8.823-9.994h2.74c.086%204.583%202.171%206.528%203.77%206.925V7.31h2.627v3.954c1.542-.17%203.155-1.97%203.698-3.954h2.584c-.414%202.441-2.17%204.24-3.412%204.983%201.242.6%203.24%202.17%204.011%205.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z'%20fill='%23fff'/%3E%3C/svg%3E") no-repeat;
	background-color: #0277ff;
}
#social_whatsapp{
	background: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M20%2011.794c0%204.304-3.517%207.794-7.855%207.794a7.87%207.87%200%2001-3.796-.97L4%2020l1.418-4.182a7.714%207.714%200%2001-1.127-4.024C4.29%207.489%207.807%204%2012.145%204S20%207.49%2020%2011.794zm-7.855-6.553c-3.641%200-6.603%202.94-6.603%206.553A6.48%206.48%200%20006.8%2015.636l-.825%202.433%202.537-.806a6.6%206.6%200%20003.633%201.084c3.642%200%206.604-2.94%206.604-6.553s-2.962-6.553-6.604-6.553zm3.967%208.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92%2010.92%200%2001-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76%205.76%200%2001-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112%200-.24-.016-.369-.016a.71.71%200%2000-.513.239c-.177.19-.674.653-.674%201.593s.69%201.848.786%201.976c.096.127%201.332%202.119%203.289%202.884%201.958.764%201.958.51%202.31.477.353-.031%201.14-.461%201.3-.908.16-.446.16-.829.113-.908z'%20fill='%23FFF'%20fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
	background-color: #66bc54;
}
#social_telegram{
	background: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M18.92%206.089L4.747%2011.555c-.967.388-.962.928-.176%201.168l3.534%201.104%201.353%204.146c.164.454.083.634.56.634.368%200%20.53-.168.736-.368.13-.127.903-.88%201.767-1.719l3.677%202.717c.676.373%201.165.18%201.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66%2013.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822%206.155-.265%202.833-1.343-4.116z'%20fill='%23FFF'%20fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
	background-color: #64a9dc;
}
#social_ok{
	background: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M14.83%2010.77a3.951%203.951%200%200%201-5.604%200%203.951%203.951%200%200%201%200-5.604%203.95%203.95%200%200%201%205.604%200%203.951%203.951%200%200%201%200%205.604Zm-2.802-4.615c-.494%200-.942.2-1.271.53a1.79%201.79%200%200%200%200%202.542%201.789%201.789%200%200%200%202.543%200%201.789%201.789%200%200%200%200-2.543%201.839%201.839%200%200%200-1.272-.53Zm4.168%205.792%201.166%201.59c.059.082.047.188-.036.247-.977.8-2.119%201.33-3.308%201.613l2.249%204.332c.059.13-.024.271-.165.271H13.7a.206.206%200%200%201-.176-.118l-1.496-3.579-1.507%203.567a.181.181%200%200%201-.176.118H7.943c-.141%200-.224-.153-.165-.27l2.249-4.321a8.262%208.262%200%200%201-3.308-1.613c-.071-.06-.095-.177-.036-.248l1.166-1.589c.07-.094.188-.106.27-.035%201.096.93%202.45%201.542%203.898%201.542s2.79-.6%203.897-1.542c.094-.07.223-.06.282.035Z'%20fill='%23FFF'%20fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
	background-color: #ff7701;
}
#social_dislike{
	width: 45px;
    text-align: right;
    border: 1px solid #d11b1c;
    border-radius: 8px;
	background: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8' standalone='no'?%3e%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!-- Created with  --%3e%3csvg height='100%25' stroke-miterlimit='10' style='fill-rule:nonzero;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;' version='1.1' viewBox='0 0 25 25' width='100%25' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs/%3e%3cclipPath id='ArtboardFrame'%3e%3crect height='25' width='25' x='0' y='0'/%3e%3c/clipPath%3e%3cg clip-path='url(%23ArtboardFrame)' id='Без-названия'%3e%3cpath d='M19.8128 25L5.18722 25C2.3225 25-2.9771e-17 22.6775-2.9771e-17 19.8128L-2.9771e-17 5.18722C-2.9771e-17 2.3225 2.3225 0 5.18722 0L19.8128 0C22.6775 0 25 2.3225 25 5.18722L25 19.8128C25 22.6775 22.6775 25 19.8128 25Z' fill='%23d11c1c' fill-rule='nonzero' opacity='1' stroke='none'/%3e%3cg opacity='1'%3e%3cpath d='M-1.4685e-14 12.5C-1.4685e-14 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25-1.4685e-14 19.4036-1.4685e-14 12.5Z' fill='%23d11c1c' fill-rule='nonzero' opacity='1' stroke='none'/%3e%3cpath d='M5.58333 7.69444L8.41667 7.69444C8.63889 7.69444 8.80556 7.86111 8.80556 8.08333L8.80556 15.6389C8.80556 15.8611 8.63889 16.0278 8.41667 16.0278L5.58333 16.0278L5.58333 7.69444Z' fill='%23ffffff' fill-rule='nonzero' opacity='1' stroke='none'/%3e%3cpath d='M18.3611 13.9722C18.9444 13.9722 19.4167 14.4444 19.4167 15.0278C19.4167 15.6111 18.9444 16.0833 18.3611 16.0833L15.0556 16.0833C15.6389 17.1111 15.6389 20.2778 14.2778 20.6667C14.0278 20.75 13.75 20.5278 13.7222 20.2778C13.4722 18.0556 12.1389 15.3056 10.75 15.2222L9.66667 15.2222L9.66667 8.58333L10.2222 8.58333C10.5278 8.58333 10.8056 8.47222 11.0556 8.30556C11.6667 7.88889 12.7222 7.63889 13.7222 7.66667L14.2222 7.66667L14.2222 7.66667L17.5556 7.66667C18.1389 7.66667 18.6111 8.13889 18.6111 8.72222C18.6111 9.30556 18.1389 9.77778 17.5556 9.77778L18.0556 9.77778C18.6389 9.77778 19.1111 10.25 19.1111 10.8333C19.1111 11.4167 18.6389 11.8889 18.0556 11.8889L18.3611 11.8889C18.9444 11.8889 19.4167 12.3611 19.4167 12.9444C19.4167 13.5278 18.9444 13.9722 18.3611 13.9722Z' fill='%23ffffff' fill-rule='nonzero' opacity='1' stroke='none'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ") no-repeat;
}
#social_like{
	width: 45px;
    text-align: right;
    border: 1px solid #24f48b;
    border-radius: 8px;
	background: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8' standalone='no'?%3e%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!-- Created with  --%3e%3csvg height='100%25' stroke-miterlimit='10' style='fill-rule:nonzero;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;' version='1.1' viewBox='0 0 25 25' width='100%25' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs/%3e%3cclipPath id='ArtboardFrame'%3e%3crect height='25' width='25' x='0' y='0'/%3e%3c/clipPath%3e%3cg clip-path='url(%23ArtboardFrame)' id='Слой-1'%3e%3cpath d='M1.30499e-14 7.34389C1.9167e-14 3.28797 3.49778 1.71232e-14 7.8125 1.13712e-14L17.1875-9.54635e-16C21.5022-5.88496e-15 25 3.28797 25 7.34389L25 17.6561C25 21.712 21.5022 25 17.1875 25L7.8125 25C3.49778 25-6.11713e-15 21.712 0 17.6561L1.30499e-14 7.34389Z' fill='%2322f48b' fill-rule='nonzero' opacity='1' stroke='none'/%3e%3cg opacity='1'%3e%3cpath d='M0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5Z' fill='%2322f48b' fill-rule='nonzero' opacity='1' stroke='none'/%3e%3cpath d='M5.595 18.42L8.43056 18.42C8.65139 18.42 8.83056 18.2408 8.83056 18.02L8.83056 10.4625C8.83056 10.2417 8.65139 10.0625 8.43056 10.0625L5.595 10.0625L5.595 18.42Z' fill='%23ffffff' fill-rule='nonzero' opacity='1' stroke='none'/%3e%3cpath d='M18.3594 12.1469C18.9369 12.1469 19.405 11.6789 19.405 11.1014C19.405 10.5239 18.9369 10.0558 18.3594 10.0558L15.0456 10.0558C15.6222 9.01722 15.6397 5.8625 14.2714 5.48361C14.0122 5.41194 13.755 5.60972 13.7261 5.87722C13.4856 8.09111 12.1311 10.8431 10.7539 10.9228L9.68111 10.9228L9.68111 17.5214L10.2375 17.5214C10.5369 17.5214 10.8231 17.6236 11.0731 17.7889C11.6967 18.2017 12.7467 18.4433 13.7531 18.4181L14.2397 18.4181L14.2397 18.4197L17.5831 18.4197C18.1606 18.4197 18.6286 17.9517 18.6286 17.3742C18.6286 16.7967 18.1606 16.3286 17.5831 16.3286L18.0492 16.3286C18.6267 16.3286 19.0947 15.8606 19.0947 15.2831C19.0947 14.7056 18.6267 14.2375 18.0492 14.2375L18.3597 14.2375C18.9372 14.2375 19.4053 13.7694 19.4053 13.1919C19.4053 12.6144 18.9369 12.1469 18.3594 12.1469Z' fill='%23ffffff' fill-rule='nonzero' opacity='1' stroke='none'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ") no-repeat;
}
#social_toshare{
	width: 32px;
	height: 32px;
    float: right;
	cursor: pointer;
}
#button_share{
	width: 32px;
	height: 32px;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1'  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%235C5C5B;stroke-width:0.75;stroke-miterlimit:10;%7D .st1%7Bfill:%2371706F;%7D%0A%3C/style%3E%3Cline class='st0' x1='11.03' y1='5' x2='6.74' y2='7.7'/%3E%3Cline class='st0' x1='10.96' y1='13.09' x2='6.64' y2='10.38'/%3E%3Ccircle class='st1' cx='12.83' cy='4.43' r='2.23'/%3E%3Ccircle class='st1' cx='12.83' cy='13.45' r='2.23'/%3E%3Ccircle class='st1' cx='5.21' cy='9' r='2.23'/%3E%3C/svg%3E%0A");
}
footer{
	display: block;
	width: 100%;
	font-size: 0.9em;
	background-color: #363636;
    min-height: 90px;
    padding: 5px 10px;
}
#footer_copyright{
	display: inline-block;
	list-style: none;
	color: #939393;
    max-width: 440px;
	margin-right: 20px;
}
.footer_menu{
	display: inline-block;
	list-style: none;
	vertical-align: top;
    margin-right: 20px;
}
.footer_menu a{
	color: #e9bd3a;
}

.redBigText{
	font-size:1.3em;
	color:red;
}
.center_text{
	text-align: center;
}
.big_text{
	font-size:1.3em;
}
.left_text{
	text-align: left;
}
.table_ceil{
	border: 1px solid #dfdfdf;
	width: 20px;
	text-align: center;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Old versions of Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
}
#button_panel{
	height: 30px;
	overflow: hidden;
}
#social_panel{
	position: absolute;
	right: 100px;
	height: 46px;
	padding: 0 10px;
	border: 1px solid rgb(182, 182, 182);
	border-radius: 5px;
	background-color: #FFF;
	display: none;
}
#user_error{
	color:#bd0d0d;
}
