/* -------------------------------- 

Primary style

-------------------------------- */
body {
  font-size: 100%;
  font-family: 'Exo 2', sans-serif;
  color: #3d3536;
  background-color: white;
  transition: all 0.3s ease;
}
body, html {
  height: 100%;
}
h1{
	font-weight: bold;
	line-height: 1.2em;
}
h3{
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2em;
}
h4.problems {
    font-size: 14px;
}
p.made {
    background: #fff;
    border: 1px solid #ff7700;
    display: inline;
    padding: 3px 5px 3px 5px;
}
.problems {
	font-size: 14px;
}
small{
	font-size: .8em;
}
.uppercase {
	text-transform: uppercase;
}
a {
  color: #ff7700;
  text-decoration: none;
  transition: all 0.3s ease;
}
img{
	max-width: 100%;
}
strong{
	font-weight: 700
}
.no-display {
	display: none;
}
.counter {
    text-align: center;
}
.btn {
	background-image: none;
	display: inline-block;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.4rem  1rem 0.6rem;
	font-size: 1rem;
	border-radius: 1.5rem;
	outline: none !important;
	transition: all 0.3s ease;
}
.btn.btn-lg {
    padding: 1rem 2rem 1em 2rem;
    margin: 0em 1em 1em 1em;
    background-color: #FED138;
    color: #000;
}
a.form-btn {
    background: #85ce36;
    padding: 1em;
    border-radius: 2em;
    display: inline-block;
    margin: 1em;
    color: #fff;
}
.mbr-section-btn {
    text-align: center;
}
.mbr-section-btn {
    margin-left: -.25rem;
    margin-right: -.25rem;
    font-size: 0;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
@-webkit-keyframes swing{
 15%{
  -webkit-transform: translateX(5px);
  transform: translateX(5px);}
 30%{
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);}
 50%{
  -webkit-transform: translateX(3px);
  transform: translateX(3px);}
 65%{
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);}
 80%{
  -webkit-transform: translateX(2px);
  transform: translateX(2px);}
 100%{
  -webkit-transform: translateX(0);
  transform: translateX(0);}
}
@keyframes swing{
 15%{
  -webkit-transform: translateX(5px);
  transform: translateX(5px);}
 30%{
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);}
 50%{
  -webkit-transform: translateX(3px);
  transform: translateX(3px);}
 65%{
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);}
 80%{
  -webkit-transform: translateX(2px);
  transform: translateX(2px);}
 100%{
  -webkit-transform: translateX(0);
  transform: translateX(0);}
}
.btn:hover, .main-phone:hover {
 cursor: pointer;
 -webkit-animation: swing 1s ease;
 animation: swing 1s ease;
 -webkit-animation-iteration-count: 1;
 animation-iteration-count: 1;
}
.btn.btn-primary{
	color: #ffffff;
	background-color: #85CE36;
	border-color: #85CE36
}
	.btn.btn-primary:hover {
      color: #ffffff;
      background-color: #6ba829;
      border-color: #66a027; }
  .btn.btn-primary:focus, .btn.btn-primary.focus {
      color: #ffffff;
      background-color: #6ba829;
      border-color: #66a027;}
      
.btn.btn-danger{
	color: #ffffff;
	background-color: #85CE36;
	border-color: #85CE36
}
.btn.btn-info {
    color: #ffffff;
    background-color: #E4097F;
    background: #00a1f1 -moz-linear-gradient(0 -100% -72deg,#00b0f3 48%,#008cec 66%);
    background: #00a1f1 -webkit-linear-gradient(-72deg,#E4097F 27%,#E4097F 50%);
    background: #00a1f1 -o-linear-gradient(-72deg,#00b0f3 37%,#008cec 50%);
    background: #00a1f1 -ms-linear-gradient(-72deg,#00b0f3 37%,#008cec 54%);
}
.btn.btn-dark {
	background: #1a2b58;
	color: #ffffff;
	box-shadow: 0 3px 0 #f70;
}
	.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus {
	    background-color: #6ba829;}   
#wrap {
	background: rgba(0, 0, 0, .5);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}  
/* -------------------------------- 

Main components 

-------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 128, 0, 0.95);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
header .content {
	position: relative;
}
header .container {
	z-index: 100;
}
header:after {
  content: "";
  display: table;
  clear: both;
}
header #logo {
  float: left;
  position: relative;
  margin: 10px 0;
}
header #logo img {
  display: inline-block;
  max-height: 50px;
}
header .sub-logo {
	position: absolute;
	top: 0;
	left: 10%;
}
.cen {
	text-align: center;
}
.staj {
    display: inline-block;
    border-radius: 4px;
    background: #FF4141;
    padding: 12px 19px;
    color: #fff;
    margin-top: 2em;
    font-size: 20px;
}
.main-nav {
  float: right;
  width: 30px;
  height: 30px;
  background: url("../img/menu-options.svg") no-repeat center center;
  background-size: cover;
  cursor: pointer;
  display: block;
  margin-top: 18px;
}
.main-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
   z-index: 2;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
.main-nav ul.is-visible {
  -webkit-transform: translateY(65px);
  -moz-transform: translateY(65px);
  -ms-transform: translateY(65px);
  -o-transform: translateY(65px);
  transform: translateY(65px);
 	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
 	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.main-nav a {
  display: block;
  line-height: 50px;
  padding-right: 5%;
  background: #fafcfa;
  border-top: 1px solid #fff;
  color: #fafcfa;
  text-align: right;
}
.main-nav li:last-child a{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.main-nav a:hover {
	color: #ffffff;
	background-color: #fafcfa;
}

.main-action {
	background: #2F58DE;
	color: #ffffff;
	padding: 10px;
	z-index: 1;
}
.main-action.blue {
	background-color: #00a1f1;
	background: #00a1f1 -moz-linear-gradient(0 -100% -72deg,#00b0f3 48%,#008cec 66%);
	background: #00a1f1 -webkit-linear-gradient(-72deg,#00b0f3 27%,#008cec 50%);
	background: #00a1f1 -o-linear-gradient(-72deg,#00b0f3 37%,#008cec 50%);
	background: #00a1f1 -ms-linear-gradient(-72deg,#00b0f3 37%,#008cec 54%);
}
.phone-info {
	color:#fff;
	font-size: 1rem;
	line-height: 1.9rem;
	display: inline-block;
	padding-right: 26px;
		background-image: url("../img/phone_icon.svg");
		background-repeat: no-repeat;
		background-size: 18px;
		background-position-y: 8px;
		background-position-x: right;
		white-space: nowrap;
	}
.no-touch .main-nav a:hover {
  color: #99a478;
}
.main-phone {
	font-size: 1.3rem;
	line-height: 1em;
	color: #f0f2f7; /* #ccecfc; */
	font-weight: 700;
	padding: .3rem 0;
	display: inline-block;
	white-space: nowrap;
}
.blue .main-phone {
	color: #ccecfc !important;
}
.phones_open-list {
	display: none;
}
.phones_open {
	background-image: url("../img/caret-down.svg");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position-y: 8px;
	background-position-x: right;
	padding-right: 23px;
	font-size: 18px;
}
.main-action-btn span{
	display: none;
}
main {
	padding-top: 115px;
}
main .content, section .content{
	padding: 15px;
}
main h1 {
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 30px;
	text-align: center;
}
main h1 span {
	display: inline-block;
	border-radius: 4px;
	background: #FF873E;
	padding: 10px 50px;
}
main h2 {
	color: #fff;
	display: inline-block;
	background: #f70;
	font-size: 25px;
	font-size: 30px;
	padding: 5px;
}
.sub-title {
	font-size: 18px;
	line-height: 1.3em;
}
.fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.fixed-bg::before, .fixed-bg .sub-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  display: inline-block;
}
.fixed-bg .sub-bg{
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	padding: 40px 0;
}
.fixed-bg.bg-1 {
  background-image: url("../img/slide1.jpg");
  min-height: 620px;
}
.fixed-bg.bg-1::before{
	/*background: #1a2b58;*/
	background: -webkit-radial-gradient(19% 60%, circle, #888989, #1f253a);
  opacity: .6;
}
.bg-1 .sub-bg{
	background-image: url("#");
	background-repeat: no-repeat;
	background-position: -10% 115%;
	background-size: 310px;
}
.fixed-bg.bg-2 {
  background-image: url("../img/background-3.jpg");
  background-position: bottom left;
}
.fixed-bg.bg-2::before{
	/*background: -webkit-radial-gradient(19% 60%, circle, #888989, #fff);
	background: -webkit-linear-gradient(white, rgba(133, 206, 54, .6));*/
	background: #fff;
  opacity: .6;
}
.bg-2 .sub-bg{
  padding: 20px 0;
  background: -webkit-linear-gradient(bottom right, rgba(44, 62, 80, .1), rgba(255,255,255,1));
}
.fixed-bg.bg-3 {
  background-image: url("../img/background-4.jpg");
  background-position: bottom left;
}
.fixed-bg.bg-4 {
  background-image: url("../img/background-1.jpg");
  background-position: top center;
}
.bg-4::before{
	background: -webkit-radial-gradient(60% 19%, circle, rgba(136, 137, 137, 1), rgba(31, 37, 57, 1));
	opacity: .7;
}
.main-content-left {
	display: none;
}
.order-form {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 350px;
  margin: 20px auto;
  border: 1px solid #4f5f6f;
}
.order-form.no-bg {
	border: 0px;
}
.order-form .title{
	color: #1a2b58;
	text-transform: uppercase;
	padding: 20px;
	line-height: 1.3em;
	font-weight: 700;
	font-size: 19px;
	background: #f0f2f7;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.order-form.no-bg .title{
	font-size: 18px;
	color: #333;
	background-image: -moz-linear-gradient( 90deg, rgb(115,195,2) 0%, rgb(139,234,3) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(115,195,2) 0%, rgb(139,234,3) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(115,195,2) 0%, rgb(139,234,3) 100%);
}
.order-form form{
	padding: 20px;
}
.order-form input{
	color: #333;
	font-family: 'Exo 2', sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 10px;
	line-height: 1em;
	font-size: 18px;
	width: 100%;
	border: 0;
	border: 2px solid #ccc;
	margin-bottom: 25px;
	margin-top: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:inset 0px 0px 3px rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0px 0px 3px rgba(0,0,0,.2);
	box-shadow:inset 0px 0px 3px rgba(0,0,0,.2);
}
.order-form input.required{
	border-color: rgba(255, 119, 0, 1);
	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.order-form .btn{
	width: 100%;
	padding: .8rem;
	font-size: 18px;
	margin-bottom: 5px;
}
.order-form p{
	padding-bottom: 30px;
	font-size: 15px;
}
.order-form .form-footer {
	padding: 10px; 
	color: #fff; 
	background: rgba(133, 206, 54, 1); 
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	text-transform: uppercase;
	font-size: 13px;
}
.action {
	max-width: 280px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
	margin: 15px auto 0;
}
	.action .title{
		  border-radius: 5px;
		  background-image: -moz-linear-gradient( 90deg, rgb(115,195,2) 0%, rgb(139,234,3) 100%);
		  background-image: -webkit-linear-gradient( 90deg, rgb(115,195,2) 0%, rgb(139,234,3) 100%);
		  background-image: -ms-linear-gradient( 90deg, rgb(115,195,2) 0%, rgb(139,234,3) 100%);
		  padding: 15px 20px;
		  font-weight: 700;
	}
	.action .title span{
		display: block;
		color: #fff;
		font-size: 36px;
		text-transform: uppercase;
	}
	.action .timer{
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius:5px;
		background: #fff;
		border: 1px solid #ccc;
		padding: 10px 10px 20px;
	}
.main-feature {
	border-top: 2px solid #1a2b58;
	padding: 25px 0;
	background: #f0f2f7; 
}
	.main-feature img{
		height: 70px;}
	.main-feature .title{
		padding-top: 10px;
		font-size: 18px;
		line-height: 1.2em;
		font-weight: 700;
		margin-bottom: 40px;
	}
	.main-feature .title.last, .main-feature .title.p-last {
		margin-bottom: 0;
	}
section {
	padding: 50px 0;
}
section.container-bg{
	padding: 0px 0;
}
section h2{
	display: inline-block;
	padding: 10px 30px;
	text-transform: uppercase;
	margin: 0 auto;
	border: 1px solid #75c502;
	font-size: 22px;
	font-weight: 700;
	color: #1a2b58;
	line-height: 1.2em;
	margin-bottom: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	background: #fff;
}
	section h2 span{ color: #ff7700}

h2.has-bg{
	background: #fff;
	border: 1px solid #ff7700;
}
.defect-list{
	margin-bottom: 50px;
	margin-top: 20px;
	text-align: center;
}
.defect-list img {
	max-height: 580px;
}
.defect-list ul {
	display: inline-block;
	transition: all 0.3s ease;
	margin: 0 auto;
	margin-left: 20px;
}
.defect-list li {
	list-style: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 15px 0;
	padding: 25px 15px 25px 60px;
	font-size: 18px;
	font-weight: 700;
	color: #1a2b58;
	background: #f0f2f7;
	position: relative;
	
	text-align: left;
	transition: all 0.3s ease;
	border-radius: 5px;
}
.defect-list li:hover {
	background: #f0f2f7;
}
.defect-list li:before {
		content: " ";
	  border-right: 1px solid #fff;
	  border-radius: 50%;
	  display: inline-block;
	  position: absolute;
	  width: 80px;
	  height: 80px;
	  top: -5px;
	  left: -30px;
	  background-color: #fff;
	  background-size: 60%;
	  background-repeat: no-repeat;
	  background-position: 20px center; 
}
.defect-list li:nth-child(1):before{
	background-image: url("https://electric.elmaster.kg//img/power-button-2.svg");
}
.defect-list li:nth-child(2):before{
	background-image: url("https://electric.elmaster.kg//img/drop1.svg");
}
.defect-list li:nth-child(3):before{
	background-image: url("../img/door-machine.svg");
}
.defect-list li:nth-child(4):before{
	background-image: url("../img/door-machine1.svg");
}
.defect-list li:nth-child(5):before{
	background-image: url("../img/washing-options.svg");
}
.brands {
    margin: 40px auto 0px;
    text-align: center;
}
.brands li {
    display: inline-block;
    padding: 10px;
    margin-bottom: 15px;
}
.brands li img {
    max-width: 145px;
    max-height: 25px;
}
.form-title {
	padding: 10px 0 10px;
}
	.form-title .sub-title {
		color: #1a2b58;
		line-height: 1.2em;
		font-size: 18px;
	}
.feature-list ul {
	margin: 0 auto;
	max-width: 380px;
	padding-left: 45px;
}
.feature-list li {
	font-size: 1.3rem;
	font-weight: 700;
	margin: 20px 0;
}
.feature-list li:before {
	display: inline-block;
	background-color: #75c502;
	content: '+';
	font-weight: 400;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
	line-height: 1em;
	width: 22px;
	height: 22px;
	margin-right: 15px;
}
.master-phone {
	text-align: center;
	margin-top: 35px;
}
.master-phone > div:nth-child(1){
	font-size: 1.3rem;
	font-weight: 700;
	color: #1a2b58;
}
.master-phone > div:nth-child(2){
	color: #ff7700;
	font-size: 2.3rem;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 10px;
}
.master-phone > div:nth-child(3){
	text-transform: uppercase;
	margin-bottom: 35px;
}
.price_check {
	margin-top: 40px;
	text-align: center;
}
#scroll2 {
	margin-top: 0px;
}
.price_check.price-list {
	margin-top: 50px;
}
.price_check h3{
	color: #1a2b58;
	border-bottom: 2px solid #ff7700;
	display: inline-block;
	padding: 10px 0px;
	margin-bottom: 40px;
	font-size: 26px;
}

.service-list-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    background-color: #f8f9fa; /* Светлый фон */
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Тень */
}

.service-list-content {
    flex: 1 1 60%;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    font-size: 1rem;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    color: #333;
}

.service-list li::before {
    content: "✔"; /* Замените на вашу иконку или символ */
    color: green;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 0;
}

.service-image {
    flex: 1 1 35%;
    text-align: center;
}

.service-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Тень для изображения */
}

@media (max-width: 768px) {
    .service-list-section {
        flex-direction: column;
    }

    .service-image {
        margin-top: 20px;
    }
}


.price-check-value {
	min-height: 160px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 50%;
	border: 8px solid #f0f2f7;
	width: 200px;
	height: 200px;
	position: relative;
	margin: 0 auto;
}
.price-check-value.value-2{
	background-image: url("../img/check-2.jpg");
	background-position: 0px 30px;
}
.price-check-value.value-1{
	background-image: url("../img/check-1.jpg");
	background-position: 0 20px;
}
.price-num {
	position: absolute;
	background: #1a2b58;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	right: -30px;
	bottom: -30px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 50px;
	padding-top: 22px;
}
	.price-num span{
		display: block;
		font-size: .5em;
		font-weight: 400;
	}
.price_check-values p{
   font-weight: 700;
   font-size: 18px;
   line-height: 1.2em;
   text-align: center;
   margin-top: 40px;
}
.price-check-value .skid {
    position: absolute;
    top: -120px;
    right: 0px;
    width: 89px;
    height: 89px;
    font-size: 13px;
    line-height: 18px;
    padding: 14px 0;
    color: #fff;
    background: url("../img/skidbg-1.png") 0 0 no-repeat;
    text-align: center;
    font-weight: 700;
}
.price-check-value .skid span {
    font-size: 25px;
    display: block;
    font-weight: 700;
}
.price-table{
	border: 1px solid #e6e7f1;
	border-radius: 5px;
	text-align: left;
}
.price-table li {
	padding: 0px 20px 0px 30px;
}
.price-table li .row{
	display: flex;
	align-items: center;
}
.price-table li > div > div{
	border-right: 2px solid #e6e7f1;
	padding: 10px 0;
}
	.price-table li > div > div:last-child{
		border-right: 0;
		text-align: center;
	}
	.price-table li > div > div:first-child{
		font-size: 16px;
		font-weight: 700;
	}
	.price-table li > div > div:nth-of-type(2){
		text-align: center;
		display: flex;
		align-items: center;
		padding-left: 20px;
		font-size: 14px;
	}
		.price-table li > div > div:nth-of-type(2) span{
			font-size: 22px;
			color: #ff7700;
			font-weight: 700;
			margin-left: 10px;
		}
.price-table li:nth-of-type(2n+1) {
    background-color: rgba(23, 61, 80, 0.06);
  }
.benefits h2{
	margin-top: 20px;
}
.benefits h3{
	text-transform: uppercase;
	margin-top: 30px;
	font-size: 1.4rem;
	border-bottom: 2px solid #75c502;
	padding-bottom: 10px;
	color: #1a2b58;
	display: inline-block;
}
.benefit-list ul {
	margin: 30px 0;
}
.benefit-list li {
	font-size: 1.1rem;
	font-weight: 400;
	margin: 15px 0;
	padding-left: 30px;
	line-height: 1.2em;
	position: relative;
}
.benefit-list li:before {
	display: inline-block;
	background-color: #75c502;
	content: '+';
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	line-height: 1em;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 2px;
}
.benefit-list .title {
	color: #1a2b58;
	font-weight: 700;
	line-height: 1.2em;
	font-size: 1.3rem;
	margin: 20px 0;
	padding: 10px 0;
	text-align: center; 
}
.benefit-list .title span{
	color: #ff7700;
}
.benefit-value {
	line-height: 1.2em;
	font-size: 1.1rem;
	font-weight: 700;
}
.benefit-value .value{
	padding-top: 18px;
	padding-left: 35px;
	position: relative;
	text-align: center;
	max-width: 280px;
	margin-left: 40px;	
	background-image: -moz-linear-gradient( 90deg, rgb(115,195,2) 0%, rgb(139,234,3) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(115,195,2) 0%, rgb(139,234,3) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(115,195,2) 0%, rgb(139,234,3) 100%);
	height: 80px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright:50px;
	-webkit-border-top-right-radius:50px;
	-webkit-border-bottom-right-radius:50px;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	margin-bottom: 20px;
}
.benefit-value .value:before{ 
	display: inline-block;
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: red;
	left: -40px;
	top:0;
	background-repeat: no-repeat;
	background-size: 75%;
	background-color: #f0f2f7;
}
.benefit-value .value.val-1:before{
	background-image: url("../img/recommended.svg");
	background-position: center center;
}
.benefit-value .value.val-2:before{
	background-image: url("../img/heating.svg");
	background-position: center center;
	background-size: 70%;
}
.benefit-value span{
	display: block;
}
.benefit-value img{
	max-height: 70px;
	float: left;
}
.feed-bg {
	background: #f0f2f7;
}
footer {
	padding: 20px 10px;
}
footer p:first-child{margin-bottom: 10px;}
.popup {
    min-height: 20px;
 		text-align: center !important;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    display: none;
}
.popup_visible .popup {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.popup-close {
	display: inline-block;
	height: 22px;
	width: 22px;
	background: url("../img/close.svg");
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	top: -35px;
	right: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}
.popup-close:hover {
    -webkit-transform: scale(1.3);
       -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}
.popup .info {
	padding: 30px;
	font-size: 22px;
	line-height: 1.2em;
	color: #1a2b58;
}
#phones {
	background: #f0f2f7;
}
.main-phones{
	padding: 20px 0;
}
.main-phones .main-phone{
	color: #1a2b58;
	font-size: 1.8rem;
	padding: .8rem 0;
}
.popup .callback {
	padding: 0 20px;
	margin-bottom: 30px;
}

.contacts {
	color: #fff;
	padding-top: 20px;
}
.contacts .title {
	font-weight: 700;
	font-size: 30px;
	background: #FF4141;
	display: inline-block;
	padding: 15px;
	padding-top: 10px;
	border-radius: 5px;
}
.contacts .title small {
	font-size: 22px;
	font-weight: 400;
	
}
.contacts .address {
	font-size: 30px;
	margin: 25px 0;
	line-height: 1.2em;
	font-weight: 700;
}
.contacts .region-title {
	margin-top: 20px; 
	display: inline-block;
	line-height: 1.2em;
}

.about-info{
	padding-top: 30px;
}
.about-info p, li{
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}
.about-info ul{
	margin-left: 20px;
}
.counter {
	text-align: center;
}