@import url('https://fonts.googleapis.com/css?family=Fira+Sans|Open+Sans|PT+Sans|Roboto');

BODY{
margin:0px;
padding:0px;
font-family: 'PT Sans', sans-serif;
font-size:14px;
/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Open Sans', sans-serif; */
/* font-family: 'Fira Sans', sans-serif; */
}

a{color:#4059d8;}

*{
	outline: none;
}

H1{text-align:center; text-transform:uppercase;}

H2{
	text-transform:uppercase;
	text-align:center;
	font-size:30px;
	margin-bottom:30px;
}

.telo{
	width:1100px;
	margin:0px auto;
}

.header{
	height:100px;
	margin:5px 0;
}

.yandexlogo{
	display:block;
	float:left;
	background-image:url(../img/yandexlogo.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width:160px;
	height:76px;
	margin-top:10px;
}

.logoRazdel{
	display:block;
	float:left;
	background-image:url(../img/logoRazdel.jpg);
	width:2px;
	height:69px;
	margin:17px 25px 0 25px;
}

.logo{
	display:block;
	float:left;
	background-image:url(../img/logo.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size:193px;
	width:193px;
	height:90px;
	margin-top: 5px;
}

.city{
	float:left;
	position:relative;
	margin-left:100px;
}
.cityMenu{
	position:absolute;
	z-index:15;
	display: none;
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
    background-color: #fff;
	width:200px;
	padding:10px;
	margin-top:2px;
}
.cityMenu a{
	display:block;
	color:#000;
	padding:3px 10px;
	font-size:15px;
}
.cityActive{
	display:block;
	position:relative;
	text-decoration:none;
	color:#000;
	font-size:20px;
	font-weight:bold;
	padding:5px 0px;
	border-bottom:1px dashed #000;
	margin:25px 20px 0px 30px;
}

.cityActive:hover{
	color:#4059d8;
	border-bottom:1px dashed #4059d8;
}
.cityActive:before {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 15px;
	background-image: url(../img/str.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 10px;
	top: 12px;
	right: -20px;
}
/*
.cityActive:focus ~ .cityMenu, 
.cityActive:active ~ .cityMenu, 
.cityMenu:hover{display: block;} 
*/

.phone{
	float:right;
	text-align:center;
	margin-top:15px;
}

.phone div{
	font-size:25px;
	font-weight:bold;
	margin-top:5px;
}



.menu{
	background:#4059d8;
	height:70px;
}

.menuTelo{
	position: relative;
	width:100%;
	background-color:#4059d8;
	height:70px;
}

/*
.menuTelo:after {
	content: '';
	position: absolute;
	display: block;
	width: 36px;
	height: 70px;
	background-image: url(../img/menuLeft.jpg);
	top: 0px;
	left: -36px;
}
.menuTelo:before {
	content: '';
	position: absolute;
	display: block;
	width: 37px;
	height: 70px;
	background-image: url(../img/menuRight.jpg);
	top: 0px;
	right: -37px;
}
*/


.menuTable{
	display:table;
	margin:0px auto;
	width:90%;
	transition:0.3s;
}
.menuTelo a{
	display:table-cell;
	height:70px;
	line-height:70px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
.menuTelo a span{
	padding:7px 20px;
	border-radius:100px;
	transition:0.3s;
}
.menuTelo a:hover{
	color:#fff;
}
.menuTelo a:hover span{
	background:#232323;
}
.menuActive{
	color:#fff!important;
}
.menuActive span{
	background:#232323;
}


.menuFooter{
	background:#4059d8;
	height:70px;
	margin-top:60px;
}

.menuTeloFooter{
	position: relative;
	width:100%;
	background-color:#4059d8;
	height:70px;
}

/*
.menuTeloFooter:after {
	content: '';
	position: absolute;
	display: block;
	width: 37px;
	height: 70px;
	background-image: url(../img/menuRight.jpg);
	top: 0px;
	left: -37px;
}
.menuTeloFooter:before {
	content: '';
	position: absolute;
	display: block;
	width: 36px;
	height: 70px;
	background-image: url(../img/menuLeft.jpg);
	top: 0px;
	right: -36px;
}
*/

.menuTableFooter{
	display:table;
	margin:0px auto;
	width:90%;
	transition:0.3s;
}
.menuTeloFooter a{
	display:table-cell;
	height:70px;
	line-height:70px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
.menuTeloFooter a span{
	padding:7px 20px;
	border-radius:100px;
	transition:0.3s;
}
.menuTeloFooter a:hover{
	color:#fff;
}
.menuTeloFooter a:hover span{
	background:#4059d8;
}
.menuActiveFooter{
	color:#fff!important;
}
.menuActiveFooter span{
	background:#232323;
}


.footer{
	background:#fff;
	padding:15px 0;
}
.footerTable{display:table; width:100%;}
.footerTD{display:table-cell; vertical-align:middle; text-align:center;}
.footerTDLeft{
	width:225px;
}
.footerTDRazdel{
	width:2px;
	padding:0px 25px;
}
.yandexlogoFooter{
	display:block;
	background-image:url(../img/yandexlogo.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width:160px;
	height:64px;
	margin:0px auto;
}
.logoFooter{
	display:block;
	background-image:url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width:193px;
	height:90px;
	margin:0px auto 15px;
}
.footerRazdel{
	background-image:url(../img/logoRazdel.jpg);
	width:2px;
	height:69px;
}
.footerTDRight{
	width:210px;
}
.phoneFooter{
	font-size: 25px;
    font-weight: bold;
}
.emailFooter{
	font-size: 17px;
}

.banner{
	background-image:url(../img/banner2.jpg);
	background-position:center center;
	background-repeat:repeat-x;
	width:100%;
	min-width: 1100px;
	height:467px;
}
.bannerForm{
	float:right;
	width:320px;
	background:#fff;
	padding:20px;
	border-radius:10px;
	margin-top:30px;
}
.formInp{
	width: calc(100% - 40px);
    height: 50px;
    padding: 0 17px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 2px solid #e5e5e5;
	margin-bottom:10px;
}
.formBtn{
    width: 100%;
    height: 65px;
    border-radius: 5px;
    background-color: #4059d8;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
	text-transform:uppercase;
	border:0px;
	cursor:pointer;
	transition:0.3s;
}
.formBtn:hover{
	background-color: #4059d8;
}


.iconsPreim{
	width:130px;
	height:130px;
	background:#fff;
	box-shadow:0px 0px 5px #ccc;
	padding:5px;
	border-radius:100px;
	position: relative;
}
.iconsPreim img{
	display: block;
	width:100%;
	height:100%;
	border-radius:100px;
}
.iconsPreim::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 60%, #4059d8);
	width: 100%;
	height: 100%;
	border-radius:100px;
}
.preimZag{
	font-weight:bold;
	font-size:19px;
	margin-bottom:10px;
}
.preimFirstTd{
	padding:15px 0;
}
.preimTwoTd{
	padding:15px 20px;
}

.colorblock{
	background-image:url(../img/colorblock.jpg);
	background-position:center center;
	margin-top:40px;
	background-size:cover;
	padding:30px 0px;
	width:100%;
	min-width: 1100px;
}

.noUi-target {
	height: 23px;
	border: 0;
	box-shadow: none;
	background-color: transparent;
}
.noUi-connect {
	border-radius: 10px;
	background-color: #4059d8;
}
.noUi-connects {
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}
.noUi-horizontal .noUi-handle {
	width: 58px;
	height: 58px;
	top: -17px; right: -28px !important;
	border-radius: 50%;
	background-color: #212121;
	box-shadow: none; border: 0;
	cursor: pointer;
}
.noUi-horizontal .noUi-handle:before ,.noUi-horizontal .noUi-handle:after {
	display: none;
}
.noUi-horizontal .noUi-tooltip {
	bottom: 0;
	padding: 0;
	height: 58px;
	line-height: 58px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	background-color: transparent;
	box-shadow: none; border: 0;
}

.contScroller{
	display:table;
	width:100%;
}
.home-calc-left{
	display:table-cell;
	width:550px;
	vertical-align:middle;
}
.home-calc-right{
	display:table-cell;
	vertical-align:middle;
	padding-left:100px;
}
.howhaur{
	font-size:19px;
	text-align:center;
	font-weight:bold;
	margin-top:35px;
}
.howhaur2{
	font-size:19px;
	font-weight:bold;
	margin-top:10px;
}
#home-calc-result{
	font-size:40px;
	font-weight:bold;
}

.connectTaxi{
	display:block;
	width:450px;
	margin:30px auto 20px;
	padding:15px 10px;
    border-radius: 5px;
    background-color: #4059d8;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
	text-transform:uppercase;
	border:0px;
	cursor:pointer;
	transition:0.3s;
	text-decoration:none;
	text-align:center;
	box-shadow:0px 0px 25px #4059d8;
}
.connectTaxi:hover{
	box-shadow:0px 0px 5px #4059d8;
}


#home-reviews {
	padding-top: 53px;
	padding-bottom: 50px;
	background: #f3f3f5 url(assets/web/img/reviews-noresize.jpg) 50% 0 no-repeat;
}
#home-reviews .title {
	margin-bottom: 43px;
}
#home-reviews .swiper-container {
	max-width: 1060px;
}
.review {
	
}
.review-name, .review-content {
	max-width: 816px;
	margin: 0 auto;
	text-align: center;
}
.review-name {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 18px;
}
.review-content {
	font-size: 14.5px;
	line-height: 1.7;
}


.swiper-pagination{
	display:none;
}

.blockNews{
	margin-bottom:20px;
}

.linkInNews{
	font-size:18px;
	font-weight:bold;
}



.postrnavigation{
margin:0px auto;
}

.postrnavigation a{
display:block;
background: #212121;
float:left;
padding:8px 12px;
margin:0px 5px;
border-radius:20px;
color:#fff;
text-decoration:none;
}


.actnavpag{
background: #4059d8!important;
color:#000!important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #212121;
    background: #212121;
    font-weight: bold;
    color: #fff;
	font-size:17px!important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #4059d8;
    background: #4059d8;
    font-weight: bold;
    color: #fff;
}

#erconts div{
	background:#212121;
	color:#fff;
	text-align:center;
	padding:5px 5px;
	border-radius:5px;
	margin-top:-5px;
	margin-bottom:5px;
}

.zagForm{
	background-image:url(../img/zagForm.jpg);
	background-repeat:repeat-x;
	background-position:center center;
	text-transform:uppercase;
	font-weight:bold;
	color:#212121;
	font-size:21px;
	margin:20px 0px 20px 0px;
}
.zagForm span{
	background:#fff;
	padding-right:15px;
}



/*Checkboxes styles*/
.inpCheckBoxIndex{ display: none; }

.inpCheckBoxIndex + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 11px;
  color: #212121;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.inpCheckBoxIndex + label:last-child { margin-bottom: 0; }

.inpCheckBoxIndex + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #4059d8;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.inpCheckBoxIndex:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}




/*Checkboxes styles*/
.inpCheckBox{ display: none; }

.inpCheckBox + label {
  display: block;
  position: relative;
  padding-left: 55px;
  padding-top: 5px;
  margin-left: 33px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #212121;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.inpCheckBox + label:last-child { margin-bottom: 0; }

.inpCheckBox + label:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #4059d8;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.inpCheckBox:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.redBorder{ display: none; }

.redBorder + label {
  display: block;
  position: relative;
  padding-left: 55px;
  padding-top: 5px;
  margin-left: 33px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #212121;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.redBorder + label:last-child { margin-bottom: 0; }

.redBorder + label:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #ff0000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.redBorder:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.connectRormYes{
	background:#4059d8;
	color:#212121;
	padding:20px;
	border-radius:5px;
	text-align:center;
	font-size:17px;
	font-weight:bold;
}
.connectRormNo{
	background:#b80000;
	color:#fff;
	padding:20px;
	border-radius:5px;
	text-align:center;
	font-size:17px;
	font-weight:bold;
}


@media screen and (max-width:479px) {
  .menuTelo:after{display:none;}
  .menuTelo:before{display:none;}
  .menuTeloFooter:after{display:none;}
  .menuTeloFooter:before{display:none;}
  .telo{width:1070px; padding:0px 15px;}
  .teloMob{width:1100px!important; padding:0px!important;}
}
