/*----------------------------------------------------*/
/*                   Normalize&Reset                  */
/*----------------------------------------------------*/
.service-pic:hover .service-desc{
    top:0;
}
.anchors {
    font-size:28px;
    margin-top:30px;
    display:inline-block;
    width:100%;
}
/*
.anchors .anchor {
    width:16%;
    float:left;
    padding: 5px 10px 5px 10px;
    width: 166px;
    height: 80px;
    vertical-align: middle;
    float: left;
    padding: 10px 15px 15px 15px;
    background: rgb(91, 148, 6);
    line-height: 18px;
    margin: 5px;
    color: white;
    font-size: 20px;
    text-decoration: none;
}
.anchors .anchor:hover{
    background: rgb(121, 181, 32);
}
*/
.anchors .anchor{
    margin: 0px;
    font-size: 17px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px 15px;
    background: #e9eaeb;
    color: #707070;
    max-width: 200px;
    text-decoration: none;
}
.anchors .anchor:hover{
	background:#578E06;
	color:#fff;  
}
.tabs{
	display:inline-block;
}
.tabs > .content{
    width:800px;
	padding-bottom:0px;
	/*padding: 10px;*/
	color:rgba(0, 0, 0, 0.8);
    border: 1px solid #578E06;
}
.tabs .tab .description{
    border-bottom:1px solid silver;
}
.tabs table {
    margin-bottom:0px;
}
.tabs .tab table tr td{
    border:1px solid silver;
}
.tabs .tab table tr td:first-child{
    border-left:none;
}
.tabs .tab table tr td:last-child{
    border-right:none;
}
.tabs .tab table thead tr:first-child td{
    border-top:none;
}
.tabs .tab table tbody tr:last-child td{
    border-bottom:none;
}
.tabs .tab .description{
    padding: 25px 10px;
}
.tabs ul{
	margin:0px;
	padding:0px;
}
.tabs ul:after{
	content:"";
	display:block;
	clear:both;
	height:5px;
	background:#578E06;
}
.tabs ul li{
	margin:0px;
	padding:0px;
	font-size:17px;
	cursor:pointer;
	display:block;
	float:left;
	padding:10px 15px;
	background:#e9eaeb;
	color:#707070;
	max-width:200px;
}
.tabs ul li.active, .tabs ul li.active:hover{
	background:#578E06;
	color:#fff;
}
.tabs ul li:hover{
	background:#d6d6d7;
}
.popup_button{
    border-radius: 5px;
    padding: 10px 15px;
    text-align: center;
    margin: 10px;
    cursor: pointer;
    text-decoration:none;
    font-size: 20px;
    line-height: 25px;
}
.breadcrumbs{
    padding-top: 30px;
    font-size: 30px;
    width: 1022px;
    margin: 0 auto;
}
.breadcrumbs a{
    text-decoration:none;
    color:black;
}
.read-next {
    position: relative;
    bottom: -15px;
    right: 1px;
    font-size: 25px;
}
.read-next a{
    color:grey;
}
.date{
    font-size:18px;
    color:grey;
    margin-left:20px;
}
.news-sidebar{
    position: absolute;
    display: inline-block;
    width: 290px;
    top: 820px;
}
.news-text{
    display: inline-block;
    margin-right: 27px;
    width: 810px;
}
.action{
   width:265px;
   float:left;
   margin-right: -3px;
}
.advantage{
   width:353px;
   float:left;
   margin-right: -3px;
}
.action_description, .advantage_description{
   color:rgb(137, 137, 137);
   padding:15px;
}
.action_title, .advantage_title{
   color:white;
   padding:10px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus,
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000000;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
tt,
var,
b,
u,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*----------------------------------------------------*/
/*                    Common Styles                   */
/*----------------------------------------------------*/
body {
  background: #f2fbff;
  font-size: 118.75%;
  font-family: "MyriadPro-Cond", Arial, sans-serif;
  color: #888888;
  position: relative;
  min-width: 1130px;
}
body:after {
  content: '';
  display: block;
  width: 100%;
  height: 95px;
  position: absolute;
  background: url("../images/grass.png") no-repeat center;
  background-size: 100% 95px;
  bottom: -40px;
  z-index: 100;
}
h1 {
  font-size: 1.89473684em;
  margin: 54px 0 40px;
  text-transform: uppercase;
  color: #286dad;
  font-weight: bold;
}
h2 {
  font-size: 1.89473684em;
  margin: 54px 0 40px;
  text-transform: uppercase;
  font-weight: bold;
}
h3 {
  font-size: 1.57894737em;
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 1.01111111111em;
}
p {
  line-height: 0.89366667em;
  margin-bottom: 24px;
}
article > p {
  font-size: 1.57894736842em;
}
article > ul {
  font-size: 1.57894736842em;
  margin-bottom: 24px;
}
a:hover {
  text-decoration: none;
}
nav ul,
nav ul li {
  margin: 0;
  padding: 0;
}
input[type="submit"] {
  border: none;
  cursor: pointer;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table tr td {
  padding: 20px 12px;
}
table tr th {
  padding: 12px 12px 8px;
  text-align: left;
}
table tr th h3 {
  color: #ffffff;
  line-height: .85em;
}
table.block-tbl td {
  width: 33%;
}
table.block-tbl th {
  width: 33%;
  text-transform: uppercase;
}
table.block-tbl tr:first-child td {
  line-height: 1em;
}
table.block-tbl td span.mark {
  display: block;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #2e82d0;
  border: 3px solid #286dad;
}
table.block-tbl-4col td {
  width: 25%;
}
table.block-tbl-4col th {
  width: 25%;
}
table.price-tbl {
  margin-bottom: 20px;
  margin-top:20px;
}
table.price-tbl tr:first-child td {
  padding-top: 20px;
}
table.price-tbl tr:last-child td {
  padding-top: 40px;
}
table.price-tbl tr td {
  font-size: 28px;
  padding: 0;
}
table.price-tbl tr td:first-child {
  width: 40%;
  text-align: right;
  padding-right: 8px;
}
table.price-tbl tr td:nth-child(2) {
  letter-spacing: .15em;
  width: 1%;
}
.block-1 > header {
  color: #286dad;
}
.block-1 .col-11 {
  background: #286dad;
}
.block-1 .col-12 {
  background: #2d7bc4;
}
.block-1 .col-13 {
  background: #2e82d0;
}
.block-2 > header {
  color: #5b9406;
}
.block-2 .col-21 {
  background: #5b9406;
}
.block-2 .col-22 {
  background: #89b80e;
}
.block-2 .col-23 {
  background: #a2d420;
}
.block-3 > header {
  color: #9d622a;
}
.block-3 .col-31 {
  background: #9d622a;
}
.block-3 .col-32 {
  background: #b06e30;
}
.block-3 .col-33 {
  background: #c57b35;
}
.block-3 .col-34 {
  background: #dd893a;
}
.col {
  width: 353px;
  float: left;
  position: relative;
}
.col-light {
  display: table;
}
.col-light header {
  color: #ffffff;
  padding: 14px 12px;
}
.col-light header h3 {
  line-height: .85em;
}
.col-light header p {
  display: table-cell;
}
/*----------------------------------------------------*/
/*                      Top                           */
/*----------------------------------------------------*/
.top {
  position: relative;
  height: 694px;
  background: url("../images/house.jpg") no-repeat center top;
  background-size: cover;
}
.top2 {
  position: relative;
  height: 208px;
  background: url("../images/house.jpg") no-repeat center top;
  background-size: cover;
}
.top2 .phone {
    float: right;
    margin-top: 10px;
    margin-bottom:-60px;
    text-align: right;
    line-height: 1rem;
}

.top2 .phone span {
  font-size: 2.13333333333rem;
  color: #e05050;
}

.top2 .phone a {

text-decoration: none;
color: #1C6DB8;
}

.top2 .phone a:hover {
  color: #578E06;
}

.top2 .logo {
  float: left;
  padding-top: 46px;
  padding-left: 62px;
  z-index: 100;
  position: relative;
}
.top .phone {
    float: right;
    margin-top: 10px;
    margin-bottom:-60px;
    text-align: right;
    line-height: 1rem;
}

.top .phone span {
  font-size: 2.13333333333rem;
  color: #e05050;
}

.top .phone a {

text-decoration: none;
color: #1C6DB8;
}

.top .phone a:hover {
  color: #578E06;
}

.top .logo {
  float: left;
  padding-top: 46px;
  padding-left: 62px;
  z-index: 100;
  position: relative;
}
.top:after {
  content: '';
  display: block;
  width: 100%;
  height: 95px;
  position: absolute;
  background: url("../images/grass.png") no-repeat center;
  background-size: 100% 95px;
  bottom: 0;
  z-index: 100;
}
.slider {
  position: relative;
}
.slider ul li {
  height: 564px;
}
.slider .bx-caption {
  width: 460px;
  height: 190px;
  padding: 24px 27px;
  background: url("../images/caption.png") repeat-x;
  position: absolute;
  top: 60px;
  left: 200px;
  text-transform: uppercase;
  line-height: 1em;
  color: #578e06;
  font-size: 3em;
}
.slider .bx-controls {
  width: 1130px;
  margin: -450px auto 0;
  position: relative;
}
.slider .bx-controls .bx-pager {
  position: absolute;
  top: 0;
  right: 24px;
}
.slider .bx-controls .bx-pager div {
  margin-bottom: 14px;
}
.slider .bx-controls .bx-pager div a {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #ffffff;
  text-indent: -9999px;
}
.slider .bx-controls .bx-pager div a.active {
  background: #1c6db8;
  border: 3px solid #ffffff;
}
/*----------------------------------------------------*/
/*                      Main Menu                     */
/*----------------------------------------------------*/
.main-menu {
  float: right;
  margin: -10px 0 0 0;
  z-index: 100;
  position: relative;
}
.main-menu ul li {
  display: inline-block;
  margin-left: 10px;
}
.main-menu ul li a {
  display: inline-block;
  font-size: 21px;
  color: #1c6db8;
  text-transform: uppercase;
  text-decoration: none;
}
.main-menu ul li a:hover {
  color: #578e06;
}
.main-menu ul li.active a {
  color: #ffffff;
  font-weight: bold;
}
/*----------------------------------------------------*/
/*                      Content                       */
/*----------------------------------------------------*/
.content {
  padding-bottom: 84px;
}
.services .services-item {
  width: 348px;
  height: 353px;
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 5px;
  margin-top: 5px;
}
.services-item-desc {
    cursor:pointer;
}
.services .services-item .services-item-desc {
  width: 100%;
  height: 70px;
  position: absolute;
  padding: 17px 26px 10px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(28, 109, 184, 0.85);
  line-height: 0.83333333333em;
}
.services .services-item .services-item-desc header {
  font-size: 28px;
}
.services .services-item  .services-item-desc-sm {
  padding: 15px 20px 10px;
}
.services .services-item  .services-item-desc-sm header {
  font-size: 1.1em;
}
.services .services-item  .services-item-desc-sm p {
  font-size: 1em;
line-height: .9em;
margin: 1.2em 0;
}
.services .services-item  .services-item-desc-sm .more-link {
  font-size: 18px;
}
.services .services-item-2 {
  width: 260px;
  height: 265px;
}
.desc {
  position: relative;
  color: #feffff;
  height: 300px;/*283 */
  padding: 22px 30px 0 20px;
}
.desc header h3 {
  line-height: 0.91333333333em;
}
.desc p {
  margin: 25px 0;
  font-size: 1.26315789474em;
}
.more-link {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 18px;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
}
.more-link:hover {
  text-decoration: underline;
}
.view .col-11 {
  border-top: 15px solid #5b9406;
}
.view .col-12 {
  border-top: 15px solid #89b80e;
}
.view .col-13 {
  border-top: 15px solid #a2d420;
}
.info-prices {
    color: red;
    font-size: 23px;
}

.type{

  font-weight: bold;  
  text-align: center;
  font-size:15px;
}

.small-gates{
   
    width:50%;
}
.small-gates .type, .big-gates .type{
    font-weight: bold;
    text-align: left;
    margin-left: 20px;
    font-size: 22px;
    margin-bottom: 5px;
}
.big-gates{
    
    width:50%;
}

.zabor {
    font-size:28px;
    display:inline-block;
    color:#888;
}


.zabor .image {
    float:left;
    width:160px;
    margin-right:20px;
}


.zabor .text-block {
    float:left;
    width:190px;
    height:inherit ;
    margin-right:20px;
}

.zaborProdPar {
    font-size:28px;
    display: inline-block;
    margin-bottom:30px;
    color:#888;
    width: 1100px;
    
}

.zaborProd {
    font-size:28px;
    margin-bottom:5px;
    margin-left: 30px;
    display:inline-block;
    color:#888;
    width: 790px;
    height:227px;
}


.zaborProd .imageProd {
    float:left;
    width:200px;
    margin-right:20px;
    margin-bottom: 30px;
    height: 195px;
    display: table-cell;
    vertical-align: middle;
}


.zaborProd .text-blockProd {
    float:left;
    width:130px;
    height:inherit ;
    margin-right:20px;
}


.zaborProd .titleProd {
  margin-bottom:10px; 
  font-weight: bold;
}

.zaborProd .textProd{
    font-size: 17px;
    height: 195px;
    display: table-cell;
    vertical-align: middle;
    
}



.zaborProd .pricesProd {
    font-size:17px;
    float:left;
    margin-left:10px;
    width:150px;
}
.zaborProd .pricesProd .priceProd {
    height: 195px;
    width: 100px;
    display: table-cell;
    vertical-align: middle;
}


.zaborProd .zakaz-buttonsProd {
    margin-left:10px;
    float:left;
    width:100px;
}

.zaborProd .zakaz-buttonsProd .zakaz-button {
    height: 195px;
    display: table-cell;
    vertical-align: middle;
}

.zaborProd .zakaz-buttonsProd .zakaz-button a {
    text-decoration:none;
}

.zaborProd .zakaz-buttonsProd .zakaz-button .form_name .button{ 
    color: #FFF;
    text-decoration: none;
    background-color: #5B9406;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857;
    border-radius: 8px;
    width: 50%;
    margin: 20px auto;
}
.zaborProd .zakaz-buttonsProd .zakaz-button .form_name .button:hover{
    background-color: #FCB85C;
    
}

.zabor .title {
    margin-bottom: 20px;
    font-weight: bold;
    padding-left: 13px;
}

.zabor .text{
    font-size: 17px;
    margin-bottom: 40px;
}


.zabor .types {
    float: left;
    font-size: 15px;
    width: 130px;
}
.zabor  .type{
    width:130px;
    height: 150px;
    margin-bottom: 5px;
}


.zabor .prices {
    font-size:24px;
    float:left;
    margin-left:10px;
    width:110px;
}
.zabor .prices .price {
    height:150px;
    width: 100px;
}

.zabor .info {
    font-size:24px;
    float:left;
    margin-left:10px;
}

.zabor .info .jQtooltip {
    height: 150px;
    margin-right: 15px;
    position: relative;
	cursor: help;
}

.zabor .info .jQtooltip img {
   width: 32px;
}
.zabor .info .jQtooltip div  {
    font-size: 14px;
    width: 180px;
        height: 70px !important;
    display: none;
    position: absolute;
    top: 30px;
    border: 0.5px; 
    border-style: solid;
    border-radius: 8px;
    padding: 5px;
    color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0088e2), to(#005cc4));
    background-image: -webkit-linear-gradient(top, #0088e2, #005cc4);
    background-image:    -moz-linear-gradient(top, #0088e2, #005cc4); 
    background-image:     -ms-linear-gradient(top, #0088e2, #005cc4); 
    background-image:      -o-linear-gradient(top, #0088e2, #005cc4); 
      background-image:         linear-gradient(to bottom, #0088e2, #005cc4);
      border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.5);
    margin-top: 10px;
    text-shadow: -1px -1px 0px rgba(0,0,0,0.4);
}


.zabor .zakaz-buttons {
    margin-left:10px;
    float:left;
    width:100px;
}

.zabor .zakaz-buttons .zakaz-button {
    height:150px;
    
}

.zabor .zakaz-buttons .zakaz-button a {
    text-decoration:none;
}

.zabor .zakaz-buttons .zakaz-button .form_name .button{ 
    color: #FFF;
    text-decoration: none;
    background-color: #5B9406;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857;
    border-radius: 8px;
    width: 50%;
    margin: 20px auto;
    margin-left:-10px;
}
.zabor .zakaz-buttons .zakaz-button .form_name .button:hover{
    background-color: #FCB85C;
    
}


.yakor {
    color: #FFFFFF;
    text-decoration: none;
}

.clear {
    clear:both;
}

.news-list li {
  margin-top: 0px;
}
.news-list li.group:first-child {
  margin-top: 0;
  height: 120px;
}
.news-list li p {
  font-size: 1.47368421053em;
}
.news-list h2 {
  color: #91c60a;
  margin-bottom: 20px;
}

.pagination{
    margin-top: 50px;
}
.pagination ul li{
    display: inline-block;
    border: 1px solid rgb(145, 198, 10);
    margin: 10px;
    padding: 7px;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    background: rgba(145, 198, 10, 0.65);
}
.pagination ul li:hover{
    background: rgba(145, 198, 10, 0);
}
.pagination ul li a{
    text-decoration:none;
    color:black;
}

.services-list li {
  margin-top: -54px;
  
}
.services-list li:first-child {
  margin-top: 0;
  height: 353px;
  
}
.services-list li p {
  font-size: 17px;
    line-height: 23px;
}
.services-list h2 {
  color: #91c60a;
  margin-bottom: 20px;
}
.service-pic {
  width: 353px;
  height: 353px;
  position: relative;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.service-desc{
    cursor: pointer;
}
.service-pic .service-desc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 360px;
  left: 0;
  right: 0;
  background: rgba(88, 143, 5, 0.85);
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.service-pic .service-desc a.more-link {
  position: absolute;
  top: 46%;
  left: 5%;
}
.content > article {
  color: #1b6bb7;
  font-size: 15px;
  margin-left: 240px;
}
.content > article p img{
    /*width: 100%;*/
}
#map {
  height: 900px;
  background: url("../images/map.jpg") no-repeat center top;
  margin-top: -20px;
}
.placemark {
  width: 512px;
  height: 375px;
  position: relative;
  background: url("../images/placemark.png") no-repeat;
  padding: 40px 35px;
  color: #ffffff;
  font-size: 24px;
  margin: 0 auto 0;
  top: 182px;
  text-transform: uppercase;
}
.placemark p {
  line-height: 1.3em;
}

.bottom-menu {
    padding-bottom: 370px;
    text-align: center;
}

.bottom-menu a {
    text-decoration: none;
}
.bottom-menu a:hover {
    text-decoration: underline;
    color: #578E06;
}
.bottom-menu a:active {
    text-decoration: underline;
    color: #FFF;
}

.bottom-menu ul li {
    display:inline;
    padding:10px;
}

.bottom-menu .vert-block {
    width:295px;
    float:left;
    padding-top: 10px;
}
.block-narrow {
    width:170px !important; 
    float:left;
}
.bottom-menu .vert-block .category{
    font-size: 24px;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
.bottom-menu .vert-block .subcategory{
    font-size: 16px;
    margin: 0px 0px 13px 40px;
    text-align: left;
}
/*----------------------------------------------------*/
/*                      Helpers                       */
/*----------------------------------------------------*/
.wrap {
  width: 1060px; /* 1130 */
  margin: 0px auto;
  overflow:hidden;
}
@media screen and (max-width: 980px) {
  .wrap {
    width: 95%;
  }
}
.wrap-2 {
  width: 1060px;
}
.group:after {
  content:'';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
/*----------------------------------------------------*/
/*                       Fonts                        */
/*----------------------------------------------------*/
@font-face {
  font-family: 'MyriadPro-Cond';
  src: url('../fonts/MyriadPro-Cond.eot');
  src: local('☺'), url('../fonts/MyriadPro-Cond.woff') format('woff'), url('../fonts/MyriadPro-Cond.ttf') format('truetype'), url('../fonts/MyriadPro-Cond.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Cond';
  src: url('../fonts/MyriadPro-BoldCond.eot');
  src: local('☺'), url('../fonts/MyriadPro-BoldCond.woff') format('woff'), url('../fonts/MyriadPro-BoldCond.ttf') format('truetype'), url('../fonts/MyriadPro-BoldCond.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Cond';
  src: url('../fonts/MyriadPro-CondIt.eot');
  src: local('☺'), url('../fonts/MyriadPro-CondIt.woff') format('woff'), url('../fonts/MyriadPro-CondIt.ttf') format('truetype'), url('../fonts/MyriadPro-CondIt.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'MyriadPro-Cond';
  src: url('../fonts/MyriadPro-BoldCondIt.eot');
  src: local('☺'), url('../fonts/MyriadPro-BoldCondIt.woff') format('woff'), url('../fonts/MyriadPro-BoldCondIt.ttf') format('truetype'), url('../fonts/MyriadPro-BoldCondIt.svg') format('svg');
  font-weight: bold;
  font-style: italic;
}
.nav_list {
    margin:20px;
    width:200px;
    list-style:none;
    float: left;
    margin-top: 60px;
    border: 1px dashed #000;
}
.nav_list li {
    position:relative;
}
.nav_list li a {
    padding:5px 10px 5px 20px;
    display:block;
    font-size:16px;
    font-weight:bold;
    color:#000;
    text-decoration:none;
    /*background:#89b80e;*/
    /*border-bottom:1px solid #000;*/
}
.nav_list li span {
    width:0;
    height:0;
    position:absolute;
    top:11px;
    left:6px;
    border-top:3px solid transparent;
    border-bottom:3px solid transparent;
    border-left:6px solid #000;
}
.nav_list li.active span {
    border-top:6px solid #000;
    border-left:3px solid transparent;
    border-right:3px solid transparent;
}

.nav_list ul {
    margin:0;
    display:none;
}
.nav_list ul li {
    position:static;
}
.nav_list ul a  {
    padding-left:20px;
    font-size:16px;
    color:#000;
  /*  background:#a2d420;*/
}

.services-list{
    margin-left: 240px;
}
.form-title{
    color: #262626;
    padding-top: 20px;
    margin-bottom:30px;
}
.form-main{
    background: #C4E0F8;
    min-height: 230px;
    height: auto;
    padding-bottom: 20px;
    text-align: center;
}
.form-block {
    display: inline-block;
    width: 270px;
    padding-left: 30px;
    vertical-align: top;
}
.form-block input{
    display: block;
    width: 100%;
    
    padding-left: 15px;
}
.form-block button{
    width: 100%;
    background: #2e82d0;
    border: none;
    height: 28px;
    color: #fff;
    box-shadow: inset 0px -4px #286dad;
    padding-bottom: 2px;
}
.form-main .smartcaptcha-box{
    display: block;
    width: 302px;
    max-width: 100%;
    margin: 12px auto;
    text-align: left;
}
.form-main .smartcaptcha-error{
    display: none;
    margin-top: 8px;
    color: #c22;
    font-size: 14px;
    line-height: 1.3;
}
.form-main .smartcaptcha-error.is-active{
    display: block;
}

section.services.block-1.group, section.price.block-2, /*section.actions.block-3,*/ .news-list{
    margin-left: 240px;
}
.nav_list li:last-of-type ul li:last-of-type{
    display: none;
}

.services-list li:not(:last-child) {
    margin-bottom: 70px;
}
.service-pic img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}
