

/* Start:/bitrix/templates/.default/components/bitrix/menu/oknastar_multilevel/style.css?17412562115745*/
/*1 level*/
.topbar .main-menu{

}
.topbar .main-menu li{
    position: relative;
    text-align: left;
    transition-duration: 0.1s;
    padding: 0 !important;
}
.topbar .main-menu li li{
    display: block;
}
.topbar .main-menu a,
.topbar .main-menu span{
    display: block;
    position: relative;
    padding: 8px 16px;
}
.topbar .main-menu .parent > a,
.topbar .main-menu .parent > span{
    padding: 8px 11px 8px 13px;
}

.topbar .main-menu .parent > a:after,
.topbar .main-menu .parent > span:after{
    content: "";
    display: inline-block;
    width: 5px;
    height: 3px;
    vertical-align: middle;
    margin-left: 5px;
    background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAQAAADxPw1zAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkARUOEgRuoeTpAAAAHUlEQVQI1yXGsQEAMAzDINz/f1aGMrEy0DMhW344hTQHAjVPcvkAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -1px;
}
.topbar .main-menu > li:hover{
    background: #424242;
}


/*2 level*/
.topbar .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #424242;
    z-index: 10;
    width: 184px;
}
.topbar .main-menu > li:hover > .sub-menu{
    display: block;
}

.topbar .sub-menu > li {
    border-bottom: 1px solid #2a2a2a
}
.topbar .sub-menu > li:hover{
    background-color: #ed1c24;
    border-bottom: 1px solid #ed1c24;
}
.topbar .sub-menu > li:last-of-type{
    border-bottom: 0;
}
.topbar .sub-menu > li + li {
    border-top: 1px solid #626262;
}
.topbar .sub-menu .parent > a,
.topbar .sub-menu .parent > span{
    padding-right: 22px;
}
.topbar .sub-menu .parent > a:after,
.topbar .sub-menu .parent > span:after{
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
}

/*3 level*/
.topbar .sub-menu > li ul{
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 20;
    background: #ed1c24;
}
.topbar .sub-menu > li:hover ul{
    display: block;
}
.topbar .sub-menu > li ul > li {
    border-bottom: 1px solid #be030a
}
.topbar .sub-menu > li ul > li:hover{
    background-color: #c4141a;
}
.topbar .sub-menu > li ul > li:last-of-type{
    border-bottom: 0;
}
.topbar .sub-menu > li ul > li + li {
    border-top: 1px solid #fb474e;
}



/* other */
.topbar .menu-ribbon {
    left: 0;
    min-width: 100%;
    position: absolute;
    text-align: center;
    top: 100%;
}
.active .menu-ribbon{
    display: none;
}
.topbar .menu-ribbon.ribbon-sale {
    background-color: #ed1c24;
    color: #fff;
    font-family: "HelveticaNeue_Bold", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
    text-transform: uppercase;
}
.topbar .menu-ribbon.ribbon-sale::before,
.topbar .menu-ribbon.ribbon-sale::after {
    background: url(/img/icon-arrow-up-small.png) center no-repeat;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    top: 0;
    width: 15px;
}

.topbar .menu-ribbon.ribbon-sale::before {
    left: 10px;
}

.topbar .menu-ribbon.ribbon-sale::after {
    right: 10px;
}


/*mobile*/

/*1 level*/
.mobile-menu .main-menu{

}
.mobile-menur .main-menu li{
    position: relative;
    text-align: left;
    transition-duration: 0.1s;
    padding: 0 !important;
}
.mobile-menu .main-menu > li:hover{
    background: #333333;
}
.mobile-menu .main-menu li li{
    display: block;
}
.mobile-menu .main-menu a,
.mobile-menu .main-menu span{
    display: block;
    position: relative;
    padding: 8px 16px;
    text-transform: none;
}
.mobile-menu .main-menu .parent > a:after,
.mobile-menu .main-menu .parent > span:after{
    content: "";
    display: inline-block;
    width: 11px;
    height: 7px;
    vertical-align: middle;
    margin-left: 5px;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -3px;
    background-image: url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAQAAAB0Z3/WAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkARUQMTTgaS1eAAAANElEQVQI11WNsQ0AMAjDHP7/2V1QAZYojiUiSNgniQKsQYBq4IakvulAiBy7pdplso71Hz9E5QwM87mvuQAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center;
}
.mobile-menu .main-menu .parent.active > a:after,
.mobile-menu .main-menu .parent.active > span:after{
    transform: rotate(180deg);
}
.mobile-menu .main-menu > li > a,
.mobile-menu .main-menu > li > span{
    text-transform: uppercase;
    font-size: 18px;
}
/*2 level*/
.mobile-menu .sub-menu{
    background: #424242;
    display: none;
}
.mobile-menu .sub-menu > li:hover{
    background: #424242;
}
.mobile-menu .active .sub-menu{
    display: block;
}
.mobile-menu .sub-menu > li > a,
.mobile-menu .sub-menu > li > span{
    font-size: 16px;
    padding-left: 35px;
}
.mobile-menu .sub-menu .parent > a:after,
.mobile-menu .sub-menu .parent > span:after{
    transform: scale(0.75);
    right: 40px;
}
.mobile-menu .sub-menu .parent.active > a:after,
.mobile-menu .sub-menu .parent.active > span:after{
    transform: scale(0.75) rotate(180deg);
}
/*3 level*/
.mobile-menu .sub-menu ul{
    background: #616161;
    display: none;
}
.mobile-menu .sub-menu ul > li:hover{
    background: #616161;
}
.mobile-menu .sub-menu li.active > ul{
    display: block;
}
.mobile-menu .sub-menu > li ul a,
.mobile-menu .sub-menu > li ul span{
    font-size: 13px;
    padding-left: 55px;
}

/*redefine*/
.mobile-menu .openPopUp-callBack-header{
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 12px 0 12px 15px;
    font-size: 13px;
    text-align: center;
    border-radius: 17px;
    text-transform: uppercase;
}
/* End */


/* Start:/bitrix/templates/shop/components/bitrix/form/popap_formRequest/bitrix/form.result.new/.default/style.css?15834814773597*/
.section-callorder--expert--bd {
	padding: 30px 0 40px 0;
}

.section-callorder--expert--bd .container {
	border: 1px solid #ececec;
}

.section-callorder--expert--bd .title {
	margin-top: 20px;
}

.section-callorder--expert--bd .form-call-expert {
	padding-left: 20px;
}

.section-callorder--expert--bd .form-call-expert .form-wrp--submit {
	margin-bottom: 30px;
}

.section-callorder--expert--bd .form-call-expert {
	padding-left: 0;
}

.section-morelinktitle .title-section h1, .section-morelinktitle .title-section h2 {
	margin-bottom: 6px;
}

.section-morelinktitle .title-section .more-link {
	font-size: 14px;
}

.section-news .title-section h1, .section-news .title-section h2 {
	margin-bottom: 6px;
}

.section-news .title-section .more-link {
	font-size: 14px;
}

.section-production .title-section {
	margin-top: 30px;
}

.section-profiles .title-section {
	margin-top: 30px;
}

.section-download {
	background-image: url(/bitrix/templates/shop/components/bitrix/form/popap_formRequest/bitrix/form.result.new/.default/../img/download_bg.png);
}

.section-download .title-section {
	margin-top: 30px;
}

.title-section {
	font-size: 24px;
	line-height: 1.3;
}

@media only screen and (max-width: 720px) {
	.form-call-expert .form-wrp {
			float: none;
	}

	.form-call-expert .form-wrp--groupsm {
			width: 100%;
			height: auto !important;
			float: none;
			padding: 0 15px;
			margin-bottom: 10px;
	}

	.form-call-expert .form-wrp--groupsm input {
			max-width: 290px;
			display: block;
			margin: 0 auto 10px;
	}

	.form-call-expert .form-wrp--onesm {
			float: none;
			width: 100%;
			padding: 0 15px;
	}

	.form-call-expert .form-wrp--onesm input {
			max-width: 290px;
			display: block;
			margin: 0 auto 10px;
	}

	.form-call-expert .form-wrp--file {
			width: 100%;
			text-align: center;
			padding-left: 0;
	}

	.form-call-expert .form-wrp--submit {
			padding-right: 0;
			width: 100%;
			text-align: center;
	}
}

.form-call {
	text-align: center;
}

.form-call input {
	display: inline-block;
	width: 31.8%;
	/*background-color: transparent;*/
	border-radius: 2em;
	border: 1px solid #ed1c24;
	height: 45px;
	margin-left: 18px;
}

.form-call input:first-child {
	margin-left: 0;
}

.form-call input:last-child {
	margin-right: 0;
}

/*.form-call input {
margin-bottom: 20px;
margin: 0 auto 20px !important; }*/
.form-call input:first-child {
	margin-top: 20px;
}

.form-call input:last-child {
	margin-bottom: 0;
}

.mf-ok-text {
	text-align: center;
	color: green;
	font-size: 19px;
}

body {
	margin: 0;
	padding: 0;
}

.box-popup-call-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 5555555555;
}

.img-close-popup-header {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
	cursor: pointer;
}

.popup-call-back-header {
	position: relative;
	width: 545px;
	margin: 0 auto;
	background: white;
	border-radius: 5px;
	margin-top: 145px;
	padding: 20px;
}

.popup-call-back-header input {
	display: block !important;
	width: 59%;
	/*background-color: transparent;*/
	border-radius: 2em;
	border: 1px solid #ed1c24;
	height: 45px;
	margin-left: 18px;
	margin: 0 auto;
	outline: none;
	margin-bottom: 15px;
	font-size: 15px;
}

@media only screen and (max-width: 480px) {
	.popup-call-back-header {
			width: 100%;
	}

	.popup-call-back-header input {
			width: 100%;
	}
}

@media (max-width: 360px) {
	.btn-my-style {
			width: 100%;
			height: 40px;
			margin-bottom: 10px;
	}
}
/* End */


/* Start:/bitrix/templates/shop/components/sms/feedback/popup_blackDecember/style.css?1583481475841*/
.box-popup-call {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 5555555555;
}

.box-popup-call .popup-call-back {
    position: relative;
    width: 545px;
    margin: 0 auto;
    background: white;
    border-radius: 5px;
    margin-top: 145px;
    padding: 20px;
}

.box-popup-call .img-close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    cursor: pointer;
}

.box-popup-call .title-section {
    font-size: 24px;
    line-height: 1.3;
}

.box-popup-call input[type=text],
.box-popup-call input[type=submit] {
    display: block !important;
    width: 59%;
    border-radius: 2em;
    border: 1px solid #ed1c24;
    height: 45px;
    margin: 0 auto;
    outline: none;
    margin-bottom: 15px;
    font-size: 15px;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/oknastar_breagcrumb/style.css?1589458191587*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/shop/components/bitrix/news.list/index_address_new/style.css?1583481477287*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.tabs-divided li a{
	min-width: 250px !important;
}
.section-map .tabs-divided li a {
    margin: 0 20px !important;
}

/* End */


/* Start:/bitrix/templates/shop/components/bitrix/menu/foot_3_menu/style.css?1583481475581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/shop/components/bitrix/menu/foot_3_menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/bitrix/templates/shop/components/bitrix/menu/footer_menu_razdely/style.css?1583481475625*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/shop/components/bitrix/menu/footer_menu_razdely/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/bitrix/templates/shop/template_styles.css?175309989021125*/
@media screen and (max-width:700px){
	.snegurka__text_01{
		left:40px;
		font-size:66px;
	}
	.snegurka__text_02{
		top:240px;
		left:-10px;
		font-size:40px;
	}
	.snegurka__button{
		top:440px;
		left:100px;
	}
	.box-popup-call .popup-call-back{
		width:290px!important;
		margin-top:5px!important;
	}
	.popup-call-back .header_h2{
		font-size:18px;
	}
}


@media screen and (max-width: 425px) {
	head, body, footer{max-width: 420px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 420px) {
	head, body, footer{
        max-width: 415px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 415px) {
	head, body, footer{
        max-width: 410px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 410px) {
	head, body, footer{
        max-width: 405px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 405px) {
	head, body, footer{
        max-width: 400px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 400px) {
	head, body, footer{
        max-width: 395px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 395px) {
	head, body, footer{
        max-width: 390px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 390px) {
	head, body, footer{
        max-width: 385px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 385px) {
	head, body, footer{
        max-width: 380px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 380px) {
	head, body, footer{
        max-width: 375px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 375px) {
	head, body, footer{
        max-width: 370px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 370px) {
	head, body, footer{
        max-width: 365px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 365px) {
	head, body, footer{
        max-width: 360px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 360px) {
	head, body, footer{
        max-width: 355px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 355px) {
	head, body, footer{
        max-width: 350px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 350px) {
	head, body, footer{
        max-width: 345px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 345px) {
	head, body, footer{
        max-width: 340px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 340px) {
	head, body, footer{
        max-width: 335px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 335px) {
	head, body, footer{
        max-width: 330px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 330px) {
	head, body, footer{
        max-width: 325px;
        margin: 0 auto;
	}	
}
@media screen and (max-width: 325px) {
	head, body, footer{
        max-width: 320px;
        margin: 0 auto;
	}	
}

/* .section-catalog .row .col-xs-6.col-md-3 .catalog-item {
	background-color: #eee;	
} */
.section-catalog .row .col-xs-6.col-md-3:nth-child(2n+1) .catalog-item .catalog-item-inner {
	background: unset;
	background-color: #eee;
}

html, body { overflow-x:hidden; }
@media screen and (max-width: 926px) {

	.item-name-map-lefts {
		padding: inherit !important;
		margin-top: 20px !important;
		display: inline-block !important;
	}
}
@media screen and (max-width: 470px) {
	.item-name-map-right{		margin-top: 0px !important;}

	.item-name-map-lefts {margin-top: 0px !important;}
}


/* Правим вид карты */
@media screen and (max-width: 690px) {
	.section-map .wrp-mapinfo {
		height: auto;
		width: 100%;
		top: 0;
		left: 0;
		padding: 20px 22px;
	}
	.section-map .wrp-mapinfo .triangle{display:none}
	.section-map [id^=map-]{    height: 300px;
		position: relative;}
	.map-1.container-fluid{height: auto;}
	.container.contacts-mobile{
		position: relative;
		margin-top: 95px;
	}
}

@media screen and (max-width: 690px) {
	.wrp-tac.hide-sm {
		display: block!important;
	}
}

/* Алюминиевые окна — формы и размеры */
.forms-window-box h2{margin:0 0 15px}
.forms-window-items{width:100%;position:relative;margin:0 -3px}
.forms-window-items .item{height:234px;display:flex;align-items:flex-end;padding:20px 30px;text-decoration:none;border:3px solid #fff;background-repeat:no-repeat!important;background-size:cover!important}
.forms-window-items .item span{font-size:18px;color:#333333;font-weight:500;text-align:left}

/* Правка социальных кнопок */
.soc-wrp--ftr { text-align: center; display: flex; align-items: center; justify-content: center; position: relative; }
.soc-wrp--ftr a.fa{    margin: 0 3px;    position: relative;}
.fa-telegram:before { content: ''; width: 14px; height: 13px; background: url(/bitrix/templates/oknastar.ru/img/icon-telegram.png) no-repeat center center; display: block; position: absolute; top: 22px; left: 16px; background-size: 100% 100%; }
header .fa-telegram,.mobile-menu .fa-telegram{ width: 18px; height: 16px;position: relative; }
header .fa-telegram:before,.mobile-menu .fa-telegram:before{width: 18px; height: 16px;top: 2px; left: 0;}
.mobile-menu .fa-telegram:before { top: 0; left: 0; }
.mobile-menu  .soc-wrp{text-align: center;}
footer .fa-telegram:hover:before{filter: grayscale(1) brightness(1000%);}
.subsection_mobilemnu .soc-wrp .social-link:before { color: #666; }

.popup-window div.popup-window-content {
	display: none;
}
div.popup-window-buttons .button.button-rd {
	width: 160px;
}
div.popup-window-buttons {
	margin-top: 10px;
	padding-bottom: 10px;
}
div.popup-window-buttons .button.button-rd:first-child {
	border: none !important;
}
div.popup-window-buttons .button.button-rd:last-child {
	border-radius: 30px;
	background-color: transparent;
	color: #ED1C24;
	border: 1px solid #ED1C24 !important;
	font-size: 14px;
	line-height: 22px;
	padding: 6px 3px;
	text-transform: none;
	margin-right: 0;
}
@media screen and (max-width: 459px) {
	div.popup-window-buttons {
		display: flex;
		flex-direction: column;
		padding-left: 20px;
		padding-right: 20px;
		align-items: center;
	}
	div.popup-window-buttons .button.button-rd {
		margin-left: 0;
		margin-right: 0;
		width: 200px;
	}
	div.popup-window-buttons .button.button-rd:first-child {
		margin-bottom: 10px;
	}
}

/* Catalog detail page */
.catalog-detail
.catalog-detail-order-wrapper {
	margin: 10px 0 20px 0;
}

.catalog-detail
.catalog-detail-order-link {
	text-decoration: none;
	font-weight: 400;
	background-color: #ed1c24;
	color: #fff;
	padding: 9px 37px;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	/*border: 1px solid #ed1c24;*/
	border-radius: 32px;
	transition: background 0.2s ease-in-out;
	display: inline-block;
}

.catalog-detail
.catalog-detail-order-link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #c4141a;
}

/* Page 404 */
.header_404 {
	margin: 20px 0 0 0;
}

/* Breadcrumbs */
.breadcrumbs ul li a,
#breadcrumb ul li a {
	text-decoration: underline;
}

.breadcrumbs ul li a:hover,
#breadcrumb ul li a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.breadcrumbs,
	#breadcrumbs {
		display: block;
	}
}

@media only screen and (max-width: 500px) {
	.breadcrumbs,
	#breadcrumbs {
		font-size: 12px;
	}
}
/* / Breadcrumbs */

/* Нам доверяют звёзды */
.plastikovye-okna-page {
	padding: 0;
	margin: 50px 0
}

.star-box-info { width: 100%; padding: 30px 100px; display: flex; align-items: center; justify-content: space-between; flex-direction: row; position: relative; background: url(/img/production/star-box-bg.png) no-repeat center center; }
.star-box-info .description{width: 30%;}
.star-box-info .description span{font-weight: 700; font-size: 20px; line-height: 160%; color: #ED1C24; display: block; margin: 0 0 10px;}
.star-box-info .description ul{padding: 0 0 0 20px; margin: 0;}
.star-box-info .description ul li{font-weight: 400; font-size: 16px; line-height: 100%; color: #333333; margin: 0 0 10px;}
.star-box-info .photos-star-items{display: grid; align-items: center; justify-content: flex-end; position: relative; width: 70%;}
.star-box-info .photos-star-items .item{position: relative; grid-area: 1 / 1 / 2 / 2;transition:all .3s}
.star-box-info .photos-star-items .item.child-1{z-index: 0;margin: 0 0 0 0px;}
.star-box-info .photos-star-items .item.child-2{z-index: 1;margin: 0 0 0 90px;}
.star-box-info .photos-star-items .item.child-3{z-index: 2;margin: 0 0 0 180px;}
.star-box-info .photos-star-items .item.child-4{z-index: 3;margin: 0 0 0 270px;}
.star-box-info .photos-star-items .item.youtube-box{    cursor: pointer;}
.star-box-info .photos-star-items .item.youtube-box:hover img{    border: 6px solid #ed1c24;}
.star-box-info .photos-star-items .item img{width: 108px; height: 108px; box-shadow: 0px 6px 15px rgb(0 0 0 / 15%); border-radius: 100%; border: 6px solid #FFF;background: #fff;}
@media only screen and (max-width: 740px){
	.star-box-info{background-size: 100% 100%;flex-wrap: wrap;flex-direction: column-reverse;padding: 30px 20px;}
	.star-box-info .photos-star-items{width: 100%; margin: 0 0 20px;    justify-content: center;}
	.star-box-info .description span{ font-weight: 700; font-size: 14px; line-height: 160%; }
	.star-box-info .description ul li{ font-weight: 400; font-size: 12px; line-height: 100%; color: #333333; width: 50%; }
	.star-box-info .description ul{display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; text-align: left;}
	.star-box-info .description { width: 100%; }
}
@media only screen and (max-width: 480px){
	.star-box-info .photos-star-items .item img { width: 68px; height: 68px;border: 3px solid #FFF;}
	.star-box-info .photos-star-items .item.youtube-box:hover img{ border: 3px solid #ed1c24;}
	.star-box-info .photos-star-items .item.child-1{z-index: 0;margin: 0 0 0 0px;}
	.star-box-info .photos-star-items .item.child-2{z-index: 1;margin: 0 0 0 51px;}
	.star-box-info .photos-star-items .item.child-3{z-index: 2;margin: 0 0 0 99px;}
	.star-box-info .photos-star-items .item.child-4{z-index: 3;margin: 0 0 0 150px;}
}
/* / Нам доверяют звёзды */

/* Награды и сертификаты */
.index-page-new-certificates {
	color: #333;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 35px 0;
}

.index-page-new-certificates .index-page-new-certificates-center {
	width: 1010px;
	padding: 0 15px;
	margin: 0 auto;
}
.index-page-new-certificates .index-page-new-certificates-title {
	font-size: 30px;
	color: #363636;
	font-weight: 700;
	margin: 0 0 26px 0px;
	line-height: 31px;
}
.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-stage {
	display: flex;
	justify-content: space-between;
}
.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-item {
	width: auto !important;
	margin: 0 auto;
	float: none;
}
.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .item {
	margin: 0 4px 0 0;
}
.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .item .certificates-slider-item {
	width: 192px;
	height: 264px;
	border: 1px solid #c9c9c9;
	background: #fff;
	padding: 20px;
	position: relative;
}
.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .item .certificates-slider-item .certificates-slider-item-img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: auto;
	max-height: 222px;
	max-width: 150px;
	margin: auto;
	object-fit: cover;
}
.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-nav {
	position: static;
	transform: none;
	-webkit-transform: none;
}
.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-nav.disabled {
	display: block;
}
.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-nav .owl-prev,.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-nav .owl-next {
	background: transparent url("/bitrix/templates/oknastar.ru/img/index-page-new/css/owl-index-slider-theme-nav-arrows-sprite.png") no-repeat 0 0;
	width: 12px;
	height: 18px;
	font-size: 0;
	border: none;
	float: none;
	margin: 0;
	position: absolute;
	left: -36px;
	top: 131px;
	margin-top: -9px;
}
.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-nav .owl-next {
	background-position: 0 -18px;
	right: -36px;
	left: auto;
}
.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-dots {
	margin: 55px 0 45px 0;
}
.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-dots .owl-dot {
	width: 13px;
	height: 13px;
	background: transparent url("/bitrix/templates/oknastar.ru/img/index-page-new/css/owl-index-slider-theme-dot-bullets-sprite.png") no-repeat 0 0;
	border: none;
	border-radius: 0;
	margin: 0 9px;
}
.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-dots .owl-dot.active {
	background-position: 0 -13px;
}
.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-stage-outer {
	padding: 0 0 25px 0;
}

@media (max-width: 1166px){
	.index-page-new-certificates .index-page-new-certificates-center {
		width: 100%;
		padding: 0 15px;
		margin: 0 auto;
	}

	.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .item {
		margin: 0;
	}

	.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-nav .owl-prev,    .index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-nav .owl-next {
		left: 0;
	}

	.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-nav .owl-next {
		right: 0;
		left: auto;
	}
}

@media (max-width: 1010px) {
	.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-nav .owl-prev,    .index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-nav .owl-next {
		left: 0;
	}

	.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-nav .owl-next {
		right: 0;
		left: auto;
	}
}

@media (max-width: 700px) {
	.index-page-new-certificates .index-page-new-certificates-title {
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 32px 0;
		text-align: center;
	}

	.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-nav.disabled {
		display: none;
	}

	.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-dots {
		margin: 5px 0 30px 0;
	}
}

@media (max-width: 449px) {
	.index-page-new-certificates {
		padding: 30px 0 10px 0;
		margin: 0 0 50px 0;
	}

	.index-page-new-certificates .index-page-new-certificates-title {
		margin: 0 0 24px 0;
	}

	.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .item {
		margin: 0;
	}
	.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .item .certificates-slider-item {
		width: 180px;
		padding: 0;
	}
	.index-page-new-certificates .index-page-new-certificates-slider .owl-carousel.owl-index-certificates-slider-theme .owl-dots {
		margin: 5px 0 30px 0;
	}
}

@media(max-width: 600px) {
	.container_same_width .index-page-new-certificates {
		margin-bottom: 0  !important;
	}
}
/* / Награды и сертификаты */

/* Каталог -> Детальная страница товара -> Текстовый блок (разделение на 2 колонки) */
@media (max-width: 991px) {
	.catalog-detail__info {
		padding: 0 42px;
	}

	.catalog-detail__info-cols {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 30px;
	}

	.catalog-detail__info-cols-left {
		width: 62%;
		border-right: 1px solid #ececec;
	}

	.catalog-detail__info-cols-right {
		width: 38%;
	}
}

@media only screen and (max-width: 980px) {
	.catalog-detail.row .item-text {
		margin-left: 0;
	}
}

@media (max-width: 640px) {
	.catalog-detail__info {
		padding: 0 22px;
	}

	.catalog-detail__info-cols {
		flex-direction: column;
	}

	.catalog-detail__info-cols-left {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #ececec;
	}
}

/* / Каталог -> Детальная страница товара -> Текстовый блок (разделение на 2 колонки) */

/* Каталог -> Детальная страница товара -> Информация о доставке */
.catalog-detail__delivery {
	margin-top: 25px;
	padding-top: 24px;
	padding-bottom: 38px;

	border-top: 1px solid #ECECEC;
	width: calc(100% - 60px);
}

.catalog-detail-delivery {

}

.catalog-detail-delivery__inner {

}

.catalog-detail-delivery__cols {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 18px;
}

.catalog-detail-delivery__cols-left {
}

.catalog-detail-delivery__cols-right {
	width: 100%;
}

.catalog-detail-delivery__icon {
	width: 42px;
	height: 42px;

	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url('/bitrix/templates/shop/i/catalog-detail-page/truck.svg');
	background-size: cover;
}

.catalog-detail-delivery__title-wrapper {
	margin: 0 0 9px 0;
}

.catalog-detail-delivery__title {
	font-size: 13px;
	font-weight: 700;
	line-height: normal;
}

.catalog-detail-delivery__prices {

}

.catalog-detail-delivery__prices-items {

}

.catalog-detail-delivery__prices-item {
	border-top: 1px solid #C3C3C3;
	padding: 7px 0;
}

.catalog-detail-delivery__prices-item--is-first {
	border-top: none;
}

.catalog-detail-delivery__prices-item-cols {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 10px;
}

.catalog-detail-delivery__prices-item-cols-left {
	min-width: 80px;
}

.catalog-detail-delivery__prices-item-cols-right {
	text-align: right;
	min-width: 80px;
}

.catalog-detail-delivery__prices-item-name {
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
}

.catalog-detail-delivery__prices-item-value {
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
}


@media (max-width: 991px) {
	.catalog-detail__delivery {
		width: 100%;
		border-top: none;
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.catalog-detail-delivery__title-wrapper {
		margin: 0 0 5px 0;
	}

	.catalog-detail-delivery__prices-item-cols {
		flex-direction: column;
		gap: 6px;
	}

	.catalog-detail-delivery__prices-item-cols-left {
		min-width: auto;
	}

	.catalog-detail-delivery__prices-item-cols-right {
		min-width: auto;
		text-align: left;
	}

	.catalog-detail-delivery__prices-item {
		padding: 9px 0;
	}

}

@media (max-width: 640px) {
	.catalog-detail__delivery {
		padding-bottom: 23px;
	}

	.catalog-detail-delivery__cols-right {
		width: auto;
		min-width: 210px;
	}
}

/* Каталог -> Детальная страница товара -> Информация о доставке */


.shop-filter-types-check {
    transition: height 0.3s ease;
    overflow: hidden;
}
.shop-filter-types-check.shop-filter-types-toggle {
    position: relative;
}
.shop-filter-types-check.shop-filter-types-toggle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient(
        to bottom, 
        rgba(238, 238, 238, 0) 0%, 
        rgba(238, 238, 238, 0.8) 100%
    );
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.shop-filter-types-check.expanded::after {
    opacity: 0;
}
.shop-filter-types-toggle__button {
    display: flex;
    position: relative;
    padding: 0 14px 2px 0;
    color: #7D7D7D;
    font-size: 13px;
    line-height: 19px;
    border-bottom: 1px dashed;
    text-decoration: none;
    margin-top: 12px;
    margin-left: 10px;
    cursor: pointer;
    width: fit-content;
}
.shop-filter-types-toggle__button::after {
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    margin: -7px 0 0 4px;
    padding: 3px;
    content: "";
    border: solid #7D7D7D;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}
.shop-filter-types-toggle__button:hover {
    border-color: transparent;
}
.shop-filter-types-toggle__button.expanded::after {
    transform: rotate(-135deg);
    margin-top: -3px;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/menu/oknastar_multilevel/style.css?17412562115745 */
/* /bitrix/templates/shop/components/bitrix/form/popap_formRequest/bitrix/form.result.new/.default/style.css?15834814773597 */
/* /bitrix/templates/shop/components/sms/feedback/popup_blackDecember/style.css?1583481475841 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/oknastar_breagcrumb/style.css?1589458191587 */
/* /bitrix/templates/shop/components/bitrix/news.list/index_address_new/style.css?1583481477287 */
/* /bitrix/templates/shop/components/bitrix/menu/foot_3_menu/style.css?1583481475581 */
/* /bitrix/templates/shop/components/bitrix/menu/footer_menu_razdely/style.css?1583481475625 */
/* /bitrix/templates/shop/template_styles.css?175309989021125 */
