@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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 auto;
  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; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  }

@font-face {
  font-family: "Akrobat";
  src: url("/fonts/Akrobat-Regular.eot");
  src: url("/fonts/Akrobat-Regular.woff2") format("woff2"),
  url("/fonts/Akrobat-Regular.woff") format("woff"),
  url("/fonts/Akrobat-Regular.ttf") format("truetype"),
  url("/fonts/Akrobat-Regular.svg#Akrobat-Regular") format("svg"),
  url("/fonts/Akrobat-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
    font-family: "Akrobat";
    src: url("/fonts/Akrobat-Bold.eot");
    src: url("/fonts/Akrobat-Bold.woff2") format("woff2"),
    url("/fonts/Akrobat-Bold.woff") format("woff"),
    url("/fonts/Akrobat-Bold.ttf") format("truetype"),
    url("/fonts/Akrobat-Bold.svg#Akrobat-Bold") format("svg"),
    url("/fonts/Akrobat-Bold.eot?#iefix") format("embedded-opentype");
    font-weight: 600;
    font-style: normal; }
@font-face {
    font-family: "Akrobat-Black";
    src: url("/fonts/Akrobat-Black.eot");
    src: url("/fonts/Akrobat-Black.woff2") format("woff2"),
    url("/fonts/Akrobat-Black.woff") format("woff"),
    url("/fonts/Akrobat-Black.ttf") format("truetype"),
    url("/fonts/Akrobat-Black.svg#Akrobat-Black") format("svg"),
    url("/fonts/Akrobat-Black.eot?#iefix") format("embedded-opentype");
    font-weight: 400;
    font-style: normal; }
@font-face {
    font-family: "Akrobat-Light";
    src: url("/fonts/Akrobat-Light.eot");
    src: url("/fonts/Akrobat-Light.woff2") format("woff2"),
    url("/fonts/Akrobat-Light.woff") format("woff"),
    url("/fonts/Akrobat-Light.ttf") format("truetype"),
    url("/fonts/Akrobat-Light.svg#Akrobat-Light") format("svg"),
    url("/fonts/Akrobat-Light.eot?#iefix") format("embedded-opentype");
    font-weight: 400;
    font-style: normal; }

input, textarea {
  outline: none; }

html, body {
   max-width: 1920px;
   /*min-width: 300px;*/
   height: 100%;
	 position: relative;
	 font-size: 20px;
   font-family: "Akrobat",Helvetica,sans-serif;
}
b {font-weight: bold;}
a {
  color: #5bb44c;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 27px;
  padding-bottom: 20px;
  text-indent: 30px;
}
p span {
  font-size: 24px;
  color:#164d33;
  font-family: "Akrobat-Black";
}
.right_sd ul {
  line-height: 27px;
  padding-bottom: 20px;
  list-style: inside none disc;
}
.right_sd ul li{
  margin-bottom: 10px
}
h1, h2, h3, h4, h5 {
  color: #164d33;
  font-family: "Akrobat-Black";
  text-transform: uppercase;
  padding-bottom: 20px;
}
h1 {
  font-size: 35px;
  padding-bottom: 25px;
  line-height: 37px;
}
h2 {
  font-size: 30px;
  line-height: 32px;
}
h3 {
  font-size: 27px;
  line-height: 29px;
}
h4 {
  font-size: 23px;
  line-height: 25px;
}
strong {
	font-weight:600;
}
i {
	font-style: italic;
}
table {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
table th{
  font-weight: 600;
}
table th, table td{
  border: 1px solid;
  vertical-align: middle;
  padding: 15px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea, input[type="file"]{
  border: 3px solid #0f9d7a;
  border-radius: 5px;
  font-size: 20px;
  padding: 5px 10px;
  box-shadow: none;
}
input[type="submit"] {
  background-color: #fbe34a;
  border: medium none;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 600;
  padding: 16px 0;
  text-transform: uppercase;
  width: 290px;
  font-size: 16px;
}

.gll {width:40%; float:left; text-align:left; padding-right:25px;}

input[type="submit"]:hover {
  background-color: #5bb44d;
  color: #ffffff;
  transition: all 0.3s linear 0s;
}
#form_app input[type="submit"] {
  border: 5px solid #5bb44d;
  background: none;
  color: #5bb44d;
}
#form_app input[type="submit"]:hover {
  background-color: #5bb44d;
  color: #ffffff;
}
.input_two {
  margin: 0 35px 35px 0;
}
.input_two input {
  border: 2px solid #94ce8b;
  width: 100%;
}
.workspace {
  width: 1230px;
  padding: 0 25px;
  display: table;
}
.header {
  height: 270px;
  background: rgba(0, 0, 0, 0) url("/images/header_fon.png") no-repeat scroll 50% 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.header .workspace {
  position: relative;
  height: inherit;
}
.logo {
  padding: 30px 0 0 37px;
  float: left;
  display: block;
}
.header_right {
  float: right;
  padding-top: 40px;
}
.logo_mob {
  display: none;
}
.header_title {
  text-transform: uppercase;
  font-size: 41px;
  font-family: "Akrobat-Black";
  letter-spacing: 0.7px;
  display: block;
  padding-bottom: 30px;
}
.mob_bott_menu {
  display: none;
}
.header_att {
  display: table;
}
.header_adres {
  font-family: "Akrobat-Light";
  width: 270px;
  padding: 0 0 0 50px;
  background: rgba(0, 0, 0, 0) url("/images/icon_adres.png") no-repeat scroll 0 8px;
  float: left;
  line-height: 27px;
  margin-right: 30px;
}
.header_backcall {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  width: 255px;
  background-color: #fde64e;
  float: left;
  text-align: center;
  padding: 15px 0;
  border-radius: 40px;
  cursor: pointer;
  margin: 6px 37px 0 0;
  transition: all 0.3s linear 0s;
  letter-spacing: 0.8px;
}
.header_backcall:hover {
  background-color: #f22222;
  color: #ffffff;
}
.header_phone {
  float: left;
  font-size: 30px;
  color:#aaa8a8;
  font-family: "Akrobat-Black";
  padding: 15px 30px 0 0;
  letter-spacing: 1px;
}
.header_signature {
   font-family: "Akrobat-Light";
    font-size: 20px;
    padding: 0 0 0 180px;
}
.header_menu {
  background-color: #5ad690;
  border-radius: 100px 0 0 100px;
  bottom: 0;
  height: 80px;
  left: 290px;
  position: absolute;
  width: 1285px;
  opacity: 0.9;
  background: linear-gradient(to top, #48c8a0, #5ed98d);
  font-size: 22px;
  letter-spacing: 0.5px;
}
.header_menu ul {
  padding: 28px 0 0 40px;
}
.header_menu ul li {
  display: inline-block;
  margin: 0 17px;
}
.header_menu ul li a {
  text-decoration: none;
  color: #000000;
}
.header_menu ul li a:hover, .header_menu ul li.active a{
  text-decoration: underline;
  color: #ffffff;
}
.slider_home {
  background-color: #0a8e71;
  height: 775px;
  margin-top: -38px;
  width: 100%;
}

/*Слайдер главный*/

  .slider_home .slider {
  float:left;
  width:100%;
  height: inherit;
  position:absolute;
  z-index: 1;
  margin: 0;
  }
  .sliderContent {
  float:left;
  width:inherit;
  height:inherit;
  clear:both;
  position:relative;
  overflow:hidden;
  }
  .sliderArrows {
  display:none;
  }
  .sliderContent .item {
  position:absolute;
  width:inherit;
  height:inherit;
  background-position: 50% 50% !important;
  background-size: cover !important;
  }
  .sliderBullets {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #2ca75d, #3fb556) repeat scroll 0 0;
    bottom: 0;
    left: 50%;
    margin-left: -188px;
    position: absolute;
    text-align: center;
    z-index: 2;
    padding: 25px 0;
    border-radius: 100px 100px 0 0;
  }
  .sliderBullets a{
    background-color: #ffffff;
    display: block;
    float: left;
    height: 10px;
    margin-right: 10px;
    text-indent: -9999px;
    width: 32px;
    border-radius: 10px;
  }
  .sliderBullets a.active{
    background-color: #fae249;
  }
  .sliderBullets a:first-child {
    margin-left: 130px;
  }
  .sliderBullets a:last-child {
    margin-right: 130px;
  }
  .sliderContent a{
  outline:none;
  }
  .sld_txt {
    bottom: 0;
    color: #ffffff;
    display: block;
    padding: 0 50px 70px 325px;
    position: absolute;
    right: 0;
    width: 50%;
    font-family: "Akrobat-Light";
    font-size: 28px;
    line-height: 35px;
  }
  .sld_txt span {
    font-family: "Akrobat-Black";
    font-size: 55px;
    display: block;
    padding-bottom: 25px;
    line-height: 55px;
  }
  /*Слайдер главный*/


.home_text {
  padding: 50px 80px 30px 80px;
  text-align: center;
}
.home_text span {
  font-weight: 600;
  text-decoration: underline;
}
.home_title {
  font-family: "Akrobat-Black";
  color: #164d33;
  text-transform: uppercase;
  font-size: 30px;
  padding-bottom: 20px;
  line-height: 37px;
}
.home_services {
  background: rgba(0, 0, 0, 0) url("/images/services_fon.jpg") no-repeat scroll 50% 50%;
  background-size:cover;
  padding: 40px 0;
}
.serv_osn {
  float: left;
  height: 490px;
  width: 370px;
  border-radius: 10px;
  margin: 0 11.6px;
  position: relative;
  padding: 57px 40px 0;
  color: #ffffff;
}
.serv_1 {
  background-color: #b6c555;
  background: linear-gradient(to top, #a6b63d, #b7c656);
}
.serv_1 .serv_txt, .serv_1 .serv_dop {
  color:#000000;
}
.serv_1 .serv_bottom {
  border-color: #78861a;
}
.serv_1 .serv_bottom:hover {
  background-color: #78861a;
}
.serv_2 {
  background-color: #257161;
  background: linear-gradient(to top, #257161, #0f9d7b);
}
.serv_2 .serv_bottom {
  border-color: #5bb44d;
}
.serv_2 .serv_bottom:hover {
  background-color: #5bb44d;
}
.serv_3 {
  background-color: #1b9767;
  background: linear-gradient(to top, #1b9767, #3eb557);
}
.serv_3 .serv_bottom {
  border-color: #56c486;
}
.serv_3 .serv_bottom:hover {
  background-color: #56c486;
}
.serv_wp {
  background-color: #ffffff;
  border-radius: 5px 5px 200px 200px;
  height: 20px;
  left: 50%;
  margin-left: -115px;
  position: absolute;
  top: 10px;
  width: 230px;
}
.serv_tlt {
  font-size: 30px;
  font-family: "Akrobat-Light";
  text-transform: uppercase;
  line-height: 32px;
  height: 110px;
}
.serv_tlt span {
  font-family: "Akrobat-Black";
}
.serv_txt {
  font-size: 18px;
  line-height: 26px;
}
.serv_txt span {
  font-size: 28px;
  display: block;
  font-weight: 600;
}
.serv_dop {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
}
.serv_bottom {
  border: 4px solid;
  border-radius: 100px;
  bottom: 45px;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s linear 0s;
  width: 230px;
}
.serv_bottom a, .serv_bottom span{
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s linear 0s;
  display: block;
  padding: 13px 0;
}
.home_services .workspace {
  display: block;
}
.home_services .serv_bottom {
  left: 50%;
  margin-left: -115px;
  position: absolute;
}
.home_info .home_title {
  text-decoration: underline;
}
.options {
  display: table;
  margin-top: 40px;
  width: 100%;
}
.options div:last-child {
  margin-right: 0;
}
.options div:last-child .options_top {
  background-color: #237563;
}
.options_osn {
  float: left;
  background-color: #f3f3f3;
  width: 49%;
  margin-right: 2%;
  height: 585px;
  border-radius: 10px;
  box-shadow: 0 0.4em 20px rgba(122, 122, 122, 0.5);
  position: relative;
  padding: 80px 35px 0;
  color: #777777;
  font-size: 18px;
  line-height: 25px;
}
.options_top {
  background-color: #56c486;
  border-radius: 300px;
  color: #ffffff;
  font-family: "Akrobat-Black";
  font-size: 30px;
  left: 50%;
  letter-spacing: 1px;
  margin: -30px 0 0 -150px;
  padding: 12px 0 14px;
  position: absolute;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  width: 300px;
  box-shadow: 0 0.4em 60px rgba(122, 122, 122, 0.5);
  top: 0;
}
.options_col {
  text-transform: uppercase;
  font-size: 22px;
  font-family: "Akrobat-Black";
  letter-spacing: 1px;
  line-height: 30px;
  padding-bottom: 15px;
}
.options_col span {
  color: #56c486;
}
.options ul {
  color: #56c486;
  font-family: "Akrobat-Black";
  padding-bottom: 5px;
  padding-left: 60px;
}
.home_attend {
  background-color: #f3f3f3;
  padding: 60px 0 50px 0;
}
.home_attend .home_title {
  color: #5bb44d;
  padding-bottom: 65px;
  text-align: center;
  text-decoration: underline;
}
.attend_osn, .advant_osn {
  display: table;
  width: 100%;
  font-family: "Akrobat-Black";
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
}
.attend_osn div:nth-child(3n), .advant_osn div:nth-child(3n) {
  margin-right: 0;
}
.attend_std, .advant_std {
  width: 32%;
  margin-right: 2%;
  background: rgba(0, 0, 0, 0) url("/images/check.png") no-repeat scroll 0 50%;
  height: 75px;
  float: left;
  margin-bottom: 50px;
}
.attend_std_bd, .advant_std_bd {
  display: table-cell;
  height: inherit;
  padding-left: 105px;
  vertical-align: middle;
  width: inherit;
}
.home_attend .serv_bottom{
  color: #5bb44d;
  border-color: #56c486;
}
.home_attend .serv_bottom a{
  color: #5bb44d;
}
.home_attend .serv_bottom:hover{
  background-color: #56c486;
  color: #ffffff;
}
.home_attend .serv_bottom:hover a{
  color: #ffffff;
}
.home_calculator {
  background: rgba(0, 0, 0, 0) url("/images/calc_bg.jpg") no-repeat scroll 50% 50%;
  padding: 50px 0 45px 0;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  background-size: cover;
}
.home_calculator .home_title {
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
  text-decoration: underline;
}
.home_calculator p{
  font-family: "Akrobat-Light";
  padding-bottom: 35px;
}
.home_calculator .serv_bottom{
  background-color: #fde64e;
  border-color: #fde64e;
  color: #000000;
}
.home_calculator .serv_bottom a{
  color: #000000;
}
.home_calculator .serv_bottom:hover{
  background-color: #ffffff;
  border-color: #ffffff;
}
.home_advantages {
  padding: 80px 0 60px 0;
}
.home_advantages .home_title{
  color: #5bb44d;
  padding-bottom: 50px;
  text-align: center;
  text-decoration: underline;
}
.advant_std {
  height: 155px;
  color: #777777;
  box-shadow: 0 0.4em 30px rgba(122, 122, 122, 0.5);
  border-radius: 10px;
}
.advant_osn>div:nth-child(1){
  background: #f3f3f3 url("/images/advant-1.png") no-repeat scroll 35px 50%;
}
.advant_osn>div:nth-child(2){
  background: #f3f3f3 url("/images/advant-2.png") no-repeat scroll 35px 50%;
}
.advant_osn>div:nth-child(3){
  background: #f3f3f3 url("/images/advant-3.png") no-repeat scroll 35px 50%;
}
.advant_osn>div:nth-child(4){
  background: #f3f3f3 url("/images/advant-4.png") no-repeat scroll 35px 50%;
}
.advant_osn>div:nth-child(5){
  background: #f3f3f3 url("/images/advant-5.png") no-repeat scroll 35px 50%;
}
.advant_osn>div:nth-child(6){
  background: #f3f3f3 url("/images/advant-6.png") no-repeat scroll 35px 50%;
}
.advant_std_bd {
  padding: 0 20px 0 160px;
}
.footer {
  background-color: #f3f3f3;
  padding: 40px 0 50px 0;
}
.footer .logo {
  margin: 0 100px 50px 0;
  padding: 0;
  width: 120px;
}
.cont_f {
  line-height: 30px;
}
.cont_tit {
  font-family: "Akrobat-Light";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.cont_tit span {
  font-family: "Akrobat-Black";
  font-size: 24px;
}
.footer_side {
  float: left;
  width: 50%;
}
.footer_menu {
  float: left;
  font-family: "Akrobat-Black";
  padding-left: 120px;
}
.footer_menu a{
  color: #a4a4a4;
  text-decoration: none;
}
.footer_menu a:hover{
  text-decoration: underline;
  color: #000000;
}
.footer_menu li{
  margin-bottom: 5px;
}
.gmg {
  float: right;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.gmg img{
  margin-bottom: 5px;
}
.gmg a{
  color: #000000;
}

.callback {
  background-color: rgba(100, 87, 82, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  font-family: "Akrobat-Black";
}
.call_body, .cek_body {
  background: #ffffff url("/images/call_bg.jpg") no-repeat scroll 0 215px;
  bottom: 0;
  box-shadow: 1px 1.7px 6px rgba(13, 15, 19, 0.27);
  height: 500px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 570px;
  z-index: 2;
  border-radius: 10px;
  color: #000000;
}
.call_fon {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}
.call_cross {
  background: rgba(0, 0, 0, 0) url("/images/cross.png") no-repeat scroll 50% 50%;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 22px;
}
.call_cross:hover {
  background: rgba(0, 0, 0, 0) url("/images/cross-a.png") no-repeat scroll 50% 50%;
}
.call_ok {
  bottom: 20px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  padding: 8px;
  transition: all 0.3s linear 0s;
  border-radius: 100%;
}
.call_ok:hover {
  color: #ffffff;
  background-color: #000000;
}
.call_txt {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  padding: 95px 0 40px;
}
.call_txt span{
  font-size: 30px;
}
.call_form {
  text-align: center;
}
.call_form input[type="text"], .call_form input[type="tel"]{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #bcbcbc;
  border-radius: 10px;
  font-family: "Akrobat-Light";
  font-size: 20px;
  margin-bottom: 12px;
  padding: 10px 26px;
  width: 315px;
  color: #272727;
}
.call_form input[type="text"]:focus, .call_form input[type="tel"]:focus{
  color:#000000;
  border-color: #000000;
}
.call_form input[type="submit"]{
  background-color: #ffe851;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 0 12px 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s linear 0s;
  width: 260px;
  cursor: pointer;
  margin-top: 15px;
  border: medium none;
}
.call_form input[type="submit"]:hover{
  background-color: #f22222;
  color: #ffffff;
}
#result_forms .call_body {
  background: #ffffff none repeat scroll 0 0;
  height: 230px;
}
#result_forms .call_txt {
  padding: 0;
  vertical-align: middle;
  height: inherit;
  width: inherit;
  display: table-cell;
}

.page_title {
  background: rgba(0, 0, 0, 0) url("/images/services_fon.jpg") no-repeat scroll 50% 50% / cover ;
  margin-top: -38px;
  padding: 85px 0 50px 0;
}
.page_title h1 {
  font-size: 40px;
  line-height: 50px;
  font-family: "Akrobat-Black";
  color:#5bb44c;
}
.breadcrumbs {
  margin-top: 10px;
  font-weight: 600;
  line-height: 30px;
}
.B_currentCrumb {
  color: #164d33;
}
.breadcrumbs ul li{
  display: inline;
}
.left_sd {
  width: 420px;
  float: left;
  padding-right: 25px;
}
.right_sd {
  width: 760px;
  float: right;
}
.content {
  padding: 60px 0 85px 0;
}
.title_sec {
  font-size: 30px;
  line-height: 32px;
  font-family: "Akrobat-Black";
  text-decoration: underline;
  color: #5bb44c;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.services_left {
  color: #999999;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 85px;
}
.services_left a{
  border-bottom: 1px solid;
  color: #000;
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
.services_left a:hover{
  color: #5bb44c;
  border-color: #5bb44c;
}
.services_left li{
  background: rgba(0, 0, 0, 0) url("/images/ch_lf.png") no-repeat scroll 0 12px;
  padding-left: 40px;
}
.services_left li:last-child a{
  border: none;
}
.menu_left {
  text-transform: unset;
  margin-bottom: 50px;
}
.menu_left li{
  background: rgba(0, 0, 0, 0) url("/images/mn_lf.png") no-repeat scroll 0 12px;
  padding-left: 20px;
}
.menu_left a{
  border-bottom: medium none;
  text-decoration: underline;
}
.serv_lft {
  margin-bottom: 60px;
  display: table;
}
.content .serv_osn {
  background: none;
  color: #000000;
  width: 290px;
  height: auto;
  margin-right: 0;
  padding: 0;
  margin-bottom: 50px;
}
.content .serv_osn .serv_tlt{
  height: auto;
  margin-bottom: 25px;
}
.content .serv_osn .serv_bottom {
  margin-left: 0;
}
.content .serv_1 .serv_tlt{
  color: #78861a;
}
.content .serv_1 .serv_bottom span, .content .serv_1 .serv_bottom a{
  color:#78861a;
}
.content .serv_2 .serv_tlt{
  color: #5bb44d;
}
.content .serv_2 .serv_bottom span, .content .serv_2 .serv_bottom a{
  color:#5bb44d;
}
.content .serv_3 .serv_tlt{
  color: #56c486;
}
.content .serv_3 .serv_bottom span, .content .serv_3 .serv_bottom a{
  color:#56c486;
}
.content .serv_osn .serv_bottom:hover span, .content .serv_osn .serv_bottom:hover a{
  color:#ffffff;
}
.left_price {
  display: table;
  position: relative;
  width: 100%;
  text-align: center;
  box-shadow: 0 0.4em 20px rgba(122, 122, 122, 0.5);
  border-radius: 10px;
  overflow: hidden;
}
.left_price .serv_wp {
  background-color: #b7c656;
}
.left_price img {
  padding: 40px 0 15px;
  width: 90%;
}
.left_price_txt {
  padding: 35px 40px 45px 40px;
  background-color: #a7b73e;
  font-family: "Akrobat-Light";
  text-align: left;
  line-height: 30px;
}
.price_txt_title {
  color: #ffffff;
  font-family: "Akrobat-Black";
  margin-bottom: 20px;
}
.price_txt_title span{
  font-size: 30px;
}
.left_price .serv_bottom {
  margin-top: 35px;
  border-color: #78861a;
  color: #ffffff;
}
.left_price .serv_bottom:hover {
  background-color: #78861a;
}
.content .advant_osn>div:nth-child(2n){
    margin-right: 0;
}
.content .advant_osn .advant_std{
  width: 49%;
  font-size: 20px;
  line-height: 23px;
  height: 140px;
}
.content .advant_osn>div:nth-child(3){
    margin-right: 2%;
}
.title_sec_min {
  font-size: 30px;
  font-family: "Akrobat-Black";
  color: #164d33;
  margin-bottom: 35px;
}
.substrate {
  width: 100%;
  padding: 15px 0 15px 60px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Akrobat-Light";
  font-size: 30px;
  line-height: 40px;
  border-radius: 100px;
  box-shadow: 0 10px 20px rgba(122, 122, 122, 0.5);
  background: #0f9d7a url("/images/icon1.png") no-repeat scroll 90% 50%;
  margin: 30px 0 55px 0;
}
.substrate span{
  font-family: "Akrobat-Black";
}
.greenbg {
  background: #51c083 url("/images/icon1.png") no-repeat scroll 90% 50%;
  padding-bottom: 30px;
  padding-top: 30px;
}
.form_osn {
  padding: 55px 0 55px 40px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  box-shadow: 0 0.4em 30px rgba(122, 122, 122, 0.5);
  position: relative;
}
.сonf_reg {
  padding-right: 40px;
}
.form_row {
  display: table;
  margin-bottom: 25px;
  width: 100%;
}
.form_row input, .form_row textarea{
  width: 100%;
}
.form_row textarea {
  height: 200px;
}
.form_row>div{
  float: left;
  padding-right: 35px;
}
.form_row>div:nth-child(1){
  width: 55%;
}
.form_row>div:nth-child(2){
  width: 45%;
}
.form_tlt {
  font-weight: 600;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.form_tlt span{
  color:#ff0000;
}
.error {
  border-color: #ff0000 !important;
}
.errorbott {
  color:#ffffff;
  border-color: #ff0000 !important;
  background-color:#ff0000;
}
.error_colum {
  display: table;
  width: 100%;
}
.form_error {
  color:#ff0000;
  font-size: 16px;
}
.ft_title {
  text-transform: uppercase;
  color: #959595;
  margin-bottom: 25px;
}
.form_type {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}
.form_type input[type="text"]{
  border: 1px solid #959595;
  width: 80px;
}
.form_type .form_type_osn>div:nth-child(7), .form_type .form_type_osn>div:nth-child(8) {
  margin-bottom: 0;
}
.form_type .form_type_osn {
  display: table;
  width: 100%;
}
.cont_pz {
 float: left;
 width: 31%;
 margin-right: 2%;
 margin-bottom: 37px;
}
.ch_img {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px solid #b7b7b7;
  margin-right: 20px;
}
.ch_img img{
  max-width: 90%;
  max-height: 90%;
}
.ch_img_osn {
  width: inherit;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.ch_n {
  margin-bottom: 22px;
}
.ch_ch {
  float: left;
  margin-right: 10px;
}
.form_radio {
  display: table;
  margin-bottom: 50px;
  padding-right: 35px;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
}
.form_radio .radio_bottom {
  width: 48%;
  margin-right: 4%;
  background-color: #f3f3f3;
  font-weight: 600;
  float: left;
  text-align: center;
  border-radius: 100px;
}
.form_radio .rad_active {
  background-color: #0f9d7a;
  color: #ffffff;
}
#form_app .form_radio .rad_active {
  background-color: #51c083;
}
.form_radio .radio_bottom label{
  display: block;
  padding: 15px 0;
  cursor: pointer;
}
.form_radio>div:nth-child(2) {
  margin-right: 0;
}
.form_radio input:not(checked) {
  position: absolute;
  opacity: 0;
}
.form_osn .form_submit {
  padding-right: 35px;
  text-align: center;
}
.form_pass {
  margin-bottom: 40px;
  padding-right: 35px;
  text-align: center;
}
.form_pass_row {
  margin-bottom: 25px;
}
.form_dropdown {
  display: table;
  margin-bottom: 25px;
  width: 100%;
}
.drop_tit {
  color: #959595;
  float: left;
  padding-right: 30px;
  text-transform: uppercase;
  width: 55%;
  padding-top: 9px;
  line-height: 25px;
}
.forms_toggle {
  display: table;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  font-family: "Akrobat-Black";
}
.toggle_bot {
  float: left;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
  background-color: #0f9d7a;
  cursor: pointer;
  color: #ffffff;
}
.toggle_active {
  background-color: #ffffff;
  color: #000000;
  cursor: auto;
}
.toggle_podl {
  height: 40px;
}
#form_ad {
  display: none;
}
.wrapping {
  overflow: auto;
  padding-top: 2px;
  height: 275px;
}
.drop_bott {
  border: 2px solid #5bb44d;
  border-radius: 20px;
  cursor: pointer;
  float: left;
  font-weight: 600;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  width: 250px;
  transition: all 0.3s linear 0s;
}
.drop_bott:hover {
  background-color: #5bb44d;
  border-color: #5bb44d !important;
  color: #ffffff;
}
#form_app #type_area .drop_bott {
  margin-top: 15px;
}
.cek_body {
  background-image: none;
  padding: 70px 50px;
}
#cektype .cek_body {
  height: 440px;
  width: 500px;
}
#cekcity .cek_body {
  height: 450px;
  width: 750px;
}
#cekcity .cek_body .cekrow{
  float: left;
  width: 33%;
}
#cekmosc .cek_body {
  height: 350px;
  width: 550px;
}
#cekmosc .cek_body .cekrow{
  float: left;
  width: 50%;
}
#form_app #type_area #cekmosc .cek_body {
  width: 750px;
  height: 520px;
}
#form_app  #type_area #cekmosc .cek_body .cekrow {
  width: 33%;
}
#form_app  #type_area .wrapping {
  height: 315px;
  padding-top: 5px;
}
.cek_txt {
  margin-bottom: 25px;
}
.cekrow {
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.cekrow_colum {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.cekrow_tit {
  padding-bottom: 15px;
  color: red;
}
.cekv {
  float: left;
  position: relative;
}
.cekp {
  padding-left: 40px;
}

.check {
    cursor: pointer;
    display: inline-block;
    height: 25px;
    position: relative;
    width: 25px;
    margin: 0;
}
.check + label {
    cursor: pointer;
}
.check:not(checked) {
    opacity: 0;
    position: absolute;
    z-index: 10;
}
.check:not(checked) + label {
    padding: 0 0 0 25px;
    position: relative;
}
.check:not(checked) + label::before {
    border: 1px solid #c4c4c4;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 25px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 25px;
    border: 1px solid #8bca81;
}
.check:not(checked) + label::after {
    content: "";
    height: 12.5px;
    position: absolute;
    top: 0;
    width: 13px;
    top: 7.5px;
    margin-left: 6px;
}
.check:checked + label::after {
    background-color: #5bb44c;
    left: 0;
}
input[type="radio"].check:checked + label::after, input[type="radio"].check:not(checked) + label::before {
  border-radius: 100px;
}

.ar_personal {
  background-color: #f5f5f5;
  border: 1px solid #d3d3d3;
  padding: 30px 20px;
  display: table;
  width: 100%;
  line-height: 25px;
  font-family: "Akrobat-Light";
  margin-bottom: 30px;
  box-shadow: 0 10px 20px rgba(122, 122, 122, 0.5);
  position: relative;
}
.ar_left {
  float: left;
  width: 85%;
}
.ar_right {
  float: right;
  width: 15%;
}
.ar_title {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.ar_rol {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.ar_row {
  float: left;
  width: 25%;
  padding-right: 20px;
}
input[type="submit"].ar_submit {
  border: 1px solid;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.ar_char {
  width: 100%;
  font-size: 13px;
  border-radius: 5px;
  font-weight: 600;
  padding: 6px;
}
.dot {
  display: none;
}
.ar_pos {
  font-family: "Akrobat";
  margin-bottom: 5px;
}
.ar_pos>span:last-child .dot {
  display: inline;
}
.ar_pos>span:last-child .comma {
  display: none;
}
.ar_ptitle {
  margin-bottom: 7px;
}
.ar_title_osn {
  font-weight: 600;
  margin-bottom: 10px;
}
.ar_charact {
  display: table;
  width: 100%;
}
.ar_charact span {
  font-weight: 600;
  font-size: 16px;
}
.ar_ads_text {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 10px;
}
.ar_title_ads {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.ar_suitable {
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 3px;
  font-family: "Akrobat-Black";
  background-color: red;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin: 15px auto 5px;
  color: #ffffff;
}
.ar_suitable:hover {
  background-color: #5bb44d;
  color: #ffffff;
  transition: all 0.3s linear 0s;
}
.ar_suitable_act {
  color: #000000;
  background-color: #fbe34a;
}
.ar_img {
  border: 2px solid;
  float: left;
  margin-right: 10px;
  width: 250px;
}
.ar_del {
  background-color: red;
  cursor: pointer;
  font-family: "Comic Sans MS";
  font-weight: 600;
  line-height: 10px;
  padding: 10px 10px 12px;
  position: absolute;
  border: 1px solid;
  right: 5px;
  top: 5px;
  transition: all 0.3s linear 0s;
}
.ar_del:hover {
  background-color: #000000;
  color: #ffffff;
}
.call_no, .ar_del_submit {
  cursor: pointer;
}
.del_id {
  display: none;
}
.ar_del_form .call_body, .ar_wind_date .call_body, .ar_wind_order .call_body {
  background: #ffffff none repeat scroll 0 0;
  height: 150px;
  width: 400px;
}
.ar_del_form .call_body .call_txt, .ar_wind_date .call_body .call_txt, .ar_wind_order .call_txt{
  padding: 35px 0 15px;
}
/*.ar_wind_order .call_body {
  background: #ffffff none repeat scroll 0 0;
  height: 200px;
  width: 400px;
}*/
/*.ar_wind_order .call_txt {
  padding: 30px 0 80px;
}*/
.callback_rez .call_body {
  background: #ffffff none repeat scroll 0 0;
  height: 150px;
  width: 450px;
}
.callback_rez .call_body .call_txt{
  display: table-cell;
  height: inherit;
  padding: 0;
  vertical-align: middle;
  width: inherit;
}
.ar_del_bot form {
  float: left;
}
.ar_del_submit, .ar_del_bot .call_no, .ar_del_bot input[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 30px;
  float: left;
  margin: 0 10px;
  padding: 10px 0;
  text-align: center;
  width: 80px;
  transition: all 0.3s linear 0s;
}
.ar_del_bot {
  display: table;
}
.ar_del_submit:hover, .ar_del_bot .call_no:hover, .ar_del_bot input[type="submit"]:hover {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
}
.uploadfile {
  border: 1px solid #000000;
  margin: 0 0 0 -125px;
  padding: 5px;
  position: absolute;
  top: 85px;
  width: 250px;
}
.or_not {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.ar_suitcomp {
  display: none;
}
.ar_comp_sl {
  background-color: #ffffff;
  border: 1px solid #2f4f4f;
  margin-bottom: 5px;
  padding: 10px;
  display: table;
  width: 100%;
  position: relative;
  border-radius: 5px;
}
.sent_score {
  background-color: #fbe34a;
}
.sent_data {
  background-color: #ff6347;
  color: #ffffff;
}
.sent_data .ar_status, .sent_data .ar_bottom_date {
  color: #000000;
}
.ar_status {
  color: red;
  font-family: "Akrobat-Black";
}
.ar_title_com {
  font-weight: 600;
}
.ar_comp_txt {
  float: left;
  width: 100%;
  padding-right: 440px;
}
.ar_comp_bottom {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 440px;
}
.ar_comp_bottom>form {
  float: right;
}
.ar_comp_bottom>form input[type="submit"] {
  border: 1px solid;
  border-radius: 0;
  font-size: 12px;
  padding: 8px;
  width: 180px;
}
.ar_bottom_date, .bot_sent_order {
  margin-left: 5px;
}
.ar_bottom_date input {
  background-color: #ffffff;
}
.ar_bottom_date input:hover {
  color: #ffffff;
  background-color: red;
}
.bot_sent_data input:hover {
  background-color: #5bb44d;
}
.stus_zak {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Akrobat-Black";
  margin-bottom: 30px;
}
.red {
  color:red;
}
.ello {
  color:#D2691E;
}
.green {
  color:#32CD32;
}
.publish_bott_osn {
  display: table;
}
.bott_ads {
  float: left;
  margin: 30px 10px 0;
  text-align: center;
}
.bott_ads input{
  border: 1px solid;
  border-radius: 0;
  font-size: 12px;
  padding: 0;
  width: 180px;
  height: 35px;
}
.UpdateAd {
  border: 1px solid #d3d3d3;
  margin-bottom: 60px;
  padding: 30px;
  text-align: center;
  width: 500px;
  box-shadow: 0 10px 20px rgba(122, 122, 122, 0.5);
}
.text_up {
  font-size: 18px;
  margin-bottom: 20px;
}
.bott_up {
  border: 1px solid #000000 !important;
  border-radius: 5px !important;
  padding: 10px 0 !important;
  width: 200px !important;
}
.ar_smoll {
  font-size: 16px;
  display: table;
  margin-top: 5px;
}
.ar_ches {
  float: left;
  padding: 0 10px;
}
.ar_namber {
  text-align: center;
  font-family: "Akrobat-Black";
  margin-bottom: 10px;
}
.ar_namber span{
  font-weight: 600;
}
.admin_menu {
  display: table;
  text-align: center;
  margin-top: 50px;
}
.ar_window .wrapping {
  height: 370px;
}
.admin_menu .admin_bot {
  display: inline-block;
}
.admin_menu .admin_bot a {
  background-color: #5bb44c;
  color: #ffffff;
  display: block;
  font-size: 35px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 375px;
  font-family: "Akrobat-Black";
  padding: 10px 0 13px;
  margin: 0 10px;
  border-radius: 5px;
  border: 1px solid #000000;
  box-shadow: 0 10px 20px rgba(122, 122, 122, 0.5);
  transition: all 0.3s linear 0s;
}
.admin_menu .admin_bot a:hover {
  box-shadow: none;
  background-color: #000000;
}
.pages_osn {
  display: table;
}
.page_button, .ar_pagination li a {
  background-color: #fbe34a;
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 10px 0;
  text-align: center;
  width: 40px;
  text-decoration: none;
  color: #000000;
}
.page_button:hover, .active_page, .ar_pagination li a:hover, .ar_pagination li a.active {
  background-color: #5bb44d;
  color: #ffffff;
}
.ar_pagination {
  display: table;
}
.ar_pagination .control {
  display: none;
}
.ar_pagination li {
  float: left;
  list-style: outside none none;
}

.ads__body {
  background-color: #f3f3f3;
  border-radius: 10px;
  box-shadow: 0 0.4em 30px rgba(122, 122, 122, 0.5);
  margin-bottom: 50px;
  padding: 15px;
}
.ads__top {
  border-bottom: 1px solid #999999;
  display: table;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.ads__top div:nth-child(2), .ads__foot div:nth-child(2){
  text-align: right;
}
.ads__top, .ads__foot{
  font-size: 14px;
}
.ads__side {
  float: left;
  text-align: left;
  width: 50%;
}
.ads__side span {
  font-weight: bold;
}
.ads__text {
  display: table;
  width: 100%;
}
.ads__img{
  float: left;
  width: 200px;
  margin: 0 15px 15px 0;
}
.ads__img_body {
  border: 1px solid #999999;
  display: table-cell;
  height: inherit;
  padding: 10px 0;
  text-align: center;
  width: inherit;
  box-shadow: 0 0.1em 25px rgba(122, 122, 122, 0.5);
}
.ads__img_img{
  max-height: 190px;
  max-width: 190px;
}
.ads__title {
  color: #5bb44c;
  font-size: 25px;
  margin-bottom: 15px;
  font-family: "Akrobat-Black";
}
.ads__foot {
  display: table;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #999999;
}

.pagination {
  display: table;
  margin-bottom: 50px;
}
.pagination a{
  border: 1px solid #5bb44c;
  display: block;
  float: left;
  padding: 5px 0 6px;
  text-align: center;
  text-decoration: none;
  width: 35px;
  margin: 0 3px 5px;
}
.pagination a:hover,.pactive{
  color: #ffffff;
  background-color: #000000;
  border-color: #000000 !important;
}

.download, .load_score, .load_off {
  background-color: #5bb44d;
  width: 36px !important;
  transition: all 0.3s linear 0s;
  background: #5bb44d url("/images/download.png") no-repeat scroll 50% 50%;
  background-size: cover;
  border: 1px solid;
}
.load_off {
  background-color: #ffffff;
  background-image: url("/images/cross-a.png");
  background-size: 20px;
}
.download_on .download, .download_on .load_score {
  background-color: #fbe34a;
}
.download:hover, .load_score:hover {
  background-color: red;
  border-color: #ffffff;
}

@media screen and (max-width: 1440px) {
  .sld_txt {padding: 0 100px 90px 175px;}
}
@media screen and (max-width: 1280px) {
  html, body {max-width: 1280px;font-size: 13px;}
  p {line-height: 18px;padding-bottom: 13px;text-indent: 20px;}
  p span {font-size: 16px;}
  .right_sd ul {line-height: 18px;padding-bottom: 13px;}
  .right_sd ul li{margin-bottom: 7px;}
  h1, h2, h3, h4, h5 {padding-bottom: 13px;}
  h1 {font-size: 23px;padding-bottom: 17px;line-height: 25px;}
  h2 {font-size: 20px;line-height: 21px;}
  h3 {font-size: 18px;line-height: 20px;}
  h4 {font-size: 15px;line-height: 17px;}
  table {margin-bottom: 13px;}
  table th, table td{padding: 10px;}
  input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea, input[type="file"] {border-width: 2px;font-size: 13px;padding: 3px 7px;}
  input[type="submit"] {width: 193px;font-size: 11px;padding: 11px 0;}
  #form_app input[type="submit"] {border-width: 3px;}

  .header {height: 180px;}
  .workspace {padding: 0 17px;width: 820px;}
  .logo {padding: 20px 0 0 25px;}
  .logo img {width: 97px;}
  .header_right {padding-top: 27px;}
  .header_title {font-size: 27px;padding-bottom: 20px;}
  .header_adres {line-height: 18px;margin-right: 20px;padding: 0 0 0 33px;width: 180px;background-size:19px;}
  .header_backcall {width: 170px;margin: 4px 25px 0 0;padding: 10px 0;margin: 4px 25px 0 0;
    padding: 10px 0;font-size: 11px;}
  .header_phone {padding: 10px 20px 0 0;font-size: 20px;}
 .header_signature {font-size: 13px;padding: 0 0 0 120px;}
  .header_menu {width: 857px;height: 53px;left: 193px;font-size: 15px;}
  .header_menu ul {padding: 19px 0 0 27px;}
  .header_menu ul li {margin: 0 11px;}

  .wrapping {height: 180px;}
  .call_body, .cek_body {background-size: 137px;background-position: 0 143px;height: 333px;width: 380px;}
  .call_cross {height: 15px;width: 15px;right: 20px;top: 20px;}
  .call_cross, .call_cross:hover {background-size: 15px;}
  .call_txt {font-size: 16px;line-height: 20px;padding: 63px 0 27px;}
  .call_txt span {font-size: 20px;}
  .call_form input[type="text"], .call_form input[type="tel"] {width: 210px;font-size: 13px;margin-bottom: 8px;padding: 7px 17px;}
  .call_form input[type="submit"] {font-size: 9px;padding: 9px 0 8px 0;width: 173px;margin-top: 10px;}
  .callback_rez .call_body {height: 100px;width: 300px;}

  .slider_home {height: 517px;margin-top: -25px;}
  .sld_txt {font-size: 19px;line-height: 23px;padding: 0 33px 47px 217px;}
  .sld_txt span {padding-bottom: 17px;line-height: 37px;font-size: 37px;}
  .sliderBullets {padding: 17px 0;margin-left: -125px;}
  .sliderBullets a:first-child {margin-left: 87px;}
  .sliderBullets a {height: 7px;margin-right: 7px;width: 21px;}
  .sliderBullets a:last-child {margin-right: 87px;}

  .home_text {padding: 33px 53px 20px 53px;}
  .home_title {font-size: 20px;padding-bottom: 13px;line-height: 25px;}

  .home_services {padding: 27px 0;}
  .serv_osn {height: 327px;padding: 38px 27px 0;width: 247px;margin: 0 7px;}
  .serv_wp {height: 13px;margin-left: -76.5px;top: 7px;width: 153px;}
  .serv_tlt {line-height: 21px;height: 73px;font-size: 20px;}
  .serv_txt {font-size: 12px;line-height: 17px;}
  .serv_txt span {font-size: 19px;}
  .serv_dop {padding-top: 7px;}
  .serv_bottom {bottom: 30px;font-size: 11px;line-height: 11px;width: 153px;border-width: 3px;}
  .home_services .serv_bottom {margin-left: -76.5px;}
  .serv_bottom a, .serv_bottom span {padding: 9px 0;}

  .options {margin-top: 27px;}
  .options_osn {height: 390px;padding: 53px 23px 0;font-size: 12px;line-height: 17px;}
  .options_top {font-size: 20px;margin: -20px 0 0 -100px;padding: 8px 0 9px;width: 200px;}
  .options_col {line-height: 20px;padding-bottom: 10px;font-size: 15px;}
  .options ul {padding-bottom: 3px;padding-left: 40px;}

  .home_attend {padding: 40px 0 33px 0;}
  .home_attend .home_title {padding-bottom: 43px;}
  .attend_osn, .advant_osn {font-size: 15px;line-height: 20px;}
  .attend_std, .advant_std {height: 50px;margin-bottom: 33px;background-size: 47px;}
  .attend_std_bd, .advant_std_bd {padding-left: 70px;}

  .home_calculator {font-size: 20px;padding: 33px 0 30px 0;}
  .home_calculator .home_title {padding-bottom: 20px;}
  .home_calculator p {padding-bottom: 23px;}

  .home_advantages {padding: 53px 0 40px 0;}
  .home_advantages .home_title {padding-bottom: 33px;}
  .advant_std_bd {padding: 0 13px 0 107px;}
  .advant_osn>div {background-size: 20% !important;}
  .advant_std {height: 103px;}

  .footer {padding: 27px 0 33px 0;}
  .footer .logo {margin: 0 67px 25px 0;width: 80px;}
  .cont_f {line-height: 20px;}
  .cont_tit {font-size: 12px;line-height: 15px;margin-bottom: 7px;}
  .cont_tit span {font-size: 16px;}
  .footer_menu {padding-left:80px;}
  .footer_menu li {margin-bottom: 3px;}
  .gmg {font-size: 12px;margin-top: 13px;}
  .gmg img {width: 102px;margin-bottom: 3px;}

  .page_title {margin-top: -25px;padding: 57px 0 33px 0;}
  .left_sd {width: 280px;padding-right: 17px;}
  .page_title h1 {font-size: 27px;line-height: 33px;}
  .right_sd {width: 506px;}
  .breadcrumbs {margin-top: 7px;line-height: 20px;}

  .content {padding: 40px 0 57px 0;}
  .title_sec {font-size: 20px;line-height: 21px;margin-bottom: 23px;}
  .services_left {line-height: 17px;margin-bottom: 57px;}
  .services_left li {padding-left: 27px;background-size: 13px;background-position: 0 8px;}
  .services_left a {padding: 3px 0;}
  .serv_lft {margin-bottom: 40px;}
  .content .serv_osn {width: 193px;margin-bottom: 33px;}
  .content .serv_osn .serv_tlt {margin-bottom: 17px;}
  .left_price img {padding: 27px 0 10px;}
  .left_price_txt {line-height: 20px;padding: 23px 27px 30px 27px;}
  .price_txt_title {margin-bottom: 13px;}
  .price_txt_title span {font-size: 20px;}
  .left_price .serv_bottom {margin-top: 23px;}
  .content .advant_osn .advant_std {font-size: 13px;line-height: 15px;height: 93px;}

  .title_sec_min {margin-bottom: 23px;font-size: 20px;}
  .menu_left {margin-bottom: 33px;}
  .menu_left li {padding-left: 13px;background-size: 5px;background-position: 0 8px;}
  .substrate {background-size: 38px !important;padding: 10px 0 10px 40px;font-size: 20px;line-height: 27px;margin: 20px 0 37px 0;}
  .greenbg {padding-bottom: 20px;padding-top: 20px;}
  .form_osn {padding: 37px 0 37px 27px;}

  .form_radio {margin-bottom: 33px;padding-right: 23px;font-size: 11px;}
  .form_radio .radio_bottom label {padding: 10px 0;}
  .form_row {margin-bottom: 17px;}
  .form_row>div {padding-right: 23px;}
  .form_tlt {margin-bottom: 15px;}
  .form_dropdown {margin-bottom: 17px;}
  .drop_tit {padding-right: 20px;padding-top: 6px;line-height: 17px;}
  .drop_bott {border-width: 1px;padding: 5px 0;width: 167px;}
  #cektype .cek_body {height: 293px;width: 333px;}
  .cek_body {padding: 47px 33px;}
  .call_ok {padding: 5px;bottom: 10px;right: 10px;}
  .cek_txt {margin-bottom: 17px;}
  .cekrow {margin-bottom: 10px;}
  .cekp {padding-left: 27px;}
  #form_app #type_area #cekmosc .cek_body {width: 500px;height: 347px;}
  #form_app #type_area .wrapping {height: 210px;padding-top: 3px;}
  .cekrow_tit {padding-bottom: 10px;}
  .cekrow_colum {margin-bottom: 7px;}
  .input_two {margin: 0 23px 23px 0;}
  .ft_title {margin-bottom: 17px;}
  .form_type {margin-bottom: 33px;}
  .cont_pz {margin-bottom: 25px;}
  .ch_img {width: 67px;height: 67px;margin-right: 13px;}
  .ch_n {margin-bottom: 15px;}
  .ch_ch {margin-right: 7px;}
  .form_osn .form_submit {padding-right: 23px;}
  .form_error {font-size: 11px;}
  #result_forms .call_body {height: 153px;}
  .toggle_bot {padding: 10px 13px;}
  .toggle_podl {height: 27px;}
  #cekcity .cek_body {height: 300px;width: 500px;}
  #cekmosc .cek_body {height: 233px;width: 367px;}
  .form_type input[type="text"] {width: 53px;}
  .сonf_reg {padding-right: 27px;}

  .check {width: 17px;height: 17px;}
  .check:not(checked) + label {padding: 0 0 0 17px;}
  .check:not(checked) + label::before {width: 17px;height: 17px;}
  .check:not(checked) + label::after {height: 8.5px;top: 5px;width: 9px;margin-left: 4px;}
}
@media screen and (max-width: 1024px) {
  html, body {max-width: 1024px;font-size: 20px;}
  p {line-height: 27px;padding-bottom: 20px;text-indent: 30px;}
  p span {font-size: 24px;}
  .right_sd ul {line-height: 27px;padding-bottom: 20px;}
  .right_sd ul li{margin-bottom: 10px;}
  h1, h2, h3, h4, h5 {padding-bottom: 20px;}
  h1 {font-size: 35px;padding-bottom: 25px;line-height: 37px;}
  h2 {font-size: 30px;line-height: 32px;}
  h3 {font-size: 27px;line-height: 29px;}
  h4 {font-size: 23px;line-height: 25px;}
  table {margin-bottom: 20px;}
  table th, table td{padding: 15px;}
  input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea, input[type="file"] {border-width: 3px;font-size: 25px;padding: 10px 10px;}
  input[type="submit"] {width: 290px;font-size: 16px;padding: 16px 0;}

  .workspace {padding: 0 43px;width: 100%;}

  .header {height: auto;background: none;overflow: visible;}
  .header .workspace {padding:0;}
  .logo {display: none;}
  .header_right {width: 100%;float: none;padding-top: 30px;}
  .logo_mob {display: block;float: left;padding: 0 30px 0 43px;margin-bottom: 25px;}
  .header_title {font-size: 24px;display: block;width: 300px;line-height: 29px;float: left;padding: 20px 0 0 0;}
  .header_att {width: 100%;background-color: #f3f3f3;padding: 35px 0;text-align: center;}
  .header_phone {font-size: 40px;display: inline-block;float: none;vertical-align: top;padding: 15px 30px 0 0;}
  .header_signature {display:none;}
  .header_backcall {display: inline-block;float: none;vertical-align: top;width: 330px;padding: 20px 0;font-size: 24px;margin: 0;}
  .header_backcall span {display: none;}
  .header_adres {display: block;float: none;width: 490px;font-size: 26px;padding: 15px 0 15px 60px;background-size: 30px;background-position: 5% 50%;margin: 30px auto 0;line-height: 30px;}
  .header_adres br {display: none;}
  .mob_bott_menu {display: block;width: 60px;height: 55px;background: #ffffff url("/images/mob_bot.png") no-repeat scroll 50% 50%;margin: 20px 40px 0 0;cursor: pointer;float: right;}
  .menu-bot-a {background: #0a8f71 url("/images/mob_bot_a.png") no-repeat scroll 50% 50%;}
  .callback_rez .call_body {height: 150px;width: 450px;}

  .wrapping {height: 340px;}
  .call_body, .cek_body {background-size: 205px;background-position: 0 215px;height: 500px;width: 570px;}
  .call_cross {height: 22px;width: 22px;right: 15px;top: 15px;}
  .call_cross, .call_cross:hover {background-size: 22px;}
  .call_txt {font-size: 24px;line-height: 30px;padding: 95px 0 40px;}
  .call_form input[type="text"], .call_form input[type="tel"] {width: 315px;font-size: 20px;margin-bottom: 12px;padding: 10px 26px;}
  .call_form input[type="submit"] {font-size: 14px;padding: 20px 0 18px 0;width: 260px;margin-top: 15px;}

  .header_menu {width: 100%;height: 710px;left: 0;font-size: 35px;border-radius: 0;background: #ffffff;top: 160px;text-transform: uppercase;opacity: 1;display: none;}
  .header_menu ul {padding: 85px 0 0 0;}
  .header_menu ul li {margin: 0 0 40px 0;display: block;width: 100%;text-align: center;}
  .header_menu ul li a {display: block;width: 100%;}
  .header_menu ul li a:hover, .header_menu ul li.active a {color:#0a8f71;}

  .slider_home {height: 790px;margin-top: 0;}
  .sld_txt {font-size: 28px;line-height: 30px;padding: 0 40px 110px 0;width: 53%;}
  .sld_txt span {padding-bottom: 25px;line-height: 50px;font-size: 45px;}
  .sliderBullets {padding: 25px 0;margin-left: -188px;}
  .sliderBullets a {height: 10px;margin-right: 10px;width: 32px;}
  .sliderBullets a:last-child {margin-right: 130px;}
  .sliderBullets a:first-child {margin-left: 130px;}

  .home_text {padding: 50px 0;}
  .home_title {font-size: 30px;padding-bottom: 20px;line-height: 37px;}

  .home_services {padding: 40px 0;overflow: hidden;height: 570px;}
  .home_services .workspace {padding: 0;}
  .serv_osn {height: 490px;padding: 57px 40px 0;width: 370px;margin: 0 11.6px;}
  .home_services .serv_bottom {margin-left: -135px;}
  .serv_wp {height: 20px;margin-left: -115px;top: 10px;width: 230px;}
  .serv_tlt {line-height: 32px;height: 110px;font-size: 30px;}
  .serv_txt {font-size: 18px;line-height: 26px;}
  .serv_txt span {font-size: 28px;}
  .serv_dop {padding-top: 10px;}

  .options {margin-top: 40px;}
  .options_osn {height: auto;padding: 80px 35px 80px;font-size: 18px;line-height: 25px;margin: 0 auto 90px !important;width: 90%;float: none;}
  .options_top {font-size: 30px;margin: -30px 0 0 -150px;padding: 12px 0 14px;width: 300px;}
  .options_col {line-height: 30px;padding-bottom: 15px;font-size: 22px;}
  .options ul {padding-bottom: 5px;padding-left: 60px;}
  .options div:last-child {margin-bottom: 0 !important;}

  .home_attend {padding: 60px 0 50px 0;}
  .home_attend .home_title {padding-bottom: 65px;}
  .attend_osn, .advant_osn {font-size: 20px;line-height: 25px;}
  .attend_std, .advant_std {width: 49%;    margin-right: 2% !important;height: 75px;margin-bottom: 50px;background-size: 70px;}
  .attend_osn div:nth-child(2n), .advant_osn div:nth-child(2n) {margin-right: 0 !important;}
  .attend_std_bd, .advant_std_bd {padding-left: 105px;}

  .serv_bottom {bottom: 45px;font-size: 18px;line-height: 18px;width: 270px;border-width: 4px;}
  .serv_bottom a, .serv_bottom span {padding: 15px 0;}

  .home_calculator {font-size: 30px;padding: 50px 0 45px 0;}
  .home_calculator .home_title {padding-bottom: 30px;}
  .home_calculator p {padding-bottom: 35px;}

  .home_advantages {padding: 80px 0 60px 0;}
  .home_advantages .home_title {padding-bottom: 50px;}
  .advant_std {height: 103px;}
  .advant_osn>div {background-size: 15% !important;}
  .advant_std_bd {padding: 0 20px 0 130px;}

  .footer {padding: 40px 0 50px 0;}
  .footer .logo {margin: 0 80px 40px 0;width: 130px;display: block;}
  .footer_side {width: 100%;}
  .cont_tit {font-size: 24px;line-height: 29px;margin-bottom: 15px;}
  .cont_tit span {font-size: 28px;}
  .cont_f {line-height: 30px;}
  .footer_menu {padding-left: 0;width: 100%;text-align: center;margin-top: 75px;font-size: 30px;text-transform: uppercase;padding-bottom: 30px;border-bottom: 3px solid;}
  .footer_menu li {display: inline-block;margin: 0 10px 10px 10px;}
  .gmg {margin-top: 30px;width: 100%;font-size: 23px;}
  .gmg img {margin-bottom: 10px;width: 200px;}

  .page_title {margin-top: 0;padding: 45px 0;background: none;}
  .page_title h1 {font-size: 40px;line-height: 50px;text-transform: initial;margin-bottom: 10px;}
  .left_sd {width: 100%;padding-right: 0;}
  .right_sd {width: 100%;}
  .breadcrumbs {margin-top: 10px;line-height: 30px;}

  .content {padding: 40px 0 60px 0;}
  .advant_std_bd {padding: 0 20px 0 160px;}
  .content .advant_osn .advant_std {font-size: 20px;line-height: 23px;height: 140px;}

  .title_sec {font-size: 30px;line-height: 32px;margin-bottom: 35px;}
  .services_left {line-height: 25px;margin-bottom: 45px;}
  .services_left li {padding-left: 40px;background-size: 20px;background-position: 0 12px;}
  .services_left a {padding: 5px 0;}
  .serv_lft {margin-bottom: 60px;}
  .content .serv_osn {width: 600px;float: none;margin: 0 0 50px 0;}
  .content .serv_osn .serv_tlt {margin-bottom: 30px;font-size: 60px;line-height: 65px;}
  .content .serv_osn .serv_bottom { font-size: 30px;line-height: 35px;width: 400px;}
  .left_price {width: 80%;}
  .left_price_txt {line-height: 35px;padding: 35px 40px 45px 40px;font-size: 30px;}
  .price_txt_title {margin-bottom: 20px;}
  .price_txt_title span {font-size: 40px;}

  .substrate {background-size: 57px !important;padding: 15px 0 15px 60px;font-size: 28px;line-height: 40px;margin: 30px 0 55px 0;}
  .greenbg {padding-bottom: 30px;padding-top: 30px;}

  .form_osn {padding: 40px 0 40px 20px;margin-bottom: 50px;}
  .form_radio {margin-bottom: 50px;padding-right: 20px;font-size: 16px;}
  .form_radio .radio_bottom label {padding: 15px 0;}
  .form_row {margin-bottom: 25px;}
  .form_row>div {padding-right: 20px;}
  .form_tlt {margin-bottom: 22px;}
  .form_error {font-size: 16px;}
  .form_dropdown {margin-bottom: 25px;}
  .drop_tit {padding-right: 30px;padding-top: 9px;line-height: 25px;}
  .drop_bott {border-width: 2px;padding: 8px 0;width: 250px;}
  .input_two {margin: 0 20px 35px 0;}
  .ft_title {margin-bottom: 25px;}
  .form_type {margin-bottom: 50px;}
  .cont_pz {margin-bottom: 37px;}
  .ch_img {width: 90px;height: 90px;margin-right: 20px;}
  .ch_n {margin-bottom: 22px;}
  .ch_ch {margin-right: 10px;}
  .form_osn .form_submit {padding-right: 20px;}
  #form_app input[type="submit"] {border-width: 5px;}
  #cektype .cek_body {height: 420px;width: 500px;}
  .cek_body {padding: 40px 25px;}
  .call_ok {padding: 8px;bottom: 20px;right: 20px;}
  .cek_txt {margin-bottom: 25px;}
  .cekrow {margin-bottom: 20px;}
  .cekp {padding: 3px 0 0 40px;}
  #form_app #type_area #cekmosc .cek_body {width: 720px;height: 500px;}
  #form_app #type_area .wrapping {padding-top: 5px;height: 335px;}
  #result_forms .call_body {height: 230px;}
  .toggle_bot {padding: 15px 20px;}
  .toggle_podl {height: 40px;}
  .form_type input[type="text"] {width: 80px;font-size: 18px;}
  #cekcity .cek_body {height: 500px;width: 700px;}
  #cekmosc .cek_body {height: 350px;width: 550px;}
  .cekrow_tit {padding-bottom: 15px;}
  .сonf_reg {padding-right: 20px;}

  .title_sec_min {margin-bottom: 35px;font-size: 30px;}
  .menu_left li {padding-left: 13px;background-size: 7px;background-position: 0 12px;}

  .check {width: 30px;height: 30px;}
  .check:not(checked) + label {padding: 0 0 0 30px;}
  .check:not(checked) + label::before {width: 30px;height: 30px;}
  .check:not(checked) + label::after {height: 15px;top: 8px;width: 15px;margin-left: 7px;}
}
@media screen and (max-width: 760px) {
  .header_right {padding-top: 15px;}
  .logo_mob {padding: 0 0 0 26px;margin-bottom: 15px;}
  .logo_mob img {width: 208px;}
  .header_title {position: absolute;text-align: center;right: 0;left: 0;top: 140px;padding: 0;color: #ffffff;}
  .mob_bott_menu {margin: 15px 23px 0 0;}
  .header_menu {top: 110px;}
  .call_body, .cek_body {background-size: 150px;background-position: 0 230px;height: 470px;width: 450px;}

  .header_att {padding: 105px 0 35px 0;background: rgba(0, 90, 0, 10) url("/images/bg_title.png") repeat scroll 0 0;}
  .header_phone {padding: 0;width: 100%;color: #ffffff;margin-bottom: 15px;}
  .header_adres {display: none;}

  .workspace {padding: 26px;}

  .slider_home {height: 690px;margin-top: -260px;}
  .sld_txt {padding: 270px 26px 80px 26px;width: 100%;background: rgba(0, 0, 0, 0) url("/images/bg_txt.png") repeat-x scroll 0 100%;text-shadow: 1px 2px 5px black;}
  .sliderBullets a:first-child {margin-left: 60px;}
  .sliderBullets a:last-child {margin-right: 60px;}
  .sliderBullets a {height: 12px;margin-right: 12px;width: 40px;}
  .sliderBullets {margin-left: -132px;}

  .options_osn {width: 100%;}
  .attend_std, .advant_std, .content .advant_osn .advant_std {width: 70%;margin: 0 15% 27px 15%;}
  .home_attend .serv_bottom {margin-top: 30px;}

  .attend_osn, .advant_osn {font-size: 25px;line-height: 30px;}
  .advant_std {height: 170px;}
  .advant_osn>div {background-size: 20% !important;}
  .home_advantages {padding: 50px 0 50px 0;}

  .footer .logo {float: none;margin: 0 auto 40px;width: 170px;}

  .page_title {padding: 0;}
  .content {padding: 20px 0 40px 0;}

  .content .advant_osn {margin-bottom: 30px;}
  .content .serv_osn {width: 70%;margin: 0 auto 50px;}
  .content .serv_osn .serv_tlt {margin-bottom: 20px;font-size: 40px;line-height: 45px;}
  .content .serv_osn .serv_bottom {font-size: 25px;line-height: 30px;width: 350px;}
  .serv_lft {margin-bottom: 40px;}

  .substrate {background-size: 35px !important;padding: 15px 0 15px 35px;font-size: 17px;line-height: 23px;margin: 25px 0 30px 0;}
  .greenbg {padding-bottom: 25px;padding-top: 25px;}

  .form_row>div:nth-child(1), .form_row>div:nth-child(2) {width: 100%;}
  .form_row>div:nth-child(1) {margin-bottom: 25px;}
  .drop_tit {padding: 0 0 10px 0;width: 100%;float: none;text-align: center;}
  #form_app #type_area .drop_bott {margin-top: 0;}
  .form_dropdown {margin-right: 20px;width: auto;display: block;}
  .drop_bott {padding: 10px 0;float: none;}
  .cont_pz {width: 48%;margin-right: 1%;}
  .call_ok {padding: 8px;bottom: 15px;right: 15px;}

  #cektype .cek_body {height: 430px;width: 450px;}
  #form_app #type_area #cekmosc .cek_body {width: 450px;}
  #form_app #type_area #cekmosc .cek_body .cekrow {width: 50%;}
  .cekrow {font-size: 18px;}

  .forms_toggle {font-size: 16px;}
  #cekcity .cek_body {width: 450px;}
  #cekcity .cek_body .cekrow {width: 50%;}
  #cekcity .wrapping {height: 355px;padding-top: 5px;}
  #cekmosc .cek_body {height: 340px;width: 450px;}
}
@media screen and (max-width: 650px) {
  .attend_std, .advant_std, .content .advant_osn .advant_std {width: 80%;margin: 0 10% 27px 10%;}
  .content .serv_osn {width: 85%;}
}
@media screen and (max-width: 590px) {
  .attend_std, .advant_std, .content .advant_osn .advant_std {width: 100%;margin: 0 0 27px 0;margin-right: 0 !important;}
  .content .serv_osn {width: 100%;}
  .left_price {width: 100%;}
}
@media screen and (max-width: 500px) {
  .ch_img {width: 85px;height: 85px;margin-right: 12px;}
}
@media screen and (max-width: 490px) {
  html, body {font-size: 13px;}
  p {line-height: 20px;padding-bottom: 13px;text-indent: 19px;}
  p span {font-size: 15px;}
  .right_sd ul {line-height: 20px;padding-bottom: 13px;}
  .right_sd ul li{margin-bottom: 7px;}
  h1, h2, h3, h4, h5 {padding-bottom: 13px;}
  h1 {font-size: 22px;padding-bottom: 16px;line-height: 24px;}
  h2 {font-size: 19px;line-height: 20px;}
  h3 {font-size: 17px;line-height: 19px;}
  h4 {font-size: 15px;line-height: 16px;}
  table {margin-bottom: 13px;}
  table th, table td{padding: 10px;}
  input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea, input[type="file"] {border-width: 2px;font-size: 16px;}
  input[type="submit"] {width: 185px;font-size: 11px;padding: 12px 0;}

  .workspace {padding: 17px;}

  .call_body, .cek_body {background-size: 96px;background-position: 0 147px;height: 300px;width: 287px;}
  .call_cross, .call_cross:hover {background-size: 14px;}
  .call_cross {height: 14px;width: 14px;right: 10px;top: 10px;}
  .call_txt {font-size: 15px;line-height: 19px;padding: 61px 0 26px;}
  .call_txt span {font-size: 19px;}
  .call_form input[type="text"], .call_form input[type="tel"] {width: 200px;font-size: 13px;margin-bottom: 8px;padding: 6px 17px;}
  .call_form input[type="submit"] {font-size: 9px;padding: 13px 0 12px 0;width: 166px;margin-top: 10px;}
  .callback_rez .call_body {height: 96px;width: 287px;}

  .header_right {padding-top: 10px;}
  .logo_mob {padding: 0 0 0 17px;margin-bottom: 10px;}
  .logo_mob img {width: 133px;}
  .mob_bott_menu {margin: 10px 15px 0 0;width: 39px;height: 35px;background-size: 31px;}
  .menu-bot-a {background-size: 31px;}
  .header_title {top: 89px;font-size: 15px;line-height: 19px;}
  .header_att {padding: 67px 0 22px 0;}
  .header_phone {margin-bottom: 10px;font-size: 26px;}
  .header_backcall {width: 210px;padding: 13px 0;font-size: 15px;}
  .header_menu {top: 70px;height: 420px;font-size: 22px;}
  .header_menu ul {padding: 54px 0 0 0;}
  .header_menu ul li {margin: 0 0 26px 0;}

  .slider_home {height: 440px;margin-top: -66px;}
  .sld_txt {font-size: 18px;line-height: 19px;padding: 172px 17px 51px 17px;}
  .sld_txt span {padding-bottom: 16px;line-height: 32px;font-size: 29px;}
  .sliderBullets a:first-child {margin-left: 38px;}
  .sliderBullets a:last-child {margin-right: 38px;}
  .sliderBullets a {height: 8px;margin-right: 8px;width: 26px;}
  .sliderBullets {margin-left: -85px;padding: 16px 0;}

  .home_text {padding: 32px 0;}
  .home_title {font-size: 19px;padding-bottom: 13px;line-height: 24px;}

  .home_services {padding: 26px 0;height: 364px;}
  .serv_osn {height: 313px;padding: 36px 26px 0;width: 236px;margin: 0 7.3px;}
  .serv_wp {height: 13px;margin-left: -73px;top: 6px;width: 146px;}
  .serv_tlt {line-height: 20px;height: 70px;font-size: 19px;}
  .serv_txt {font-size: 11px;line-height: 17px;}
  .serv_txt span {font-size: 18px;}
  .serv_dop {padding-top: 6px;}
  .home_services .serv_bottom {margin-left: -86px;}

  .serv_bottom {bottom: 29px;font-size: 12px;line-height: 12px;width: 172px;border-width: 3px;}
  .serv_bottom a, .serv_bottom span {padding: 10px 0;}

  .options {margin-top: 26px;}
  .options_osn {padding: 30px 12px;font-size: 12px;line-height: 18px;margin: 0 auto 57px !important;}
  .options_top {font-size: 19px;margin: -19px 0 0 -96px;padding: 8px 0 10px;width: 192px;}
  .options_col {line-height: 19px;padding-bottom: 10px;font-size: 14px;}
  .options ul {padding-bottom: 3px;padding-left: 38px;}

  .home_attend {padding: 40px 0;}
  .home_attend .home_title {padding-bottom: 41px;}
  .attend_osn, .advant_osn {font-size: 16px;line-height: 19px;}
  .attend_std, .advant_std {margin: 0 0 17px 0;background-size: 45px;height: 48px;background-position: 15px 50%;}
  .attend_std_bd, .advant_std_bd {padding-left: 90px;}
  .home_attend .serv_bottom {margin-top: 19px;}

  .home_calculator {font-size: 19px;padding: 32px 0 29px 0;}
  .home_calculator .home_title {padding-bottom: 19px;}
  .home_calculator p {padding-bottom: 22px;}

  .home_advantages {padding: 30px 0;}
  .home_advantages .home_title {padding-bottom: 32px;}
  .advant_osn>div {background-size: 15% !important;background-position: 15px 50% !important;}
  .advant_std {height: 80px;}

  .footer {padding: 30px 0;}
  .cont_f {line-height: 19px;}
  .cont_tit {font-size: 15px;line-height: 18px;margin-bottom: 10px;}
  .cont_tit span {font-size: 18px;}
  .footer .logo {margin: 0 auto 30px;width: 140px;}
  .footer_menu {margin-top: 48px;font-size: 19px;padding-bottom: 19px;border-width: 2px;}

  .page_title h1 {font-size: 26px;line-height: 32px;margin-bottom: 6px;}
  .breadcrumbs {margin-top: 6px;line-height: 19px;}
  .content {padding: 13px 0 26px 0;}

  .title_sec {font-size: 19px;line-height: 20px;margin-bottom: 22px;}
  .content .advant_osn {margin-bottom: 19px;}
  .content .advant_osn .advant_std {font-size: 16px;line-height: 19px;height: 80px;}

  .serv_lft {margin-bottom: 26px;}
  .content .serv_osn .serv_tlt {margin-bottom: 13px;font-size: 26px;line-height: 29px;}
  .content .serv_osn .serv_bottom {font-size: 16px;line-height: 19px;width: 223px;}
  .content .serv_osn {margin: 0 auto 32px;}
  .left_price_txt {line-height: 22px;padding: 22px 26px 29px 26px;font-size: 19px;}
  .price_txt_title {margin-bottom: 13px;}
  .price_txt_title span {font-size: 26px;}

  .substrate {background-size: 22px !important;padding: 10px 0 10px 22px;font-size: 11px;line-height: 15px;margin: 16px 0 19px 0;}
  .greenbg {padding-bottom: 16px;padding-top: 16px;}
  .form_osn {padding: 26px 0 26px 13px;margin-bottom: 32px;}
  .form_radio {margin-bottom: 32px;padding-right: 13px;font-size: 10px;}
  .form_row {margin-bottom: 20px;}
  .form_row>div:nth-child(1) {margin-bottom: 20px;}
  .form_tlt {margin-bottom: 16px;}
  .form_dropdown {margin-right: 13px;}
  .drop_bott {width: 180px;}
  .drop_tit {padding: 0 0 6px 0;}
  .input_two {margin: 0 13px 22px 0;}
  .ft_title {margin-bottom: 16px;}
  .form_type {margin-bottom: 32px;}
  .cont_pz {width: 100%;margin-right: 0;}
  .cont_pz, .form_type .form_type_osn>div:nth-child(7), .form_type .form_type_osn>div:nth-child(8) {margin-bottom: 30px;}
  .ch_n {font-size: 23px;}
  .ch_img {width: 105px;height: 105px;margin-right: 20px;}
  .form_error {font-size: 10px;}
  .form_osn .form_submit {padding-right: 13px;}
  #form_app input[type="submit"] {border-width: 3px;}

  #result_forms .call_body {height: 147px;}
  .call_ok {padding: 5px;bottom: 10px;right: 10px;}
  .cek_body {padding: 20px 15px;}
  #cektype .cek_body {height: 400px;width: 287px;}
  #form_app #type_area #cekmosc .cek_body {width: 287px;height: 435px;}
  #form_app #type_area #cekmosc .cek_body .cekrow {width: 100%;}
  .cek_txt {margin-bottom: 16px;}

  .title_sec_min {margin-bottom: 22px;font-size: 19px;}
  .services_left {line-height: 16px;margin-bottom: 29px;}
  .menu_left li {padding-left: 8px;background-size: 4px;background-position: 0 8px;}
  .services_left a {padding: 3px 0;}

  .forms_toggle {font-size: 10px;}
  .toggle_bot {padding: 10px 12px;}
  .toggle_podl {height: 30px;}
  #cekcity .cek_body {width: 287px;}
  #cekcity .cek_body .cekrow {width: 100%;}
  #cekcity .wrapping {height: 410px;}
  #cekmosc .cek_body {height: 450px;width: 287px;}
  #cekmosc .cek_body .cekrow {width: 100%;}
}
@media screen and (max-height: 400px) {
  .call_body, .cek_body {background-size: 96px;background-position: 0 147px;height: 280px;width: 287px;}
  .call_cross, .call_cross:hover {background-size: 14px;}
  .call_cross {height: 14px;width: 14px;right: 19px;top: 19px;}
  .call_txt {font-size: 15px;line-height: 19px;padding: 61px 0 26px;}
  .call_txt span {font-size: 19px;}
  .call_form input[type="text"], .call_form input[type="tel"] {width: 200px;font-size: 13px;margin-bottom: 8px;padding: 6px 17px;}
  .call_form input[type="submit"] {font-size: 9px;padding: 13px 0 12px 0;width: 166px;margin-top: 10px;}
  .callback_rez .call_body {height: 96px;width: 287px;}

  #result_forms .call_body {height: 147px;}
  #cektype .cek_body {height: 260px;width: 520px;}
  #cektype .cekrow {width: 49%;margin-right: 1%;float: left;}
  #cektype .wrapping {height: 150px;}
  #form_app #type_area #cekmosc .cek_body {width: 520px;height: 260px;}
  #form_app #type_area #cekmosc .cek_body .cekrow {width: 100%;}
  #form_app #type_area .wrapping {height: 150px;}
  #form_app #type_area #cekmosc .cek_body .cekrow {width: 50%;}
  .cek_txt {margin-bottom: 16px;}

  #cekcity .cek_body {width: 520px;height: 260px;}
  #cekcity .wrapping {height: 150px;}
  #cekmosc .cek_body {height: 260px;width: 520px;}
  #cekmosc .wrapping {height: 150px;}
}
.teh {border: 1px solid;
padding: 15px;
border-radius: 18px;
border-color: yellowgreen;
display: table;
margin-bottom:10px;
width: 100%;}
.teh img {padding-right:20px; float: left;  }
.teh h4 {text-align:center;}
.home_map {text-align:center;}




.news_body {
    margin: 0 0 30px 0;
    display: table;
}
.news_item {
    width: 100%;
    height: 300px;
}
.news_img {
    width: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    float: left;
    position: relative;
}
.news_text {
    width: 50%;
    float: left;
    background-color: #ffffff;
    height: inherit;
    padding: 20px 20px;
}
.news_date {
    /*font-family: "MuseoSansCyrl-700";*/
    font-size: 19px;
    padding: 0 0 25px 0;
    font-weight: bold;
}
.news_info {
    height: 150px;
    overflow: hidden;
}
.news_txt {font-size: 17px;}
.news_title {
    /*font-family: "MuseoSansCyrl-700";*/
    font-size: 22px;
    padding: 0 0 20px 0;
   font-weight: bold;
}
.news_title a {color:#5bb44c;}
.news_next {
    padding: 20px 0 0 0;
    /*font-family: "MuseoSansCyrl-700";*/
    text-transform: uppercase;
}
.news_body .news_item:nth-child(2n) .news_img {
    float: right;
}
.last_news li{padding:10px 0;}
