

/* Start:/bitrix/templates/dresscode/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?16251592284667*/
.main__blog h1 {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	display: block;
}

.blog-detail {
	display: flex;
    flex-wrap: wrap;
    position: relative;
	margin-left: -15px;
	margin-right: -15px;
	box-sizing: border-box;
}

.blog-detail__show-counter {
	color: #999999;
	font-size: .95em;
	display: block;
	margin-bottom: 7px;
	flex: 0 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	box-sizing: border-box;
}

.blog-detail__text {
	flex-basis: 0;
    flex-grow: 1;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.blog-detail__product{
	flex: 0 0 15%;
	max-width: 15%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.main__blog h1{
    margin-right: 15%;
}

.blog-detail__image{}

.blog-detail__text img {
	object-fit: cover;
	max-height: 700px;
	display: inline-block;
	box-sizing: border-box;
    margin: 0 auto;
}

.blog-detail__text h2 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	
}

.blog-detail__text h3 {
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
}
.blog-detail-list{
flex: 0 0 100%;
max-width: 100%;
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box;
}
.blog-detail-list__title{
    border-bottom: 1px dashed #000000;
    color: #000000;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    font-family: 'robotobold';
    text-decoration: none;
    padding-bottom: 8px;
    font-size: 16px;
    display: inline-block;
    margin-top: .5em;
}
.blog-detail__hr-line{
	flex: 0 0 100%;
	max-width: 100%;
	display: block;
    border-bottom: 1px solid #e7e8ea;

}

.blog-product{}
.blog-product__item{
    box-sizing: border-box;
    border: 1px solid #e7e8ea;
    margin-bottom: 15px;
    position: relative;
}
.blog-product__rating{
    text-align: right;
    text-decoration: none;
    color: #000;
    font-weight: 900;
}
.blog-product__fast-view{
   opacity: 0;
   visibility: hidden;
   transform: translate(-50%, -50%);
   position: absolute;
}
.blog-product__item:hover .blog-product__fast-view{
    visibility: visible;
    top: 35%;
    left: 50%;
    transition: opacity 0.2s ease-in-out;
    font-family: 'roboto_condensedlight';
    background-color: #2b2b2b;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    color: #ffffff;
    height: 40px;
    width: 150px;
    opacity: 0.9;
    z-index: 10;
}
.blog-product__item:hover .blog-product__fast-view:hover{
    opacity: 1;
}
.blog-product__price{
    text-decoration: none;
    color: #000;
    font-weight: 700;
}
.blog-product__buy-block{display: flex; align-items:  center;}
.blog-product__buy-item{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    text-align: center;
}
.blog-product__buy-item a{
    border-right: 1px solid #e7e8ea;
    border-top: 1px solid #e7e8ea;
    display: flex;
    line-height: 0;
    font-size: 0px;
    align-items: center;
    height: 60px;
    justify-content: center;
}
.blog-product__buy-item:nth-last-of-type(1) a{
    border-right: 0;
    background: #133197;
}
.blog-product__buy-item a img{
    opacity: .8;
}
.blog-product__buy-item:hover a img{
    opacity: 1;
}


.blog-product__buy-item a.added img{
    opacity: 1;
}

.blog-product__link{
    text-decoration: none;
    color: #000;
}
.blog-product__image{
    text-align: center;
}

.blog-product__rating, .blog-product__image, .blog-product__price, .blog-product__link{
    padding-left: 15px;
    padding-right: 15px;
    margin: 5px 0;
    display: block;
}


@media (max-width: 996px){
    .blog-product{
        display: flex;
        flex-wrap: wrap;
    }
	.blog-detail__product{
		flex: 0 0 100%;
   		max-width: 100%;
    }
    .main__blog h1{
        margin-right: 0;
    }
    .blog-product__item{
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .blog-product__image{
        height: 200px;
    }
}
@media (max-width: 869px){
    .blog-product__item{
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 559px){
    .blog-product__item{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 1439px){
	.blog-detail__product{
		flex: 0 0 20%;
		max-width: 20%;
    }
    .main__blog h1{
        margin-right: 20%;
    }
}
@media (max-width: 1269px){
	.blog-detail__product{
		flex: 0 0 25%;
		max-width: 25%;
    }
    .main__blog h1{
        margin-right: 25%;
    }
}
@media (max-width: 996px){
	.blog-detail__product{
		flex: 0 0 100%;
   		max-width: 100%;
    }
    .main__blog h1{
        margin-right: 0;
    }
}
/* End */


/* Start:/bitrix/templates/dresscode/components/bitrix/news.list/blog/style.css?16276375202276*/
.main__blog h1 {
	font-size: 2.5rem;
	font-weight: 900;
	text-transform: uppercase;
}

.blog {
	margin-top: 2rem
}

.blog__container {
	box-sizing: border-box;
}

.blog__items {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	box-sizing: border-box;
}

.blog__col {
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 25%;
	max-width: 25%;
	box-sizing: border-box;
	margin: 15px 0;
	position: relative;
	min-height: 440px;
}

.blog__item {
	position: relative;
	padding: 15px;
	border: 1px solid #e7e8ea;
	background-color: #fff;
}

.blog__image {
	margin: -15px;
	margin-bottom: auto;
	height: 250px;
	display: block;
	position: relative;
}

.blog__image img {
	width: 100%;
	display: block;
	object-fit: cover;
	height: 100%;
}

.blog__type {
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	padding: 4px 5px;
	font-size: .95em;
	line-height: 1;
	background: #123197;
	color: #fff;
}

.blog__title {
	font-size: 1rem;
	color: #444;
	text-decoration: none;
	font-weight: 700;
	margin: 15px 0;
	display: inline-flex;
	height: calc(3em * 1.35);
	align-items: center;
}

.blog__description {

	visibility: hidden;
	opacity: 0;
	height: 0;
	transition: opacity .4s;
}

.blog__show-counter {
	font-size: .95em;
	line-height: 1;
	margin-bottom: 10px;
	color: #606060;
}

.blog__item:hover {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 15px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #cccccc;
	z-index: 10;
}

.blog__item:hover .blog__description {
	visibility: visible;
	opacity: 1;
	height: 100%;
	margin-bottom: 15px;
}

.blog__link {
	width: 100%;
	background: #133197;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
	line-height: 60px;
	height: 60px;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-top: 15px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 2px;
}

.blog__hr-line {
	display: block;
	width: 100%;
	border-bottom: 1px solid #e7e8ea;
}

@media (max-width: 1439px) {
	.blog__col {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media (max-width: 767px),
(min-width: 1024px) and (max-width: 1280px) {
	.blog__col {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 479px) {
	.blog__col {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.min.css?1586684159272*/
.page-link,.page-link:hover{color:var(--theme-color-primary)}.page-item.active .page-link{color:var(--theme-b-tx-primary);background-color:var(--theme-color-primary);border-color:var(--theme-color-primary)}.page-link:focus{box-shadow:0 0 0 .2rem var(--theme-b-sd-primary)}
/* End */
/* /bitrix/templates/dresscode/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?16251592284667 */
/* /bitrix/templates/dresscode/components/bitrix/news.list/blog/style.css?16276375202276 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.min.css?1586684159272 */
