@font-face{
	font-family:'Ebrima';
	src:url(../fonts/ebrima.ttf);
}
@font-face {
	font-family:"OpenSansSemiBold";
	src:url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
	src:url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot@#iefix")format("embedded-opentype"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
	font-style:normal;
	font-weight:normal;
}
@font-face {
	font-family:"OpenSansRegular";
	src:url("../fonts/OpenSansRegular/OpenSansRegular.eot");
	src:url("../fonts/OpenSansRegular/OpenSansRegular.eot@#iefix")format("embedded-opentype"), url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
	font-style:normal;
	font-weight:normal;
}
@font-face {
	font-family:"OpenSansBold";
	src:url("../fonts/OpenSansBold/OpenSansBold.eot");
	src:url("../fonts/OpenSansBold/OpenSansBold.eot@#iefix")format("embedded-opentype"), url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
	font-style:normal;
	font-weight:normal;
}
@font-face {
	font-family:"OpenSansLight";
	src:url("../fonts/OpenSansLight/OpenSansLight.eot");
	src:url("../fonts/OpenSansLight/OpenSansLight.eot@#iefix")format("embedded-opentype"), url("../fonts/OpenSansLight/OpenSansLight.woff") format("woff"), url("../fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
	font-style:normal;
	font-weight:normal;
}
@font-face {
	font-family:"BebasRegular";
	src:url("../fonts/BebasRegular/BebasRegular.eot");
	src:url("../fonts/BebasRegular/BebasRegular.eot@#iefix")format("embedded-opentype"), url("../fonts/BebasRegular/BebasRegular.woff") format("woff"), url("../fonts/BebasRegular/BebasRegular.ttf") format("truetype");
	font-style:normal;
	font-weight:normal;
}
@font-face {
	font-family:"BebasBook";
	src:url("../fonts/BebasBook/BebasBook.eot");
	src:url("../fonts/BebasBook/BebasBook.eot@#iefix")format("embedded-opentype"), url("../fonts/BebasBook/BebasBook.woff") format("woff"), url("../fonts/BebasBook/BebasBook.ttf") format("truetype");
	font-style:normal;
	font-weight:normal;
}
*{
	margin:0px;
	padding:0px;
}
body,html{
	width:100%;
	height:100%;
}
body{
	font-family:"OpenSansRegular";
	font-size:14px;
	color:#2f2f2f;
}
div{
	display:block;
}

.wrap {
	min-width: 1000px;
}
.header {
    width: 1000px;
    height: 115px;
    margin: auto;
}
.logo {
    width: 159px;
    height: 115px;
    background: url(../images/logo.png) no-repeat 0px 15px;
    font-family: 'Ebrima';
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
    line-height: 160px;
    margin-left: 10px;
    color: #0a71b3;
    float: left;
}
.in_city {
    width: 215px;
    height: 83px;
    float: left;
    padding-top: 32px;
    padding-left: 85px;
}
.in_city > .title_city {
    font-family: "OpenSansSemiBold";
    font-size: 15px;
    background: url(../images/pin.png) no-repeat 0px 3px;
    padding-left: 20px;
}
.in_city > .city {
    font-family: "OpenSansRegular";
    font-size: 13px;
    color: #0a71b3;
    margin-left: 20px;
    border-bottom: 1px dashed;
}
.call_back_btn {
    width: 165px;
    height: 55px;
    background: url(../images/call_back.png) no-repeat 0px 0px;
    font-family: "OpenSansBold";
    font-size: 13px;
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 1px 0px #96b128;
    float: left;
    text-align: center;
    line-height: 45px;
    margin: 31px 0px 0px 75px;
}
.call_back_btn:hover {
    background: url(../images/call_back.png) no-repeat 0px -63px;
    cursor: pointer;
}

.contacts {
	max-width: 240px;
    height: 94px;
    padding-top: 21px;
    margin-left: 44px;
    display: inline-block;
}


.contacts > .phone {
    font-family: "OpenSansSemiBold";
    padding-left: 30px;
    height: 25px;
    background: url(../images/icon_for_contacts.png) no-repeat 0px 6px;
    margin-bottom: 13px;
	display: inline-block;
	font-size: 22px;
}
.contacts > .phone > .hide-tail {
	    font-family: "OpenSansSemiBold";
    color: #9eb834;
	display: none;
	font-size: 18.5px;
}
.contacts > .email{
	white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden;
	text-overflow: ellipsis; /* Добавляем многоточие */
	padding-left:30px;
	height:25px;
	background:url(../images/icon_for_contacts.png) no-repeat 0px -29px;
}
.contacts > .phone > a {
    background-color: #bad257;
    border: 1px solid #98c10f;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 10px;
    color: #ffffff;
    margin: 20px auto;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 1px 0 #000;
    height: 25px;
    line-height: 25px;
    padding: 4px 6px;
    vertical-align: middle;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px #5b7506,inset 0 0px 6px #96b418;
    background-image: -webkit-linear-gradient(90deg,#9fc525 0,#87ab15 100%);
}


.contacts .phone a:hover, .contacts .phone a:focus {
    background-color: #adc741;
    border-color: #93b819;
    background-image: none;
    color: #fff;
    text-shadow: 0 0px 4px #000;
    text-decoration: none;
}
.contacts .phone a:active {
box-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
}




.contacts > .phone > span {
    font-family: "OpenSansRegular";
    font-size: 14px;
    color: #000000;
}
.contacts > .phone > .kod_phone {
	float:left;
	padding: 4px 4px 0 0;
}
.contacts > .email > a{
	font-family:"OpenSansSemiBold";
	font-size:13px;
	color:#000000;
	text-decoration:none;
}
.contacts > .email > a:hover, .contacts > .email > a:focus {
    color: #6f898b;
    text-decoration: underline;
}
.viber {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/icon_for_contacts.png) no-repeat 0px -92px;
    margin: 0px 0px 0px 10px;
}


.top_menu {
    min-width: 1000px;
    max-width: 100%;
    height: 45px;
    background: #bad257;
}

.top_menu > ul {
    width: 1000px;
    height: 45px;
    display: block;
    margin: auto;
    list-style: none;
}
ul:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.top_menu > ul > .home {
    display: block;
    width: 17px;
    height: 16px;
    background: url(../images/home.png);
    float: left;
    margin-top: 13px;
}
.top_menu > ul > li {
    float: left;
    height: 45px;
    margin-left: 34px;
}
.top_menu > ul > li > a {
	text-transform: uppercase;
    font-family: "OpenSansBold";
    display: inline-block;
    font-size: 12px;
    height: 32px;
    color: white;
    padding-top: 13px;
}
.top_menu > ul > li > a:hover {
    text-decoration: uppercase;
}

.banner {
    min-width: 1000px;
    max-width: 100%;
    height: 335px;
    background: url(../images/ban.jpg) no-repeat 50% 0%;
}
.banner > .desc_banner {
    width: 650px;
    height: 100px;
    margin: auto;
    padding: 85px 0px 0px 295px;
}
.banner > .desc_banner > .desc_big {
    font-family: "BebasRegular";
    font-size: 80px;
    height: 90px;
    text-transform: uppercase;
    color: #a1bb33;
}
.banner > .desc_banner > .desc_small {
    font-family: "BebasBook";
    font-size: 53px;
    text-transform: uppercase;
    color: #a1bb33;
}

.content_wrap {
    width: 1000px;
    margin: auto;
    display: table;
    padding-bottom: 30px;
}
.content_wrap .title {
    width: 100%;
    background: url(../images/line.png) no-repeat 0% 50%;
    text-align: center;
    margin: 25px 0px;
}




.footer {
	padding: 4px;
    background: #99ab50;
}
.logo_footer > a {
    width: 200px;
    background: url(../images/logo_footer.png) no-repeat 36px 27px;
    font-family: 'Ebrima';
    padding-top: 70px;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    color: #c5d192;
    float: left;
    text-decoration: none;
}
.logo_footer > a:hover, .logo_footer > a:focus {
    color: #c5d192;
}
.footer > .footer_content {
    width: 100%;
    height: auto;
    margin: auto;
	text-align: center;
}

.h_title {
display:block;
margin:auto;
text-transform:uppercase;
font-family: 'OpenSansLight';
font-size:22px;color:#0a71b3;
text-align:center;
}
.title_green {
    width: 100%;
    background: url(../images/line_green.png) no-repeat 0% 50%;
    text-align: center;
    margin: 25px 0px;
}
.title_green > span {
    color: #a1bb33;
}
.title > span, .title_green > span, .title > h1 {
    font-family: "OpenSansLight";
    font-size: 22px;
    text-transform: uppercase;
    background: white;
    padding: 0px 25px;
    display: inline-block;
    font-weight: normal;
}
.blue_icons, .green_icons {
	overflow: hidden;
    margin-top: 28px;
}
.blue_icons > .block, .green_icons > .block {
    width: 150px;
    height: 200px;
    float: left;
}
.icon {
    width: 95px;
    height: 95px;
    margin: auto;
    margin-bottom: 2px;
}
.blue_icons .icon {
	background: url(../images/blue_icons.png) no-repeat;
}
.green_icons .icon {
    background: url(../images/green_icons.png) no-repeat -11px 0px;
}
.blue_icons > .block_one > .icon,
.green_icons > .block_one > .icon {
    background-position: -11px 0px;
}
.blue_icons > .block_two > .icon,
.green_icons > .block_two > .icon {
    background-position: -132px 0px;
}
.blue_icons > .block_three > .icon,
.green_icons > .block_three > .icon {
    background-position: -250px 0px;
}
.blue_icons > .block_four > .icon,
.green_icons > .block_four > .icon {
    background-position: -370px 0px;
}
.blue_icons > .block_five > .icon,
.green_icons > .block_five > .icon {
    background-position: -488px 0px;
}
.blue_icons > .block > span, .green_icons > .block > span {
    display: block;
    text-align: center;
    font-family: "OpenSansRegular";
    font-size: 14px;
    color: #5b5b5b;
}
.blue_icons > .arrow {
    width: 62px;
    height: 200px;
    float: left;
    background: url(../images/blue_arrow.png) no-repeat 50% 30px;
}
.green_icons > .arrow {
    width: 62px;
    height: 200px;
    float: left;
}

.content_wrap p {
    margin-bottom: 1em;
	text-indent: 20px;
}
img.sposob {
	width: 1000px;
	height: 60px;
	margin-top:25px;
}
.breadcrumb {
	font-size: 12px;
    padding: 8px 15px;
	margin: 0 5px 0 5px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #e7f1f6;
    border-radius: 0 0 4px 4px;
}
.breadcrumb .fa {
    display: block;
    width: 17px;
    height: 16px;
    background: url(../images/home_menu.png);
    float: left;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
label {
    vertical-align: top;
    width: 20%;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.col-md-6 .form_div {
    padding-left: 15px;
    width: 78%;
    margin-bottom: 15px;
    display: inline-block;
}
h4 {
    font-family: "OpenSansLight";
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    color: #0a71b3;
}
h5 {
    font-size: 14px;
}
h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
textarea,input[type='text'],input[type='password'] {
	display: inline-block;
	line-height: 20px;
	width: 100%;
	padding: 4px 6px 4px 2px;
	color: #555;
	font-size: 15px;
	vertical-align: middle;
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-image: none;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
	-webkit-box-shadow: inset 0 0 1px 1000px white;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	border: 1px solid rgb(204,204,204);
	-moz-transition: color 0.3s 0.03s ease;
	-o-transition: color 0.3s 0.03s ease;
	-webkit-transition: color 0.3s 0.03s ease;
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border 0.2s linear,box-shadow 0.2s linear;
	-moz-transition: border linear .2s,box-shadow linear .2s
 }
 
textarea:focus,input[type='text']:focus,input[type='password']:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0px;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075),0px 0px 8px rgba(82,168,236,0.6);
	-webkit-box-shadow: inset 0 0 1px 1000px #ffffff,0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)
 }

input,button,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
 }

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
 }
 
	.btn:hover,.btn:focus {
		outline: none;
		color: #333;
		text-decoration: none
	 }

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active {
	color: #fff;
	background-color: #c30002;
	border-color: #af0001
 }
 
.btn-primary {
	color: #fff;
	background-color: #ec0002;
	border-color: #ec0002
 }
 
label.error {
	-webkit-box-shadow: none;
	webkit-box-shadow: none;
	display: block;
	color: #953b39;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	width: 100%;
	text-align: left
 }
 
.error[type='text'],.error {color: #953b39;border-color:#b94a48}
 
.error[type='text']:focus,.error:focus,.global_right .error:focus,.global_right .error[type='text']:focus {
	border-color: #b94a48;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
	-webkit-box-shadow: inset 0 1px 1px #ffffff,0 0 6px #d59392
 }
a {
    color: #0a71b3;
    text-decoration: none;
}
a:hover, a:focus {
    color: #6f898b;
    text-decoration: underline;
}
.about  {
	text-align: left;
}
.about span {
    color: #ec0002;
    font-size: 22px;
    font-weight: 700;
    font-family: "Trebuchet MS",sans-serif;
}
.main {
    max-width: 420px;
    margin: 0 auto;
    padding-top: 200px;
}
.main h1 {
    font: 30px/118% normal Verdana,Tahoma,sans-serif;
    color: #333;
    margin: 20px 0 15px;
}
.main p {
    font-size: 14px;
    line-height: 160%;
}
.col-sm-offset-13 {
	display: inline-block;
    text-align: center;	
}
.banners {
	display: inline-block;
    vertical-align: top;
    float: right;
}

@media screen and (max-width: 680px) {
.wrap {
	min-width: auto;
    width: 90%;
    margin: 0 5%;
}
.footer {
	width: auto;
	margin: 0 -5%;
}
.header {
    width: 100%;
    height: auto;
	text-align: center;
    min-height: 270px;
}
.logo {
    width: 50%;
    background: url(../images/logo.png) no-repeat top left;
    line-height: 125px;
    margin: 0;
    margin-top: 5px;
    float: left;
    text-align: left;
}
.in_city {
    float: right;
    width: 45%;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    font-size: 16px;
}
.call_back_btn {
    width: 100%;
    background: linear-gradient(to top, #AEE401, #95BC19);
    border-radius: 25px;
    margin: 0;
    font-size: 18px;
    line-height: 55px;
    box-shadow: 0 5px 10px #717F3F;
    float: none;
    clear: both;
}
.call_back_btn:hover {
    background: linear-gradient(to top, #95BC19 ,#AEE401);
    box-shadow: 0 2px 10px #717F3F;
}
.contacts {
clear: both;
    margin: 0 auto;
    display: inline-block;
}
.contacts > .phone,
.contacts > .email {
    background: none;
    text-align: center;
    font-size: 2em;
}
.contacts > .phone > span {
    color: #808080;
    font-size: .5em;
}
.contacts > .phone, .contacts > .email {
    background: none;
    text-align: center;
    font-size: 1.9em;
}
.viber {
    display: none;
}
.top_menu {
    width: 100%;
    min-width: 100%;
    background: none;
    height: auto;
}
.top_menu > ul {
    width: 100%;
    height: auto;
}
.top_menu > ul > .home {
    display: none;
}
.top_menu > ul > li {
    display: inline-block;
    margin: 3px 0;
    width: 100%;
    padding: 0;
    height: auto;
    background: #bad257;
    text-align: center;
}
.top_menu > ul > li > a {
    font-size: 1.5em;
    padding: 10px 0;
    text-decoration: none;
    display: block;
    height: auto;
}
.banners {
		float: none;
}
.banner {
    width: 100%;
    min-width: 100%;
    height: 335px;
    background: url(../images/ban.jpg) no-repeat 25% 0%;
    background-size: cover;
    position: relative;
    margin: 25px 0 150px;
}
.banner > .desc_banner {
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    padding: 25px 0;
    bottom: -150px;
    background: #a1bb33;
}
.banner > .desc_banner > .desc_big {
    font-size: 3em;
    height: auto;
    color: #fff;
    text-align: center;
    padding: 0 45px;
}
.banner > .desc_banner > .desc_small {
    color: #fff;
    font-size: 2.5em;
    text-align: center;
    padding: 10px 45px 0;
}
.content_wrap {
    width: 100%;
    display: block;
}
.title_video, .title {
    background: url(../images/line.png) no-repeat -100px 38%!important;
}
.blue_icons {
    width: 100%;
    clear: both;
    margin: 30px 0;
}
.blue_icons > .block, .green_icons > .block {
    width: 100%;
    height: auto;
    float: none;
    clear: both;
}
.blue_icons > .block span, .green_icons > .block span {
    padding-top: 35px;
}
.blue_icons > .arrow {
    background: url(../images/blue_arrowdown.png) no-repeat 50% 30px;
    float: none;
    margin: 0 auto;
    height: 50px;
}
.icon {
    margin: 5px 0;
    float: left;
}
.green_icons > .block span {
    padding: 25px 0 0;
}
.green_icons > .arrow {
    height: auto;
    float: none;
}
img.sposob {
    width: 100% !important;
    height: auto !important;
}
.breadcrumb {
	margin-top: -3px;
}
}
.region_st {
	display: inline-block;
	vertical-align: top;
	width: 22%;
	padding-left: 20px;
}