/************************* reset *************************/
html{
	height: 100%;
	margin: 0;
	padding: 0;width: 100%;
	background: #fff;
}
body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	line-height: 24px;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}
input, textarea, select, button {
	font-weight: 400;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: 0;
	outline: 0;
	background: none;
}
button {font-weight: 400;}
a:hover {text-decoration: none;}
ul li {list-style: none;}
/************************* common styles *************************/

.holder {
	max-width: 1170px;
    padding: 0 30px;
	margin: 0 auto;
	width: 100%;
}
.holder:after {
	display: block;
	content: '';
	clear: both;
}
header .holder {
	max-width: 1580px;
}
h1 {
	margin: 0 0 14px;
	color: #0373bf;
	font-size: 35px;
	font-weight: 400;
	line-height: 45px;
}
h2 {
	margin: 15px 0 20px;
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
}
h3 {
	margin: 15px 0 20px;
	font-size: 24px;
	line-height: 30px;
}
h4 {
	margin: 0 0 13px;
	font-size: 25px;
	line-height: 30px;
}
.red {color: #e61732;}
p {margin: 0 0 30px;}
p a, .article li a, .prod-repair-title a {
	color: #0b80d0;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
p a:hover, .article li a:hover, .prod-repair-title a:hover {
	color: #e61732;
	text-decoration: underline;
}
.center {text-align: center;}
.upper {text-transform: uppercase;}
.button-holder {text-align: center;}
.button {
    display: block;
    padding: 10px 10px 10px;
    width: 100%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: #298fd2;
	cursor: pointer;
}
.button:hover {
	background: #1a72ac;
}
.button-blue {
	position: relative;
	display: inline-block;
	padding: 8px 16px 8px;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	background: #0373bf;
	transition: all .3s linear;
}
.button-blue:hover {
	background: #0463a3;
}
.button-green {
	position: relative;
	display: inline-block;
	padding: 3px 15px 3px;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	background: #6cbe5d;
	transition: all .3s linear;
}
.button-green:hover {
	background: #5caa4d;
}
.button-light {
	position: relative;
	display: inline-block;
	padding: 5px 13px 3px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	background: #55a6de;
	transition: all .3s linear;
}
.button-light:hover {
	color: #0b80d0;
	background: #fff;
}
/************************* form-block *************************/
.input {
	display: block;
	width: 100%;
	height: 35px;
	padding: 0 8px;
	margin: 0 0 10px;
	color: #999999;
	font-size: 16px;
	background: #fff;
	border-radius: 3px;
}
.input:hover, .input:focus{
	padding: 0 8px;
}
.login-popup .input, .reg-popup .input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 0 15px;
	margin: 0 0 10px;
	color: #000;
	font-size: 14px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.login-popup .input:hover, .login-popup .input:focus, .reg-popup .input:hover, .reg-popup .input:focus {
	padding: 0 14px;
	border: 2px solid #298fd2;
}
.login-form .input, .reg-form .input {
	height: 38px;
	margin: 2px 0;
	border: 1px solid #ededed;
	border-radius: 3px;
}
.textarea {
	display: block;
	width: 100%;
	height: 96px;
	padding: 10px 8px;
	margin: 0 0 10px;
	color: #999999;
	font-size: 16px;
	resize: vertical;
	background: #fff;
	border-radius: 3px;
}
.submit {
	display: inline-block;
	width: 100%;
	height: unset;
	padding: 10px 25px 8px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	background: #0373bf;
	transition: all .3s linear;
}
.login-popup .submit, .reg-popup .submit {
	display: block;
	width: 100%;
	height: 41px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background: #1d79b5;
}
.submit[disabled] {
	cursor: not-allowed;
	background: #999;
}
.submit:hover {
	background: #0463a3;
}
.submit[disabled]:hover {
	background: #999;
}
.submit-green {
	background: #55db6e;
}
.submit-green:hover {
	background: #47c85f;
}
::-webkit-input-placeholder {color: #999999;}
:-moz-placeholder {color: #999999; opacity: 1;}
::-moz-placeholder {color: #999999; opacity: 1;}
:-ms-input-placeholder {color: #999999;}
.input.error, .textarea.error {
	color: rgb(255, 86, 71);
	background-color: rgb(255, 206, 202);
}
label.error {
	position: absolute;
	left: -9999px;
}
/************************* wrapper *************************/
#wrapper {
	position: relative;
	overflow: hidden;
}
.page {
	min-height: 100vh;
}
.header-phone-hidden{
	z-index: 150;
}
/*.login-form, .reg-form {*/
/*	float: none;*/
/*	width: auto;*/
/*	padding: 30px 0 30px;*/
/*	border-right: 0;*/
/*	border-bottom: 1px solid #e5e5e5;*/
/*}*/
.login-form .label, .login-form .label {
    margin: 0 0 6px;
    color: #999;
    font-size: 13px;
    line-height: 16px;
}
.login-form .input, .login-form .input {
    /*height: 34px;*/
    /*margin: 0 0 12px;*/
    /*border: 1px solid #ededed;*/
    /*border-radius: 3px;*/
	font-size: 14px;
}
/*.login-form .input:hover, .login-form .input:focus {*/
/*    border: 2px solid #298fd2;*/
/*}*/
.login-button .submit {
    /*float: left;*/
    /*width: 99px;*/
    /*height: 34px;*/
	font-size: 20px;
}
/*.login-cancel {*/
/*    float: left;*/
/*    padding: 7px 0 0 11px;*/
/*    font-size: 15px;*/
/*    line-height: 18px;*/
/*}*/
/*.login-cancel a {*/
/*    color: #3e77aa;*/
/*    text-decoration: none;*/
/*    -webkit-transition: all .3s linear;*/
/*    -moz-transition: all .3s linear;*/
/*    -o-transition: all .3s linear;*/
/*    transition: all .3s linear;*/
/*}*/
/*.login-cancel a:hover {color: #e01d24;}*/
/*.login-webs {*/
/*	position: relative;*/
/*	!*float: left;*!*/
/*	!*width: 49%;*!*/
/*	!*padding: 0 0 0 40px;*!*/
/*}*/
/*.login-webs {*/
/*	float: none;*/
/*	width: auto;*/
/*	padding: 25px 0 0;*/
/*}*/
/*.login-webs-divider {*/
/*    position: absolute;*/
/*    top: 58px;*/
/*    left: -19px;*/
/*    padding: 6px;*/
/*    color: #999999;*/
/*    font-size: 12px;*/
/*    line-height: 20px;*/
/*    background: #fff;*/
/*}*/
/*.login-webs-divider {*/
/*	position: absolute;*/
/*	top: -16px;*/
/*	left: 50%;*/
/*	margin: 0 0 0 -10px;*/
/*}*/
/*.login-popup-title {*/
/*	display: block;*/
/*	!*margin: 0 0 10px;*!*/
/*	padding: 0 0 10px;*/
/*	font-size: 24px;*/
/*	line-height: 28px;*/
/*	border-bottom: 1px solid #e5e5e5;*/
/*}*/
.login-size .fancybox-close {
	display: none;
}
.login-popup label.label{
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top:-7px;
	left: 10px;
	padding: 0 5px;
	background: #fff;
}
.login-popup .input-wrapper, .reg-popup .input-wrapper{
	position: relative;
}
.login-popup input:focus::placeholder{
	color: transparent;
}
.login-popup input:focus ~ label{
	visibility: visible;
	opacity: 100;
}
.login-webs-title {
    margin: 0 0 7px;
    color: #999999;
    font-size: 13px;
    line-height: 15px;
}
.login-webs-text {
    margin: 0 0 6px;
    color: #999999;
    font-size: 12px;
    line-height: 14px;
}
/*.login-reg {*/
/*    padding: 2px 0 0;*/
/*    font-size: 15px;*/
/*    line-height: 18px;*/
/*}*/
/*.login-reg a {*/
/*    display: block;*/
/*    height: 34px;*/
/*    color: #999999;*/
/*    font-size: 14px;*/
/*    font-weight: 700;*/
/*    line-height: 34px;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    background: #ededed;*/
/*    border-radius: 3px;*/
/*    -webkit-transition: all .3s linear;*/
/*    -moz-transition: all .3s linear;*/
/*    -o-transition: all .3s linear;*/
/*    transition: all .3s linear;*/
/*}*/
/*.login-reg a:hover {*/
/*    color: #fff;*/
/*    background: #298fd2;*/
/*}*/
.mob-nav-icon {
	display: none;
	position: absolute;
	top: 19px;
	left: 12px;
	padding: 0 0 6px;
}
.mob-nav-block {
    position: relative;
	display: block;
    width: 18px;
    height: 2px;
    margin: 5px 0 0;
	background: #0373bf;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.mob-nav-block:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
	width: 18px;
    height: 2px;
    background: #0373bf;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.mob-nav-block:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
	width: 18px;
    height: 2px;
    background: #0373bf;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.mob-nav-icon.active .mob-nav-block {
    background: none;
}
.mob-nav-icon.active .mob-nav-block:before {
    top: 0;
    transform: rotate(45deg);
	background: #000;
}
.mob-nav-icon.active .mob-nav-block:after {
    top: 0;
    transform: rotate(-45deg);
	background: #000;
}
.nav-close img {width: 17px;}
.nav-close {
	position: absolute;
	top: 10px;
	right: 15px;
	display: block;
	z-index: 100;
}
.search-autocomplete #header-autocomplete{
	z-index: 150;
}
.header-icon-margin{
	margin-left: 30px;
}
/*--------------------------------------------------*/
.m-icon1:before {background: url(/images/n-icon1.png) 50% 50% no-repeat;}
.m-icon2:before {background: url(/images/n-icon2.png) 50% 50% no-repeat;}
.m-icon3:before {background: url(/images/n-icon3.png) 50% 50% no-repeat;}
.m-icon4:before {background: url(/images/n-icon4.png) 50% 50% no-repeat;}
.m-icon5:before {background: url(/images/n-icon5.png) 50% 50% no-repeat;}
.m-icon6:before {background: url(/images/n-icon6.png) 50% 50% no-repeat;}
.m-icon7:before {background: url(/images/n-icon7.png) 50% 50% no-repeat;}
.m-icon8:before {background: url(/images/n-icon8.png) 50% 50% no-repeat;}
/************************* breadcrumbs *************************/
.breadcrumbs {
	padding: 30px 0 0;
}
.nav-top-line{
	display: flex;
	justify-content: left;
	align-items: baseline;
	flex-wrap: nowrap;
	flex-direction: row;
}

.breadcrumbs li {
	display: inline-block;
	margin: 0 7px 0 0;
}

.breadcrumbs li:first-child:before {display: none;}
.breadcrumbs a {
	color: #2c8dcc;
	text-decoration: none;
}
.breadcrumbs a:hover {text-decoration: underline;}
/************************* repair-block *************************/
.repair-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 13px;
}
.repair-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 74.25%;
	margin: 0 2.75% 0 0;
	padding: 30px 35px 35px;
	border-radius: 12px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
}
.repair-main-min {
	min-height: 153px;
	align-items: center;
}
.repair-main-min .repair-icon {
	width: 170px;
	margin: 0;
	min-width: 170px;
	padding: 0 0 0 20px;
	text-align: left;
}
.repair-main-min .repair-title {margin: 0;}
.repair-icon {
	margin: 0 30px 0 0;
	text-align: center;
}
.repair-icon .icon1 {width: 46px;}
.repair-icon .icon2 {width: 70px;}
.repair-icon .icon3 {width: 110px;}
.repair-icon .icon4 {width: 97px;}
.repair-icon .icon5 {width: 82px;}
.repair-icon .icon6 {width: 78px;}

.repair-icon .icon13, .repair-icon .icon14, .repair-icon .icon15,
.repair-icon .icon16, .repair-icon .icon17, .repair-icon .icon18,
.repair-icon .icon19, .repair-icon .icon20 {
	width: 78px;
}

.repair-content {
	flex: 1;
}
.repair-title {
	margin: -3px 0 20px;
	color: #000;
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
}
.repair-form-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.repair-form-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex: 1;
}
.select-brand {width: 39%;}
.select-model {width: 59.5%;}
.repair-form-button {
	margin: 0 0 0 8px;
}
.repair-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: relative;
	width: 23%;
	padding: 20px 10px 20px 70px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	text-decoration: none;
	background: #55db6e;
	border-radius: 12px;
}
.repair-button span {position: relative;}
.repair-button:before {
	position: absolute;
	left: 2px;
	bottom: 10px;
	display: block;
	content: '';
	width: 104px;
	height: 104px;
	background: url(/images/remont/cursor.svg) 50% 50% no-repeat;
	background-size:  72px 104px;
	opacity: 0.3;
}
/************************* repair-serv *************************/
.repair-serv-section {
	padding: 12px 0 0;
}
.repair-serv-title {
	margin: 0 0 17px;
	padding: 0 0 0 38px;
	font-size: 24px;
	line-height: 30px;
}
.repair-serv {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.repair-serv-block {
	width: 48.5%;
	padding: 21px 38px 28px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 23px 60px 0px rgba(0, 0, 0, 0.15);
}
.repair-serv-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 13px 40px 11px 10px;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	border-bottom: 1px solid #ededed;
	transition: all 0.2s linear;

}
.repair-serv-item:hover {background: #e7f4fd;}
.repair-serv-item:last-child {
	border-bottom: 0;
}
.repair-serv-item:before {
	position: absolute;
	top: 19px;
	right: 12px;
	display: block;
	content: '';
	width: 13px;
	height: 8px;
	background: url(/images/serv-arrow.svg) 100% 50% no-repeat;
	background-size: cover;
	transform: rotate(-90deg);
}
.repair-serv-2 .repair-serv-item,
.repair-serv-2 .repair-serv-item span {
	display: block;
}
.repair-serv-name {
	padding: 0 20px 0 0;
	transition: all 0.3s linear;
}
.repair-serv-item:hover:before {
	background-image: url(/images/serv-arrow-hover.svg);
}
.repair-serv-item:hover .repair-serv-name {color: #0373bf;}

/************************* category *************************/
.category {
	padding: 30px 0 50px;
}
.category-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0 10px;
}
.category-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 31.5%;
	margin: 0 0 2.75% 2.75%;
	padding: 26px 10px 30px 20px;
	color: #333;
	text-decoration: none;
	border-radius: 12px;
	border: 4px solid #fff;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.3s linear;
}
.category-item:nth-child(3n + 1){margin: 0 0 2.75%;}
.category-item:hover {
	color: #2c8ccb;
	border: 4px solid #2c8ccb;
}
.icon1 {width: 36px; height: 72px;}
.icon2 {width: 57px; height: 72px;}
.icon3 {width: 82px; height: 72px;}
.icon4 {width: 64px; height: 72px;}
.icon5 {width: 68px; height: 72px;}
.icon6 {width: 72px; height: 72px;}
.icon7, .icon8, .icon9, .icon10, .icon11, .icon12, .icon23,
.icon13, .icon14, .icon15, .icon16,
.icon17, .icon18, .icon19, .icon20,
.icon21, .icon22, .icon24, .icon25,
.icon26, .icon27, .icon28, .icon29  {
	width: 72px;
	height: 72px;
}
.icon30, .icon31 {
	width: 58px;
	height: 58px;
}
.icon32 {
	width: 48px;
	height: 48px;
}


.category-icon {
	width: 90px;
	min-width: 90px;
	margin: 0 15px 0 0;
	text-align: center;
}
.category-text {
	font-size: 20px;
	line-height: 24px;
}
.category-button {
	position: relative;
	display: block;
	padding: 13px 15px 15px;
	color: #2c8dcc;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
	border-radius: 12px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.3s linear;
}
.category-button:hover {
	color: #fff;
	background: #2c8ccb;
}
.category-min .category-item {
	display: block;
	width: 17.8%;
	margin: 0 0 2.75% 2.75%;
	padding: 28px 20px 16px;
	text-align: center;
}
.category-min .category-item:nth-child(3n + 1){margin: 0 0 2.75% 2.75%;}
.category-min .category-item:nth-child(5n + 1){margin: 0 0 2.75%;}
.category-min .category-icon {
	margin: 0 auto 5px;
}
.category-icon {
	display: block;
	height: 80px;
	line-height: 80px;
    margin: 0 0 5px;
    text-align: center;
}
.category-icon img {vertical-align: middle;}
.category-text {
	display: block;
	font-size: 16px;
    line-height: 20px;
}
.category-bottom {
	padding: 20px 0 40px;
}
/************************* how *************************/
.how {
	padding: 60px 0 70px;
	background: #f5f5f5;
}
.how-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.how-item {
	position: relative;
	width: 25%;
	padding: 0 10px;
	text-align: center;
}
.how-item:after {
	position: absolute;
	top: 69px;
	right: -51px;
	display: block;
	content: '';
	width: 102px;
	height: 3px;
	background: #ededed;
}
.how-item:last-child:after {display: none;}
.how-img {
	position: relative;
	width: 140px;
	height: 140px;
	margin: 0 auto 37px;
	line-height: 132px;
	text-align: center;
	background: #fafafa;
	border: 3px solid #ededed;
	border-radius: 50%;
}
.how-item:last-child .how-img {
	background: #0373bf;
	border: 3px solid #0373bf;
}
.how-img img {
	vertical-align: middle;
}
.h-icon1 {width: 66px;}
.h-icon2 {width: 65px;}
.h-icon3 {width: 70px;}
.h-icon4 {width: 66px;}
.how-num {
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin: 0 0 0 -17px;
	width: 33px;
	height: 33px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	background: #0373bf;
	border: 3px solid #fff;
	border-radius: 50%;
}
.how-text {
	max-width: 200px;
	margin: 0 auto;
	color: #999999;
	font-size: 22px;
	line-height: 26px;
}
/************************* stats *************************/
.stats {
	padding: 60px 0 74px;
}
.stats-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.stats-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 32%;
	margin: 0 0 0 2%;
}
.stats-item:nth-child(3n + 1){
	margin: 0;
}
.stats-icon {
	width: 66px;
	min-width: 66px;
}
.s-icon1 {width: 46px;}
.s-icon2 {width: 48px;}
.s-icon3 {width: 48px;}
.stats-content {
	flex: 1;
	padding: 4px 0 0;
}
.stats-num {
	margin: 0 0 10px;
	color: #0373bf;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
}
.stats-text {
	color: #999999;
	font-size: 21px;
	line-height: 24px;
}
/************************* info *************************/
.info {
	padding: 10px 0 0;
}
.info-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.info-left {
	position: relative;
	width: 48.5%;
	padding: 59px 50px 80px 0;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 57px;
	background: #0b80d0;
}
.info-right {
	position: relative;
	width: 51.5%;
	padding: 47px 0 60px 90px;
	color: #999999;
	font-size: 20px;
	line-height: 24px;
	background: #f5f5f5;
}
.info-left:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 300%;
	display: block;
	content: '';
	background: inherit;
	z-index: -1;
}
.info-right:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 300%;
	display: block;
	content: '';
	background: inherit;
	z-index: -1;
}
/************************* why *************************/
.why {
	padding: 60px 0 20px;
}
.why-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0 0;
}
.why-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 48%;
	margin: 0 0 45px 4%;
}
.why-item:nth-child(2n + 1){
	margin: 0 0 45px;
}
.why-icon {
	width: 68px;
	min-width: 68px;
	margin: 0 27px 0 0;
	text-align: center;
}
.w-icon1 {width: 63px;}
.w-icon2 {width: 63px;}
.w-icon3 {width: 63px;}
.w-icon4 {width: 63px;}
.w-icon5 {width: 67px;}
.w-icon6 {width: 67px;}
.w-icon7 {width: 63px;}
.w-icon8 {width: 63px;}
.w-icon9 {width: 68px;}
.w-icon10 {width: 68px;}
.why-content {
	flex: 1;
	padding: 4px 0 0;
}
.why-title {
	font-size: 20px;
	line-height: 24px;
}
.why-text {
	color: #999999;
	font-size: 16px;
	line-height: 19px;
}
/************************* order *************************/
.order {
	height: 202px;
	padding: 61px 0 40px;
	background: #0b80d0 url(/images/media/order-bg.jpg) 0 0 no-repeat;
}
.order-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 0 255px;
}
.order-info {
	width: 54%;
}
.order-title {
	color: #fff;
	font-size: 50px;
	line-height: 48px;
}
.order-text {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	opacity: 0.5;
}
.order-form {
	width: 43%;
	padding: 17px 0 0;
}
.order-form-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.order-form-line .input {
	flex: 1;
	margin: 0 10px 0 0;
}
.order-form-line .submit {
	width: 110px;
	padding: 10px 10px 8px;
}
/************************* delivery *************************/
.delivery {
	padding: 60px 0 20px;
}
/************************* secure *************************/
.secure {
	padding: 75px 0 60px;
}
.secure-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.secure-left {
	position: relative;
	width: 51.5%;
	padding: 29px 50px 24px 0;
	color: #999999;
	font-size: 20px;
	line-height: 24px;
	background: #f5f5f5;
}
.secure-min .secure-left {
	position: relative;
	width: 100%;
	padding: 29px 50px 24px 0;
	color: #999999;
	font-size: 20px;
	line-height: 24px;
	background: #f5f5f5;
}
.secure-right {
	position: relative;
	width: 48.5%;
	padding: 53px 0 64px 90px;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 57px;
	background: #55db6e;
}
.secure-left:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 300%;
	display: block;
	content: '';
	background: inherit;
	z-index: -1;
}
.secure-min .secure-left {
	width: 100%;
	padding: 29px 0 35px;
}
.secure-left:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 300%;
	display: block;
	content: '';
	background: inherit;
	z-index: -1;
}
.secure-right:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 300%;
	display: block;
	content: '';
	background: inherit;
	z-index: -1;
}
.secure-button {
	padding: 10px 0 0;
}
.secure-button .submit {
	width: auto;
}
.secure-min .secure-button a {
	color: #0b80d0;
	transition: all .3s linear;
}
.secure-min .secure-button a:hover {
	color: #fb3f4c;
	text-decoration: underline;
}
/************************* seo *************************/
.seo {
	margin: 75px 0 60px;
	position: relative;
	width: 100%;
	color: #999999;
	font-size: 16px;
	line-height: 24px;
	background: #f5f5f5;
	padding: 29px 0 35px;
}
.seo-block { }
.seo  .seo-button {
	padding: 10px 0 0;
}
.seo  .seo-button a {
	color: #0b80d0;
	transition: all .3s linear;
	text-decoration: none;
}
.seo  .seo-button a:hover {
	color: #fb3f4c;
	text-decoration: underline;
}
.seo  ul {
	padding: 0 0 0 30px;
}
.seo  li {
	list-style: disc;
}

.seo h3 {
	font-weight:normal;
	text-align:center;
}

/************************* review *************************/
.review {
	padding: 36px 0 35px;
	background: #0b80d0;
}
.review .review-title {
    margin: 0 0 36px;
    color: #fff;
	font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}
.review-empty {
    margin: 0 0 36px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}
.review-slider {
	margin: 0 -13px 70px;
	position: relative;
}
.review-slide {
	padding: 15px 13px;
	transition: all .3s linear;
}
.review-item {
	padding: 25px 30px 21px;
	height: 100%;
	background: #fff;
	border-radius: 5px;
}
.review-slide.glide__slide--active {
	padding: 0px 13px;
}
.review-author {
	margin: 0 0 16px;
	font-size: 20px;
	line-height: 24px;
}
.review-text {
	margin: 0 0 19px;
	color: #999999;
	font-size: 14px;
	line-height: 17px;
	max-height: 140px;
	overflow: auto;
}
.review-date {
	font-size: 14px;
	line-height: 17px;
}
.pop-up-for-page.remont .fancybox__content {
	max-width: 570px;
	max-height: unset;
	overflow: hidden;
	border-radius: 5px;
	padding: 15px 5px 15px 20px;
}
/*.glide__slides{*/
/*	align-items: center;*/
/*}*/
.glide__arrow{
	position: absolute;
	top: unset;
	bottom: -47px;
	left: 50%;
	z-index: 10;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	cursor: pointer;
	font-size: 0;
	opacity: 0.5;
	transition: all .3s linear;
}
.glide__arrow:hover {
	background: url(/images/arrow.svg) 0 0 no-repeat;
	opacity: 1;
}
.glide__arrow--left {
	margin-left: -35px;
	background: url(/images/arrow.svg) 0 0 no-repeat;
	background-size: cover;
}
.glide__arrow--right {
	margin-left: 15px;
	background: url(/images/arrow.svg) 0 0 no-repeat;
	background-size: cover;
	transform: rotate(180deg);
}
.review-slide.glide__slide{
	display: block;
	min-width: 65px;
	height: auto;
}
.review-button {
	text-align: center;
}

/************************* catalog *************************/
.catalog-line {
	padding: 46px 0 26px;
}
.catalog-scroll-block {
	position: relative;
	padding: 0 56px;
}
/************************* catalog-item *************************/
.catalog-slide {
	padding: 0 0 5px;
}
.catalog-item-box {
	position: relative;
	padding: 10px 6px 15px;
	border: 1px solid transparent;
	border-left: 1px solid #ededed;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.glide__slide--active .catalog-item-box {border-left: 1px solid transparent;}
.catalog-item-box:hover {
	border: 1px solid #ecf0f5;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.13);
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.13);
}
.catalog-img {
	height: 170px;
	line-height: 170px;
	text-align: center;
}
.catalog-img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.catalog-label {
	position: absolute;
	top: 13px;
	left: 50%;
	padding: 0 6px;
	margin: 0 0 0 -86px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}
.discount {background: #0097ff;}
.best-price {background: #f2bb4c;}
.bestseller {background: #f2bb4c;}
.product-ends {background: #ee534f;}
.action {background: #93e13e;}
.new {background: #47d6d0;}
.free-delivery {background: #d4c6ab;}
.catalog-label-gift {
	position: absolute;
	top: 40px;
	left: 50%;
	padding: 0 6px;
	margin: 0 0 0 -86px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	background: #ee534f;
}
.catalog-name {
	max-width: 200px;
	margin: 0 auto;
	padding: 15px 0 5px;
	font-size: 14px;
	line-height: 16px;
}
.catalog-name a {
	color: #3e77aa;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.catalog-item:hover .catalog-name a {color: #fb3f4c;}
.catalog-name a:hover {
	color: #fb3f4c;
	text-decoration: underline;
}
.catalog-bottom {
	max-width: 200px;
	margin: 0 auto 10px;
	overflow: hidden;
}
.catalog-price {
	float: left;
}
.catalog-price-new {
	color: #3a3d46;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
}
.catalog-price-old {
	color: #999999;
	font-size: 12px;
	line-height: 14px;
	text-decoration: line-through;
}
.catalog-button {
	float: right;
	width: 36px;
	height: 36px;
	padding: 9px 0 0;
	margin: 2px 0 0;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	background: #6cbe5d;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.catalog-button:hover {background: #5DA24E;}
.catalog-button img {
	margin: -3px;
	vertical-align: top;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.catalog-button:hover img {opacity: 0.5;}
.catalog-raiting-block {
	max-width: 200px;
	margin: 0 auto;
	padding: 9px 0 0;
	line-height: 13px;
	border-top: 1px solid #ededed;
}
.catalog-raiting {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.star {
	display: inline-block;
	vertical-align: top;
	width: 11px;
	height: 11px;
	margin: 0 2px 0 0;
	background: url(/images/star.svg) 0 0 no-repeat;
	background-size: cover;
}
.star.half {
	background: url(/images/star-full.svg) 0 0 no-repeat;
	background-size: cover;
}
.star.full {
	background: url(/images/star-full.svg) 0 0 no-repeat;
	background-size: cover;
}
.catalog-review {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 13px;
}
.catalog-review a {
	color: #bdbec0;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.catalog-review a:hover {
	color: #2c96da;
	text-decoration: underline;
}

/******************************* prod-repair **********************************/
.product .breadcrumbs {
	padding: 15px 0 0;
	margin: 0 0 15px;
}
.product h1 {
	margin: 0 0 10px;
	color: #333333;
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
}
.prod-repair {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 15px;
}
.prod-repair-photo {
	width: 280px;
	min-width: 280px;
	padding: 0 15px;
}
.prod-repair-photo img {max-width: 100%;}
.prod-repair-content {
	flex: 1;
}
.prod-repair-list {
	border-bottom: 1px solid #ededed;
	max-height: 450px;
	overflow-y: auto;
}
.prod-repair-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 10px;
	border-top: 1px solid #ededed;
}
.prod-repair-item:hover {background: #e7f4fd;}
.prod-repair-title {
	max-width: 40%;
	padding: 5px 0 5px;
	color: #3e77aa;
	font-size: 16px;
}
.prod-code {
	display: inline-block;
	vertical-align: top;
	padding: 2px 10px 2px;
	margin: 0 0 20px;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	background: #fbf7b2;
	border-radius: 3px;
}
.prod-code span {
	color: #999;
	font-size: 12px;
	font-weight: 500;
}
.prod-repair-all {
	margin: 0 0 0 auto;
	max-width: 300px;
}
.prod-repair-all.prod-repair-all-model{
	margin: 10px;
	max-width: unset;
}
.prod-repair-all-part {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	padding: 14px 0;

}
.prod-repair-all-part-model .prod-repair-button .button-green{
	padding:10px 20px;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	font-weight: 700;

}
.prod-repair-all-part.prod-repair-all-part-model{
	border-top: 1px solid #ededed;
	position: relative;
	justify-content: space-between;
}
.prod-repair_quality{
	position: absolute;
	top: -12px;
	background: #fff;
	font-size: 16px;
	color: #6cbe5d;
	margin: 0 5px;
	padding: 0 2px;
	left: 0;
	font-weight: 700;
}
.prod-repair_quality > b {
	color: #6cbe5d;
}
.prod-repair-all-part-model .prod-repair-text b{
	margin-left: 15px;
	font-size: 24px;
}
.prod-repair-text {
	padding: 0 15px 0 0;
	color: #999999;
}
.prod-repair-text b {
	padding: 0 0 0 5px;
	color: #333333;
	font-size: 18px;
}
.prod-repair-button .button {
	padding: 3px 15px 3px;
	font-size: 16px;
}
.prod-repair-note {
	padding: 5px 0 0;
	color: #999999;
}
.shop-adress {
	width: 270px;
	margin: 0 0 0 40px;
	padding: 0 0 30px;
}
.prod-content-side-item {
	color: #646464;
	font-size: 13px;
	line-height: 14px;
}
.prod-content-side-title {
	margin: 0 0 2px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

@media screen and (max-width: 1280px) {
	.header-icon-margin{
		margin-left: 5px;
	}
}
@media screen and (max-width: 1023px) {
	.repair-breadcrumbs .breadcrumbs {display: none;}
	.prod-repair {
		display: block;
		margin: 0 0 15px;
	}
	.prod-repair-photo {
		width: auto;
		min-width: 1px;
		padding: 0 0 30px;
		text-align: center;
	}
	.header-icon-margin{
		margin-left: 30px;
	}
	.prod-repair-photo img {max-height: 300px;}
	.shop-adress {
		width: auto;
		margin: 0;
		padding: 40px 0 0;
	}
}
@media screen and (max-width: 767px) {
	.product h1 {
		max-width: none;
		margin: 0 0 10px;
		font-size: 24px;
		line-height: 29px;
	}
	.prod-repair-title {
		max-width: none;
		padding: 5px 0 0;
	}
	.prod-repair-all {
		max-width: none;
	}
}
@media screen and (max-width: 800px) {
	.header-icon-margin{
		margin-left: 5px;
	}
	.header-search--active .header-search-container{
		margin-left: 0px;
	}
	.header_user_panel_wrapper{
		margin-right: 0;
	}
}
/************************* prod-about *************************/
.prod-about:hover {
	display: block;
	content: '';
	clear: both;
}
.prod-about h2 {
	font-size: 27px;
	line-height: 30px;
}
.prod-about-big {
	float: left;
	width: 100%;
}
.prod-about-side {
	float: right;
	width: 254px;
	margin: 0 0 0 -254px;
}
.prod-nav {
	margin: 0 0 27px;
	border-bottom: 1px solid #ededed;
}
.prod-nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 700px;
	margin: 0 0 -1px;
}
.prod-nav-list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 9px 8px;
	margin: 0 30px 0 0;
	font-size: 16px;
	border-bottom: 3px solid transparent;
}
.prod-nav-list li.active {
	border-bottom: 3px solid #298fd2;
}
.prod-nav-list a {
	color: #666666;
	text-decoration: none;
}
.prod-nav-list .active a {
	color: #333;
	font-weight: 700;
}
.prod-nav-list a .grey {color: #c5c5c5;}
/************************* prod-article *************************/
.prod-article {
	margin: 0 0 35px;
	padding: 0 0 1px;
	font-size: 14px;
}
.prod-article h2 {text-align: left;}
.prod-article-hidden {
	position: relative;
	display: none;
}
.prod-article .blue-link {
	margin: -10px 0 24px;
}
.prod-article ul {
	padding-inline-start: 40px;
}
.prod-article li {
	list-style: disc;
}
.blue-link {
	font-size: 13px;
	line-height: 20px;
}
.blue-link a {
	color: #3e77aa;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.blue-link a:hover {
	color: #fb3f4c;
	text-decoration: underline;
}
/************************* prod-property *************************/
.prod-property {
	margin: 0 0 40px;
}
.prod-property-list {
	padding: 0 0 1px;
	margin: 0 0 5px -10px;
	font-size: 14px;
	line-height: 24px;
}
.prod-property-list li {
	padding: 5px 0 5px 10px;
}
.prod-property-list li:hover {background: #e7f4fd;}
.prod-property-left {
	display: inline-block;
	vertical-align: top;
	width: 34%;
	padding: 0 24px 0 0;
	color: #999999;
}
.prod-property-right {
	display: inline-block;
	vertical-align: top;
	width: 64%;
}
/************************* prod-review *************************/
.prod-review-title {
	margin: 0 0 24px;
}
.prod-review-title:after {
	display: block;
	content: '';
	clear: both;
}
.prod-review-title-text {
	float: left;
	font-size: 21px;
	line-height: 27px;
}
.prod-review-title-button {
	float: right;
	width: 132px;
}
.prod-review-list {
	padding: 0 0 1px;
	margin: 0 0 20px;
}
.prod-review-item {
	padding: 0 0 18px;
	margin: 0 0 20px;
	border-bottom: 1px solid #e3e3e3;
}
.prod-review-top {
	overflow: hidden;
}
.prod-review-name {
	float: left;
	margin: 0 14px 0 0;
	color: #000;
	font-size: 15px;
	font-weight: 500;
}
.prod-review-top .catalog-raiting {
	float: left;
	padding: 6px 0 0;
}
.prod-review-date {
	float: right;
	color: #a3a3a3;
	font-size: 12px;
}
.prod-review-text {
	margin: 0 0 11px;
	line-height: 22px;
}
.prod-review-item .blue-link {
	margin: -11px 0 10px;
}
.prod-review-bottom {
	color: #3e77aa;
	font-size: 13px;
	line-height: 14px;
}
.prod-review-bottom a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}
.prod-review-bottom a:hover {text-decoration: underline;}
.prod-review-answer {
	margin: 0 7px 0 0;
	color: #62a0e6;
}
.review-answer-block {
	padding: 20px 0 0 65px;
}
.review-answer-block .prod-review-item:last-child {
	padding: 0;
	margin: 0;
	border-bottom: 0;
}
.prod-review-page .prod-review-list {margin: 0;}
.prod-review-page .pagination {margin: 0 0 18px;}
.prod-review-title-right {
	float: right;
	padding: 2px 0 0;
}
.prod-review-title-right .button {
	float: left;
	width: auto;
	margin: 0 0 0 10px;
}
.prod-review-sorting {
	float: left;
}
.prod-review-sorting-text {
	float: left;
	margin: 6px 10px 0 0;
	color: #999999;
}
.prod-review-sorting .select-block {
	float: left;
	width: 132px;
}
.prod-review-title-right .button {padding: 5px 10px;}

#up {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 500;
	opacity: 0;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	background: #298fd2;
	border-radius: 50%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#up img {
	width: 18px;
	vertical-align: middle;
}
#up.fixed {opacity: 1;}
@media screen and (max-width: 1023px) {
	.prod-about-big {
		padding: 0;
	}
	.shop-adress {
		display: block;
		margin: 5px 10px;
		padding: 20px 0 10px;
	}
}
/************************* footer *************************/
.footer {
    padding: 40px 0 32px;
    background: #fafafa;
}
.footer-top:after {
    display: block;
    content: '';
    clear: both;
}
.footer h3 {
    margin: 0 0 13px;
    color: #999999;
	font-size: 16px;
}
.footer h2 {
	display: none;
}
.footer-column {
    float: left;
    width: 25%;
}
.footer-column-min {width: 22%;}
.footer-nav {
    color: #666666;
}
.footer-nav a {
    color: #3e77aa;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.footer-nav a:hover {
    color: #fb3f4c;
    text-decoration: underline;
}
.footer-contacts {
    float: left;
    width: 24%;
}
.footer-contacts-text {
    margin: 0 0 13px;
    color: #666;
    font-size: 13px;
}
.footer-webs {
    padding: 21px 0 0;
    font-size: 0;
}
.footer-web {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 5px 5px 0;
    line-height: 29px;
    text-align: center;
    text-decoration: none;
    background: #c8c8c8;
    border-radius: 3px;
}
.footer-web img {vertical-align: middle;}
.web1 img {width: 14px;}
.web2 img {width: 20px;}
.web3 img {width: 17px;}
.web4 img {width: 15px;}
.web1:hover {background: #4267b2;}
.web2:hover {background: #7024c4;
background: -moz-linear-gradient(top, #7024c4 0%, #c42a67 50%, #e09b3d 100%);
background: -webkit-linear-gradient(top, #7024c4 0%,#c42a67 50%,#e09b3d 100%);
background: linear-gradient(to bottom, #7024c4 0%,#c42a67 50%,#e09b3d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7024c4', endColorstr='#e09b3d',GradientType=0 );}
.web3:hover {background: #ff0000;}
.web4:hover {background: #4872a3;}
.footer-bottom {
    clear: both;
    padding: 7px 0 0;
}
.footer-copy {
    color: #cccccc;
    text-align: center;
}
.footer-mobile {
    overflow: hidden;
    display: none;
}
.footer-mobile li {
    float: left;
    width: 50%;
    margin: 0 0 11px;
    font-size: 14px;
}
.footer-mobile li:nth-child(2n + 1){clear: left;}
.footer-mobile a {
    color: #3e77aa;
    text-decoration: none;
}
.footer-langs {
    display: none;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}
.footer-langs span,
.footer-langs a {
    display: inline-block;
    padding: 0 11px;
    color: #3e77aa;
    text-decoration: none;
}
.footer-langs .active {
    color: #000;
    font-weight: 700;
}
.footer-langs span.uk {border-right: 1px solid #d2d2d2;}
.footer-langs span.ru {border-left: 1px solid #d2d2d2;}

/************************* popups *************************/
.popup {
	display: none;
	width: 470px;
	padding: 25px 30px 35px;
}
.popup-title {
	padding: 0 25px 20px 0;
	font-size: 26px;
    font-weight: 400;
    line-height: 30px;
	border-bottom: 1px solid #ededed;
}
.popup-serv {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0;
	border-bottom: 1px solid #ededed;
}
.popup-serv-name {
	max-width: 50%;
	padding: 0 15px 0 0;
	color: #3e77aa;
	font-size: 18px;
    line-height: 24px;
}
.popup-serv-all {
	max-width: 50%;
}
.popup-serv-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 5px 0;
}
.popup-serv-text {
	padding: 4px 0 0;
	color: #999999;
	font-size: 14px;
}
.popup-serv-price {
	padding: 2px 12px 0 16px;
	font-size: 18px;
	font-weight: 700;
}
.popup-note {
	padding: 8px 0 0;
	color: #999999;
	font-size: 14px;
	line-height: 17px;
}
.popup-form {
	padding: 20px 0 9px;
}
.popup-form-line .input {
    display: inline-block;
	vertical-align: top;
    margin: 0 10px 0 15px;
	width: 165px;
}
.popup-form-line .submit {
	 display: inline-block;
	vertical-align: top;
	width: 112px;
	height: unset;
}
.popup-form-text {
	display: inline-block;
	vertical-align: top;
	padding: 8px 0 0;
	color: #999999;
	font-size: 14px;
	line-height: 17px;
}
.popup .input,
.popup .textarea {
	border: 1px solid #cccccc;
}
.popup-text {
	padding: 28px 0 17px;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
.popup-form-item {
	max-width: 413px;
}
.popup-form-item:after {
	display: block;
	content: '';
	clear: both;
}
.popup-label {
	float: left;
	width: 113px;
	padding: 8px 10px 0 0;
	color: #999999;
	font-size: 14px;
	line-height: 17px;
	text-align: right;
}
.popup-form-content {
	margin: 0 0 0 125px;
}
.popup-form-item .phone.input {max-width: 200px;}
.popup-form-item .submit {max-width: 112px;}

/************************* media *************************/
@media screen and (max-width: 1140px) {
	.order {
		background: #0b80d0 url(/images/media/order-bg.jpg) -200px 0 no-repeat;
	}
	.order-block {
		padding: 0 0 0 155px;
	}
}
@media screen and (max-width: 1023px) {
	.nav-list-mob-section-header{
		text-align: left;
	}
	.nav-top-line .breadcrumbs{
		border: none;
	}
	.nav-top-line {
		padding: 0;
		border-bottom: 1px solid #ededed;
	}
	.nav-top-line .breadcrumbs{
		padding: 10px 0;
	}
	.lang_remont .mob_lang_show li {
		padding: 10px 10px 10px;
		width: 100px;
		text-align: center;
	}
	.mob_lang_show ul li:last-child {
		border-left: none;
		border-top: 1px solid #ededed;
	}
	.mob_lang {display: block;}
	.mob_lang_show{display: none;}
	.mob_lang {
		position: absolute;
		top: 17px;
		right: 20px;
		display: block;
		cursor: pointer;
	}
	.mob_lang_show a:hover,
	.mob_lang_show a:active,
	span.mob_lang {
		font-size: initial;
		color: #0373bf;
		font-weight: 500;
	}
	.mob_lang_show {
		display: none;
		position: absolute;
		top: 54px;
		right: 2px;
		background: #f9f9f9a6;
		border-radius: 5px;
	}
	.mob_lang_show ul {display: block;}
    .mob-nav-icon {display: block;}
	.mob-phone {display: block;}

	.info-left {
		padding: 59px 30px 60px 0;
		font-size: 30px;
		line-height: 36px;
	}
	.info-right {
		padding: 47px 0 50px 30px;
		font-size: 16px;
		line-height: 20px;
	}
	.secure-left {
		padding: 29px 30px 24px 0;
		font-size: 16px;
		line-height: 20px;
	}
	.secure-right {
		padding: 53px 0 64px 30px;
		font-size: 30px;
		line-height: 36px;
	}
	.holder {padding: 0 20px;}
	.how-item:after {
		right: -23px;
		width: 46px;
	}
    .footer-column {
        width: 50%;
        margin: 0 0 30px;
    }
    .footer-column-min {width: 50%;}
    .footer-bottom {padding: 12px 0 0;}
    #up {
        right: 20px;
        bottom: 20px;
	}
	.category-item {
		width: 48.5%;
		margin: 0 0 3% 3%;
	}
	.category-item:nth-child(3n + 1){margin: 0 0 3% 3%;}
	.category-item:nth-child(2n + 1){margin: 0 0 3%;}
	.category-min .category-item {
		width: 31.5%;
		margin: 0 0 2.75% 2.75%;
	}
	.category-min .category-item:nth-child(5n + 1){margin: 0 0 2.75% 2.75%;}
	.category-min .category-item:nth-child(3n + 1){margin: 0 0 2.75%;}
	.repair-main {
		padding: 30px 30px 30px;
	}
	.repair-button {
		padding: 20px 10px 20px 50px;
		font-size: 22px;
		line-height: 28px;
	}
	.repair-serv-block {
		width: 100%;
		margin: 0 0 10px;
	}
}
@media screen and (max-width: 960px) {
	.order {
		height: auto;
		padding: 30px 0 30px;
		background: #0b80d0;
	}
	.order-block {
		display: block;
		padding: 0;
		max-width: 400px;
		margin: 0 auto;
	}
	.order-info {
		width: 100%;
		text-align: center;
	}
	.order-form {
		width: 100%;
		padding: 17px 0 0;
	}
}
@media screen and (max-width: 860px) {
	.fancybox-wrap.pop-up-stores {width: 94% !important;}
	.fancybox-wrap.pop-up-stores .fancybox__slide{width: auto !important;}
}
@media screen and (max-width: 767px) {
	h1 {
		margin: 0 0 15px;
		font-size: 24px;
		line-height: 29px;
	}
	h2 {
		margin: 10px 0 30px;
		font-size: 24px;
		font-weight: 500;
		line-height: 30px;
		text-align: center;
	}
	h3 {
		margin: 10px 0 15px;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}
	.stats {
		padding: 37px 0 1px;
	}
	.stats-block {
		max-width: 360px;
		margin: 0 auto;
	}
	.stats-item {
		width: 100%;
		margin: 0 0 23px;
	}
	.stats-item:nth-child(3n + 1){
		margin: 0 0 23px;
	}
	.stats-icon {
		width: 90px;
		min-width: 90px;
		margin: 0 14px 0 0;
		text-align: center;
	}
	.stats-num {
		margin: 0;
		font-size: 30px;
		line-height: 24px;
	}
	.stats-text {
		font-size: 16px;
		line-height: 20px;
	}
	.how {padding: 33px 0 48px;}
	.how-block {
		display: block;
		max-width: 320px;
		margin: 0 auto;
	}
	.how-item {
		overflow: hidden;
		width: auto;
		padding: 0 0 7px;
		text-align: left;
	}
	.how-item:after {
		display: block;
		content: '';
		clear: both;
	}
	.how-img {
		position: relative;
		width: auto;
		height: auto;
		margin: 0;
		line-height: 20px;
		text-align: left;
		background: none;
		border: 0;
		border-radius: 0;
		float: left;
	}
	.how-item:last-child .how-img {
		background: none;
		border: 0;
	}
	.how-img img {display: none;}
	.how-num {
		position: static;
		margin: 0;
	}
	.how-text {
		max-width: none;
		margin: 5px 0 0 75px;
		font-size: 18px;
		line-height: 22px;
	}
	.info-block {display: block;}
	.info-left {
		width: auto;
		margin: 0 -15px;
		padding: 28px 15px 34px;
		font-size: 24px;
		line-height: 29px;
	}
	.info-right {
		width: auto;
		margin: 0 -15px;
		padding: 21px 15px 30px;
		font-size: 16px;
		line-height: 19px;
	}
	.info-left:before, .info-right:before {display: none;}
	.secure {
		display: none;
		padding: 0;
	}
	.secure-block {
		margin: 0 -15px;
	}
	.secure-left {
		width: 100%;
		order: 2;
		padding: 21px 15px 30px;
		font-size: 16px;
		line-height: 19px;
	}
	.secure-right {
		width: 100%;
		order: 1;
		padding: 28px 15px 34px;
		font-size: 24px;
		line-height: 29px;
	}
	.secure-left:before, .secure-right:before {display: none;}
	.order {
		padding: 20px 0 32px;
	}
	.order-title {
		font-size: 24px;
		line-height: 29px;
	}
	.order-text {
		font-size: 14px;
		line-height: 17px;
	}
	.delivery {
		padding: 40px 0 1px;
	}
	.why-title {
		font-size: 14px;
		line-height: 17px;
	}
	.why-text {
		font-size: 14px;
		line-height: 17px;
	}
	.why {display: none;}
	.why-block {padding: 0;}
	.why-item {
		width: 100%;
		margin: 0 0 25px;
	}
	.why-item:nth-child(2n + 1){
		margin: 0 0 25px;
	}
	.review .review-title {
		margin: 0 0 30px;
		font-size: 24px;
		font-weight: 500;
		line-height: 30px;
	}
	.seo {
		padding: 35px 0 45px;
		margin: 25px 0 35px;
	}
	.holder {padding: 0 15px;}
    .footer {padding: 25px 0 24px;}
    .footer-column {display: none;}
    .footer-column-min {
        float: none;
        display: block;
        width: auto;
        margin: 0;
    }
    .footer-column h4, .footer-column-min h3, .footer-nav {display: none;}
    .footer-bottom {padding: 12px 0 0;}
    .footer-mobile {display: block;}
    .footer-webs {
        padding: 11px 0 0;
        text-align: center;
    }
    .footer-web {margin: 0 3px 5px 2px;}
	.footer h2 {display: block;}
    #up.fixed {display: none;}
    .footer-langs {
        display: block;
        padding: 16px 0 0;
	}
	.footer h2 {text-align: center; margin: 0 auto 17px;}
	ul.footer-mobile{
		display: flex;
		flex-flow: column wrap;
		align-content: space-between;
		height: 145px;
	}
	ul.footer-mobile::before {
		content: "";
		flex-basis: 90%;
		width: 1px;
		order: 2;
		background: #d2d2d2;
	}
	.footer-mobile li:nth-child(2n + 1){order: 1; text-align: right; padding-right: 11px;}
	.footer-mobile li:nth-child(2n){order: 2; padding-left: 11px;}
	.category-item {
		width: 100%;
		margin: 0 0 10px;
		padding: 16px 10px 18px 10px;
	}
	.category-item:nth-child(3n + 1) {margin: 0 0 10px;}
	.category-item:nth-child(2n + 1) {margin: 0 0 10px;}
	.category-block.category-min .category-item {margin: 5px 5px;}
	.category-min .category-item {
		width: 31%;
		padding: 20px 10px 15px;
	}
	.phone-services-buttons .holder{padding-top:1px;}
	.category-text {
		font-size: 18px;
		line-height: 22px;
	}
	.category-icon {
		width: 80px;
		min-width: 80px;
		margin: 0 15px 0 0;
	}
	.category-bottom {display: none;}
	.repair-block {
		display: block;
		margin: 0;
	}
	.repair-main {
		display: block;
		position: relative;
		width: auto;
		padding: 0 0 25px;
		margin: 0;
		background: none;
		box-shadow: none;
		border-radius: 0;
	}
	.repair-icon {
		position: absolute;
		top: 0;
		left: 0;
		width: 54px;
		min-width: 54px;
	}
	.repair-icon .icon1 {
		width: 28px;
	}
	.repair-title {
		margin: 0 0 21px;
		padding: 9px 0 0 64px;
		font-size: 20px;
		line-height: 27px;
	}
	.repair-form-line {
		display: block;
		padding: 10px 15px;
	}
	.repair-form-content {display: block;}
	.select-brand, .select-model {
		width: 100%;
		margin: 0 0 10px;
	}
	.repair-form-button {
		margin: 0;
	}
	.repair-button {
		display: block;
		width: auto;
		padding: 10px 10px 10px;
		font-size: 22px;
		font-weight: 400;
		line-height: 28px;
		text-align: center;
	}
	.repair-button:before {display: none;}
	.repair-button br {display: none;}

	.repair-serv-section {
		padding: 25px 0 0;
	}
	.repair-serv-title {
		margin: 0 0 17px;
		padding: 0;
		font-size: 18px;
		line-height: 24px;
	}
	.repair-serv-block {
		padding: 11px 20px 18px;
	}
	.repair-serv-item, .repair-serv-item span {display: block;}
	.repair-serv-item {
		padding: 13px 20px 11px 0;
		font-size: 14px;
	}
	.repair-serv-item:before {
		right: 0px;
	}
	.repair-main-min {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		min-height: 1px;
		padding: 0 0 20px;
	}
	.repair-main-min .repair-icon {
		position: static;
		width: 64px;
		min-width: 1px;
		padding: 0;
		margin: 0 10px 0 0;
	}
	.repair-main-min .repair-title {
		margin: 0;
		padding: 0;
		font-size: 20px;
		line-height: 27px;
	}
	.repair-icon .icon1 {width: 28px;}
	.repair-icon .icon2 {width: 40px;}
	.repair-icon .icon3 {width: 64px;}
	.repair-icon .icon4 {width: 58px;}
	.repair-icon .icon5 {width: 50px;}
	.repair-icon .icon6 {width: 48px;}
	.repair-icon .icon7, .repair-icon .icon8, .repair-icon .icon9,
	.repair-icon .icon10, .repair-icon .icon11, .repair-icon .icon12 {
		width: 50px;
		height: 50px;
	}
	.repair-icon .icon13, .repair-icon .icon14, .repair-icon .icon15,
	.repair-icon .icon16, .repair-icon .icon17, .repair-icon .icon18,
	.repair-icon .icon19, .repair-icon .icon20 {
		width: 50px;
	}

	.popup {
		width: 360px;
		padding: 20px 15px 25px;
	}
	.popup-title {
		margin: 0;
		padding: 0 25px 20px 0;
		font-size: 18px;
		line-height: 22px;
	}
	.popup-serv-name {
		max-width: 100%;
		width: 100%;
		padding: 5px 0 0px;
	}
	.popup-serv-all {
		max-width: 100%;
		width: 100%;
	}
	.popup-form-text {
		display: block;
		padding: 0 0 10px;
	}
	.popup-text {
		padding: 18px 0 7px;
		font-size: 16px;
		line-height: 20px;
	}
	.category {
		padding: 5px 0 30px;
	}
}
@media screen and (max-width: 640px) {
	.login-form, .reg-form {
		float: none;
		width: auto;
		padding: 15px 0 25px;
		border-right: 0;
		border-bottom: 1px solid #e5e5e5;
	}
	.login-webs {
		float: none;
		width: auto;
		padding: 25px 0 0;
	}
	.login-webs-divider {
		position: absolute;
		top: -16px;
		left: 50%;
		margin: 0 0 0 -10px;
	}
	.fancybox-size .fancybox__slide {
		height: unset !important;
		width: auto !important;
	}
}
@media screen and (max-width: 560px) {
	.category-min .category-item {
		width: 46%;
		padding: 15px 16px 15px;
	}
	.fancybox-wrap.pop-up-stores {width: 92% !important;}

}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 479px) {
	.popup {
		width: 270px;
	}
	.popup-label {
		float: none;
		display: block;
		width: auto;
		padding: 0 0 5px;
		text-align: left;
	}
	.popup-form-content {
		margin: 0;
	}
	.popup-form-line .input {
		display: block;
		margin: 0 0 15px;
		width: 100%;
	}
}
@media screen and (max-width: 420px) {
	body {overflow-x: hidden;}
	.category-min .category-item {
		width: 99%;
		display: inline-flex;
	}
	.category-min .category-icon {
		margin: 0 18px 5px 0;
	}
	.category-min .category-item {
		text-align: left;
	}
}
@media screen and (max-width: 360px) {
	.category-button {
		font-size: 18px;
		line-height: 24px;
	}
	.fancybox-wrap.pop-up-stores {width: 90% !important;}
}
@media screen and (max-width: 280px) {
	.fancybox-wrap.pop-up-stores {width: 88% !important;}
}
.float-right {
	float: right;
}
@media screen and (min-width: 480px) {
	.float-right-desktop {
		float: right;
	}
}
.margin-vert {
	margin: 8px 0;
}

.collapsible .show-uncollapsed,
.collapsible.collapsed .show-collapsed {
	display: unset;
}
.collapsible.collapsed .show-uncollapsed,
.collapsible .show-collapsed {
	display: none;
}

.minimizable .show-maximized,
.minimizable.minimized .show-miminized {
	display: unset;
}
.minimizable.minimized .show-maximized,
.minimizable .show-miminized {
	display: none;
}
.minimizable.minimized .minimizable-content {
	max-height: 170px;
	overflow: hidden;
}

.pretty-scroll::-webkit-scrollbar {
	width: 10px;
}
.pretty-scroll::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 5px;
}
.pretty-scroll::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 5px;
}
.pretty-scroll::-webkit-scrollbar-thumb {
	background: #aaa;
	border-radius: 5px;
}

.repair-make-order, .show-message {
	cursor: pointer;
}

/************************* new seo combobox *************************/
.custom-combobox {
	display: inline-block;
	position: relative;
	width: 100%;
}
.custom-combobox .custom-combobox-input-group {
	width: 100%;
	border: #ccc solid 1px;
	border-radius: 3px;
	padding: 1px;
	box-sizing: border-box;
}
.custom-combobox .custom-combobox-input-group:focus-within {
	border: #aaa 1px solid;
}
.custom-combobox .custom-combobox-input-group input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	padding: 6px;
	font-size: 14px;
	border: none;
	background: #fcfcfc;
	color: #333;
}
.custom-combobox .custom-combobox-input-group input[type="text"]:focus{
	outline: none;
}.custom-combobox .custom-combobox-input-group input[type="text"]::placeholder {
	 color: #aaa;
 }
.custom-combobox .custom-combobox-dropdown {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 300;
	border: #ccc solid 1px;
	border-radius: 0 0 5px 5px;
	background: #fcfcfc;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-right: 2px;
	box-sizing: border-box;
	padding: 3px 0;
}
.custom-combobox .custom-combobox-dropdown::-webkit-scrollbar {
	width: 10px;
}
.custom-combobox .custom-combobox-dropdown::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 5px;
}
.custom-combobox .custom-combobox-dropdown::-webkit-scrollbar-thumb {
	background: #eee;
	border-radius: 1px;
}
.custom-combobox .custom-combobox-dropdown::-webkit-scrollbar-thumb {
	background: #aaa;
	border-radius: 5px;
}
.custom-combobox.active .custom-combobox-dropdown {
	display: block;
}
.custom-combobox .custom-combobox-dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.custom-combobox .custom-combobox-dropdown li {
	display: block;
}
.custom-combobox .custom-combobox-dropdown li>a,
.custom-combobox .custom-combobox-dropdown li>span {
	display: block;
	padding: 7px 15px;
	text-decoration: none;
	color: #333;
}
.custom-combobox .custom-combobox-dropdown li>a:hover,
.custom-combobox .custom-combobox-dropdown li.hover>a {
	background: #ddd;
}
.custom-combobox .custom-combobox-dropdown li.selected {
	background: #ddd;
}
.custom-combobox .custom-combobox-dropdown li.selected>a:hover {
	background: #ccc;
}
.custom-combobox .custom-combobox-dropdown li.selected>span::after,
.custom-combobox .custom-combobox-dropdown li.selected>a::after {
	content: "\2714";
	float: right;
}

section.phone-services-buttons {
	margin: -40px 0 40px;
}

/* Panels for services */
section.services {
    margin: -15px 0 50px;
}
.services-panel {
    margin: 15px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.services-panel .panel-header {
	position: relative;
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #ccc;
    background: linear-gradient(0, #efefef, #fafafa);
}
.services-panel .panel-header::before {
	position: absolute;
	top: 18px;
	right: 14px;
	display: block;
	content: '';
	width: 13px;
	height: 8px;
	background: url(/images/serv-arrow.svg) 100% 50% no-repeat;
	background-size: cover;
	transform: rotate(180deg);
}
.services-panel.collapsed .panel-header::before {
	transform: rotate(0deg);
}
.services-panel .panel-header h2 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    font-weight: unset;
    line-height: unset;
    text-align: left;
}
.services-panel.collapsed .panel-header {
    border-bottom: none;
}
.services-panel .panel-body {
    display: block;
    width: 100%;
    padding: 15px 15px 10px;
}
.services-list {
    display: block;
}
.services-list .services-list-item {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    width: 48%;
    text-decoration: none;
    color: #333;
}
.services-list .services-list-item:nth-child(even) {
    margin: 0 0 3px 0;
}
.services-list .services-list-item:nth-child(odd) {
    margin: 0 2% 3px 0;
}
.services-list .services-list-item:hover {
    background: #e7f4fd;
}
.services-list .services-list-item .item-name {
    display: block;
    float: none;
}
.services-list .services-list-item .item-price {
    display: block;
    float: none;
    font-weight: bold;
}
.services-list .services-list-item .item-name::before {
     position: absolute;
     top: 12px;
     right: 12px;
     display: block;
     content: '';
     width: 13px;
     height: 8px;
     background: url(/images/serv-arrow.svg) 100% 50% no-repeat;
     background-size: cover;
     transform: rotate(-90deg);
}
.services-list .services-list-item:hover .item-price::before {
    background-image: url(/images/serv-arrow-hover.svg);
}
@media screen and (max-width: 767px) {
    .services-list .services-list-item {
        margin: 0 0 3px 0;
        width: 100%;
    }
}

/* Start
    For rediscount message on site
    Для сообщения о переучете на сайте
*/

.notification-bar {
	position: fixed;
	display: flex;
	align-items: center;
	height: auto;
	min-height: 40px;
	width: 100%;
	top: 0;
	z-index: 140;
	background-color: #2c8dcc;
	color: white;
	padding: 0 5px;
	font-weight: 500;
}

.notification-bar div {
	display: inline-flex;
	align-items: center;
	max-width: 1530px;
	margin: 0 auto;
	width: 100%;
}

.notification-bar .inner-message {
	margin: 5px;
	font-size: 14px;
}
.notification-bar #close-warning {
	cursor: pointer;
}

.store-list {margin-bottom: 12px;}
.store-list li span.name-store{
	line-height: 17px;
	vertical-align: super;
	color: #3e77aa;
	font-weight: 400;
}
.store-list li span.map-url, .store-list li span.ytb-url {
	display: inline-block;
	/*margin:0 2px 0 0;*/
	width: 20px;
	height: 17px;
}
.store-list li span.map-url{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("/images/gmap-item-icon.svg");
}
.store-list li span.ytb-url{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("/images/youtube-item-icon.svg");
}
.store-list li span[data-href] {
	color: #3e77aa;
	cursor: pointer;
}
.store-list li span[data-href]:hover {
	color: #fb3f4c;
}
/* End */

