

/* Start:/local/templates/rinscom2/a/css/icat_v2.css?17371179386266*/
.catroot {
	margin-top: 30px;
}

.sections {
	display: block;
	margin-bottom: 50px !important;
}

.sections__item {
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    border-radius: var(--border-radius);
    padding: 13px 12px 15px 14px !important;
    margin-bottom: 25px !important;
    display: flex;
    flex-direction: column;
    transition: var(--transition-all);
}

.sections__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sections__link:hover {	
    color: #333333;
    text-decoration: none;
}

.sections__name {
    font-weight: 450;
    font-variation-settings: "wght" 550;
    font-size: 18px;
    line-height: 23px;
    color: #333333;
}

.sections__cnt {
    color: #999999;
    text-align: right;
    user-select: none;
}

.sections__cnt-value {
    font-size: 21px;
    line-height: 27px;
    color: #999999;
    white-space: nowrap;
    text-align: left;
}

.sections__cnt-text {
    font-size: 12px;
    line-height: 15px;
    margin-top: -4px;
}

.sections__sub {
    padding-left: 0;
    margin-bottom: 30px;
}

.sections__subitem {
    font-size: 14px;
    line-height: 21px;
}

.sections__sublink {
    color: #333333;
}

.sections__sublink:hover {
    color: #333333;
    font-weight: 450;
    font-variation-settings: "wght" 550;
}

.sections__alllink {
	font-size: 14px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #999999;
	text-underline-position: from-font;
	margin-top: auto;
}


.sections__alllink:hover {
	font-weight: 450;
    font-variation-settings: "wght" 550;
	color: var(--color-blue);
}

.catroot__description {
    margin-top: 15px;
    font-size: 15px;
    line-height: 20px;
    color: #666666;
}
.sections__item_link {
	padding: 0 !important; 
	text-align: center;
}

.sections__item_link .sections__head {
	margin: 0;
	justify-content: center;
}

.sections__item_link .sections__link {	
	padding: 14px 0 14px 0 !important;
}

.sections__groups {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;

}
.sections__group {
	display: flex;
	flex-flow: column nowrap;
	padding: 0;
	list-style: none;
}
.sections__group_vertical {
}
.sections__group:last-child {
	flex-flow: row wrap;
	gap: 10px;
}
.sections__groupitem {
}
.sections__grouplink {
	text-decoration: none;
	color: #333333;
	font-weight: 300;
	font-variation-settings: "wght" 300;
	font-size: 14px;
	line-height: 24px;
	white-space: nowrap;
}
.sections__grouplink:hover {
	text-decoration: underline;
	text-shadow: 0 0 .65px #333, 0 0 .65px #333;
	color: #000;
}
.sections__types {
	display: flex;
	flex-flow: row wrap;
	gap: 24px;
	padding: 0;
	list-style: none;
	margin: 32px 0 0 0;
}
.sections__typeitem {
}
.sections__typeitem:not(:has(img)) {
	width: 100%;
	margin: 8px 0 0 0;
}
.sections__typelink:has(img) {
	display: block;
}
.sections__typeimg {
	height: 40px;
	display: block;
	transition: var(--transition-all);
}
.sections__item_special .sections__alllink:hover {
	color: #000000;
	font-weight: 400;
    font-variation-settings: "wght" 400;
	text-shadow: 0 0 .65px #333, 0 0 .65px #333;
}

@media all and (min-width: 768px) {
	.sections {
	    display: grid;
	    grid-template: auto / 1fr 1fr;
	    grid-gap: 15px;
	    margin-bottom: 65px !important
	}

	.sections__item {
	    margin-bottom: 0 !important;
	    background-repeat: no-repeat;
    	background-position: right bottom;
    	/*background-size: contain;*/
	}
	
	.sections__item_special {
		grid-column: -1 / 1;
		background-position: calc(100% - 20px) 20px;
	}

	.sections__item:not(.sections__item_special):hover {
		background-color: var(--color-blue);
		border-color: var(--color-blue);
	}

	.sections__item:not(.sections__item_special):hover .sections__cnt-value,
	.sections__item:not(.sections__item_special):hover .sections__cnt-text,
	.sections__item:not(.sections__item_special):hover .sections__alllink {
		color: #FFFFFF
	}

	.sections__item:not(.sections__item_special):hover .sections__sublink,
	.sections__item:not(.sections__item_special):hover .sections__name,
	.sections__item:not(.sections__item_special):hover .sections__link {
		color: #ffffff;
	}

	.sections__item_special:hover {
		border-color: var(--color-blue);
	}
}

@media all and (min-width: 992px) {
	.sections {
	    grid-gap: 25px;
	    margin-bottom: 85px !important;
	}

	.sections__item {
	    padding: 26px 24px 30px 28px !important;
	}

	.sections__item_link {	
		padding: 0 !important;
	}

	.sections__name {
	    font-size: 21px;
	    line-height: 27px;
	}

	.sections__subitem {
	    font-size: 14px;
	    line-height: 24px;
	}

	.catroot__description {
	    margin-top: 25px;
	    font-size: 18px;
	    line-height: 23px;
	}
}

@media all and (min-width: 1200px) {
	
	.sections {
	    grid-template: auto / repeat(3, 1fr);
	}
	
	.sections__item_special {
		grid-column: -1 / 1;
		background-position: calc(100% - 10px) 63px;
	}

	.sections__groups {
		width: 638px;
		display: grid;
		gap: 32px 64px;
		grid-template: auto / 132px auto;
	}
	.sections__group {
		flex-flow: row wrap;
		gap: 0 16px;
	}
	.sections__group_vertical {
		flex-flow: column wrap;
	}
	.sections__group:last-child {
		grid-column: -1 / 1;
		gap: 0 16px;
		margin: 0;
		padding: 0 130px 0 0;
	}
	.sections__types {
		align-items: center;
	}
	.sections__typeitem:not(:has(img)) {
		width: auto;
		margin: 0;
	}

	.sections__typeimg:hover {
		transform: scale(1.1);
	}
	
}

@media all and (min-width: 1690px) {
	
	.sections {
	    grid-template: auto / repeat(6, 1fr);
	}
	
	.sections__item_special {
		background-position: calc(100% - 120px) 63px;
	}
	
	.sections__item_full:nth-child(3n + 2) {
		grid-column: 1 / 3
	}
	
	.sections__item_full:nth-child(3n + 3) {
		grid-column: 3 / 5
	}
	
	.sections__item_full:nth-child(3n + 1) {
		grid-column: 5 / 7
	}	

	.sections__item_link .sections__name {
	    font-size: 16px;
	}
}

@media all and (max-width: 767px) {
	.sections__item {
		background-image: unset !important;		
	}
}
/* End */


/* Start:/local/templates/rinscom2/a/css/ibrands.css?1712946873423*/
@media all and (min-width: 1200px) {
    .ibrands__grid {
        display: grid;
        grid-row-gap: 20px;
        grid-template: repeat(2, 150px) / repeat(2, calc(25% - 24px)) repeat(3, calc(16.6% - 24px));
        justify-content: space-between;
    }

    .ibrands .ibrand:nth-child(1) {
        grid-row: 1/3;
    }

    .ibrands .ibrand:nth-child(1) .ibrand__logo-img {
        max-width: 95%;
    }
}
/* End */


/* Start:/local/templates/rinscom2/components/bitrix/news.list/ibrands/style.css?1712946872907*/
.ibrand__box {
    display: block;
    width: 100%;
    height: 100%;
}

.ibrand {
    min-height: 100px !important;
}

.ibrand__logo {
    display: block;
    position: relative;
    height: 100%;
}

.ibrand__logo-img {
    max-width: 80%;
    max-height: 80%;
    height: auto;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media all and (min-width: 1200px) {

    .ibrand {
        height: auto;
        min-height: auto !important;
    }

    .ibrand__box {
        border: 1px solid #f0f0f0;
        border-radius: var(--border-radius);
        transition: var(--transition-all);
        background-color: #FFFFFF;
    }

    .ibrand__box:hover {
        /*box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);*/
        border-color: var(--color-blue);
    }

    .ibrand__logo-img {
        max-width: 90%;
        max-height: 50%;
    }
}
/* End */


/* Start:/local/templates/rinscom2/a/css/iproiz.css?17129468731276*/
.iproiz .itabs__allbtn {
    padding: 0 20px;
}

.iproiz__section-box {
    border-radius: var(--border-radius);
    padding: 43px 19px 41px 29px;
    position: relative;
    transition: var(--transition-all);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fcfcfc;
    background-image: url(/local/templates/rinscom2/a/css/../img/iproiz-section-back.png);
}

.iproiz__section-btn {
    align-self: flex-start;
    padding: 0 31px;
}

.iproiz__section-text {
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
}

.iproiz__email-btn {
    font-weight: 450;
    color: var(--color-blue);
    text-decoration: underline;
    text-underline-position: from-font;
    transition: var(--transition-all);
    position: relative;
    z-index: 1;
    display: inline-block;
}

.iproiz__email-btn:hover {
    color: #ffffff;
    background-color: var(--color-darkgrey);
}

@media all and (min-width: 1200px) {
    .iproiz__section-box:hover {
        /*box-shadow: 8px 8px 12px rgb(0 0 0 / 10%);*/
        border-color: var(--color-blue);
    }
}
/* End */


/* Start:/local/templates/rinscom2/a/css/cards__grid.css?17470599752969*/
.cards__row,
.cards__slider {
    margin: 0 -8px;
}

.cards__row .slick-track,
.cards__slider .slick-track {
    margin-left: 0;
}

.card.slick-slide {
    margin: 0;
    padding: 0 8px;
}

.cards__grid {
    margin: 0 -4px;
    display: flex;
    flex-flow: row wrap;
}

.irec__section,
.iproiz__section,
.cards__grid .card {
    width: 50%;
    margin: 0 0 4px 0;
    padding: 0 4px;
}

@media all and (min-width: 720px) {
    .cards__grid .card,
    .irec__section,
    .iproiz__section {
        width: calc(100% / 3);
        margin: 0 0 10px 0;
    }
}

@media all and (min-width: 992px) {
    .cards__grid .card,
    .irec__section,
    .iproiz__section {
        width: calc(100% / 3);
        margin: 0 0 10px 0;
    }

    .cat__sidebar + .cat__main .cards__grid .card,
    .personal__sidebar + .personal__main .cards__grid .card {
        width: calc(100% / 2);
    }
}
@media all and (min-width: 1200px) {

    .cards__grid {
        margin: 0 -10px;
    }

    .cards__grid .card,
    .irec__section,
    .iproiz__section {
        width: 25%;
        margin: 0 0 20px 0;
        padding: 0 10px;
    }

    .cat__sidebar + .cat__main .cards__grid .card,
    .personal__sidebar + .personal__main .cards__grid .card {
        width: calc(100% / 3);
    }


    .cards__row,
    .cards__slider {
        margin-left: -15px;
        margin-right: -15px
    }

    .card.slick-slide {
        padding: 0 15px;
    }
}

@media all and (min-width: 1690px) {
    .cards__grid .card,
    .irec__section,
    .iproiz__section {
        width: 20%;
    }

    .cards__row {
        margin: 0 -10px;
        display: flex;
        flex-flow: row wrap;
    }


    .cards__slider {
        margin-left: -15px;
        margin-right: -15px
    }

    .cards__row .card, 
    .cards__row .card.slick-slide {
        width: 20%;
        margin: 0 0 20px 0;
        padding: 0 10px;
    }

    .cat__sidebar + .cat__main .cards__grid .card,
    .personal__sidebar + .personal__main .cards__grid .card {
        width: 25%;
    }
}

.cards__dots {
    position: relative;
    height: auto;
    flex-grow: 1;
    width: 100%;
    margin-bottom: 0;
}

.cards__dots .slick-dots {
    position: absolute;
    bottom: unset;
    left: 50%;
    top: 50%;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    transform: translate(-50%, -50%);
    padding: 0;
    font-size: 0;
}

.cards__dots .slick-dots li button {
    width: 10px;
    height: 8px;
    border-radius: 5px;
    background-color: #F0F0F0;
    transition: var(--transition-all);
    padding: 4px;
}

.cards__dots .slick-dots li button:before {
    display: none;
}

.cards__dots .slick-dots li.slick-active button {
    background-color: var(--color-blue);
    width: 36px;
}

.cards__dots .slick-dots li {
    width: auto;
    height:  auto;
}
/* End */


/* Start:/local/templates/rinscom2/components/bitrix/system.pagenavigation/roundajax/style.css?17129468724116*/
.bx-pagination {
	margin: 36px 0 54px;
}
.bx-pagination .bx-pagination-container {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 30px 0 0;
}
.bx-pagination .bx-pagination-container ul li span{
    display: block;
}
.bx-pagination .bx-pagination-container ul li a {
	font-size: 18px;
	line-height: 16px;
	color: #666666;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	font-size: 18px;
	line-height: 16px;
	color: #4976D2;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a {
    background-color: #9e9e9e;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover {
    background: #e22b2b;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #ffffff;
}

.bx-pagination__morewrap {
  display: none;
  text-align: center;
  margin-bottom: 15px;
}

.bx-pagination__more {
    font-size: 16px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #4976D2;
    text-underline-position: from-font;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
}
.loader {
  position: relative;
  top: 0px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 0;
  width: 24px;
  height: 24px;
  text-indent: 0;
  border-top: 2px solid rgb(45 45 45 / 20%);
  border-right: 2px solid rgb(45 45 45 / 20%);
  border-bottom: 2px solid rgb(45 45 45 / 20%);
  border-left: 0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media all and (min-width: 992px) {
  .bx-pagination {
    margin: 56px 0 50px;
  }

  .bx-pagination .bx-pagination-container {
      flex-flow: row nowrap;
      justify-content: space-between;
  }

  .bx-pagination__morewrap {
      display: block;
      margin: 0;
  }

  .bx-pagination .bx-pagination-container ul {
      margin: 0 0 0 auto;
  }

  .bx-pagination .bx-pagination-container ul li {
      margin: 0 10px 0 0;
  }

  .bx-pagination .bx-pagination-container ul li:last-child {
      margin: 0;
  }
}
/* End */


/* Start:/local/templates/rinscom2/components/bitrix/news.list/catcards/style.css?171294687218790*/
.catalog-sort {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-sort__col {
    position: relative;
}

.catalog-sort__name {
    white-space: nowrap;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    position: relative;
}

.catalog-sort__name:before {
    position: absolute;
    color: var(--color-blue);
    font-size: 5.66px;
    line-height: 12px;
    width: 12px;
    height: 12px;
    order: 2;
    top: 4px;
    left: calc(100% + 6px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-sort__name:hover {
    border-bottom: 1px solid var(--color-blue);
}

.catalog-sort__col:hover .catalog-sort__name {
    border-bottom: 1px solid var(--color-blue);
}

.catalog-sort__list-box {
    display: none;
}

.catalog-sort__col:hover .catalog-sort__list-box,
.catalog-sort__name:hover + .catalog-sort__list-box {
    display: block;
    position: absolute;
    top: 22px;
    padding-top: 18px;
    left: 0;
    z-index: 2;
}

.catalog-sort__list {
    margin: 0;
    display: block;
    padding: 30px 35px 36px 30px !important;
    min-width: 280px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius);
    font-weight: 300;
    font-variation-settings: "wght" 300;
    font-size: 16px;
    line-height: 24px;
}

.catalog-sort__item {
    position: relative;
    white-space: nowrap;
}

.catalog-sort__item .catalog-sort__link {
    text-underline-position: under;
    color: #000000;
}


.catalog-sort__item--active {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.catalog-sort__item:before {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: var(--color-blue);
}

.catalog-sort__item .catalog-sort__link:hover {
    color: #097fc8;
}



.catalog__views {
}

.catalog__view {
    margin-left: 4px;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog__view:before {
    width: 26px;
    height: 26px;
    line-height: 26px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog__view:hover {
    opacity: 0.7;
    color: var(--color-blue);
    
}

.catalog__view.active {
    color: var(--color-blue);
}

.catalog__view.ricon-cattable {
    font-size: 18.33px;
}
.catalog__view.ricon-catlist {
    font-size: 15.71px;
}

.catalog__view.ricon-catgrid {
    font-size: 15.71px;
}

@media all and (min-width: 992px) {
    .catalog-sort__name {
        font-size: 18px;
        line-height: 21px;
    }

    .catalog-sort__name:before {
        line-height: 21px !important;

    }
}

/* ------------------------------------------------------ */

.cat__head {
    display: none;
}

@media all and (min-width: 992px) {
    .cat__head.-hasdesc {
        display: block;
        padding: 30px 45px 35px 45px;
        border-radius: var(--border-radius);
        background-color: #eaeaea;
        position: relative;
        margin-bottom: 36px;
        overflow: hidden;
    }

    .cat__prevtext {
        font-size: 18px;
        line-height: 23px;
        color: #666666;
        position: relative;
        z-index: 1;
    }

    .cat__headpic {
        display: none
    }

    .cat__body {
        display: flex;
        flex-flow: row nowrap;
        margin-bottom: 90px;
    }

    .cat__sidebar {
        width: 312px;
        margin-right: 25px;
        flex-shrink: 0;
        display: block
    }

    .cat__main {
        flex-grow: 1;
    }
}

@media all and (min-width: 1280px) {
    .cat__head.-haspic {
        min-height: 180px;
    }

    .cat__head.-haspic .cat__prevtext {
        max-width: 785px;
    }

    .cat__headpic {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: auto;
        /*max-width: 450px;*/
        object-fit: cover;
        object-position: left;
    }
}

/* -------------------------TABLE----------------------------- */

.catalog-section__table {
    display: block;
    width: 100%;
}

.catalog-section__body {
    display: block;
    width: 100%;
}

.catalog-section__row {
    display: flex;
    flex-flow: column nowrap;
    padding: 24px 76px 12px 50px;
    position: relative;
    border-bottom: 1px solid #F0F0F0;
}

.catalog-section__cell {
    display: block;
}

.catalog-item__pic {
    position: absolute;
    left: 0;
    top: 39px;
    width: 40px;
    height: 40px;
}

.catalog-item__pic-box {
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.catalog-item__salepercent {
    display: inline-block;
    border-radius: var(--border-radius);
    line-height: 16px;
    height: 18px;
    font-size: 10px;
    font-weight: 450;
    font-variation-settings: "wght" 550;
    padding: 0 3px;
    text-transform: uppercase;
    border: 1px solid;
    margin-right: 4px;
    margin-bottom: 4px;
    background-color: var(--color-red);
    color: #ffffff;
    border-color: var(--color-red);
}

@media all and (min-width: 1200px) {
    .catalog-item__salepercent {
        top: -10px;
        left: -10px;
    }
}

.catalog-item__name {
    order: 2;
}

.catalog-item__prices {
    order: 1;
}

.catalog-item__numbers {
    position: absolute;
    right: -5px;
    top: 51px;
}

.catalog-item__quant {
    display: none;
}

.catalog-item__stock {
    display: none;
}

.catalog-item__actions {
    display: flex;
    align-items: center;
}

.catalog-item__actionbox {
    margin-left: 8px;
}

.catalog-item__action {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.catalog-item__prices-box {
    display: flex;
    align-items: center;
    margin: 0 0 2px 0;
}

.catalog-item__price {
    font-weight: 450;
    font-variation-settings: "wght" 550;
    font-size: 18px;
    line-height: 23px;
    color: #333333;
}

.catalog-item__namelink {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    display: block;
    margin: 0 0 5px 0;
}

.catalog-item__namelink:hover {
    text-decoration: none;
    color: var(--color-blue);
}

.catalog-item__art {
    font-size: 10px;
    line-height: 16px;
    color: #666666;
}


.catalog-item__art:hover {
    color: #000000;
}

.catalog-item__art:before {
    font-size: 9px;
    line-height: 16px;
    margin: 0 0.5em 0 0;
}

.catalog-item__action.--tobacket {
    color: var(--color-red);
    font-size: 14px;
    border: 1px solid var(--color-red);
    background-color: transparent;
    border-radius: var(--border-radius);
}

/*.catalog-item__action.--tobacket:hover {
    color: #ffffff;
    background-color: var(--color-red)
}*/

.catalog-item__action.--tobacket:active {
    color: var(--color-red);
    background-color: transparent;
}

.catalog-item__action.--tobacket.--incart {
    color: #ffffff !important;
    background-color: var(--color-red) !important;
    border-color: var(--color-red) !important;
}

.catalog-item__action.--tobacket.--incart:before {
    /*content:  '\e930';*/
}

.catalog-item__action.--subscribe {
    color: var(--color-blue);
    font-size: 14.67px;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: var(--border-radius);
}

.catalog-item__action.--subscribe.--subscribed {
    color: #ffffff;
    background-color: var(--color-blue);
    border-color: var(--color-blue);
}

.catalog-item__action.--favorite {
    font-size: 16.67px;
    color: #D6D6D6;
}

.catalog-item__action.--favorite:hover {
    color: var(--color-blue);
}

.catalog-item__action.--favorite.--fill {
    color: var(--color-blue);
}

.catalog-item__price.--new >span > span { 
    font-size: 0.7em; 
}

.catalog-item__price >span > span {
    display: none;
}

.catalog-item__price.--old {
    font-weight: 450;
    font-variation-settings: "wght" 550;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: line-through;
    color: #666666;
    margin-left: 12px;
}

@media all and (min-width: 1200px) {

    .catalog-section__row {
        padding: 17px 0 16px 110px;
        flex-flow: row nowrap;
    }

    .catalog-section__cell {
    }

    .catalog-item__pic {
        left: 25px;
        top: 17px;
        order: 1;
    }

    .catalog-item__name {
        order: 2;
        padding: 0 15px 0 0;
    }

    .catalog-item__namelink {
        margin: 0;
    }

    .catalog-item__prices {
        order: 3;
        padding: 0 20px 0 0;
        margin: 0 0 0 auto;
        min-width: 92px;
        text-align: right;
        flex: 0 0 auto;
        display: flex;
        justify-content: end;
    }

    .catalog-item__prices-box {
        min-width: 70px;
        white-space: nowrap;
        flex-flow: column nowrap;
        align-items: end;
        justify-content: center;
        max-height: 35px;
    }

    .catalog-item__price {
        font-size: 16px;
        line-height: 21px;
    }

    .catalog-item__price.--old {
        font-weight: 400;
        font-variation-settings: "wght" 400;
        font-size: 10px;
        line-height: 16px;
        margin: -2px 0 0 0
    }

    .catalog-item__numbers {
        position: static;
        order: 4;
    }

    .catalog-item__order {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

    .catalog-item__quant {
        display: flex;
        flex-flow: row nowrap;
        width: 110px;
    }

    .catalog-item__quant.--notavail {
        opacity: 0.25;
        pointer-events: none;
    }

    .catalog-item__stock {
        display: block;
        width: 90px;
        text-align: center;
        font-size: 11px;
        line-height: 12px;
        color: #666666;
    }

    .catalog-item__quantbtn {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        display: block;
        background-color: #F0F0F0;
        border: 1px solid #F0F0F0;
        border-radius: 2px;
        font-weight: 450;
        font-variation-settings: "wght" 550;
        font-size: 21px;
        color: #666666;
        text-align: center;
        line-height: 29px;
    }

    .catalog-item__quantbtn:hover {
        text-decoration: none;
        background-color: #fff;
        border-color: var(--color-blue);
        color: var(--color-blue);
    }

    .catalog-item__quantbtn:active {
        background-color: var(--color-blue);
        border-color: var(--color-blue);
        color: #fff;
    }

    .catalog-item__quantbtn.--minus {
        line-height: 25px;
    }

    .catalog-item__quant-inp {
        width: 46px;
        border: 0;
        text-align: center;
        line-height: 32px;
        outline: none;
        box-shadow: none;
        margin: 0;
        display: block;
        padding: 0;
    }

    .catalog-item__actionbox:first-child {
        margin-left: 0
    }

    .catalog-item__action.--tobacket {
        color: #666666;
        border-color: #666666;
    }

    .catalog-item__action.--tobacket:hover {
        color: #ffffff;
        background-color: var(--color-red);
        border-color: var(--color-red);
    }

    .catalog-item__action.--tobacket:active {
        color: var(--color-red);
        background-color: #ffffff;
        border-color: var(--color-red);
    }

/*    .catalog-item__action.--tobacket.--incart {
        color: var(--color-red);
        background-color: #ffffff;
        border-color: var(--color-red);
    }*/

    .catalog-section__row:hover {
        box-shadow: 2px 2px 12px rgb(73 118 210 / 25%);
        border-radius: 5px;
        margin-right: -8px;
        padding-right: 8px;
        border-color: transparent;
        padding-top: 18px;
        margin-top: -1px;
        background-color: #ffffff;
        position: relative;
    }

    .catalog-section__row:hover .catalog-item__pic {
        top:  18px;
    }
}

/* -------------------------CARDS----------------------------- */

.catalog-section .cards__list {
    margin-top: 32px;
    display: flex;
    flex-flow: row wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.catalog-section .cards__list .card {
    width: calc(100% / 2);
    padding: 5px;
    margin: 0;
}

@media all and (min-width: 992px) {
    .catalog-section .cards__list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .catalog-section .cards__list .card {
        width: calc(100% / 3);
        padding: 10px;
    }
}

/* -------------------------TABS----------------------------- */

.itabs.cattabs {
    margin: 54px 0 50px;
}

.cattabs .itabs__body {
    margin-top: 20px;
}

#tab-desc h2 {
    font-weight: 450;
    font-variation-settings: "wght" 550;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 28px;
}

#tab-desc h3 {
    font-weight: 450;
    font-variation-settings: "wght" 550;
    color: #333333;    
}

#tab-desc h4 {
    font-weight: 450;
    font-variation-settings: "wght" 550;
    color: #333333;    
}

#tab-desc {
    font-size: 16px;
    line-height: 1.3;
    color: #666666;
}

.cattabs__block .iblog__grid {
    margin: 0 -10px;
}

.cattabs__block .ibrands__grid {
    margin: 0 -10px;
}

@media all and (min-width: 992px) {
    .itabs.cattabs {
        margin-top: 100px;
        margin-bottom: 0
    }

    .cattabs .itabs__body {
        margin-top: 68px;
    }

/*  26.01.2023  
    #tab-desc h2 {
        font-size: 36px;
        line-height: 46px;
    }

    #tab-desc {
        font-size: 21px;
        line-height: 27px;
    }*/

    .cattabs__block .iblog__grid .blogitem {
        margin: 0
    }

    .cattabs__block .iblog__grid {
        margin: 0;
        display: grid;
        grid-template: 1fr / repeat(2, 1fr);
        grid-gap: 25px 30px;
    }

    .cattabs__block .ibrands__grid {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(auto-fill, minmax(120px, auto));
        grid-gap: 29px;
        grid-auto-rows: minmax(120px, auto);
    }

    .cattabs__block  .ibrand {
        height: auto;
        min-height: auto !important;
    }

    .cattabs__block  .ibrand__box {
        border: 1px solid #f0f0f0;
        border-radius: var(--border-radius);
        transition: var(--transition-all);
        background-color: #FFFFFF;
    }

    .cattabs__block  .ibrand__box:hover {
        box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
    }

    .cattabs__block  .ibrand__logo-img {
        max-width: 90%;
        max-height: 50%;
    }
}

@media all and (min-width: 1200px) {

    .cattabs__block .iblog__grid {
        grid-template: 1fr / repeat(3, 1fr);
    }

    .cattabs__block .ibrands__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}



.pdfs__item {
    color: #333333;
    font-size: 16px;
    line-height: 21px;
}

.pdfs__link {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    padding: 8px 0;
    color: #333333;
    padding-left: 40px;
    background-size: 24.19px auto;
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-bottom: 16px;
    position: relative;
}

.pdfs__link:hover {
    color: #333333;
    text-underline-position: from-font;
}

.pdfs__link:before {
    position: absolute;
    left: 0;
    font-size: 26.44px;
    color: var(--color-red);
}

.howbuy__title {
    font-size: 24px;
    line-height: 31px;
    color: #333333;
    margin: 0 0 36px 0;
}

.howbuy__step {
    padding: 0 0 36px 0;
    display: flex;
    flex-flow: row nowrap;
    font-size: 18px;
    line-height: 23px;
    font-size: 16px;
    line-height: 21px;
    color: #666666;
    position: relative;
}

.howbuy__step:last-child {
    padding: 0;
}

.howbuy__step:before {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 18px 0 0;
    background-color: #F0F0F0;
    border-radius: 5px;
    font-size: 18px;
    color: var(--color-blue);
}

.howbuy__step.ricon-check:before {
    font-size: 11px;
}

.howbuy__step:after {
    content: '';
    width: 1px;
    position: absolute;
    left: 15.5px;
    top: 46px;
    display: block;
    background-color: var(--color-blue);
    height: calc(100% - 57px);
}

.howbuy__step:last-child:after {
    display: none;
}

@media all and (min-width: 1280px) {
    .howbuy__step:before {
        width: 72px;
        height: 72px;
        flex: 0 0 72px;
        font-size: 36px;
        margin: 0 0 20px 0;
    }

    .howbuy__step.ricon-check:before {
        font-size: 22px;
    }

    .howbuy__step:after {
        top: 33.5px;
        height: 2px;
        left: calc(50% + 61px);
        width: calc(100% - 123px);
    }

    .howbuy__step {
        align-items: center;
        flex-flow: column nowrap;
        padding: 0 15px;
        flex: 0 0 33%;
    }

    .howbuy__steps {
        display: flex;
        flex-flow: row nowrap;
        margin: 0 -15px;
    }
}

/* delete air */

@media all and (min-width: 1200px) {

    .catalog-section__row {
        padding: 6px 0 5px 70px;
        flex-flow: row nowrap;
    }

    .catalog-section__row:hover {
        padding-top: 7px;
        margin-top: -1px;
    }

    .catalog-item__pic {
        left: 15px;
        top: 6px;
    }

    .catalog-item__name {
        padding: 0 10px 0 0;
    }

    .catalog-item__prices {
        padding: 0 15px 0 0;
    }

    .catalog-item__stock {
        width: 60px;
    }

    .catalog-section__row:hover .catalog-item__pic {
        top:  7px;
    }
}
/* End */


/* Start:/local/templates/rinscom2/components/bitrix/catalog.item/.default/style.css?1712946872372*/
.catalog-item__fastview {
    display: none;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-color: lightblue;
}

.catalog-section__row.catalog-item:hover .catalog-item__fastview {
    display: block;
}
/* End */


/* Start:/local/templates/rinscom2/a/css/prodcrd.css?17545674298561*/
.prodcrd {
}
.prodcrd__box {
	border: 1px solid #F0F0F0;
	padding: 12px 6px 12px 12px;
	position: relative;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	border-radius: 5px;
	transition: var(--transition-all);
}

.prodcrd__labels {
	position: absolute;
	top: 12px;
	left: 12px;	
	z-index: 1;
	display: flex;
	flex-flow: row wrap;
	gap: 1.67px;
	max-width: 62px;
}

.prodcrd__labels .label {
	padding: 0 2.5px;
	font-size: 8.36px;
	line-height: 14px;
	border-radius: 4.18px;
}

.prodcrd__labels .label_sale { 
	border-radius: 5px;
	line-height: 18px;
	font-size: 12px;
	padding: 0 5px;
}

.prodcrd__icns {
	display: flex;
	gap: 8px;
	position: absolute;
	top: 11px;
	right: 11px;
	z-index: 1;
	padding: 4px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.6);
}
.prodcrd__icn {
	position: relative;
    width: 16px;
    height: 16px;
}
.prodcrd__icnimg {
	position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
	transform: translate(-50%, -50%);    
}

.prodcrd__imagebox {
	position: relative;
	width: 100%;
	padding: 100% 0 0 0;
	margin: 0 0 10px 0;
}

.prodcrd__brand {
	display: inline-block;
	text-decoration: unset;
	position: absolute;
	left: 0;
	bottom: 0;
}

.prodcrd__brandlogo {
	display: block;
	height: 8px;
	width: auto;
}

.prodcrd__pic {
}
.prodcrd__img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prodcrd__fv {
	display: none;
}

.prodcrd__info {
	flex: 1 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 6px;
}
.prodcrd__pi {
	display: flex;
	flex-flow: row nowrap;
	gap: 8px;
}
.prodcrd__pi_pc {
	display: none;
}
.prodcrd__pi:not(:has(.prodcrd__pir)) {
	height: 16px;
}
.prodcrd__pir {	
	display: flex;
	flex-flow: row nowrap;
	gap: 4px;
}
.prodcrd__pii {
	display: block;
	width: 14px;
	height: 14px;
}
.prodcrd__prices {
	display: flex;
	gap: 8px;
	align-items: center;
}
.prodcrd__price {
}
.prodcrd__price_current {
	font-weight: 500;
  	font-variation-settings: "wght" 550;
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
.prodcrd__priceammount span {
	display: none;
}
.prodcrd__pricecurrency {
}
.prodcrd__stock {
	display: none;
}
.prodcrd__name {
	color: #333;
	font-weight: 300;
    font-variation-settings: "wght" 300;
    font-size: 14px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 54px;
}
.prodcrd__name:hover {
	color: #000;
	text-decoration: none;
}
.prodcrd__arts {
	display: flex;
	gap: 10px;
	order: 1;
	width: 100%;
}
.prodcrd__art {
	font-weight: 300;
    font-variation-settings: "wght" 300;
    font-size: 9px;
    line-height: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #666;
    white-space: nowrap;
}
.prodcrd__art:hover {
	color: #000;
}
.prodcrd__art:before {
	font-size: 10px;
	height: 10px;
	width: 10px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prodcrd__payblock {
	display: flex;
	flex-flow: row wrap;
	gap: 8px;
	align-items: center;
	margin: auto 0 0 0;
}
.prodcrd__btnbox {
	flex: 0 0 73px;
	order: 3;
}
.prodcrd__btn {
	border: 1px solid;
	padding: 5px 10px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	text-decoration: none !important;
}
.prodcrd__btn span {
	display: none;
}
.prodcrd__btn:before {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prodcrd__btn_buy:before {
	font-size: 16px;
}
.prodcrd__btn_subscribe {
}

.prodcrd__actions {
	display: flex;
	flex-flow: row nowrap;
	gap: 4px;
	order: 2;
	padding: 6px 0;
}
.prodcrd__action {
	width: 20px;
	height: 20px;
	display: flex;
	line-height: 20px;
	font-size: 16.68px;
	color: #999999;
	transition: var(--transition-all);
	display: flex;
	align-items: center;
	justify-content: center;
}

.prodcrd__action:hover, 
.prodcrd__action.active {
	color: var(--color-blue);
}

.prodcrd__action_favorite.active:before {
	content: "\e95d";
}

.prodcrd_notavail .prodcrd__pic {
	opacity: 0.3;
}

.prodcrd_notavail .prodcrd__pi {
	opacity: 0.3;
}

.prodcrd_notavail .prodcrd__brand {
	opacity: 0.3;
}

.prodcrd_notavail .prodcrd__prices {
	opacity: 0.3;
}

.prodcrd_notavail .prodcrd__btn {
	display: none;
}

@media all and (min-width: 1200px) {

	.prodcrd {
		--padding: 12px;
	}
	.prodcrd__box {
		padding: var(--padding) var(--padding) calc(var(--padding) + 48px) var(--padding);
	    box-shadow: inset 0 0 0 0 transparent;
	}
	.prodcrd__box:hover {
	    border-color: var(--color-redprime);
	    box-shadow: inset 0 0 0 1px var(--color-redprime);
	}
	.prodcrd__imagebox {
		position: relative;
		overflow: hidden;
	}

	.prodcrd__img {
		width: calc(100% - 44px);
		height: calc(100% - 44px);
		left: 22px;
		top: 22px;
	}

	.prodcrd__labels {
		top: var(--padding);
		left: var(--padding);
		flex-flow: row wrap;
		gap: 4px 8px;
		max-width: unset;
		max-width: calc(100% - (var(--padding) * 2) - 58px);
	}

	.prodcrd__labels .label {
		padding: 0 2.5px;
		font-size: 12px;
		line-height: 18px;
	}

	.prodcrd__labels .label_sale { 
		border-radius: 5px;
		padding: 0 5px;
	}

	.prodcrd__fv {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		padding: 6px 0;
		gap: 8px;
		color: var(--color-blue);
		position: absolute;
		left: 0;
		bottom: -100px;
		border: 1px solid #4976D229;
		background-color: rgba(255, 255, 255, 0.65);
		backdrop-filter: blur(8px);
		border-radius: 4px;
		transition: var(--transition-all);
	}

	.prodcrd__fv:hover {
		border: 1px solid var(--color-blue);
		background-color: rgba(255, 255, 255, 1);
	}

	.prodcrd__fv:before {
		font-size: 21px;
		width: 24px;
		line-height: 24px;
		height: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.prodcrd:hover .prodcrd__fv {
		bottom: 28px;		
	}

	.prodcrd__pi {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.prodcrd__pi_mob {
		display: none;		
	}
	.prodcrd__pi_pc {
		display: flex;
	}

	.prodcrd__pii {
		width: 18px;
		height: 18px;
	}

	.prodcrd__brandlogo {
		height: 10px;
	}

	.prodcrd__info {
	}

	.prodcrd__icns {
		top: unset;		
		right: var(--padding);
		bottom: calc(var(--padding) + 48px);
		gap: 8px;
		background-color: transparent;
	    padding: 0;
	}

	.prodcrd__icn {
		position: relative;
	    width: 20px;
	    height: 20px;
	}

	.prodcrd__prices {
		margin: 0;
		position: absolute;
		left: var(--padding);
		bottom: calc(var(--padding) + 14px);
	}

	.prodcrd__price_current {
		font-size: 20px;
		line-height: 26px;
		font-weight: 700;
	  	font-variation-settings: "wght" 720;
	}
	.prodcrd__price_old {
		font-size: 16px;
		line-height: 11px;
		padding: 5px 0 7px 0;
	}

	.prodcrd__stock {
		display: block;
		margin: 0;
		font-size: 12px;
		line-height: 1;		
		font-weight: 300;
	    font-variation-settings: "wght" 300;
	    color: #666666;
		position: absolute;
		left: var(--padding);
		bottom: var(--padding);
	}

	.prodcrd__name {
	    font-size: 16px;
	    line-height: 21px;
	    margin: 0 0 8px 0;
	    min-height: 63px;
	}

	.prodcrd__arts {
		gap: 16px;
	}

	.prodcrd__art {
	    font-size: 12px;
	}

	.prodcrd__art:before {
		font-size: 12px;
		height: 12px;
		width: 12px;
	}

	.prodcrd__payblock {
		gap: 8px 26px;
	}

	.prodcrd__btnbox {
		position: absolute;
		right: var(--padding);
		bottom: var(--padding);
	}

	.prodcrd__btn {
		width: 40px;
		height: 40px;	
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.prodcrd__actions {
		gap: 8px;
		position: absolute;
		right: var(--padding);
		top: var(--padding);
		padding: 0;
	}

	.prodcrd__action {
		visibility: hidden;
		opacity: 0;
		transition: var(--transition-all);
	}


	.prodcrd:hover .prodcrd__action,
	 .prodcrd__action.active {
		visibility: visible;
		opacity: 1;
	}

}

@media all and (min-width: 1400px) {
	.prodcrd {
		--padding: 24px;
	}

}

@media all and (min-width: 1690px) {

}
/* End */


/* Start:/local/templates/rinscom2/a/css/specform.v2.css?17326310325151*/
.hf {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 32px 12px;
}
.hf_margintop {
	margin-top: 64px;
}
.hf_marginbottom {
	margin-bottom: 64px;
}
.hf__back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.hf__backimg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 74% center;
}
.hf__inner {
	width: 100%;
	max-width: 1440px;
	position: relative;
	z-index: 2;
	background-color: #FFFFFF;
	border: 2px solid #4976D24D;
	border-radius: 16px;
	box-shadow: 0px 24px 56px 0px #061C3D1F;
	padding: 24px 16px;
}
.hf__form {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
}
.hf__head {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
}
.hf__title {
	font-size: 24px;
	font-weight: 550;
	font-variation-settings: "wght" 550;
	line-height: 30.72px;
	letter-spacing: -0.012em;
	color: var(--color-blue);
}
.hf__text {
	font-size: 16px;
	font-weight: 300;
	font-variation-settings: "wght" 300;
	line-height: 20.48px;
	color: #000000;
}
.hf__hidden {
	display: none;
}
.hf__body {	
	display: flex;
	flex-flow: column nowrap;
	gap: 14px;
}
.hf__forminput {
	width: 100%;
	border-radius: 5px;
	line-height: 38px;
	border: 1px solid #F0F0F0;
	font-size: 16px;
	font-weight: 300;
	font-variation-settings: "wght" 300;
	padding: 0 13px;
	transition: var(--transition-all);
}
.hf__forminput:focus-visible {
	outline: unset;
	border-color: #000000;
}
.hf__forminput:placeholder {
	color: #999999;
}
.hf__formtextarea {
	width: 100%;
	border-radius: 5px;
	line-height: 38px;
	border: 1px solid #F0F0F0;
	font-size: 16px;
	font-weight: 300;
	font-variation-settings: "wght" 300;
	padding: 0 13px;
	transition: var(--transition-all);
	min-height: 90px;
	resize: unset;
}
.hf__formtextarea:focus-visible {
	outline: unset;
	border-color: #000000;
}
.hf__formtextarea:placeholder {
	color: #999999;
}
.hf__formitem_dop {
	display: none;	
}
.hf__footer {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
}
.hf__formfile {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
	position: relative;
}
.hf__formfileinput {
	display: none;
}
.hf__formfilelabel {
	display: flex;
	flex-flow: column nowrap;
	gap: 2px;
	padding: 0 0 0 28px;
	color: var(--color-blue);
	cursor: pointer;
}
.hf__formfilelabel:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15.17px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	line-height: 20px !important;
}
.hf__formfilelabeltop {
	font-size: 14px;
	line-height: 16px;
}
.hf__formfilelabelbot {
	font-size: 12px;
	font-weight: 300;
	line-height: 15.36px;
	color: #92ade4;
}
.hf__formfileclear {
	display: none;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	color: #666666;
}
.hf__formfileclear.active {
	display: inline-flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}
.hf__formfileclear:before {
	font-size: 10.2px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	line-height: 20px !important;
	color: var(--color-blue);
}
.hf__footerfoot {
	display: flex;
	flex-flow: column nowrap;
	gap: 8px;
}
.btn.hf__submit {
	border-radius: 7px;
	width: 100%;
	font-size: 17px;
	line-height: 44px;
}
.hf__agreeinput {
	display: none;
}
.hf__agreelabel {
	padding: 1.5px 0 1.5px 26px;
	position: relative;
	font-size: 12px;
	line-height: 15.36px;
	color: #000000;
	cursor: pointer;
}
.hf__agreelabel:before {
	content:  '';
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 5px;
	border: 1px solid var(--color-blue);
	transform: translateY(-50%);
}
.hf__agreeinput + .hf__agreelabel:after {
	content:  '';
	position: absolute;
	left: 2px;
	top: 50%;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 3px;
	transition: var(--transition-all);
	transform: translateY(-50%);
}
.hf__agreeinput:checked + .hf__agreelabel:after {
	background: var(--color-blue);
}

@media all and (min-width: 1200px) {

	.hf_margintop {
		margin-top: 96px;
	}
	.hf_marginbottom {
		margin-bottom: 96px;
	}
	.hf__inner {
	    padding: 32px;
	}
	
	.hf__title {
	    font-size: 28px;
	    line-height: 35.84px;
	    letter-spacing: -0.012em;
	}
	
	.hf__form {
	    flex-flow: row nowrap;
	    gap: 16px;
	}

	.hf__formfile {
		gap: 8px	
	}
	
	.hf__body {
	    flex: 0 0 504px;
	    flex-flow: row wrap;
	    gap: 14px 16px;
	}
	
	.hf__footer {
	    flex: 0 0 240px;
	    justify-content: space-between;
	}
	
	.hf__formtextarea {
	    min-height: 124px;
	}
	
	.hf__formitem {
	    width: calc(50% - 8px);
	}
	
	.hf__formitem:nth-child(3) {
	    width: 100%;
	}
}

@media all and (min-width: 1440px) {
	.hf {
	    padding: 47px 0;
	}
	
	.hf__inner {
	    padding: 64px;
	}
	
	.hf__form {
	    gap: 32px;
	}
}
/* End */
/* /local/templates/rinscom2/a/css/icat_v2.css?17371179386266 */
/* /local/templates/rinscom2/a/css/ibrands.css?1712946873423 */
/* /local/templates/rinscom2/components/bitrix/news.list/ibrands/style.css?1712946872907 */
/* /local/templates/rinscom2/a/css/iproiz.css?17129468731276 */
/* /local/templates/rinscom2/a/css/cards__grid.css?17470599752969 */
/* /local/templates/rinscom2/components/bitrix/system.pagenavigation/roundajax/style.css?17129468724116 */
/* /local/templates/rinscom2/components/bitrix/news.list/catcards/style.css?171294687218790 */
/* /local/templates/rinscom2/components/bitrix/catalog.item/.default/style.css?1712946872372 */
/* /local/templates/rinscom2/a/css/prodcrd.css?17545674298561 */
/* /local/templates/rinscom2/a/css/specform.v2.css?17326310325151 */
