<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.c-sections.c-sections-template-4 .widget-header + .widget-content {
  margin-top: 35px;
}
.c-sections.c-sections-template-4 .widget-element-wrap {
  border: 1px solid #F2F2F2;
  margin: 0 0 -1px -1px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-sections.c-sections-template-4 .widget-element-wrap:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.c-sections.c-sections-template-4 .widget-element-picture {
  max-width: 100%;
  max-height: 100%;
}
.c-sections.c-sections-template-4 .widget-element-picture-block {
  position: relative;
  display: block;
  padding-top: 80%;
}
.c-sections.c-sections-template-4 .widget-element-picture-wrap {
  position: absolute;
  top: 45px;
  left: 45px;
  right: 45px;
  bottom: 10px;
  text-align: center;
}
.c-sections.c-sections-template-4 .widget-element-name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  color: #222222;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-sections.c-sections-template-4 .widget-element-name-wrap {
  padding: 20px 20px 40px 20px;
}
@media all and (max-width: 720px) {
  .c-sections.c-sections-template-4 .widget-element-name {
    font-size: 14px;
    line-height: 16px;
  }
}

.section-content {
	#display:block !important;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	    margin-left: -6px;
    margin-right: -6px;
	text-transform: none;
	
	display: flex;
}


.section-content .section-element {
	padding-left:6px;
    padding-right:6px;
	width:100%;
	position: relative;
    min-height: 1px;
	display: block;
	float: left;
}

@media (min-width: 768px){
	.section-content .section-element { 
		width: 50%;
	}
}

.bottom-info-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: auto;
	display: block !important;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.count_models {
    color: #737373;
    font-size:14px;
    text-transform: none;
    background: #efebe5;
    padding: 3px 7px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: bold;
    text-decoration: none;
}
.count_models:hover {
    text-decoration: none;
}

.section-element .row-2 {
	padding-left: 6px;
    padding-right: 6px;	
	width:100%;
	float: left;
	position: relative;
    min-height: 1px;
	
}
.section-element .row-3 {
	padding-left: 6px;
    padding-right: 6px;	
	width:100%;
	float: left;
	position: relative;
    min-height: 1px;
}
.section-element .row-4 {
	padding-left: 6px;
    padding-right: 6px;	
	width:100%;
	float: left;
	position: relative;
    min-height: 1px;
}
.section-element .row-5 {
	padding-left: 6px;
    padding-right: 6px;	
	width:100%;
	float: left;
	position: relative;
    min-height: 1px;

}
@media (min-width: 768px){
	.section-element .row-2 { 
		width: 50%;
	}
	.section-element .row-4 { 
		width:50%;
		height:696px;
	}
	.section-element .row-5 { 
		width: 50%;
	}
}

.section-element .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	display: block !important;
    margin-left: -6px;
    margin-right: -6px;
}

.home-catalog {
	padding: 0 !important;
}
.home-catalog a {
	display: block;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.11);
	margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
}
.home-catalog img {
	max-width: 100%;
	margin-bottom: 45px;
}
.home-catalog .img_big {
	display:inherit;
}
.home-catalog .img_mob, .butt_mob {
	display:none;
}

.home-catalog .title {
	font-size: 22px;
	color: #2c2c2d;
	font-weight: bold;
	position: absolute;
	top: 30px;
	left: 30px;
	right: 10px;
	text-align: left;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-catalog.large .title {
	font-size: 22px;
}
.home-catalog .title span {
    color: #737373;
    font-size: 14px;
    text-transform: none;
    background: #efebe5;
    padding: 3px 7px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
	margin-top: auto;
	margin-bottom: auto;
}
.home-catalog .title&gt;div {
	display: inline-block;
	max-width: 57%;
	margin-right: 5px;
}
.home-catalog .title&gt;span {
	display: inline-block;
	max-width: 43%;
}
.home-catalog .title&gt;div {
	line-height: 1;
}
.home-catalog .more {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	right: 20px;
	border: 2px solid #fca719;
	bottom: 20px !important;
    position: relative;
    float: right;
}
.home-catalog .more:before {
	content: '';
	width: 15px;
	height: 2px;
	position: absolute;
	top: 19px;
	left: 12px;
	background: #fca719;
}
.home-catalog .more:after {
	content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 15px;
    left: 17px;
    border-top: 1.5px solid #fca719;
    border-left: 1.5px solid #fca719;
    transform: rotate(135deg);
}
.btn-gold,
.home-catalog.large .more {
	color: #fff;
	background: #fca719;
	text-transform: uppercase;

	font-size: 0;
	width: 44px;
	border-radius: 50%;
	padding: 0;
	background: transparent;
}
.btn-gold {
	position: relative;
	border: 2px solid #fca719;
	display: inline-block;
	height: 44px;
}
.btn-gold:before,
.home-catalog.large .more:before {
	right: 25px;
	content: '';
	width: 15px;
	height: 2px;
	position: absolute;
	top: 19px;
	background:#fca719;
	left: 12px;
}
.btn-gold:after,
.home-catalog.large .more:after {
	border-top: 1.5px solid #fca719;
    border-left: 1.5px solid #fca719;
    left: 17px;	
	right: 25px;
	content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 15px;
    transform: rotate(135deg);
}
.btn-gold:hover {
	text-decoration: none;
	color: #fff;
	opacity: .9;
}

.cart-count {
	position: relative;
	bottom: 2px;
}
.home-catalog.large a:hover {
    text-decoration: none;
}
.home-catalog a:hover {
    text-decoration: none;
}
@media screen and (max-width: 1199px) {
    .count_models {
        font-size: 12px;
    }
}
.home-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.home-catalog a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.other_height {
    height: 50%;
}


@media (max-width: 1199px) {
	.home-catalog .title {
		top: 10px;
		left: 10px;
		right: 0;
		font-size: 17px;
	}
	.home-catalog.large .title {
		font-size:17px;
	}
	.home-catalog .title span {
		font-size: 10px;
	}
}
@media (max-width: 991px) {
	.home-catalog .title&gt;div,
	.home-catalog .title&gt;span {
		max-width: 100%;
		margin-left: 0;
	}
	.home-catalog .title&gt;div {
		margin-bottom: 10px;
		width: 100%;
	}
	.home-catalog.large .title&gt;div {
		margin-bottom: 10px;
		width: auto;
		margin-right: 10px;
	}
	.home-catalog .more {
		width: 34px;
		height: 34px;
		bottom: 10px;
		right: 10px;
	}
	.home-catalog .more:before {
		top: 14px;
		left: 6px;
	}
	.home-catalog .more:after {
		top: 10px;
		left: 11px;
	}
	.btn-gold, {
		padding: 5px 44px 5px 20px;
		height: auto;
	}
	.btn-gold:before, .home-catalog.large .more:before {
		top: 15px;
	}
	.btn-gold:after, .home-catalog.large .more:after {
		top: 11px;
	}
}
/* РњРѕР±РёР»СЊРЅР°СЏ РІРµСЂСЃРёСЏ*/
@media (max-width: 767px) {
	.home-catalog img {
		display: block;
		margin: auto;

	}
	.home-catalog .title {
		top:10px;
		left:10px;
		font-size:18px;
	}

	.home-catalog.large .title&gt;div {
		margin-bottom:0px;
		line-height: 20px;
		font-size:18px;

	}	
	.home-catalog .img_big {
		display:none;
	}

	.home-catalog .img_mob {
		display:inherit;
		margin-top:30px;
		margin-bottom:32px;
	}
	.bottom-info-wrap {
		height:20px;
		padding-left:10px;
		margin-bottom:12px;
		display:block!important;
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.home-catalog .more, .home-catalog.large .more {
		display:none;
	}
	
	.butt_mob{
		display:inherit;
	    float:right;
		color:#fff;
		margin-right:10px;
		border-radius:3px;
		font-size:14px;
		background-color:#fca719;
		padding:3px 7px;
		line-height:16px;
		font-weight: bold;
	}
	.count_models {
        font-size: 14px;
		line-height:16px;
		border-radius:3px;
		
    }
	
	.home-catalog.col-xs-6 {
		padding: 0 6px !important;
	}
	.p-xs-0 {
		padding: 0 !important;
	}
}

@media (max-width: 767px) {
	.home-catalog.long&gt;a {
		height: auto;
	}

}

@media (max-width: 991px)  {
	.home-catalog.large .more {
		width: 34px;
		height: 34px;
	}
	.home-catalog.large .more:before {
		left: 6px;
	}
	.home-catalog.large .more:after {
		left: 12px;
	}

}
</pre></body></html>