

/* Start:/telegram-bot/css/style.css?161123352712803*/
.top-bot-telegram{
	width: 100%;
    background-image: linear-gradient(to bottom, white, #f7f7f7);
}
.container-top-bot-telegram{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.h1-bot-telegram{
	color: #229ad7;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 50px 0;
	font-size: 32px;
}
.nicname-bot-telegram{
	display: block;
	text-transform: none;
	color: #004b71;
}
.img-top-bot-telegram{
	margin-right: -100px;
	margin-bottom: -140px;
	max-width: 100%;
}

.block-icon-bot-telegram{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	width: 100%;
	margin-top: 44px;
}
.unit-icon-bot-telegram:first-child{
	margin-top: 0;
}
.unit-icon-bot-telegram{
	min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: 690px;
	font-size: 29px;
	line-height: 125%;
	padding-left: 118px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: 0 0;
	margin-top: 40px; 
}

.mid-bot-telegram{
	width: 100%;
	margin-top: 90px;
	margin-bottom: 90px;
}
.container-mid-bot-telegram{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.title-mid-bot-telegram{
	text-align: center;
	font-size: 36px;
	font-weight: 600;
}
.img-mid-bot-telegram{
	width: auto;
	max-width: 100%;
	display: block;
	margin-top: 50px;
	margin-bottom: -25px;
}
.link-mid-bot-telegram{
	font-size: 28px;
	font-weight: 600;
	color: white;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 325px;
	max-width: 100%;
	min-height: 65px;
	border: 2px solid #ff5d17;
	background-color: #ff5d17;
	cursor: pointer;
	transition: 0.3s;
}
.link-mid-bot-telegram:hover{
	background-color: transparent;
	color: black;
}


@media (max-width: 992px){
	.h1-bot-telegram{
		font-size: 26px;
	}
	.img-top-bot-telegram{
		max-width: 350px;
		margin-bottom: -50px;
	}
	.unit-icon-bot-telegram{
		min-height: 50px;
		font-size: 22px;
		padding-left: 70px;
		background-size: 50px auto;
		margin-top: 20px;
	}
	.img-mid-bot-telegram{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.title-mid-bot-telegram{
		font-size: 30px;
	}
	.link-mid-bot-telegram{
		font-size: 24px;
		width: 290px;
		min-height: 54px;
	}
	.mid-bot-telegram{
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media (max-width: 600px){
	.h1-bot-telegram{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.title-mid-bot-telegram{
		font-size: 26px;
	}
	.unit-icon-bot-telegram{
		font-size: 18px;
	}
	.h1-bot-telegram{
		text-align: center;
	}
	.container-top-bot-telegram{
		flex-direction: column;
		justify-content: center;
	}
	.img-top-bot-telegram {
	    max-width: 100%;
	    margin: 0 0 20px 0;
	}
}


.page-footer{
	margin-top: 0 !important;
}
@media(max-width: 1199px) {

}
.bonus-logo{
	width: 100%;
	max-width: 469px;
	display: block;
	margin: auto;
}
.x-section__banner{
	background-image: url('/telegram-bot/css/./images/fon.jpg');
	background-repeat: no-repeat;
	background-position: top 165px center;
	background-size: cover;
	margin-top: 30px;
}
.decor-container-count_bonus{
	background-color: white;
	/*border-bottom: 1px solid #ececec;*/
	width: 100%;
	padding: 30px 0 75px 0;
	box-sizing: border-box;
}
.container-count_bonus{

}
.block-count_bonus{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
}
.unit-count_bonus{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: calc(49% - 30px);
	margin: 15px;
}
.img-unit-count_bonus{
	width: 100%;
	max-width: 150px;
	height: auto;
}
.text-unit-count_bonus{
	margin-left: 15px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	max-width: 100%;
}
.title-unit-count_bonus{
    font-family: 'Raleway';
    font-weight: 400;
	font-size: 18px;
}
.title-unit-count_bonus .orange{
	font-weight: 700;
}
.btn-unit-count_bonus{
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 138px;
    width: 100%;
    height: 45px;
    border: 2px solid #ea5b21;
    border-radius: 5px;
    background-color: transparent;
    font-family: 'Raleway';
    font-weight: 800;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s, color .2s;
    margin-top: 25px;
}
.btn-unit-count_bonus:hover{
	background-color: #ea5b21;
	color: white;
}



.x-bonus__page {
	
}

.x-container {
	max-width: 1200px; 
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

/* BANNER */

.x-section__header {
	
}

.x-section__title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.x-section__title strong {
	font-family: 'Raleway';
	font-weight: 900;
	font-size: 50px;
}

.x-section__title span {
	font-family: 'Raleway';
	font-weight: 300;
	font-size: 40px;
}

.x-section__benefits {
	display: flex;
	justify-content: space-between;
	padding: 5px 0 35px;
	box-sizing: border-box;
	position: relative;
}
.x-section__benefits:after{
    content: "";
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/telegram-bot/css/./images/text.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 230px;
    height: 65px;
    pointer-events: none;
}
@media (max-width: 1120px){
	.x-section__benefits{
		padding-top: 100px !important;
	}
	.x-section__benefits:after{
		top: 40px;
	}
}

.x-section__benefits-part {
	display: flex;
	max-width: 435px; width: 100%;
}

.x-section__benefits .item {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	margin: 0 auto 25px;
	min-width: 120px;
}

.x-section__benefits .item__value {
	display: flex;
	align-items: flex-end;
	height: 60px;
	margin-bottom: 15px;

	font-family: "Circe";
	font-weight: 300;
	font-size: 40px;
	color: #ea5b20;
}

.x-section__benefits .item__value span {
	margin-right: 10px;
	margin-bottom: 11px;
	color: #333;
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 16px;
}

.x-section__benefits .item__description {
	text-align: center;
	font-family: 'Raleway';
	font-weight: 300;
	font-size: 14px;
}

@media(max-width: 1199px) {
	.x-section__benefits {
		padding: 40px 0;
	}
}

@media(max-width: 767px) {
	.x-section__title strong {
		font-size: 38px;
	}

	.x-section__title span {
		font-size: 28px;
	}

	.x-section__benefits {
		flex-direction: column;
		align-items: center;
	}

	.x-section__benefits-part {
		max-width: 600px;
	}
}

@media(max-width: 480px) {
	.x-section__benefits-part {
		flex-direction: column;
		align-items: center;
	}
}


/* CARTS */
.x-section__carts .x-container{
	max-width: 1000px;
}
.x-section__carts {
	padding: 70px 0 40px;
	background-image: url('/telegram-bot/css/./images/cartsbg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.x-section__carts:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: calc(50% - 5px) 12%;
	background-image: url('/telegram-bot/css/./images/point.png');
}
@media (max-width: 900px){
	.x-section__carts:after{
		display: none;
	}
}
.x-section__carts .title {
	display: block;
	text-align: center;
	font-family: 'Raleway';
	font-size: 34px;
}

.x-section__carts .carts {
	display: flex;
	justify-content: space-between;
	margin: 34px -18px 0;
}

.xcart {
	max-width: 360px; width: 100%;
	margin: 0 18px 30px;
}

.xcart__image {
	margin-bottom: 40px;
}

.xcart__image img {
	max-width: 100%; width: 100%;
}

.xcart__desc {
	display: flex;
	flex-direction: column;
	padding-left: 15px;
}

.xcart__title {
	margin-bottom: 20px;
	font-family: 'Raleway';
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
}

.xcart__text {
	font-family: 'Raleway';
	font-size: 14px;
	line-height: 24px;
}

.xcart:nth-child(1) .xcart__title b {
	color: #cecece;
}

.xcart:nth-child(2) .xcart__title b {
	color: #ea580d;
}

.xcart:nth-child(3) .xcart__title b {
	color: #0ba1ad;
}

@media(max-width: 1199px) {
	.xcart__desc {
		padding-left: 0;
	}
}

@media(max-width: 767px) {
	.x-section__carts .carts {
		flex-wrap: wrap;
	}

	.xcart {
		max-width: calc(50% - 36px);
	}
}

@media(max-width: 480px) {
	.img-unit-count_bonus{
		max-width: 200px;
	}
	.xcart {
		max-width: calc(100% - 36px);
		margin: 0 auto 45px;
	}

	.xcart__image {
		margin-bottom: 25px;
	}
}

/* QUESTIONS */
.x-section__questions {
	padding: 40px 0 50px 0;
	background-color: #f8f8f8;
}

.x-section__questions .title {
	display: block;
	text-align: center;
	font-family: 'Raleway';
	font-size: 34px;
}

.xquestions {
	display: flex;
	justify-content: space-around;
	margin-top: 45px;
}

.xquestions--hidden {
	display: none;
	margin-top: 0!important;
}

.xquestions--hidden.active {
	display: flex;
}

.xquestion__blocks {
	display: flex;
	flex-direction: column;
	max-width: 400px; width: 100%;
	margin: 0 30px;
}

.xquestion__block {
	position: relative;
	margin-bottom: 20px;
	padding-left: 35px;
	position: relative;
	cursor: pointer;
	transition: color .2s;
}
.xquestion__block:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ff5d17;
}

.xquestion__block:hover {
	color: #EA5B20;
}


.xquestion__answer {
	display: none;
	height: 0;
	background-color: white;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 15px;
	font-family: 'Raleway';
	line-height: 24px;
	transition: height .3s;
}

.xquestion__answer.collapsed {
	display: flex;
	flex-direction: column;
	height: auto;
	text-align: left;
}

.xquestion__answer ul {
	list-style: disc;
	padding-left: 20px;
}


.xquestions__link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 240px; width: 100%;
	height: 45px;
	margin: 40px auto 0;
	border: 2px solid #ea5b21;
	border-radius: 5px;
	background-color: transparent;
	font-family: 'Raleway';
	font-weight: 600;
	font-size: 17px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .2s, color .2s;
}

.xquestions__link:hover {
	background-color: #ea5b21;
	color: white;
}

@media(max-width: 767px) {
	.x-section__questions {
		padding: 45px 0;
	}

	.xquestions {
		flex-direction: column;
	}

	.xquestion__blocks {
		margin: 0 auto;
	}
}

/* DOCS */

.x-section__docs-inner {
	display: flex;
}

.x-section__docs-part {
	width: 50%;
	padding: 45px 100px 40px;
}

.x-section__docs-part:first-child {
	justify-content: flex-end;
	text-align: right;
	background-color: #ea580d;
}

.x-section__docs-part:first-child .x-section__docs-info {
	margin-left: auto;
}

.x-section__docs-part:last-child {
	background-color: #5b5b5b;
}

.x-section__docs-info {
	display: flex;
	flex-direction: column;
	max-width: 345px; width: 100%;
}

.x-section__docs-info .title {
	margin-bottom: 20px;
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
	color: white;
}

.x-section__docs-info .more {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 138px; width: 100%;
	height: 45px;
	border: 2px solid #ea5b21;
	border-radius: 5px;
	background-color: transparent;
	font-family: 'Raleway';
	font-weight: 800;
	font-size: 12px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .2s, color .2s;
}

.x-section__docs-part:first-child .x-section__docs-info .more {
	border: 2px solid #5b5b5b;
	margin-left: auto;
}

.x-section__docs-part:first-child .x-section__docs-info .more:hover {
	background-color: #5b5b5b;
}

.x-section__docs-part:last-child .x-section__docs-info .more:hover {
	background-color: #ea5b21;
}

@media(max-width: 1199px) {
	.decor-container-count_bonus{
		padding-bottom: 45px;
	}
	.unit-count_bonus{
		width: 100%;
		max-width: 600px;
		margin: 20px;
	}
	.block-count_bonus{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.x-section__docs-part {
		padding: 40px;
	}
}

@media(max-width: 992px) {
	.x-section__docs-inner {
		flex-direction: column;
	}

	.x-section__docs-part {
		width: 100%;
		justify-content: center;
	}
}

@media(max-width: 480px) {
	.btn-unit-count_bonus{
		margin-top: 15px;
	}
	.unit-count_bonus,
	.text-unit-count_bonus{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.text-unit-count_bonus{
		margin: 16px 0 0 0;
	}
	.title-unit-count_bonus{
		font-size: 20px;
	}
	.x-section__docs-info .title {
		font-size: 18px;
	}
}
/* End */
/* /telegram-bot/css/style.css?161123352712803 */
