











@font-face {
  font-family: 'ProximaNova-Light';
  src: url("../fonts/ProximaNova-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("../fonts/ProximaNova-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'opensans-regular';
  src: url("../fonts/opensans-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'opensans-semibold';
  src: url("../fonts/opensans-semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'opensans-bold';
  src: url("../fonts/opensans-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

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,
input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 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;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100%;
  font-family: "opensans-regular"!important;
  color: #1a1a1a;
  overflow-x: hidden;
  background: #fff;
  font-size: 16px;
  min-width: 480px;
  padding-top:80px!important;
  -webkit-font-smoothing: antialiased;
}

a,
input,
button,
.view_all,
.button,
.main_item_hov {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cleaner {
  width: 100%;
  clear: both;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a {
  text-decoration: none;
}

section,
.block {
  width: 100%;
  clear: both;
  margin: 0 auto;
  padding:0!important;
}

section.copyright{
display:none!important;  
}

.wpcf7-recaptcha > div{
  margin:20px auto;
}

.gar_check{

}

#six_blk .acceptance-277,.acceptance-206{
  width:15px!important;
  height:15px;  
  margin-right:15px;
}

.acceptance-206 input,.acceptance-277 input{
  width:15px;
  height:15px;  
  background:#f1f1f1;

}
.acceptance-206 input:checked,.acceptance-277 input:checked{
  background:#ababab url(../img/check.png) 50% 50% no-repeat;
    background-size: contain;
}

.page-template-template_plenka-php .container {
  max-width: 1170px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  min-width: 450px;
}

.page-template-template_plenka-php .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  /*	 @media screen and (max-width: 768px) {
		justify-content: center;
	}
*/
}

.page-template-template_plenka-php nav {
  background: #fff;
  width: 100%;
  height: 80px;
  position:fixed;
  left:0;
  top:0;
  box-shadow:none;
  z-index:900;
}

.page-template-template_plenka-php nav .container {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1170px;
}

.page-template-template_plenka-php .navbar-header {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
}

.page-template-template_plenka-php .navbar-header h1 {
  background: #edcd1f;
  height: 80px;
  width:190px!important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.page-template-template_plenka-php .navbar-header h1 a{
  width:190px!important;
  padding:0!important;
  margin:0!important;
}

.page-template-template_plenka-php .navbar-collapse {
  padding-left: 30px;
  float: left;
  padding-right: 30px;
}

.page-template-template_plenka-php #menu-top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}

.page-template-template_plenka-php #menu-top-menu>li {
  height: 80px;
  position: relative;
}

.page-template-template_plenka-php #menu-top-menu>li#menu-item-235 {
  display: none;
}

.page-template-template_plenka-php #menu-top-menu>li>a {
  border-top: solid 6px #fff;
  border-bottom: 0!important;
  height: 80px;
  line-height: 69px;
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  color: #1a1a1a;
  font-size: 15px!important;
  text-transform:none!important;
  letter-spacing:0!important;
  font-weight:400!important;
  font-family: "opensans-semibold"!important;
  box-sizing:border-box;
}

.page-template-template_plenka-php #menu-top-menu>li.current-menu-parent>a {
  border-top: solid 6px #535353;
  background: #f9f9f9;
}


.page-template-template_plenka-php #menu-top-menu>li.active>a {
  border-top: solid 6px #535353;
  background: #f9f9f9;
}

.page-template-template_plenka-php #menu-top-menu>li>a:hover {
  border-top: solid 6px #edcd1f;
  background: #f9f9f9;
}

.page-template-template_plenka-php li.dropdown:hover:after{
content:'';
position:absolute;
left:50%;
top:100%;
margin-left:-10px;
  border: 10px solid transparent; border-top: 10px solid #f9f9f9;
}

.page-template-template_plenka-php .dropdown-menu{
display:none;
background:#fff;
box-shadow:0px 8px 10px 0px rgba(0,0,0,0.1);
padding:20px 0px 10px;
position:absolute;
left:0;
top:100%;
}


.page-template-template_plenka-php  .dropdown-menu li a{
width:100%;
display: inline-block;
color:#1a1a1a;
padding:7px 30px;
box-sizing:border-box;
}

.page-template-template_plenka-php  .dropdown-menu li a:hover{
  color: #edcd1f!important;
  background:#f5f5f5!important;
}

.page-template-template_plenka-php .dropdown-menu>.active>a, .page-template-template_plenka-php .dropdown-menu>.active>a:focus, .page-template-template_plenka-php .dropdown-menu>.active>a:hover {
   color: #edcd1f!important;
   background-color: #fff;
}

.page-template-template_plenka-php #menu-top-menu>li:hover .dropdown-menu{
  display:block;
}

 .page-template-template_plenka-php .header_phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
      justify-content: flex-end;
}

 .page-template-template_plenka-php .header_phone img {
  margin-right: 15px;
}

 .page-template-template_plenka-php .header_phone a {
  color: #1a1a1a;
  font-size: 15px;
}

 .page-template-template_plenka-php .header_phone a:hover {
  color: #1a1a1a;
  font-size: 15px;
}

.page-template-template_plenka-php .navbar-toggle {
  display: none;
  background: transparent;
  height: 30px;
  width: 45px;
  border: 0;
  outline: 0;
  float: right;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 20px;
  cursor: pointer;
}

.page-template-template_plenka-php .navbar-toggle .icon-bar {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #1a1a1a;
  margin: 4px 0;
  float: left;
}

.page-template-template_plenka-php .navbar-toggle .sr-only {
  display: none;
}

.page-template-template_plenka-php .navbar-default .navbar-nav {
  padding-top:0!important;
}
.page-template-template_plenka-php .navbar-default .navbar-nav>li {
    margin-left: 0px;
}

.page-template-template_plenka-php .navbar-toggle:hover .icon-bar {
  background: #edcd1f;
}

#frst_blk {
  height: 680px;
  position:relative;
}

#frst_blk h1,#frst_blk p,#frst_blk .chechik_title,#frst_blk .button {
     z-index: 100;
    position: relative;
}

#frst_blk .textura_blk{
  width:1760px;
  height:680px;
  top:0;
  left:50%;
  position:absolute;
  margin-left:-880px;
  background:url(../img/textura.png) 0 0 repeat-y;
  z-index:90;
}

.page-id-264 #frst_blk {
  background: url(../img/bg1.png) 50% 50% no-repeat;  
}

.page-id-1038 #frst_blk {
  background: url(../img/vpp3.png) 50% 50% no-repeat;  
}

.page-id-552 #frst_blk {
  background: url(../img/bg13.png) 50% 50% no-repeat;    
}

.page-id-563 #frst_blk {
  background: url(../img/bg12.png) 50% 50% no-repeat;  
}

#frst_blk h1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  font-size: 82px;
  line-height: 82px;
  font-family: "ProximaNova-Bold";
  color: #3d3d3d;
  margin-top: 94px;
  margin-bottom: 55px;
  letter-spacing:0!important;
}

#frst_blk p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  font-size: 18px;
  line-height: 28px;
  letter-spacing:0!important;
}

#frst_blk p strong {
  font-family: "opensans-bold";
}

#frst_blk .chechik_title {
  font-size: 18px;
  font-family: "opensans-bold";
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-top: 75px;
  margin-bottom: 45px;
}

#frst_blk .button {
  margin: -51px auto 0;
}

#getting-started {
  font-size: 22px;
  font-family: "ProximaNova-Bold";
  word-spacing: 13px;
  position: relative;
  z-index: 79;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-bottom: 5px;
}

#getting-started:after {
  content: '';
  position: absolute;
  left: -30px;
  top: -10px;
  height: 58px;
  width: 295px;
  background: #fff;
  z-index: -1;
}

#getting-started:before {
  content: '';
  position: absolute;
  left: 265px;
  top: -11px;
  border: 30px solid transparent;
  border-left: 24px solid #fff;
  z-index: -1;
}

#getting-started-dates {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "opensans-semibold";
  position: relative;
  z-index: 79;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}

#getting-started-dates:before{
  content: '';
  position: absolute;
  right: calc(100% + 28px);
  top: -37px;
  height: 58px;
  background: #fff;
  width:1000px;
  z-index: 80;  
}

#getting-started-dates span {
  float: left;
  display: inline-block;
  margin: 0 16px;
}

#getting-started-dates span:first-of-type {
  margin-left: -3px;
}

#getting-started-dates span#pp_hours {
  margin-right: 11px;
}

#getting-started-dates span#pp_minutes {
  margin-right: 4px;
}

.button {
  width: 370px;
  height: 60px;
  line-height: 62px;
  font-size: 17px;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  background: #edcd1f;
  text-align: center;
  margin: 0 auto 0;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  z-index: 15;
}

.button:hover {
  background: #ffd700;
}

.razd_title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  text-align: center;
  font-size: 42px;
  line-height: 48px;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  margin-top: 125px;
  margin-bottom: 90px;
}

#scnd_blk .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vug_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  text-align: center;
}

.vug_item img {
  margin-bottom: 22px;
  max-width: 100%;
}

.vug_item h4 {
  font-family: "opensans-bold";
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 22px;
}

.vug_item p {
  line-height: 24px;
  letter-spacing: -0.015em;
}

.vug_item p strong {
  font-family: "opensans-bold";
}

.razd_descr {
  text-align: center;
  line-height: 26px;
  margin: 0 auto 60px;
}

#four_blk {
  counter-reset: heading;
}

.four_l {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(41.66667% - 30px);
  width: calc(41.66667% - 30px);
  text-align: center;
}

.four_l img {
  max-width: 100%;
  margin: 0 auto;
}

.four_r {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(58.33333% - 30px);
  width: calc(58.33333% - 30px);
}

.preim_item {
  padding-left: 100px;
  position: relative;
  margin-bottom: 40px;
}

.preim_item:before {
  counter-increment: heading;
  content: "0" counter(heading) ".";
  width: 70px;
  color: #efca00;
  font-size: 52px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
  font-family: "ProximaNova-Light";
  white-space: nowrap;
}

.preim_item h4 {
  font-size: 28px;
  font-family: "ProximaNova-Bold";
  margin-bottom: 10px;
}

.preim_item p {
  line-height: 26px;
  letter-spacing: -0.005em;
}

#fifth_blk {
  padding-bottom: 30px!important;
}

.forms_item {
  margin-bottom: 100px;
  border-left: solid 4px #ffd700;
  width:100%;
  margin:0 0 100px!important;
}

.forms_item .forms_item_body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(58.33333% - 30px);
  width: calc(58.33333% - 30px);
  padding-left: 15px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.forms_item .forms_item_body p {
  line-height: 28px;
  margin-bottom: auto;
  margin-top: 0;
}

.forms_item .forms_item_body h3 {
  width: 100%;
  font-size: 36px;
  font-family: "ProximaNova-Bold";
  line-height: 30px;
}

.forms_item .forms_item_body h3:after {
  display: block;
  content: '';
  margin-top: 23px;
  margin-bottom: 48px;
  width: 100%;
  height: 2px;
  background: url(../img/podch.png) repeat-x;
}

.forms_item .forms_item_body .forms_price {
  font-size: 20px;
  font-family: "opensans-bold";
  margin-top: 35px;
}

.forms_item .forms_item_img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(41.66667% - 30px);
  width: calc(41.66667% - 30px);
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.forms_item .forms_item_img img {
  max-width: 100%;
}

.forms_item:nth-of-type(2n+1) {
  border-right: solid 4px #ffd700;
  padding-left: 0px;
  border-left: 0;
}

.forms_item:nth-of-type(2n+1) .forms_item_img {
  text-align: left;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.forms_item:nth-of-type(2n+1) .forms_item_body {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 30px;
  text-align: right;
}

#six_blk {
  background: url(../img/bg3.png) no-repeat;
  background-size: cover;
}

#six_blk .form_holder_6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
}

#six_blk .form_holder_6_in {
  width: 100%;
  height: 100%;
  display: block;
  background: #1c1b16;
  text-align: center;
  padding: 60px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#six_blk .form_6_title {
  color: #fff;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 50px;
  font-family: "ProximaNova-Bold";
  margin-bottom: 40px;
}

#six_blk .form_6_descr {
  color: #edcd1f;
  font-size: 18px;
  font-family: "opensans-semibold";
  line-height: 26px;
  margin-bottom: 40px;
}

#six_blk .form_6_garant {
  color: #fff;
  line-height: 26px;
  margin-bottom: 0px;
}

#six_blk .label_holder {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

#six_blk .label_holder label {
  width: -webkit-calc(100% - 15px);
  width: calc(100% - 15px);
}

#six_blk .label_holder label:first-of-type {
  margin-right: 30px;
}

#six_blk .label_holder label input {
  width: 100%;
  background: #fff;
  height: 52px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px transparent;
  font-family: "opensans-bold";
}

#six_blk .label_holder label input:focus {
  border: solid 1px #d3d3d3;
}

#six_blk .label_holder label span.frst_span {
    display: inline-block;
    margin-bottom: 10px;
    font-size:14px;
    color:#fff;
    font-family: "opensans-bold";
    text-transform: uppercase;
}

input.wpcf7-not-valid{
  border:solid 2px #e04848!important;
}

#six_blk .wpcf7-validation-errors, #six_blk .wpcf7-not-valid-tip,.lmodal .wpcf7-validation-errors,.lmodal .wpcf7-not-valid-tip{
  display:none!important;
}

#six_blk .wpcf7-mail-sent-ok,.lmodal .wpcf7-mail-sent-ok{
  color:#398f14!important;
}

.wpcf7-form-control-wrap{
display:inline-block;
width:100%;  
}

footer .row {
  min-height: 80px;
}

footer .foot_blk {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(33.33333% - 30px);
  width: calc(33.33333% - 30px);
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .foot_blk img {
  margin-right: 10px;
}

footer .foot_blk a {
  color: #000;
}

footer .foot_blk a:hover {
  color: #ffe764;
}

footer .foot_email {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .foot_address {
  text-align: right;
}

footer .foot_address a {
  line-height: 24px;
}

.fon {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.lmodal {
  display: none;
  position: absolute;
  left: 50%;
  top: 10%;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-bottom: 60px;
  z-index: 1001;
  width: 100%;
  max-width: 770px;
  min-height: 660px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -385px;
  min-width: 450px;
}

.lmodal .mkrest {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  width: 48px;
  background: url(../img/krest.png) 50% 50% no-repeat;
  cursor: pointer;
}

.lmodal .mkrest:hover {
  background: #fff url(../img/krest.png) 50% 50% no-repeat;
}

.lmodal .modal_body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 30px 0;
}

.lmodal form {
  text-align: center;
}

.lmodal .modal_title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 125px;
  width: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #edcd1f;
  font-size: 30px;
  line-height: 36px;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.lmodal .modal_descr {
  font-size: 18px;
  font-family: "opensans-semibold";
  line-height: 26px;
  margin-bottom: 40px;
}

.lmodal .modal_garant {
  line-height: 26px;
  margin-bottom: 0px;
}

.lmodal .label_holder {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 470px;
  margin: 0 auto 40px;
}

.lmodal .label_holder label {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "opensans-bold";
}

.lmodal .label_holder label:first-of-type {
  margin-bottom: 30px;
}

.lmodal .label_holder label span {
  display: inline-block;
  margin-bottom: 10px;
}

.lmodal .label_holder label input {
  width: 100%;
  background: #f1f1f1;
  height: 52px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px transparent;
  font-family: "opensans-bold";
}

.lmodal .label_holder label input:focus {
  border: solid 1px #d3d3d3;
}

.lmodal input[type=submit] {
  height: 48px;
  line-height: 50px;
  font-family: "ProximaNova-Bold";
}

/*====================*/
.page-id-700 #frst_blk {
  background: url("../img_2018/granula-bg.png") 50% 50% no-repeat;
}
 
.page-id-700 .four_l {
  overflow: hidden;
  margin-bottom: 130px;
}
.page-id-700 #thrd_blk .thrd_l, .page-id-700 #thrd_blk .thrd_r {
  position: relative;
  width: 50%;
  padding-bottom: 17px;
  font-size: 18px;
  font-family: 'opensans-semibold';
  line-height: 32px;
}

.page-id-700 #thrd_blk .thrd_l:before, .page-id-700 #thrd_blk .thrd_r:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-image: url("../img_2018/pattern.png");
  background-repeat: repeat-x;
  height: 6px;
  width: 100%;
}

.page-id-700 #thrd_blk .thrd_r {
  text-align: right;
}

.page-id-700 #thrd_blk .thrd_c {
  margin-top: 30px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-id-700 #thrd_blk .thrd_c-l {
  background-image: url("../img_2018/thrd_c-l.png");
  -webkit-background-size: cover;
  background-size: cover;
  height: 365px;
  background-repeat: no-repeat;
  width: 50%;
}

.page-id-700 #thrd_blk .thrd_c-r {
  background-image: url("../img_2018/thrd_c-r.png");
  -webkit-background-size: cover;
  background-size: cover;
  height: 365px;
  background-repeat: no-repeat;
  width: 50%;
}

.page-id-700 #thrd_blk .thrd_c-c {
  width: 200px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-id-634 #frst_blk {
  background: url("../img_2018/zip_lk-bg.png") 50% 50% no-repeat;
}
.page-id-634 .wpcf7-response-output{
  color:#fff;
}
.page-id-634 .four_l {
  overflow: hidden;
  margin-bottom: 130px;
}

.page-id-634 #thrd_blk .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-id-634 #thrd_blk .thrd_title {
  font-family: "ProximaNova-Bold";
  font-size: 50px;
  color: #ababab;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.page-id-634 #thrd_blk .thrd_shdw {
  padding: 30px;
  background: url("../img_2018/thrd-blc_sdw-bg.png") 50% 50% no-repeat;
  font-size: 18px;
  -webkit-background-size: cover;
  background-size: cover;
  color: #000;
  font-family: 'opensans-semibold';
  width: 330px;
  position: relative;
}

.page-id-634 #thrd_blk .thrd_c {
  background: url("../img_2018/thrd_c.png") 50% 50% no-repeat;
  width: 480px;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 -30px -67px -30px;
}

.page-id-634 #thrd_blk .thrd_sze {
  width: 328px;
  border: 4px solid #efca00;
  padding: 33px 27px;
  background-color: #fff;
  position: relative;
}

.page-id-634 #thrd_blk .thrd_sze span {
  font-size: 42px;
  text-transform: uppercase;
  font-family: 'ProximaNova-Bold';
  color: #000;
}

.page-id-634 #thrd_blk .thrd_sze p {
  font-family: 'opensans-semibold';
  font-size: 18px;
}

.page-id-634 #thrd_blk .thrd_r {
  text-align: right;
}

.page-id-634 .size-holder {
  width: 495px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-id-634 .size-holder label {
  width: 100px;
}

.page-id-634 .size-holder label p {
  font-size: 14px;
  color: #fff;
  font-family: 'opensans-bold';
  margin-bottom: 10px;
}

.page-id-634 .size-holder label input {
  width: 30px;
  height: 50px;
  padding: 0 0 0 15px;
}

.page-id-634 .size-holder label input::-webkit-input-placeholder {
  color: #000 !important;
  width: 100%;
  font-size: 15px;
  font-family: 'opensans-regular';
}

.page-id-634 .size-holder label input::-moz-placeholder {
  color: #000 !important;
  font-size: 15px;
  font-family: 'opensans-regular';
}

.page-id-634 .size-holder label input:-ms-input-placeholder {
  color: #000 !important;
  font-size: 15px;
  font-family: 'opensans-regular';
}

.page-id-634 .size-holder label input::-ms-input-placeholder {
  color: #000 !important;
  font-size: 15px;
  font-family: 'opensans-regular';
}

.page-id-634 .size-holder label input::placeholder {
  color: #000 !important;
  font-size: 15px;
  font-family: 'opensans-regular';
}

.page-id-634 .size-holder label span {
  width: 41px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  display: inline-block;
  font-size: 14px;
  color: #797979;
  vertical-align: top;
  text-align: left;
  margin-left: -1px;
  font-family: 'opensans-regular';
}
.page-id-634 .size-holder label span + span{
  padding-left: 5px;
}
.page-id-634 .wpcf7-submit {
  color: #000;
}
/* =================== */
/*  */
@media (max-width: 1366px){
.page-id-634 #frst_blk h1, .page-id-700 #frst_blk h1{
  margin-top: 30px; 
 }
.page-id-634 #frst_blk .chechik_title, .page-id-700 #frst_blk .chechik_title{
  margin-top: 55px;
 }
}

@media (max-width: 1280px) {
  .page-id-634 #thrd_blk .thrd_c {
    width: 420px;
  }
}
/*  */
@media screen and (max-width: 1170px) {
 .page-template-template_plenka-php .navbar-header {
    width: -webkit-calc(100% - 190px);
    width: calc(100% - 190px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

 .page-template-template_plenka-php .navbar-collapse {
    display: none;
    position: absolute;
    left: 0;
    top: 80px;
    border-top: solid 6px #eaeaea;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-template-template_plenka-php .navbar-collapse li {
    width: 100%;
  }

  .page-template-template_plenka-php #menu-top-menu {
    height: auto;
    padding: 0px 0 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-template-template_plenka-php #menu-top-menu li {
    width: 100%;
    height: auto;
  }

 .page-template-template_plenka-php #menu-top-menu li a {
    width: 100%;
    height: 60px;
    line-height: 50px;
  }

   .page-template-template_plenka-php .header_phone {
    width: 180px;
    padding-right:10px;
  }

  .page-template-template_plenka-php .navbar-toggle {
    display: block;
    margin: 0 auto;
  }

  #frst_blk {
    background-size: cover!important;
    height: auto;
    padding-bottom: 50px!important;
  }

  #frst_blk p {
    width: -webkit-calc(66.66667% - 30px);
    width: calc(66.66667% - 30px);
  }

  #frst_blk .button {
    margin: 50px auto 0;
  }
  .page-template-template_plenka-php .dropdown-menu{
  position:static;
  padding-top:10px;
  padding-bottom: 29px;
  }

  .page-template-template_plenka-php  .dropdown-menu li{
     height:20px;
  } 
  .page-template-template_plenka-php  .dropdown-menu li a{
     height:20px;
  }  
/*    */
  .page-id-634 #thrd_blk .thrd_title {
    font-size: 45px;
  }
  .page-id-634 #thrd_blk .thrd_sze {
    width: 253px;
  }
  .page-id-634 #thrd_blk .thrd_sze span {
    font-size: 37px;
  }
  .page-id-634 #thrd_blk .thrd_sze p {
    font-size: 16px;
  }
  .page-id-634 #thrd_blk .thrd_shdw {
    width: 255px;
  }
  .page-id-634 #four_blk,.page-id-700 #four_blk{
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .page-template-template_plenka-php .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .page-id-634 #thrd_blk .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-id-634 #thrd_blk .thrd_c {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto 10px;
    width: 450px;
    height: 340px;
  }
  .page-id-634 #thrd_blk .media-cleaner {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .page-id-634 #thrd_blk .thrd_l {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .page-id-634 #thrd_blk .thrd_r {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
}
/*  */
@media screen and (max-width: 960px) {
 .page-template-template_plenka-php .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  #frst_blk h1 {
    font-size: 70px;
    line-height: 70px;
    margin-top: 84px;
    margin-bottom: 45px;
  }

  #frst_blk p {
    width: -webkit-calc(83.33333% - 30px);
    width: calc(83.33333% - 30px);
  }

  #getting-started:after {
    left: -15px;
    width: 280px;
  }

  .four_l {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 40px;
  }

  .four_r {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .forms_item .forms_item_body {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .forms_item .forms_item_img {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
  }

  .forms_item:nth-of-type(2n+1) .forms_item_img {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #six_blk .form_holder_6_in {
    padding: 60px 40px;
  }

  #six_blk .form_6_title {
    font-size: 34px;
  }

  #six_blk .label_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #six_blk .label_holder label:first-of-type {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  #six_blk .label_holder label {
    width: 100%;
  }

  footer .row {
    padding: 20px 0 10px;
  }

  footer .foot_blk {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-bottom: 15px;
  }

  footer .foot_address {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .lmodal .label_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }


  .page-template-template_plenka-php #menu-top-menu li.active a {
    padding-bottom:15px;
  }
/*  */
  .page-id-634 #thrd_blk .row {
    padding: 0 15px;
  }
  .page-id-634 .four_l {
    width: 400px;
    margin: 0 auto 60px;
  }
  .page-id-700 .four_l {
    width: 400px;
    margin: 0 auto 60px;
  }
  .page-id-700 #thrd_blk .thrd_l {
    padding-left: 15px;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .page-id-700 #thrd_blk .thrd_c-c {
    width: 150px;
  }
  .page-id-700 #thrd_blk .thrd_r {
    padding-right: 15px;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
/*  */
}

@media screen and (max-width: 780px) {
  .page-template-template_plenka-php .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 770px) {
  .lmodal {
    left: 15px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .vug_item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }

  .vug_item p br {
    display: none;
  }

  .razd_descr br {
    display: none;
  }
}
/*  */
@media (max-width: 720px) {
  .page-id-634 #thrd_blk .row {
    padding: 0;
  }
  .page-id-634 #thrd_blk .media-cleaner {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .page-id-634 #thrd_blk .thrd_l {
    margin: 40px auto 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }
  .page-id-634 #thrd_blk .thrd_r {
    margin: 40px auto 0;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    text-align: center;
  }
  .page-id-634 #thrd_blk .thrd_sze {
    width: 448px;
  }
  .page-id-634 #thrd_blk .thrd_sze span {
    font-size: 42px;
  }
  .page-id-634 #thrd_blk .thrd_sze p {
    font-size: 18px;
  }
  .page-id-634 #thrd_blk .thrd_shdw {
    width: 450px;
  }
  .page-id-634 #thrd_blk .thrd_title {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .page-id-700 #thrd_blk .thrd_l {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .page-id-700 #thrd_blk .thrd_c {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-id-700 #thrd_blk .thrd_c-l {
    width: 100%;
    height: 250px;
  }
  .page-id-700 #thrd_blk .thrd_c-c {
    left: 50%;
    top: 50%;
  }
  .page-id-700 #thrd_blk .thrd_c-r {
    width: 100%;
    height: 250px;
  }
  .page-id-700 #thrd_blk .thrd_r {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding-bottom: 0;
    padding-top: 17px;
    margin-top: 30px;
  }
  .page-id-700 #thrd_blk .thrd_r:before {
    top: 0;
    bottom: auto;
  }
  .page-id-634 .size-holder{
	width: auto;
  }
  .page-id-634 .size-holder{
	flex-wrap: wrap;
  }
  .page-id-634 .size-holder label{
	width: 50%;
  }
  .page-id-634 .size-holder label:nth-child(n+3){
	margin-top: 15px;
  }
}
/*  */
@media screen and (max-width: 640px) {
  #frst_blk h1 {
    font-size: 50px;
    line-height: 50px;
  }

  #frst_blk .chechik_title {
    margin-top: 55px;
  }

  #six_blk input[type=submit] {
    width: 100%;
  }

  footer .foot_blk {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  footer .foot_email {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .lmodal input[type=submit] {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .page-template-template_plenka-php .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lmodal .modal_descr br {
    display: none;
  }
}

@media screen and (max-height: 768px) {
   .lmodal .modal_title{
    height:90px;
   }  

   .lmodal .modal_body{
        padding: 15px 30px 0;
   }

   .lmodal .modal_descr{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
   }
   .lmodal .label_holder{
    margin-bottom: 20px;
   }
    .lmodal .label_holder label:first-of-type{
      margin-bottom: 20px;
    }   
    .lmodal .modal_garant{
      margin-bottom: 20px;
    }
     .lmodal{
      min-height:100px;
     }
}


.header_phone {height:1px!important;margin-top:0px;padding:10px;}
.phim {margin-top:55px;}
.pxtex {margin-top:55px;}

.langch {padding-top:0px; margin-left: 0px;}
.langch2 {padding-top:0px; margin-left: 0px;}

@media screen and (max-width: 1170px) { 
    .page-template-template_plenka-php .header_phone {
    width: 180px;
    padding-right: 0px;}
    .page-template-template_plenka-php .header_phone img { margin-right:0px;}
 .page-template-template_plenka-php .langch { margin-left: -30px;} 
 .page-template-template_plenka-php .langch2 {padding-top:0px; margin-left: 15px;}
 .page-template-template_home-php .navbar-toggle {margin-right: 20px;float:none;}
    
}

@media (max-width: 200px) { 
    .header_phone {padding:0px;}
   .page-template-template_plenka-php .langch { margin-left: -30px;}
    .page-template-template_plenka-php .header_phone img { margin-right:0px;}
    .page-template-template_plenka-php .langch2 {padding-top:0px; margin-left: 15px;}
     
}

   


