* {
	margin:0;
	padding:0;
}


/* font-family: "OpenSansRegular"; */
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSansRegular.eot");
    src: url("../fonts/OpenSansRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/OpenSansRegular.woff") format("woff"),
    url("../fonts/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "OpenSansLight"; */
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSansLight.eot");
    src: url("../fonts/OpenSansLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/OpenSansLight.woff") format("woff"),
    url("../fonts/OpenSansLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
/* font-family: "OpenSansItalic"; */
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSansLightItalic.eot");
    src: url("../fonts/OpenSansLightItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/OpenSansLightItalic.woff") format("woff"),
    url("../fonts/OpenSansLightItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 300;
}
/* font-family: "OpenSansBold"; */
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSansBold.eot");
    src: url("../fonts/OpenSansBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/OpenSansBold.woff") format("woff"),
    url("../fonts/OpenSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-extrabold.eot');
    src: url('../fonts/opensans-extrabold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-extrabold.woff') format('woff'),
         url('../fonts/opensans-extrabold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


body {
	color: #242424;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	font-family: 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
	min-width: 500px;
	background: #fff;
}

a {
	outline: none;
	color: #0099ff;
	text-decoration: underline;
	transition: color .3s, background .3s, border .3s;
}
a:hover {
	text-decoration: none;
	color: #0089df;
	outline: none;
}
a.dashed {
	border-bottom: 1px dashed #0099ff;
	text-decoration: none;
}
a.dashed:hover {
	border-color: transparent !important;
}
a img {
	border: none;
}

p {
	margin: 0;
}

h1, h2, h3, h4 {
}
strong {
    font-weight: bold;
}

html, body { height: 100%; width:100%; margin: 0; padding: 0; }
html>body #all { height: auto; min-height: 100%; }

#all { height: 100%; width:100%; position: relative;margin: 0 auto; padding: 0; max-width:1920px;}


.container {
	padding: 0;
	position: relative;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1180px;
	}
}

.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}

#sp-top-bar {
	padding: 13px 0 0;
}
#sp-top-bar .tmenu {
	height: auto;
    line-height: 12px;
}
#sp-top-bar .tmenu ul {
	margin: 0;
}
#sp-top-bar .tmenu ul li {
	float: left; 
	list-style: none;
	padding: 0 30px 0 0;
	margin: 0 30px 0 0;
	line-height: 13px;
    border: none;
	border-right: 1px solid #6A7064;
}
#sp-top-bar .tmenu ul li:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}
#sp-top-bar .tmenu ul li a {
	text-decoration: none;
	padding:0px;
	line-height:13px;
}
#sp-top-bar .tmenu ul li a:before {
	display:none;
}
#sp-top-bar .tmenu ul li a:hover {
	color:#333;
}
#sp-top-bar .tmenu ul li.active a {
	text-decoration: underline;
	color: #333;
}
#sp-top-bar .tcont {
	color: #606656;
	font-size: 13px;
	text-align: right;
	line-height: 17px;
}
/*#sp-top-bar .tcont p {
	margin: 0 0 15px;
}
#sp-top-bar .tcont > div p:nth-child(1) {
	margin: 0;
}*/

#sp-header .logo {
	width: 220px;
	height: 26px;
	display: block;
	margin: 0;
}
#sp-header .tcont {
	color: #606656;
	font-size: 13px;
	text-align: right;
	line-height: 17px;
}
#sp-header .tcont .modal-header{
	text-align: left;
}
#sp-header .tcont p {
}
#sp-header .phone {
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 20px;	
}
#sp-header .phone strong {
	color: #242424;
	font-weight: 900;
}
#sp-header .phone a {
	font-size: 14px;
	font-weight: normal;
}
#sp-main-menu .sp-column.mmenu {
	width: 100%;
	position: relative;
	float: left;
	margin: 20px 0 0;
}
#sp-main-menu .mmenu .mroot {
	float: left;
	width: 75px;
	height: 44px;
	background: #5D6654;
	display: block;  
	position: relative;
	z-index: 11;
	cursor: pointer;
}
#sp-main-menu .mmenu .mroot:hover {
	background: #6D7664;
}
#sp-main-menu .mmenu .mroot.open {
	background: #969D90;
}
#sp-main-menu .mmenu .mroot span {
    display: block; }


#sp-main-menu .mmenu .imenu ul > li:last-child > ul {
		border:none;
}
.sandwich {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200; }
.sw-topper {
  position: relative;
  top: 0;
  width: 26px;
  height: 2px;
  background: white;
  border: none;
  border-radius: 0px;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
          transition: transform 0.5s, top 0.2s;
  display: block; }
svg path {
  fill: #e0e0e0; }
.sw-bottom {
  position: relative;
  width: 26px;
  height: 2px;
  top: 7px;
  background: white;
  border: none;
  border-radius: 0px;
  -webkit-transition: transform 0.5s, top 0.2s;
  -webkit-transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.sw-footer {
  position: relative;
  width: 26px;
  height: 2px;
  top: 13.5px;
  background: white;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.sandwich.active .sw-topper {
  top: 9px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
.sandwich.active .sw-bottom {
  top: 7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
#sp-main-menu .mmenu .imenu {
	width: 100%;
	padding: 0 0 0 86px;
}
#sp-main-menu .mmenu .imenu ul > li {
	position: relative;
	float: left;
	width: 25%;
}
#sp-main-menu .mmenu .imenu ul > li > a {
	float: left;
	width: 100%;
	background: #5D6654;
	height: 44px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-size: 13px;
}
#sp-main-menu .mmenu .imenu ul > li > ul {
	display: none;
	position: absolute;
	min-width:100%;
	background: #fff;
	padding: 0px;
	top:44px;
	left: 0;
	z-index: 9;
	border-right: 1px solid #fff;
}
#sp-main-menu .mmenu .imenu ul > li:hover > ul {
	display: block;
}
#sp-main-menu .mmenu .imenu ul > li > ul li {
    width: auto;
    float: none;
    display: block;
}
#sp-main-menu .mmenu .imenu ul > li > ul li > a {
	height: 44px;
	line-height: 44px;
	padding:0px;
	width: 100%;
	border: 0;
	padding: 0 15px;
	text-align: left;
}
#sp-main-menu .mmenu .imenu ul > li > ul li > a:before {
	display: none;
}
#sp-main-menu .mmenu .imenu li:last-child a {
	border: 0;
}
#sp-main-menu .mmenu .imenu .i1,
#sp-main-menu .mmenu .imenu ul > li.i1 > ul li > a {
	background: #B89A9E;
}
#sp-main-menu .mmenu .imenu .i2,
#sp-main-menu .mmenu .imenu ul > li.i2 > ul li > a {
	background: #B8B0A9;
}
#sp-main-menu .mmenu .imenu .i3,
#sp-main-menu .mmenu .imenu ul > li.i3 > ul li > a {
	background: #7FBA00;
}
#sp-main-menu .mmenu .imenu .i4,
#sp-main-menu .mmenu .imenu ul > li.i4 > ul li > a {
	background: #89B3C0;
}
#sp-main-menu .mmenu .imenu .i1:hover,
#sp-main-menu .mmenu .imenu ul > li.i1 > ul li > a:hover {
	background: #C8aAaE;
}
#sp-main-menu .mmenu .imenu .i2:hover,
#sp-main-menu .mmenu .imenu ul > li.i2 > ul li > a:hover {
	background: #c8c0b9;
}
#sp-main-menu .mmenu .imenu .i3:hover,
#sp-main-menu .mmenu .imenu ul > li.i3 > ul li > a:hover {
	background: #8FcA10;
}
#sp-main-menu .mmenu .imenu .i4:hover,
#sp-main-menu .mmenu .imenu ul > li.i4 > ul li > a:hover {
	background: #99c3d0;
}
#sp-main-menu .mmenu .imenu ul > li > a:before{
	content:'';
	display: inline-block;
	margin: 9px 5px -9px 0;
	width: 27px;
	padding: 14px 0;
}
#sp-main-menu .mmenu .imenu a span {
    white-space: nowrap;
}
#sp-main-menu .mmenu .imenu a.i1:before {	background: url(../images/m-ic1.png) center no-repeat;}
#sp-main-menu .mmenu .imenu a.i2:before {	background: url(../images/m-ic2.png) center no-repeat;}
#sp-main-menu .mmenu .imenu a.i3:before {	background: url(../images/m-ic3.png) center no-repeat;}
#sp-main-menu .mmenu .imenu a.i4:before {	background: url(../images/m-ic4.png) center no-repeat;}


#sp-main-menu .mmenu .imenu ul.urur > li {
	position: relative;
	float: left;
	width: 16.6%;
}
#sp-main-menu .mmenu .imenu ul.urur > li.i5 {
	width: 17%;
}
#sp-main-menu .mmenu .imenu ul.urur > li > a {
	background: transparent;
}
#sp-main-menu .mmenu .imenu ul.urur .i1,
#sp-main-menu .mmenu .imenu ul.urur > li.i1 > ul li > a {
	background: #8FB2C5;
}
#sp-main-menu .mmenu .imenu ul.urur .i2,
#sp-main-menu .mmenu .imenu ul.urur > li.i12 > ul li > a {
	background: #B9B0AC;
}
#sp-main-menu .mmenu .imenu ul.urur .i3,
#sp-main-menu .mmenu .imenu ul.urur > li.i3 > ul li > a {
	background: #D9A383;
}
#sp-main-menu .mmenu .imenu ul.urur .i4,
#sp-main-menu .mmenu .imenu ul.urur > li.i4 > ul li > a {
	background: #C0999E;
}
#sp-main-menu .mmenu .imenu ul.urur .i5,
#sp-main-menu .mmenu .imenu ul.urur > li.i5 > ul li > a {
	background: #C6D27C;
}
#sp-main-menu .mmenu .imenu ul.urur .i6,
#sp-main-menu .mmenu .imenu ul.urur > li.i6 > ul li > a {
	background: #A08EC6;
}
#sp-main-menu .mmenu .imenu ul.urur .i1:hover,
#sp-main-menu .mmenu .imenu ul.urur > li.i1 > ul li > a:hover {
	background: #9FC2D5;
}
#sp-main-menu .mmenu .imenu ul.urur .i2:hover,
#sp-main-menu .mmenu .imenu ul.urur > li.i2 > ul li > a:hover {
	background: #c9c0bC;
}
#sp-main-menu .mmenu .imenu ul.urur .i3:hover,
#sp-main-menu .mmenu .imenu ul.urur > li.i3 > ul li > a:hover {
	background: #e9b393;
}
#sp-main-menu .mmenu .imenu ul.urur .i4:hover,
#sp-main-menu .mmenu .imenu ul.urur > li.i4 > ul li > a:hover {
	background: #d0a9aE;
}
#sp-main-menu .mmenu .imenu ul.urur .i5:hover,
#sp-main-menu .mmenu .imenu ul.urur > li.i5 > ul li > a:hover {
	background: #d6e28C;
}
#sp-main-menu .mmenu .imenu ul.urur .i6:hover,
#sp-main-menu .mmenu .imenu ul.urur > li.i6 > ul li > a:hover {
	background: #b09Ed6;
}
#sp-main-menu .mmenu .imenu ul.urur li.i1 a:before {	background: url(../images/m-ic1.png) center no-repeat;}
#sp-main-menu .mmenu .imenu ul.urur li.i2 a:before {	background: url(../images/m-ic2.png) center no-repeat;}
#sp-main-menu .mmenu .imenu ul.urur li.i3 a:before {	background: url(../images/m-ic5.png) center no-repeat;}
#sp-main-menu .mmenu .imenu ul.urur li.i4 a:before {	background: url(../images/m-ic6.png) center no-repeat;}
#sp-main-menu .mmenu .imenu ul.urur li.i5 a:before {	background: url(../images/m-ic7.png) center no-repeat;}
#sp-main-menu .mmenu .imenu ul.urur li.i6 a:before {	background: url(../images/m-ic8.png) center no-repeat;}

#sp-main-menu-hidden  {
	position: absolute; 
	top:0;
	left:0;
	width: 100%;
	z-index: 10;	
	display: none; 
}
#sp-main-menu-hidden .row {
	background: #5D6654 ;
	padding: 90px 55px 10px;
	margin-left: 0px;
	margin-right: 0px;
/*	display: none; */
}
#sp-main-menu-hidden .omenu h3 {
	font-size: 30px;
	color: #eaece6;
	font-weight: 300;
	margin: 0 0 35px;
	padding: 0 0 15px;
	background: url(../images/mline.png) left bottom repeat-x;
	float: left; 
	text-transform: none;
    line-height: 33px;
}

#sp-main-menu-hidden .omenu ul {
	margin: 0;
	float: left; 
	width: 100%;
	margin: 0 0 55px;
}
#sp-main-menu-hidden .omenu ul ul {
	margin: 15px 0 0;
}
#sp-main-menu-hidden  .omenu ul li {
	margin: 0 0 15px;
	font-size: 16px;
	float: left;
	width: 100%;
	display: block;
}
#sp-main-menu-hidden  .omenu ul li.parent ul {
	margin: 15px 0 -15px;
}
#sp-main-menu-hidden  .omenu ul li ul li {
	margin: 0 0 15px 20px;
}
#sp-main-menu-hidden  .omenu ul li a {
	color: #ffffff;
	text-decoration: none;
	background: url(../images/mbull.png) left center no-repeat;
	padding: 0 0 0 20px;
}
#sp-main-menu-hidden  .omenu ul li a:hover {
	color: #dadcd6;
	text-decoration: underline;
}
.bann {
	width: 310px;
	height: 430px;
	float: right;
	background: url(../images/mbanner.png) top center no-repeat;
	position: relative;
}
.bann .btn {
	border-radius: 0;
	width:100%;
	position: absolute;
	left:0;
	bottom:0;
}

#sp-left .bann .btn {
/*	display: none; */
}
.bann p {
	margin: 60px 30px 0 0;
	text-align: right;
	font-size: 18px;
	line-height: 24px;
	color: #606656;
	font-weight: 300;
}
.bann p strong {
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
}



#welcome {
	padding: 150px 0;
	font-size: 16px;
	position: relative;
}
#welcome .txt {
	padding-left:45px;
	position: relative;
}
#welcome h2 {
	font-size: 48px;
	font-weight: 300;
	margin: 0 0 30px;
}
#welcome .btn {
	margin: 160px 0 0;
	width: 275px;
}
#welcome .img {
	position: absolute;
	top:0;
}
#welcome.osago {
	padding: 100px 0;
}
#welcome.osago p {
	margin: 0 0 40px;
}
#welcome.osago .btn {
	margin: 30px 0 0;
}
#welcome.osago .dashed {
	font-size: 14px;
}
#welcome.osago .breadcrumbs {
	bottom: -70px;
}




.headings h3{
	font-size: 36px;
	color: #606656;
	font-weight: 300;
	text-align: center;
	margin: 0 0 30px;
}
/*.sppb-addon-title {
	font-size: 36px;
	color: #606656;
	font-weight: 300;
	text-align: center;
	margin: 0 0 30px;
}*/



#searchs {
	background: #F2F3F2;
	padding: 70px 0;
}
#searchs h3 strong {
	font-weight:bold;
	color: #242424;
}
#searchs .form-control {
	background: #fff url(../images/search.png) 98% center no-repeat;
	padding: 10px 40px 10px 15px;
}
#searchs .want p {
	line-height: 44px;
	text-align: right;
	font-size: 16px;
}
#searchs .inp p {
	margin: 10px 0 0 30px;
}



#comps {
	padding: 100px 0 90px;
	text-align: center;
}
#comps h3 {
	margin: 0 0 30px;
}
#comps img {
	margin:20px 30px 0;
}
#comps .imgs .sppb-column-addons > div{
	display : inline-block;
}


.well {
	border: 0;
	box-shadow:none;
	border-radius: 0;
}



.servs {
	background: url(../images/serv-bg.jpg) center repeat-y;
	padding: 100px 0;
}
.servs .headings h3 {
	color: #fff;
}
.servs .well {
	background: #fff;
	padding: 0 40px 60px;
	float: left;
	margin:15px 0;
}
.servs .well .top {
	margin: 15px 0;
	float: left;
	width: 100%;
	height: 80px;
}
.servs .well .top .img {
	width: 60px;
	float: left;
	height: 80px;
	line-height: 80px;
}
.servs .well .top .img img {
	max-width: 100%;
	margin: 0 0 0 -5px;
	display:inline-block;
}
.servs .well .top .txt {
	height: 80px;
	padding: 0 0 0 60px;
	width: 100%;
}
.servs .well h3 {
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
	height: 80px;
}
.servs .well .btm {
	float: left;
	width: 100%;
	padding: 0 10px;
}
.servs .well .btm span {
	width:100px;
	float:left;
	line-height: 44px;
	font-size: 16px;
	color: #606656;
}
.servs .well .btn {
	width: 170px;
	padding: 11px 0;
	float: right;
}
.servs .more {
	text-align: center;
	padding-top:20px;
	font-size: 16px;
}
.servs .more a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	position: relative;
}
.servs .more a:before {
	content: '';
	position: absolute;
	left:-20px;
	top:10px;
	background: url(../images/serv-more.png) center repeat-y;
	width: 12px;
	height: 6px;
}
.servs .more a:hover {
	border-color: transparent;
}
.servs .more a.less-link {
	display:none;
}
.servs .more a.less-link:before {
	background: url(../images/serv-less.png) center repeat-y;
}
.servs#osago {
	background: url(../images/osago-dop.jpg) center repeat-y;
}
.servs#auto {
	background: url(../images/auto-bg.jpg) center repeat-y;
}
.servs#auto h3 {
	font-size: 24px;
}
.servs#auto .well {
	background: #fff;
	padding: 0 50px 50px
}
.servs#auto .well .desc {
	height: 90px;
	margin: 20px 0 0;
}
.servs#auto .well p {
	color: #606656;
	font-size: 16px;
	line-height: 24px;
}
.servs#auto .well .btn {
	width: 100%;
	margin: 30px 0 0;
}
.servs#ur {
	margin:110px 0 0;
	background: url(../images/ur-bg.jpg) center repeat-y;
}
.servs#white {
	background: #fff;
}
.servs#white h3 {
	color: #606656;
}
.servs#white .well {
	background: #E9ECE6;
}
.servs#white .more a {
	color: #0089df;
	text-decoration: none;
	border-bottom: 1px dashed #0089df;
	position: relative;
}
.servs#white .more a:before {
	background: url(../images/fact-more.png) center repeat-y;
}



#andr {
	padding: 120px 0 0;
}
#andr .sppb-row-container {
	position: relative;
	min-height: 870px;
}
#andr .man {
	content:'';
	width: 650px;
	height: 870px;
	background: url(../images/andr-bg.jpg) center no-repeat;
	position: absolute!important;
	top:0;
	left:-95px;
	z-index:2!important;
}
#andr .man:after {
	content:'';
	width: 650px;
	height: 870px;
	background: url(../images/andr-bg-hov.png) center no-repeat;
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	transition: all 1s;
}
#andr .man:hover:after {
	opacity: 1;
}
#andr .man-name {
	z-index:3!important;
}
#andr .txt {
	padding-bottom:  60px;
	z-index : 2;
}
#andr .quote {
	background: #5D6654;
	color: #fff;
	font-size: 27px;
	font-weight: 300;
	padding: 24px 35px;
	position: relative;
	width:827px;
	float: right;
}
#andr .name {
	text-align: right;
	font-size: 16px;
	margin: 30px 0 0;
	color: #606656;
	position: relative;
	float: left;
	width: 100%;
}
#andr .name:before {
	content: '';
	width: 866px;
	height: 52px;
	background: url(../images/andr-line.png) left top no-repeat;
	position: absolute;
	top:-13px;
	right: 0;
}
#andr .list ul li {
	margin: 0 0 30px;
	list-style-image: url(../images/andr-bull.png);
	padding: 0px 0 0 9px;
}
#andr .list .btn {
	float: right;
	margin: 50px 0 0;
}




#reviews {
	background: #F3F3F2;
	padding: 110px 0;
}
#reviews .wrap {
	width: 960px;
	margin: 0 auto;
}
#reviews .rev {
	padding: 0 0 30px;
}
#reviews .quote {
	background: #fff;
	position: relative;
	padding:30px 35px;
	margin: 0 0 20px;
}
#reviews .quote:after {
	content: '';
	position: absolute;
	top:65px;
	right: -35px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 35px;
	border-color: transparent transparent transparent #fff;
}
#reviews .name {
	color: #606656;
	margin: 0 0 60px;
	font-size: 13px;
}
#reviews .name strong {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
#reviews .audio p {
	color:#606656;
	margin: 0 0 25px;
}
#reviews .txt {
	position: relative;
}
#reviews .img {
	position: absolute;
	bottom:0px;
	left:105%;
}
#reviews .more {
	width: 350px;
	margin: 30px 0 0;
}
#reviews.about {
	background: #fff;
}
#reviews.about .quote {
	background: #E9ECE6;
}
#reviews.clients {
	margin: 110px 0 0 !important;
}
.jp-audio {
	position: relative;
}
.jp-duration {
	position: absolute;
	top:-25px;
	right:0;
}
.jp-controls-holder {
  position: relative;
}
.jp-play {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  margin-left: -8px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  padding: 0;
  background:url(../images/play.png) 0 -30px no-repeat;
  border: 0;
  outline: 0;
}
.jp-state-playing .jp-play {
  background:url(../images/play.png) 0 0px no-repeat;
}
.jp-seek-bar {
  display: block;
  width: 100%;
  height: 3px;
  background:#8AAC68;
}
.jp-play-bar {
	background: #FF5100;
   height: 3px;
}



#sp-fprice, #fprice {
	background: #5D6654;
	padding: 75px 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
#sp-fprice h3, #fprice h3 {
	color:#fff;
	margin: 0 0 15px;
}
#sp-fprice .form, #fprice .form {
	margin: 55px 0 0;
}
#sp-fprice .form-control, #fprice .form-control {
	width: 330px;
	margin: 0 45px 0 0;
	background-color: #fff;
}
#sp-fprice .btn, #fprice .btn {
	margin: -4px 0 0;
}
#sp-fprice.about, #fprice.about {
	background: #fff;
	color: #242424;
}
#sp-fprice.about, #fprice.about h3 {
	color: #606656;
}
#sp-fprice.about, #fprice.about .form-control {
	background-color: #E9ECE6;
}

#sp-fprice .form input, #fprice .form input{
    height: 44px;
    font-size: 16px;
    display: inline-block;
}



#facts {
	padding: 100px 0;
}
#facts .fact {
	margin-bottom: 50px;
}
#facts .fact img {
	float: left;
	width: 211px;
}
#facts .fact .txt {
	width: 100%;
	padding: 0 0 0 240px;
}
#facts .fact .txt p {
	max-width: 300px;
	margin: 0 0 15px;
	line-height: 18px;
}
#facts .fact .txt p strong {
	color: #606656;
	font-size: 16px;
}
#facts .fact .txt .btn {
	margin: 27px 0 0;
	padding: 11px 0;
	width: 170px;
}
#facts .more {
	text-align: center;
	padding: 
}
#facts .more a {
	color: #0099ff;
	text-decoration: none;
	border-bottom: 1px dashed #0099ff;
	position: relative;
	font-size: 16px;
}
#facts .more a:before {
	content: '';
	position: absolute;
	left:-20px;
	top:10px;
	background: url(../images/fact-more.png) center no-repeat;
	width: 12px;
	height: 6px;
}
#facts .more a:hover {
	border-color: transparent;
}




#heads {
	padding: 100px 0;
	color: #606656;
	background: url(../images/heads.png) left bottom repeat-x;
}
#heads h2 {
	font-weight: 300;
	font-size: 40px;
	margin: 0;
}
#heads strong {
	font-weight:bold;
	color: #242424;
}
#heads .btn {
	float: right;
}



.breadcrumbs {
	position: absolute;
	bottom:-180px;
	left:0;
	z-index: 4;
	color: #666d5d;
	font-size: 14px;
}
.breadcrumbs a {
	text-decoration: none;
}


#staffs {
	background: #E9ECE6;
	padding: 100px 0;
}
#staffs .itm {
	text-align: center;
}
#staffs .itm .txt {
	height: 60px;
}
#staffs .itm img {
	margin: 0 0 30px;
}
#staffs .itm strong {
	font-size: 16px;
}



#clients {
	padding: 100px 0;
	background: url(../images/clients-bg.png) top center repeat-y;
	color: #fff;
}
#clients .priv {
	text-align: right;
	padding-right: 75px;
}
#clients .comp {
	text-align: left;
	padding-left: 75px;
}
#clients h3 {
	font-size: 40px;
	font-weight: 300;
	margin: 0 0 70px;
}
#clients p {
	font-size: 16px;
	line-height: 27px;
	margin: 0 0 45px;
}




#contacts {
	margin: 110px 0 0 !important;
	height: 520px;
	background: #E9ECE6;
}
#contacts .txt {
	font-size: 16px;
	line-height: 24px;
	padding-top: 90px;
}
#contacts .txt .phone {
	font-size: 36px;
	font-weight: 300;
	color: #606656;
	line-height: normal;
	margin: 0 0 45px;
}
#contacts .txt .phone span {
	color: #242424;
}
#contacts .txt .face {
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 15px;
}
#contacts .txt .recv {
	margin: 0 0 50px;
}
#contacts .txt .recv span {
	color: #606656
}
.contacts-map {
	position: absolute!important;
	width: 50%;
	margin: 110px 0 0 50%!important;
	height: 520px;
	overflow: hidden;
	z-index:2!important;
}
.contacts-map .ymap {
	height: 520px;
}
.contacts-map .well {
	position: absolute;
	width: 361px;
	height: 188px;
	background: url(../images/contacts-well.png) top center no-repeat;
	padding: 40px 50px 0;
	font-size: 13px;
	color: #fff; 
	margin: 85px 0 0 120px;
	top:0px;
}
.contacts-map .well p {
	margin: 15px 0;
}



#feedback {
	padding: 100px 0;
}
#feedback .form {
	width: 690px;
	margin: 0 auto;
}
#feedback .form .form-control {
	margin: 0 0 30px;
}
#feedback .form .btm {
	margin: 30px 0 0;
	text-align: center;
}
#feedback .form .btn {
	width: 190px;
}
.more-less-item:nth-child(3n+1) {
	clear: left;
}
.more-less-item.tight .well {
	padding-bottom: 10px;
}
.more-less-item .information {
	margin-top: 10px;
	float: left;
	font-size: 10px;
	color: #999;
}


#answers {
	padding: 100px 0;
}
#answers .answ {
	width: 750px;
	padding: 100px 0;
	background: #F4F6F2;
	position: relative;
	margin: 0 auto 50px;
}
#answers .answ:after {
	content: '';
	width: 51px;
	height: 70px;
	position: absolute;
	top:-4px;
	right:56px;
	background: url(../images/answer-top.png) no-repeat;
}
#answers .answ .client {
	position: absolute;
	top:50px;
	left:-60px;
	border: 1px solid #F4F6F2;
}
#answers .answ .txt {
	position: relative;
	margin: 0 0 0 215px;
	width: 350px;
}
#answers .answ p {
	position: relative;
	z-index: 2;
	line-height: 24px;
	font-size: 14px;
}
#answers .answ .txt:before,
#answers .answ .txt:after {
	content: '';
	position: absolute;
	background: url(../images/answer-quo.png) no-repeat;
	width: 89px;
	height: 77px;
	display: block;
	z-index: 1;
}
#answers .answ .txt:before {
	top:-35px;
	left:-35px;
}
#answers .answ .txt:after {
	bottom:-20px;
	right:-10px;
}
#answers .answ .letter {
	position: absolute;
	right:-60px;
	bottom:-60px;
}
#answers .answ .letter:after {
	content: '';
	width: 86px;
	height: 86px;
	position: absolute;
	top:50%;
	left:50%;
	margin: -43px 0 0 -43px;
	z-index: 2;
	opacity: .6;
	background: url(../images/answer-lup.png) no-repeat;
}
#answers .answ .letter:hover:after {
	opacity: 1;
}
#answers.ur {
	background: #E9ECE6;
}
#answers .slider .answ .client {
	position: absolute;
	top:50px;
	left: -60px;
	border: 1px solid #F4F6F2;
}
#answers .slider .answ .letter {
	position: absolute;
	right: -60px;
	bottom: -60px;
}
#answers .slider .answ-block {
	background: #F4F6F2;
	max-width: 750px;
	min-height: 320px;
	position: relative;
	left: 60px;
}
#answers .slider .answ {
	background: none;
	padding: 25px 0;
}
#answers .slider .answ .txt {
	position: relative;
	margin: 0 0 0 215px;
	width: 350px;
	top: 100px;
}
#answers .wrap {
	margin: 0px 150px;
}
#answers .slider .answ::after {
	top: 20px;
	right: 126px;
}

.articles {
    margin: 0;
	font-size: 16px;
	line-height: 24px;
}
.articles h1 {
	color: #606656;
	font-weight: 300;
	font-size: 40px;
	margin: 0 0 40px;
}
.articles h2 {
	color: #606656;
	font-weight: 300;
	font-size: 30px;
	margin: 0 0 40px;
}
.articles .article h2 {
	font-size: 24px;
	margin: 0 0 30px;
    font-weight: 500;
    line-height: 1.1;
}
.articles p {
	margin: 0 0 25px;
}
.articles .aleft {
	float: left;
	width: 310px;
}
.articles .aright {
	width: 100%;
	padding: 0 0 0 370px;
}
.articles .menu {
	background: #E9ECE6;
	padding: 70px 10px 45px 50px;
	margin: 0 0 80px;
}
.articles .menu li {
	margin: 0 0 25px;
	list-style: none;
	background: url(../images/mbull.png) left center no-repeat;
	padding: 0 0 0 20px;
	font-size: 16px;
}
.articles .menu li a {
	color: #606656;
	text-decoration: none;
}
.articles .menu li a:hover {
	text-decoration: underline;
	color: #808676;
}
.articles .bann{
	width: 100%;
	background-size: cover;
	margin-bottom: 50px;
}
.articles .bann p {
	margin: 60px 17px 0 0;
}
.articles .article {
	margin: 40px 0 100px;
}
.articles .article img {
	width: 100%;
	margin: 0 0 60px;
}
.articles .article .btn {
	min-width:200px;
}



#osago-help {
	background: url(../images/osago-bg.jpg) center no-repeat;
	padding: 140px 0;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
#osago-help .txt {
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	padding: 0 0 0 105px;
}
#osago-help .txt p {
}
#osago-help .i1 .txt {
	background: url(../images/osago-help1.png) left center no-repeat;
}
#osago-help .i2 .txt {
	background: url(../images/osago-help2.png) left center no-repeat;
}
#osago-help .i3 .txt {
	/*background: url(../images/osago-help3.png) left center no-repeat;*/
	padding: 0;

}#osago-help .i3 .txt p {
	 float: left;
}
#osago-help .ruble-icon {
	float: left;
	font-size: 30px;
	font-weight: bold;
	line-height: 74px;
	margin-right: 20px;
}
#osago-help .ruble-icon label {
	font-size: 27px;
	padding-left: 3px;
}



#osago-text {
	
	overflow: hidden;
}
#osago-text .itm {
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}
#osago-text .itm .img .sppb-addon-single-image-container {
	position: relative;
	height: 272px;
}
#osago-text .itm .img img {
	width: 360px;
	height: 360px;
	position: absolute;
	top:50%;
	left:50%;
	margin: -150px 0 0 -180px;
	max-width:360px;
}
#osago-text .itm .head {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
#osago-text .itm .head h2 {
	font-size: 40px;
	font-weight: 300;
	float: left;
	position: relative;
}
#osago-text .itm .head h2 span {
	color: #fff;
	font-size: 36px;
	background: #009AFF;
	padding: 3px 16px;
	position: absolute;
	top:-1px;
	right:-130px;
}
#osago-text .itm .head h2 span i {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}
#osago-text .itm .text {
	font-size: 16px;
	line-height: 27px;
	float: left;
	width: 100%;
}
#osago-text .itm .text p {
	margin: 0 0 20px;
}
#osago-text .itm .text .btn {
	margin: 50px 0 0;
	min-width: 240px;
}
#osago-text .itm.itmbg:before {
	content: '';
	width:1920px;
	height:100%;
	background: url(../images/text-bgl.png) top center repeat-y;
	position: absolute;
	top:0;
	left:50%;
	margin: 0 0 0 -960px;
}
#osago-text .itm.itml {
	text-align: right;
}
#osago-text .itm.itml .sppb-col-md-4 {
	float: right;
}
#osago-text .itm.itmbg2:before {
	content: '';
	width:1920px;
	height:100%;
	background: url(../images/text-bgr.png) top center repeat-y;
	position: absolute;
	top:0;
	left:50%;
	margin: 0 0 0 -960px;
}
#osago-text .itm.itml .head h2 {
	float: right;
}
#osago-text .itm.itml .head h2 span {
	top:-1px;
	right: auto;
	left:-130px;
}


#now-phone {
	padding: 120px 0;
	text-align: center;
	font-size: 16px;
}
#now-phone .phone {
	font-size: 40px;
	color: #494440;
	padding: 20px 0;
	margin: -10px 0 0;
	background: url(../images/osago-phone.png) center no-repeat;
}
#now-phone .phone strong {
	color:#242424;
	font-weight: 900;
}
#now-phone .info {
	font-size: 13px;
}



#sp-follows {
	background: #8AAC68;
	color:#8AAC68;
	font-size: 36px;
	font-weight: 300;
	padding: 60px 0;
	text-align: center;
	color: #fff;
}
#sp-follows span {
	padding: 0 30px 0 0;
	    vertical-align: top;
    display: inline-block;
    line-height: 60px;
}
#sp-follows strong {
	font-weight: bold;
}
#sp-follows a {
	width: 64px;
	height: 64px;
	border-radius:4px;
	background: #9CB97F;
	display: inline-block;
	padding: 2px;
	margin: 0 23px 0 0;
}
#sp-follows a:hover {
	background: #BACEA6;
}





#sp-ymap {
	position: relative;
	height: 560px;
}
#sp-ymap .ymap {
	overflow: hidden;
	width: 100%;
	position: absolute;
	height: 560px;
}
#sp-ymap .well {
   position: absolute;	
	width: 520px;
	border: 10px solid #FFBD9E;
	background: #FF5100;
	color: #fff;
	padding: 45px 50px 0;
	top:0;
	right: 0;
	margin: 130px 0 0;
	font-size: 13px;
}
#sp-ymap .well .logo {
	width: 100%;
	height: 68px;
	background: url(../images/footer-logo.png) no-repeat;
}
#sp-ymap .well p {
	margin: 0 0 21px;
}
#sp-ymap .well p:nth-child(2) {
	margin: 0;
}
#sp-ymap .well .phone {
	font-size: 24px;
	font-weight: 300;
	line-height: 20px;
}
#sp-ymap .well .phone strong {
	color: #a6d200;
	font-weight: 900;
}
#sp-ymap .well .phone a {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	border-color: #fff;
	margin: 0 0 0 100px;
}




#sp-footer {
	background: url(../images/footer-bg.png) repeat;
	padding: 100px 0 20px;
	color: #fff;
	font-size: 13px;
	text-align: left;
}
#sp-footer .quest {
	font-size: 36px;
	margin: 0 0 30px;
	font-weight: 300;
}
#sp-footer .phone {
	font-size: 60px;
	margin: 0 0 30px;
	font-weight: 300;
}
#sp-footer .phone strong {
	font-weight: 900;
}
#sp-footer .btn {
	margin: 0 0 60px;
}
#sp-footer p {
	margin: 0 0 20px;
}
#sp-footer .onmap {
	color: #a6d200;
	border-color: #a6d200;
}
#sp-footer .menus {
	padding-left: 60px;
}
#sp-footer .menus h4 {
    color: #94ab6b;
    height: 70px;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px;
    text-transform: none;
}
#sp-footer .menus ul {
	list-style:circle;
}
#sp-footer .menus ul li {
	list-style-image:url(../images/footer-bull.png);
	padding: 0 0 0 5px;
	margin: 0 0 15px 15px;
	font-size: 14px;
	display:list-item;
	border:none;
}
#sp-footer .menus ul li a {
	color: #fff;
	text-decoration: none;
	line-height:normal;
	padding:0px;
	display:inline;
}
#sp-footer .menus ul li a:before {
	display:none;
}
#sp-footer .menus ul li a:hover {
	color: #969d90;
	text-decoration: underline;
}


#sp-footer-ldmco {
	text-align: center;
	padding: 30px 0;
}







.modal-dialog {
	z-index: 1050;
}
.modal-dialog {
}
.modal-content {
	border-radius: 0;
	width: 100%;
	float: left;
	position: relative;
	background: transparent;
	box-shadow: none;
	border: 0;
	padding: 60px 80px 80px;
	background: #F3F3F2;
	border-radius: 5px;
}
.modal-content .btn {
	width: 100%;
}
.modal-header {
	padding: 0px;
	border-bottom:0px solid #e5e5e5;
}
.modal-header h3 {
	font-size: 36px;
	color: #606656;
	font-weight: 300;
	margin: 0 0 50px;
}
.modal-body {
	padding: 0;
	font-size: 16px;
}
.modal-body h3 {
	font-size: 36px;
	color: #606656;
	font-weight: 300;
	margin: 0 0 50px;
}
.modal-body p {
	margin: 0 0 30px;
}
.mod-ksr-form-form .mod-ksr-field-group {
	margin : 0px;
}
.modal-body .form-control {
	background-color: #fff;
	margin: 0 0 30px;
	padding: 10px 15px;
	height: 44px;
	font-size: 16px;
   font-family: 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
   font-weight: normal;
	border: 0;
	box-shadow: inset 1px 1px 6px rgba(112,128,144,0.22);
	border-radius: 0px;
	width: 100%;
	color: #606656;
	display: inline-block;
	text-align: left;	
}
.modal-body .btn {
	margin: 0 0 30px;
}
.modal-body .mod-ksr-form-contentafter p{
	color: #242424;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	opacity: .6;
	margin: 0;
}
.modal-body .form .file {
	margin: 0 0 60px;
}
.letter .modal-body .form .file {
	width: 350px;
}
.letter .modal-body .form .file p {
	width: 140px;
	line-height: normal;
	margin: 4px 0 0;
}
.letter .modal-body .form .btn {
	float: left;
	width: 250px;
}
.letter .modal-body .form .info {
	float: left;
	width: 100%;
	font-size: 13px;
	color: #242424;
	opacity: 1;
	text-align: left;
	max-width: 270px;
}
.modal-body .img img {
	max-width: 100%;
}
.pred .form .btn {
	padding: 11px 0;
	width: 250px;
	float: left;
	margin: 0 30px 0 0;
	position: relative;
	z-index: 2;
}
.pred .form .info {
	font-size: 13px;
	text-align: left;
}
.modal-lg .modal-content {
	padding: 50px 55px 50px;
}
.modal-dialog .close {
	float: right;
	font-size: 21px;
	text-indent: -9999px;
	line-height: 1;
	min-width: 20px;
	width:40px;
	height: 40px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=100);
	opacity: 1;
	background: transparent !important;
	font-weight: bold;
	background: url(../images/close.png) center no-repeat !important;
	top: 10px;
   right: 10px;
	position: absolute;
	z-index: 2;
	outline: none;
}
.modal-backdrop.in {
	filter: alpha(opacity=100);
	opacity: 1;
	background: url(../images/dark.png) repeat;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 690px;
		margin: 30px auto;
	}
}
@media (min-width: 768px) {
	.modal-sm {
		width: 430px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 1180px;
	}
}
.modal-sm .modal-content {
	padding: 50px 60px 60px;
}
.file {
	float: left;
	width: 100%;
	position: relative;
}
.file a {
	padding: 0 15px 0 48px;
	color: #0099ff;
	background: url(../images/cloud.png) left center no-repeat;
	text-decoration: none;
	float: left;
	line-height: 26px;
	font-size: 14px;
	position: relative;
	z-index: 2;
}
.file input {
    position: absolute;
    top: 0;
    left: 0;
    width: 210px!important;
    height: 26px!important;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
	width:
}
.file a span {
	border-bottom: 1px dashed #0099ff;
}
.file a:hover span {
	border-color:transparent;
}
.file p {
	font-size: 13px;
	opacity: .5;
	line-height: 26px;
	float: left;
	margin: 0;
}







.form-control {
	padding: 10px 15px;
	height: 44px;
	font-size: 16px;
	background: #E9ECE6;
   font-family: 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
   font-weight: normal;
	border: 0;
	box-shadow: inset 1px 1px 6px rgba(112,128,144,0.22);
	border-radius: 0px;
	width: 100%;
	color: #606656;
	display: inline-block;
	text-align: left;
}
.input-sm {
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	padding: 10px 15px;
}
input[type="search"] {
	-webkit-appearance: none;
}
select {
}
textarea.form-control {
	overflow: auto;
	min-height: 108px;
	width:100%;
	line-height: 22px;
	resize: vertical;
	padding:12px 15px;
	resize: none;
}
textarea.input-sm {
	font-size: 14px;
}
.form-control.mod-ksr-form-field-tel {
	padding: 10px 15px 10px 45px;	
	background-image: url(../images/form-phone.png);
	background-repeat: no-repeat;
}
.form-control.mod-ksr-form-field-text.formfield_1 {
	padding: 10px 15px 10px 45px;	
	background-image: url(../images/form-name.png);
	background-repeat: no-repeat;
}
.form-control.mod-ksr-form-field-email {
	padding: 10px 15px 10px 45px;	
	background-image: url(../images/form-mail.png);
	background-repeat: no-repeat;
}
.form-control.mod-ksr-form-field-textarea {
	padding: 10px 15px 10px 45px;	
	background-image: url(../images/form-text.png);
	background-repeat: no-repeat;
}
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
textarea:hover {
	
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
.form-control:focus,
textarea:focus,
input:focus:invalid:focus, 
textarea:focus:invalid:focus, 
select:focus:invalid:focus {
	outline: none;
	border: 0px solid #808676;
	box-shadow: inset 1px 1px 6px rgba(112,128,144,0.22);
}
.btn {
	overflow: visible;
	outline: none !important;
	border:0px solid transparent;
	padding: 11px 45px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
	text-transform: none;
	margin: 0;
	-webkit-appearance: none;
	box-shadow: none;
   text-shadow: none !important;
   font-family: 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
	font-weight:  normal;
	background: #91D300;
	border-radius: 5px;
	transition: color .3s, background .3s, border .3s;
}
.btn,
.btn:focus,
.btn.focus {
	background: #91D300;
	color: #fff;
}
.btn:hover {
   background: #BFDD71;
	color: #fff;
}
.btn:active,
.btn.active,
.btn:active:hover,
.btn.active:hover,
.btn:active:focus,
.btn.active:focus,
.btn:active.focus,
.btn.active.focus {
	background: #81c300;
	color: #fff;
}
.btn:active {
}
.btn:active,
.btn.active {
	box-shadow: none;
}
a.btn {
	display: inline-block;
}
.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
   background: #FF5100;
   color:#fff;
}
.btn-primary:hover {
   background: #ff641c;
   color:#fff;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
   background: #e05819;
   color:#fff;
}
.btn-info,
.btn-info:focus,
.btn-info.focus {
   background: transparent;
   color: #00C7EB;
}
.btn-info:hover {
   background: transparent;
   color: #10b7dB;
}
.btn-info:active,
.btn-info.active,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.btn-info:active.focus,
.btn-info.active.focus {
   background: transparent;
   color: #30a7cB;
   border:2px solid #30a7cB;
}
.btn-link,
.btn-link:focus,
.btn-link.focus {
   background: transparent;
   color: #FFF;
   border: 3px solid #fff;
	padding: 10px 40px;
}
.btn-link:hover {
   background: transparent;
   color: #eee;
   border: 3px solid #eee;
	text-decoration: none;
}
.btn-link:active,
.btn-link.active,
.btn-link:active:hover,
.btn-link.active:hover,
.btn-link:active:focus,
.btn-link.active:focus,
.btn-link:active.focus,
.btn-link.active.focus {
   background: transparent;
   color: #ddd;
   border: 3px solid #ddd;
}
.has-error .form-control {
    border-color: #F5494D!important;
    box-shadow: none!important;
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
	width: 220px;
	height: 100%;
	background: transparent;
	position: absolute;
	top: 0;
	display: block;
	border: 0;
	outline: none;
	text-indent: -9999px;
  	padding top,
  	padding-bottom: calc(50% - 50px);
  	z-index: 100;
}
.slick-prev {
	left:-140px;
  	padding-right: 140px;
	background: url(../images/slide-prev.png) center no-repeat;
}
.slick-next {
	right:-140px;
  	padding-left: 140px;
	background: url(../images/slide-next.png) center no-repeat;
}
.slick-prev:hover,
.slick-next:hover {
	opacity: .8;
}
.slick-disabled {
	opacity: .5 !important;
	cursor: default;
}
.slick-slider * {
  outline: 0;
}
.slick-list{
  	z-index: 101;
}

.navbar-right {
	margin-right: 0;
}

.sppb-row-container {
    padding-left:0px!important;
    padding-right:0px!important;
}
#sp-page-builder .page-content .sppb-section, #sp-page-builder .sppb-section {
	margin-top: 0px;
}
.sppb-section.comp-list {
	padding: 50px 0;
}
@media (max-width: 1200px) {
	#welcome .img img {
		width: 100%;
	}
	.omenu .col-md-4 {
		width:50%;
	}
	.omenu .bann {
		float:left;
		margin: 0 0 40px;
	}
	.servs .col-md-4 {
		width: 50%;
	}
	#andr .man {
		left: -180px;
	}
	#andr .quote {
		font-size: 22px;
		width: 690px;
	}
	.more-less-item:nth-child(3n+1) {
		clear: none;
	}
	.more-less-item:nth-child(2n+1) {
		clear: left;
	}
	#andr .name:before {
		width: 740px;
	}
	#reviews {
		overflow: hidden;
	}
	.servs .well {
		padding: 0 40px 50px;
	}
	#reviews .wrap {
		width: 840px;
	}
	#reviews .img {
		width: 250px;
	}
	.slick-next {
		right: -90px;
	}
	.review-wrap .slick-next {
		right: -190px;
	}
	.review-wrap .slick-prev {
		left: -190px;
	}
	#answers .wrap {
		margin: 0px 100px;
	}
	#answers .slider .answ-block {
		max-width: 640px;
		min-height: 300px;
	}
	#answers .slider .answ .txt {
		margin: 0 0 0 170px;
	}
	#answers .answ .txt::before, #answers .answ .txt::after {
		width: 60px;
		height: 60px;
		background-size: 60%;
	}
	#answers .answ .txt::before {
		top: -35px;
		left: -20px;
	}
	#answers .answ .txt::after {
		bottom: -40px;
		right: -10px;
	}
	.slick-prev {
		left: -90px;
	}
	#sp-fprice .form-control, #fprice .form-control {
		width: 300px;
		margin: 0 25px 0 0;
	}
	#sp-footer .menus .col-xs-5 {
		width: 50%;
	}
	#sp-footer .phone {
		font-size: 50px
	}
	#sp-top-bar .addr br {
		display: none;
	}
	#staffs .itm img {
		width: 100%;
	}
	#clients .priv {
		padding-right: 60px;
	}
	#clients .comp {
		padding-left: 60px;
	}
	#clients h3 {
		font-size: 30px;
	}
	#contacts .txt {
		padding-top: 60px;
	}
	.articles .aright {
		padding: 0 0 0 350px;
	}
	#welcome.osago .img {
		text-align: center;
	}
	#welcome.osago .img img {
		width:  auto;
		float: none;
	}
	.modal-lg {
		width: 960px;
	}
	#sp-footer .quest {
		font-size: 30px;
	}
}
@media (max-width: 992px) {
	.mob-ct, .mob-ct .sppb-text-left { text-align: center; }
	.mob-ct .sppb-text-left.list { text-align: left; }
	#sp-top-bar .addr {
		display: none;
	}
	#reviews .wrap>.btn {
		left: 50%;
		position: relative;
		margin: 30px 0 0 -175px;
	}
	.omenu .bann {
		display: none;
	}
	#sp-top-bar {
		padding: 0;
	}
	.more-less-item .information {
		margin-bottom: 40px;
	}
	#sp-top-bar #sp-top1 {
		background: #F3F3F2;
		padding: 15px 15px 15px 20px;
		height: auto;
		margin: 0 0 50px;
	}
	#welcome .txt {
		padding-left: 0px;
	}
	#welcome .img {
		text-align: center;
		margin-top: 40px;
	}
	#welcome .img img {
		width:  auto;
		float: none;
	}
	#welcome .btn {
		margin: 50px 0 0;
	}
	#welcome {
		padding: 80px 0!important;
	}
	#welcome .img {
		position: relative;
		top:auto;
		left:auto;
	}
	#searchs .want p {
		text-align:center;
	}
	#searchs .inp p {
		margin: 10px 0 30px;
		text-align:center;
	}
	.servs .col-md-4 {
		width: 100%;
	}
	.servs .well {
		width: 100%;
		position: relative;
	}
	.servs .well .top {
		width: 60%;
	}
	.servs .well .btm {
		width: 40%;
	}
	.servs .well .btm .btn {
		margin: 34px 0 0;
	}
	.servs .well .btm span {
		width: 100%;
		height: 40px;
		position: absolute;
		bottom:0;
		left:0;
		background: #EAECE6;
		line-height: 40px;
		padding: 0 0 0 100px;
	}
	#andr .man {
		display: none;
	}
	#andr .name:before {
		display: none;
	}
	#andr .quote {
		width: 100%;
	}
	#andr ul {
		margin: 0 0 0 20px;
	}
	#reviews .wrap {
		width: 80%;
	}
	.slick-next,
	.click-prev {
		display: none;
	}
	#reviews {
		overflow: hidden;
	}
	.slick-next {
		right: -80px;
	}
	.slick-prev {
		left: -80px;
	}
	#reviews .txt {
		width: 60%;
	}
	#reviews .img {
		width: 50%;
		left:110%;
	}
	#sp-fprice .form, #fprice .form {
		width: 350px;
		margin: 40px auto 0;
	}
	#sp-fprice .form .form-control, #fprice .form .form-control {
		margin: 0 0 30px;
		width: 100%;
	}
	#facts .fact .txt p {
		max-width:none;
	}
	#sp-footer .menus {
		padding-left: 0px;
		padding-top: 50px;
		margin: 50px 0 0;
		background: url(../images/heads.png) top left repeat-x;
	}
	#sp-footer .menus h4 {
		height: 30px;
	}
	#clients {
		background: transparent;
		padding: 0!important;
	}
	#clients .priv {
		padding-right: 0px;
		padding-top: 60px;
		padding-bottom: 60px;
		background: #5D6654;
		text-align: center;
	}
	#clients .comp {
		padding-left: 0px;
		padding-top: 60px;
		padding-bottom: 60px;
		background: #88927E;
		text-align: center;
	}
	#clients .sppb-text-right,
	#clients .sppb-text-left {
		text-align: center !important;
	}
	#sp-ymap .well {
	}
	#follows {
		font-size: 28px;
	}
	#contacts{
		margin: 0!important;
	}
	.contacts-map {
		position: relative!important;
		width: 100%!important;
		margin: 110px 0 0 0 !important; 
		height: 520px!important;
		overflow: hidden!important;
	}
	#contacts .txt {
		background: #E9ECE6;
		width: 100%;
		padding: 40px 15px;
	}
	#contacts {
		height:auto;
	}
	#feedback .form {
		width: 450px;
		margin: 0 auto;
	}
	#feedback .form .col-xs-6 {
		width: 100%;
	}
	#feedback .form .form-control {
		width: 100%;
	}
	#sp-title,#heads {
		padding: 70px 0!important;
	}
	.breadcrumbs {
		bottom: -135px;
	}
	#answers .answ {
		width: 80%;
		padding: 150px 0 200px;
		margin: 50px auto 50px;
	}
	#answers .answ .client {
		top: -40px;
		left:-20px;
	}
	#answers .answ .txt {
		margin: 0px 60px;
		width: auto;
	}
	#answers .answ .letter {
		right: -20px;
		bottom: -60px;
	}
	.articles .aleft {
		float: left;
		width:100%;
	}
	.articles.aleft .menu {
		float: left;
		padding: 20px 20px 0;
	}
	.articles.aleft .menu li {
		z-index : 5;
		float: left;
		padding: 0px 0 0 20px;
		width: 50%;
	}
	.articles .bann {
		display: none;
	}
	.articles .aright {
		padding: 0;
	}
	#welcome.osago .img {
		margin: 0 0 20px;
	}
	#osago-help {
		padding: 50px 0!important;
	}
	#osago-help .sppb-col-md-4 {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	#osago-help .sppb-col-md-4 > div {
		padding-left:5px;
	}
	#osago-text .itm {
		padding-top: 0px!important;
		padding-bottom: 50px!important;
	}
	#osago-text .itm .img {
		text-align: center;
		margin: 20px 0;
	}
	#osago-text .itm .img img {
		width: 250px;
		height: auto;
		position: relative;
		top: auto; 
		left: auto; 
		margin:0; 
	}
	#osago-text .itm .img .sppb-addon-single-image-container {
		height: 200px;
	}
	#osago-text .itm.itml .head h2,
	#osago-text .itm.itml .sppb-col-md-4 {
		float: none;
	}
	#osago-text .itm .head h2 {
		font-size: 36px;
		text-align: center;
		float: none;
		margin-top: 20px!important;
		margin-bottom: 10px!important;		
	}
	#osago-text .itm .text {
		text-align: center;
	}
	#osago-text .itm .text p {
		text-align: left;
	}
	#osago-text .itm .head h2 span {
		top: -190px;
		right: 0px;
	}
	.servs#auto .well .top .img {
		width: 90px;
	}
	.servs#auto .well .btm,
	.servs#auto .well .top {
		width: 100%;
		float: left;
	}
	.servs#auto .well .btm {
		text-align: center;
	}
	.servs#auto .well .desc {
		height: auto;
		margin: 20px 0;
		width: 100%;
		text-align: left;
	}
	.servs#auto .well .btn {
		margin: 0;
		max-width: 250px;
		float: none;
	}
	#staffs .itm {
		margin-bottom: 30px;
	}
	#sp-main-menu .mmenu .imenu>ul.urur>li>a>span {
		display: none!important;
	}	
	#andr .sppb-row-container {
		min-height: inherit;
	}
	.sppb-section.comp-list {
		padding: 0;
	}
	.sppb-section.comp-list.l1 {
		padding: 50px 0 0;
	}
	.sppb-section.comp-list.l3 {
		padding: 0 0 50px;
	}
	.sppb-section.comp-list .sppb-column {
		margin: 20px 0 0;
		padding: 0 60px;
	}
	#answers .wrap {
		margin: 0px 10px;
	}
	#answers .slider .answ-block {
		max-width: 600px;
		min-height: 300px;
	}
	#answers .slider .answ .letter {
		position: relative;
		right: -60px;
		bottom: -115px;
	}
	.review-wrap .slick-next {
		right: -75px;
		z-index: 101;
	}
	.review-wrap .slick-prev {
		left: -85px;
		z-index: 101;
	}
}
@media (max-width: 768px) {
	.sppb-row-container,
	.container {
		padding-right: 15px!important;
		padding-left: 15px!important;
	}
	#sp-main-menu .mmenu .imenu>ul>li>a>span,
	#sp-main-menu .mmenu .imenu ul>li>ul {
		display: none!important;
	}	
	#sp-main-menu .mmenu .imenu ul > li > a:before {
		position: absolute;
		top: 0px;
		left: 50%;
		margin: 9px 0 0 -13px;	
	}	
	#sp-follows span {
		padding: 0 0 30px ;
		width: 100%;
		float: left;
	}
	#sp-follows a {
		margin: 0 12px;
	}
	#heads .btn {
		float: none; 
		margin: 30px 0 0; 
	}
	#sp-ymap {
		min-height: 560px;
		margin-top: 293px;
	}
	#sp-ymap .sppb-row-container, .container {
		padding: 0 !important;
	}
	#sp-ymap .ymap {
/*		display: none; */
		right: -15px;
	}
	#sp-ymap .well {
		float: none;
		position: relative;
		width: initial;
		margin-top: 60px;
		border-color: #FF5100;
		margin-bottom: 0;
	}
	#sp-ymap .sp-column .container {
		top: -354px;
	}
	#sp-top-bar .tmenu ul li {
		padding: 0 20px 0 0;
		margin: 0 20px 0 0;
	}
	#sp-ymap .well .phone {
		text-align: right;
	}
	#welcome .img {
		max-width: 100%;
	}
	.breadcrumbs {
		left:15px;
	}
	#now-phone .phone {
		background: transparent;
	}
	#andr .container {
		min-height: inherit;
	}
	.omenu .col-md-4 {
		width: 100%;
	}
	#andr {
		padding: 120px 0 30px!important;
	}
	.servs .well .btm .btn {
		margin: 34px -20px 0 0;
	}
	#searchs .inp p {
		margin: 10px 0 0;
		text-align: center;
	}
	.servs .well .top .txt {
		width: 90%;
		height: auto;
	}
	.servs .well .top {
		height: auto;
	}
	.servs .well .btn {
		width: 150px;
	}
	#searchs .btns {
		text-align: center!important;
		padding-top: 30px;
	}
	#searchs .btns .btnpolis{
		text-align: center!important;
	}
	a.urur {
		display: none;
	}
	.modal-dialog.letter {
		width: auto;
	}
	.modal-dialog.letter .img {
		width: 100%;
		text-align: center;
		margin: 0 0 30px;
	}
	.modal-dialog.letter .form {
		width: 100%;
		text-align: center;
	}
	#sp-footer1 {
		text-align: center;
	}
 	#osago-text .itm .txt .sppb-text-left,
 	#osago-text .itm .txt .sppb-text-right {
		text-align: center!important;
   }
	#answers .slider .answ-block {
		max-width: 100%;
		min-height: 471px;
	}
	#answers .slider .answ .txt {
		margin: 0;
		width: 255px;
	}
	.review-wrap .slick-prev {
		left: -74px;
		z-index: 102;
	}
	.review-wrap .slick-slide img {
		display: block;
		width: 120px;
	}
	#answers .answ .letter::after {
		width: 56px;
		height: 57px;
		margin: 4px 0 0 -35px;
		background-size: 78%;
	}
	#answers .answ p {
		position: relative;
		z-index: 2;
		line-height: 19px;
		font-size: 13px;
	}
	#answers .answ .txt::before, #answers .answ .txt::after {
		content:none;
	}
	.review-wrap .slick-next {
		right: 0;
	}
  #sp-main-menu-hidden .omenu ul {
    float: none;
  }

}
@media (max-width: 535px) {
	#sp-ymap {
		margin-top: 311px;
	}
	#sp-ymap .sp-column .container {
		top: -371px;
	}
	#sp-ymap .ymap {
		top: -17px;
		height: 577px;
	}
}


@media (min-width: 1200px) {
  .sppb-row-container {
    width: 1180px!important;
  }
}


#sp-forms {
	min-height:0px;
}
.more-less-content {
	overflow:hidden;
}
#lob {
	z-index: 5!important;
}

#lob .txtlob{
	z-index: 6!important;
}

#sp-title {
	padding: 100px 0;
    color: #606656;
    background: url(../images/heads.png) left bottom repeat-x;	
}
#sp-title h2 {
    font-weight: 300;
    font-size: 40px;
    margin: 0;
	color: #606656;
}
.sp-page-title {
	background:none!important;
	padding:0px;
}
body.com-sppagebuilder #sp-page-title{
	display: none;
}

div.urur  a{
    position: fixed;
    background: #ffff00;
    left: 0;
    top: 50%;
    margin: -22px 0 0 -51px;
    height: 44px;
    width: 146px;
    z-index: 2;
    color: #000;
    text-decoration: none;
    transform: rotate(270deg);
    text-align: center;
    line-height: 44px;
    font-size: 18px;
}
.site.com-users.view-login #sp-page-title {
	display: none;
}
.site.com-users.view-login .login h1 {
	margin: 0 0 40px;
}
.site.com-users.view-login .form-links {
	margin: 40px 0 50px;
}
#agree-box {
	display: inline-block;
	margin-top: 20px;
}
#agree-box p {
	float: right;
	width: 90%;
	font-size: 13px;
}
#agree-box span {
	color: #0E9BFF;
}
#agree-box .agree {
	float: left;
	margin-top: 5px;
}
#agree-box.contact .agree {
	float: right;
	top: -16px;
	position: relative;
}
#agree-box.contact p {
	width: 61%;
	margin: 0 160px 0 20px;
}

/*Как проехать модальное окно*/
#modal-howtogo {
    position: fixed;
    bottom: -150%;
    z-index: 1049;
	left: 55%;
    transition: bottom 1s linear;
}
#modal-howtogo.show {
	bottom: 5%;
    transition: bottom 1s linear;
}
#modal-howtogo .modal-dialog {
    width: 460px;
}
#modal-howtogo .modal-content {
    padding: 0;
    border-radius: 0;
    background: #ffffff;
}
#modal-howtogo .modal-right-img {
	background: url(../images/new-office-2.png) 100% no-repeat;
	height: 200px;
	position: absolute;
	top: 0;
	width: 250px;
    right: 0;
}
#modal-howtogo .modal-dialog .close {
	background: url(../images/howtogo-close.png) 50% no-repeat !important;
    width: 62px;
    height: 62px;
	top: 2px;
	right: 0;
}
#modal-howtogo .modal-title {
    font-weight: bold;
    line-height: 1.1;
    font-size: 17px;
    padding: 12px 25px;
	background-color: #f76b13;
	color: #fff;
}
#modal-howtogo .modal-body {
    line-height: 1.1;
	font-size: 12px;
	padding: 35px 0 0 25px;
}
#modal-howtogo .modal-content .btn {
	max-width: 135px;
	padding: 8px 22px;
    font-size: 12px;
	border-radius: 2px;
}
#modal-howtogo .modal-footer {
	padding: 15px 0 18px 25px;
    text-align: left;
    border: none;
}
#modal-howtogo .modal-under-footer {
    font-size: 12px;
	background-color: #5d6655;
	padding: 10px 15px 10px 25px;
	color: #fff;
}
@media (max-width: 1200px) {
	#modal-howtogo {
		left: 5%
	}
}
@media (max-width: 600px) {
	#modal-howtogo .modal-dialog {
		width: 100%;
	}
	#modal-howtogo {
		left: -10px;
	}
}
@media (max-width: 460px) {

	#modal-howtogo .modal-title {
		font-size: 15px;
		padding: 12px 50px 12px 25px;
	}
	#modal-howtogo .modal-right-img {
		background: url(../images/new-office-2.png) center no-repeat;
		height: 120px;
		position: absolute;
		top: 70px;
		width: 240px;
		right: 0;
		background-size: 100%;
	}
	#modal-howtogo .modal-body {
		line-height: 1.1;
		font-size: 12px;
		padding: 35px 120px 0 25px;
	}

}

/**/

#sp-top2 {
	padding-left: 42px;
}
.header-address-left{
	text-align: left;
	padding-left: 0;
	border-right: 1px solid #606656;
	line-height: 1.4;
}
.header-address-right {
	text-align: left;
	margin-bottom: 20px;
	padding: 0 0 0 49px;
	line-height: 1.4;
}
.address-time {
	font-weight: bold;
	background: url(../images/clock-address.png) 0 5px no-repeat;
	padding-left: 20px;
	float: left;
}
.address-soon {
	display: none;
	float: left;
	color: #ff5100;
	background: url(../images/soon-address.png) 0 5px no-repeat;
	padding: 0 20px;
}
.address-text {
	float: left;
}

.address-onmap {
	background: url(../images/onmap-address.png) 0 3px no-repeat;
	padding-left: 20px;
	color: #029aff;
	float: left;
	margin-left: 19px;
}
.address-onmap:hover {
	cursor: pointer;
}

/* novie bloki na posadochnih 14.05.19 */

.new-pages p{
	font-size: 18px;
	text-align: justify;
	line-height: 30px;
}

.new-pages p::first-letter{
	margin-left: 2rem;
}

.new-pages ul{
	margin-bottom: 0;
}

.new-pages ul li{
	margin-left: 8rem;
	font-size: 18px;
	text-align: justify;
}

/* end novie bloki na posadochnih 14.05.19 */

/* schema breadcrumbs 19.09.19 */

.breadcrumbs{
	position: relative;
	bottom: unset;
	margin: 20px 0;
}

.breadcrumbs ul{
	display: flex;
}

.crumbs-separator{
	margin: 0 10px;
}

.breadcrumbs ul li{
	list-style-type: none;
}

/* end schema breadcrumbs 19.09.19 */

/* forms + helpers 29.10.19 */

.d-flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-wrap{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.space-around{
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.space-between{
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-start{
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.align-center{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-start{
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.text-center{
	text-align: center;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.img-fluid{
	max-width: 100%;
	height: auto;
}

.form-title{
	width: 100%;
	font-size: 30px;
	font-weight: 700;
	margin: 30px 0;
}

.form-wrapper{
	max-width: 650px;
	background: #fc4a1a;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-radius: 25px/25px;
	padding: 20px;
	margin: 0 auto;
}

.row-wrapper{
	width: 50%;
	margin: 15px 0;
}

.row-wrapper > span, .row-wrapper > label{
	width: 100%;
	font-size: 16px;
	color: #fff;
}

.input-wrapper{
	margin: 0 auto;
}

.input-wrapper.radios{
	width: 210px;
	margin: 0;
}

.input-wrapper label{
	color: #fff;
}

.submit-btn{
	width: 50%;
	text-align: center;
	margin: 20px 0;
}

.submit-btn > input{
	background: #91D300;
	color: #fff;
	border: 1px solid #91D300;
	padding: 20px 30px;
	font: inherit;
	outline: inherit;
	cursor: pointer;
	-webkit-appearance: none;
}

#autoform-msg{
	background: #e3e6ed;
	box-shadow: 0 5px 10px 0 rgba(45, 50, 62, 0.5);
	padding: 25px 30px;
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	z-index: 9999999999;
}

input[type="text"].name-input{
	display: none;
}

@media (max-width: 576px){
	.form-wrapper{
		max-width: 100%;
		padding: 20px 40px;
	}
	.form-wrapper input:not([type='radio']):not([type='submit']), .form-wrapper select{
		height: 55px;
		width: 100%;
	}
	.row-wrapper{
		width: 100%;
		margin: 15px 0;
	}
	.row-wrapper > span, .row-wrapper > label{
		font-size: 18px;
		width: 100%;
	}
	.input-wrapper{
		width: 100%;
	}
	.input-wrapper.radios{
		width: 50%;
		margin: 20px 0;
	}
	.submit-btn{
		margin: 20px auto;
	}
}

body.com-content #sp-page-title, body.com-xmap #sp-page-title{
	display: none;
}

/* end forms + helpers 05.11.19 */