

/* Start:/bitrix/templates/.default/components/bitrix/news.list/index.full/style.css?16649102957741*/
.home-banner.full {
    height: auto;
    border-radius: 4px;
    padding-top: 32px;
    padding-bottom: 32px; 
}

.home-banner a {
    display: block
}

.home-banner.full .owl-nav button {
    border: none !important
}

#comp_7516a5d6170ab4da7113c0ebb7b3576f {
    min-height: 263px;
}

.home-banner-item {
    width: 100%;
    height: 445px;
    max-inline-size: max-content;
    height: 445px;
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.home-banner.owl-theme .owl-dots {
    bottom: 48px;
    position: absolute;
    width: 100%
}

.home-banner.owl-carousel .owl-nav button.owl-prev {
    background: url(/bitrix/templates/.default/components/bitrix/news.list/index.full/arrow-left.svg) no-repeat center !important
}

.home-banner.owl-carousel .owl-nav button.owl-next {
    background: url(/bitrix/templates/.default/components/bitrix/news.list/index.full/arrow-right.svg) no-repeat center !important
}

.home-banner.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    opacity: .32;
    background: #fff
}

.home-banner.owl-theme .owl-dots .owl-dot.active span,
.home-banner.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
    background: #fff
}

.home-banner-item__content {
    position: absolute;
    top: 50%;
    left: 180px;
    transform: translate(0, -50%)
}

.home-banner-item__content a {
    display: inline-block;
    box-sizing: border-box;
    padding: 28px 55px;
    border-radius: 4px;
    background-color: #b3c535;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none
}

.home-banner-item__heading {
    max-width: 480px;
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 1.1
}

.home-banner-item__desc {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.2
}

.home-banner-item__media {
    width: 600px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden
}

.home-banner-item__media img {
    display: block;
    width: auto !important;
    height: 100% !important
}

.home-banner-item__offer {
    position: absolute;
    top: 55px;
    right: 130px;
    box-sizing: border-box;
    padding: 32px 40px;
    border-radius: 7px;
    border-bottom-right-radius: 0;
    background-color: #e35656;
    color: #fff
}

.home-banner-item__offer:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -26px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 36px 26px 0;
    border-color: transparent #e35656 transparent transparent
}

.home-banner-item__offer .old {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 21px
}

.home-banner-item__offer .old:before {
    width: calc(100% + 12px);
    height: 1px;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: -6px;
    background-color: #fff;
    transform: rotate(-6deg) translate(0, -50%)
}

.home-banner-item__offer .new {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 23px
}

.home-banner-item__offer .new strong {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 49px
}

.home-banner .owl-nav {
    width: 100%;
    height: 65px !important;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.home-banner .owl-next,
.home-banner .owl-prev {
    width: 65px;
    height: 65px;
    border: 1px solid #ebebeb !important;
    border-radius: 4px !important;
    opacity: 1 !important;
    background: 0 0 !important;
    color: transparent !important
}

.home-banner .owl-prev {
    position: absolute;
    left: 30px;
    background: url(/bitrix/templates/.default/components/bitrix/news.list/index.full/../img/home-banner-left@2x.png) no-repeat center !important;
    background-size: 12px 17px !important
}

.home-banner .owl-next {
    position: absolute;
    right: 30px;
    background: url(/bitrix/templates/.default/components/bitrix/news.list/index.full/../img/home-banner-right@2x.png) no-repeat center !important;
    background-size: 12px 17px !important
}

@media (max-width:1499px) {
    .home-banner-item__content {
        top: calc(50% - 20px);
        left: 90px
    }

    .home-banner-item__content a {
        padding: 20px 44px;
        font-size: 16px
    }

    .home-banner .owl-nav {
        height: 50px !important
    }

    .home-banner .owl-next,
    .home-banner .owl-prev {
        width: 50px;
        height: 50px
    }

    .home-banner .owl-prev {
        left: 15px;
        background-size: 10px 14px !important
    }

    .home-banner .owl-next {
        right: 15px;
        background-size: 10px 14px !important
    }
}

@media (max-width:1399px) {
    .home-banner {
        height: auto;
        max-height: max-content
    }

    .home-banner-item {
        height: auto
    }

    .home-banner-item__content {
        top: calc(50% - 20px);
        left: 90px
    }

    .home-banner-item__content a {
        padding: 20px 44px;
        font-size: 16px
    }

    .home-banner-item__heading {
        max-width: 330px;
        margin-bottom: 15px;
        font-size: 35px;
        line-height: 1.2
    }

    .home-banner-item__desc {
        margin-bottom: 20px;
        font-size: 14px
    }

    .home-banner-item__media {
        width: 400px
    }

    .home-banner-item__offer {
        top: 45px;
        right: 130px;
        padding: 20px 27px
    }

    .home-banner-item__offer:after {
        bottom: -18px;
        border-width: 0 23px 18px 0
    }

    .home-banner-item__offer .old {
        margin-bottom: 4px;
        font-size: 13px
    }

    .home-banner-item__offer .new {
        font-size: 13px
    }

    .home-banner-item__offer .new strong {
        font-size: 29px
    }

    .home-banner .owl-nav {
        height: 50px !important
    }

    .home-banner .owl-next,
    .home-banner .owl-prev {
        width: 50px;
        height: 50px
    }

    .home-banner .owl-prev {
        left: 15px;
        background-size: 10px 14px !important
    }

    .home-banner .owl-next {
        right: 15px;
        background-size: 10px 14px !important
    }
}

@media (max-width:1023px) {
    .home-banner-item__content a {
        padding: 17px 26px;
        font-size: 15px
    }

    .home-banner-item__heading {
        max-width: 215px;
        font-size: 30px;
        line-height: 1
    }

    .home-banner-item__desc {
        max-width: 215px
    }

    .home-banner-item__media {
        width: 270px
    }

    .home-banner-item__offer {
        top: 20px;
        right: 120px;
        padding: 16px 20px
    }

    .home-banner-item__offer:after {
        bottom: -14px;
        border-width: 0 18px 14px 0
    }

    .home-banner-item__offer .old {
        margin-bottom: 4px;
        font-size: 10px
    }

    .home-banner-item__offer .new {
        font-size: 10px
    }

    .home-banner-item__offer .new strong {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .home-banner-item__content {
        width: calc(100% - 30px);
        top: 20px;
        left: 50%;
        transform: translate(-50%, 0)
    }

    .home-banner-item__content a {
        width: 100%
    }

    .home-banner-item__heading {
        box-sizing: border-box;
        padding: 0 15px;
        max-width: 100%;
        text-align: center;
        font-size: 30px;
        line-height: 1.2
    }

    .home-banner-item__desc {
        box-sizing: border-box;
        padding: 0 15px;
        max-width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 1.3
    }

    .home-banner-item__media {
        display: none
    }

    .home-banner-item__offer {
        display: none
    }

    .home-banner .owl-nav {
        display: none
    }
}
/* End */


/* Start:/local/templates/polymax_copy/components/cedro/discount/.default/style.css?17334849842159*/
.discoun_block {
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 24px 32px 8px 32px;
}
.discount_h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #272727;
}
.discount_description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding-top: 8px;
  display: flex;
  align-items: center;
}
.discoun_block_pre {
  padding-bottom: 32px;
}
.discoun_block button {
  width: 48px;
  height: 48px;
  display: block;
  transition: all 0.3s;
  border-radius: 8px;
  background: url(/local/templates/polymax_copy/components/cedro/discount/.default/Frame.svg) no-repeat center #b3c535;
  cursor: pointer;
  box-shadow:
    0px 8px 8px -4px rgb(89 99 18 / 16%),
    inset 0px -2px 0px rgb(0 0 0 / 15%);
}
.discoun_block button.success {
  background-image: url(/local/templates/polymax_copy/components/cedro/discount/.default/success.svg);
}
.discoun_block .right form {
  float: right;
  width: 100%;
  text-align: right;
}
.discoun_block form .form-group input {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 8px;
  display: block;
  float: left;
  height: 48px;
  margin-right: 12px;
  padding: 12px;
  width: calc(100% - 60px);
}
#discoun_block > div:nth-child(1) {
  display: flex;
  padding-bottom: 16px;
}
.discoun_block .col-4 {
  align-self: center;
}
#discoun_block img {
  max-width: 80px;
  float: left;
  padding-right: 24px;
}
@media (max-width: 1024px) {
  .discoun_block {
    padding-top: 16px;
    padding-bottom: 0;
  }
  .discoun_block .col-8 {
    width: 60%;
  }
  .discoun_block .col-4 {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #discoun_block img {
    display: none;
  }
  .discoun_block {
    padding: 20px 24px 4px 24px;
  }
  .discoun_block .col-4,
  .discoun_block .col-8 {
    width: 100%;
  }
  #discoun_block > div:nth-child(1) {
    flex-direction: column;
  }
  .discount_h4 {
    padding-bottom: 16px;
  }
}
#discoun_block .discount_results .row {
  border-top: 1px solid #e0e0e0;
  padding-top: 16px;
  padding-bottom: 16px;
}
#discoun_block .close-link {
  color: #b3c535;
  text-decoration: underline;
  cursor: pointer;
}

/* End */


/* Start:/bitrix/components/cedro/catalog.top/templates/hit/style.css?16649092771672*/
.select_section{
    white-space: nowrap;
    display: flex;    

    float: right;
}
.select_section_item{
    background: rgba(179, 197, 53, 0.16);
    border-radius: 32px;
    color:#B3C535;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    display: block;
    padding: 8px 12px;
    margin-left: 12px;
    transition: all .4s;
}
.select_section_item:hover {
    background-color: #E7ECC0;


}
.select_section_item.selected,
.select_section_item.selected:hover{
    color: #FFFFFF;
    background:#B3C535;
}

@media (min-width:768px) and (max-width:1023px){
    .home-sale__item-wrap{
        flex-flow: wrap;
    }
    .select_section{
        width: 100%;
        float: left;
        padding-top: 16px;
    }
    .select_section_item{
        margin-left: 0px;
        margin-right: 12px; 
    }
}
@media (max-width:767px){

	.home-sale__heading {
	    margin-bottom: 0px;
	}

    .select_section{
        padding-bottom: 20px;
        width: 100%;
        float: left;
        padding-top: 0px;
    }
    .select_section_item{
        margin-left: 0px;
        margin-right: 12px; 
    }
    .select_section{
        overflow-x: scroll;
    }
	/* хром, сафари */
	.select_section::-webkit-scrollbar, .home-sale__item-wrap::-webkit-scrollbar{
		width: 0;
	}
	/* ie 10+ */
	.select_section, .home-sale__item-wrap { -ms-overflow-style: none; }	
	/* фф (свойство больше не работает, других способов тоже нет)*/
	.select_section, .home-sale__item-wrap {
		overflow: -moz-scrollbars-none;
		scrollbar-width: none;
	}

}

/* End */


/* Start:/bitrix/components/cedro/catalog.top/templates/sales/style.css?1681135688482*/
/*
.select_section{
    display: flex;    
    float: right;
}
.select_section_item{
    background: #fff;
    border-radius: 32px;
    color:#272727;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    display: block;
    padding: 8px 12px;
    margin-left: 12px;
   
}
*/
.select_section_item.selected{
    color: #FFFFFF;
    background:#B3C535;
    box-shadow: 0px 8px 8px -4px rgb(89 99 18 / 16%), inset 0px -2px 0px rgb(0 0 0 / 15%);
}

/* End */


/* Start:/bitrix/components/polymax/form.result.dir/error.css?1684509280209*/
.form-error-fld{display:block;float:left;height:13px;width:15px;background-repeat:no-repeat;background-image:url(/bitrix/components/polymax/form.result.dir/images/icon_warn.gif)}

.errortext{
	color: #ff0000;
	margin:15px 0 0;
	display: inline-block;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/index.full/style.css?16649102957741 */
/* /local/templates/polymax_copy/components/cedro/discount/.default/style.css?17334849842159 */
/* /bitrix/components/cedro/catalog.top/templates/hit/style.css?16649092771672 */
/* /bitrix/components/cedro/catalog.top/templates/sales/style.css?1681135688482 */
/* /bitrix/components/polymax/form.result.dir/error.css?1684509280209 */
