@import "/incs/css/common.css";

.footer {
	background-color: #f7f7f7;
	padding: 2em;
}
.footer_link {
	display: inline-block;
	font-size: 1.1em;
	margin-top: 1em;
    margin-left: 1em;
}
.footer_link a:link,
.footer_link a:active,
.footer_link a:visited,
.footer_link a:hover  {
	color: #80808099 !important;
}
h1 {
	font-size: 2em;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}
h6 {
	font-size: 1em;
	margin-top: 5px;
}
.header {
	min-height: 3em;
	margin-top: 0.5em;
}
.header_menu {
	display: flex;
    flex-direction: row-reverse;
	align-items: center;
	margin-top: 0.2em;
}
.title{
	text-align: center;
}
.main{
	width: 90%;
    margin: 0px auto;
}
.bot_link{
	display: flex;
	align-items: center;
	justify-content: center;
}
#open_bot_in_tg_link{
	margin: 1em;
	display: flex;
	align-items: center;
}
.open_bot_in_tg{
	display: flex;
	align-items: center;
	margin: 0;
}
.open_bot_in_tg_text{
	display: flex;
	align-items: center;
	margin-right: 1em;
}
.open_bot_in_tg_text_str{
	text-align: center;
}
#title_image{
	width: 10em;
	border-radius: 1em;
	margin: 1em;
}
#tg_logo{
	width: 2em;
	margin: 0.5em;
}
#tg_bot_qr{
	width: 8em;
    margin-left: 1em;
}
.bot_feature{
	width: 95%;
    margin: 0px auto;
	margin-bottom: 2em;
}
.bot_feature_body{
	display: flex;
	align-items: center;
}
.bot_feature_img {
	width: 50%;
}
.bot_feature img {
	width: 100%;
}
.bot_feature_desc {
	width: 50%;
	margin: 2em;
}
.bot_tariffs_table {
	display: flex;
	justify-content: center;
}
.bot_tariffs_table img {
	width: 70%;
}
.bot_tariffs_desc {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}
