

/* Start:/bitrix/templates/mediapro_main/components/bitrix/catalog.element/content/style.css?17635511128677*/
.catalog_block .item .item-title a > span {
    max-height: 38px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1;
    color: #000;
    -webkit-text-fill-color: #000;
    font-weight: bold;
    min-height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 15px;
}
.catalog_block-slick.items.slick-initialized .item {
    height: 100%;
}
.catalog_block-slick .item-rating {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE1IDEzIj48cGF0aCBkYXRhLW5hbWU9IlNoYXBlIDkyMSBjb3B5IDE1IiBjbGFzcz0ic3NjbHMtMiIgZD0iTTEzMzMuMzcsNDU3LjVsLTQuMjEsMi40MDgsMC4xMSwwLjM0NiwyLjA3LDQuNzQ1aC0wLjcybC00LjEyLTMtNC4wOSwzaC0wLjc1bDIuMDQtNC43MDcsMC4xMi0uMzk1LTQuMTktMi40VjQ1N2g1LjEybDEuNTMtNWgwLjM4bDEuNTcsNWg1LjE0djAuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzE5IC00NTIpIi8+PC9zdmc+");
    width: 15px;
    height: 13px;
    filter: brightness(0) saturate(100%) invert(77%) sepia(99%) saturate(320%) hue-rotate(341deg) brightness(93%) contrast(94%);
}
.catalog_block-slick .inner_rating:after {
    content: "";
    width: 8px;
    height: 13px;
    display: block;
    position: absolute;
    right: 0;
    background: #ffffff8a;
    z-index: 1;
}
.catalog_block-slick .inner_rating {
    display: inline-flex;
    margin: 0 0 8px;
    position: relative;
}
.dj_category {
    background: #fff;
    border-radius: 12px;
    padding: 0 5px 15px;
}
.catalog_block .item img{
    margin: 0 -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    /* max-height: 223px; */
    object-fit: cover;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    aspect-ratio: 1;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.catalog_block .item .cost.prices .price:not(.discount){    
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-weight: bold;
    font-size: 19px;
    line-height: 17px;
    color: #E5097F;
} 
.catalog_block .block_wrap_inner.prices {
    display: none;
}
.catalog_block .block_title.text-upper.font_xs.font-bold {
    display: none;
}
.catalog_block .counter_block.big {
    display: none;
}
.catalog_block .btn {
    color: #FFF;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    padding: 3px 16px;
    border-radius: 99px;
    background: #FF78A1;
    display: flex;
    align-items: center;
    height: 43px;
    gap: 9px;
    width: 176px;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
}
.catalog_block .inner_wrap {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.catalog_block.items {
    margin: 22px 0 !important;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(254px, 1fr));
}
.catalog_block .more-btn.text-center {
    display: none;
}
.catalog_block .item {
    padding: 0 20px 20px;
    border-radius: 12px;
    background: #FFF;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.catalog_block .catalog_item {
    height: 100%;
    display: block;
}
@media(max-width:600px){
	.catalog_block.items {
		grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
	}
}
.dj_categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 22px;
    background: #f5f5f7;
    padding: 20px;
    border-radius: 12px;
}
.dj_category_name { 
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    max-height: 38px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 26px;
    overflow: hidden;
}
.dj_category img {
    margin-bottom: 0 !important;
}
@media(max-width:800px){
    .dj_categories {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width:600px){
    .dj_categories {
        display: flex;
        overflow-x: scroll; 
        margin-bottom: 20px;
    }
    .dj_category {
        min-width: 150px;
    }
}
 

.dj_category img {
    margin-bottom: 10px;    
    height: 200px;
    object-fit: contain;
}

@media (max-width: 750px) {
   .content_docum_file a{
		display: inline-block;
		white-space: nowrap; 
		width: 200px;
		overflow: hidden;  
		text-overflow: ellipsis;  
   }

}
.uslugi_price {
  font-size: 30px;
}

a.txttohtmllink {
  font-size:0;
}
.post_p h2 {
    margin: 44px 0 22px;
}
.post_p h3 {
    margin: 44px 0 22px;
}
a.txttohtmllink:after {
font-family: "FontAwesome";
    content: "\f08e";
    margin-left: 5px;
  font-size:14px;    
}
.tags.element:before{
	display: none;
}
.tags.element a{
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid var(--pink, #FF78A1);
  padding: 3px 8px;
  display: block;
  color: var(--pink, #FF78A1);
  margin-right: 5px;
  text-decoration: none;
}

.tags.element a:before{
  content: "#";
}

.h1, h1 {
    font-size: 2rem !important;
}
.h2, h2 {
    font-size: 1.5rem !important;
}

.bx-breadcrumb {
    margin: 0 !important;
}

form#add-job textarea { 
  resize: none !important; 
  border-radius: 20px;
}
form#add-job textarea:focus{   box-shadow: 0 0 0 0.2rem rgb(255 120 161 / 27%);}

.sticky-top {
  top: 30px !important;
}

.news_blocks {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.pink-p {
    padding: 20px 40px;
    border-radius: 8px;
    border: 1px solid var(--pink, #FF78A1);
    background: rgba(255, 120, 161, 0.10);
}

@media (max-width: 768px) {
	.content [class*="col-"] {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		margin-bottom: 15px;
	}
	.table{
		font-size: 13px !important;
	}
}
img{
	max-width: 100%;
	border-radius: 8px;
}
.post_p p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 22px;
    text-indent: 15px;
}
.post_p p::first-letter {
    font-size: 130%;
    color: #FF78A1;
    font-weight: bold
}
h1.page-header {
    font-size: 42px;
    font-weight: 900;
    font-family: "a_FuturaRoundDemi";
}
h2 {
	font-family: a_FuturaRound;
    font-size: 32px;
    font-weight: 700;
}
.post_p dl, .post_p ol,.post_p  ul {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
    color: #000;
}
.post_p{
	border-radius: 12px;
	background: #FFF;
    margin: 22px 0 !important;
}
.post_p_div{
    width: 760px;
    padding: 80px 10px;
    margin: auto;
    max-width: 100%;
}
.post_p .dj_category a{ 
    display: flex;
    flex-direction: column;
    gap: 10px; 
    height: 100%;
}
.post_p img {
    margin-bottom: 22px;
}
.post_p p.apst-p {
    line-height: 1.3;
    font-style: italic;
    /* font-weight: bold; */
}
.post_p b {
    font-weight: 900;
    font-family: a_FuturaRoundDemi;
}
h3 {
    line-height: 1;
    font-size: 30px;
    margin: 32px 0 10px;
    font-family: a_FuturaRoundDemi;
    font-weight: 700;
} 
.post_p h1 {
    font-size: 42px !important;
    font-weight: 700;
    font-family: a_FuturaRoundDemi;
    margin-bottom: 22px;
}
.post_p_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 22px;
}
.post_show_counter{
    margin-left: auto;
}
.date_time.font-weight-light {
    font-size: 16px;
}

.date_time.font-weight-light:before {
    display: none;
}  
.post_show_counter {
    font-size: 16px;
}
.catalog_block-slick.items.slick-initialized {
    display: block;
    margin-top: 60px !important;
}
.catalog_block-slick.items.slick-initialized .item {
    margin: 0 10px;
}
.catalog_block-slick.items .slick-arrow {
    top: -47px;
    line-height: 0;
    display: block !important;
}
@media(max-width:600px){
	.post_p p {
		font-size: 16px;
 		margin-bottom: 10px;
	}
	h1.page-header {
		font-size: 24px;
		line-height: normal;
	}
	h2 {
		font-size: 20px;
		line-height: normal;
	}
	.post_p dl, .post_p ol,.post_p  ul  {
		font-size: 16px;
		margin-bottom: 10px;
		padding-left: 20px;
	}
	.post_p img {
		margin-bottom: 10px;
	}
	.post_p h3, .post_p h2 {
		margin: 20px 0 10px;
	}
	.tags.element a,.post_show_counter, .date_time.font-weight-light {
		font-size: 14px;
	} 
	.post_p_info {
		margin-bottom: 10px;
	}
    .dj_category img{        
        height: 150px !important;
    }
}

@media(max-width:450px){
    .catalog_block-slick.items.slick-initialized .item{
        margin: 0 4px;
        padding: 0 10px 20px;
    }
    .catalog_block-slick.catalog_block .btn {
        height: 30px;
    }
}
/* End */


/* Start:/bitrix/templates/mediapro_main/components/bitrix/system.pagenavigation/.default/style.css?17065175011171*/
div.modern-page-navigation { 
	padding: 22px 0;
	font-size: 12px;
}

div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	/*border-left-style: solid;*/
	text-decoration: none;
	padding: 5px 8px;
	color: #5B5B5B;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	/*border-right-style: solid; */
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }

span.modern-page-current { 
	/*font-weight: bold;*/
    background: #BEBEBE;
    border-color: #BEBEBE;
    padding: 3px 8px;
    border-radius: 3px;
    color: white;

}

.pagination {

    margin-top: 15px !important;
    margin-right: 5px !important;

}

.pagination>li>a {
color: black !important;
color: #5B5B5B !important;
}


.pagination>li.active>a {
color: #9B9B9B !important;
}


.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 3;
    background: none !important;
    border-color: transparent;
}

/*i.fa {font-size: 14px; margin-top; 3px}*/
/* End */


/* Start:/bitrix/templates/mediapro_main/components/bitrix/news.list/comments/style.css?17065174941058*/


a.catalog_content {
	display: block;
}

a.catalog_content h3{
	font-family: 'bold';
	margin-top: 0;
}

.catalog_content .pict .skidka {
 background: url(/bitrix/templates/mediapro_main/components/bitrix/news.list/comments/img/!.png);
 width: 78px;
 height: 78px;
 text-align: center;
 color: white;
 font-family: 'bold';
 display: inline-block;
 margin: -8px;
 text-align: center;
 padding-top: 27px;
 font-size: 17px;
 position: absolute;

}
.catalog_content .pict .skidka div {
  /*color: red;*/
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -5px;
}

.catalog_content .pict  .skidka.bottom_left {
 bottom: 15px;
 left: 30px;
}

.catalog_content .pict  .skidka.bottom_right {
 bottom: 15px;
 right: 30px;
}

.catalog_content .pict  .skidka.top_left {
 top: 15px;
 left: 30px;
}

.catalog_content .pict  .skidka.top_right {
 top: 15px;
 right: 30px;
}


@media (max-width: 750px) {
a.catalog_content img{
	margin-bottom: 20px;
}
}
/* End */


/* Start:/bitrix/templates/mediapro_main/components/bitrix/catalog.section/catalog_block/style.css?17193164892700*/
.ajax_load .top_wrapper {
  margin-right: 1px;
}
.ajax_load .top_wrapper .catalog_block .catalog_item > div {
  padding-left: 25px;
  padding-right: 25px;
}
.ajax_load .top_wrapper .catalog_item .footer_button {
  margin-left: -25px;
  margin-right: -25px;
}

.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer {
  margin: 0px -1px 0px 0px;
  padding: 0px 1px 0px 0px;
}
.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer .owl-item:hover {
  z-index: 2;
}
.catalog_block_template .catalog_block.owl-carousel .catalog_item:hover .inner_wrap {
  box-shadow: inset 0px 0px 0px 1px #ececec;
  box-shadow: inset 0px 0px 0px 1px var(--stroke_black);
  height: 100%;
}
.ordered-block .catalog_block_template .catalog_block .TYPE_2 .cost.prices .more-item-info > .svg {
  top: -2px;
}
.catalog_block_template .catalog_block.owl-carousel .catalog_item:hover .inner_wrap.TYPE_2 .footer_button {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .wrapper1 .right_block.wide_Y .ajax_load .top_wrapper .col-lg-3:not(.custom-line),
  .col-lg-5_2.custom-line {
    width: 20%;
  }
  .right_block.wide_Y .ajax_load .top_wrapper .col-lg-4:not(.custom-line),
  #main .catalog_page .section-content-wrapper.with-leftblock .col-lg-3:not(.custom-line),
  #main .catalog_in_content .section-content-wrapper.with-leftblock .col-lg-3:not(.custom-line) {
    width: 25%;
  }

  #main .right_block.wide_Y.catalog_page .section-content-wrapper.with-leftblock .col-lg-4:not(.custom-line),
  #main .catalog_in_content .section-content-wrapper.with-leftblock .col-lg-4:not(.custom-line) {
    width: 33.33%;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .wrapper1.header-v28 .right_block.wide_Y .ajax_load .top_wrapper .col-lg-3:not(.custom-line) {
    width: 25%;
  }
  .wrapper1.header-v28 .controls-linecount {
    display: none;
  }
}

@media (max-width: 600px) {
  .wrapper1.front_page .compact-catalog-slider .catalog_block.items {
    width: auto;
    padding-left: 16px;
    margin: 0 -16px -20px !important;
    padding-bottom: 20px;
  }
  .wrapper1.front_page .compact-catalog-slider .catalog_block.items .item-parent {
    flex-shrink: 0;
    margin: 0;
    width: 172px;
  }
  .wrapper1.front_page .compact-catalog-slider .catalog_block.items .item-parent:last-of-type {
    padding-right: 16px;
    width: calc(172px + 16px);
  }

  .wrapper1.front_page .compact-catalog-slider .catalog_block.items:not(.has-bottom-nav) .bottom_nav.mobile_slider * {
    display: none;
  }

  .wrapper1.front_page .compact-catalog-slider ~ .bottom_nav:not(.mobile_slider) {
    display: none;
  }
}

/* End */
/* /bitrix/templates/mediapro_main/components/bitrix/catalog.element/content/style.css?17635511128677 */
/* /bitrix/templates/mediapro_main/components/bitrix/system.pagenavigation/.default/style.css?17065175011171 */
/* /bitrix/templates/mediapro_main/components/bitrix/news.list/comments/style.css?17065174941058 */
/* /bitrix/templates/mediapro_main/components/bitrix/catalog.section/catalog_block/style.css?17193164892700 */
