.flex-block {
    display: flex;
    align-items: center;
}

.flex-block .image-block {display: flex;flex: 1 0 50%;}

.flex-block .text-block {
    background: #fff;
    margin: 40px 0 40px -60px;
    padding: 40px 30px;
    font: 18px / 22px Roboto, sans-serif;
    border: 1px solid #8f69fa40;
    -webkit-box-shadow: -2px 4px 7px 1px rgba(34, 60, 80, 0.09);
	-moz-box-shadow: -2px 4px 7px 1px rgba(34, 60, 80, 0.09);
	box-shadow: -2px 4px 7px 1px rgba(34, 60, 80, 0.09);
}

.text-title-block {
    font: 500 40px / 50px Rubik, sans-serif;
    text-align: center;
    margin: 0 0 20px;
}

.firsttext-title-block {
    font: 500 35px / 40px Rubik, sans-serif;
}

.bottom-text-block {
    padding: 40px 0;
    font: 18px / 22px Roboto, sans-serif;
}

ul.list-block {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.list-block li {
    position: relative;
    padding: 3px 0 3px 30px;
    font: 18px / 21.6px Roboto, sans-serif;
}

.list-block li:before {
	display: block;
	content: '';
	background: url('/d/fgs16_check_y1-color.svg') no-repeat 0 50%/100% 100%;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 2px;
	left: 0;
}

.preim-flex-block {
    margin-left: 35%;
    padding: 30px;
    background: #fff;
    margin-right: 20px;
    font: 18px / 21.6px Roboto, sans-serif;
}

.preim-flex-block .preim-desc {
    margin: 30px 0;
}

.preim-flex-block .preims {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.preim-flex-block .preims .preim-item {
    width: calc( 50% - 10px );
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.preim-flex-block .preims .preim-item .preim-ico {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a5ca10;
    border-radius: 100%;
    flex: 0 0 80px;
    margin-right: 20px;
}

.preim-text-block .preim-text {
    font: 16px / 19.2px Roboto, sans-serif;
}

.preim-title {
    font: 500 18px / 27px Rubik, sans-serif;
    margin: 10px 0;
}

.preim-block{
	background-size: contain !important;
	-webkit-box-shadow: -2px 4px 7px 1px rgba(34, 60, 80, 0.09);
	-moz-box-shadow: -2px 4px 7px 1px rgba(34, 60, 80, 0.09);
	box-shadow: -2px 4px 7px 1px rgba(34, 60, 80, 0.09);
}

.img-block {
	display: none;
}

@media screen and (max-width: 768px) {
	.flex-block {
		flex-direction: column;
	}

	.flex-block .text-block {
		margin: 40px 0;
	}

	.preim-flex-block {
		margin: 40px 0
	}

	.img-block {
		display: block;
	}
}

@media screen and (max-width: 640px) {
	.preim-flex-block .preims .preim-item {
	    width: calc( 100% - 10px );
	    display: flex;
	    margin-bottom: 30px;
	}
}

@media screen and (max-width: 425px) {
	.preim-flex-block .preims .preim-item {
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    text-align: center;
	}
}

.cat-btn:hover + .cat-panel {
    opacity: 1;
    pointer-events: auto;
}
.cat-panel:hover {
    opacity: 1;
    pointer-events: auto;
}
.active > a, .active > a > span, .active_folder > a, .active_folder > a > span {
    color: #8f69fa;
    font-weight: bold;
}
.btn_up.active {
    bottom: 100px;
}

.top-fixed-panel .top-fixed-panel__burger_btn {
    height: 70px;
    border-radius: var(--gr_wrap_radius);
    background: var(--gr_primary);
    padding: 10px 60px 10px 65px;
    align-items: center;
    position: relative;
    max-width: 328px;
    min-width: 200px;
    cursor: pointer;
    transition: box-shadow 0.3s;
    font-family: var(--font2);
}
.top-fixed-panel .top-fixed-panel__burger_btn span {
    font-size: 18px;
    font-weight: var(--font1_700);
    color: var(--on_gr_primary_text);
    padding-left: 20px;
}

.top-fixed-contacts .top-contacts__address_ts {
    margin-left: 20px;
    padding-left: 35px;
}
.top-fixed-panel .top-fixed-panel__burger_btn span {
    font-size: 18px;
    padding-left: 20px;
}
.top-fixed-panel .top-fixed-panel__burger_btn {
    min-width: 160px;
}

@media (max-width: 1260px) {
	.top-fixed-panel .top-fixed-panel__burger_btn span {
	    font-size: 18px;
	}
	.top-fixed-contacts .top-contacts__address_ts{
		margin-left: 0;
	}
	.top-contacts {
	    margin-left: 20px !important;
	}
}
@media (max-width: 1200px) {
	.top-fixed-contacts .top-contacts__address_ts {
	    background: none;
	    padding-left: 15px;
	}
	.top-fixed-contacts .top-contacts {
	    background: none;
	    padding-left: 15px !important;
	    padding-right: 15px !important;
	    margin-left: 15px !important;
	}
}

@media (max-width: 990px) {
	.top-fixed-contacts{
		display:none;
	}
}

.site-header__head_bottom_links {
    padding-top: 30px;
}
.site-header__head_bottom_links a {
	display: inline-block;
    color: #000;
    margin-right: 15px;
    text-decoration: none;
    margin-bottom: 15px;
}
.site-header__head_bottom{
	padding-top: 0;
}