body {
	background-image: url("2_5352919024923577132a.png");
	margin: 0px;
	background-repeat: repeat;
	background-attachment: fixed;
	padding-top: 50px;
	overflow-x: hidden;
}
html {
	overflow-x: hidden;
}
.main {
	width: 1150px;
	margin: 0px auto;
}

b {
	color: #006400;
}

ul.tick {
	list-style-image: url("tick.png");
}

.rightimg {
	width: 500px;
	float:right;
	margin: 30px;
	margin-right: 0px;
}

.leftimg {
	width: 500px;
	float:left;
	margin: 30px;
	margin-left: 0px;
}

.scroll {
	border: 1px solid;
	border-radius: 10px;
	background-color: #008D4B;
	color: #ffffff;	
	width: 400px; 
	height: 70px;
	text-align: center;
	padding-top: 35px;	
	margin: 35px 20px;
	display: inline-block;
	font-size: 28px;
}

a.scroll {
	text-decoration:none;
    width: 279px;
}

h1 {
	padding: 0px auto;
	margin: 30px auto;
	width: 700px;
	font: Extra-bold 900 48px Montserrat;
	text-align: center;
	color:  rgb(7, 0, 0);
}

h1>span {
	color:   white;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);  
}

.content {
	background-color: #fff;
	margin: 0px;
	padding: 50px;
	font:  24px Helvetica;
}

#accordion li {position:relative;}
#accordion div.slider-bg {background:#000;top:280px;height:102px;width:454px;left:0;position:absolute;z-index:10;opacity:.5;}
#accordion div.slider-info {top:280px;height:72px;left:0;position:absolute;width:454px;z-index:15;padding:15px;}
#accordion div.slider-info strong {font-size:18px;color:#fff;margin-bottom:5px;}
#accordion div.slider-info p {display:none;font-size:12px;line-height:14px;color:#fff;margin:0 !important;}
#accordion li.slider-open div.slider-info {width:400px;}
#accordion li.slider-open div.slider-info strong {font-size:22px;}
#accordion li.slider-open div.slider-info p {display:block;}

h2 {
	padding: 20px;
	margin: 0px;
	font-size: 43px;
	font-weight: 400;
    font-family: Verdana, Helvetica, sans;
	text-align: center;
	color: #008D4B;
}

/* p {
	padding: 10px;
	margin: 0px;
	font-size: 20px;
	font-weight: 400;
    font-family: 24px Helvetica!important;
	text-align: left;
	color: #000000;
} */

.halfwidth, .halfwidth-left {
	float: left;
	width: 500px;
	height: 200px;
	background-color: #fff;
	padding:0px 50px;
	
}

.halfwidth-left {
	padding-right:0px;
	margin-bottom: 50px;

}
.halfwidth p, .halfwidth-left p{
	font: bold 18px Helvetica;
	text-align: center;
	padding: 0px;
	margin:0px;
}

.halfwidth h3, .halfwidth-left h3{
	font: bold 22px Helvetica;
	text-align: center;
	padding-bottom: 1px;
}

.quater {
	float: left;
	width: 240px;
	padding: 0px 0px;

}

input,textarea,button {
	border: 1px solid #008000;
	width: 218px;
	padding: 5px;
	margin: 0px 10px 5px;
}

textarea {
	height: 49px;
	width: 207px;
	resize: none;
}

form button {
	border-width: 0px;
	background-color: #008000;
	color: #fff;
}


.callback {
        text-decoration: none;
}

#breaker {
	/* работаем, как умеем */
	 clear:both;
	 height:0px; 
	 margin:0px;
}




/* star wars */
#titlesholder
{
	width: 100%;
	height: 100%;
	font-family: "Droid Sans", arial, verdana, sans-serif;
	font-weight: 700;
	color: #ff6;
	background-color: #000;
	overflow: hidden;
}
#titles
{
	position: absolute;
	width: 18em;
	height: 50em;
	bottom: 0;
	left: 50%;
	margin-left: -9em;
	font-size: 350%;
	font-weight: bold;
	text-align: justify;
	overflow: hidden;
	transform-origin: 50% 100%;
	transform: perspective(300px) rotateX(25deg);
}
#titles:after
{
	position: relative;
	content: ' ';
	left: 0px;
	top: 0px;
	pointer-events: none;
}
#titlecontent
{
	position: absolute;
	top: 100%;
	animation: scroll 20s linear 0s infinite;
}
@keyframes scroll {
	0% { top: 100%; }
	100% { top: 0%; }
}




.sm-4 {
float: left;
width: 315px;
margin: 15px;
text-align: center;
}



/* callback button */

#top{
	width:100%;
	background: #222;
	text-align:center;
	height:35px;
	line-height:35px;
	}
#top a{color:#008000;text-decoration:none;}
.logo{
	width:200px;
	font: 22px/125% Tahoma;
	float:left;
	line-height:35px;
	}
.logo span{font: 12px/125% Tahoma;}
 

 #popup_toggle{bottom:25px;right:10px;position:fixed;}
.img-circle{background-color:#fff;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #0f0;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#0f0;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(/images/icons/makecall.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

/* end callback button */
