html {
	height: 100%;
}
body {
	position: relative;
	font: 14px/21px 'Roboto', Arial, san-serif;
	font-display: swap;
	color: #333;
	background: #fff;
	width: 100%;
	/*
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	*/
	flex-flow: column;
	opacity: 1;
	/* width: 100%; */
}
.fixwind {
	overflow: hidden;
}
.overflowscreen {
	overflow: hidden;
}
body .jGrowl {
	z-index: 99999;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.link {
	color: #d90029;
	cursor: pointer;
}

sup {
	vertical-align: 0.8em;
	font-size: 14px;
}

.hidden {
	display: none!important;
}
.bg-grey {
	background: #f7f5f5;
}
.bg-greymore {
	background: #eee;
}


@media screen and (min-width: 992px){
	.compensate-for-scrollbar{
		margin-right: 0!important;
		padding-right: 17px!important;
	}
}
@media screen and (max-width: 1210px){
	.hidden-lg{
		display: none;
	}
}
@media screen and (max-width: 991px){
	.hidden-md{
		display: none;
	}

}
@media screen and (max-width: 767px){
	.hidden-mob{
		display: none;
	}
	.hidden-sm{
		display: none;
	}
}
@media screen and (max-width: 575px){
	.hidden-sx-mob{
		display: none;
	}
}
.fancybox-content {
	padding: 0;
}
.byright {
	display: block;
	text-align: right;
}
.jGrowl {
	z-index: 999999;
}
select.error,
textarea.error,
input.error {
	background: #fee;
	border: 1px solid #f33!important;
}

.hefootcont {
	max-width: 1600px;
}
.nav-box {
	display: flex;
}
.nav-box .link-byleft{
	margin-right: 87px;
}

@media screen and (max-width: 1400px){
	.head-navigation {

	}
}
@media screen and (max-width: 1111px){
	.hefootcont{
		max-width: 960px;
	}
	.nav-box .link-byleft{
		margin-right: 60px;
	}
}
.top-padding75{
	padding-top: 75px;
}

/* dop clumn in 5 */

.col-4i8 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;

}
@media (min-width: 1380px){
	.col-xl-4i8 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 992px) {
	.col-lg-4i8 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 768px) {
	.col-md-4i8 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 576px) {
	.col-sm-4i8 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}


/**
		Кнопки
 */

.btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 9px 20px 9px 20px;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	color: #333;
	border: 1px solid transparent;
	background-color: #fff;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	min-width: 230px;
	z-index: 0;
	border-radius: 4px;
}
.btn .svg-icon {
	width: 13px;
	height: 13px;
	fill:#d90029;
	margin-right: 5px;
	/*
	margin: -6px 15px 0 0;
	position: absolute;
	top: 50%;
	right: 0px;*/
}
.btn:hover {
	text-decoration: none;
}
.btn-main{
	background-color: #d90029;
	color: #fff;
}
.btn-main:hover{
	color: #fff;
	background-color: #b30022;
}
.btn-main .svg-icon{
	fill: #fff;
}
.btn-main:hover .svg-icon{
	fill: #fff;
}
.btn-main-v1{
	border: 1px solid #d90029;
	color: #d90029;
}
.btn-main-v1:hover{
	background-color: #b70022;
	color: #fff;
}
.btn-main-v1:hover .svg-icon{
	fill: #fff;
}

.btn-second{
   background-color: #223d5a;
   background-color: #3174bb;
   color: #fff;
}
.btn-second:hover{
	color: #fff;
	background-color: #d90029;
}


.btn-white {
	border: 1px solid #DEDEDE;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	/* padding: 10px 25px; */
	text-transform: none;
}
.btn-white:hover{

}

.btn-white-v1 {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.btn-white-v1:hover{
	background-color: #d90029;
	border-color: #d90029;
}

.btn-green {
	border: 1px solid #11a511;
	color: #fff;
	background: transparent;
	background: #11a511;
	overflow: hidden;
}
.btn-yellow {
	border: 1px solid #ffe611;
	border-radius: 5px;
	color: #111;
	background: #ffe611;
	overflow: hidden;
}

.btn-grey-v1 {
	border: 1px solid #DEDEDE;
	color: #333;
	background: transparent;
	overflow: hidden;
}
.btn-grey-v1:after {
	content: '';
	display: block;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	width: 0;
	background: #676767;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	z-index: -1;
}
.btn-grey-v1:hover {
	border-color: #eee;
	color: #fff;
}
.btn-grey-v1:hover:after {
	width: 100%;
}

.btn-weed{
	width: 100%;
	max-width: inherit;
}
.btn-morehalf{
	width: 60%;
	max-width: inherit;
}

/*.btn:hover .svg-icon {
	opacity: 0.75;
}*/
.btn-small {
	font-size: 14px;
	padding: 8px 20px 8px 20px;
}
.btn-small-x {
	font-size: 13px;
	padding: 5px 15px 5px 15px;
}
.btn-big {
	font-size: 18px;
	padding: 10px 20px 10px 20px;
}
.btn-big .svg-icon {
	width: 20px;
	height: 18px;
}



/*
		регионы кнопок
*/

.btn-area {
	margin: 10px 0;
}
.btn-area-ct {
	text-align: center;
}
.btn-area-lf {
	text-align: left;
}
.btn-area-rt {
	text-align: right;
}
.btn-area .btn {
	margin-right: 25px;
}
.btn-area .btn:last-child {
	margin-right: 0px;
}
.btn-area-ct .btn {
	margin-right: 20px;
}
.btn-area-ct .btn:last-child {
	margin-right: 0px;
}
@media screen and (max-width: 480px){
	.btn {
		min-width: inherit;
	}
}
@media screen and (max-width: 575px){
	.btn {
		font-size: 15px;
		padding: 8px 17px 8px 17px;
	}
}


/*
 Иконки
 */

.svg-icon{
	color: #333;
	display: inline-block;
	vertical-align: middle;
	/*fill-rule: evenodd;*/
	fill-rule: nonzero;
	max-width: 24px;
	max-height: 24px;
}

/*
		FORMs
 */
/*
	forma
 */
.modalform.fancybox-content {
	max-width: 500px;
}
.modalform .title {
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	padding: 0px 00px 30px;
}

.modalform .title2 {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  padding: 0px 00px 30px;
}

.modalform select,
.modalform input[type="text"],
.modalform input.textfield,
.modalform textarea {
	padding: 12px 15px;
}
.modalform [name="fsvyaz"] {
	font-size: 14px;
}
.modalform .boxlabel{
	margin: 10px 10px;
}
.modalform .body .btn-area {
	text-align: center;
}
.fxsucsessf .fancy-title{
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
}
.fxsucsessf .fancy-body{
	text-align: center;
	font-size: 16px;
}

@media screen and (max-width: 575px){
	.modalform .title {
		font-size: 19px;
	}
	.modalform select,
	.modalform input[type="text"],
	.modalform input.textfield,
	.modalform textarea {
		padding: 7px 12px;
		font-size: 15px;
	}
	.modalform [name="fphone"] {
		margin-bottom: 15px;
	}
	.modalform.fancybox-content {
		padding: 32px 25px 45px;
	}
}
	/*

    .forma{
        box-shadow: 4px 4px 25px rgba(103, 103, 103, 0.25);
    }
    .forma .title {
        font-family: "Russo One",'Open Sans', Arial, san-serif;
        font-size: 24px;
        text-align: center;
        padding: 26px 20px;
        border-bottom: 1px solid #eee;
    }
    .forma .body {
        padding: 25px 45px 25px 40px;
    }
    .forma .bottom {
        border-top: 1px solid #eee;
        padding: 25px 45px 25px 40px;
    }
    .forma .bottom fieldset{
        margin-bottom: 0;
    }
    .forma .btn-area {
        padding: 15px 0 0;
    }
    .forma .btn-area .btn{
        width: 208px;
    }
    .forma .btn-area .svg-icon{
        !*margin: 0 0px 0 10px;*!
    }
    .forma .link {
        text-decoration: underline;
    }
    .forma .link:hover {
        text-decoration: none;
    }
    */
.forma-big-concult .body .btn-area{
	margin: 30px 0 10px;
}
.forma-big-concult .body .btn-area .btn{
	padding-left: 30px;
	padding-right: 30px;
}


select,
input[type="text"],
input.textfield,
textarea {
	border: 1px solid #f4f4f4;
	padding: 16px 30px;
	font-size: 16px;
	line-height: 24px;
	display: block;
	width: 100%;
	border-radius: 4px;
	font-family: "Roboto", san-serif;
	outline: none;
	-webkit-appearance: button;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../img/arrow-down.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	-webkit-appearance: none;
}
textarea:focus,input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
select:focus {
	border-color: #3c3c3c;
}
input::placeholder {
	color: #989898;
}
input:focus::placeholder {opacity: 0;transition: opacity 0.2s ease;}

fieldset {
	margin-bottom: 14px;
}
form .fline {
	margin-bottom: 5px;
}


.icheckbox input[type="radio"],
.icheckbox input[type="checkbox"] {
	position: absolute;
	visibility: hidden;
	top: 0;
}

.checking {
	display: inline-block;
	background: #fff;
	width: 16px;
	height: 16px;
	border: 1px solid #C8C8C8;
	position: relative;
	vertical-align: middle;
	margin-right: 11px;
	border-radius: 3px;
	flex: 0 0 auto;
}

.boxlabel {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin: 10px 30px;
	font-size: 15px;
}
.forma-big-concult .label {
	font-size: 15px;
	padding: 17px 10px 4px;
	display: block;
	/* font-weight: 500; */
	color: #111;
}
.forma-big-concult .boxlabel {
	align-items: normal;
}
.forma-big-concult .boxlabel .checking{
	top:3px;
}
.forma-big-concult .boxlabel i{
	font-style: italic;
}

input:checked+.boxlabel .checking:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	margin: 3px 0px 0 3px;
	background: #d90029;
	border-radius: 2px;
}

[type="radio"]+span .checking,.checking.radio {
	border-radius: 50%;
}

input[type="radio"]:checked+.boxlabel .checking:after,
input:checked+.boxlabel .checking.radio:after {
	border-radius: 50%;
}

input.checked +.boxlabel .checking:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	margin: 3px 0px 0 3px;
	background: #d90029;
	border-radius: 2px;
}

.error ~.outlabel,
input.error +.boxlabel {
	color: #d90029;
	padding: 3px 5px;
	border: 2px dashed #ff0000;
	margin: -3px 0;
	border-radius: 4px;
}

.bottom input.error +.boxlabel .checking {
	border-color: #f00;
}

.ichek-item+.ichek-item {
	margin-left: 30px;
}


@media screen and (max-width: 991px){
	input[type="text"],
	input.textfield,
	textarea {
		padding-left: 20px;
		padding-right: 20px;
	}
	.forma-big-concult select {
		padding: 15px 18px;
		padding-right: 29px;
		background-position: right 15px center;
	}
}
@media screen and (max-width: 767px){

	.forma-big-concult [name="fphone"] {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px){
	input[type="text"],
	input.textfield,
	textarea {
		padding-left: 12px;
		padding-right: 12px;
	}
	.forma-big-concult .body .btn-area {
		text-align: left;
	}
	.boxlabel{
		margin: 10px 10px;
	}


/*	.forma .title{
		padding: 20px 15px;
		font-size: 20px;
	}
	.forma .body{
		padding: 20px 15px 20px 15px;
	}
	.forma .label{
		padding-bottom: 3px;
	}
	.forma .bottom{
		padding: 20px 15px 20px 15px;
	}*/
}

/* *******************************
		Общие блоки.
*/


.block_padd {
	padding: 60px 0;
}
@media screen and (max-width: 575px){
	.block_padd {
		padding: 40px 0;
	}
}
	/*			Заголовки
     */
.mtitle {
	font-family: 'Roboto', Arial, san-serif;
	position: relative;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 43px;
	font-weight: 500;
	text-align: left;
	padding-bottom: 50px;
	/*padding-right: 6px;*/
}
.mtitle.mini {
	font-size: 24px;
	line-height: 30px;
}

.boxtitle.white .mtitle{
	color: #fff;
	text-shadow: 0px 0px 2px rgb(9 9 9 / 32%);
}
.mtitle.m0 {
	padding-bottom: 10px;
}

.boxtitle .descr {
	margin: 15px 0px 45px;
	font-size: 18px;
}

.ititle {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

@media screen and (max-width: 990px){
	.mtitle {
		font-size: 24px;
		line-height: 28px;
	}
}
@media screen and (max-width: 767px){
	.mtitle {
		font-size: 20px;
	}
	.mtitle br {
		display: none;
	}
}
@media screen and (max-width: 359px){
	.mtitle {
		font-size: 18px;
		line-height: 1.35;
	}
}


/*  header  */


.header-top {
	background-color: #fff;
	padding: 15px 0;
	z-index: 2;
}
.header-top .btn {
	min-width: inherit;
	font-size: 14px;
}

.header-middle .hr-menu{
	border-top: 1px solid #eeeeee;
}
.header-middle {
	width: 100%;
	background-color: #fff;
	z-index: 10;
	box-shadow: inset 0 -1px 0 #eeeeee;
}
@media screen and (max-width: 991px) {
	.header-middle {
		padding:20px 0;
	}

}

@media screen and (max-width: 767px) {
	.header-middle {
		padding:10px 0;
	}
}



.logotype {
	display: flex;
	/*height: 100%;*/
	align-items: center;
	position: relative;
	top: 8px;
}

.logotype img {
	height: auto;
	max-height: 60px;
	display: block;
	align-self: baseline;
}

.logotype .text {
	display: block;
	overflow: hidden;
	font-weight: bold;
	font-size: 19px;
}
.footer .logotype img{
	height: 50px;
	filter: grayscale(100) invert(1);
}

@media screen and (max-width: 991px) {
	.footer .logotype {
		justify-content:center;
	}
}

@media screen and (max-width: 767px) {
	.header-middle .logotype img {
		max-height:40px;
	}

	.header-top .logotype img {
		max-height: 50px;
	}
}

@media screen and (max-width: 359px) {
	.logotype .text {
		font-size:7.1vw;
	}
}


/* */
a.town-list {text-decoration: none;}
.town-list {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	cursor: pointer;

}
.town-list .tl-icon {
	stroke:#d90029;
}
.town-list .tl-name {
	color: #d90029;
	margin-left: 5px;
	border-bottom: 1px dashed #d90029;
}
.town-list:hover .tl-name {
	color: #b30020;
	border-bottom-color: transparent;
}

@media screen and (max-width: 400px) {
	.town-list .tl-name {
		font-size: 10px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 358px) {
	.town-list .tl-name {
		font-size: 8px;
		line-height: 1.2;
	}
}
@media screen and (max-width: 340px) {
	.town-list .tl-name {
		display: none;
	}
}
/*  menu */

.main-menu .nav {
	color: #333;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.main-menu .nav>li {
	position: relative;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}

.main-menu .nav>li a {
	display: inline-block;
	text-decoration: none;
	padding: 16px 20px 15px;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	-webkit-transition: color 200ms ease, background-color 200ms ease;
	-moz-transition: color 200ms ease, background-color 200ms ease;
	-ms-transition: color 200ms ease, background-color 200ms ease;
	-o-transition: color 200ms ease, background-color 200ms ease;
	transition: color 200ms ease, background-color 200ms ease;
}

.icon-topclose,.icon-topmenu {
	max-width: 22px;
	max-height: 18px;
}

.main-menu .nav .sub {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: -100px;
	z-index: 11;
	font-size: 14px;
	line-height: 1.5;
	width: 271px;
	padding: 10px 0 10px;
	font-weight: normal;
	background: #fff;
	box-shadow: 4px 4px 25px rgba(103, 103, 103, 0.25);
	/*border-radius: 8px;*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	/*overflow: hidden;*/
}
.main-menu .nav .parent-320 .sub {
	min-height: 320px;
}

.main-menu .nav li .sub li:not(:last-of-type) {
}

.main-menu .nav li .sub {
	pointer-events: none;
}

.main-menu .nav li .sub a {
	display: block;
	padding: 7px 20px;
	border-bottom: 0;
	text-transform: none;
}

.main-menu .nav li .sub li.active a,.main-menu .nav li .sub li a:hover {
}

.main-menu .nav li:hover > .sub {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.main-menu .nav li.more a.burger {
	display: flex;
	align-items: center;
}

.more a.burger:after {
	content: '';
	background: url("../img/burger.svg") 0 0 no-repeat;
	background-size: 20px 20px;
	display: inline-block;
	width: 20px;
	height: 21px;
	vertical-align: middle;
	margin-left: 10px;
}

.mm-spn.mm-spn--light.topame {
	background-color: #fff;
	box-shadow: 4px 4px 25px rgb(103 103 103 / 20%);
	border: 1px solid #ededed;
	-webkit-clip-path: none;
	clip-path: none;
}

.mm-spn.mm-spn--dark {
}

.mm-spn.mm-spn--dark.mm-spn--navbar:before,.mm-spn.mm-spn--dark li:before {
	color: #fff;
	opacity: 0.55;
}

.mm-spn.mm-spn--dark a:not(:last-child):after,.mm-spn.mm-spn--dark.mm-spn--navbar ul:before,.mm-spn.mm-spn--dark li:after {
	opacity: 0.25;
}

.mm-spn--dark.mm-spn.mm-spn--navbar.mm-spn--main:after {
	font-size: 20px;
	color: #fff;
	opacity: 1;
}

.main-menu >li + li {
	margin-left: 30px;
}

.nav  {
	font-size: calc(12px + ((16 - 12 ) * ((100vw - 320px) / (1920 - 320))));
	color: #FFFFFF;
}

.header-middle {
	box-shadow: none;
}

.nav > li > a {
	padding: 25px 15px 24px;
	/*color: #FFFFFF;*/
}

.nav  >li.active >a {
	/*background-color: #420E00;*/
	color: #d90029;
}

.nav  >li >a:hover {
	/*background-color: #420E00;*/
	color: #d90029;
}

.nav  .sub > li > a {
	color: #333;
}

.nav  .sub >li.active > a {
	color: #d90029;
}
.sub-two li > a:hover,
.nav .sub >li > a:hover {
	color: #d90029;
}


.open-weed > .sub-two {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 900px;
	height: 320px;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fff;
	border-left: 1px solid #EBF4FA;
	padding-top: 47px;
	-webkit-box-shadow: 8px 4px 16px rgba(0,0,0,.1);
	box-shadow: 8px 4px 16px rgba(0,0,0,.1);
}
.open-weed > .sub-two li {
	position: initial;
	display: block;
	background: #fff;
	margin: 0;
}
.nav:hover .open-weed > .sub-two{
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
}

.open-weed > .sub-two::before {
	content: attr(data-head-menu);
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 24px;
	color: #313539;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
}


@media screen and (max-width: 991px) {
	.mm-spn--dark.mm-spn.mm-spn--navbar:after {
		color:#FFFFFF;
	}

	.mm-spn.mm-spn--dark {
		background: #651500;
		font-size: 14px;
	}

	.nav li a,
	.nav .sub >li > a {
		color: #FFFFFF;
	}

	.nav .sub >li.active > a,
	.nav li.active > a,
	.nav li a:hover {
		color: #fff;
		background-color: #420E00;
	}

	.mm-spn.mm-spn--navbar:after {
		opacity: 0.9;
		color: #FFFFFF;
	}

	.mm-spn.mm-spn--dark.mm-spn--navbar:before,.mm-spn.mm-spn--dark li:before {
		color: #FFFFFF;
	}

	.mm-spn--dark.mm-spn.mm-spn--navbar.mm-spn--main:after {
		color: #FFFFFF;
	}

	.mm-spn a:not(:last-child):after {
		border-color: #420E00;
		filter: invert(1);
	}

	 .icon-topclose,
	 .icon-topmenu {
		fill: #333333;
	}
}



.panel-nav {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	border-left: 1px solid #eeeeee;
}

.panel-nav .item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 8px;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	-ms-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

.panel-nav .item .svg-icon {
	max-width: 20px;
	max-height: 20px;
}

.panel-nav .item~.item {
	margin-left: 22px;
}

.panel-nav .item .icon-cart {
	max-width: 32px;
	max-height: 32px;
}

.panel-nav .item .num {
	position: absolute;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	border-radius: 50%;
	bottom: 0;
	right: 0;
}

.panel-nav .item img {
	max-width: 50px;
	border-radius: 8px;
	display: block;
	border: 1px solid #eee;
	padding: 2px;
}

.panel-nav .item:hover .svg-icon {
	fill: #FFFFFF;
}

.panel-nav .item:hover {
	background: #d90029;
}

.panel-nav .item .num {
	color: #FFFFFF;
	background: #d90029;
}

@media screen and (max-width: 1111px) {
	.panel-nav .item~.item {
		margin-left:7px;
	}
}

@media screen and (max-width: 991px) {
	.panel-nav .item {
		width:44px;
		height: 44px;
	}
}

@media screen and (max-width: 575px) {
	.panel-nav .item {
		width:38px;
		height: 38px;
	}
}

.box-search-down {
	display: none;
	position: absolute;
	top: 100%;
	width: 490px;
	right: 0;
	margin-top: 10px;
	padding: 12px 20px;
	border-radius: 10px;
	z-index: 10;
	box-shadow: 1px 1px 10px #3333333d;
	background: #fff;
}
.box-search-down form {
	position: relative;
	display: flex;
}
.box-search-down .select-mini{
	width: 150px;
	margin-right: 20px;
	font-size: 14px;
	padding: 0 30px 0 15px;
	background-position: right 10px center;
}

.box-search-down .input {
	padding-right: 42px;
}

.box-search-down .btn-search .svg-icon {
	width: 14px;
	height: 14px;
}

.box-search-down .btn-search {
	border: none;
	background: none;
	padding: 3px 12px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0 6px 6px 0;
	cursor: pointer;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}



.box-search-down.focus {
	display: block;
}

.box-search-down.box-search-simple {
	display: block;
	position: relative;
	padding: 5px;
	margin: 0 auto 20px;
	box-shadow: none;
	width: 60%;
	min-width: 290px;
}

.mse2-row .search-link {
	font-size: 18px;
}

.mse2-row .spoller {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #333;
	padding: 3px 5px;
	background: #f0f0f0;
	border-radius: 4px;
	margin-left: 5px;
}

.mse2-row .spoller.tovar {
	background: #d18700;
	color: #fff;
}

.mse2-row .spoller.green {
	background: #069006;
	color: #fff;
}

.mse2-row {
	margin-bottom: 12px;
}
.panel-nav-search {
    position: relative;
}

@media screen and (max-width: 575px) {
	.box-search-down {
		width:280px;
		right: -20px;
	}
	.panel-nav-search .box-search-down {
	    right:-50px;
	}
	.panel-nav-search .box-search-down form{
		flex-flow: column;
	}
	.panel-nav-search .box-search-down .select-mini{
		width: auto;
		margin-right: 0px;
		margin-bottom: 10px;
		font-size: 14px;
		padding: 10px 30px 10px 15px;
		background-position: right 10px center;
	}
	.form-block-area-search {
		position: relative;
	}
}

@media screen and (max-width: 359px) {
	.box-search-down {
		right:-40px;
	}
	.panel-nav-search .box-search-down {
	    right:-65px;
	}
}


.box-search-down .btn-search .svg-icon {
	fill: #333;
}

.box-search-down .btn-search:hover {
	background-color: #d90029;
}

.box-search-down .btn-search:hover .svg-icon {
	fill: #fff;
}


/* slider */

.splide__list {
	position: relative;
}
.main_slider {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.main_slider .kp-background {
	position: relative;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	height: 580px;
}
.main_slider .backfon {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.main_slider .kp-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	margin: 0;
	z-index: 1;
	padding: 0 15px;
	color: #fff;
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 5px #00000057;
}
.main_slider .kp-box.align-left {
	text-align: left;
}
.main_slider .slider-box .container{
	position: relative;
	height: 100%;
}

.main_slider .kp-box .kp-title {
	font-size: 61px;
	font-weight: 600;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.main_slider .kp-box .kp-title span{
	display: block;
}
.main_slider .kp-box .kp-title2 {
	font-weight: 500;
	font-size: 48px;
	line-height: 1.25;
}
.main_slider .kp-box .kp-title3 {
	font-size: 34px;
	line-height: 1.25;
}

.main_slider .kp-box .kp-descr {
	font-size: 19px;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1.25;
	font-weight: 400;
}
.main_slider .kp-box .kp-descr ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top: 40px;
}
.main_slider .kp-box .kp-descr ul li {
	border-left: 5px solid #d90029;
	font-size: 19px;
	font-weight: 600;
}
.main_slider .kp-box .kp-descr ul li img{
	margin-left: 10px;
	image-rendering: pixelated;
}
.main_slider .kp-box .kp-descr ul li a{
	text-transform: uppercase;
}

.main_slider .kp-box .kp-descr.gored{
	color: #d90029;
	color: #fff5a0;
	text-transform: uppercase;
	line-height: 2;
	font-size: 19px;
	font-weight: 600;
	margin-top: 20px;
}

.main_slider .kp-box .ix-soprovozhdenie .kp-title {
	font-size: 55px;
	margin-bottom: 0;
}
.main_slider .kp-box .ix-soprovozhdenie .kp-title2 {
	font-size: 40px;
	line-height: 1.25;
	text-transform: uppercase;
}
.main_slider .kp-box .ix-soprovozhdenie .kp-title3 {
	font-size: 34px;
	font-weight: 300;
	line-height: 1.25;
}



.main_slider .kp-box .btn-area.mt50 {
	margin-top: 50px;
}
.main_slider .kp-box .btn-area {
	margin-bottom: 10px;
	padding: 0;
}
.main_slider .kp-box .btn-area .btn {
	/*font-size: 14px;*/
	text-shadow: none;
}
.splide__arrow--next .svg-icon{
	margin-left: 2px;
}
.splide__arrow--prev .svg-icon{
	margin-right: 2px;
}
.splide__arrow:hover {
	background-color: #fff;
}

.splide__pagination__page {
	background-color: #ddd;
	border: 1px solid #fff;
}

@media screen and (max-width: 1210px){
	.main_slider .kp-box .kp-title	{
		font-size: calc(20px + ((60 - 20 ) * ((100vw - 320px) / (1210 - 320))));
	}
	.main_slider .kp-box .kp-title2 {
		font-size: 48px;
		font-size: calc(18px + ((45 - 18 ) * ((100vw - 320px) / (1210 - 320))));
	}
	.main_slider .kp-box .kp-title3 {
		font-size: 34px;
		font-size: calc(18px + ((35 - 18 ) * ((100vw - 320px) / (1210 - 320))));
	}

	.main_slider .kp-box .kp-descr{
		font-size: 16px;
	}


	.main_slider .kp-box .ix-soprovozhdenie .kp-title {
		font-size: 50px;
		font-size: calc(20px + ((50 - 20 ) * ((100vw - 320px) / (1210 - 320))));
	}
	.main_slider .kp-box .ix-soprovozhdenie .kp-title2 {
		font-size: 36px;
		font-size: calc(18px + ((35 - 18 ) * ((100vw - 320px) / (1210 - 320))));
	}
	.main_slider .kp-box .ix-soprovozhdenie .kp-title3 {
		font-size: 30px;
		font-size: calc(16px + ((30 - 16 ) * ((100vw - 320px) / (1210 - 320))));
	}
	.main_slider .kp-box .ix-soprovozhdenie .kp-descr.gored {
		font-size: 19px;
		font-size: calc(12px + ((19 - 12 ) * ((100vw - 320px) / (1210 - 320))));
	}
}
@media screen and (max-width: 991px){
	.main_slider .kp-box .kp-descr ul {
		justify-content: left;
	}
	.main_slider .kp-box .kp-descr ul li {
		margin-bottom: 20px;
	}
	.main_slider .kp-box .kp-descr ul li a {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.main_slider .kp-box .kp-descr ul li a img {
		margin-right: 15px;
		max-width: 32px;
		image-rendering:auto;
	}



	.splide__arrow:hover {
		background-color: transparent;
	}
	.splide__arrow {
		width: 20px;
		height: 40px;
	}
	.main_slider .kp-box .btn-area {
		text-align: center;
	}
	.main_slider .kp-background {
		height: 540px;
	}
}


/* socialy */

.social-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.social-list .item.text {
	font-size: 17px;
	margin-left: 10px;
	letter-spacing: 1px;
	font-weight: 500;
}
.social-list .item {
	text-decoration: none;
	margin-right: 5px;
}
.social-list .item:last-child{
	margin-right: 0;
}
.social-list .item .svg-icon {
	fill: #333;
	max-width: 27px;
	max-height: 27px;
}
.social-list .item .svg-icon.type-vb {
	fill: #8e24aa;
}
.social-list .item .svg-icon.type-wa {
	fill: #61ac42;
}
.social-list .item .svg-icon.type-tg {
	fill: #61bcea;
}





/*  search box */

.search-box-mini {

}
.search-box-mini .sbox-inputs{
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 12px;
	width: 100%;
	height: 47px;
	border: 1px solid #E1E5E9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #B1B5B9;
	font-size: 14px;
	box-sizing: border-box;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;

	padding: 0;
	margin-right: 30px;
}
.search-box-mini .sbox-inputs .itm{
	position: relative;
	width: 100%;
	height: 100%;
}
.search-box-mini .sbox-inputs .itm input {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	height: 40px;
	margin: 2px 0 3px 0;

	color: #717579;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
	border: 1px solid transparent;
	z-index: 3;
	border-radius: 0;
}
.search-box-mini .sbox-inputs .itm select {
	color: #717579;
	font-size: 16px;
	height: 40px;
	margin: 2px 0 3px 0;
	padding: 0 12px;
	box-sizing: border-box;
	border: 1px solid transparent;
	z-index: 3;
	border-radius: 0;
}
.search-box-mini .sbox-inputs .itm::before {
	content: "";
	height: 27px;
	background: #E1E5E9;
	position: absolute;
	width: 1px;
	display: block;
	top: 10px;
	right: 0;
	z-index: 1;
}
.search-box-mini .sbox-inputs .itm:last-child::before {
	content: none;
}

.search-box-mini .sbox-inputs .itm:first-child input:focus {
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}
.search-box-mini .sbox-inputs .itm:last-child input:focus {
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.search-box-mini .sbox-inputs .itm input:focus {
	position: relative;

	/*background: #ebf4fa;*/
	border: 1px solid #808080;
	outline: none;
	height: 47px;
	color: #313539;
	z-index: 3;
	margin: 0;
	margin-top: -1px;
}
.search-box-mini .sbox-btns {
	height: 47px;
}
.search-box-mini .sbox-btns .btn{
	font-size: 16px;
	padding: 10px 20px 10px 20px;
}
.search-box-mini .sbox-inputs .itm .select-list .sort_info {
	height: 45px;
	line-height: 45px;
	border-color: transparent;
	border-radius: 0 3px 3px 0;
}
.search-box-mini .sbox-inputs .itm .select-list [aria-expanded="true"] {
	border-color: #808080;
}

@media screen and (max-width: 767px){
	.search-box-mini {
		flex-wrap: wrap;
	}
	.search-box-mini .sbox-inputs {
		margin-bottom: 20px;
		margin-right: 0px;
	}
	.search-box-mini .sbox-btns {
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 575px){
	.search-box-mini {
		flex-wrap: wrap;
	}
	.search-box-mini .sbox-inputs {
		margin-bottom: 20px;
		flex-wrap: wrap;
		height: auto;
	}
	.search-box-mini .sbox-inputs .itm{
		order:2;
		border-top: 1px solid #ddd;
	}
	.search-box-mini .sbox-inputs .itm:last-child{
		order:1;
		border-top: 0px solid #ddd;
	}
	.search-box-mini .sbox-inputs .itm+.itm {

	}
	.search-box-mini .sbox-btns {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 359px){
	.search-box-mini .sbox-inputs .itm input{
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px;
	}
}


/* */
.catg-small-list .btns {
	text-align: center;
	font-size: 16px;
	margin-top: 30px;
}
.catg-small-list {
	margin-top: 40px;
}
.catg-small-list ul {
	display: flex;
	flex-wrap: wrap;
	/*column-count: 3;
	column-gap: 4%;*/
}
.catg-small-list ul li {
	font-size: 16px;
	list-style: none;
	position: relative;
	margin-bottom: 15px;
	white-space: nowrap;
	width: 32%;
	margin-right: 1%;
}
.catg-small-list ul li a{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.showhide {
	overflow: hidden;
}


@media screen and (max-width: 767px){
	.catg-small-list ul {
		/*column-count: 2;*/
	}
	.catg-small-list ul li {
		font-size: 14px;
		width: 49%;
	}
}
@media screen and (max-width: 575px){
	.catg-small-list {
		margin-top: 30px;
	}
	.catg-small-list .btns {
		margin-top: 20px;
	}
	.catg-small-list ul {
		/*column-count: inherit;*/
	}
	.catg-small-list ul li {
		margin-bottom: 8px;
		width: 100%;
		margin-right: 0;
	}

}


/*
 		cartBox
 */

.cartbox-list {
	position: relative;
}
.cartbox-list.splide3n .splide__arrow{

}
.cartbox-list.splide3n .splide__arrows{
	position: absolute;
	top: -95px;
	right: 0;
	width: 120px;
	height: 50px;
	display: flex;
}
.cartbox-list+.area-btns{
	margin: 30px 0 20px;
}

.cartbox-list .itm {
	margin-bottom: 25px;
}
.cartbox-list .item{
	position: relative;
	background: #fff;
	padding: 0px 0 0;
	border:1px solid #ececee;
	border-radius: 8px;
	box-shadow: 4px 4px 10px rgba(103, 103, 103, 0.20);
	-webkit-transition: box-shadow ease .3s;
	-moz-transition: box-shadow ease .3s;
	-ms-transition: box-shadow ease .3s;
	-o-transition: box-shadow ease .3s;
	transition: box-shadow ease .3s;
	height: 100%;
	display: flex;
	flex-direction: column;
/*	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	flex-direction: column;
	justify-content: space-between;*/
}
.cartbox-list.splide3n .item  .title{
	min-height: 67px;
}
.cartbox-list.splide3n .item {
	/*width: 360px;*/
	box-shadow: none;
	-webkit-transition: border ease .3s;
	-moz-transition: border ease .3s;
	-ms-transition: border ease .3s;
	-o-transition: border ease .3s;
	transition: border ease .3s;
}
.cartbox-list.splide3n .item:hover {
	box-shadow: none;
	border:1px solid #d90029;
}

.cartbox-list .item:hover {
	box-shadow: 4px 4px 20px rgba(80, 80, 80, 0.4);
}

.cartbox-list .item .imgage img{
	border-radius: 8px 8px 0 0;
	object-fit: cover;
	width: 100%;
	height: 190px;
}
.cartbox-list .item .imgage {
	position: relative;
	image-rendering: pixelated;
	display: flex;
	/*height: 190px;*/
	justify-content: center;
	align-items: center;
	width: 100%;
}
.cartbox-list .item .location span{
	margin-left: 8px;
}
.cartbox-list .item .location {
	font-size: 13px;
	line-height: 1.25;
	letter-spacing: 1px;
	color: #afafaf;
	padding: 10px 30px 0px;
	text-align: right;
}
.cartbox-list .item .title {
	display: block;
	width: 100%;
	padding: 10px 30px 15px;
	flex-grow: 1;
	font-size: calc(17px + ((18 - 17 ) * ((100vw - 320px) / (1920 - 320))));
	color: #333333;
	font-weight: 500;
}

.cartbox-list .item .props {
	width: 100%;
	display: flex;
	padding: 5px 30px 5px;
	color: #000;
}

.cartbox-list .item .props .name {
	color: #afafaf;
	/*width: 43%;*/
}

.cartbox-list .item .props .value {
	flex: 1 1 0;
	text-align: right;
}
.cartbox-list .item .btns-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 50px;
	border-top: 1px solid #eee;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 500;
}
.cartbox-list .item .btns-area .column {
	padding: 0 5px 0 30px;
}
.cartbox-list .item .btns-area .column.more {
	padding: 0 30px 0 30px;
	/*width: 35%;*/
}
.cartbox-list .item .btns-area .cost {
	line-height: 1;
	flex: 1 1 auto;
}

.cartbox-list .item .btns-area  .cost + .column.more {
	padding: 0 30px 0 5px;
	/*width: 35%;*/
}
.cartbox-list .item .btns-area .cost .changed {
	color: #f00;
}
.cartbox-list .item .btns-area .old_cost {
	/*margin-left: 8px*/;
	font-size: 14px;
	text-decoration: line-through;
	color: #aaa;
	display: block;
	font-weight: 400;
}



.statusArea {
	pointer-events: none;
	position: absolute;
	z-index: 8;
	right: 10px;
	bottom: 10px;

	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.statusArea .marker {
	color: #333;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 11px 20px;
	z-index: 2;
	background-color: #fff;
	min-width: 50px;
	margin-bottom: 8px;

	font-size: 13px;
	line-height: 1;
	padding: 8px 15px;
	border-radius: 6px;
}
.cartbox-list .statusArea .marker {
	margin-top: 8px;
	margin-bottom: 0;
}
/*
.statusArea .marker.new {
	color: #fff;
	background-color: #60c339;
}
.statusArea .marker.sale {
	background-color: #ffd83a;
}
.statusArea .marker.hit {
	color: #fff;
	background-color: #b56aee;
}
.statusArea .marker.recomend {
	color: #fff;
	background-color: #0099ff;
}
*/

.statusArea .marker.hot {
	color: #fff;
	background-color: #d90029e5;
	background-color: #d90029;
}
.statusArea .marker.excluziv {
	color: #fff;
	background-color: rgba(16, 167, 0, 0.90);
	background-color: rgba(16, 167, 0, 1);
}
.statusArea .marker.new {
	color: #fff;
	background-color: rgba(0, 19, 200, 0.9);
	background-color: #233bd2e6;
	background-color: #233bd2;
}
.statusArea .marker.best {
	color: #fff;
	background-color: #e36b00e5;
	background-color: #e36b00;
}
.statusArea .marker.asale {
	color: #fff;
	background-color: #000000e5;
	background-color: #000000;
}


@media screen and (max-width: 991px){
	.cartbox-list.splide3n .item {
		width: 360px;
	}
}




/* */

.mbfeatures-list {

}
.mbfeatures-list .item {
	padding: 30px 35px;
	border: 3px solid #E5E5E5;
	min-height: 300px;
	margin-bottom: 30px
}
.mbfeatures-list .item .picture{
	border-bottom: 4px solid #e2e2e2;
	width: max-content;
	min-width: 60px;
	/*width: 50px;*/
	text-align: center;
	margin-bottom: 20px;
	display: block;
}
.mbfeatures-list .item .picture img{
	padding-bottom: 20px;
}
.mbfeatures-list .item .descr{
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	/*color: #888888;*/
}

.mbfeatures-list+.area-btns{
	margin: 30px 0 20px;
}
@media screen and (max-width: 575px){
	.mbfeatures-list .item .descr {
		font-size: 16px;
	}
	.mbfeatures-list .item {
		padding: 20px 25px;
		min-height: 260px;
	}
}
@media screen and (max-width: 359px){
	.mbfeatures-list+.area-btns{
		margin: 20px 0 15px;
	}
	.mbfeatures-list+.area-btns .btn{
		font-size: 14px;
		padding: 8px 15px 8px 15px;
	}
}



.footer {
	background-color: #2b2b2b;
	color: #fff;
	padding: 50px 0 50px;
	font-size: 14px;
	font-weight: 300;
}
.footer .logotype {
	margin-bottom: 30px;
}
.footer .contacts-list .item{
	margin-top: 10px;
	color:#fff;
}
.footer .contacts-list .item a{
	color:#fff;
}
.footer .hrefs-list li{
	margin-top: 8px;
}
.footer .boxtitle {
	font-weight: 500;
}
.footer .social-list {
	margin-top: 15px;
}
.footer .social-list .item{
	margin-right: 13px;
}
.footer .social-list .item:last-child{
	margin-right: 0;
}
/*.footer .social-list .item .svg-icon {
	fill:#fff!important;
}*/

.footer .social-list .svg-icon{
	fill: #cacaca!important;
	max-width: 32px;
	max-height: 32px;
}
.footer .social-list .item:hover .svg-icon{
	fill: #fff!important;
}
.footer .social-list .type-in {
	fill: url(#grad1);
}
/*
.footer .social-list .type-yt {
	fill: #f22;
}

.footer .social-list .type-vk {
	fill: #2787f5;
}

.footer .social-list .type-fb {
	fill: #1877f2;
}

.footer .social-list .type-ok {
	fill: #ee8208;
}

.footer .social-list .type-tg {
	fill: #039be5;
}

.footer .social-list .type-wa {
	fill: #1bd741;
}

.footer .social-list .type-vb {
	fill: #7F40BD;
}*/

.footer .btn-area {
	margin-top: 50px;
}
.footer .btn-area .btn{
	min-width: 155px;
	font-size: 14px;
}
.footer-text {
	margin: 15px 0;
	font-size: 14px;
}

@media screen and (max-width: 575px){
	.footer .boxtitle{
		margin-top: 20px;
	}
	.footer-text {
		font-size: 12px;
	}
}
.tooltipspisok {
	padding: 8px 5px;
	justify-content: center;
}
.tooltipspisok.social-list .item{
	margin: 0 15px;
}
.tooltipspisok.social-list .item.text {
	margin: 15px 0 0;
}

.header-mobile {
	display: none;
}

/* */
@media screen and (max-width: 992px){
	.header-top,
	.header-middle {
		display: none;
	}
	.header-mobile {
		display: block;
	}

	.header-mobile .logotype{
		max-width: 140px;
	}
	.header-mobile {
		padding: 10px 0;
	}

	.header-mobile .panel-actions {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
	}
	.header-mobile .panel-actions .btn-menu{
		/*margin-left: 5px;*/
		width: 28px;
		height: 28px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header-mobile .panel-actions .mob-item{
		margin-right: 25px;
	}
	.header-mobile .panel-actions .mob-item .ahref{
		border: 1px solid #eee;
		width: 32px;
		height: 32px;
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header-mobile .panel-actions .mob-item a.ahref.town-list{
		width: auto;
		padding: 0 5px;
	}
}
@media screen and (max-width: 575px){
	.header-mobile .panel-actions .mob-item{
		margin-right: 12px;
	}
	.header-mobile .col-lf-rezet {
	    padding-left: 0;
	}
	.header-mobile .panel-nav-search .svg-icon {
	    width:21px;
	}
}
@media screen and (max-width: 390px){
	.header-mobile .panel-actions .mob-item{
		margin-right: 10px;
	}
	.header-mobile .panel-actions .mob-item a.ahref.town-list{
		width: auto;
		padding: 0 2px;
	}
}



/* bisOne info */

.panelka-bizone-box {
	position: fixed;
	top: 150px;
	right: 0;
	padding: 10px 5px 0;
	background: #ffffff00;
	opacity: 0.95;
	border-radius: 10px 0 0 10px;
	z-index: 520;
	margin-top: 0px;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 164px;
}
.panelka-bizone-box:hover {
	opacity: 1;
	padding: 10px 5px 0;
	background: #ffffffff;
}
.mfix .panelka-bizone-box {
	opacity: 0.00;
	width: 10px;
	overflow: hidden;
}
.mfix .panelka-bizone-box img {

}
@media screen and (max-width: 991px){
	.panelka-bizone-box {
		top:70px;

	}
}
@media screen and (max-width: 767px){
	.panelka-bizone-box {
		padding: 5px 5px 0;
		top:53px;
		width: 70px;
	}
}

.modalbizone.fancybox-content {
	max-width: 900px;
	background: #f4f4f4;
}
.modalbizone .bizone-header{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
}
.modalbizone .bizone-header .logo {
	max-width: 214px;
}
.modalbizone .bizone-header .logobizone {

}
.bizone-body {
	margin-top: 20px;
}
.bizone-body .item{
	display: flex;
	/*flex-wrap: wrap;*/
}
.bizone-body .item .caption{
	position: relative;
	width: 40%;
	font-size: 16px;
	padding: 20px 20px;
	margin-right: 60px;
	/*flex: 1 1 auto;*/
}
.bizone-body .item .information{
	position: relative;
	width: 60%;
	font-size: 14px;
	color: #6b6b6b;
	padding: 20px 20px;
}
.bizone-body .item .information:before{
	content:'';
	display: block;
	position: absolute;
	top:0;
	left: -30px;
	height: 100%;
	border-left: 1px solid #e0e0e0;
}
.bizone-body .item+.item .information{
	border-top: 1px solid #e0e0e0;
}
.bizone-body .item+.item .caption{
	border-top: 1px solid #e0e0e0;
}
.bizone-body .item .information ul li {
	list-style: disc;
}
.modallocations.modalform.fancybox-content {
	width: 800px;
	max-width: 800px;
}

.location-list {
	font-size: 17px;

}
.location-list > .areas {
	font-weight: 400;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*column-count: 2;
	column-gap: 4%;*/
}
.location-list > .areas span{
	cursor: auto;
}

.location-list > .areas >li span{
	/*font-weight: 500;*/
}
.location-list > .areas >li{
	margin-bottom: 10px;
	width: 32%;

}
.location-list ul.towns {
	margin-top: 5px;
	margin-left: 10px;
}
.location-list ul.towns li {
	font-size: 15px;
	font-weight: 400;
}
.location-list .towns >li.first a {
	font-weight: 600;
}
.location-list ul.towns li.active {
	color: #e11;
}
.location-list > .areas .mymaincountry {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

@media screen and (max-width: 991px){
	.modallocations.modalform.fancybox-content {
		width: inherit;
		max-width: inherit;
	}
	.location-list > .areas >li {
		 margin-bottom: 10px;
		 width: 48%;
	 }

}
@media screen and (max-width: 575px){
	.bizone-body .item {
		flex-wrap: wrap;
	}
	.bizone-body .item .caption {
		width: auto;
		margin-right: 0px;
		padding: 0;
	}
	.bizone-body .item .information{
		width: auto;
		padding-top: 3px;
	}
	.bizone-body .item .information:before{
		content: normal;
		display: none;
	}
	.bizone-body .item+.item .information,
	.bizone-body .item+.item .caption{
		border: none;
	}
	.modalbizone .bizone-header .logo{
		max-width: 140px;
	}
	.modalbizone .bizone-header .logobizone {
		max-height: 80px;
	}
	.modalbizone.fancybox-content {
		padding: 20px;
	}
	.modallocations.modalform.fancybox-content {
		padding: 15px;
	}
	.location-list {
		font-size: 16px;
	}
}
@media screen and (max-width: 359px){
	.location-list > .areas >li {
		width: 100%;
		margin-bottom: 15px;
	}
}


/* */

.steps {
	margin-top: -15px;
	counter-reset: item;
}
.steps .item {
	padding: 40px 10px 5px;
	margin-top: 30px;
	border-bottom: 1px solid rgba(233, 211, 184, .3);
	position: relative;
}

.steps .item:before {
	counter-increment: item;
	content: "0" counter(item);
	position: absolute;
	left: 0;
	top: 10px;
	color: #f4f4f4;
	z-index: 1;
	font-size: 90px;
	font-weight: 600;
	opacity: 1;
}
.steps .item .title {
	position: relative;
	z-index: 2;
	font-size: 16px;
	color: #333;
}
.box-stepsale {
	padding-bottom: 80px;
}
.box-stepsale .area-btns {
	margin: 60px 0 10px;
}


.chess-list {
	counter-reset: myitm;
}
.chess-list .boxchess {
	margin-bottom: 50px;

}
.chess-list .boxchess:nth-child(2n){
	flex-direction: row-reverse;
}
.chess-list .boxchess:nth-child(2n) .btn-area-lf{
	text-align: right;
}
.chess-list .steps .item:before {
	counter-increment: myitm;
	content: "0" counter(myitm);
}
.chess-list .boxchess .steps {
	margin-left: 48px;
}
.chess-list .boxchess .steps .item {
	border: none;
}
.chess-list .boxchess .steps .item:before {
	font-size: 140px;
}
.chess-list .boxchess:nth-child(2n) .steps{
	text-align: right;
	margin-left: 0px;
	margin-right: 48px;
}
.chess-list .boxchess:nth-child(2n) .steps .item:before{
	right: 0;
	left: inherit;
}
.chess-list .boxchess .steps .item .title{
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 25px;
}
.chess-list .boxchess .steps .item .desc{
	font-size: 14px;
	color: #6d6c6c;
}
.chess-list .boxchess:nth-child(2n) .steps .item .desc{
	text-align: left;
}
.chess-list .boxchess .steps .item .desc ul li {
	list-style: disc;
	margin-bottom: 5px;
}
.chess-list.nosteps .steps .item:before{
	content: normal;
	display: none;
}

.chess-list .zagolovok {
	display: block;
	cursor: pointer;
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 10px;
	margin-top: 20px;
}
.chess-list .zagolovok:hover {
	text-decoration: none;
}
.chess-list .dopolnenie {
	padding-left: 30px;
}
@media screen and (max-width: 575px){
	.chess-list .boxchess .steps .item .title {
		font-size: 20px;
	}
	.chess-list .boxchess .steps .item:before {
		font-size: 90px;
	}
	.chess-list .boxchess:nth-child(2n) .steps,
	.chess-list .boxchess .steps{
		margin-left: 0;
		margin-right: 0;
	}
}


/* */

.packets-list{}
.packets-list .item{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 340px;
	margin: 0 auto 0px;
}
.packets-list .item .cost {
	border-bottom: 1px solid #d90029;
	color: #d90029;
	padding-bottom: 5px;
}
.packets-list .item .cost span{
	font-size: 48px;
}
.packets-list .item .title{
	font-size: 18px;
	line-height: 1.25;
	margin-top: 30px;
	/*flex: 1 0 auto;*/
}
.packets-list .item .opisanie{
	margin-top: 10px;
	flex: 1 0 auto;
	margin-bottom: 40px;
}
.packets-list .item .opisanie ul {
	padding-left: 20px;
	padding-right: 20px;
}
.packets-list .item .opisanie ul li{
	margin-top: 10px;
}
.packets-list .item .opisanie ul li:before{
	content: '-';
	margin-left: -12px;
	padding-right: 8px;
}

@media screen and (max-width: 991px){
	.packets-list .itm {
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 757px){
	.packets-list .item {
		max-width: inherit;
		background: #fff;
		padding: 30px 20px;
	}
}


/* crumbs */

.breadcrumbs {
	padding-top: 20px;
	margin-bottom: 10px;
}

ul.breadcrumbs {
	color: #333;
	font-size: 12px;
	line-height: 17px;
	font-weight: 700;
}

ul.breadcrumbs li {
	display: inline-block;
}

ul.breadcrumbs li a {
	color: #7C7C7C;
}

ul.breadcrumbs li:not(:last-child):after {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #7C7C7C;
	border-radius: 4px;
	margin: 0 10px;
	vertical-align: middle;
}

.crumbs .mtitle {
	padding-bottom: 40px;
}
@media screen and (max-width: 767px){
	ul.breadcrumbs {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		display: flex;
		margin-bottom: 0;
		padding: 10px 0 15px;
	}
}

/*
		search
*/
.search-box {
	background: #404040;
	background: #223d5a;
	background: #3174bb; /* 2a65a3  */
	color: #fff;
	padding: 15px 20px 0;
	/*margin-bottom: 30px;*/
	border-radius: 6px 6px 0 0;
	/*border: 1px solid #E1E5E9;*/
}

.search-box select,
.search-box input[type="text"],
.search-box input.textfield,
.search-box textarea {
	padding: 10px 15px;
	font-size: 14px;
	line-height: 1.5;
}
.search-box select {
	background-position: right 15px center;
}
.search-box label {
	position: relative;
}
.search-box .label-abs {
	position: absolute;
	color: #7d7d7d;
	left: 11px;
	top: 50%;
	margin-top: -11px;
}
.search-box .sbox-btns,
.search-box fieldset{
	margin-bottom: 15px;
}
.search-box .label-abs+input {
	padding-left: 35px;
}
.filter_title {
	font-size: 14px;
	margin-bottom: 3px;
}
.search-box .sbox-btns {
	display: flex;
	align-items: flex-end;
}
.search-box .sbox-btns .btn {
	font-size: 13px;
	min-width: inherit;
}
.search-box .sbox-btns .btn-transpa{
	background: transparent;
	color: #fff;
}
.search-box .sbox-btns .btn-transpa .svg-icon{
	fill: #fff;
}
.search-box .sbox-btns .btn-transpa:hover .svg-icon{
	fill: #f55;
}
.search-box .sbox-btns .btn-transpa:hover {
	color: #f55;
}
.btn-filter-menu,
.search-box .header-closer {
	display: none;
}

.box-categorys {
	margin-bottom: 30px;
}

.filter-chektobtn .filter_body {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}
.filter-chektobtn-item {
	display: flex;
	font-size: 14px;
	line-height: 1.25;
	cursor: pointer;
}
.filter-chektobtn-item input {
	display: none;
}
.filter-chektobtn-item .fchi {
	padding: 7px 10px;
	display: block;
	background-color: transparent;
	border: 1px solid #828282;
	color: #333;
	border-radius: 8px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.filter-chektobtn-item  .fchi:hover {
	background-color: #ddd;
}
.filter-chektobtn-item input:checked+.fchi{
	background: #d90029;
	color: #fff;
	border: 1px solid #d90029;
}

.filter-chektobtn-item .fchi .count{
	background: #d90029;
	background: #828282;
	color: #fff;
	padding: 3px 4px;
	border-radius: 14px;
	line-height: 13px;
	min-width: 19px;
	display: inline-block;
	text-align: center;
	font-size: 11px;
	text-indent: 0px;
	margin-left: 4px;
}
.filter-chektobtn-item input:checked+.fchi .count {
	background: #fff;
	color: #333;
}

@media screen and (max-width: 767px){
	.btn-filter-menu {
		padding: 12px 15px;
		background: #404040;
		background: #3174bb;
		color: #fff;
		margin-bottom: 20px;display: flex;
		justify-content: space-between;
		border-radius: 4px;
	}
	.btn-filter-menu .svg-icon {
		fill: #fff;
	}
	.search-box .filter_title {

	}
	.search-box .sbox-btns{
		margin-bottom: 0;
	}
	.search-box .filter_body {

	}

	.search-box {
		display: block;
		position: fixed;
		top: 0;
		left: -100%;
		bottom: 0;
		padding: 15px 20px 80px!important;
		z-index: 1000;
		width: 100%;
		height: 100%;
		overflow-x: scroll;
	}
	.search-box .header-closer {
		width: 100%;
		font-size: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin: 0px 00px 10px;
		padding: 5px 0px;
	}
	.search-box .header-closer .svg-icon{
		fill: #f55;
	}
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0 30px;
}

.pagination li {
	margin: 5px;
}

.pagination li a {
	padding: 7px 7px;
	min-width: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 14px;
	line-height: 1;
	border-radius: 3px;
	border: 1px solid #828282;
	color: #828282;
}

.pagination li.active a,.pagination li a:hover {
	text-decoration: none;
	background-color: #828282;
	color: #fff;
}

/*
fuction-panel

*/

.fuction-panel {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px 20px;
	/*background: #F5F5F5;*/
	background: #3174bb; /* 2a65a3  */
	color: #fff;
	border-radius: 0 0 6px 6px;
	/*border: 1px solid #E1E5E9;*/
}
.fuction-panel .panel-sort .pstitle{
	margin-right: 5px;
}
.fuction-panel .panel-sort .icon-pstitle{
	display: none;
}
.fuction-panel .panel-sort .sort-list .sort{
	margin-left: 10px;
}
.fuction-panel .panel-sort {
	display: flex;
	align-items: center;
}
.fuction-panel .panel-limit {
	margin-left: auto;
}
.fuction-panel .panel-limit select{
	background-color: #fff;
	background-position: right 8px center;
	border-radius: 0px;
	color: #454545;
	font-size: 14px;
	line-height: 1.5;
	padding: 6px 30px 6px 10px;
	width: 100%;
	border: 1px solid #eee;
	outline: none;
}

.mega-total {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
}
body #mse2_sort a.active,
body #mse2_tpl a.active {
	color: #f88;
}

@media screen and (max-width: 767px){
	.fuction-panel .panel-sort .pstitle{
		display: none;
	}
	.fuction-panel .panel-limit{
		display: none;
	}
	.fuction-panel .panel-sort .icon-pstitle{
		display: block;
		max-width: 20px;
		max-height: 20px;
		fill: #fff;
	}
	.fuction-panel {
		padding: 8px 10px;
	}
	.fuction-panel .sort-list{
		font-size: 12px;
	}
}


/* */


.inf-panelka {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #7b7b7b;
}

.inf-panelka .svg-icon {
	fill: #7b7b7b;
	max-width: 16px;
	max-height: 14px;
	vertical-align: middle;
	margin-right: 5px;
}

.inf-panelka .data {
	margin-right: 14px;
}

.inf-panelka .txt {
	vertical-align: middle;
}

.inf-panelka .txt a {
	color: inherit;
}


.product-image .statusArea{
	right: inherit;
	bottom: inherit;
	left: 10px;
	top: 10px;
}
.product-image {
	position: relative;
}
.page-biznesobj .mtitle{
	padding-top: 10px;
	padding-bottom: 0px;
}
.pro-gallery {
	margin-bottom: 15px;
}
.pro-galla-thrumbs {
	margin: 15px 0 25px;
}

@media screen and (max-width: 767px){
	.page-biznesobj .mtitle {
		font-size: 18px;
		line-height: 1.3;
		text-transform: none;
	}
	.page-biznesobj .inf-panelka {
		margin-top: 5px;
	}
}


.page-biznesobj .splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active,
.page-biznesobj .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
	border-color: #ff0d0d;
}

/* */
.left-side {
	position: -webkit-sticky;
	position: sticky;
	top: 15px;
	margin-bottom: 20px;
}

.sbar-box {
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 30px;
	border: 1px solid #E1E5E9;
}

.price-line {
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
}
.price-line .price {
	margin-right: 10px;
	font-size: 18px;
}
.price-line .price .big {
	font-size: 24px;
}
.price-line .price .old_cost {
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
	text-decoration: line-through;
	color: #aaa;
}


.znak-safe {
	display: flex;
}
.znak-safe .item {
	cursor: pointer;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	width: 36px;
	height: 36px;
	text-align: center;
	border: 1px solid #54b0ec;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	line-height: 34px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 10px;
	position: relative;
	z-index: 1000;
}
.znak-safe .item:last-child{

}
.znak-safe .item .svg-icon {
	fill: #3799d9;
	max-width: 20px;
	max-height: 20px;
}
.znak-safe .item .svg-icon.icon-stroke {
	fill: transparent;
	stroke: #3799d9;

}
.props {
	display: flex;
	margin-bottom: 10px;
}
.props .name{
	color: #676767;
	/*flex: 1 1 auto;*/
}
.props .value{
	/*flex: 0 0 auto;*/
}
.props .name+.value {
	padding-left: 10px;
	min-width: 92px;
}
.props .name+.value.bigest {
	font-size: 18px;
}
.props.moreinf {
	cursor: help;
	justify-content: center;
}
.biz-broke {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	align-items: center;
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-top: 10px;
}
.biz-broke .image{
	width: 60px;
	height: 60px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.biz-broke .name {
	min-width: 80px;
}
.biz-broke .desc {
	color: #b3b3b3;
}
.props .value a:not(.btn) {
	color: #e00;
}
.props .value .btn {
	min-width: inherit;
}
.props .value .social-list .item .svg-icon {
	max-width: 22px;
	max-height: 22px;
}

.sbar-box .btn-area {
	margin-top: 20px;
	margin-bottom: 20px;
}
.sbar-box .btn-area:last-child{
	margin-bottom: 0px;
}
.sbar-box .btn-area .btn{
	width: 100%;
	margin-bottom: 15px;
}
.sbar-box .btn-area .btn:last-child{
	margin-bottom: 0px;
}
.sbar-box .moreinf .svg-icon {
	fill: #575757;
}


/* */



/* */


.bezopasnost-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0;
}
.bezopasnost-list .text-information {
	width: 50%;
}

.infobiz-cifry {
	margin: 15px 70px;
	font-size: 16px;
}
.infobiz-cifry .props .name{
	flex: 1 1 auto;
}
.infobiz-cifry .props .value{
	text-align: right;
}
.infobiz-cifry .props {
	margin-bottom: 0;
	padding: 15px 15px;
	border-bottom: 1px dashed #ddd;
}
.infobiz-cifry .props.costbiz {
	font-size: 20px;
	color: #222;
}
.infobiz-cifry .props.costbiz .name{
	color: #222;
}
.twho-big-btns {
	margin: 40px 0;
	text-align: center;
}


@media screen and (max-width: 991px){
	.bezopasnost-list {
		flex-wrap: wrap;
	}
	.bezopasnost-list .text-information {
		width: 100%;
		margin-bottom: 15px;
	}

	.infobiz-cifry {
		margin: 15px 0px;
	}

	.twho-big-btns .btn {
		margin-bottom: 20px;
		margin-left: 7px;
		margin-right: 7px;
	}
	.twho-big-btns .btn.btn-big {
		font-size: 16px;
		padding: 8px 15px;
	}
}

.podtitle {
	font-size: 18px;
	font-weight: 500;
}
.podtitle .svg-icon {
	fill: #d90029;
}
.podtitle .svg-icon.icon-stroke {
	fill: transparent;
	stroke: #d90029;
}
.podtitle .svg-icon{
	margin-right: 5px;
}
.opisanie-v3cell {
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;*/
	margin: 15px 0 25px 35px;
	font-size: 16px;
}
.opisanie-v3cell .props {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0px;
	border-bottom: 1px solid #eee;
	padding: 10px 10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: background-color ease .2s;
}
.opisanie-v3cell .props:hover {
	background-color: #f7f7f7;
}
.opisanie-v3cell .props .name {
	color: #888;
}
.opisanie-v3cell .props .name+.value {
	color: #222;
	min-width: 45%;
	flex: 0 0 45%;
}
.opisanie-v3cell .props{

}

.modaltext {
	width: 900px;
}


@media screen and (max-width: 991px){
	.podtitle {
		font-size: 17px;
	}
	.opisanie-v3cell {
		margin: 15px 0 25px 25px;
		font-size: 15px;
	}

}
@media screen and (max-width: 575px){
	.podtitle {
		font-size: 16px;
	}
	.opisanie-v3cell {
		margin: 15px 0 25px 15px;
		font-size: 14px;
	}

}



/*
	CONTENT maincontent
 */
.maintext{
	padding: 12px 30px;
	margin-bottom: 20px;
	border: 1px solid #E1E5E9;
	border-radius: 8px;
}

.maincontent {
	position: relative;
	/*font: 16px/22px 'Open Sans', Arial, san-serif;*/
	font-weight: 400;
	word-break: break-word;
}
.maincontent.openmore.spoler{
	overflow: hidden;
}
.maincontent.openmore.spoler:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 75px;
	z-index: 10;
	background: linear-gradient(0deg, #fff 22%, rgba(255, 255, 255, 0) 100%)
}
.maincontent h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	margin-top: 20px;
}
.maincontent h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	margin-top: 15px;
}
.maincontent h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	margin-top: 15px;
}
.maincontent p {
	margin-bottom: 15px;
}
/* content area */
.maincontent:after {
	content: '';
	display: block;
	clear: both;
}
.maincontent u {
	text-decoration: underline;
}
.maincontent b,
.maincontent strong{
	font-weight: 700;
}
.maincontent em,
.maincontent i {
	font-style: italic;
}

.maincontent .justifyfull{
	text-align: justify;
}
.maincontent .justifyleft{
	text-align: left;
}
.maincontent .justifyright{
	text-align: right;
}
.maincontent ol,
.maincontent ul {
	margin: 5px 0;
}
.maincontent ul ul {
	width: 100%;
}
.maincontent ul li{
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 9px;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	padding-left: 20px;
	position: relative;
}
.maincontent ul li:before{
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #f00;
	margin-right: 15px;
	position: absolute;
	top: 9px;
	flex: 0 0 4px;
	left: 2px;
}
.maincontent ol li{
	list-style: decimal;
	list-style-position: inside;
	margin-bottom: 3px;
}
.maincontent blockquote {
	margin: 5px 10px 10px;
	border-left: 3px solid #dee2e6;
	color: #6c757d;
	padding: 5px 10px 1px;
}
.maincontent blockquote p {
	margin-bottom: 5px;
}
hr {
	border:0;
	border-top:1px solid #ebebeb;
	margin: 5px 0 15px;
}
.maincontent hr {
	border-color: #ebebeb;
	margin: 10px 0 20px;
}
.maincontent table {
	width: 100%;
	border:1px solid #333;
	word-break: normal;
}
.maincontent table th,
.maincontent table td {
	border:1px solid #333;
	padding: 5px 10px;
	width: 25%;
}
.maincontent a{
	color: #000;
	text-decoration: underline;
}
.maincontent a:hover {
	text-decoration: none;
}
.maincontent .image {
	float: left;
	margin: 0 15px 10px 0;
}
.maincontent .img-weed .image{
	float: none;
	text-align: center;
}
.maincontent iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 1.78;
}
.maincontent h2.upper {
	font-size: 30px;
}
.maincontent .uppertext {
	text-transform: uppercase;
	font-size: 16px;
}
.page-broker {
	padding-bottom: 50px;
}
.page-broker .maincontent {
	line-height: 1.25;
}

@media screen and (max-width: 620px){
	.maincontent .image{
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
	.maincontent img{
		float: none!important;
		display: block;
		width: auto;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}
@media screen and (max-width: 575px){
	.maincontent {
		font-size: 14px;
	}
	.maintext {
		padding: 10px 15px;
	}
}
.tippy-content {
	font-size: 13px;
}
.tippy-content .href{
	text-decoration: underline;
	color: #f33;
	cursor: pointer;
}
.tippy-content .href:hover{
	text-decoration: none;
	color: #f33;
}

.info-box {
	padding: 30px 0 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
	border-top: 1px solid #e0e0e0;
	/* border: 1px solid #8fc5ff; */
	/* background: #eeeeee; */
}
/*

*/

.personal-list {

}
.personal-list .item {
	margin-bottom: 40px;
}
.personal-list .item .picture {
	margin-bottom: 5px;
}
.personal-list .item .text {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
}
.personal-list .item .text .name{
	border-left: 5px solid #d90029;
	padding-left: 16px;
}
.personal-list .item .text .name .title{
	font-size: 18px;
	font-weight: 600;
}
.personal-list .item .btn{
	max-width: inherit;
	min-width: inherit;
}
.personal-list .item .btn-area{

}

@media screen and (max-width: 1180px){
	.personal-list .item .text .name .title {
		font-size: 15px;
	}
}

.page-about .steps .item {
	padding-top: 0;
}
.page-about .chess-list .boxchess .steps .item .title {
	font-size: 26px;
}
.page-about .chess-list .boxchess .steps .item .desc.maincontent {
	font-size: 16px;
}
.page-about .chess-list .boxchess {
	margin-bottom: 10px;
}

/* map contacts */

.page-contacts {
	padding-bottom: 50px;
}

.contacts-list .item .svg-icon {
	fill: #d90029;
	margin-right: 10px;
	max-width: 18px;
	max-height: 20px;
	margin-top: 1px;
}
.contacts-list {
	justify-content: left;
	text-align: left;
}
.contacts-list .item {
	display: flex;
	margin: 0 0 10px 0 ;
}
.contacts-list .item,
.contacts-list .item a {
	font-size: 16px;
	color: #333333;
}

.boxtitle.line:after {
	background: #00ACFF;
	border-right: 25px solid #00ACFF;
}
.stitle {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
.mapfooter {
	height: 350px;
}
.paddinger {
	padding: 15px 0;
}
.contacts-list+.stitle {
	padding-top: 15px;
}

@media screen and (max-width: 575px) {
	.contacts-list {
		justify-content: flex-end;
	}
}

.map-area .stitle {
	margin-bottom: 15px;
}

.mapfooter {
	margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
	.map-area {
		margin-top:15px;
	}
}


/*

*/

.select-list {
	position: relative;
	font-size: 14px;
	color: #333;
}
.select-list .sort_info:after {
	/*background: url("../img/arrow-to-down.svg") 0 0 no-repeat;*/
	background: url(../img/arrow-down.png) 0 0 no-repeat;
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 13px;
	height: 6px;
	margin-top: -3px;
}
.select-list .sort_info:active:after{
	margin-top: -2px;
}
.select-list .sort_info.open:after {
	transform: rotate(180deg);
}
.select-list .sort_info.open {
	border-radius: 8px 8px 0 0;
	box-shadow: 4px 0px 20px rgba(103, 103, 103, 0.25);
}
.select-list .sort_info {
	position: relative;
	border: 1px solid #f4f4f4;
	border-radius: 4px;
	padding: 0px 25px 0px 15px;
	cursor: pointer;
	height: 43px;
	line-height: 42px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #fff;
	flex-wrap: wrap;
	display: flex;
}
.select-list .sort_info span {
	margin-right: 15px;
}
.select-list .popup-listing {
	display: none;
	position: absolute;
	top:100%;
	/*width: 100%;*/
	left: 0px;
	right: 0;
	z-index: 100;
	background: #fff;
	padding: 10px 18px 10px;
	border: 1px solid #f4f4f4;
	border-top: 0;
	border-radius: 0 0 8px 8px;
	cursor: context-menu;
	box-shadow: 4px 10px 21px rgba(103, 103, 103, 0.25);
}

.filter-wrapp .filter_body .label-item{
	margin-bottom: 10px;
}
.filter-wrapp .filter_body{
	margin-left: 0;
}
.select-list .sort_info.open+.popup-listing{
	display: block;
}

.select-list [data-tippy-root] {
	width: 100%;
}
.select-list .tippy-content {
	padding: 5px 0px 5px 10px;
}
.tippy-content .tooltipvid {
	padding-right: 5px;
	max-height: 250px;
	overflow: hidden;
	overflow-y: auto;
	font-size: 14px;
}
.tippy-content .tooltipvid > li > span{
	font-weight: 500;
}
.tippy-content .tooltipvid > li.active > span {
	color: #f33;
}
.tippy-content .tooltipvid.single,
.tippy-content .tooltipvid .towns{
	margin-left: 8px;
	margin-bottom: 10px;
}
.tippy-content .tooltipvid.single > li,
.tippy-content .tooltipvid .towns > li {
	margin-top: 3px;
	margin-bottom: 3px;
}
.tippy-content .tooltipvid.single > li.active a,
.tippy-content .tooltipvid .towns > li.active a {
	color: #f00;
}
.tippy-content .tooltipvid.single > li.selected,
.tippy-content .tooltipvid .towns > li.selected {
	background: #f3f3f3;
}


/*
 news
 */

.page-default {
	padding-bottom: 60px;
}
.section + .page-default {
	padding-top: 30px;
}


.news-list {
}

.news-list .item {
	margin-bottom: 25px;
	position: relative;
}

.news-list .item .href-hover {
	color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.news-list .item img {
	width: 100%;
	display: block;
	transition: opacity ease .3s;
	margin-left: auto;
	margin-right: auto;
}

.news-list .item .imga {
	display: block;
	background: #000;
}

.news-list .item:hover .imga {
}

.news-list .item:hover .imga img {
	opacity: 0.7;
}

.news-list .item .img {
	position: relative;
}

.news-list .item .category {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}

.news-list .item .category+.text {
	margin-top: 8px;
}

.news-list .item .text {
	position: relative;
	font-size: 14px;
	line-height: 21px;
	margin: 15px 0 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 128px;
}

.news-list .item .text .title:first-letter {
	text-transform: uppercase;
}

.news-list .item .text .title {
	width: 100%;
	overflow: hidden;
	flex: 1 0 auto;
	transition: color ease .3s;
	font-size: calc(15px + ((18 - 15 ) * ((100vw - 320px) / (1920 - 320))));
	color: #333333;
}

.news-list .item:hover .text .title {
}

.news-list .item .text .descr {
	width: 100%;
	overflow: hidden;
	margin-top: 8px;
}

.news-list .item .text .info {
	width: 100%;
	display: flex;
	height: 24px;
	margin-top: 12px;
	font-size: 14px;
	color: #7C7C7C;
}

@media screen and (max-width: 767px) {
	.news-list.splidemob:after {
		content:'';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 20px;
		background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%)
	}

	.news-list.splidemob {
		position: relative;
		margin-right: -15px;
	}

	.news-list.splidemob .item {
		width: 330px;
		margin: 0 0px 0 0;
		padding: 0 30px 0 0;
	}
}

.banner-image {
	text-align: center;
	margin-bottom: 20px;
}
.banner-image a {
	display: block;
	width: max-content;
	margin: 0 auto;
	/*padding: 10px;
	border-radius: 8px;
	border: 1px solid #E1E5E9;*/
	-webkit-transition: border-color ease .2s;
	-moz-transition: border-color ease .2s;
	-ms-transition: border-color ease .2s;
	-o-transition: border-color ease .2s;
	transition: border-color ease .2s;
}
.banner-image a:hover {
	border-color: #e33;
}
.banner-image a img {
	display: block;
	border-radius: 6px;
}

@media screen and (max-width: 401px) {
	.banner-image a {
		width: auto;
	}
}
.panel-fixed {
	display: none;
}
@media screen and (max-width: 767px) {
	.panel-fixed {
		z-index: 10000;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 10px;
		display: flex;
		padding: 8px 10px;
		background: #fff;
	}
	.panel-fixed .mob-item.tocall{
		width: auto;
	}
	.panel-fixed .mob-item .ahref{
		color: #fff;
		text-decoration: none;
	}
	.panel-fixed .mob-item {
		border: 1px solid #eee;
		/*width: 30px;
		height: 30px;*/
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 10px;
		padding: 5px 10px;
		background: #1c9cf5; /*1c9cf5  22a6fc*/
	}
	.panel-fixed .mob-item .svg-icon {
		fill:#fff;
	}
	.panel-fixed .mob-item .svg-icon.icon-stroke {
		stroke:#fff;
		fill:transparent;
	}
}
.head-biznes-razmech {
	display: flex;
	justify-content: center;
	padding-left: 5px;
	padding-right: 5px;
}
.mobile .head-biznes-razmech {
	display: flex!important;
	justify-content: center;
	align-items: center;
	background-color: #d90029!important;
	padding:0!important;
}
.head-biznes-razmech .icon-svg-razm{
	width: 17px!important;
	margin-right: 4px;
	/*flex: 1 0 auto;*/
}

/*  */

.bot_rating {
	margin-top: 20px;
	margin-bottom: 15px;
}
.bot_rating .rating-stars{
	display: flex;
	flex-wrap: wrap;
}
.bot_rating .rating-stars .svg-icon.grey {
	fill: #7a7a7a ;
}
.bot_rating .rating-stars .svg-icon {
	fill: #ffd500;
	margin-right: 5px;
	width: 16px;
}
.bot_rating .rating-stars .numbers {
	margin-left: 10px;
	line-height: 26px;
}

.head-biznes-razmech span {
  line-height: 24px;
}


/* */

.image-fastsee .img-element {
	width: 92%;
	margin-right: 10px;
	max-width: 100%;
	height: 190px;
	vertical-align: middle;
	display: inline-block
}
.image-fastsee .img-element:last-child {
	margin-right: 0;
}

@media (min-width: 576px) {

	.image-fastsee .img-element {
		width:auto;
		flex-basis: 50%;
		margin-right: 0;
		display: block;
		height: 186px;
		margin: 0 2px
	}
	.image-fastsee .img-element:first-child .pic {
		opacity: 1
	}
}

.image-fastsee {
	width: 100%;
	height: 190px;
	position: relative;
	margin-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
	opacity: 0.99;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	vertical-align: middle;
	border-radius: 6px 6px 0px 0px;
}

@media (min-width: 576px) {
	.image-fastsee {
		overflow-x:hidden;
		padding: 0;
		display: flex;
		align-items: stretch
	}
}

.image-fastsee .pic {
	width: 100%;
	/*margin-right: 10px;*/
	max-width: 100%;

	height: 190px;
	object-fit: cover;
	vertical-align: middle;
	transition: opacity 300ms;
	border-radius:0;

}

@media (min-width: 576px) {
	.image-fastsee .pic {
		border-radius:3px 3px 0 0;
		width: 100%;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		font-size: 8px;
		z-index: -1
	}
	.image-fastsee:hover .img-element {
		border-bottom: 2px solid rgba(255, 255, 255, 0.7);
	}
	.image-fastsee:hover .img-element:hover {
		border-color: #3174bb;
	}
	.image-fastsee .img-element:first-child .pic {
		opacity: 1;
	}
	.image-fastsee:hover .img-element:hover .pic {
		opacity: 1;
	}
}









/* .image-fastsee {
     width: 100%;
     height: 190px;
     position: relative;
     margin-bottom: 0px;
     padding-left: 1rem;
     padding-right: 1rem;
     opacity: 0.99;
     white-space: nowrap;
     overflow-x: auto;
     overflow-y: hidden;
     vertical-align: middle;

     overflow-x: hidden;
     padding: 0;
     display: flex;
     align-items: stretch;
 }
 .image-fastsee .img-element {
     max-width: 100%;
     vertical-align: middle;
     width: auto;
     flex-basis: 50%;
     display: block;
     height: 186px;
     margin: 0 2px;
 }
 .image-fastsee:hover .img-element {
     border-bottom: 2px solid rgba(255, 255, 255, 0.7);
 }
 .image-fastsee .img-element .pic {
     border-radius: 3px 3px 0 0;
     width: 100%;
     opacity: 0;
     position: absolute;
     top: 0;
     left: 0;
     margin: 0;
     font-size: 8px;
     z-index: -1;
     max-width: 100%;
     object-fit: cover;
     transition: opacity 300ms;
 }
  .image-fastsee:hover .img-element:hover {
     border-color: #3174bb;
 }
 .image-fastsee .img-element:first-child .pic {
     opacity: 1;
 }
 .image-fastsee:hover .img-element:hover .pic {
     opacity: 1;
 }

 */
 
 /*  */

.bot_rating {
	margin-top: 20px;
	margin-bottom: 15px;
}
.bot_rating .rating-stars{
	display: flex;
	flex-wrap: wrap;
}
.bot_rating .rating-stars .svg-icon.grey {
	fill: #7a7a7a ;
}
.bot_rating .rating-stars .svg-icon {
	fill: #ffd500;
	margin-right: 5px;
	width: 16px;
}
.bot_rating .rating-stars .numbers {
	margin-left: 10px;
	line-height: 26px;
}

.section-map .boxtitle{
	padding-bottom: 20px;
}

.section-map .mtitle{
	padding-top: 50px;
}

.ymaps-2-1-79-gototaxi,
.ymaps-2-1-79-gototech {
    display: none!important;
}

.section-map #map{
	filter: blur(2px);
  	-webkit-filter: blur(2px);
  	-moz-filter: blur(2px);
}

.section-map #map.active{
	filter: none;
  	-webkit-filter: none;
  	-moz-filter: none;
}

#wrapper_map{
	position: relative;
}

.card_wrapp__form{
	position: absolute;
	width: 100%;
	height: 100%;
	//background-color: white;
	//opacity: 0.7;
	left: 0;
	top: 0;
}

.card_page__form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(227,231,243,0.8);
	width: 380px;
	height: 380px;
	border-radius: 50%;
}


.card_page__address .btn-main-primary--arrow {
  width: 230px;
}
.card_page__address .card_page__form--btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
.btn-main-primary--arrow {
  width: 257px;
  height: 60px;
  border-radius: 3px;
  gap: 10px;
  text-transform: uppercase;
}
.btn-main-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #d90029;
  border-color: #d90029;
  cursor: pointer;
}


.card_page__input {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.card_page__address.active .card_page__input {
  display: block;
}

.card_page__address.hide{
	display: none;
}

.card_page__input--field {
  width: 230px;
  padding: 15px;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  border-width: 0;
  outline: none;
}

.card_page__address .btn-main-primary--arrow {
  width: 230px;
}


.btn-main-primary:hover, .btn-main-primary:active {
  background-color: #0F2039;
  color: #fff;
}
.card_page__address .btn-main-primary--arrow {
  width: 230px;
}
.card_page__address .card_page__form--btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.card_page__address.active .card_page__form--btn {
  display: none;
}

.card_page__form--text {
  display: none;
}

#jGrowl{
	display: none;
}


@media (min-width: 1200px) {
  .add_to_favorite {
    
  }
}
@media (min-width: 576px) {
  .add_to_favorite {
    top: 13px;
    left: auto;
    bottom: auto;
    right: 10px;
  }
	.page-biznesobj .add_to_favorite {
		//left: 30px;	
		//right: auto;
	}
}

@media (min-width: 1380px) {
	.product-image {
		display: inline-block;
	}	
}

.add_to_favorite {
  padding: 5px;
  position: absolute;
  top: 13px;
  left: auto;
  bottom: auto;
  right: 30px;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: rgba(48,65,102,0.9);
  border-radius: 50%;
  justify-content: center;
  border: none;
}



.add_to_favorite__icon {
  fill: rgba(255,255,255,0.7);
  pointer-events: none;
  z-index: 2;
opacity: 0.5;
}


@media (min-width: 768px) {
  .add_to_favorite-text {
    padding-right: 62px;
  }
}
.add_to_favorite-text {
  position: absolute;
  display: none;
  white-space: nowrap;
  color: white;
  font-size: 14px;
  cursor: pointer;
  background: rgba(48,65,102,0.9);
  border-radius: 6px;
  text-align: left;
  line-height: 1;
  left: auto;
  right: -3px;
  bottom: auto;
  padding: 10px 10px;
    padding-right: 10px;
  padding-right: 36px;
  top: 14px;
  transform: translateY(-50%);
  z-index: 1;
  
}

.add_to_favorite-text a{
	text-decoration: underline;
}

.add_to_favorite:hover .add_to_favorite-text{
	display: block;
}

.add_to_favorite:hover .add_to_favorite__icon{
	opacity: 1;
}

.position-relative{
	position: relative;
}

.item:hover .add_to_favorite,
.item .add_to_favorite.active{
	opacity: 1;
	transition: 300ms;
}

.add_to_favorite.active .add_to_favorite__icon {
  fill: #28E5FF;
  opacity: 1;
}

.top-bar__favorite {
  background-color: #d90029;
  padding: 2px 8px;
  margin-bottom: 10px;
  color: white;
  display: inline-block;
  border-radius: 4px;
}

.top-bar__favorite.mobile{
	display: flex !important;
	justify-content: center;
	align-items: center;
	background-color: #d90029 !important;
	padding: 0 !important;
}

.top-bar__favorite:hover {
	text-decoration: none;
	background-color: #b30022;	
}

.mm-spn .top-bar__favorite span{
	display: inline;
}

.mm-spn .top-bar__favorite span span{
	padding: 0;
}


.row.history {
	position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.history .heading2{
	font-size: 40px;
}

.history .mb50 {
  margin-bottom: 50px;
}
.history .pt50 {
  padding-top: 50px;
}
.history .detail-description h2, .history .heading2 {
  font-size: 24px;
  line-height: 30px;
}

.history .mb10 {
  margin-bottom: 10px;
}
.history .mt10 {
  margin-top: 10px;
}
.history .color-main {
  color: #d90029;
}

.history .text {
  font-size: 14px;
  line-height: 20px;
}

.history .life{
	position: relative;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.history .life::before {
  margin: 4px auto 0;
  width: 1px;
  height: 100%;
  border-right: 2px dashed #E2E2E2;
}
.history .life::after, .history .life::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
}

.history .life::after {
  bottom: -8px;
  width: 160px;
  height: 100px;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#FFF));
  background: linear-gradient(180deg,rgba(255,255,255,0) 0,#FFF 100%);
  margin: 0 auto;
}


.history .life-item:nth-child(2n+1)::before {
  right: -8px;
  top: 4px;
}
.history .life-item::before {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;

  -webkit-border-radius: 100%;
  border-radius: 100%;

  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.25);
  box-shadow: 0 2px 4px rgba(0,0,0,.25);
}
.history .life-item::after, .history .life-item::before {
  position: absolute;
  background-color: #d90029;
  content: '';
}

.history .life-item:nth-child(2n+1)::after {
  right: 20px;
  top: 12px;
}
.history .life-item::after {
  top: 0;
  width: 65px;
  height: 1px;
}

.history .life-item:nth-child(2n+1) {
  text-align: right;
  padding-right: 100px;
}
.history .life-item {
  position: relative;
}

.history .life-item:nth-child(2n) {
  padding-top: 100px;
  padding-left: 100px;
  text-align: left;
}


.history .life-item:nth-child(2n)::before {
  left: -8px;
  top: 105px;
}
.history .life-item::before {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.25);
  box-shadow: 0 2px 4px rgba(0,0,0,.25);
}

.history .life-item:nth-child(2n)::after {
  left: 20px;
  top: 112px;
}
.history .life-item::after {
  top: 0;
  width: 65px;
  height: 1px;
}


.history .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.map-area {
	position: relative;
}

.contacts-form-close {
  position: absolute;
  display: block;
  background-color: white;
  right: 7px;
  top: 5px;
  cursor: pointer;
}

.contacts-form{
position: absolute;
  left: 42px;
  top: 12px;
  z-index: 1;
  background-color: white;
  padding: 18px;
  border: 1px solid #d90029;
}

.contacts-form input{
border: 1px solid #d90029;
  width: 100%;
  height: 60px;
}

.contacts-form h2{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.contacts-form h3{
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
}

.slick-slide-video {
  overflow: hidden;
}


.f-video-container {
  position: relative;
  display: block;
}
 
.f-video-player {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
 
.f-video-player iframe,
.f-video-player object,
.f-video-player embed {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
 
.f-video-cover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}


.top-bar-favorite__icon {
  position: relative;
  top: 3px;
  left: -1px;
}


@media (min-width: 1200px) {
  .history .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .history .history .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .history .life-item:nth-child(2n), .history .life-item:nth-child(2n+1) {
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0;
    margin-bottom: 30px;
  }

  .history .life::after, .history .life::before{
	display: none;
  }

  .history .life-item::before,
  .history .life-item::after{
	display: none;
  }
}

@media (max-width: 800px) {

	.fancybox-slide .fancybox-content {
		position: fixed;
		top: 20px;
		left: 5%;
		width: 90%;
	}

	.fancybox-slide .fxsucsessf.fancybox-content {
		top: 30%;
	}

}

@media (max-width: 600px) {

    .btn-area-ct .btn {
		margin-right: auto;
		margin-bottom: 10px;
		width: 80%;
    }

}



/************ compare *********/

.compare .content_box__title {
	font-family: 'Roboto', Arial, san-serif;
	position: relative;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 43px;
	font-weight: 500;
	text-align: left;
	padding: 50px 0;
	margin: 0;
}


.compare .card_page__compare {
	background: #E9EEF2;
	padding: 60px 0;
	padding-bottom: 60px;
}


.compare .splide3n_compare .splide__arrows {
  position: absolute;
  top: -95px;
  right: 0;
  width: 120px;
  height: 50px;
  display: flex;
}

.compare_businesses {

  //min-width: 600px;	

  margin-bottom: 40px;
  position: relative;
  background: rgba(255,255,255,0.6);
  border-radius: 6px;
  border: solid 1px #E9EEF2;

  display: flex;

}

.compare_businesses__card {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  
}

.compare_businesses__card {
	color: #11141F;
	width: 373px;
	flex: 1;	
	//margin-right: 20px;
}


.compare_businesses__box {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
  flex: 2;
}

.compare_businesses__box .cartbox-list .item {
	margin-right: 20px;
}

.compare_businesses__card .cartbox-list .item {
	margin-right: 20px;
	min-height: 468px;
	max-width: 373px;
}

.compare_businesses__box .cartbox-list .item {
	margin-right: 20px;
	min-height: 468px;
	max-width: 373px;
}


.compare_businesses .item .title {
	min-height: 88px;
}



.compare_businesses .cartbox-list .item .title.mobile{
  display: none;
}





@media (max-width: 800px) {

	.compare .content_box__title {
		font-size: 20px;
		padding: 50px 0;
	}


	.compare_businesses .splide3n_compare .splide__arrows {
		top: -98px;
	}

	.compare_businesses .cartbox-list .item .title{
		padding: 0;
		display: none;
	}
	
	.compare_businesses .cartbox-list .item .title.mobile{
		display: block;
		min-height: 63px;
		font-size: 14px;
	}
	


	.compare_businesses__card {
		width: 50%;
		flex: auto;
		margin-right: 10px;
	}

	.compare_businesses__box {
		width: 50%;
		flex: auto;
	}

	.cartbox-list .item {
		width: 100%;
		display: block;
	}

	.compare_businesses .image-fastsee .img-element {
		margin-right: 0;
		width: 100%;
		height: 115px;
	}


	.compare_businesses .cartbox-list .item .imgage {
		height: 115px;
	}

	.compare_businesses .image-fastsee {
		height: 115px;
	}


	.compare_businesses .cartbox-list .item {
		min-height: 359px;
	}


	.compare_businesses .cartbox-list .item .imgage img {
		height: 115px;
		margin-right: 0;
	}

	.compare_businesses .cartbox-list .item .location {
		padding: 0;
		text-align: left;
	}

	.compare_businesses .cartbox-list .item .props {
		padding: 0;
	}

	.compare_businesses .cartbox-list .item .props .value {
		min-width: auto;
		padding: 0;
	}

	.compare_businesses .cartbox-list .item .btns-area {
		display: block;
	}

	.compare_businesses .cartbox-list .item .btns-area .cost + .column.more {
		width: auto;
		padding: 0;
	}

	.compare_businesses .cartbox-list .item .btns-area .column {
		padding: 0;
		text-align: right;
	}

}

.compare_businesses__box .cartbox-list{
	position: inherit;
}

.compare_businesses__card.current {
  box-shadow: 0px 2px 16px rgba(184,195,230,0.38);
  border-radius: 0px 0px 6px 6px;
}


.compare_businesses__header {
  display: block;
  height: 170px;
  margin-bottom: 50px;
  text-align: center;
}

.compare_businesses__body {
  color: #304166;
  width: 260px;
}

.compare_businesses__body > div:nth-child(2n+1) {
  background: #E9EEF2;
}
.compare_businesses__body > div:first-child {
  font-weight: bold;
}
.compare_businesses__body.empty > div {
  text-align: left;
  padding-left: 24px;
  width: auto;
  font-weight: bold;
  color: #11141F;
}

.compare_businesses__body > div:nth-child(2n) {
  background: #fff;
}
.compare_businesses__body.empty > div {
  text-align: left;
  padding-left: 24px;
  width: auto;
  font-weight: bold;
  color: #11141F;
}
.compare_businesses__body > div {
  text-align: center;
  font-size: 0.9rem;
  line-height: 2;
}



.compare_businesses__nav {
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: end;
  gap: 10px;
  margin: 0 30px;
}

.compare_businesses__row--label {
  display: none;
}

.splide3n_compare{
	width: 100%;
}

/****************************/

.get_report {
  background: #a0001e;
  border-radius: 6px;
  margin: 30px 0;
}


.get_report--left {
  padding: 40px;
  gap: 10px;
}



.get_report__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #FFFFFF;
}

.get_report__call {
  font-size: 16px;
  line-height: 22px;
  color: #E1E8FF;
}

.get_report__call a {
  padding-left: 5px;
  color: #E1E8FF;
  font-weight: bold;
}

.get_report__bg {
  background: radial-gradient(50% 50% at 50% 50%, rgba(184,195,230,0.6) 0%, rgba(30,36,55,0) 100%);
}

.get_report__bg .btn-main-primary:hover {
  background: #fff;
  color: #11141F;
}

.get_report .btn-main-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #304166;
  border-color: #304166;
  cursor: pointer;
}

.get_report .btn-main-primary--arrow {
  width: 257px;
  height: 60px;
  border-radius: 3px;
  gap: 10px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .get_report .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .get_report .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

.get_report__img {
  position: relative;
  margin-top: -10px;
  right: -90px;
}

.get_report__bg .btn-main-primary {
  background: #E3EAFF;
  color: #11141F;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translate(0%, -50%);
}

.get_report__img img {
  width: 283px;
  height: 187px;
}

.get_report__bg .btn-main-primary {
  background: #E3EAFF;
  color: #11141F;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translate(0%, -50%);
}

.get_report .btn-main-primary--arrow svg {
  transform: rotate(45deg);
}

/*************************/

#report.modalform.fancybox-content{
	max-width: 100%;
}


.bb-form {
  max-width: 900px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  background: #fff;
  //padding: 25px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.bb-form h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #333;
}

.bb-form .accordion-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.bb-form .accordion-item h3 {
  margin: 0;
  padding: 15px;
  background: #f7f7f7;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #444;
}

.bb-form .accordion-item h3:hover {
  background: #eaeaea;
}

.bb-form .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 15px;
}

.bb-form .accordion-content.active {
  padding: 15px;
  max-height: 3000px;
}

.bb-form .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  align-items: center;
}

.bb-form .form-row label {
  flex: 1 1 35%;
  font-weight: 600;
  padding-right: 10px;
  min-width: 150px;
}

.bb-form .form-row .field {
  flex: 1 1 60%;
}

.bb-form input[type="text"],
.bb-form input[type="email"],
.bb-form input[type="tel"],
.bb-form input[type="url"],
.bb-form textarea,
.bb-form select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.bb-form input:focus,
.bb-form textarea:focus,
.bb-form select:focus {
  outline: none;
  border-color: #d90029;
  box-shadow: 0 0 5px rgba(74,144,226,0.5);
}

/*
.bb-form .radio-group {
  display: flex;
  gap: 15px;
}
*/
.bb-form .radio-group label {
  font-weight: normal;
}

.bb-form button[type="submit"] {
  background-color: #d90029;
  color: #fff;
  font-size: 16px;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.bb-form button[type="submit"]:hover {
  background-color: #aa001f;
  transform: translateY(-2px);
}

.bb-form input.error, 
.bb-form select.error, 
.bb-form textarea.error {
  border: 2px solid #E94B35;
  background-color: #FFE6E6;
}

.bb-form .accordion-item.af-error-block .accordion-button {
    background-color: #ffe6e6;
    color: #b30000;
    font-weight: bold;
}


.bb-form .file-upload {
    position: relative;
}

.bb-form .file-upload input[type="file"] {
    display: none;
}

.bb-form .file-label {
    display: inline-block;
    padding: 8px 15px;
    background: #007bff;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.bb-form .file-name {
    margin-left: 10px;
    font-size: 14px;
    color: #555;
}


@media (max-width: 1000px) {

	#report.modalform.fancybox-content {
		//max-width: 80%;
		height: 100%;
	}

}


@media (max-width: 600px) {


	.page-biznesobj .left-side {
		margin-bottom: 0;
	}

	.get_report {
		max-width: 374px;
		margin-left: auto;
		margin-right: auto;
		display: block !important;
		height: 187px;
	}

	.get_report__title {
		font-size: 16px;
		line-height: normal;
		padding: 10px 24px;
	}

	.get_report .col-12 {
		max-width: none;
		padding: 7px;
	}

	.get_report__bg .btn-main-primary {
		left: 12%;
		width: 194px;
		height: 45px;
		top: 37px;
	}

	.get_report__img {
		position: relative;
		margin-top: 0;
		right: 0;
		text-align: right;
	}

	.get_report__img img {
		width: auto;
		height: 81px;
	}
	
	#report .personal .outlabel input{
		position: relative;
		margin: 10px;
	}
}