.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #495057;
    --bs-table-striped-bg: #f8f9fa;
    --bs-table-active-color: #495057;
    --bs-table-active-bg: #f8f9fa;
    --bs-table-hover-color: #495057;
    --bs-table-hover-bg: #f8f9fa;
    width: 100%;
    margin-bottom: 1rem;
    color: #495057;
    vertical-align: top;
    border-color: #e9e9ef
}

.table>:not(caption)>*>* {
    padding: .75rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:first-child) {
    border-top: 2px solid #e9e9ef
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .3rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #dcddf2;
    --bs-table-striped-bg: #d1d2e6;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c6c7da;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #cccce0;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c6c7da
}

.table-secondary {
    --bs-table-bg: #e3e4e8;
    --bs-table-striped-bg: #d8d9dc;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cccdd1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d2d3d7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cccdd1
}

.table-success {
    --bs-table-bg: #d4f0e5;
    --bs-table-striped-bg: #c9e4da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bfd8ce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c4ded4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bfd8ce
}

.table-info {
    --bs-table-bg: #dbedfc;
    --bs-table-striped-bg: #d0e1ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c5d5e3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #cbdbe9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c5d5e3
}

.table-warning {
    --bs-table-bg: #fff2dd;
    --bs-table-striped-bg: #f2e6d2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dac7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece0cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dac7
}

.table-danger {
    --bs-table-bg: #ffe0df;
    --bs-table-striped-bg: #f2d5d4;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6cac9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #eccfce;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6cac9
}

.table-light {
    --bs-table-bg: #e9e9ef;
    --bs-table-striped-bg: #dddde3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #d2d2d7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d8d8dd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #d2d2d7
}

.table-dark {
    --bs-table-bg: #343a40;
    --bs-table-striped-bg: #3e444a;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #484e53;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #43494e;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #484e53
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}
.module-info:hover {
    cursor: pointer;
}
.purple-box {
    border-color: #c999f6;
    background-color: #e4d6f8;
}
.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}
.red-box {
    border-color: #f699bd;
    background-color: #f8d6df;
}
.light-blue-box {
    border-color: #99f6f3;
    background-color: #d6f8f2;
}
.gray-box {
    border-color: #b7b7b7;
    background-color: #d7d7d7;
}
.green-box {
    border-color: #a5f699;
    background-color: #e8f8d6;
}
.orange-box {
    border-color: #f6c899;
    background-color: #f8ecd6;
}
.yellow-box {
    border-color: #f6e399;
    background-color: #f8f2d6;
}
.blue-box {
    border-color: #99bdf6;
    background-color: #d6edf8;
}
.module-option-info {
    display: inline-block;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.bg-gray {
    background-color: gray;
}
.mt-20 {
    margin-top: 20px;
}
.ip {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    color: gray;
}
body {
	position: relative;
	color: var(--color-basic);
	background: var(--color-blue3);
	font-size:16px;
	line-height: 20px;
	font-weight:400;
    font-family: 'Muller', sans-serif;
	overflow-x: hidden;
}
.h1, h1, .h2, h2, .h3, h3{}
.h1, h1{
	font-weight: 900;
	font-size:calc(20px + 50*var(--respon));
	line-height: calc(44px + 50*var(--respon));
}
.h2, h2 {
	font-weight: 900;
	font-size:calc(32px + 28*var(--respon));
	line-height: calc(36px + 28*var(--respon));
}
.h3, h3{
	font-weight: 700;
	font-size: 40px;
	line-height: 44px;
}
.h4, h4{
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color:var(--color-black1);
}
.h2_h1mob{
	font-size:calc(40px + 20*var(--respon));
	line-height: calc(44px + 20*var(--respon));
}
.h3_h2mob{
	font-weight: 700;
	font-size:calc(32px + 2*var(--respon));
	line-height: calc(36px + 8*var(--respon));
}
.mob_h4{
	font-size:calc(16px + 8*var(--respon));
	line-height: calc(20px + 4*var(--respon));
}
.h3_h4mob{
	font-size:calc(24px + 16*var(--respon));
	line-height: calc(24px + 20*var(--respon));
}

p {
	margin-bottom: 0;
}

.header {
	padding: 12px 20px;
	height: 86.62px;
	top: 36px;
	position: fixed;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(6px);
	border-radius: 20px;
	width: calc(100% - (36px + 284*var(--respon)));
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
.logo {
	margin-top: 5px;
}
.menu_block {
	display: flex;
	align-items: center;
}
.footer_menu_block ul,
.menu {
	display: flex;
	margin: 0 25px 0 0;
	padding: 0;
	list-style: none;
	align-items: center;
}
.pagination li::before,
.catalog_menu li::before,
.lang li::before,
.footer_menu_block li::before,
.menu li::before{content:none;}
.menu li {
	list-style: none;
	margin: 0 20.4px;
	line-height: revert;
	white-space: nowrap;
}
.menu li a{
	color: var(--color-blue1);
}
.menu li svg{
	vertical-align:middle;
	margin-right: 5px;
}
.btn svg {
	margin-right: 8px;
	vertical-align:middle;
}
.bot_img {
	/* margin-right: -183px; */
	margin-right: calc((18px + 165*var(--respon))*-1);
}
.blue1_txt{color:var(--color-blue1);}
.blue2_txt{color:var(--color-blue2);}
.subttl{
	font-weight: 500;
	font-size:calc(28px + 4*var(--respon));
	line-height: 36px;
	margin-top: 23px;
}
.bot_btn {
	width: 274px;
	height: 57px;
}
h2 img {
	margin: -2px 13px 0;
	width: calc(35px + 27*var(--respon));
}
.light-green {
    color: #05ff05;
}
#success {
    color: green;
}
.mt-10 {
    margin-top: 10px;
}
#warn {
    color: red;
}
.is-invalid {
    border: 1px solid red;
}
.module_item {
	padding: 16px;
	max-width: 368px;
	min-height: 498px;
	background: var(--color-white);
	box-shadow: 0px 30px 35px rgba(13, 55, 184, 0.08);
	border-radius: 20px;
}
.module_img img {
    width: 100%;
    border-radius: 18px;
}
.module_img{
	box-shadow: 0px 9.05914px 54.3548px rgba(0, 0, 0, 0.1);
	line-height: 0;
    border-radius: 18px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}
.module_chats a, .module_chats {
	font-family: 'SF Pro Text';
	font-weight: 400;
	font-size: 15.4005px;
	line-height: 20px;
	color: #037ee5;
	min-width: 61px;
}
.module_chats svg {
	vertical-align: bottom;
	margin-right: 3px;
}
.module_logo {
	min-width: 61px;
	text-align: right;
}
.module_count,
.mofule_bot_name{
	color:var(--color-black);
}
.mofule_now{
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #787878;
}
.module_name{
	font-weight: 500;
	font-size: 22px;
	line-height: 20px;
	color:var(--color-black1);
	padding: 20px 5px 0;
}
.module_txt {
	padding: 10px 5px 0;
    min-height: 110px;
}
.module_category{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px;
	width: 100px;
	height: 40px;
	background: var(--color-yellowsoft);
	border-radius: 100px;
	color:var(--color-black);
	margin-right: 17px;
}
.module_count svg {
	vertical-align: middle;
	margin-right: 8px;
}
.module_item .btn {
	height: 60px;
}
.module_top {padding: 8px 8px 0;}
.bg1 {
	background: url("../img/bg1.png") no-repeat top 45% right;
}
.catalog_block {
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(13px);
	border-radius: 36px;
	height: 261px;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	color: var(--color-blue1);
	margin-top: 58px;
}
.catalog_btn {
	height: 60px;
	width: 229px;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
}
.raketa {margin: -2px 25px 0 20px;}
.possibilities_item {
	padding: 32px calc(35px + 5*var(--respon)) calc(30px + 28*var(--respon)) calc(30px + 10*var(--respon));
	max-width: 780px;
	min-height: calc(364px + 78*var(--respon));
	border-radius: 20px;
}
.green_bg{ background: var(--color-green);}
.lightpurple_bg { background: var(--color-lightpurple);}
.yellowsoft_bg{background:var(--color-yellowsoft);}
.beige_bg{background: var(--color-beige);}
.lightgrey_bg{background: var(--color-lightgrey);}
.white_bg{background:var(--color-white);}

.possibilities_img{
	max-width: 227px;
	width: 100%;
	height: calc(64px + 30*var(--respon));
	background: -webkit-linear-gradient(98.29deg, #ffffff -20.33%, rgba(255, 255, 255, 0) 119.68%);
	background: -moz-linear-gradient(98.29deg, #ffffff -20.33%, rgba(255, 255, 255, 0) 119.68%);
	background: -o-linear-gradient(98.29deg, #ffffff -20.33%, rgba(255, 255, 255, 0) 119.68%);
	background: linear-gradient(98.29deg, #ffffff -20.33%, rgba(255, 255, 255, 0) 119.68%);
	backdrop-filter: blur(6px);
	border-radius: 100px;
	padding-left: calc(10px + 11*var(--respon));
	padding-top: calc(6px + 11*var(--respon));
}
.green_bg .possibilities_img{
	background: -webkit-linear-gradient(98.29deg, rgba(255, 255, 255, 0.7) -20.33%, rgba(255, 255, 255, 0) 119.68%);
	background: -moz-linear-gradient(98.29deg, rgba(255, 255, 255, 0.7) -20.33%, rgba(255, 255, 255, 0) 119.68%);
	background: -o-linear-gradient(98.29deg, rgba(255, 255, 255, 0.7) -20.33%, rgba(255, 255, 255, 0) 119.68%);
	background: linear-gradient(98.29deg, rgba(255, 255, 255, 0.7) -20.33%, rgba(255, 255, 255, 0) 119.68%);
}
.white_bg .possibilities_img{
	background: -webkit-linear-gradient(95.64deg, rgba(227, 227, 227, 0.3) 2.1%, rgba(235, 241, 252, 0) 112.27%);
	background: -moz-linear-gradient(95.64deg, rgba(227, 227, 227, 0.3) 2.1%, rgba(235, 241, 252, 0) 112.27%);
	background: -o-linear-gradient(95.64deg, rgba(227, 227, 227, 0.3) 2.1%, rgba(235, 241, 252, 0) 112.27%);
	background: linear-gradient(95.64deg, rgba(227, 227, 227, 0.3) 2.1%, rgba(235, 241, 252, 0) 112.27%);
}
.title{
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: var(--color-black1);
}
.possibilities_txt_block {
	max-width: 390px;
	margin-top: calc(63px + 57*var(--respon));
}
.possibilities_txt {min-height: 73px;}
.w490{max-width:490px;}
.tg_chat {
	background: url("../img/post.png") no-repeat left 15px center var(--color-blue1);
	border-radius: 20px;
	padding: 53px 53px 50px 182px;
	color:var(--color-white);
}
.open_chat{
	background: var(--color-white);
	border-radius: 20px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.open_chat .btn{
	width: 274.99px;
	height: 57px;
}
.path_block {
	position: relative;
}
.path_block::after {
	content: '';
	display: block;
	position: absolute;
	left: 45%;
	top: 112%;
	transform: translateX(-50%);
	max-width: 972px;
	height: 172px;
	background: url("../img/path.svg") no-repeat 0 0;
	width: 61%;
	background-size: contain;
}
.tariff_h2 img {margin-left: 25px;}
.w560{max-width:560px;}
.tariff_block{
	min-height: 773px;
	background: var(--color-white);
	box-shadow: 0px 30px 35px rgba(13, 55, 184, 0.08);
	border-radius: 40px;
	padding: calc(25px + 37*var(--respon)) calc(20px + 78*var(--respon));
}
.tariff_free{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0;
	max-width: 544.99px;
	min-height: 640px;
	border: 1px solid var(--color-blue1);
	border-radius: 20px;

}
.tariff_name{
	font-weight: 900;
	font-size: 60px;
	line-height: 64px;
	margin-top: 8px;
	text-transform:uppercase;
}
.tariff_btn{
	width: 274.99px;
	height: 57px;
	border-radius: 12px;
	font-weight: 700;
}
.tariff_pro{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 38px 0px 30px;
	max-width: 819px;
	min-height: 647px;
	background: var(--color-blue1);
	border-radius: 20px;
	color:var(--color-white);
	/* width: 58.5%; */
}
.pro_btn {
	width: 61px;
	height: 61px;
	filter: drop-shadow(0px 8px 35px rgba(13, 55, 184, 0.48));
	background: var(--color-blue2);
	border-radius: 50%;
	border-color: var(--color-blue2);
	display:flex;
	align-items:center;
	justify-content:center;
}
.pro_btn svg{margin:0;}
.inc svg{transform:scaleX(-1);}
.tariff_num input {
	text-align: center;
	color: var(--color-blue3);
	background: transparent;
	width: 200px;
	height:45px;
	font-family: Muller;
	padding-left: 0;
}
.review_h2 img {
	margin-left: 25px;
	margin-right: 25px;
}
.review_item {
	background: var(--color-white);
	border-radius: 20px;
	padding: calc(32px + 30*var(--respon)) calc(40px + 54*var(--respon)) calc(58px + 20*var(--respon));
	width: 100%;
	max-width: 780px;
}
.review_img {
	overflow: hidden;
	width: calc(56px + 30*var(--respon));
	height: calc(56px + 30*var(--respon));
}
.review_img, .review_img img{border-radius:50%;}
.review_name{
	font-weight: 700;
	font-size:  calc(24px + 16*var(--respon));
	line-height:  calc(24px + 20*var(--respon));
	color: var(--color-blue1);
	margin-top:  calc(15px + 3*var(--respon));
}
.review_text {
	margin-top: 13px;
	padding-right: calc(0px + 50*var(--respon));
	max-height: 141px;
	overflow: hidden;
	position:relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}
.owl-theme .owl-dots {
	margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	background: var(--color-blue2);
	opacity: 0.32;
	margin: 5px 4px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	opacity: 1;
	background: var(--color-blue2);
}
.owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	width: 61px;
	height: 61px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	top: 44%;
	transform: translate(-54%, -50%);
	background: var(--color-blue2);
	border-radius: 50%;
}
.owl-theme .owl-nav [class*="owl-"]:hover {background:var(--color-blue2);}
.owl-theme .owl-nav [class*="owl-"] svg{height: 24px;}
.owl-theme .owl-nav [class*="owl-"]:hover svg{}
.owl-carousel .owl-nav .owl-prev {left:0;}
.owl-carousel .owl-nav .owl-next {right:0;transform: translate(54%, -50%);}
.owl-carousel .owl-nav .owl-next svg {transform: scaleX(-1);}
.botconsole_h2 {
	width:1015px;
	margin-top:115px;
}
.botconsole_h2 img {
	vertical-align: middle;
	margin: -10px 5px 0 0;
	display: inline-block;
}
.botconsole_item {
	max-width: 372px;
	min-height: 406px;
	background: var(--color-yellowsoft);
	border-radius: 20px;
	padding: 45px 35px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.botconsole_num {
	width: 41px;
	height: 22px;
	background: #ec9843;
	border-radius: 100px;
	font-weight: 700;
	text-align: center;
	color: var(--color-white);
	line-height: 23px;
}
.botconsole_img {
	margin-left: -35px;
	margin-right: -35px;
	margin-top: -20px;
	line-height: 0;
}
.botconsole1 .botconsole_img {text-align: right;}
.botconsole3 .botconsole_img {margin-top: -5px;}
.botconsole2{ background:#e6f8f1;}
.botconsole2 .botconsole_num{ background:#62c4b4;}
.botconsole3{ background:#eae9e2;}
.botconsole3 .botconsole_num{ background:#adaca5;}
.botconsole4{ background:#fbebe9;}
.botconsole4 .botconsole_num{ background:#eb6c5d;}
.botconsole5{ background:#f5f3fe;}
.botconsole5 .botconsole_num{ background:#a696f0;}
.botconsole6{ background:#e3e3e3;}
.botconsole6 .botconsole_num{ background:#bfbfbf;}
.botconsole7{ background:#f9fbff;}
.botconsole7 .botconsole_num{ background:#505050;}
.botconsole8 {
	justify-content: center;
	background: var(--color-blue1);
	align-items: center;
	padding-top: 0;
}
.botconsole_btn {
	height: 57px;
	width: 93%;
}
.contact_block {
	max-width: 780px;
	min-height: calc(439px + 175*var(--respon));
	background: url("../img/contact_bg.png") no-repeat 0 0 var(--color-blue1);
	border-radius: 40px;
	padding: 78px calc(30px + 68*var(--respon)) calc(70px + 25*var(--respon));
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.contact_block, .contact_block a{color:var(--color-white);}
.socbtn {
	width: 73px;
	height: 73px;
	background: transparent;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 28px;
}
.contact_block .h2 img {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
	margin-left: 10px;
	width: calc(35px + 36*var(--respon));
	height: calc(35px + 36*var(--respon));
}
.contact_block .h3 {
	font-size: calc(24px + 16*var(--respon));
	line-height: calc(24px + 20*var(--respon));
}
.form_block{
	max-width: 780px;
	min-height: calc(439px + 175*var(--respon));
	background: var(--color-white);
	border-radius: 40px;
	padding: 70px calc(30px + 10*var(--respon));
}
.form_block .h2 img {
	width: calc(35px + 28*var(--respon));
	height: calc(35px + 27*var(--respon));
}
.footer {
	background: #111233;
	padding-top: 25px;
	padding-bottom: 30px;

}
.footer, .footer a{	color:var(--color-white);}
.footer_menu_block {
	margin-top: 5px;
	padding-left: 5px;
}
.footer_menu_block li {
	margin-bottom: 0;
	margin-right: 63px;
}
.payment_block img {
	margin-left: calc(15px + 7*var(--respon));
}
.bg2 {background: url("../img/bg2.png") no-repeat top 45% left;}
.sale_bot {
	width: 100%;
	height: 85px;
	background: var(--color-yellowdark);
	box-shadow: 0px 13px 30px rgba(210, 114, 0, 0.24);
	border-radius: 20px;
	font-weight: 700;
	font-size: calc(16px + 24*var(--respon));
	line-height: calc(20px + 24*var(--respon));
	color: var(--color-white);
}
.sale_bot svg {margin-right: 23px;}
.go2back {margin-left: 8px;}
.go2back svg {
	vertical-align: middle;
	margin-right: 10px;
}
.white_block{
	padding: 28px 32px 25px 32px;
	min-height: 221px;
	background: var(--color-white);
	border-radius: 20px;
}
.bot_item_img {
	background: url("../img/bot-bg.png") no-repeat 0 0;
	width: calc(45px + 57*var(--respon));
	height: calc(45px + 57*var(--respon));
	border-radius: 50%;
	margin-right: 25px;
	overflow: hidden;
}
.bot_item_name {
	width: calc(100% - (45px + 57*var(--respon)) - 25px);
}
.txt2{
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
.bot_item_btn {
	margin-top: 20px;
	width: 328px;
	max-width: 100%;
}
.lang_block {min-width: 160px;}
.lang {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	align-items: center;
	white-space: nowrap;
}
.lang img, .lang svg {
	vertical-align: middle;
}
.content_item {
	padding: 11px 11px;
	min-width: 128px;
	/* height: 70px; */
	background: var(--color-blue3);
	border-radius: 12px;
	color: var(--color-black1);
	margin-right: 10px;
}
.content_txt svg {vertical-align: middle;}
.blue2_bg{background:var(--color-blue2);}
.finance .content_item{padding:8px 11px;}
.finance .content_item:last-child{width: 33.333%;}
.content_item:last-child{margin-right:0;}
.white_txt{color:var(--color-white);}
.promo_item{
	background:var(--color-yellowsoft);
	border-radius:10px;
	color:var(--color-black1);
	padding: 11px;
}
.promo_select {
	height: 42px;
	margin: 0;
	font-weight: 700;
	padding-left: 0;
	padding-right: 56px;
	text-align: right;
	background-color: transparent;
	font-size: 16px;
	margin-right: 20px;
	background-position: right 25px center;
}
.promo_btn {
	width: 228px;
	height: 42px;
	max-width: 100%;
}
.justify-content-center {
    justify-content: center !important;
}

.promo_select option {background: var(--color-yellowsoft);}
.blue3_block{
	background: var(--color-blue3);
	border-radius: 12px;
}
.stat_user{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 9px 5px;
	max-width: 220px;
	min-height: 160px;
}
.pie_block {
	width: 195px;
	padding: 19px;
}
.pie_legend {
	width: calc(100% - 215px);
}
.dot{
	width: 12px;
	height: 12px;
	vertical-align:middle;
	margin-right:10px;
	display:inline-block;
	border-radius:50%;
}
.yd_bg{background:var(--color-yellowdark);}
.ys_bg{background:var(--color-yellowsoft);}
.beige_bg{background:var(--color-beige);}
.basic_bg_bg{background:var(--color-basic);}

.pie {
	transform: rotate(var(--rot));
}
.pie circle {
	fill: none;
	stroke-width: 6;
}
.pie circle:first-child {
	stroke: var(--color-primarylight);
	stroke-width: 9;
}

.chart_wrap {
	width: 100%;
	height: 242px;
	display: flex;
	align-items: stretch;
	margin-top: 23px;
}
.chart_left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: rgba(0, 0, 0, 0.4);
	align-items: flex-end;
	padding-right: 18px;
}
.grid {
	position: relative;
	height: 100%;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	background: repeating-linear-gradient(0deg, transparent, transparent 32.5%, rgba(0, 0, 0, 0.05) 33.333%);
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
}
.bar {
	width: 18px;
	height: var(--bar-value);
	background-color: var(--color-blue2);
	border-radius: 4px 4px 0 0;
	position:relative;
}
.bar::after {
	content: attr(data-name);
	display: block;
	white-space: nowrap;
	position:absolute;
	left:50%;
	transform:translate(-50%, calc(100% + 15px));
	bottom:0;
	font-size:12px;
	line-height:16px;
	color:rgba(0, 0, 0, 0.4);
}
.auction_block{
	padding-left:91px;
	padding-top:60px;
	border-radius:40px;
	padding-bottom: 55px;
}
sup {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	margin-left: 8px;
	vertical-align: text-top;
}
.bid_block{
	padding: 11px 45px;
	background: rgba(227, 227, 227, 0.3);
	border-radius: 12px;
	color: var(--color-black1);
	margin-top: 11px;
}
.last_bid{background:var(--color-blue3);}
.current_price{
	padding: 31px 58px 43px 60px;
	background: var(--color-blue2);
	border-radius: 20px;
	color:var(--color-white);
}
.inform_block{
	display: flex;
	align-items: flex-start;
	padding: 20px 24px 15px;
	background: var(--color-blue3);
	border-radius: 12px;
	color:var(--color-black1);
}
.current_price h4 span {
	vertical-align: top;
	margin-left: 10px;
}
.current_price input{
	padding: 14px 10px;
	height: 55px;
	background: var(--color-white);
	border-radius: 12px;
	color: var(--color-basic);
	font-size: 16px;
}
.current_price .btn{ height:55px}
.inform_block p:not(:last-child) {margin-bottom: 20px;}
.primarylight_bg{background-color:var(--color-primarylight);}
.bot_item_content {	margin-bottom: 10px;}
.catalog_menu{
	margin:0;
	padding:0;
	list-style:none;
}
.catalog_menu li{
	display: flex;
	align-items: center;
	justify-content:center;
	padding: 11px 15px;
	margin-right: 13px;
	height: 48px;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(6.5px);
	border-radius: 100px;
	color: var(--color-blue2);
}
.catalog_menu li a{color: var(--color-blue2);}
.catalog_menu li sup {
	font-size: 14px;
	line-height: 18px;
	opacity: 0.5;
	vertical-align: revert;
	margin-left: 5px;
}
.catalog_menu li.active{
	background-color: var(--color-blue2);
	color: var(--color-blue3);
}
.catalog_menu li.active a{color: var(--color-blue3);}
.bot_item {
	padding: 16px;
	max-width: 368px;
	min-height: 585px;
	background: var(--color-white);
	box-shadow: 0px 30px 35px rgba(13, 55, 184, 0.08);
	border-radius: 20px;
	margin-bottom: 10px;
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
}
.mh-80 {
    min-height: 80px;
}
.bot_item_img_block {
	width: 100%;
	height: 270px;
	border-radius: 18px;
	overflow: hidden;
}
.item_img img {
    border-radius: 90px;
    -webkit-box-shadow: 0px 7px 13px 3px rgba(0,0,0,0.19);
    box-shadow: 0px 7px 13px 3px rgba(0,0,0,0.19);
    max-width: 151px;
}
.item_img {
	width: 100%;
	height: 100%;
	border-radius: 18px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
	top:0;
	left:50%;
	transform:translate(-50%, -100%);

}
.bg_img{
	width:100%;
	height:100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 150%;
	filter: blur(8px);
	 -moz-filter: blur(8px);
	-webkit-filter: blur(8px);
}
.bot_name{
	font-weight: 500;
	font-size: 22px;
	line-height: 20px;
	color: var(--color-black1);
}
.white_btn {
	background: var(--color-white);
	border: 1px solid var(--color-blue1);
	color: var(--color-blue1);
}
.bot_item_txt_block {
	margin-top: 25px;
	padding: 0 5px;
}
.bot_item_btn_block  .btn{
	width:100%;
	height:57px;
}
.pagination {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
	align-items: center;
}
.pagination li{
	width: 24px;
	height: 24px;
	border-radius:50%;
	background:transparent;
	display:flex;
	align-items:center;
	justify-content:center;
	margin: 0 4px;
}
.pagination li a{color:var(--color-black1);}
.pagination	li.current{
	background: var(--color-blue1);
	color:var(--color-white);
}
.pagination li.pag_next{transform:scaleX(-1);}
.catalog_page_bg1 {	background: url('../img/catalog-bg1.png') no-repeat left top -10%}
.catalog_page_bg2 {	background:url('../img/catalog-bg2.png') no-repeat right bottom;}
.bot_item:hover .item_img img {
	transform: scale(1.1);
}











@media screen and (max-width: 1280px) {
	.header {
		padding: 12px 0px;
		top: 0;
		position: relative;
		background: transparent;
		width: 100%;
		left: 0;
		transform: none;
	}
	.logo {
		width: 46.3%;
		margin-top: 10px;
	}
	.menu_block {
		display: block;
		position: absolute;
		background: var(--color-white);
		left: calc(-100vw - 100px);
		top: 0;
		width: 100vw;
		padding: 48px 20px 88px;
		box-shadow: 0px 24px 29px rgba(0, 4, 91, 0.25);
		backdrop-filter: blur(6px);
		border-radius: 0px 0px 20px 20px;
		z-index:3;
	}
	.menu_block.open{
		left: 50%;
		transform:translateX(-50%);
	}
	.menu {
		flex-direction: column;
		margin-right: 0;
		margin-top: 38px;
	}
	.menu li {
		margin-bottom: 24px;
	}
	.menu_block .btn {
		margin-top: 13px;
		margin-left: auto;
		margin-right: auto;
	}
	.close_mob_menu {
		display: inline-block;
		position: absolute;
		right: 28px;
		top: 35px;
		cursor: pointer;
	}
	.mob_menu {
		display: block;
		margin-top: 8px;
		cursor: pointer;
	}
	.botconsole_block::after,
	.module_block::after{
		content:'';
		display:block;
		width:32%;
	}
	.payment_block img {width: 64px;}

	.pie_block {
		width: 100%;
		padding: 3px 0;
	}
	.pie_legend {
		width: 100%;
		padding-left: 5px;
		padding-top: 7px;
	}
	.bot_item_content {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		padding-bottom: 8px;
	}
	.finance .content_item {padding: 11px 11px 8px;}
	.promo_item{padding-right:18px;padding-top: 19px;}
	.promo_btn {width: 100%;}
	.promo_select {
		padding-right: 36px;
		text-align: left;
		font-size: 16px;
		background-position: right 13px center;
	}
	.finance .content_item:last-child {width: 100%;}


} /*1220*/
@media screen and (max-width: 991px) {

	.subttl {margin-top: 15px;}
	.bot_btn {width: 100%;}
	.bot_img {
		margin-left: -18px;
		margin-right: -18px;
		width: revert;
	}
	.h2, h2 {font-weight: 700;}
	.swiper {
		padding: 0 0 5px;
		max-width: 368px;
		margin-left: auto;
		margin-right: auto;
		overflow:revert;
	}
	.module_name, .module_txt{
		padding-left:0;
		padding-right:0;
	}
	.swiper-horizontal > .swiper-scrollbar,
	.swiper-scrollbar.swiper-scrollbar-horizontal {
		position: relative;
		left: 0;
		bottom: auto;
		top: auto;
		z-index: 50;
		height: 6px;
		width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
		overflow: revert;
		background: transparent;
		margin-top: 15px;
	}
	.swiper-scrollbar-drag {
		height: 6px;
		width: 100%;
		position: relative;
		background: #5199ff;
		border-radius: 100px;
		left: 0;
		top: 0;
	}
	.swiper-horizontal > .swiper-scrollbar::after,
	.swiper-scrollbar.swiper-scrollbar-horizontal::after {
		content:'';
		position: absolute;
		left: 0;
		bottom: -3px;
		height: 1px;
		width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
		background: #5199ff;
	}
	.catalog_block {margin-top: 18px;padding: 0 8px;}
	.raketa {
		order: 3;
		margin-left: 9px;
	}
	.possibilities_item {min-height: revert;}
	.yellowsoft_bg .possibilities_img {padding-left: 20px;}
	.tg_chat {
		padding: 50px 25px 55px 25px;
		background-position: -30px 35%;
		background-size: 122px 122px;
		text-align: center;
	}
	.open_chat {
		padding-top: 53px;
		margin-top: 18px;
		padding-bottom: 55px;
	}
	.path_block::after {content: none;}
	.tariff_h2 img {margin-left: 5px;}
	.tariff_block {
		margin-left: -18px;
		margin-right: -18px;
		padding: 25px 20px;
	}
	.tariff_pro {
		margin-top: 18px;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.tariff_num input {width: 180px;}
	.review_h2 {line-height: 28px;max-width: 395px;}
	.review_h2 img {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: -13px;
	}
	.review_text {
		padding-right: 0;
		max-height: none;
		display: block;
		-webkit-line-clamp: revert;
	}
	.owl-carousel .owl-stage-outer {overflow: revert;}
	.owl-theme .owl-nav.disabled + .owl-dots{
		margin-top: 20px;
		padding-left: 18px;
	}
	.botconsole_h2 {
		margin-top: 51px;
		padding-left: 5px;
		width: 100%;
	}
	.botconsole_h2 img {
		order: 3;
		margin-left: 5px;
		width: 35px;
		height: 35px;
		margin-top: -8px;
	}
	.botconsole_item {
		max-width: 372px;
		min-height: 406px;
		padding: 50px 40px 0;
	}
	.botconsole_btn_block {
		min-height: 156px;
		padding: 0 20px;
	}
	.contact_block {
		margin-left: -18px;
		margin-right: -18px;
		width: auto;
		min-height: 439px;
	}
	.contact_block .h2 {
		max-width: 200px;
		display: flex;
		flex-wrap: wrap;
	}
	.contact_block .h2 img {
		width: 35px;
		height: 35px;
		margin: calc(-3px + 25*var(--respon)) 10px 0 10px 0;
		order: 2;
	}
	.contact_block .h2 span:nth-child(2) {order: 3;	}
	.form_block {
		margin-top: 25px;
		margin-left: -18px;
		margin-right: -18px;
		width: revert;
		padding-bottom: 75px;
	}
	.form_block .h2 img {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}
	.form_block .h2 span:last-child {
		display: block;
		line-height: 20px;
	}
	.footer {padding-bottom: 70px;}
	.footer_menu_block ul{margin: 0;}
	.footer_menu_block li {margin-right: 0;margin-bottom: 32px;}
	.footer_menu_block {
		width: 100%;
		padding: 0;
		margin-top: 68px;
	}
	.payment_block {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin-top: 48px;
	}
	.payment_block img {
		margin-left: 0;
		width: 64px;
		margin-bottom: 25px;
	}
	.bg1, .bg2{background:none;}
	.tariff_free,
	.review_item,
	.contact_block,
	.form_block,
	.botconsole_item,
	.possibilities_item,
	.tariff_pro,
	.possibilities_txt_block {max-width: none;}
	.botconsole_img {text-align: right;}
	.max_w343_md{max-width:343px;}
	.max_w388_md {max-width: 388px;}

	.sale_bot svg {
		margin-right: 15px;
		width: 29px;
		height: 29px;
	}
	.sale_bot {	height: 59px;}
	.go2back {margin-left: 18px;}
	.fullwidth {
		margin-left: -18px;
		margin-right: -18px;
	}
	.bot_item_btn {
		margin-left: calc((45px + 57*var(--respon) + 25px) * -1);
		width: revert;
	}
	.white_block {
		padding: 35px 18px 30px;
	}
	.bot_item_content {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		padding-bottom: 8px;
	}
	.finance .content_item {padding: 11px 11px 8px;}
	.promo_item{padding-right:18px;padding-top: 19px;}
	.promo_btn {width: 100%;}
	.promo_select {
		padding-right: 36px;
		text-align: left;
		font-size: 16px;
		background-position: right 13px center;
	}
	.stat_user{
		max-width: none;
		padding-top: 3px;
		margin-bottom: 8px;
	}

	.chart_wrap {
		margin-top: 27px;
		margin-bottom: 58px;
	}
	.chart_left {padding-right: 10px;}
	.bar::after {
		white-space: normal;
		transform: translate(-50%, calc(100% + 13px));
		text-align: center;
	}
	.auction_block {
		margin-left: -18px;
		margin-right: -18px;
		padding-top: 43px;
		padding-bottom: 55px;
	}
	sup {vertical-align: baseline;}
	.bid_block {padding: 11px 13px;}
	.current_price {
		margin-left: -18px;
		margin-right: -18px;
		width: auto;
		padding-left: 18px;
		padding-right: 18px;
		padding-bottom: 30px;
	}
	.current_price h4 span {
		margin-left: 3px;
		vertical-align: top;
	}
	.inform_block{padding-bottom: 20px;}
	.bot_item {
		margin-top: 38px;
		margin-bottom: 3px;
	}
	.bot_item_txt_block {
		margin-top: 25px;
		padding: 0 3px;
	}
	.bot_item_btn_block {
		margin-left: -3px;
		margin-right: -3px;
	}
	.pagination {
		width: 100%;
		justify-content: space-around;
	}
	.catalog_page_bg1 {
		background-image: url('../img/catalog-bg1-mob.png');
		background-position: left top 3%;
		background-size: contain;
	}
	.catalog_page_bg2 {
		background-image: url('../img/catalog-bg2-mob.png');
		background-position: left bottom 23%;
		background-size: cover;
	}

} /*992*/
.login-block {
    position: relative;
    left: 41%!important;
    min-height: 100px !important;
}
.error-block {
    position: relative;
    left: 39%!important;
    min-height: 100px !important;
}
.mt-10 {
    margin-top: 10px!important;
}
.captcha-img img {
    width: 100% !important;
    border-radius: 12px;
}
.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: var(--color-blue2);
    outline: 0;
    -webkit-box-shadow: 0 0 0 .15rem rgba(81,86,190,.25);
    box-shadow: 0 0 0 .15rem rgba(81,86,190,.25)
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #5156be;
    border-color: #5156be;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: .5
}
.form-check-input:checked {
    background-color: #5156be;
    border-color: #5156be;
}
.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check, .form-check-input, .form-check-label {
    cursor: pointer;
    margin-bottom: 0;
}
.form-check {
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}
.form-check-input {
    height: 20px;
    margin-top: -1px;
    width: 1em;
    /* margin-top: 0.25em; */
    vertical-align: top;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #ebf1fc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    print-color-adjust: exact;
    -webkit-transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
.d-flex {
    display: flex;
}
.flex-shrink-0 {
    margin-left: auto!important;
}
.blue-link {
    color:  var(--color-blue1);
}
.text-right {
    text-align: right!important;
}
.btn:hover {
    background-color: var(--color-blue2);
    border-color: var(--color-blue2);
}
.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip {
    display: block
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #fd625e;
}
.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: #fd625e;
    padding-right: calc(1.5em + .94rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fd625e'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23fd625e' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .235rem) center;
    background-size: calc(.75em + .47rem) calc(.75em + .47rem)
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: #fd625e;
    -webkit-box-shadow: 0 0 0 .15rem rgba(253,98,94,.25);
    box-shadow: 0 0 0 .15rem rgba(253,98,94,.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .94rem);
    background-position: top calc(.375em + .235rem) right calc(.375em + .235rem)
}

.form-select.is-invalid,.was-validated .form-select:invalid {
    border-color: #fd625e
}

.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: calc(.75em + 3.205rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fd625e'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23fd625e' stroke='none'/%3E%3C/svg%3E");
    background-position: right .75rem center,center right 2.5rem;
    background-size: 16px 12px,calc(.75em + .47rem) calc(.75em + .47rem)
}

.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus {
    border-color: #fd625e;
    -webkit-box-shadow: 0 0 0 .15rem rgba(253,98,94,.25);
    box-shadow: 0 0 0 .15rem rgba(253,98,94,.25)
}

.form-check-input.is-invalid,.was-validated .form-check-input:invalid {
    border-color: #fd625e
}

.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked {
    background-color: #fd625e
}

.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(253,98,94,.25);
    box-shadow: 0 0 0 .15rem rgba(253,98,94,.25)
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: #fd625e
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid {
    z-index: 2
}

.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus {
    z-index: 3
}
.text-center {
    text-align: center!important
}
.alert-warning {
    display: block;
    padding: 10px;
    border-radius: 10px;
    background-color: #f6e6b8;
}
.w-100 {
    width: 100%!important
}
.big-emoji {
    display: block;
    text-align: center;
    font-size: 64px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.alert {
    padding: 10px;
    border-radius: 10px;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.footer-bottom {
    position: relative;
    min-height: 100vh;
}
.page-content h3 {
    margin-bottom: 20px;
}
.page-content {
    padding-left: 20px;
}
.page-content p {
    margin-bottom: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
@media (prefers-reduced-motion:reduce) {
    .form-check-input {
        -webkit-transition: none;
        transition: none
    }
}
@media screen and (max-width: 767px) {
	.auction_block .d_flex_sm .info {margin-left: 10px;}
    .login-block {
        position: relative;
        left: 10px !important;
    }
    .page-content {
        padding-left: 0px;
    }
    .error-block {
        position: relative;
        left: 10px !important;
        min-height: 100px !important;
    }
}/*768*/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content,.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f6f6f6;
    border-radius: 1.25rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9e9ef;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e9e9ef;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}
button.close {
    border: none;
    background: none;
    font-size: 20px;
}
.bot-button:hover {
    color: white;
    background-color: #59a2ef;
}
.bot-button {
    padding: 9px;
    text-align: center;
    background-color: #7449e3;
    border-radius: 5px;
    color: white;
    display: block;
    margin-bottom: 2px;
}
.gap-2 button i {
    margin-right: 5px;
}
.gap-2 button {
    width: 100%;
    margin-bottom: 5px;
}
