

/* Start:/local/templates/Med/components/bitrix/news.list/main-slider/style.css?17851465984041*/
/* CSS Document */
.main-banner {
    position: relative
}

.main-banner__text {
    bottom: .4375rem;
    color: #fbfbfb;
    font-size: .625rem;
    left: 1rem;
    position: absolute;
    text-transform: uppercase
}

.main-banner__carousel-item {
    background-size: cover;
    height: 27.4375rem;
    overflow: hidden;
    position: relative;
    background-position: center;
}

.main-banner__title {
    border: solid #fbfbfb;
    border-width: 0 0 .0625rem;
    bottom: 1rem;
    font-size: 2.25rem;
    font-weight: 700
}

.main-banner__description {
    font-size: 1rem
}

.main-banner__controls {
    bottom: 1rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .625rem;
    position: absolute;
    right: 1rem;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.main-banner__controls-forward {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.main-banner__controls-forward:hover path {
    fill: #fd5b12
}

.main-banner__controls-forward:hover rect {
    stroke: #fd5b12
}

.main-banner__controls-back:hover path {
    fill: #fd5b12
}

.main-banner__controls-back:hover rect {
    stroke: #fd5b12
}

.main-banner__controls-back_disabled path,
.main-banner__controls-forward_disabled path {
    fill: #ccc
}

.main-banner__controls-back_disabled rect,
.main-banner__controls-forward_disabled rect {
    stroke: #ccc
}

@media print,
screen and (max-width:59.99875em) {
    .main-banner__controls {
        bottom: .625rem;
        right: 0
    }
}

@media print,
screen and (max-width:39.99875em) {
    .main-banner {
        margin: 0
    }

    .main-banner__carousel-item {
        height: 16.25rem
    }

    p.main-banner__title {
        font-size: 1.5rem
    }
}

.second-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: 12.5rem;
    margin-bottom: 3.125rem;
    position: relative;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-position: 50%;
    background-size: cover;
    justify-content: center
}

.second-banner__text {
    bottom: 5rem;
    color: #fd5b12;
    font-size: 2.25rem;
    position: absolute;
    text-align: center
}

.second-banner__btn {
    bottom: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 12.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #fbfbfb;
    border: .0625rem solid #807973;
    cursor: pointer;
    font-size: .75rem;
    justify-content: center;
    padding: .4375rem 0
}

.second-banner__btn svg {
    height: .5rem;
    margin-left: .625rem
}

.second-banner__btn:hover {
    border: .0625rem solid #fd5b12
}

.second-banner__btn:active {
    color: #fd5b12
}

.second-banner__btn:active path {
    fill: #fd5b12
}

.second-banner_mobile {
    display: none
}

.second-banner_decstop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media print,
screen and (max-width:159.99875em) {
    .second-banner {
        height: 18.75rem
    }
}

@media print,
screen and (max-width:74.99875em) {
    .second-banner {
        height: 12.5rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .second-banner_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .second-banner_decstop {
        display: none
    }

    .second-banner {
        height: 21.25rem
    }
}
.slide-video-container {
    position: relative;
    width: 100%;
    height: 445px;
    overflow: hidden;
}
@media print,
screen and (max-width:640px) {
    .slide-video-container {
        height: 266px;
    }
}
.slide-video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}
/* End */


/* Start:/local/templates/Med/components/bitrix/news.list/small-banners/style.css?1776156071626*/
.small-banner {
    row-gap: .3125rem
}

.small-banner__item {
    background-position: top;
    background-size: cover;
    display: block;
    font-size: .75rem;
    height: 13.5625rem;
    position: relative;
    text-transform: uppercase;
    width: auto
}

.small-banner__item img {
    width: 100%; 
    object-fit: cover; 
    height: 100%;
}

.small-banner__item:hover p {
    color: #fd5b12
}

.small-banner__item-text {
    bottom: .625rem;
    color: #fbfbfb;
    left: .9375rem;
    position: absolute
}

@media print,
screen and (max-width:39.99875em) {
    .small-banner__item {
        height: 9.9375rem
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17531073972917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.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{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/Med/components/bitrix/news.list/mobile-banners/style.css?1775718285674*/
.mobile-banner__item {
    font-size: .75rem;
    width: 100%;
    margin-bottom: 30px;
    display: none;
}
.mobile-banner__item img {
    width: 100%;
}
.mobile-banner__item-name {
    margin: 5px 0;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}
.mobile-banner__item-text {
    color: #807973;
}
@media print,
screen and (max-width:39.99875em) {
    .mobile-banner__item {
        display: block;
    }
    .our_advants, .podborBlock, .main-viewed, .main-shops, .main-catalog-slider-action {
        display: none;
    }
    .generalCatalog__list-swiper {
        margin-bottom: 50px;
    }
    .generalCatalog__slider-more {
        bottom: 50px;
    }
}
/* End */


/* Start:/local/templates/Med/components/bitrix/news.list/brands/style.css?1766394983916*/
.brands__item {
    border: .0625rem solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: clamp(80px, 17vw, 112px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    cursor: pointer;
    justify-content: center
}

.brands__item:hover {
    -webkit-box-shadow: .25rem .25rem .75rem rgba(35, 34, 39, .102);
    box-shadow: .25rem .25rem .75rem rgba(35, 34, 39, .102)
}

.brands .slick-slide {
    height: auto;
    padding: 0 .3125rem
}

.brands__text {
    font-size: 1rem;
    margin-bottom: 1.875rem;
    width: 50%
}

.brands {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

@media print,
screen and (max-width:59.99875em) {
    .brands__text {
        width: 100%
    }
}
/* End */


/* Start:/local/templates/Med/components/bitrix/system.pagenavigation/pag/style.css?17794542251399*/
.paginations {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 70px;
    margin-bottom: 20px;
}
.paginations-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 15px;
    box-shadow: -2px 3px 7px #e5e5e5;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 100%;
    transition: all 0.2s ease;
    cursor: pointer;
}
.paginations-item:hover {
    border-color: #333;
    color: #000;
}
.paginations-item.active {
    background-color: #333;
    border-color: #333;
    color: #fff;
    cursor: default;
}
.paginations-item.prev, 
.paginations-item.next {
    font-weight: 500;
}
.paginations-dots {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 30px;
    height: 40px;
    padding-bottom: 10px;
    color: #999;
    font-weight: bold;
    box-sizing: border-box;
}
@media screen and (max-width: 550px) {
    .paginations {
        gap: 3px;
    }
    .paginations a, 
    .paginations .bitrix-nav-current-page {
        padding: 5px !important;
    }
    .paginations-item {
        min-width: 35px;
        height: 35px;
    }
    .paginations-item.active {
        padding: 0 10px;
    }
    .paginations-dots {
        width: 20px;
        height: 40px;
    }
}
/* End */


/* Start:/local/templates/Med/components/bitrix/news.list/lookbooks/style.css?17817931791865*/
.recommendations__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-size: cover;
    height: 100%;
    justify-content: center;
}
.recommendations__text img {
    object-fit: cover; 
    width: 100%;
}

.recommendations__description {
    bottom: .3125rem;
    font-size: .875rem;
    position: absolute;
}

.recommendations:hover {
    -webkit-box-shadow: .125rem .25rem 1.25rem 0 rgba(35, 34, 39, .2);
    box-shadow: .125rem .25rem 1.25rem 0 rgba(35, 34, 39, .2);
}

@media print,
screen and (max-width:159.99875em) {
    .recommendations {
        height: 31.25rem;
    }
}

@media print,
screen and (max-width:74.99875em) {
    .recommendations {
        height: 22.5rem;
    }
}

.podborBlock__content {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
}
.podborBlock__content .cell {
    width: 100% !important;
}
.podborBlock__content .recommendations {
    margin-bottom: unset;
    color: #fbfbfb;
    cursor: pointer;
    height: 23.5rem;
    overflow: hidden;
    position: relative;
    text-align: center
}
.podborBlock__content .recommendations__title {
    bottom: 1.5625rem;
    font-size: 18px;
    padding: 0 10px;
    font-weight: 700;
    position: absolute;
    backdrop-filter: blur(30px);
    text-transform: uppercase;
    width: 100%;
}
@media screen and (min-width: 1200px) {
    .podborBlock__content .recommendations {
        height: 30.5rem;
    }
}
@media screen and (max-width: 1200px) {
    .podborBlock__content {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 890px) {
    .podborBlock__content {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 550px) {
    .podborBlock__content {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/local/templates/Med/components/bitrix/catalog.products.viewed/viewed/themes/blue/style.css?1765520593833*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-products-viewed-header{border-color:#006cc0;}
/* End */


/* Start:/local/templates/Med/components/bitrix/news.list/blog/style.css?17689202021619*/
.journal {
    border: .0625rem solid #e5e5e5;
    height: 100%;
    margin-bottom: 3.125rem;
    text-transform: uppercase
}

.journal__block {
    padding-bottom: 2.5rem;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.journal__block a:has(.hollow-btn) {
    color: #000;
}
@media screen and (max-width: 1050px) {
    .journal__block {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 640px) {
    .journal__block {
        grid-template-columns: 1fr;
    }
}

.journal__block .cell {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.journal__block .journal {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.journal__text {
    height: 46%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    padding: .6875rem
}

.journal__text a {
    margin-top: auto;
}

.journal__preview {
    height: 54%;
    overflow: hidden;
    max-height: 230px;
}

.journal__preview img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.journal__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.journal__info {
    color: #807973;
    font-size: .625rem;
    margin: 0 0 .125rem
}

.journal__date {
    text-align: right
}

@media print,
screen and (max-width:39.99875em) {
    .journal__preview img {
        width: 100%
    }

    .journal__title {
        font-size: 1rem;
        margin-bottom: .625rem
    }
}
/* End */
/* /local/templates/Med/components/bitrix/news.list/main-slider/style.css?17851465984041 */
/* /local/templates/Med/components/bitrix/news.list/small-banners/style.css?1776156071626 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17531073972917 */
/* /local/templates/Med/components/bitrix/news.list/mobile-banners/style.css?1775718285674 */
/* /local/templates/Med/components/bitrix/news.list/brands/style.css?1766394983916 */
/* /local/templates/Med/components/bitrix/system.pagenavigation/pag/style.css?17794542251399 */
/* /local/templates/Med/components/bitrix/news.list/lookbooks/style.css?17817931791865 */
/* /local/templates/Med/components/bitrix/catalog.products.viewed/viewed/themes/blue/style.css?1765520593833 */
/* /local/templates/Med/components/bitrix/news.list/blog/style.css?17689202021619 */
