

/* Start:/local/templates/evklead/css/rem.css?175520869017157*/
.top-banner{
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 530px;
        padding: 0 !important;
        margin-top: -30px;
    }
    @media (max-width: 1399px){
        .top-banner{
            height: 330px;
        }
    }
    /*@media (max-width: 769px){
        .top-banner{
            height: 230px;
        }
    }
    @media (max-width: 560px){
        .top-banner{
            height: 130px;
        }
    }*/
     .breadcrumbs-links{
        padding: 0;
    }
    .breadcrumbs-links li{
        display: inline-block;
        padding-right: 5px;
    }
    .breadcrumbs-links li a{
        font-size: 14px;
        font-weight: 300;
        color: #191C21;
    }
    .breadcrumbs-links li a.breadcrumbs-links-active{
        color: #A8B1B7;
        position: relative;
    }
    /*.breadcrumbs-links li a.breadcrumbs-links-active:before{
        content: '—';
        padding-right: 7px;
    }*/
     h1{
        font-size: 48px;
        color: #191C21;
        font-weight: 700;
        line-height: 1;
        margin: 0;
        text-align: left;
    }
    @media (max-width: 1000px){
        h1{
            font-size: 56px;
        }
    }
.replace-glass:before{
    background-image:none !important;
}
.how-to-repair .btn{
    max-width: 280px;
    margin: 60px auto 0;
    padding: 0 30px;
    line-height: 48px;
    font-size: 18px;
}
    #sync1 .item {
        background: #ffffff;
        padding: 35px;
        margin: 5px;
        color: #FFF;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        text-align: left;
        display: flex;
        align-items: center;
    }

    #sync1 .item img{
        max-width: 305px;
		width: 100%;
        display: block;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    #sync1 .item span{
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        color: #000000;
        padding-left: 40px;
        padding-right: 140px;
    }
    #sync2 .item {
        padding: 10px 0px;
        margin: 5px 5px 30px;
        cursor: pointer;
    }
    #sync2 .item .number-step {
        font-size: 48px;
        font-weight: 900;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
        color: #D6DBDE;
        position: relative;
    }
    #sync2 .item .number-step:before{
        content: '';
        width: 215px;
        height: 4px;
        background: url(/assets/img/step-line.png);
        background-size: contain;
        position: absolute;
        left: 50px;
        bottom: 11px;
    }
    #sync2 .current .item .number-step {
        color: #CF2127;
    }

    #sync2 .item .number-step-descr{
        font-size: 18px;
        font-weight: 500;
        color: #191C21;
        display: block;
        padding-left: 50px;
    }
    #sync2 .current .item .number-step-descr{
        color: #CF2127;
    }

    .owl-theme .owl-nav {
      /*default owl-theme theme reset .disabled:hover links */
    }
    .owl-theme .owl-nav [class*='owl-'] {
        transition: all .3s ease;
    }
    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }

    #sync1.owl-theme {
        position: relative;
    }
    #sync1.owl-theme .owl-next, 
    #sync1.owl-theme .owl-prev {
        position: absolute;
        width: 55px;
        height: 55px;
        background: #a8b1b7;
        border-radius: 50%;
        top: 50%;
        margin-top: -27px;
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
    }
    #sync1.owl-theme .owl-next span, 
    #sync1.owl-theme .owl-prev span{
        display: none;
    }
    #sync1.owl-theme .owl-next:before{
        content: '';
        position: absolute;
        z-index: 2;
        width: 9px;
        height: 15px;
        -webkit-mask-image: url(/assets/img/arrow_right.svg);
        mask-image: url(/assets/img/arrow_right.svg);
        background-color: #ffffff;
        margin-top: -8px;
        margin-left: -2px;
    }
    #sync1.owl-theme .owl-prev:after{
        content: '';
        position: absolute;
        z-index: 2;
        width: 9px;
        height: 15px;
        -webkit-mask-image: url(/assets/img/arrow_left.svg);
        mask-image: url(/assets/img/arrow_left.svg);
        background-color: #ffffff;
        margin-top: -8px;
        margin-left: -7px;
    }
    #sync1.owl-theme .owl-prev {
        right: 95px;
    }
    #sync1.owl-theme .owl-next {
        right: 30px;
    }
    .faq-block input {
        position: absolute;
        opacity: 0;
        z-index: -1; 
    }
    .faq-block .tabs {
        overflow: hidden;

    }
    .faq-block .tab {
        width: 100%;
        overflow: hidden; 
        margin-bottom: 30px;
        border-radius: 5px 30px 30px 30px;
    }
    .faq-block .tab-label {
        display: flex;
        justify-content: space-between;
        padding: 25px;
        background: #ffffff;
        cursor: pointer;
        font-weight: 500;
        font-size: 22px;
        color: #CF2127;
    } 

    .faq-block .tab-label::after {
        content: "+";
        width: 1.5em;
        height: 1.5em;
        text-align: center;
        transition: all .35s; 
        font-size: 1.2em;
    }
    .faq-block .tab-content {
        max-height: 0;
        padding: 0 25px;
        color: #000000;
        font-size: 16px;
        background: white;
        transition: all .35s; 
    }
    .tab-close {
        display: flex;
        justify-content: flex-end;
        padding: 1em;
        font-size: 0.75em;
        background: #2c3e50;
        cursor: pointer; 
    }  
    .faq-block .tab-close:hover {
        background: #ffffff94; 
    }
    .faq-block input:checked + .tab-label {
        background: #ffffff; 
    }
    .faq-block input:checked + .tab-label::after {
        content: "–";
        color: #000000;
    }
    .faq-block input:checked ~ .tab-content {
      max-height: 100vh;
      padding: 20px 25px; 
    }
    .more-question{
        font-size: 18px;
        font-weight: 400;
        color: #000000;
        display: block;
        position: relative;
        float: right;
        padding-right: 60px;
        margin-top: 20px;
        cursor: pointer;
    }
    .more-question:after{
        width: 43px;
        height: 43px;
        background: #ffffff;
        border-radius: 50%;
        content: url(/assets/img/arrow.svg);
        text-align: center;
        display: block;
        box-sizing: border-box;
        padding-top: 8px;
        transition: all .5s;
        position: absolute;
        right: 0px;
        top: -6px;
    }
    .more-question.active:after{
        content: url(/assets/img/arrow.svg);
        transform: rotate(180deg);
    }
    .hidden-tabs{
        display: none;
    }
    @media only screen and (max-width: 960px){
        .faq-block .tab-label{
            font-size: 16px;
        }
        .faq-block .tab-content{
            font-size: 14px;
        }
        .more-question{
            font-size: 15px;
        }
        .more-question:after{
            padding-top: 13px;
            top: -13px;
        }
    }
    .how-to-repair .btn{
        max-width: 280px;
        margin: 60px auto 0;
    }
    #sync1 .item {
        background: #ffffff;
        padding: 24px 30px;
        margin: 5px;
        color: #FFF;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        text-align: left;
        display: flex;
        align-items: center;
    }

    #sync1 .item img{
        width: 100%;
        display: block;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    #sync1 .item span{
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        color: #000000;
        padding-left: 40px;
        padding-right: 150px;
        max-width: 880px;
    }
    #sync1 .owl-theme .owl-nav {
        margin: 0;
    }
    #sync2 .item {
        padding: 10px 0px;
        margin: 5px 5px 50px;
        cursor: pointer;
    }
    #sync2 .item .number-step {
        font-size: 48px;
        font-weight: 900;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
        color: #D6DBDE;
        position: relative;
    }
    #sync2 .item .number-step:before{
        content: '';
        width: 190px;
        height: 4px;
        background: url(/assets/img/step-line.png);
        background-size: contain;
        position: absolute;
        left: 50px;
        bottom: 11px;
    }
    #sync2 .current .item .number-step {
        color: #CF2127;
    }

    #sync2 .item .number-step-descr{
        font-size: 18px;
        font-weight: 500;
        color: #191C21;
        display: block;
        padding-left: 50px;
    }
    #sync2 .current .item .number-step-descr{
        color: #CF2127;
    }

    .owl-theme .owl-nav {
      /*default owl-theme theme reset .disabled:hover links */
    }
    .owl-theme .owl-nav [class*='owl-'] {
        transition: all .3s ease;
    }
    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }

    #sync1.owl-theme {
        position: relative;
    }
    #sync1.owl-theme .owl-next, 
    #sync1.owl-theme .owl-prev {
        position: absolute;
        width: 55px;
        height: 55px;
        background: #a8b1b7;
        border-radius: 50%;
        top: 50%;
        margin-top: -27px;
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
    }
    #sync1.owl-theme .owl-next span, 
    #sync1.owl-theme .owl-prev span{
        display: none;
    }
    #sync1.owl-theme .owl-next:before{
        content: '';
        position: absolute;
        z-index: 2;
        width: 9px;
        height: 15px;
        -webkit-mask-image: url(/assets/img/arrow_right.svg);
        mask-image: url(/assets/img/arrow_right.svg);
        background-color: #ffffff;
        margin-top: -8px;
        margin-left: -2px;
    }
    #sync1.owl-theme .owl-prev:after{
        content: '';
        position: absolute;
        z-index: 2;
        width: 9px;
        height: 15px;
        -webkit-mask-image: url(/assets/img/arrow_left.svg);
        mask-image: url(/assets/img/arrow_left.svg);
        background-color: #ffffff;
        margin-top: -8px;
        margin-left: -7px;
    }
    #sync1.owl-theme .owl-prev {
        right: 95px;
    }
    #sync1.owl-theme .owl-next {
        right: 30px;
    }
    #sync2 .item .number-step-descr,
    #sync2 .current .item .number-step-descr {
        font-size: 16px;
        line-height: 120%;
        margin: 8px 0 0;
        max-width: 290px;
        padding-left: 60px;
    }
    
    #sync2 .item .number-step:before {
        width: 200px;
        left: 60px;
    }
    #sync2 .owl-item:last-of-type .item .number-step:before {
        display: block;
    }
    
    @media (max-width: 1200px){
        #sync2 .item .number-step:before{
            width: 130px;
        }
        #sync2 .item .number-step-descr,
        #sync2 .current .item .number-step-descr{
            font-size: 13px;
        }
    }
    @media (max-width: 1199px){
        #sync2 .item .number-step{
            font-size: 38px;
        }
        #sync2 .item {
            margin-bottom: 20px;
        }
        #sync2 .item .number-step-descr,
        #sync2 .current .item .number-step-descr {
            padding-left: 0;
            font-size: 13px;
            line-height: 120%;
        }
        #sync2 .item .number-step:before{
            left: 45px;
            width: 90px;
        }
    }
    @media (max-width: 1023px){
        #sync1 .item span{
            font-size: 14px;
            padding-right: 0;
            padding-bottom: 65px;
            padding-left: 15px;
        }
        #sync1 .item{
            align-items: flex-start;
        }
        #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev{
            top: unset;
            bottom: 20px;
        }
    }
    @media (max-width: 767px){
        #sync2 .item{
            margin: 5px 5px 15px;
        }
        #sync2 .item .number-step {
            font-size: 25px;
        }
        #sync2 .item .number-step-descr,
        #sync2 .current .item .number-step-descr {
            padding-left: 20px;
        }
        #sync1 .item img{
            width: 48%;
        }
        #sync2 .item .number-step:before{
            left: 27px;
            bottom: 6px;
            width: 75px;
        }
        #sync1 .item img{
            width: 100%;
            max-width: 100%;
        }
        #sync1 .item span{
            padding: 10px 0 70px;
            font-size: 16px;
            line-height: 150%;
            display: block;
        }
        #sync1 .item{
            display: block;
        }
        #sync2 .item .number-step-descr,
        #sync2 .current .item .number-step-descr{
            padding-left: 0;
            opacity: 0;
            font-size: 14px;
        }
        #sync2 .item .number-step-descr br{
            display: none;
        }
        #sync2 .current .item .number-step-descr{
            opacity: 1;
        }
        #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
            right: 90px;
            margin: 0;
        }
        #sync1.owl-theme .owl-next {
            right: 25px;
            margin: 0;
        }
        #sync2 .current .item .number-step {
            font-size: 48px;
            line-height: 36px;
        }
        #sync2 .item .number-step:before {
            left: 54px;
            bottom: 1px;
            width: 200px;
        }
        #sync2 .current .item .number-step-descr {
            opacity: 1;
            padding-left: 54px;
            font-size: 16px;
            line-height: 120%;
            margin-top: 10px;
            max-width: none;
            margin-right: 10px;
        }
        .how-to-repair .btn {
            width: calc(100% - 20px);
            margin: 30px 10px 0 !important;
            max-width: none;
        }
    }
.reg-to-repair-wrapper{
        background: #ffffff;
        border-radius: 10px;
        padding: 55px 30px;
        column-gap: 40px;
        padding-left: 350px;
        position: relative;
		overflow: hidden;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    }
    .reg-to-repair-wrapper h4,.reg-to-repair-wrapper .h4{
        margin-bottom: 36px;
		color: #fff;
    }
    .reg-to-repair-wrapper form input.your-name,
    .reg-to-repair-wrapper form input.phone-numb{
        width: 265px;
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
        border: 1px solid #A8B1B7;
        padding: 0 25px;
        font-size: 16px;
        color: #565656;
        margin-right: 20px;
    }
    .reg-to-repair-wrapper form input.btn{
        width: 265px;
		background-color: #000;
    }
    .reg-to-repair-wrapper:before{
        content: '';
        width: 270px;
        height: 154px;        
		background-image: url(/assets/img/remont.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 50px;
        bottom: 0;
		top: 0;
		margin: auto;
        display: block;
		z-index: 2;
    }
	.reg-to-repair-wrapper::after {
	  content: '';
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  background-color: #CF2127;
	  top: 0;
	  right: -15%;
	  z-index: 1;
	  transform: skew(30deg);
	}
	.reg-to-repair-text, .reg-to-repair-wrapper form{
		position: relative;
		z-index: 2;
	}

    @media only screen and (max-width: 1399px){
        .reg-to-repair-wrapper form input.your-name, 
        .reg-to-repair-wrapper form input.phone-numb{
            width: unset;
            margin-bottom: 10px;
        }
        .reg-to-repair-wrapper form input.btn{
            width: unset;
        }
        /*.reg-to-repair-wrapper:before{
            bottom: 45px;
        }*/
    }
    @media only screen and (max-width: 768px){
        .reg-to-repair-wrapper{
            padding: 55px 20px !important;
        }
        .reg-to-repair-wrapper:before{
            display: none;
        }
        .reg-to-repair-wrapper{
            background-image: url(/assets/img/003-windscreen.png);
            background-position: 80% 80%;
            background-size: 180px 180px;
            background-repeat: no-repeat;
        }
        .faq-block .tab{
            margin-bottom: 10px;
        }
		.reg-to-repair-wrapper::after {
		  transform: none;
		  right: 0;
		}
		.reg-to-repair-wrapper .reg-to-repair-text .h4{
			font-size: 30px;
			margin-bottom: 20px;
		}
		.reg-to-repair-wrapper form {
		  display: flex;
		  flex-direction: column;
		}
		.reg-to-repair-wrapper form input.your-name, .reg-to-repair-wrapper form input.phone-numb {
		  margin-right: 0;
		}


    }
    
    .owl-item.active.center .example-item-description{
        display: none;
    }
    .owl-item.active.center .example-item-city{display: none;}

@media (max-width: 767px) {
    #content-reviews {
        margin-top: 0px !important;
    }
}

/* End */


/* Start:/local/templates/evklead/components/bitrix/catalog.section.list/sectionlist-buy-glass_zamena/style.css?17080356877795*/
/* line */
.catalog-page .model-choose {
    font-size: 14.5px !important;
    margin-bottom: 30px !important;
    line-height: unset !important;
}
.new-choose .catalog-page .model-choose__items {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    font-size: 14px !important;
}
.new-choose .catalog-page .model-choose__item {
    border-radius: 33px !important;
    border: 0.6px solid red !important;
    padding: 10px 40.5px !important;
    background: #fff !important;
    color: #CF2127 !important;
    display: flex !important;
    align-items: center !important;
    text-transform: capitalize !important;
}
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }
/* End */


/* Start:/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/style.css?16660061567138*/
body.catalog-page .catalog-glass .controls{
    max-width: 100%;
}
body.catalog-page .catalog-glass .items .item {
    width: 100%;
    margin-bottom: 30px;
}
.optionsBlock{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
}
.optionsBlock ._title{
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
    line-height: 30px;
    color: #191C21;

}
.optionsBlock ._optionsList{
    display: flex;
    flex-wrap: wrap;
}
.optionsBlock ._optionsList .el{
    margin-right: 10px;
}
.optionsBlock ._optionsList .el.active a{
    color: #111;
    background-color: #fff;
}

.optionsBlock ._optionsList .el a{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #A8B1B7;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid #A8B1B7;
    padding-top: 5px;
    padding-bottom: 5px;

}
.optionsBlock ._optionsList .el a.active{

}
.optionsBlock ._optionsList .el a:hover{

}
.items{

}
.items .item.item_v2{

}
.items .item.item_v2 .warr-wrap{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.items .item2Inner{
    display: flex;
    justify-content: space-between;
}

.items .item.item_v2 .itemImg{
    width: 25%;
    min-height: 180px;
}
.items .item.item_v2 .itemInner{
    width: 50%;
}
.items .item.item_v2 .itemPrice{
    width: 25%;
}
.items .item.item_v2 .itemPrice{
    width: 15%;
}
body.catalog-page .catalog-glass .items .item.item_v2 .itemPrice .row{
    flex-wrap: wrap;
}
body.catalog-page .catalog-glass .items .item.item_v2 .itemPrice .row .col{
    width: 100%;
}
.catalog-page .catalog-glass .items .item .row .col a.sunken{
    margin-top: 10px;
}
body.catalog-page .catalog-glass .items .item.agc .warr-wrap:before {
    left: 110px;
    top: -17px;
    transform: skew(75deg);
}
body.catalog-page .catalog-glass .items .item.agc .warr-rot {
    left: -59px;
    transform: rotate(-45deg);
}
body.catalog-page .catalog-glass .items .item.agc .warr span {
    transform: rotate(45deg);
}
body.catalog-page .catalog-glass .items .item.agc .warr .w1 {
    left: 55px;
    top: 32px;
}
body.catalog-page .catalog-glass .items .item.agc .warr .w2 {
    top: -6px;
    left: 18px;
}
body.catalog-page .catalog-glass .items .item.agc .warr .w3 {
    top: -32px;
    left: -20px;
}
._optionsBlockEL{

}
._optionsBlockEL ._title{
    font-size: 12px;
    line-height: 30px;
    /* identical to box height, or 250% */


    color: #A8B1B7;
}
._optionsBlockEL ._optionsBlockElInner{
    display: flex;
    flex-wrap: wrap;
}
._optionsBlockEL ._optionsBlockElInner .el{
    font-size: 12px;
    line-height: 20px;
    color: #191C21;
    padding: 10px;
    border-radius: 40px;
    border: 1px solid #A8B1B7;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.itemImg{
    position: relative;
    padding-top: 50px;
}
.itemImg  div {
    width: 100%;
    height: 100%;
}

.itemImg .frontGlass{

}

.itemImg .frontGlass .transparentColorGlass{
    background: url("/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/img/glass_transparent.png") no-repeat center 8px transparent;
}
.itemImg .sideGlass{
    background: url("/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/img/glass_side.png") no-repeat center 8px transparent;
}
.itemImg .sideGlass .molding{
    background: url("/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/img/glass_side_molding.png") no-repeat center 0 transparent;
}

.itemImg .backGlass{
    background: url("/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/img/glass_back.png") no-repeat center 8px transparent;
}
.itemImg .backGlass .molding{
    background: url("/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/img/glass_back_molding.png") no-repeat center 0 transparent;
}


.itemImg .frontGlass .greenColorGlass{
    background: url("/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/img/glass_green.png") no-repeat center 8px transparent;
}
.itemImg .frontGlass .greyColorGlass{
    background: url("/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/img/glass_transparent.png") no-repeat center 8px transparent;
}
.itemImg .frontGlass .blueColorGlass{
    background: url("/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/img/glass_blue.png") no-repeat center 8px transparent;
}
.itemImg .frontGlass .greySunProtect{
    background: url("/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/img/blinder_grey.png") no-repeat center 8px transparent;
}
.itemImg .frontGlass .blueSunProtect{
    background: url("/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/img/blinder_blue.png") no-repeat center 8px transparent;
}
.itemImg .frontGlass .greenSunProtect{
    background: url("/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/img/blinder_green.png") no-repeat center 8px transparent;
}
.itemImg .frontGlass .molding{
    background: url("/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/img/molding.png") no-repeat center 0 transparent;
}
.itemImg .icoCamera{
    background: url("/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/img/ico_camera.png") no-repeat center 0 transparent;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 48px;
    top: 22px;
}
.itemImg .icoDetectLight{
    background: url("/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/img/ico_sun.png") no-repeat center 0 transparent;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 138px;
    top: 16px;
}
.itemImg .icoNoize{
    background: url("/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/img/ico_noize.png") no-repeat center 0 transparent;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 225px;
    top: 22px;
}
.itemImg .icoHeating{
    background: url("/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/img/ico_heat.png") no-repeat center 0 transparent;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 138px;
    top: 76px;
}
.itemImg .icoAntenna{
    background: url("/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/img/ico_antena.png") no-repeat center 0 transparent;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 240px;
    top: 85px;
}
.itemImg .icoVin{
    background: url("/local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/img/ico_vin.png") no-repeat center 0 transparent;
    width: 36px;
    left: 35px;
    position: absolute;
    height: 26px;
    top: 90px;
}
.itemImg > div{
    position: relative;
}
.price_star_desc{
	color:#191c21;
	font-size:12px;
}
@media (max-width: 1024px) {
    .catalog-page .catalog-glass .controls .row {
        flex-wrap: wrap;
    }
    .items .item.item_v2 .itemImg {
        width: 100%;
        max-height: 150px;
    }
    .optionsBlock ._optionsList .el {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .items .item2Inner {
        flex-wrap: wrap;
    }
    .itemImg > div {
        margin: 0 auto;
        position: relative;
    }
    .items .item.item_v2 .itemInner {
         width: 100%;
     }
    .items .item.item_v2 .itemPrice {
        width: 100%;
    }
    .items .item.item_v2 .itemPrice .row .col{
        width: 50%!important;
    }
    .catalog-page .catalog-glass .items .item .row {
        flex-wrap: wrap;
    }
    .catalog-page .catalog-glass .items .item .row .col-1 {
        width: 50%;
    }
    .catalog-page .catalog-glass .items .item .row .col-2 {
        width: 50%;
    }
    .catalog-page .catalog-glass .items .itemInner .row-full .col {
        width: 50%!important;
    }
    ._optionsBlockEL ._optionsBlockElInner .el {
        margin-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .catalog-page .catalog-glass .controls .row>:last-child{
        margin: 0!important;
    }
}
/* End */
/* /local/templates/evklead/css/rem.css?175520869017157 */
/* /local/templates/evklead/components/bitrix/catalog.section.list/sectionlist-buy-glass_zamena/style.css?17080356877795 */
/* /local/templates/evklead/components/bitrix/news.list/catalog-slider-repair-glass/style.css?16660061567138 */
