

/* Start:/local/templates/termodrive/components/bitrix/catalog/.default/style.css?1603439652697*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/templates/termodrive/components/bitrix/catalog/.default/bitrix/catalog.section.list/.default/style.css?16034396521474*/
.section-list .section .section_wrap {
  text-decoration: none;
  display: block;
  border: 1px solid #cccccc;
  background: white;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .section-list .section .section_wrap .img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    height: 274px; }
    .section-list .section .section_wrap .img img {
      max-height: 100%; }
  .section-list .section .section_wrap .name {
    text-align: center;
    font-family: Exo2, sans-serif;
    font-size: 30px;
    height: 79px;
    color: white;
    position: relative;
    z-index: 2;
    padding: 0 65px;
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center; }
  .section-list .section .section_wrap:after {
    content: "";
    display: block;
    background: linear-gradient(to right, #d80437, #5f3f7d);
    position: absolute;
    z-index: 1;
    height: 150%;
    width: 102.5%;
    margin-left: -1.25%;
    border-radius: 120px;
    margin-top: -79px;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0.8; }
  .section-list .section .section_wrap:hover {
    box-shadow: 0 0 20px -10px #000; }
    .section-list .section .section_wrap:hover:after {
      margin-top: -77%; }

@media (max-width: 1600px) {
  .section-list .section .section_wrap .name {
    font-size: 24px; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/termodrive/components/bitrix/catalog/.default/bitrix/catalog.section/.default/style.css?16034396522769*/
.products {
  padding-left: 80px; }
  .products .product {
    display: inline-block;
    height: 353px;
    max-width: 301px;
    width: 100%;
    border: 1px solid #cccccc;
    vertical-align: top;
    background: white;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px; }
    .products .product .mark {
      display: block;
      position: absolute;
      top: -1px;
      right: 17px;
      min-width: 60px;
      height: 69px;
      border-radius: 0 0 30px 30px;
      background: #e50033;
      color: white;
      text-align: center;
      font-weight: bold;
      font-size: 15px;
      box-sizing: border-box;
      padding-top: 20px; }
      .products .product .mark.new {
        background: linear-gradient(to right, #e11242, #603f7c); }
      .products .product .mark.discount {
        background: #603f7c; }
    .products .product .img {
      padding: 20px;
      height: 220px;
      text-align: center;
      display: block; }
      .products .product .img img {
        max-width: 100%; }
    .products .product .caption {
      transition: all 0.2s linear 0s;
      position: absolute;
      padding: 0 30px;
      display: block; }
      .products .product .caption:before {
        content: '';
        position: absolute;
        display: block;
        width: 400px;
        height: 400px;
        background: linear-gradient(to top right, #ff003b 20%, #7f3cb9 80%);
        left: 50%;
        opacity: 0.9;
        margin-left: -200px;
        transform: rotate(45deg) scale(0);
        border-radius: 100px;
        top: -50px;
        z-index: 0;
        transition: all 0.2s linear 0s; }
      .products .product .caption .name {
        font-weight: 600;
        font-size: 18px;
        color: #5f3e7c;
        padding-bottom: 20px;
        display: block; }
      .products .product .caption .description {
        opacity: 0;
        font-size: 15px;
        padding-bottom: 20px;
        display: block; }
    .products .product:hover {
      border-color: transparent;
      box-shadow: 0 0 15px -1px #000000; }
      .products .product:hover .caption {
        bottom: 0; }
        .products .product:hover .caption:before {
          transform: rotate(45deg) scale(1); }
        .products .product:hover .caption .name {
          color: white;
          position: relative; }
        .products .product:hover .caption .description {
          color: white;
          opacity: 1;
          position: relative; }

@media (max-width: 550px) {
  .products {
    padding: 0 20px;
    text-align: center; }
    .products .product {
      margin-right: 0; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/termodrive/components/bitrix/system.pagenavigation/.default/style.css?1603439652914*/
.page-navigation {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding-top: 120px;
  padding-bottom: 120px; }

.page-navigation a {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #333;
  margin: 0 10px; }

.page-navigation span.page-current,
.page-navigation a:hover {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  background-color: #e50033;
  border-radius: 18px;
  text-decoration: none;
  margin: 0 10px; }

.page-navigation a.page-next {
  background: url(/local/templates/termodrive/images/pagination-next.png) no-repeat 50% 50%; }

.page-navigation a.page-prev {
  background: url(/local/templates/termodrive/images/pagination-prev.png) no-repeat 50% 50%; }

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/termodrive/components/bitrix/catalog/.default/style.css?1603439652697 */
/* /local/templates/termodrive/components/bitrix/catalog/.default/bitrix/catalog.section.list/.default/style.css?16034396521474 */
/* /local/templates/termodrive/components/bitrix/catalog/.default/bitrix/catalog.section/.default/style.css?16034396522769 */
/* /local/templates/termodrive/components/bitrix/system.pagenavigation/.default/style.css?1603439652914 */
