﻿@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("../fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "NeoSansProBold";
    src: url("../fonts/NeoSansProBold/NeoSansProBold.eot");
    src: url("../fonts/NeoSansProBold/NeoSansProBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/NeoSansProBold/NeoSansProBold.woff") format("woff"),
    url("../fonts/NeoSansProBold/NeoSansProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "NeoSansProRegular";
    src: url("../fonts/NeoSansProRegular/NeoSansProRegular.eot");
    src: url("../fonts/NeoSansProRegular/NeoSansProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/NeoSansProRegular/NeoSansProRegular.woff") format("woff"),
    url("../fonts/NeoSansProRegular/NeoSansProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
html, body {
	margin:0px;
	padding:0px;
    font-size:13px;
	font-family: "NeoSansProRegular";
	line-height:18px;
}
a.tel {
    color: inherit;
    transition: 0.4s;
    display: inline-block;
}
a.tel:hover {
    opacity: 0.6;
    color: inherit;
}
.height64 {
	height:64px;
}
.phone-area {
	margin-left: 25%;
}
.statsoft {
	padding-top:40px;
	background:url(../images/phonbg.png) no-repeat bottom right;
}
.fix-widt {
	width:150px;
}
.phone-area p:before {
	content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    margin-left: -20px;
    margin-top: 2px;
    background: url(../images/minphone.png) no-repeat;
}

.phone-area p.tel-1:before {
	background: url(../images/lifecell.svg) no-repeat;
}

.phone-area p.tel-2:before {
	background: url(../images/vodafone.svg) no-repeat;
}

.phone-area p.tel-3:before {
	background: url(../images/kyivstar.svg) no-repeat;
}

.backgrond-iframe {
    background: url(../images/1111.jpg) top left no-repeat;
    background-size: cover;
    position: relative;
}

.backgrond-iframe:before {
    content: '';
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe_zakaz {
	max-width: 570px;
	display: flex;
    z-index: 10;
    position: relative;
}

.fixed {
  position:fixed;
  top:0;
  left:0;
  width: 100%;
}

header {
	/*padding-bottom: 1px;*/
	width:100%;
	color:#fff;
    background: rgba(0,0,0,0.3);
}
header span {
	color:#e31e25;
}
header p{
	margin:0px;
}

.logo img{
	max-width:100%;
	margin:0px auto;
	display:block;
}
.logo {
	padding-top:12px;
	padding-right: 30px !important;
}
.info-area {
	height:70px;
	padding:12px 0px;
}
.black-bg , .red-bg {
	float:left;
	height:41px;
	text-align:center;
	line-height:41px;
	text-transform:uppercase;
}
.black-bg {
    background: rgba(0,0,0,0.3);
	cursor:pointer;
}
.black-bg:hover {
    background: #1e2a32;
}
.red-bg {
	background:#e31e24;
	cursor:pointer;
}
.red-bg:hover {
	background:#ff0000;
}
#blfix{
    display:none;
    position:fixed;
    bottom:0;
	z-index:100;
	color:#fff;
    background: rgba(30, 42, 50, 0.85);
    border-top: 4px solid #e31e24;
    width: 100%;
    padding: 10px;
}

#blfix ul{
	padding:0px;
	margin:0px;
	display: table;
	width: 100%;
	table-layout: fixed;
}

#blfix li{
	display: table-cell;
	text-align: center;
	border-left: none;
	vertical-align: middle;
	font-family: "NeoSansProBold";
	font-size:18px;
	text-transform:uppercase;
}
#blfix a.zakaz {
    background: #e31e25;
    text-align: center;
    color: #fff;
   font-family: "NeoSansProRegular";
    font-size: 18px;
    text-decoration: none;
    line-height: 32px;
    display: inline-block;
    width: 100%;
}

.flex {
    display: flex;
    flex-direction: row;
}

.pol {
    max-width: 50%;
}

@media screen and (max-width:600px) {
    .flex {
        flex-direction: column;
    }

    .pol {
        max-width: 100%;
    }
}

.city {
	width:44%;
	position:relative;
	float: left;
	background: #e31e24;
    height: 41px;
    text-align: center;
    line-height: 41px;
    text-transform: uppercase;
}
.city p {
	padding-left:16px;
}
.fixmt16 {
	margin-top:16px;
}
.city p:before {
    content: "";
    width: 13px;
    height: 18px;
    background: url(../images/position.png) no-repeat;
    display: inline-block;
    margin-left: -18px;
    top: 11px;
    position: absolute;
}
.sc ul a:before {
    content: "";
    width: 13px;
    height: 18px;
    background: url(../images/position.png) no-repeat;
    display: inline-block;
    margin-left: -18px;
    top: 0px;
    position: absolute;
}
.select-city {
	width:56%;
	position:relative;
}
@media (max-width: 992px) {
	.city, .select-city {
		width: 50%;
	}
	.phone-area {
	    margin-left: 0;
	}
	.info-area p {
		text-align:center;
	}
}
.onlin-zakaz {
	width:100%;
}
.as , .gp {
	width: 48%;
	text-transform:none;
	position:relative;
}
.gp  {
	float:right;
}
.gp p, .as p {
	padding-left:18px;
	margin: 0px;
    color: #fff;
}
.store {
	width:260px;
	margin:0px auto;
	height: 40px;
}
.gp p:before {
    content: "";
    width: 19px;
    height: 21px;
    background: url(../images/google.png) no-repeat;
    display: inline-block;
    margin-left: -24px;
    top: 11px;
    position: absolute;
}
.as p:before {
    content: "";
    width: 14px;
    height: 27px;
    background: url(../images/appstore.png) no-repeat;
    display: inline-block;
    margin-left: -20px;
    top: 7px;
    position: absolute;
}
.img-phone {
	float:left;
}
.des-phone {
	float: left;
    margin-top: 5px;
    margin-left: 5px;
}
p.zakazmob {
	font-size:13px;
        font-weight:bold;
}
span.big-num {
	font-size:38px;
	font-family: "NeoSansProBold";
	color:#fff;
}
.disnonem {
	display:none;
}
#slider {
	/* background:url(../images/header-bg.jpg) top center no-repeat;
	background-size:cover; */
	max-width:100%;
	position:relative;
}
/************************************************************************************
v?
*************************************************************************************/
#nav-wrap {
    background: #e31e24;
    display: block;
    width: 100%;
    height: 60px;
}
.menunew {
    background: rgba(30, 42, 50, 0.85);
    z-index: 200000;
    /* margin-top: 16px; */
    border-bottom: 4px solid #e31e24;
}

/* 믭랠 */
#menu-icon {
	display: none; /* 뱻㡥ꡨ믭뱠𐱨 鮨????騠????*/
}

#nav-wrap .menu li {
	margin: 0;
	padding: 0;
}
#nav-wrap .menu {
	margin: 0px auto;
	padding: 0;
}
#nav-wrap .menu li {
	list-style: none;
	float: left;
}

/* 򼬪桭ᣨ䡶馠*/
#nav-wrap .menu a {
	padding: 23px 15px 19px;
	display: block;
	color: #fff;
	text-transform:uppercase;
	font-size: 15px;
	text-decoration:none;
}
#nav-wrap li.parent li a {
	padding: 2px 10px;
	display: block;
	color: #fff;
	text-transform:uppercase;
	font-size: 13px;
	text-decoration:none;
}

.banner-block {
	position: relative;
	width: 100%;
	max-width: 350px;
}

.banner-block img {
	display: block;
	width: 100%;
}

#nav-wrap .menu a:hover {
	background-color: #ed1f24;
	//box-shadow: inset 0 -2px 0 white;
}

/* 𐡤Ό駠򰩱蘒*/
#nav-wrap .menu ul {
    background:url(../images/fixmenu.png) top center repeat-x #1e2a32;
    padding: 0px;
    //box-shadow: 3px 4px 4px -1px #e31e24;
    position: absolute;
    display: none;
    z-index: 200000;
    width: 200px;
}
#nav-wrap .menu ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav-wrap .menu li:hover > ul {
	display: block; /* 㼢泌ꡱ𐩱蘒*/
	padding-top:4px;
}

/************************************************************************************
?
*************************************************************************************/
@media screen and (max-width: 992px) {

	#nav-wrap {
		position: relative;
	}

	/* 믭랠 */
	#menu-icon {
    color: #fff;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
    text-align: center;
     text-transform:uppercase;
    font-size: 24px;
    line-height: 60px;
	}
	#menu-icon:hover {
		background-color: #e31e25;
	}
	#menu-icon.active {
		background-color: #e31e25;
	}

	/* ᣨ䡶袠*/
	#nav-wrap .menu {
    clear: both;
    position: absolute;
    width: 100%;
    z-index: 10000;
    padding: 3px;
    background: #e31e25;
	margin:0px;
    display: none;
	}
	#nav-wrap .menu li {
    clear: both;
    float: none;

    background: rgba(0,0,0,0.3);
    cursor: pointer;
    margin: 3px 0px;
    padding: 3px;
	}
	#nav-wrap .menu a,
	#nav-wrap .menu ul a {
		font: inherit;
		background: none;
		display: inline;
		padding: 0;
		font-size:13px;
		color: #fff;
		border: none;
	}
	#nav-wrap .menu a:hover,
	#nav-wrap .menu ul a:hover {
		background: none;
		color: #ff0000;
	}

	/* 𐡤Ό駠򰩱蘒*/
	#nav-wrap .menu ul {
		width: auto;
		position: static;
		display: block;
		border: none;
		background: inherit;
	}
	#nav-wrap .menu ul li {
		margin: 3px 0px;
	}

}

@media screen and (min-width: 992px) {

	/* 즬殲 #nav 寫禭 ⼲ 㩤魻ꡢ 鱮믽뱠硢汱馠*/
	#nav-wrap .menu {
		display: table !important;
	}

}
/************************************************************************************
?? v?
*************************************************************************************/
.prioriti_wrapper .prioriti {
	background-color: transparent;
}
.prioriti_wrapper .prioriti .row {
	background-image: url('../images/header-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.prioriti {
	bottom:0px;
	width: 100%;
    background: rgba(0,0,0,0.2);
}
.box:first-child {
	border-left: 0px;
}
.loaderArea {
  background: linear-gradient(90deg, #FF4E50 10%, #F9D423 90%);
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right:0;
  bottom:0;
  z-index: 100000;
}
.loader {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
}

.loader:before,
.loader:after {
  content: "";
  height: 40px;
  width: 40px;
  border: 8px solid rgba(255,255,255,.5);
  border-radius: 10px;
  position: absolute;
  top: 0;
}

.loader:before {
  animation: animate 2s infinite linear;
}

@keyframes animate {
  0% {
    transform: rotate(0) skew(0);
  }

  100% {
    transform: rotate(180deg) skew(360deg);
  }
}


.loader:after {
  animation: animate2 2s infinite linear;
}

@keyframes animate2 {
  0% {
    transform: rotate(0) skew(0);
  }

  100% {
    transform: rotate(-180deg) skew(-360deg);
  }
}
.head1fix {
	min-height: 110px;

}
.box {
	background: rgba(0,0,0,0.6);
	color:#fff;
	border-left: 1px solid #000;
}
.box:hover {
	background: rgba(0,0,0,0.8);
}
.box h6{
	font-size:14px;
	font-family: "NeoSansProBold";
	margin:5px 0px;
	color:#e31e25;
}
.box p{
	margin:5px 0px;
}
.box  img {
	float: left;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
        padding-left: 10px;
    display: block;
}
.img-part {
	display:table-cell;
	vertical-align:middle;
}
.text-part {
	display: table-cell;
    vertical-align: middle;
}
.fix-part {
	background: rgba(0,0,0,0.3);
	margin-bottom:25px;
}
.fix-part p {
	margin:15px 0px;
}
.uslugi {
	height:95px;
	margin-top:10px;
	box-shadow: 0px 0px 2px 0px #000000;
}
.uslugi:hover {
	box-shadow: 0px 0px 2px 0px #e31e25;
}
.usafiks a {
	text-decoration:none;
}

.uslugi h6{
	color: #212121;
	font-size: 14px;
	font-family: "NeoSansProBold";
	//letter-spacing: 0.5px;
	text-transform:uppercase;
	margin:0px 0px 0px 80px;
	padding-top:10px;
}
.uslugi:hover h6{
color:#e31e25;
}
.uslugi p{
	color: #464541;
	font-size: 13px;
	margin:5px 5px 0px 80px;
	text-decoration:none;
}

.fon1 {
	background:url(../images/fon1.png) no-repeat 10px 25px #fafafa;
}
.fon1:hover {
	background:url(../images/fon1hover.png) no-repeat 10px 25px #f2f2f2;
}
.fon2 {
	background:url(../images/fon2.png) no-repeat 10px 25px #fafafa;
}
.fon2:hover {
	background:url(../images/fon2hover.png) no-repeat 10px 25px #f2f2f2;
}
.fon3 {
	background:url(../images/fon3.png) no-repeat 10px 25px #fafafa;
}
.fon3:hover {
	background:url(../images/fon3hover.png) no-repeat 10px 25px #f2f2f2;
}
.fon4 {
	background:url(../images/fon4.png) no-repeat 10px 25px #fafafa;
}
.fon4:hover {
	background:url(../images/fon4hover.png) no-repeat 10px 25px #f2f2f2;
}
.fon5 {
	background:url(../images/fon5.png) no-repeat 10px 25px #fafafa;
}
.fon5:hover {
	background:url(../images/fon5hover.png) no-repeat 10px 25px #f2f2f2;
}
.fon6 {
	background:url(../images/fon6.png) no-repeat 10px 25px #fafafa;
}
.fon6:hover {
	background:url(../images/fon6hover.png) no-repeat 10px 25px #f2f2f2;
}
.fon7 {
	background:url(../images/fon7.png) no-repeat 10px 25px #fafafa;
}
.fon7:hover {
	background:url(../images/fon7hover.png) no-repeat 10px 25px #f2f2f2;
}
.fon8 {
	background:url(../images/fon8.png) no-repeat 10px 25px #fafafa;
}
.fon8:hover {
	background:url(../images/fon8hover.png) no-repeat 10px 25px #f2f2f2;
}
.fon9 {
	background:url(../images/fon9.png) no-repeat 10px 25px #fafafa;
}
.fon9:hover {
	background:url(../images/fon9hover.png) no-repeat 10px 25px #f2f2f2;
}
.fon10 {
	background:url(../images/fon10.png) no-repeat 10px 25px #fafafa;
}
.fon10:hover {
	background:url(../images/fon10hover.png) no-repeat 10px 25px #f2f2f2;
}
.fon11 {
	background:url(../images/fon11.png) no-repeat 10px 25px #fafafa;
}
.fon11:hover {
	background:url(../images/fon11hover.png) no-repeat 10px 25px #f2f2f2;
}
.fon12 {
	background:url(../images/fon12.png) no-repeat 10px 25px #fafafa;
}
.fon12:hover {
	background:url(../images/fon12hover.png) no-repeat 10px 25px #f2f2f2;
}
.mob-soft {
/* 	width:100%;
	background:url(../images/mobbg.jpg) top center no-repeat; */
	background-size:cover;
    margin-top: 10px;
	color: #fff;
}

.bottom-info {
	width:100%;
}
.bottom-info .actions, .bottom-info .article-info, .bottom-info .pagenav {
	display:none;
}
.item-page {

}
.bottom-info h2, .bottom-info h6, .bottom-info h1{
	margin-top:20px;
	margin-bottom:8px;
	line-height:36px;
       text-transform:uppercase;
	border-bottom:1.5px solid #ededed;
}
h2, h1 {
    display: block;
    font-size: 18px;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-family: "NeoSansProBold";
}
.bottom-info h2 a, .bottom-info h6, .bottom-info h2 a{
	text-decoration:none;
        text-transform:uppercase;
	color: #000;
	font-size: 18px;
	font-family: "NeoSansProBold";
}
.dostoinstva {
	padding:30px 0px;
}


.sc {
	width:100%;
	display:none;
	position:absolute;
	left:0px;
	background:#1e2a32;
	z-index:999;

}
.select-city:hover .sc  {
	display:block !important;
}
.sc ul {
	list-style:none;
	padding-left:30px;
	margin:0px;
}
.sc ul li{
	text-align: left;
	padding:0px;
	margin:0px;
}
.sc ul a{
	text-decoration:none;
	color:#fff;
	position:relative;
    line-height: 20px;
    text-transform: uppercase;
}
.sc ul a:hover{
	color:#e31e24;
}
.dostoinstva h6 {
	font-size: 14px;
	font-family: "NeoSansProBold";
	line-height:20px;
	margin:10px 0px;
}
.dostoinstva h6 span {
	font-size: 24px;
	line-height:32px;
}
.bottom-info h2:after,.bottom-info h6:after, .bottom-info h1:after {
	background: #e31e25;
	width:70px;
	height:3px;
	position:absolute;
	content:"";
	display:block;

}
.bottom-info p, .item-page p{
font-family: "NeoSansProRegular";
font-size: 13px;
color:#464541;
line-height:18px;
}
a.min-newslink {
	text-decoration:none;
}
.min-news {
	margin-top:15px;
	width:100%;
	min-height:100px;
	background:#ededed;
	box-shadow: 0 3px 15px rgba(0,0,0,0.3);
}
a.min-newslink  span{
	color: #e31e25;
	font-size: 14px;
	font-family: "NeoSansProBold";
	margin:0px;
}

a.min-newslink  p{
	font-size: 12px;
	line-height:15px;
	margin:0px 5px 0px 0px;
}
a.min-newslink  p.ntit{
	font-size: 14px;
	line-height:15px;
	text-transform:uppercase;
	margin:12px 5px 0px 0px;
	font-family: "NeoSansProBold";
}
.news-img {
	display:table-cell;
	vertical-align:top;
	padding:10px;
}
.news-img img {
	width:65px;
	height:83px;
}
.statscol {
	margin-top:15px;
}
.statscol:last-child {
	margin-bottom:15px;
}
.statscol p {
	margin-left:20px;
	font-size: 14px;
	font-family: "NeoSansProBold";
	text-transform:uppercase;
}
.news-text {
	display:table-cell;
vertical-align:top;
}
footer {
	padding-top: 15px;
	width:100%;
}
.copyright {
	background:#e31e25;
	height:31px;
}
.copyright p {
	margin:0px;
	text-align:right;
	color: #fff;
	font-size: 12px;
	line-height:31px;
}
.footer-counters > * {
	display: inline-block;
	margin-right: 15px;
}
.footer-counters a {
	transition: 0.5s;
	opacity: 0.4;
}
.footer-counters a:hover {
	opacity: 0.8;
}
.module-footer {
	background:#1e2a32;
	width:100%;
	padding-bottom:60px;
        color: #bdbfc0;
}
.module-footer h6{
	color: #bdbfc0;
	text-transform:uppercase;
	font-size: 14px;
	font-family: "NeoSansProBold";
	margin-top:10px;
	margin-bottom:4px;
	line-height:26px;
	border-bottom:1.5px solid #ededed;
}
.module-footer h6:after {
	background: #e31e25;
	width:25px;
	height:3px;
	position:absolute;
	content:"";
	display:block;

}
.module-footer ul {
	margin:10px 0px 20px;
	padding-left:15px;
}
.module-footer ul li {
        color: #bdbfc0;
	margin:0px;
}
.module-footer ul li a {
	color: #ccc;
	font-size: 13px;
        text-decoration: none;
}
.module-footer ul li a:hover {
	color: #ff0000;

}
.skidki {
	width:100%;
	position:relative;
}
.leftskidki {
	width:42%;
	background:url(../images/skidkibg.jpg) no-repeat right top #e31e25;
	float:left;
	display:block;
	height:97px;
}
.rightskidki {
	width:58%;
	background:#d9dada;
	float:left;
	display:block;
	height:97px;
}
.skidki-content {
	position:absolute;
	z-index:1;
	width:100%;
	height:97px;
	color: white;
}
.skl {
	margin-top:20px;
}
.skl p {
	font-size: 14px;
	font-family: "NeoSansProBold";
	margin-left:40px;
}
.skl p span {
	font-size: 24px;
	font-family: "NeoSansProBold";
}
.skr p{
color: #666;
font-family: "NeoSansProRegular";
font-size: 13px;
margin-left:85px;
}
.skr a {
	padding:10px 25px;
	background:#e31e25;
	text-align: center;
	color:#fff;
	font-size: 13px;
	text-decoration:none;
	line-height: 22px;
    display: inline-block;
    margin: 28px auto;
}
.skr a:hover {
	background:#ff0000;
}

/*SLIDER STYLE*/
.slideritem {
	width: 100%;
	padding: 0px 100px;
	background-repeat: no-repeat;
	background-position: center;
}
.sltitlea {
	padding-top: 30px;
	padding-bottom: 10px;
	max-width: 450px;
}
.sltitlea p{
	margin: 0px;
	text-transform: uppercase;
	font-family: "NeoSansProBold";
}
.sl1r {
	color: #e31e24;
	font-size: 18px;
	line-height: 21px;
}
.sl1w {
	color: #ffffff;
	font-size: 18px;
	line-height: 21px;
}
.sl2r {
	color: #e31e24;
	font-size: 30px;
	line-height: 33px;
}
.sl2w {
	color: #ffffff;
	font-size: 30px;
	line-height: 33px;
}
.deskslid {
	padding-bottom: 30px;
	max-width: 450px;
}
.deskslid p {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}
.deskslid a{
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	text-transform: uppercase;
	padding:15px 30px;
	margin-top: 20px;
    display: inline-block;
	background-color: #e31e24;
	text-decoration: none;
	-webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.deskslid a:hover {
	background-color: #ff0000;
	color: #fff;
}
.slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #cacdd8;
    background: none;
    outline: 0px;
    font-size: 0px;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.slick-next {
	right: 25px;
}
.slick-next:before {
	content: ">";
	display: block;
	width: 50px;
    height: 50px;
    position: absolute;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    font-family: monospace;
    color: #cacdd8;
    top: -2px;
    left: -2px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.slick-prev {
	left: 25px;
}
.slick-prev:before {
	content: "<";
	display: block;
	width: 50px;
    height: 50px;
    position: absolute;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    font-family: monospace;
    color: #cacdd8;
    top: -2px;
    left: -2px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.slick-arrow:hover {
    border: 2px solid #ff0000;
    color: #ff0000;
}
.slick-prev:hover:before {
 	color: #ff0000;
}
.slick-next:hover:before {
 	color: #ff0000;
}
.slideritem a:empty, .slideritem p:empty {
	display: none;
}
@media (max-width: 992px) {
.fixbigphon {
	margin:0px auto;
	width:250px;
	display:block;
}
.skidki-content {
	position:relative;
	z-index:1;
	width:100%;
	height:auto;
	color: white;
	background:#d9dada;
}
.deskslid, .sltitlea {
	width: 100%;
	max-width: 100%;
	text-align: center;
}
.slideritem {
	background-image: none !important;
}
.leftskidki, .rightskidki {
	display:none;
}
.skr p, .skl p{
margin-left:0px;
}
.skl p {
    color:#e31e25;
}
.box:nth-child(1),.box:nth-child(2) {
	border-bottom: 2px solid #000;
}
.box:nth-child(3) {
	border-left: 0px;
}
}
.slmob-off {
	display:block;
}
.slmob-on {
	display:none;
}
@media (max-width: 540px) {
	.slmob-off {
		display:none;
	}
	.slmob-on {
		display:block;
	}
  .statsoft {
	padding-top:0px;
    background:none;
  }
  .slideritem {
	padding: 0px 10px;
}
.sl1r {
	font-size: 16px;
	line-height: 19px;
}
.sl1w {
	font-size: 16px;
	line-height: 19px;
}
.sl2r {
	font-size: 20px;
	line-height: 23px;
}
.slick-arrow {
	display: none !important;
}
.sl2w {
	font-size: 20px;
	line-height: 23px;
}
.deskslid {
	padding-bottom: 30px;
	max-width: 500px;
}
.deskslid p {
	color: #fff;
	font-size: 14px;
	line-height: 17px;
}
.sltitlea {
    padding-top: 20px;
}

}
@media (max-width: 768px) {
	.module-footer {
		padding-bottom:0px;
	}
#blfix {
	display:none !important;
}
  .skidki-content {
    text-align:center;
  }
  	.info-area p {
		text-align:center;
	}
  .skr a {
    margin: 5px;
}
.slider-box {
	display:none;
}
.box {
	border-bottom: 2px solid #000;
}
.box:nth-child(4){
	border-bottom: 0px;
}
}

.slider-box{
  position:relative;
  width:100%;
  margin:30px auto;
  overflow:hidden;
}
.slider-con {
	max-width:960px;
	width:80%;
	margin:0px auto;
}
.slider-con img {
	max-width:100%;
}
.prev, .next{
  position:absolute;
  top:100px;
  display:block;
  width:50px;
  height:50px;
  cursor:pointer;
}
.prev{
  left:10px;
  background:url(../images/leftarow.png) no-repeat;
}
.next{
  right:10px;
  background:url(../images/rightarow.png) no-repeat;
}
.btn_link {
    color: #fff !important;
    text-decoration: none;
}
.btn_link_red {
    color: #e31e25;
    text-decoration: none;
}
a,
a:hover {
    color: #e31e24;
    text-decoration: none;
}

@media (max-width: 500px) {

	.store {
		height: auto;
	}

	.store > div {
		float: none;
		margin-top: 15px;
	}
}

.cdb-accordion .cdb-accordion-content.cdb-hide {
  display: none;
}
.cdb-accordion .cdb-accordion-btn {
  display: block;
  padding: 8px 0;
  color: #229fff;
  cursor: pointer;
}
.cdb-accordion .cdb-accordion-btn:hover {
  opacity: 0.6;
}
.cdb-accordion .cdb-accordion-btn.cdb-hide {
  display: none;
}
.cdb-accordion .cdb-accordion-btn.close {
  display: none;
}

.bottom-info + .mystyle #taxi_client {
	margin-bottom: -15px;
}

/* LANG */

header .container {
	position: relative;
}

.mod-languages {
	position: absolute;
	bottom: 15px;
	left: 255px;
}
@media (max-width: 1199px) {
	.mod-languages {
		left: 210px;
	}
}
@media (max-width: 991px) {
	.mod-languages {
		bottom: auto;
		top: 66px;
    	left: 330px;
	}
}
@media (max-width: 767px) {
	.mod-languages {
		top: 50px;
    	left: auto;
    	right: 20px;
	}
}
.mod-languages ul {
	padding: 0;
	margin: 0;
}
.mod-languages li {
	list-style: none;
	box-sizing: content-box;
	width: 25px;
	height: 22px;
	border-top: 1px solid #999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mod-languages li:first-child {
	border: none;
}
.mod-languages li.lang-active {}
.mod-languages li a {
	display: block;
	font-size: 12px;
	text-align: center;
	color: #eee;
	transition: 0.4s;
}
.mod-languages li.lang-active a {
	color: #aaa;
}
.mod-languages li a:hover {
	opacity: 0.6;
}
.mod-languages li.lang-active a:hover {
	opacity: 1;
	cursor: default;
}
