/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 6 version
*/

.header-catalog__title svg {
	display: none;
}

.chBox:disabled + label {
	opacity: 0.6;
	text-decoration: line-through;
}

@media (max-width: 600px) {
	.header-catalog:after, .header-catalog:before {
		display: none !important;
	}

	.header-catalog__title:after, .header-catalog__title:before {
		display: none !important;
	}

	.header-catalog__title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 15px 35px !important;
	}

	.header-catalog__title svg {
		display: block;
		margin-right: 10px;
	}

	.header-catalog:hover svg path {
		fill: #ffffff;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
}

@media (max-width: 375px) {
	.header-catalog__title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 12px 0 !important;
	}
} 


.header__bottom-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	border-bottom: 1px solid #dbdbdb;
}

.header__botright {
	-webkit-box-pack: end !important;
	    -ms-flex-pack: end !important;
	        justify-content: flex-end !important;
}

.header-catalog__title:after {
	right: 60px !important; 
}

.header-catalog:after {
	right: 60px !important; 
}

.skvozban{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.header-bar__punct-address b {
	display: block;
	padding: 5px 0;
	font-weight: 700;
}

.header-bar__punct-address span {
	display: block;
}

.header-bottom-nav {
	width: 100%;
	margin-top: 20px;
}

.header-bottom-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: space-around;
	margin: 0 -15px;
}

.header-bottom-nav__list > li {
	height: 36px;
	margin: 0 15px;
}


.header-bottom-nav__list > li.-spacebefore {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: right;
}

.header-bottom-nav__list > li.burpol > a:hover{
   color: #8B0013 !important;
   text-decoration: none !important;
   background-color: #FFFFFF !important;
}

.header-bottom-nav__list > li.burpol > a{
   color: #FFFFFF !important; 
   background-color: #8B0013 !important;
   text-decoration: none !important;
   padding-left: 15px;
   padding-right: 15px;
}

.header-bottom-nav__list > li > a {
	display: inline-block;
	padding: 10px 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .1em;
	color: inherit;
	text-transform: uppercase;
	color: #212121;
	text-align: center;
	text-decoration: none;
	border-radius: 25px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.header-bottom-nav__list > li:nth-last-child(3) {
    margin-left: auto;
}

.header-bottom-nav__list > li > a:hover {
	color: #212121;
	/*background-color: #01c1c2;*/
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: underline;
}

.header-bar__schedule {
	text-align: left !important;
}

.clas_sale {
	padding: 15px 0;
	cursor: pointer;
}

.clas_sale label {
	color: #eb2214 !important;
}

.header__top {
	display: none;
}

.header-catalog {
	border: none !important;
}

/* Поиск */

.search_message span {
	color: #de0046;
}

.searRazdel {
	margin: 20px 0; 
}

.searRazdel ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.searRazdel ul > li {
	width: 20%;
	margin-bottom: 5px;
	padding: 10px 15px;
	text-align: center;
	cursor: pointer;

	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.searRazdel ul > li.actre {
	border-bottom-color: #01c1c2;
}

.searRazdel ul > li:last-child {
	margin-right: 0;
}

.catalog__title {
  padding-top: 2rem !important;
  margin-bottom: 0.6rem !important;
}

.topik_1 {
	padding-top: 0 !important;
}

input[type=checkbox]+label.dis_class, 
input[type=radio]+label.dis_class {
	opacity: 0.4;
	cursor: not-allowed !important;
}

.newLend {
	display: inline-block;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: .1em;
	text-decoration: none!important;
	text-transform: uppercase;
	padding: 20px 30px;
	border-radius: 100px;
	border-width: 0 0 4px 0;
	border-style: solid;
	-webkit-transition: background-color .5s,color .5s;
	-o-transition: background-color .5s,color .5s;
	transition: background-color .5s,color .5s;
	cursor: pointer;

	color: #fff;
    background-color: #ea1515;
    border-color: #c71212;
}

.newLend span {
	display: block;
	font-size: 20px;
	margin-top: 5px;
}

.newLend:hover {
	    background-color: #c71212;
}

@media (max-width: 575px) {
	.newLend {
		padding: 20px 15px;
    	font-size: 12px;
	}
}

@media (max-width: 1199px) {
   
    .skvozban{
        display: none;
    }

	.header-bar__contacts {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		/* margin-bottom: 20px; */
	}

	.header__topright {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

	.header__bottom-info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

	.header__main-row {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}

	.header-bottom-nav {
		display: none;
	}

	.searRazdel ul {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		overflow-x: auto;
	}

	.searRazdel ul > li {
		width: auto;
		float: left;
    display: block;
    text-align: left;
    -ms-flex-negative: 0;
        flex-shrink: 0;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.header-bar__contacts {
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {
	.header__bottom-info {
		padding: 10px 0;
	}
}

@media (min-width: 576px) and (max-width: 640px) {
	.header__top {
		display: block;
	}
}

@media (max-width: 640px) {

	.header-sign {
		margin-left: auto;
	}

	.header-bar__schedule {
		max-width: initial;
	}

	.header__bottom-info {
		-ms-flex-wrap: wrap-reverse;
		    flex-wrap: wrap-reverse;
	}

	.header__bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: reverse;
    	    -ms-flex-direction: column-reverse;
    	        flex-direction: column-reverse;
	}

	.header-bar {
		margin-right: auto;
	}

	.header__bottom-info {
		-ms-flex-wrap: wrap-reverse;
		    flex-wrap: wrap-reverse;
	}

	.header-bar__punct-address {
		display: none;
	}

	.header-bottom-nav {
		display: none;
	}

	.searRazdel ul {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		overflow-x: auto;
	}

	.searRazdel ul > li {
		width: auto;
		float: left;
    display: block;
    text-align: left;
    -ms-flex-negative: 0;
        flex-shrink: 0;
	}
}

.container-mobile {
	display: none;
}

@media (max-width: 450px) {
	header .container {
		display: none;
	}

	header .container-mobile {
		display: block;
	}

	.header__top--mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
	}

	.header-nav--mobile {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: 100%;
	}

	.header-list-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		margin-left: auto;
	}

	.header-sign--mobile {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		margin-right: 22px;
	}

	.header-logo--mobile {
		/* width: 40%; */
		margin-left: 15px;
	}

	.header-logo--mobile a {
		display: block;
		margin-right: 10px;
	}

	.header-logo--mobile img {
		width: 150px;
		display: block;
	}

	.header__phone-link {
		display: block;
		width: 25px;
		height: 25px;
		margin-right: 24px;
		padding: 0;
		background-color: transparent;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.header__phone-link img {
		max-width: 100%;
	}

	.header__phone-link svg {
		display: block;
		width: 25px;
		height: 24px;
		fill: #000;
	}
	.header-bar__cart {
		width: 30px;
		height: 25px;
		padding: 0 !important;
	}

	.header-bar__cart a {
		padding: 0 !important;
	}

	.header-bar__cart img {
		max-width: 100%;
		display: block;

	}
	.header-bar__cart svg {
	    display: block;
	    width: 30px;
	    height: 24px;
	    fill: #000;
	}

	.header-sign--mobile img {
		max-width: 100%;
	}

	.header-bar__cart a:before {
		display: none !important;
	}

	.header-sign--mobile svg {
		display: block;
		width: 24px;
		height: 24px;
		fill: #000;
	}

	.header-catalog {
		width: 50% !important;
		margin-bottom: 0 !important;
	}

	.header-catalog:after {
		display: none !important;
	}

	.header-catalog__title:after {
		display: none !important;
	}

	.header-bottom--mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-bottom: 20px;
	}

	.header-action {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		height: 25px;
		padding-right: 20px;

		font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .1em;
    color: #01c1c2;
    text-transform: uppercase;
    text-decoration: none;
	}

	.header-action img {
		max-width: 100%;
		margin-right: 20px;
	}

	.header__phone-box-content {
		display: none;
		position: absolute;
		top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    background: #ffffff;
    width: 95%;
    text-align: center;
    padding: 20px 40px;
    padding-top: 40px;
    border: 1px solid #01c1c2;
	}

	.header__phone-box-content a {
		display: block;
		margin-bottom: 5px;
		font-size: 16px;
		color: #000000;
		text-decoration: none;
	}

	.phone-box-content__close {
		position: absolute;
		top: 10px;
		right: 10px;

		display: block;
		width: 20px;
		height: 20px;
		padding: 0;
    border: none;
    background: transparent;
	}

	.phone-box-content__close img {
		max-width: 100%;
	}

	.header__phone-address {
		display: block;
		font-size: 12px;
		margin-bottom: 15px;
	}

	.header-search form input {
		min-width: 0 !important;
	}
}

@media (max-width: 370px) {
	.header-logo--mobile {
		margin-left: 10px;
	}
	.header-logo--mobile img {
		width: 130px;
	}
	.header__phone-link {
		margin-right: 10px;
	}
	.header-sign--mobile {
		margin-right: 8px;
	}
/* 	.header__phone-link svg {
		width: 25px;
		height: 20px;
	}
	.header-bar__cart svg {
		width: 30px;
		height: 23px;
	}
	.header-sign--mobile svg {
		width: 20px;
		height: 20px;
	}	 */
}