*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font: 15px "PT Sans", sans-serif;
}
body {
	padding: 0;
	margin: 0;
	background: #fff;
  margin-top: 117px;
}
.container {
	width: 990px;
	margin: auto;
}



.section-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  background-color: #fff;
}
.header .left-block {
  float: left;
  padding-top: 35px;
  padding-bottom: 14px;
}
.header .logo {
  font: 26px "PfDinDisplayProLight", sans-serif;
  text-transform: uppercase;
  position: relative;
  float: left
}
.header .logo a {
	color: #000;
}
.header a img {
	float: left;
	margin-top: 17px;
	margin-left: 20px;
}
.header .logo:after {
  content: ".ru";
  width: 24px;
  height: 24px;
  top: -10px;
  margin-left: 5px;
  background: linear-gradient(#aac93c,#92ad32);
  border-radius: 50%;
  padding-left: 4px;
  color: #fff;
  position: absolute;
  text-transform: none;
  font: 16px "PfDinDisplayProLight";
}
.header .select-city {
  font: 14px "PT Sans", sans-serif;
  color: #046390;
  text-transform: uppercase;
  float: left;
  padding-top: 7px;
  padding-left: 40px;
}
.header .select-city a {
	border-bottom: 1px dashed #046390;
	position: relative;
	cursor: pointer;
  color: #046390;
  margin-left: 5px;
  outline: none;
}
.header .select-city a:after {
  content: "";
  position: absolute;
  width: 7px;
  top: 6px;
  right: -12px;
  height: 5px;
  background: url("../images/select-city.png");
}
.header .right-block {
  float: right;
  padding-top: 20px;
}
.header .right-block .phone {
  font: 28px "PfDinDisplayProLight", sans-serif;
  color: #03618f;
  float: right;
  padding-bottom: 5px;
}
.header .right-block .phone img {
  padding: 4px 10px 2px 0;
  float: left;
}
.header .right-block .contacts {
  float: right;
  clear: both;
}
.header .right-block .contacts .item {
  display: inline-block;
  font: bold 16px "PfDinDisplayProLight", sans-serif;
  color: #404040;
}
.header .right-block .contacts .item img {
  margin: 0px 5px;
  float: left;
}
.header .right-block .contacts .item:first-child img {
  margin: 3px 5px 0 5px;
}
.header .menu {
  clear: both;
  margin: 0;
  width: 100%;
  display: table;
  padding: 15px 0 0 0;
  list-style: none;
  margin-bottom: -22px;
}
.header .menu li {
	display: table-cell;
	min-height: 45px;
  border-right: 1px solid #026290;
  border-left: 1px solid #1378a9;
}
.header .menu li a {
	display: block;
  padding: 13px 0;
	color: #fff;
	font: 14px "PT Sans", sans-serif;
	text-align: center;
	text-transform: uppercase;
	background: linear-gradient(#187cac, #04628f);
}
.header .menu li a:hover {
	background: linear-gradient(#026899, #177cad);
}
.header .menu li:first-child {
  border-left: 0;
}
.header .menu li:last-child {
  border-right: 0;
  border-left: 0;
}
.header .menu li:nth-last-child(2) {
  border-right: 0;
}
.header .menu li:first-child a {
	border-radius: 3px 0 0 3px;
}
.header .menu li:last-child a {
	border-radius: 0 3px 3px 0;
	padding-left: 10px;
	background: url("../images/rocket.png") no-repeat 28px, linear-gradient(#a9c83c, #94af33);
}
.header .menu li:last-child a:hover {
	background: url("../images/rocket.png") no-repeat 28px, linear-gradient(#B3D53F, #9AB735);
}





.section-1 {
	background: url("../images/s-1-bg.png") no-repeat center;
	background-size: cover;
  overflow: hidden;
  min-width: 990px;
}
.block-1 {
  min-height: 460px;
  padding: 30px 15px 0 15px;
  position: relative;
}
.block-1 .slider .item .intro {
	float: left;
}
.block-1 .slider .item .intro h2 {
	font: 40px "PfDinDisplayProLight", sans-serif;
	color: #fff;
	text-transform: uppercase;
  margin-bottom: 0;
}
.block-1 .slider .item .intro {
  padding: 50px 0 50px 75px;
}
.block-1 .slider .item .intro ul { 
	margin: 0;
  padding: 0;
	list-style-image: url("../images/slide-direction.png");
}
.block-1 .slider .item .intro ul li {
  margin-top: 10px;
  margin-left: 25px;
}
.block-1 .slider .item .intro ul li a {
	font: 24px "PfDinDisplayProLight", sans-serif;
	color: #fff;
}
.block-1 .slider .item img {
	float: right;
	margin-right: 50px;
}
.block-1 .slider .owl-pagination {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
}
.block-1 .slider .owl-page {
  width: 15px;
  height: 15px;
  margin: 5px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
}
.block-1 .slider .active {
	background: #fff;
}
.block-1 .next {
  width: 60px;
  height: 52px;
  background: url("../images/next.png") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  /*right: -50px;*/
  margin: auto;
  bottom: 0;
  cursor: pointer;
}
.block-1 .prev {
	width: 60px;
	height: 52px;
	background: url("../images/prev.png") no-repeat;  
	position: absolute;
  top: 0;
  left: 0;
  /*left: -50px;*/
  margin: auto;
  bottom: 0;
  cursor: pointer;
}





.section-2 {
	/*background: url("../images/city/moskva.png") no-repeat center;*/
	background-size: cover;
  overflow: hidden;
  min-width: 990px;
}
.block-2 {
	min-height: 550px;
}
.block-2 .intro {
	font: 40px "PfDinDisplayProLight", sans-serif;
	color: #02608d;
	text-transform: uppercase;
	text-align: center;
  padding: 70px 0;
}
.block-2 .products {
  text-align: center;
}
.block-2 .products .item {
  display: inline-block;
  text-align: center;
  width: 315px;
}
.block-2 .products .item  span {
	display: block;
	text-transform: uppercase;
	font: 18px "PT Sans", sans-serif;
  padding-top: 20px;
}
.block-2 .button {
	text-align: center;
  margin-top: 35px;
}
.block-2 a {
  background: linear-gradient(#a8c83b, #92ad32);
  text-transform: uppercase;
  display: inline-block;
  font: bold 18px "PT Sans", sans-serif;
  color: #fff;
  border: 0;
  padding: 12px;
  border-radius: 5px;
  outline: 0;
}
.block-2 a:hover {
	background: linear-gradient(#B3D53F, #9AB735);
}
.block-2 a img {
	padding: 0 5px 0 0;
}





.section-3 {
	background: url("../images/s-3-bg-n.png") no-repeat center;
	background-size: cover;
  overflow: hidden;
  min-width: 990px;
}
.block-3 {
	min-height: 360px;
}
.block-3 .intro {
	font: 40px "PfDinDisplayProLight", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
  padding-top: 60px;
}
.block-3 .clients {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}
.block-3 .clients img {
  /*margin-right: 30px;
  margin-top: 22px;
  opacity: 0.8;*/
}
.block-3 .clients img:hover {
  opacity: 1;
}




.block-4 {
	min-height: 550px;
}
.block-4 .intro {
	font: 40px "PfDinDisplayProLight", sans-serif;
	color: #02608d;
	text-transform: uppercase;
	text-align: center;
	padding-top: 70px;
  padding-bottom: 100px;
}
.block-4 .steps .item {
  position: relative;
  float: left;
  width: 192px;
  text-align: center;
}
.block-4 .steps .item:first-child {
  padding: 0;
}
.block-4 .steps .item:last-child:after {
	content: none;
}
.block-4 .steps .item:after {
  content: "";
  width: 13px;
  height: 33px;
  top: 65px;
  right: -5px;
  position: absolute;
  background: url("../images/s-direction.png") no-repeat;
}
.block-4 .steps .item .counter {
  position: absolute;
  top: 0;
  right: 25px;
  width: 35px;
  height: 35px;
  background: linear-gradient(#a9c93c, #93ae32);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 50%;
  font: bold 16px "PT Sans", sans-serif;
}
.block-4 .steps .item .name {
  color: #575757;
  font: bold 16px "PT Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}





.section-5 {
	background: url("../images/s-5-bg.png") no-repeat center;
	background-size: cover;
  overflow: hidden;
  min-width: 990px;
}
.block-5 {
  min-height: 500px;
}
.block-5 .intro {
	font: 40px "PfDinDisplayProLight", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
.block-5 .advantages {
  width: 435px;
  float: left;
}
.block-5 .advantages .item {
  display: block;
  margin-top: 25px;
}
.block-5 .advantages .item .number {
	float: left;
  width: 34px;
  padding: 6px 6px;
  text-align: center;
  height: 34px;
  background: linear-gradient(#177dad, #046a9b);
  border-radius: 50%;
  font: 18px "PT Sans", sans-serif;
  color: #fff;
}
.block-5 .advantages .item .description {
  float: left;
  padding: 6px 10px;
  font: 18px "PT Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.block-5 .advantages .item .description span {
	color: #016798;
	font-weight: bold;
}





.block-6 {
	min-height: 700px;
	position: relative;
}
.block-6 .intro {
  font: 40px "PfDinDisplayProLight", sans-serif;
  color: #02608d;
  text-transform: uppercase;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
}
.reviews .item {
	text-align: center;
	margin: 10px;
}
.reviews .item .name {
	font: 12px "PT Sans", sans-serif;
	text-transform: uppercase;
	color: #494949;
  padding-top: 15px;
  padding-bottom: 25px;
}
.reviews .item .name span {
	display: block;
	font: bold 14px "PT Sans", sans-serif;
	padding-bottom: 3px;
}
.reviews .item .description {
  background: #e1eaef;
  width: 340px;
  padding: 25px;
  margin: auto;
  position: relative;
  font: 15px "PT Sans", sans-serif;
  color: #494949;
}
.reviews .item .description:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  margin: auto;
  top: -30px;
  border: 15px solid transparent;
  border-bottom: 15px solid rgb(225, 234, 239);
}
.reviews .owl-pagination {
  text-align: center;
  margin-top: 10px;
}
.reviews .owl-page {
  width: 16px;
  margin: 2px;
  height: 16px;
  border: 2px solid #227ba6;
  border-radius: 50%;
  display: inline-block;
}
.reviews .active {
	background: #227ba6;
}
.block-6 .prev {
  width: 60px;
  height: 52px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  position: absolute;
  background: url("../images/reviews-prev.png") no-repeat;
}
.block-6 .next {
  width: 60px;
  height: 52px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  position: absolute;
  background: url("../images/reviews-next.png") no-repeat;
}





.section-7 {
	background: url("../images/s-7-bg.png") no-repeat center;
	background-size: cover;
  overflow: hidden;
  min-width: 990px;
}
.block-7 {
  min-height: 100px;
}
h1.intro {
	font: 30px "PfDinDisplayProLight", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}
.block-7{
	color: #fff;
	font: 16px "PfDinDisplayProLight", sans-serif;
}
.block-7 .button {
	text-align: center;
  margin-top: 35px;
  margin-bottom: 57px;
}
.block-7 button {
  background: linear-gradient(#a8c83b, #92ad32);
  text-transform: uppercase;
  font: bold 18px "PT Sans", sans-serif;
  color: #fff;
  border: 0;
  padding: 12px;
  border-radius: 5px;
  outline: 0;
}
.block-7 button:hover {
	background: linear-gradient(#B3D53F, #9AB735);
}

/*.block-7 a
{
color: #fff;
text-decoration:underline;
font: 16px "PfDinDisplayProLight", sans-serif;
}*/

#footmenu
{
color: #fff;
text-align:center;
font-size:12px;
padding: 0.5px;
}

#footmenu a
{
color: #fff;
font-size:12px;
padding: 9px;
}

#tlink
{
color: #fff;
font: 16px "PfDinDisplayProLight", sans-serif;
text-decoration:underline;
}

.delivery-block {
	min-height: 500px;
	position: relative;
}
.delivery-block .intro {
  font: 40px "PfDinDisplayProLight", sans-serif;
  color: #02608d;
  text-transform: uppercase;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 40px;
}
.delivery-block .step .number {
	width: 32px;
	height: 32px;
	font: 20px "PfDinDisplayProLight", sans-serif;
	color: #fff;
	background: linear-gradient(#aac93c, #92ad32);
	border-radius: 50%;
  padding: 5px 6px;
  text-align: center;
  float: left;
}
.delivery-block .step span {
	display: block;
  padding: 4px 10px;
  float: left;
	font: 20px "PfDinDisplayProLight", sans-serif;
	color: #3a3a3a;
	text-transform: uppercase;
}
.tabs, .tabs-categories {
  clear: both;
  padding-top: 10px;
  padding-bottom: 15px;
}
.tabs .item, .tabs-categories .item {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
}
.tabs .item a, .tabs-categories .item a {
	display: block;
	color: #727272;
	border-bottom: 1px dashed #727272;
	font: 14px "PfDinDisplayProLight", sans-serif;
}
.tabs .active, .tabs-categories .active {
	background: #1978bb;
}
.tabs .active a, .tabs-categories .active a {
	color: #fff;
	border-bottom: 1px dashed #fff;
}
.main-list {
	width: 100%;
	display: table;
}
.main-list .col {
	display: table-cell;
}
.main-list .col .item {
	margin-bottom: 7px;
	color: #333;
	font: 15px "PT Sans", sans-serif;
}
.main-list input[type=checkbox]:not(old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.main-list input[type=checkbox]:not(old) + label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 33px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 24px;
}
.main-list input[type=checkbox]:not(old):checked + label {
  background-position: 0 -26px;
}
.delivery-block .button {
	text-align: right;
  margin-top: 35px;
  margin-bottom: 55px;
  margin-right: 20px;
}
.delivery-block button {
  background: linear-gradient(#a8c83b, #92ad32);
  text-transform: uppercase;
  font: bold 18px "PT Sans", sans-serif;
  color: #fff;
  border: 0;
  padding: 12px;
  border-radius: 5px;
  outline: 0;
  margin-left: 10px;
  	padding-left: 20px;
	padding-right: 25px;
}
.delivery-block button:hover {
	background: linear-gradient(#B3D53F, #9AB735);
}
.delivery-block .blue {
  background: linear-gradient(#197eae, #03618e);
}
.delivery-block .blue:hover {
  background: linear-gradient(#1F94CC, #0776AB);
}
.delivery-block button img {
	padding: 0 5px 0 0;
}
.delivery-block .tab-block {
	display: none;
}
.order-info {
margin: 0 auto;
width: 300px;
}
.order-info .name {
	font: 24px "PfDinDisplayProLight", sans-serif;
	color: #3a3a3a;
	text-transform: uppercase;
}
.order-info .item {
  position: relative;
  margin-top: 15px;
  color:#333;
  font: 15px "PT Sans", sans-serif;
}
.order-info .item input {
  border: 1px solid #26759a;
  padding: 9px 9px 9px 36px;
  border-radius: 5px;
  min-width: 300px;
  outline: none;
}
.order-info .item img {
  position: absolute;
  top: 8px;
  left: 10px;
}
.order-info .item:nth-child(2) img {
	left: 14px;
}
.order-info .item:nth-child(3) img {
	top: 12px;
}
.order-action {
  width: 540px;
  margin: 0 auto;
}
.order-action .statistic .item {
  display: inline-block;
  padding: 15px 15px 15px 0;
}
.order-action .statistic .item:last-child {
	padding: 15px 0 15px 0;
}
.order-action .statistic .item img {
	float: left;
}
.order-action .statistic .item .description {
	float: left;
	font: 14px "PfDinDisplayProLight", sans-serif;
	text-transform: uppercase;
  padding-left: 10px;
  color:#333;
}
.order-action .statistic .item span {
	display: block;
	font: bold 24px "PfDinDisplayProLight", sans-serif;
}
.order-action .content {
	font: 14px "PfDinDisplayProLight", sans-serif;
	color: #3e3e3e;
}
.order-action .button-2 {
  margin-top: 35px;
}
.order-action .button-2 button {
	margin-left: 0;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 25px;
}
.delivery-block .alert-block {
	margin-top: 10px;
	height: 25px;
	text-align: center;
}
.delivery-block .alert-good {
  font: 18px "PT Sans", sans-serif;
  display: none;
  color: #7A9028;
}
.delivery-block .alert-bad {
    font: 18px "PT Sans", sans-serif;
    display: none;
    color: #A73434;
}




.footer-block {
	min-height: 230px;
	position: relative;
}
.footer-block .contacts {
  text-align: center;
  padding-top: 30px;
}
.footer-block .contacts .item {
  padding: 10px;
  display: inline-block;
}
.footer-block .contacts .item img {
  float: left;
}
.footer-block .contacts .item .info {
  float: left;
  font: 16px "PfDinDisplayProLight", sans-serif;
  padding-top: 3px;
  padding-top: 10px;
  padding-left: 10px;
  text-transform: uppercase;
  text-align: left;
}
.footer-block .contacts .item span {
  display: block;
  font: bold 10px "PT Sans", sans-serif;
}
.footer-block .pay-name {
  text-align: center;
  font: 15px "PfDinDisplayProLight", sans-serif;
  text-transform: uppercase;
  color: #404040;
  margin-top: 15px;
  margin-bottom: 5px;
}
.footer-block .pay {
	text-align: center;
}
.footer-block .pay .item {
	display: inline-block;
}
.footer-block .copy {
  text-align: center;
  font: 15px "PfDinDisplayProLight", sans-serif;
  margin-top: 20px;
  color: #404040;
}
.footer-block .scroll-top {
	position: absolute;
	top: 35px;
	right: 0;
	cursor: pointer;
}





.modal .cities {
  display: table;
  width: 100%;
}
.modal .cities .col {
  display: table-cell;
}
.modal .cities .col .name {
	font: bold 14px "PT Sans", sans-serif;
	color: #046390;
	text-transform: uppercase;
	padding-top: 10px;
}
.modal .cities .col .name:first-child {
	padding-top: 0;
}
.modal .cities .col .sub a {
	font: 12px "PT Sans", sans-serif;
	color: #046390;
	text-transform: uppercase;
	text-decoration: underline;
}
.modal .cities .col .sub a:hover {
	text-decoration: none;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  border-radius: 3px;
  width: auto;
  width: 780px;
  margin: 20px auto;
}
.section-7order h1 {
	font: 40px "PfDinDisplayProLight", sans-serif;
    color: #02608d;
    text-transform: uppercase;
    text-align: center;
    padding-top: 45px;
}
.section-7order .sub {
	font: 14px "PT Sans", sans-serif;
    color: #333;
    padding-top: 5px;
}
.section-7order .sub span{
	font: 12px "PT Sans", sans-serif;
    color: #0F709F;
	font-weight: bold;
}
.section-7order  .name {    
	font: bold 14px "PT Sans", sans-serif;
    color: #046390;
    text-transform: uppercase;
    padding-top: 20px;
}
.section-7order .col {
	display: table-cell;
}
.section-7order .cities {    
	display: table;
    width: 100%;
	padding-bottom: 30px;
}
.map {
	width: 960px;
	margin:30px 0;
}
.description-cont {
	padding: 6px 10px;
	font: 18px "PT Sans", sans-serif;
	color: #016798;
}
.description-cont span{
	color: #016798;
	font-weight: bold;
}




	background: #bbb;
			border: none;
			clear: both;
			color: #fff;
			display: block;
			font-size: 12px;
			font-weight: bold;
			height: 30px;
			line-height: 30px;
			text-align: center;
			text-decoration: none;
			width: 150px;
		}

		.view-source a:hover, .view-source a:active {
			background: #9d9d9d;
		}

		.mytext {
			text-align: justify;
			text-indent: 12px;
		}

		.hide {
			border: 1px dotted #e7e7e7;
			font-size: 14px;
			width: 560px;
			overflow: auto;
			overflow-y: hidden;
			padding: 20px;
			display: block;
			color:#333;
		}
.section-7order .block-7 {color:#333;}

ol.standart{list-style:none;counter-reset:item;-webkit-transition:0.2s all ease-out 0.2s;-moz-transition:0.2s all ease-out 0.2s;-o-transition:0.2s all ease-out 0.2s;-ms-transition:0.2s all ease-out 0.2s;transition:0.2s all ease-out 0.2s}
ol.standart li{color:#595959;font-size:20px;cursor:pointer;position:relative;overflow:hidden;margin-bottom:10px}
ol.standart li span{text-decoration: underline;
    font: 18px "PT Sans", sans-serif;
    color: #02608d;
    font-weight: bold;}
ol.standart li .descfaq{color:#333;font-size:14px;text-decoration:none;display:block;cursor:default;margin:13px 0 0 60px;line-height:1.6;font: 16px "PT Sans", sans-serif;}
ol.standart li:before{content:counter(item);counter-increment:item;color:#fff;font-size:14px;background:url(../img/ol.png) 50% 0 no-repeat;width:25px;line-height:25px;text-decoration:none;display:inline-block;text-align:center;margin:0 19px 0 4px}
ol.standart li.active .descfaq {display:block !important;}

/*Свойства для контейнера*/
/*Свойства для изображения в контейнере*/
.clients img {
position:absolute;
top:0;
left:0;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
/*100% прозрачность при наведении на изображение*/
.clients img.img_top , .clients img.img_bottom:hover {opacity:0;}
.clients img.img_bottom, .clients img.img_top:hover {opacity:1;}
.con {position: relative;
    width: 200px;
    margin: 20px;
    height: 100px;
    float: left;}
	
	.jivo-btn {   -webkit-box-sizing: border-box;   -moz-box-sizing: border-box;   box-sizing: border-box;   margin: 0;   text-transform: none;   cursor: pointer;   background-image: none;   display: inline-block;   padding: 6px 12px;   margin-bottom: 0;   font-size: 14px;   font-weight: normal;   line-height: 1.428571429;   text-align: center;   vertical-align: middle;   cursor: pointer;   border: 0px;   border-radius: 4px;   white-space: nowrap;   -webkit-user-select: none;   -moz-user-select: none;   -ms-user-select: none;   -o-user-select: none;   user-select: none;
	font:bold 18px "PT Sans", sans-serif; }
	.jivo-btn.jivo-btn-light{   box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);   -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);   -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);}.jivo-btn:active,.jivo-btn.jivo-btn-light:active{   box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);   -moz-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);   -webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);   cursor: pointer;}.jivo-btn:active {   outline: 0;   background-image: none;   -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);   box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);}.jivo-btn-gradient {   background-image: url(//static.jivosite.com/button/white_grad_light.png);   background-repeat: repeat-x;}.jivo-btn-light.jivo-btn-gradient {   background-image: url(//static.jivosite.com/button/white_grad.png);}.jivo-btn-icon {   width:17px;   height: 20px;   background-repeat: no-repeat;   display: inline-block;   vertical-align: middle;   margin-right: 10px;   margin-left: -5px;}.jivo-btn-light {   color: #fff;}..jivo-btn-dark {   color: #222;}
	.open-popup-link {padding-left:10px;}
	
	/* cities */
#cities {
    display: block;
    cursor: pointer;
    position: relative;
    margin-left: 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px 38px 0 10px;
	color: #046390;
}

#cities span {
    border-bottom: 1px dashed #046390;
	font-weight:normal;
	margin-left:10px;

}

#mw-cities {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 63, 91, 0.4);
	z-index: 15;
}

#w-cities {
    width: 520px;
    height: 536px;
    margin: -268px auto 0;
    border: 3px solid #026899;
    border-radius: 7px;
    background: white;
    padding: 25px 15px 20px;
    position: relative;
    top: 50%;
}

@media (max-width: 767px) {
    #w-cities {
        width: 290px;
        height: 420px;
        margin: -220px auto;
    }
}

#w-cities h2 {
    font-size: 20px;
    font-weight: bold;
    color: rgb(27, 63, 91);
	text-align:center;
}

.cities-row {
    display: inline-block;
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #a9c83c;;
}

.cities-row.last {
    border-bottom: none !important;
}

.mw-label {
    width: 35%;
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: rgb(27, 63, 91);
    padding-top: 7px;
    padding-bottom: 8px;
}

@media (max-width: 767px) {
    .mw-label {
        width: 100%;
    }

    .mw-label.first {
        width: 35% !important;
    }
}

.mw-info {
    width: 65%;
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: rgb(27, 63, 91);
    padding-top: 1px;
    padding-bottom: 8px;
}

@media (max-width: 767px) {
    .mw-info {
        width: 100%;
    }

    .mw-info.first {
        width: 65% !important;
    }
}

.mw-info.first {
    padding-top: 7px !important;
    padding-bottom: 8px !important;
}

.mw-info.third {
    display: inline-block !important;
    width: 100% !important;
    height: 308px !important;
    float: none !important;
    padding: 4px !important;
    border: 1px solid rgb(27, 63, 91);
    border-radius: 4px;
}

@media (max-width: 767px) {
    .mw-info.third {
        height: 152px !important;
    }
}

.mw-info.third > ul {
    width: 100%;
    height: 297px;
    overflow-y: scroll;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    list-style: none !important;
    padding-left: 0 !important;
    padding-right: 4px;
}

@media (max-width: 767px) {
    .mw-info.third > ul {
        height: 141px !important;
    }
}

.mw-info.third > ul li {
    width: 100%;
    height: 30px;
    background: #f1f1f1;
    margin-bottom: 4px;
}

.mw-info.third > ul li:hover {
    background: #a9c83c;

}

.mw-info.third > ul li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    background: transparent;
    text-decoration: none !important;
}

.mw-info.third > ul li a:hover {
    text-decoration: none !important;
	color:#fff;
}

#mw-regions {
    width: 100%;
    height: 28px;
    font-size: 16px;
    font-weight: normal;
    color: rgb(27, 63, 91);
    border: 1px solid rgb(27,63,91);
    border-radius: 4px;
}

#mw-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #a9c83c;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 29px;
    color: #fff !important;
    text-decoration: none !important;
}
.prim {
	width:200px;
	float:left;
    padding-top: 15px;
    padding-bottom: 20px;
	font: 14px "PfDinDisplayProLight", sans-serif;
	font-weight:bold;
}
.prim a {
    border-bottom: 1px solid;
	color:#04628f;
}
	.tabprim {width:100%;height:30px;}
	.select-city span {font-size:16px; color:#97b234;}
	.select-city b {color:#ccc;}