

/* Start:/local/templates/imc/components/bitrix/news.list/imc_flowers-menu/style.css?17488879211297*/
.flower-menu_header {
    text-transform: uppercase;
    text-align: left;
    color: #000;
    padding: 20px;
    font-weight: bold;
    font-size: x-large;
}

.flower-menu_flower {
    width: 40px;
    height: 40px;
    background: #fff;
    border: solid 3px #000;
    position: relative;
    top: 15px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 9px;
}

.flower-menu_flower:before,
.flower-menu_flower:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: inherit;
    border-radius: 9px;
}

.flower-menu_flower:before {
    top: -3px;
    left: -3px;
    width: 40px;
    height: 40px;
    border: solid 3px #000;
    transform: rotate(45deg);
}

.flower-menu_flower:after {
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    transform: rotate(0deg);
}

.flower-menu_check {
    position: relative;
    top: -12px;
    color: #000;
}

@media(max-width: 420px) {
    .flower-menu_check {
        left: 5%;
    }

}

.flower-menu_name {
    color: #000;
    font-weight: normal;
    font-size: large;
}

.flower-menu_description {
    color: #A0A0A0;
    font-weight: normal;
    font-size: medium;
}

.flower-menu_img {
    width: 100%;
}

@media(max-width: 768px) {
    .flower-menu_img {
        display: none;
    }

}
/* End */


/* Start:/local/templates/imc/components/bitrix/news.list/imc_prof-stand_we-accompany/style.css?17488879271705*/
.we-accompany_header_icon {
    margin-left: auto;
    width: 110px;
    height: 110px;
    border-radius: 11px;
    color: white;
    text-align: center;
    font-size: 4em;
    font-weight: normal;
    background: #6C629A;

    -webkit-box-shadow: -6px -5px 0 0 #b69cff;
    -moz-box-shadow: -6px -5px 0 0 #b69cff;
    box-shadow: -6px -5px 0 0 #b69cff;
}

.we-accompany_header_text {
    text-align: left;
    color: #000;
    font-weight: bold;
    font-size: x-large;
}

.we-accompany-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border-color: black;
    border-width: 3px;
    border-style: solid;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.we-accompany-icon {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: black;
    font-size: xx-large;
}

.we-accompany-name {
    color: #000;
    font-weight: normal;
    font-size: large;
}

.we-accompany_preview-text {
    color: #A0A0A0;
    font-weight: normal;
    font-size: medium;
    text-align: center;
}

.we-accompany_detail-text {
    color: #A0A0A0;
    font-weight: normal;
    font-size: medium;
    text-align: center;
}

.we-accompany_button {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    text-align: center;
    height: 66px;
    width: 166px;
    background-color: #6C629A;
    color: white;
    font-size: large;
    border-radius: 2em;
}

@media(max-width: 767px) {
    .we-accompany_header_icon {
        margin-left: auto;
        margin-right: auto;
    }

    .we-accompany_header_text {
        text-align: center;
        color: #000;
        font-weight: bold;
        font-size: large;
    }
}
/* End */


/* Start:/local/templates/imc/components/bitrix/news.list/prof_standart/style.css?1748887929848*/
.prof_standard-header {
	text-align: center;
	text-transform: uppercase;
	font-size: x-large;
	color: #201C32;
	font-weight: bold;
}

.prof_standard-item {
	display: block;
	text-align: center;
	color: #2B2643;
	border: solid 1px #B9B1DE;
	font-weight: bold;
}

.prof_standard-square {
	margin-left: auto;
	margin-right: auto;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	color: white;
	text-align: center;
	font-size: 1.8em;
	font-weight: normal;
	background: #6C629A;

	-webkit-box-shadow: -6px -5px 0 0 #b69cff;
	-moz-box-shadow: -6px -5px 0 0 #b69cff;
	box-shadow: -6px -5px 0 0 #b69cff;
}

.prof_standard-item:hover .prof_standard-square {
	color: #ffc400;
}

.prof_standard-name {
	color: #1A0E50;
	text-transform: uppercase;
	font-size: large;
}

.prof_standard-description {
	color: #696381;
	font-weight: normal;
	font-size: small;
}
/* End */


/* Start:/local/templates/imc/components/bitrix/menu/method_menu_imc/style.css?1747823396821*/
.bottom_center-menu-header {
    color: #2B2643;
    text-align: center;
    text-transform: uppercase;
    font-size: x-large;
    font-weight: bold;
}

.bottom_center-menu-item {
    color: #2B2643;
    border-radius: 6px;
    background-color: #FFF;
    height: 64px;
    -webkit-box-shadow: -2px 2px 7px -4px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -2px 2px 7px -4px rgba(34, 60, 80, 0.2);
    box-shadow: -2px 2px 7px -4px rgba(34, 60, 80, 0.2);
    font-weight: bold;
}

a.bottom_center-menu-item {
    color: #FFF;
}

.circle {
    width: 35px;
    height: 35px;
    background: #2B2643;
    border-radius: 50%;
    margin: 0 auto;
}

.bottom_center-menu-item-icon {
    text-align: center;
    font-size: 17px;
}

.bottom_center-menu-item-text {
    color: #2B2643;
    font-size: small;
    padding: 5px 0;
}
/* End */


/* Start:/local/templates/imc/components/bitrix/news.list/imc_prof-stand_activity/style.css?1748887925841*/
.imc-activity-header {
    text-transform: uppercase;
    text-align: center;
    color: #000;
    padding: 20px;
    font-weight: bold;
    font-size: x-large;
}

.imc-activity-name {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: xxx-large;
}

.imc-activity-description {
    text-align: center;
    color: #A0A0A0;
    font-weight: normal;
    font-size: large;
}

.imc-activity_img {
    opacity: 0.9;
    width: 100%;
}

.imc-activity_button {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    text-align: center;
    height: 66px;
    width: 200px;
    background-color: #6C629A;
    color: white;
    font-size: large;
    border-radius: 2em;
    font-weight: bold;
}

@media(max-width: 320px) {
    .imc-activity-name {
        font-size: xx-large;
    }
}
/* End */
/* /local/templates/imc/components/bitrix/news.list/imc_flowers-menu/style.css?17488879211297 */
/* /local/templates/imc/components/bitrix/news.list/imc_prof-stand_we-accompany/style.css?17488879271705 */
/* /local/templates/imc/components/bitrix/news.list/prof_standart/style.css?1748887929848 */
/* /local/templates/imc/components/bitrix/menu/method_menu_imc/style.css?1747823396821 */
/* /local/templates/imc/components/bitrix/news.list/imc_prof-stand_activity/style.css?1748887925841 */
