.form_otv{
	display: block;
    left: 50%;
    top: 25%;
    width: 25%!important;
    transform: translate(-50%,0);
    margin: 0;
    position: fixed;
    z-index: 99999;
}
.form_otv img{
    max-width: 30px;
    padding: 5px 6px;
}
.form_otv textarea{
    height: 150px;
    width: 92%;
    margin-left: 4%;
}
.form_otv label{
    margin: 0 0 0px 17px;
}
.ssl {
    /* font-size: 12px; */
    /* color: grey; */
    margin: 0 0 8px 0;
}
.ssl img {
    width: 88px;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
.invis{
	display:none;
}
.display_block{
	display:block;
}
.flex{
	display: flex;
}
.flex-row-desktop img {
	height: fit-content;
	margin: 0 7px 0 0;
}
.flex-row-desktop .button_accent{
	max-height: fit-content;
	margin: 0 7px 0 7px;
}
.flex-row-desktop{

}
.deposit__form .button_accent{
	margin: 7px 0 5px 0px;
}
.desktop-width-50{
	width: 50%;
}
.flex_equal_width{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0;
}
.cbcourses__tile{
	margin:10px 3px;
}
.tiles_4 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px; /* расстояние между элементами */
}
.tiles_4 .order__left{
	border-right:unset;
}
.tiles_4 > * {
	flex: 1 1 calc(25% - 20px); /* 4 в ряд */
	box-sizing: border-box;
}
.width_full{
	width:100%;
}
.order__buttons .button {
	max-height: 45px;
}
.order_details{
	cursor: pointer;
}
.col-5{
	column-count: 5;
}
.col-4{
	column-count: 4;
}
.col-5, .col-4{
	width: 100%;
}
.col-5 li, .col-4 li{
	margin: 5px 0 0 0;
}
.no-list{
	list-style: none;
}
.no-padding{
	padding: 0;
}
.section__header{
	width: 100%;
}
.order__logo{
	-webkit-flex-grow: 0;
	flex-grow: 0;
}
.order__profit{
	-webkit-flex-grow: 0;
	flex-grow: 0;
}
.youtube_video{
	height: 500px;
}
.order__left .button{
	margin: 0px 0 9px 0px;
}
.c-credy-faq__container {
	margin: 30px 0%;
	background: #eee;
	padding: 15px 0;
	box-sizing: border-box;
}
.c-credy-faq__wrap {
	max-width: 920px;
	margin: 0 auto;
}
.c-credy-faq {

}
.c-credy-faq__list {
	margin: 0;
	padding: 0% 5%;
	list-style: none;
}
.c-credy-faq__list-item {
	margin: 15px;
}

.c-credy-faq__question {
	font-size: 1.1em;
	color: #369;
	border-bottom: 1px dashed;
}

.c-credy-faq__answer {
	margin: 10px 0 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bbb;
}

.accordion-toggle {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.accordion-toggle:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(/images/down-arrow.svg) no-repeat;
	background-size: 14px;
	position: absolute;
	left: -23px;
	top: 4px;
}

.accordion-toggle.toggled:before {
	background-image: url(/images/up-arrow.svg);
}

.accordion-content {
	display: none;
}

.accordion-content.active {
	display: block;
}
.info_text p{
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.tiles_4 > * {
		flex: 1 1 100%; /* 1 в ряд */
	}
	.desktop-width-50{
		width: 100%;
	}
	.breadcrumbs__short .breadcrumbs__item{
		display:none;
	}
	.breadcrumbs__short .breadcrumbs__item:nth-child(-n+2) {
		display: list-item;
	}
	.section .order{
		margin-bottom:15px;
	}
	.order .order__header{
		margin:8px 0 0 0;
	}
	.order .order__left{
		margin-top:0px;
	}
	.order .order__right{
		margin:0px 10px 0px 10px;
	}
	.order .order__logo{
		margin-bottom:0px;
	}
	.order .order__logo img{
		margin:0px 0 0px 0;
	}
	.flex-column-desktop{
		flex-direction: column;
	}
	.flex-row-desktop{
		flex-direction: column;
	}
	.col-5, .col-4{
		column-count: 2;
	}
	.overflo_auto_mobile{
		overflow: auto;
	}
	.classic_tbl{
		min-width: 700px;
	}
	.youtube_video{
		height: 300px;
	}
}