

/* Start:/local/templates/flyaway_digital25/components/bitrix/catalog/flyaway/style.css?17004180712749*/
.aroundfilter {
    padding: 0;
    margin: 0;
    position: sticky;
    top: 110px;
}

.wrapper .sidebar-wrap .page-title,
.wrapper .sidebar-wrap>.content,
.wrapper .sidebar-wrap>.fixsidebar {
    margin-left: 0;
    float: unset;
}

.page-title {
    grid-area: pageTitle;
}

.fixsidebar {
    grid-area: sidebar;
}

.content {
    grid-area: content;
}

.wrapper .sidebar-wrap {
    display: grid;
    padding-left: 10px;
    grid-template-columns: 310px 1fr;
    /* direction: rtl; */
    grid-template-areas:
        "sidebar pageTitle"
        "sidebar content";
    grid-gap: 2rem;
    overflow: unset;
}

.wrapper {
    overflow: unset !important;
}

.informer.compare_hidden {
    top: -999px;
}

.service_advantages_wrapp .features__img {
    height: 64px;
}

.service_advantages_wrapp .features__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.service_advantages_wrapp .features.one-row .features__description {
    font-size: 16px;
    line-height: 22px;
}

.newsdetail .service_advantages_wrapp .features.one-row .features__description {
    height: auto;
}

.service_advantages_wrapp .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 10px;
}

.service_advantages_wrapp .features::before,
.service_advantages_wrapp .features::after {
    content: none;
}

.service_advantages_wrapp .features__data {
    max-width: 370px;
    margin: 20px auto 0;
}

.service_advantages_wrapp .features.one-row>.item {
    width: 30%;
    margin-bottom: 15px;
}

@media screen and (max-width: 1540px) {
    .service_advantages_wrapp .features.one-row>.item {
        width: 49%;
    }

    .service_advantages_wrapp .features__data br {
        display: none !important;
    }
}

@media screen and (max-width: 1470px) {
    .service__interes__item {
        width: 25%;
    }
}

@media screen and (max-width: 739px) {
    .service_advantages_wrapp .features__img {
        height: 50px;
    }

    .service_advantages_wrapp .features__title {
        font-size: 16px;
        line-height: 18px;
    }

    .service_advantages_wrapp .features.one-row .features__description {
        font-size: 14px;
        line-height: 17px;
    }

    .service_advantages_wrapp .features__data {
        margin: 10px auto 0;
    }

    .newsdetail .owl-carousel .owl-stage-outer {
        margin: 0 !important;
    }

    .service_zamer {
        padding: 40px 40px;
    }
}

@media screen and (max-width: 900px) {
    .wrapper .sidebar-wrap {
        grid-template:
            "pageTitle"
            "sidebar"
            "content";
    }
}
/* End */


/* Start:/local/templates/flyaway_digital25/components/bitrix/catalog.element/flyaway/style.css?17007428843407*/
.review-item-name{
	font-size: 16px;
	font-weight: bold;
	color: #0274b2;
	margin-top: 20px;	
}
.review-item-text{
	padding-left: 10px	
}
.reveiws-item{
	border-bottom: 1px solid #0274b2;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-style: italic;
}

h1.detail-title {
    line-height: 1;
    font-size: 32px;
    padding: 0;
    border-bottom: 0;
	color: #555;
	font-family: 'Open Sans';
}

.product-detail-carousel .product-detail-carousel__images {
    overflow: hidden;
    outline: 0;
    border: 1px solid #A0A0A0;
}

.wrapper-prices {
    display: flex;
    align-items: center;
    grid-gap: 5rem;
}

.product-buyblock {
    display: flex;
    align-items: center;
    grid-gap: 2rem;
}

.product-buyblock span.product__favorite {
    margin: 0;
}

.product-buyblock .btn2.products-button {
    margin: 0;
}

.products__prices {
	margin: 0;
}

.characteristics__content .characteristics-list__item {
    line-height: 14px !important;
    margin: 0 !important;
    padding: 0;
    display: flex;
    align-items: center;
}

.characteristics__content .characteristics-list__item span.characteristics-list__value {
    padding: 0;
    font-size: 12px;
}

.product .characteristics__item {
    max-width: 560px;
}

.product .characteristics-list__name .characteristics-list__label {
    padding: 5px;
}

p.title-properties {
    color: #0474B2;
    font-size: 20px;
    font-weight: 500;
    /* margin-bottom: 0; */
    padding-left: 5px;
}

div#properties {
    margin-top: 3rem;
}

.tab-pane ul, .tab-pane ol {
    padding: 0;
}

.tab-pane h2 {
    font-size: 20px !important;
    color: #0474B2;
    font-weight: bold;
    font-family: 'Open Sans';
}

.tab-pane div, .tab-pane p {
    font-size: 14px;
    color: #555;
}

.tab-pane h3 {
    font-size: 18px !important;
    line-height: 1;
    padding-bottom: 1rem;
}

.tab-pane h2 {
    padding-bottom: 2rem;
}
.js-detail-carousel .owl-nav.disabled {
    display: none !important;
}
.product-detail-carousel .preview-wrap {
    text-align: center;
    position: relative !important;
    opacity: 1 !important;
}
.product-detail-carousel .product-detail-carousel__carousel {
    overflow: hidden;
    width: 100%;
}
.product-detail-carousel .product-detail-carousel__carousel .owl-stage {
    display: flex;
}

.product-detail-carousel .product-detail-carousel__images .product-detail-carousel__bottom {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding-top: 2rem;
}
@media screen and (min-width: 1440px) {
    .product-detail-carousel .product-detail-carousel__images {
        overflow: hidden;
        outline: 0;
        border: 1px solid #A0A0A0;
    }
    .product-detail-carousel .preview-wrap a img {
        min-width: 421px;
    }
}
@media screen and (max-width: 740px) {
    .product-detail-carousel .product-detail-carousel__images {
        height: 538px !important;
    }
	.col.col-xs-12.col-sm-12.col-md-6.col-lg-5.product-gallery {
		display: block;
	}

	body .product-code {
		margin: 0 !important;
	}
    .product .characteristics-list__value {
        width: auto;
    }
    .product .characteristics__item .characteristics-list__name {
        width: 65%;
    }
    .product .characteristics__item {
        max-width: 100%;
    }
}

.bigdata_recommended_products_items h2 {
    font-size: 20px !important;
    color: #0274B2;
}

.products_showcase.products .owl-stage-outer {
    padding: 1rem 2rem;
}
/* End */


/* Start:/local/components/itcmedia/mycolor/templates/.default/style.css?1700739797911*/
.color-item {
    display: flex;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #555;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
}

.color-item > img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid #555;
}

.colors-list {
    display: flex;
    grid-gap: 1rem;
    flex-wrap: wrap;
}

.color-item.active, .color-item:hover {
    border-color: #0474B2;
    transition: all ease-in-out 0.3s;
}

span.selected-color {
    display: block;
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 16px;
    color: #555;
}

span.selected-color span.value-color {
    font-size: 14px;
    font-weight: 400;
}

p.title-properties {
    color: #0474B2;
    font-size: 20px;
    font-weight: 500;
    /* margin-bottom: 0; */
    padding-left: 5px;
}
/* End */


/* Start:/bitrix/components/ipol/ipol.sdekPickup/templates/tovar/style.css?17084758545969*/
#SDEK_pvz{
	background-color : white;
	padding          : 10px;
	overflow         : hidden;
	font-family      : Arial;
	width            : 900px;
	height           : 586px;
}
#SDEK_mask{
	width            : 100%;
	height           : 100%;
	opacity          : 0.8;
	position         : fixed;
	z-index          : 2000;
	background-color : black;
	display          : none;
	top              : 0px;
	padding          : 5px
}
#SDEK_head{
	height:35px;
	clear: both;
	padding-top: 7px;
	position: relative;
	top: -480px;
}
#SDEK_logo{
	background  : url('/bitrix/images/ipol.sdek/widjet/logo.png') no-repeat transparent;
	width       : 169px;
	height      : 11px;
}
#SDEK_logo:hover{
	background-position: 0px -12px;
}
#SDEK_logo a{
	text-decoration : none;
	width           : 100%;
	height          : 100%;
	display         : block;
}
#SDEK_closer{
	position   : absolute;
	background : url('/bitrix/images/ipol.sdek/widjet/close.png') no-repeat transparent;
	height     : 22px;
	width      : 22px;
	right      : 15px;
	top        : 18px;
	z-index    : 1000;
	cursor     : pointer;
}
#SDEK_closer:hover{
	background-position: 0px -22px;
}
#SDEK_map{
	float: left;
	height: 500px;
	width: 900px;
}
#SDEK_info{
	float:left;
	position:relative;
	height: 480px;
	overflow: hidden;
	width: 245px;
	color: black;
	top: -490px;
	left: 10px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0 5px #5D5D5D;
}
#SDEK_sign{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	padding-left: 98px;
	background: url('/bitrix/images/ipol.sdek/widjet/widjetLogo.png') no-repeat;
}
#SDEK_delivInfo_PVZ,#SDEK_delivInfo_POSTAMAT{
	height: 30px;
	font-weight: bold;
	font-size: 12px;
	/* border-bottom: 1px dashed #e3e3e3; */
	line-height: 35px;
	padding: 0px;

	display: none;
}
#SDEK_wrapper{
	height: 400px;
	overflow: auto;
	width: 245px;
	border: none;
	outline: none;
	background-color: #fafafa;
}
#SDEK_wrapper p{
	cursor : pointer;
	padding: 5px 6px;
	margin:  5px 6px;
	font-size: 12px;
}
#SDEK_wrapper p span{
	font-size: 12px;
	white-space: nowrap;
	display: inline-block;
	line-height: 10px;
}
#SDEK_wrapper p .IPOLSDEK_subPunct{
	width: 130px;
	overflow: hidden;
}
.IPOLSDEK_subPunct_detail_PVZ, .IPOLSDEK_subPunct_detail_POSTAMAT{
	color: #bfbfbf;
}
.sdek_chosen{
	background-color : #ebebeb;
}
#SDEK_ten{
	position: relative;
	top: -5px;
	background-color: white;
	height: 10px;
	box-shadow: 0 0 5px 5px white;
	width: 235px;

	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}
/*Переключатель режимов*/
#SDEK_modController{
	padding: 0px 10px;
	padding-bottom: 10px;
}
.SDEK_mC_block {
	float: left;
	height: 30px;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #e3e3e3;
	cursor: pointer;
}
.SDEK_mC_block.active{
	border: 1px solid #e98535;
	background-color: #f8ece1;
	color: #e98535;
}
#SDEK_mC_ALL{
	border-radius: 5px 0px 0px 5px;
	width: 34px;
}
#SDEK_mC_PVZ{
	width: 105px;
}
#SDEK_mC_POSTAMAT{
	border-radius: 0px 5px 5px 0px;
	width: 80px;
}

/*балун*/
#SDEK_baloon{
	background-color:white;
	max-width: 258px;
	font-family: Arial;
	font-size: 12px;
	padding-left: 3px;
}
#SDEK_baloon > div{
	margin-top: 5px;
}
.sdek_baloonInfo{
	color: #666666;
	max-height: 80px;
	overflow: hidden;
}
.sdek_baloonDiv{
	max-width: 235px;
	padding-left:8px;
	float:left;
}
.sdek_baloonPrice{
	height: 20px;
	text-align: center;
}
.sdek_icon{
	float:left;
	width:12px;
	min-height: 12px;
	margin-top:4px;
}
.SDEK_iAdress{
	margin-top: 0px !important;
	font-size: 14px;
}
.SDEK_iTelephone{background: url('/bitrix/images/ipol.sdek/widjet/phone.png') no-repeat;}
.SDEK_iTime{background: url('/bitrix/images/ipol.sdek/widjet/clock.png') no-repeat;}
.SDEK_iPrTerm{background: url('/bitrix/images/ipol.sdek/widjet/prTerm.png') no-repeat;}
#SDEK_button{
	width:130px;
	height:25px;
	background: url('/bitrix/images/ipol.sdek/widjet/chooze.png') no-repeat;
	display: block;
	margin: auto;
	text-decoration:none;
}
#SDEK_button:hover{
	background-position: 0px -25px;
}
#SDEK_title{
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5;
	width: 898px;
}
#SDEK_title > div,#SDEK_cityPicker > div{
	font-size: 12px;
	font-family: Arial;
	float:left;
}
#SDEK_cityPicker > div:first-child{
	padding-top:9px;
	margin-bottom: 10px;
}
#SDEK_cityPicker{
	width: 300px;
}
#SDEK_citySel{
	display:none;
}
#SDEK_listOfCities{
	height: 515px;
	overflow: hidden;
}
#SDEK_cityName{
	text-decoration:none;
	border-bottom:1px dotted #007ACF;
}
#SDEK_cityLabel{
	padding: 9px 12px 0px 12px;
}
#SDEK_cityLabel a{
	margin-bottom: 9px;
	color: #3366CC;
	display:block;
}
#SDEK_cityLabel a:hover{
	color: #24478F;
	text-decoration: none !important;
}
#SDEK_cityLabel:hover {
	background: #FFFFFF;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.506);
	position: absolute;
	z-index: 100;
}
#SDEK_cityLabel:hover > #SDEK_citySel{
	display: block;
}
#SDEK_cityLabel:hover > #SDEK_cityName{
	text-decoration:underline;
	border-bottom:none;
}
.SDEK_mark{
	height: 32px;
	padding-left: 460px;
	line-height: 20px;
	cursor: default;
	text-align: right;
}
.SDEK_mark .SDEK_courierInfo{
	float: left;
	padding: 0px 2px;
}
#SDEK_logoPlace{
	width: 300px;
	height: 38px;
	background-image: url("/bitrix/images/ipol.sdek/SDEKogo.png");
	background-repeat:no-repeat;
	background-position: 241px 2px;
}
#SDEK_separator{
	background-color: #e3e3e3;
	width: 1px;
	height: 38px;
}
#SDEK_citySearcher{
	margin-bottom: 5px;
}
.sdek_baloonDiv a{
	cursor: help;
}
@media(max-width: 900px) {
	#SDEK_info{
		display: none;
	}
	#SDEK_map, #SDEK_pvz, #SDEK_title{
		float: none;
		width: 100%;
	}
}
/* End */
/* /local/templates/flyaway_digital25/components/bitrix/catalog/flyaway/style.css?17004180712749 */
/* /local/templates/flyaway_digital25/components/bitrix/catalog.element/flyaway/style.css?17007428843407 */
/* /local/components/itcmedia/mycolor/templates/.default/style.css?1700739797911 */
/* /bitrix/components/ipol/ipol.sdekPickup/templates/tovar/style.css?17084758545969 */
