

/* Start:/local/component/pochemy-mu/style.css?1751372140832*/
.pochemy-mu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
	padding-top: 50px;
    padding-bottom: 50px;
}

.pochemy-info p {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #12305F;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 0;
    max-width: 200px;
}
.pochemy-info {
    margin: 0 auto;
    text-align: center;
}
.pochemy-mu-element {
    background: #fff;
    width: 100%;
    border-radius: 20px;
    margin: 10px 10px;
    max-width: 280px;
}
.pochemy-info img {
	padding: 20px;
    margin-top: 20px;
}
@media (max-width: 768px) {
	.pochemy-mu-element {
		margin: 10px 0px;
		max-width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/poverhnosti_mail_list/style.css?17514624033993*/
span.item-btn {
    position: relative;
    color: rgb(18 48 95);
    text-decoration: none !important;
    font-weight: 600;
    border: 1px solid rgba(18, 48, 95, 0.1);
    padding: 10px 20px;
    border-radius: 5px;
    padding-right: 30px;
    cursor: pointer;
}
span.item-btn:after {
    content: url(/bitrix/templates/region/images/carret-right-red.png);
    position: absolute;
    top: 9px;
}
span.item-btn:hover {
    opacity: 0.5;
}
.elem_ros_all {
	display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: stretch;
       height: auto;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
}


.elem_ros_all>div {
    width: 18%;
    width: calc(20% - 10px);
    height: 140px;
    background: #fff !important;
    display: flex;
    align-items: center;
    margin: 5px;
    justify-content: center;
    border-radius: 15px;
    flex-wrap: wrap;
}
/*.elem_ros_all>div:first-child {
    margin-left: 0;
}
.elem_ros_all>div:nth-child(5n) {
    margin-right: 0;
}
.elem_ros_all>div:nth-child(6n) {
    margin-left: 0;
}*/

.elem_ros-img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    height: 70px;
}
.elem_ros-img img {
    max-height: 70px;
    max-width: 100%;
}
.elem_ros_all>div {
    position: relative;
}

.elem_ros_all>div:hover {
    box-shadow: 0px 2px 5px #00000030;
}
.elem_ros-a{   position: absolute;}
.elem_ros_all>div a {
    display: block;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;

  }
}

.elem_ros_all>div .elem_ros-a { transition: 0.5s; opacity: 0;}
.elem_ros_all>div.active .elem_ros-a{   animation:  1s anim-lineUp; opacity: 1;}
.elem_ros-a a.bnt-main:hover {
    opacity: 1;
}
.dalee-ros {
    padding-top: 20px;
    text-align: center;
}
.dalee-ros a {
    position: relative;
    color: rgb(18 48 95);
    text-decoration: none !important;
    font-weight: 600;
    border: 1px solid rgba(18, 48, 95, 0.1);
    padding: 10px 20px;
    border-radius: 5px;
    padding-right: 30px;
    cursor: pointer;
}
.dalee-ros a:hover {
    opacity: 0.5;
}
.dalee-ros a:after {
    content: url(/bitrix/templates/region/images/carret-right-red.png);
    position: absolute;
    top: 9px;
}

noindex {
    display: none;
    width: 100%;
    text-align: left;
    margin: 0 10px;
    border-top: 1px solid rgba(233, 234, 236, 1);
    padding-top: 5px;
}
noindex a {
    text-decoration: none !important;
    color: rgba(36, 39, 54, 1);
    font-size: 12px;
    font-weight: 600;
	box-sizing: border-box;
    line-height: 1;
    padding-top: 5px;
	padding-right: 10px;
}
noindex:after {
    content: url(/bitrix/templates/region/images/carret-right-red.png);
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.elem_ros.active {
    transition: 0.8s;
}
.elem_ros.active:hover {
box-shadow: 0px 0px 10px #dbdbdb;
}
.elem_ros-a {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.name_open {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    color: #12305f;
}

@media (max-width: 860px) {
.elem_ros_all {
    justify-content: space-around;
}
	noindex {
   	 display: block;
	}
	.elem_ros-a{display: none;}
	.elem_ros_all>div {
		 width: 49%;
		 width: calc(50% - 10px);
	}
	.elem_ros_all>div:nth-child(5n), .elem_ros_all>div:nth-child(6n) {
		margin: 5px;
	}
	.elem_ros_all>div:nth-child(2n) {
		margin: 5px;
		margin-right: 0;
	}
	.elem_ros_all>div:nth-child(2n+1) {
		margin: 5px;
		margin-left: 0;
	}
	.elem_ros_all>div {
		box-shadow: 0px 2px 5px #00000030;
	}
	.dalee-ros a {
		display: block;
	}
}
a.item-btn {
    display: block;
    max-width: max-content;
    margin: 0 auto;
}
section.uslugi-block {
    margin-bottom: 40px;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/komanda/style.css?17339547721129*/
.komanda-img img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 50px;
}
.komanda-element {
    display: flex;
    justify-content: space-between;
	padding: 0 50px;
}
.direktor-info {
    max-width: 290px;
    margin-right: 5%;
}
.direktor-info img {
    width: 100%;
    border-radius: 20px;
}
.direktor-desc p {
    color: rgba(18, 48, 95, 1);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 0;
}
.direktor-desc {
    color: rgba(227, 30, 36, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.obrashenoe-title {
    color: rgba(18, 48, 95, 1);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

@media (max-width: 768px) {
	.direktor-info {
		margin: 0 auto;
		margin-bottom: 20px;
        max-width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/reklama-portfolio-list/style.css?17646801691426*/
.postfolio-list-element {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.element-postfolio {
    width: 32.5%;
    margin: 20px 5px;
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    overflow: hidden;
}
.img_bg {
    height: 100%;
}
.img_tip {
    height: 210px;
	position: relative;
}
.info-portfolio-block {
    padding: 20px;
}
.pic_icon_news {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    top: 20px;
    position: absolute;
    left: 20px;
}
.tip-block {
    font-size: 12px;
    font-weight: 600;
    color: rgba(36, 39, 54, 1);
    background: rgba(18, 48, 95, 0.05);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.name-block a {
    color: rgba(18, 48, 95, 1);
    text-decoration: none !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    display: block;
}

.data_porfolio {
    position: absolute;
    color: #12305f;
    z-index: 9;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 1px 10px;
    border: 1px solid #f3f4f7;
    border-radius: 5px;
    display: inline;
    BACKGROUND: #f3f4f7;
}
/* End */
/* /local/component/pochemy-mu/style.css?1751372140832 */
/* /bitrix/templates/.default/components/bitrix/news.list/poverhnosti_mail_list/style.css?17514624033993 */
/* /bitrix/templates/.default/components/bitrix/news.list/komanda/style.css?17339547721129 */
/* /bitrix/templates/.default/components/bitrix/news.list/reklama-portfolio-list/style.css?17646801691426 */
