/*
Theme Name: Wielton
Theme URI:
Author: Aleksey Chikun
Author URI: alekseychikun.ru
Description: 
Version: 1.0
License:
License URI:
Tags:
Text 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, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline:0; 
  font-size: 100%;
  font-family: 'proxima', 'Arial', sans-serif;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.25em;
  color: #111111;
}
html{ 
  font-family: 'proxima', 'Arial'; 
  font-weight: 400;
  font-size: 16px; 
  color: #111111; 
  width: 100%; 
  background-color: #fefefe;
}
*::selection {
   color: #fff;
   background-color: #ed6100; 
}
body{ 
  margin:0px auto; 
  width: 100%; 
  min-width: 320px;
  max-width: 2048px;
  position: relative;
  padding-top: 0;
  overflow-x: hidden !important;
}
*{
  padding:0px; 
  margin:0px; 
  border: 0; 
  outline: 0;
  box-sizing: border-box;
  outline:none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
fieldset{
  border: 1px solid #111111;
  display: inline-block;
  padding: 0px 10px 5px 10px;

}
legend{
  padding: 0px 10px;
  font-size: 12px;
}
ul{
  list-style:none; 
  list-style-position: inside;
}
a{
  text-decoration:none;
  color: inherit;
}
a:hover{
  text-decoration:none; cursor: pointer;
}
p, code, span{
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  vertical-align: baseline;
}
  
input::-ms-clear {
   display: none;
}
span, strong{
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  vertical-align: baseline;
  line-height: inherit;
}
.hidden{
  display: none;
}  
.clr{
  clear:both;
}
a img{
  cursor: pointer;
}
img{
  max-width: 100%;
}
.b{
  font-family: inherit;
}
.text-left{
  text-align: left !important;
}
.text-right{
  text-align: right !important;
}
.text-center{
  text-align: center !important;
}
.hovered:hover{
  cursor: pointer;
}
.content{
  width: 1200px;
  height: auto;
  margin: auto;
  position: relative;
}
.button{
  position: relative;  
  text-align:center;  
  font-weight: 700;
  font-family: 'proxima', 'Arial';
  font-size: 16px;
  color: #fff; 
  display: inline-block; 
  background: linear-gradient(to bottom, #fe9f2f, #eb6420);
  white-space: nowrap;
  box-shadow: 0px 4px 0px #d44c10;
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
  outline: none;
  width: auto;
  height: 60px;  
  overflow: hidden;
  padding-top: 4px;
}
.button span{
  font-weight: 400;
  display: block;
}
a.button{
  line-height: 60px;
}
.button:hover{
  cursor:pointer; 
  background: linear-gradient(to bottom, #fbaa4a, #e35e24);
}
.button:active{
  box-shadow: none;
  margin-top: 2px;
}
.button:disabled{
  opacity: 0.5;
  cursor: default;
  box-shadow: 0px 4px 0px #d44c10;
}
.button:disabled:hover{
  background: linear-gradient(to bottom, #fe9f2f, #eb6420);
  cursor: default;
}
.button:disabled:active{
  margin-top: 0px;
}
.buttonTransparent{
  position: relative;  
  text-align:center;  
  font-weight: 300;
  font-family: 'proxima', 'Arial';
  font-size: 16px;
  color: #ed6100; 
  display: inline-block; 
  background: transparent;
  white-space: nowrap;
  border-radius: 30px;
  border: 1px solid #eb5c0d;
  outline: none;
  width: auto;
  height: 54px;  
  overflow: hidden;
  padding-top: 2px;
}
.buttonTransparent:hover{
  cursor: pointer;
  background: #ed6100;
  color: #fff;
}
.wrapBut.medium{
  height: 56px;
}
.wrapBut.medium .button{
  height: 54px;
  font-size: 14px;
}
.wrapBut.small{
  height: 50px;
}
.wrapBut.small .buttonTransparent{
  height: 50px;
  font-size: 14px;
}
.wrapBut.upCase .buttonTransparent{
  text-transform: uppercase;
}
.wrapBut.small .button{
  height: 50px;
  font-size: 15px;
}
.wrapBut{
  height: 64px;
}
.wrapBut.center{
  text-align: center;
}
.wrapBut.left{
  text-align: left;
}
.wrapBut.right{
  text-align: right;
}
.wrapBut.inline{
  display: inline-block;
}
.block{
  width: 100%;
  height: auto;
  /*max-width: 1920px;*/
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.mobile, .mobileInline{
  display: none !important;
}
.fontTit{
  font-weight: 400;
  font-size: 39px;
  text-align: center;
  padding: 25px 0px 50px 0px;
  margin: 0px;
  line-height: 1.25em;
  position: relative;
}
.fontTit b{
  font-weight: 700;
  vertical-align: baseline;
  font-size: inherit;
}
.fontTit span{
  display: block;
  font-size: 26px;
  font-weight: 300;
}
.fontTit span.small{
  font-size: 24px;
  font-weight: 300;
}
.fontTit strong{
  font-weight: 700;
  font-size: 39px;
  color: #ed6100;
}
.fontTit.small{
  font-size: 36px;
}
.fontTit.npt{
  padding-top: 0px;
}
.wrapPhone{
  display: inline-block;
  position: relative;
}
.callDesctop{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.callDesctop:hover{
  cursor: pointer;
}
.callDesctop.noHover:hover{
  cursor: default;
}
.dnone{
  opacity: 0;
}
#main{
  overflow: hidden;
  padding-top: 0;
}
.mt{
  margin-top: 148px;
}
.pt{
  padding-top: 148px;
  padding-bottom: 58px;
}
#main.f8{
  background-color: #f8f8f8;
}
.blockSeo {
	margin: 3vw 0;
}
.editor {
  font-size: 16px;
}

.editor .title {
  margin-top: 25px;
}

.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 24px;
}

.editor p {
  margin-bottom: 15px;
}

.editor a {
  color: black;
  text-decoration: none;
  font-weight: 600;
}

.editor a:hover {
  text-decoration: underline;
}

.editor a.btn {
  color: white;
  font-weight: 400;
}

.editor a.btn:hover {
  text-decoration: none;
}

.editor em {
  font-style: italic;
}

.editor strong {
  font-weight: 600;
}

.editor ul {
  list-style-type: square;
  margin-bottom: 15px;
  margin-left: 25px;
}

.editor ol {
  list-style-type: decimal;
  margin-bottom: 15px;
  margin-left: 25px;
}

.editor li {
  margin-bottom: 10px;
}

.editor del {
  text-decoration: line-through;
  margin-bottom: 15px;
}

.editor code {
  background: white;
  padding: 15px;
  display: block;
  font-weight: 300;
  margin-bottom: 15px;
}

.editor blockquote {
  padding: 15px;
  display: block;
  font-weight: 300;
  color: white;
  background: #00A167;
  margin-bottom: 15px;
}

.editor blockquote p {
  margin-bottom: 10px;
}

.editor blockquote p:last-child {
  margin-bottom: 0;
}

/****************BLOCK HEADLINE********************/
.blockHeadline{
  width: 100%;
  height: auto;
  background: transparent;
  position: fixed;
  z-index: 10;
  left: 0px;
  top: 0px;
  padding: 0px;
  transition: background-color 0.5s;
}
.blockHeadline.scroll{
  box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
  padding: 0px 0px 0px 0;
  top: 0px;
  background-color: #f4f4f4;
}
.headline{
  width: 94%;
  height: 100px;
  margin: auto;
  text-align: center;
  display: grid;
  grid-template-columns: 280px 1fr 280px;
  align-items: center;
  grid-gap: 20px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 20px 1fr;
  -ms-grid-rows: minmax(90px, 1fr);
  position: relative;
  transition: 0.5s;
  max-width: 1200px;
}
.blockHeadline.scroll .headline{
  height: 60px;
  -ms-grid-rows: minmax(60px, 1fr);

}
.headLeft{
  text-align: left;
  transition: 0.5s;
  position: relative;
  -ms-grid-column: 1;
  -ms-grid-row-align: center;
}
.headLeft img{
  width: 271px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  display: inline-block;
  margin-left: 0px;
}
.blockHeadline.scroll .headLeft img{
  width: 160px;
}
.headLeft img:hover{
  cursor: pointer;
}
.headCenter{
  text-align: center;
  -ms-grid-column: 2;
  -ms-grid-row-align: center;
}
.headRight{
  text-align: right;
  -ms-grid-column: 4;
  -ms-grid-row-align: center;
}
.phoneTop{
  font-weight: 700;
  font-size: 32px;
  color: #111;
  transition: 0.5s;
  position: relative;
  white-space: nowrap;
}
.blockHeadline.scroll .phoneTop{
  font-size: 26px;
}
.butTop{
  width: 270px;
  height: 46px;
  font-size: 14px;
  transition-duration: 0.5s;
  transition-property: font-size, width, height;
  position: relative;
}
.blockHeadline.scroll .butTop{
  width: 250px;
  height: 40px;
  font-size: 14px;
}
.headCenter .wrapBut{
  height: 44px;
  transition: 0.5s;
}
.blockHeadline.scroll .headCenter .wrapBut{
  height: 42px;
}
.callTop span{
  font-weight: 300;
  font-size: 13px;
  color: #575757;
  letter-spacing: 1px;
}
.callTop span:hover{
  cursor: pointer;
  text-decoration: underline;
}
.wrapHeadMenu{
  padding: 0px 0px;
}
.main-menu{
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
}
.main-menu > li{
  position: relative;
  width: 100%;
  text-align: center;
}
.main-menu li .sub-menu{
  width: 240px;
  position: absolute;
  background-color: #f8f8f8;
  box-shadow: 0px 1px 20px rgba(0,0,0,0.14);
  text-align: left;
  padding: 5px 0px;
  display: none;
}
.main-menu li .sub-menu li a{
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #4c4c4c;
  text-transform: uppercase;
  padding: 5px 25px;
  margin: 6px 0px;
  border-left: 4px solid rgba(235, 92, 13, 0);
}
.main-menu li .sub-menu li.current-menu-item a, .main-menu li .sub-menu li:hover a{
  background-color: #f2f2f2;
  color: #eb5c0d;
  border-left: 4px solid rgba(235, 92, 13, 1); 
}
.main-menu li:hover .sub-menu{
  display: block;
}
.main-menu > li:last-child{
  margin-right: 0px;
}
.main-menu > li > a{
  display: block;
  padding: 12px 20px;
  font-weight: 300;
  font-size: 16px;
  color: #4c4c4c;
  border-bottom: 4px solid rgba(235, 92, 13, 0);
  transition: 0.5s;
  white-space: nowrap;
  text-transform: uppercase;
}
.main-menu > li.current-menu-item > a, .main-menu > li.current-menu-ancestor > a, .main-menu > li > a:hover{
  border-color: rgba(235, 92, 13, 1);
  color: #ed6100;
}
.main-menu > li.current-menu-item > a{
  color: #ed6100;
}
.blockHeadline.scroll .main-menu > li > a{
  padding: 5px 20px;
  margin-bottom: -1px;
}
.headCamera{
  position: absolute;
  top: 50%;
  right: 330px;
  transform: translate3d(0px, -50%, 0px);
}



/*******************MOBILE MENU***********************/
.headMobileMenu{
  display: none;
}
.smallMenuBut{
  width: 26px;
  height: 24px;
  z-index: 5;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/menu.png');
}
.smallMenuBut:hover{
  cursor: pointer;
}
.smallMenu{
  width: 320px;
  height: auto;
  background: #fff;
  position: fixed;
  top: 0px;
  right: -320px;
  transition: 0.5s;
  z-index: 20;
  max-height: 98%;
  overflow-y: auto;
  max-height: 100%;
}
.smallHead{
  position: relative;
  display: table;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom: 1px solid #f0f0f0;
}
.smallHead > div{
  display: table-cell;
}
.small-menu li{
  display: block;
  padding: 2px 0px;
}
.small-menu li a{
  font-weight: 300;
  font-size: 16px;
  color: #4c4c4c;
  text-transform: uppercase;
  display: block;
  padding: 5px 30px;
  border-left: 6px solid rgba(235, 92, 13, 0);
}
.small-menu  li a:hover, .small-menu li.current-menu-item > a{
  background-color: #f2f2f2;
  color: #ed6100;
  border-left: 6px solid rgba(235, 92, 13, 1);
}
.smallMenuLeft{
  text-align: left;
  padding-left: 20px;
}
.smallMenuLeft img{
  max-width: 230px;
}
.smallMenuRight{
  width: 60px;
}
.smallMenuClose{
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  background-image: url('pic/back_menu.png');
  position: relative;
}
.smallMenuClose:hover{
  cursor: pointer;

}
.smallMenuContent{
  width: 100%;
  height: auto;
  padding: 5px 0px 20px 0px;
}
.small-menu .sub-menu{
  width: auto;
  left: auto;
  top: auto;
  position: relative;
  opacity: 1;
  max-height: none;
  border: none;
  background: none;
  box-shadow: none;
  padding-left: 10px;
  z-index: 1;
}
#hidform{
  width: 100%; 
  height: 100%; 
  background-color: rgba(255,255,255,0.4); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 15; 
  filter: blur(20px);
  position:fixed; 
  left: 0px;
  top: 0px;
  display: none;
}
.butMobileMenu{
  width: 280px;
}
.wrapMobMenuBut{
  margin-top: 30px;
  margin-bottom: 40px;
}

/***********************VIDEO****************************/
.video{
  position: relative;
  background: #000;
}
.poster{
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.8));
  text-align: center;
}
.poster > div{
  padding-bottom: 70px;
}
.poster > div:hover{
  cursor: pointer;
}
video{
  width: 100%;
  height: 100%;
}
.poster p{
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}



/********************BLOCK BANNER***********************/
.blockBanner{
  height: auto;
  position: relative;
  z-index: 0;
  background-position: center top;
  background-size: cover;
  background-color: #fefefe;
}
.blockBanner .content{
  padding: 0px 0px 0px 0px;
}
.bannContent{
  padding: 42px 0px 110px 0px;
  max-width: 800px;
  z-index: 1;
}
.bannTit{
  font-weight: 400;
  font-size: 44px;
  margin-bottom: 0px;
}
.bannTit strong{
  font-weight: 700;
  font-size: 44px;
  color: #ed6100;
}
.bannList{
  margin: 40px 0px 60px 36px;
  width: 100%;
}
.bannList li{
  width: 50%;
  font-weight: 300;
  font-size: 16px;
  padding-left: 31px;
  position: relative;
  margin: 8px 0px;
}
.bannList li:before{
  content: url('pic/ico-bann-list.png');
  display: block;
  position: absolute;
  left: 0px;
  top: 30%;
  transform: translate3d(0px, -50%, 0px);
}
.butBann{
  width: 322px;
  text-align: left;
  padding-left: 80px;
  position: relative;
  font-size: 14px;
}
.butBann:before{
  content: url('pic/ico-but-whatsapp.png');
  display: block;
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translate3d(0px, -42%, 0px);
}
.bannImg{
  position: absolute;
  left: 400px;
  top: 175px;
  z-index: 0;
}

/************************BLOCK ARENDA***************************/
.blockArenda{
  background-image: url('pic/bg-arenda.jpg');
}
.blockArenda .content{
  padding: 0px 0px 100px 0px;
}
.wrapArenda{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: center;
  display: -ms-grid;
  -ms-grid-columns: 1fr 30px 1fr;
}
.blArenda{
  width: 387px;
  height: 210px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px 40px;
  margin-bottom: 30px;
}
.arenda1{
  background-image: url('pic/bg-arenda1.png');
}
.arenda2{
  background-image: url('pic/bg-arenda1.png');
}
.blArenda p{
  font-size: 58px;
  color: #111;
}
.blArenda strong{
  font-weight: 700;
  font-size: 74px;
  display: block;
}
.arendaList li{
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 38px;
  position: relative;
  padding-left: 35px;
}
.arendaList li strong{
  font-weight: 700;
}
.arendaList li:before{
  content: url('pic/ico-bann-list.png');
  position: absolute;
  display: block;
  top: 2px;
  left: 0px;
}
.arendaRight{
  padding-left: 70px;
  -ms-grid-column: 1;
}
.arendaLeft{
  justify-self: center;
  -ms-grid-column: 3;
}

/************************BLOCK MANUFACTURER***************************/
.blockManufacturer{
  background-image: url('pic/bg-manufacturer.jpg')
}
.blockManufacturer .content{
  padding: 15px 0px 95px 0px;
}
.blManufact{
  width: 260px;
  height: 155px;
  border: 1px solid #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px 35px 30px 35px;
  background-color: #fff;
}
.blManufact:hover{
  border-color: #eb5c0d;
}
.blManufact.hiddenMan{
  display: none;
}
.blManufact.best{
  /*border: 3px solid #eb5c0d;*/
}
.blManufact:hover:after{
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  border: 3px solid #eb5c0d;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
}
.blManufact.best:before{
  content: " ";
  display: block;
  width: 182px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/subs.png');
  position: absolute;
  left: -6px;
  top: -6px;
  z-index: 3;
}
.wrapManufacturer{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
.butManufacturer{
  width: 260px;
}


/*************************BLOCK FORM************************/
.blockForm{
  background-image: url('pic/bg-open-form.jpg');
  text-align: right;
}
.blockFormIn{
  background-image: url('pic/bg-open-form-in.jpg');
}
.blockForm .content{
  padding: 108px 0px;
}
.form1{
  width: 500px;
  display: inline-block;
  text-align: center;
}
.wrapInputsForm1{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  align-items: flex-start;
  margin-top: 50px;
}
.wrapInputsForm1 .wrapInput, .wrapInputsForm1 .wrapBut{
  margin-bottom: 8px;
}
.form1 .wrapInput, .form1 .wrapBut{
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.form1Img{
  position: absolute;
  left: -63px;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
}
.blockFormIn .form1Img{
  left: -10px;
}


/***************************BLOCK FEEDS HOME*******************************/
.blockFeedsHome{
  background-color: #fafafa;
}
.blockFeedsHome.grey{
  background-color: #f2f2f2;
}
.blockFeedsHome .content{
  padding: 10px 0px 80px 0px;
}
.feedsHomeSmallTit{
  font-weight: 300;
  font-size: 22px;
  color: #111;
  text-align: center;
  margin-top: -20px;
}
.fontTit.smallP{
  padding-bottom: 10px;
}
.blFeedHome{
  text-align: center;
  padding: 20px 0px;
}
.blFeedHomeIn{
  width: 100%;
  height: 306px;
  display: inline-block;
  padding: 17px 27px 37px 27px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
}
.blFeedHomeIn > div{
  position: relative;
  z-index: 1;
}
.blFeedHomeIn:hover{
  cursor: pointer;
}
.blFeedHomeIn:before{
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/bg-feeds-home.png');
  opacity: 0;
  transition: 0.5s;
}
.blFeedHomeIn:hover:before{
  opacity: 1;
}
.blFeedHomeVideo{
  width: 100%;
  height: 200px;
}
.youtube{
  width: 100%;
  height: 100%;
  position: relative;
}
.youtube:before{
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(17,17,17,0.4);
  opacity: 0;
  transition: 0.5s;
  border-bottom: 6px solid #eb5c0d;
  z-index: 1;
}
.blFeedHomeIn:hover .youtube:before{
  opacity: 1;
}
.playVideo{
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/play.png');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
  opacity: 0.6;
  transition: 0.5s;
  z-index: 3;
}
.youtube:hover .playVideo{
  cursor: pointer;
  opacity: 1;
}
.wrapFeedsHome{
  margin: 10px auto 20px auto;
  max-width: 1150px;
  position: relative;
}
.butFeedsHome{
  width: 280px;
}
.prev, .next{
  width: 24px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: auto auto;
  background-image: url('pic/nav.png');
  position: absolute;
  top: 60%;
  transform: translate3d(0px, -50%, 0px);
}
.prev{
  background-position-x: 0px;
  left: -23px;
}
.next{
  background-position-x: -24px;
  right: -23px;
}
.prev:hover, .next:hover{
  cursor: pointer;
  background-position-y: -40px;
}
.feedsHomeTit {
  padding: 22px 0px 0 0;
}
.feedsHomeTit p{
  font-weight: 300;
  font-size: 18px;
  color: #111;
}
.blFeedHomeIn:hover .feedsHomeTit p{
  font-weight: 700;
}


/*************************BLOCK KOMANDA**************************/
.blockKomanda{
  background-color: #fff;
}
.blockKomanda .content{
  padding: 0px 0px 100px 0px;
}
.butKomanda{
  width: 100%;
}
.blockKomandaIn{
  width: 280px;
  height: 446px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  position: relative;
  padding: 20px 30px 30px 30px;
}
.blockKomandaIn:before{
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-image: url('pic/bg-block-komanda.png');
  opacity: 0;
  transition: 0.5s;
}
.blockKomandaIn:hover:before{
  opacity: 1;
}
.blockKomandaIn > div{
  position: relative;
  z-index: 2
}
.wrapBlockKomanda{
  max-width: 1150px;
  margin: 0px auto 20px auto;
  position: relative;
}
.blockKomandaImage{
  background-color: #ececec;
  padding: 1px 0px 0px 0px;
  border-bottom: 4px solid #ed6100;
}
.blockKomandaImage img{
  display: block;
  margin-top: -25px;
}
.blBlockKomanda{
  padding: 20px 0px 0px 0px;
}
.komandaInfo{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px 0px 35px 0px;
}
.komandaName{
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}
.komandaDolgnost{
  font-weight: 300;
  font-size: 16px;
  color: #eb5c0d;
}
.blockKomandaIn:hover{
  cursor: pointer;
}
.blockKomandaIn .buttonTransparent{
  transition: background-color 0.5s;
}
.blockKomandaIn:hover .buttonTransparent{
  cursor: pointer;
  background: #ed6100;
  color: #fff;
}
.blocksLink{
  text-align: center;
}
.blocksLink a{
  font-weight: 300;
  font-size: 16px;
  color: #ed6100;
  text-decoration: underline;
}
.blocksLink a:hover{
  text-decoration: none;
}

/*************************BLOCK RASCHET****************************/
.blockRaschet{
  background-color: #fff;
  padding-bottom: 1px;
}
.blockRaschet .content{
  padding: 30px 0px 80px 0px;
  margin-bottom: 50px;
}
.blockRaschet .content > div{
  position: relative;
  z-index: 2;
}
.blockRaschet .content:before{
  content: " ";
  width: 120%;
  height: 100%;
  display: block;
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  background-color: #fafafa;
}
.wrapRaschet{
  width: 100%;
  display: grid;
  grid-template-columns: 700px 1fr;
  grid-gap: 100px;
  margin: 40px 0px 60px 0px;
  display: -ms-grid;
  -ms-grid-columns: 700px 100px 1fr;
}
.raschetLeft{
  -ms-grid-column: 1;
}
.raschetRight{
  -ms-grid-column: 3;
}
.wrapInfoRaschet{
  width: 100%;
  height: 306px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/bg-raschet-info.png');
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
}
.infoRaschetTit{
  width: 100%;
  font-weight: 700;
  font-size: 30px;
}
.raschetSumm{
  font-weight: 700;
  font-size: 48px;
  color: #eb5c0d;
}
.raschetSumm:after{
  display: inline-block;
  margin-left: 10px;
}
.raschetText{
  font-weight: 300;
  font-size: 22px;
}
.raschetLine{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 74px;
}
.raschetLabel{
  padding-right: 30px;
}
.raschetLabel p{
  font-weight: 300;
  font-size: 20px;
  text-align: right;
}
.raschetSlider{
  width: 420px;
  height: 2px;
  background-color: #e1e1e1;
  position: relative;
}
.raschetSetka{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.raschetSetka > div{
  width: 2px;
  height: 10px;
  background-color: #e1e1e1;
}
.raschetSetka > div:nth-child(2n){
  height: 5px;
}
.ui-slider-handle{
  width: 16px !important;
  height: 30px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
  background-image: url('pic/handler.png') !important;
  position: absolute !important;
  top: 0px !important;
  cursor: pointer !important;
  transform: translate3d(-50%, 0px, 0px) !important;
	border: 0 !important;
}

.ui-state-default {
	background-color: transparent !important;
}

.ui-state-active {
	
}
.raschetData{
  text-align: center;
  margin: 33px 0px 0px 0px;
}
.raschetData p{
  font-weight: 300;
  font-size: 20px;
  color: #787878;
}
.raschetData p:after{
  display: inline-block;
  margin-left: 5px;
}
.raschetMounth:after{
  content: "месяцев";
}
.raschetPrice:after{
  content: "₽";
}
.raschetAvans:after{
  content: "%";
}
.butRaschet{
  width: 370px; 
}
.raschetPodpis{
  margin-top: 20px;
}
.raschetPodpis p{
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

/************************BLOCK CHECK LIST*************************/
.blockCheckList{
  background-color: #fff;
}
.blockCheckList .content{
  padding: 20px 0px 100px 0px;
}
.wrapCheckList{
  position: relative;
}
.wrapCheckList:after{
  content: " ";
  display: block;
  width: 240px;
  height: 956px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  /*background-image: url('pic/check-list-ramka.png');*/
  position: absolute;
  left: 240px;
  top: 0px;
  z-index: -1;
}
.wrapCheckList table th{
  width: 20%;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  color: #111;
}
.wrapCheckList table{
  border-collapse: collapse;
}
.wrapCheckList table th strong{
  color: #eb5c0d;
}
.wrapCheckList table th, .wrapCheckList table td{
  padding: 19px 5px 19px 15px;
}
.wrapCheckList table tr.grey{
  background-color: #f7f7f7 !important;
}
/*.wrapCheckList table tr:hover{
  cursor: pointer;
  background-color: #ee7c3d;
}
.wrapCheckList table tr:hover td, .wrapCheckList table tr:hover td ul li, .wrapCheckList table tr:hover .editbox{
  color: #fff;
}
.wrapCheckList table tr:hover .editbox::placeholder{
  color: #fff;
}*/
.wrapCheckList .editbox{
  height: 20px;
  border: none;
  text-align: left;
  padding: 0;
  width: 100%;
  background: transparent;
}
.wrapCheckList tr td, .wrapCheckList tr td ul li{
  position: relative;
  font-weight: 300;
  font-size: 16px;
  color: #111;
}
.wrapCheckList tr td:after{
  content: " ";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #e1e1e1;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate3d(-50%, 0px, 0px);
}
/*.wrapCheckList table tr:hover td:after{
  background-color: #ee7c3d;
}*/
.wrapCheckList tr td ul li{
  padding-left: 17px;
  position: relative;
  margin: 20px 0px;
}
.wrapCheckList tr td ul li:before{
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #eb5c0d;
  position: absolute;
  left: 0px;
  top: 3px;
}
.wrapCheckList{
  margin-bottom: 60px;
}
.butCheckList{
  width: 340px;
}
.checkBottomText{
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  margin-bottom: 60px;
  margin-top: -40px
}
.wrapCheckList table tr td:nth-child(2){
  border-left: 3px solid #eb5c0d;
  border-right: 3px solid #eb5c0d;
}
.wrapCheckList table tr th:nth-child(2){
  border-left: 3px solid #eb5c0d;
  border-right: 3px solid #eb5c0d;
  border-top: 3px solid #eb5c0d;
}
.wrapCheckList table tr:last-child td:nth-child(2){
  border-bottom: 3px solid #eb5c0d;
  position: relative;
}
.wrapCheckList table tr:last-child td:nth-child(2):after{
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #eb5c0d;
  border-left: 3px solid #eb5c0d;
  background-color: #fff;
  position: absolute;
  right: -12px;
  bottom: -3px;
  z-index: 1;
  left: auto;
}
.wrapCheckList table tr:last-child:hover td:nth-child(2):after{
  background-color: #ee7c3d;
}

/*************************BLOCK GO CATALOG**************************/
.blockGoCatalog{
  background-image: url('pic/bg-go-catalog.jpg');
  text-align: right;
  margin-top: 150px;
}
.wrapCatalogContent{
  width: 700px;
  height: 580px;
  text-align: center;
  display: inline-flex;
  align-items: center;
}
.wrapCatalogContent > div{
  width: 100%;
}
.goCatalogTit{
  font-size: 40px;
  margin-bottom: 20px;
}
.goCatalogTit strong{
  font-weight: 700;
}
.goCatalogTit span{
  font-weight: 700;
  color: #eb5c0d;
}
.goCatalogText{
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 60px;
}
.butGoCatalog{
  width: 400px;
}




/*************************BLOCK MAP**************************/
.blockMap .content{
  text-align: right;
  padding: 30px 0px;
}
.map{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url('pic/bg-map.jpg');
  z-index: 2;
}
.contacts{
  width: 429px;
  height: auto;
  display: inline-block;
  text-align: left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-image: url('pic/bg-contacts.png');
  position: relative;
  z-index: 3;
}
.wrapContInfo{
  padding: 0px 40px;
}
.contInfo{
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0px 8px 0px;
}
.contInfo:last-child{
  border-bottom: none;
}
.contImg{
  padding: 0 !important;
}
.contAddress, .contPhone, .contEmail{
  padding: 20px 40px;
  position: relative;
  font-weight: 300;
  font-size: 18px;
  color: #212325;
}
.contEmail{
  display: inline-block;
}
.contAddress:before, .contPhone:before, .contEmail:before{
  display: inline-block;
  width: 23px;
  position: absolute;
  left: 0px;
  top: 16px;
  text-align: center;
}
.contAddress:before{
  content: url('pic/ico-address.png');
}
.contPhone:before{
  content: url('pic/ico-phone.png');
}
.contEmail:before{
  content: url('pic/ico-email.png');
  height: 18px;
}
.contLabel{
  font-weight: 700;
  font-size: 18px;
}
.contLabelMb{
  margin-bottom: 15px;
}

/**********************BLOCK BREADCRUMBS*********************/
.blockBreadCrumbs{
  /*background-color: #fff;*/
}
.blockBreadCrumbs .content{
  padding: 50px 0px;
}
.breadcrumbs > span{
  margin-right: 5px;
}
.breadcrumbs, .breadcrumbs span{
  font-weight: 300;
  font-size: 16px;
  color: #888888;
  display: inline-block;
  vertical-align: baseline;
}


/**************************************************/
/*                PAGE Komanda: ;                 */
/**************************************************/
.blockBannerKomanda{
  height: 516px;
  background-image: url('pic/bg-banner-komanda.jpg');
}

/******************BLOCK KOMANDA BIG**********************/
.blockKomandaBig{
  background-color: #fff;
}
.blockKomandaBig .content{
  padding: 40px 0px 25px 0px;
}
.blockKomandaBig .fontTit{
  padding-top: 0px;
}
.wrapKomandaBig{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.blKomandaBig{
  width: 280px;
  height: auto;
  min-height: 516px;
  padding: 20px 30px 30px 30px;
  margin: 0px 0px 60px 0px;
  position: relative;
}
.blKomandaBig:before{
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/bl-komanda-big-hover.png');
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
}
.blKomandaBig:hover:before{
  opacity: 1;
}
.blKomandaBig:hover{
  cursor: pointer;
}
.blKomandaBigImg{
  background-color: #ececec;
  border-bottom: 4px solid #ed6100;
  padding-top: 1px;
}
.blKomandaBigImg img{
  display: block;
  margin: -30px 0px 0px 0px;
}
.komandaBigInfo{
  padding: 25px 0px 10px 0px;
  text-align: center;
}
.komandaBigName{
  font-weight: 700;
  font-size: 20px;
  color: #111;
  margin-bottom: 10px;
}
.komandaBigDolgnost{
  font-weight: 300;
  font-size: 16px;
  color: #eb5c0d;
  margin-bottom: 15px;
}
.komandaBigSmallDescr{
  font-weight: 300;
  font-size: 15px;
  line-height: 1.35em;
}


/*********************************************/
.blockManForm{
  background-image: url('pic/bg-man-form.jpg');
  position: relative;
  margin-top: -3px;
  z-index: 1;
  max-width: 1920px;
}
.wrapManForm{
  width: 600px;
  padding: 118px 0px 75px 54px;
}
.wrapEksForm{
  padding: 80px 0px 75px 54px;
}
.formMan .label{
  font-weight: 400;
  font-size: 40px;
  color: #111;
  margin-bottom: 30px;
}
.formMan .labels{
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 40px;
}
.wrapManFormInputs{
  width: 100%;
  display: grid;
  grid-template-columns: 236px 1fr;
  grid-gap: 10px;
  margin-bottom: 30px;
}
.wrapManFormInputs > div{
  margin-bottom: 0px !important;
}
.wrapInput.selectConnection{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.selectConnection > div{
  margin-right: 25px;
}
.wrapManFormName{
  width: 299px;
  height: 88px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/bg-man-form-name.png');
  position: absolute;
  left: 44%;
  bottom: 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.manFormName{
  font-weight: 700;
  font-size: 20px;
}
.manFormDolgnost{
  font-weight: 300;
  font-size: 15px;
}
.manMobileImg{
  display: none;
}

/***********************BLOCK BANNER SMALL******************/
.blockBannerSmall{
  background-image: url('pic/bg-banner-small.jpg');
}
.blockBannerSmall .content{
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blockBannerSmall h1{
  font-size: 44px;
}
.blockBannerSmall h1 strong{
  font-weight: 700;
  color: #ed6100;
}



/******************************************************/
/*                  PAGE ABOUT: ;                     */
/******************************************************/
.blockBannerAbout{
  background-image: url('pic/bg-banner-about.jpg')
}
.blockBannerAbout .content{
  padding: 40px 0px 40px 0px;
}
.wrapBannerAbout{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  display: -ms-grid;
  -ms-grid-column: 1fr 30px 1fr;
}
.bannerAboutLeft{
  -ms-grid-column: 1;
}
.bannerAboutRight{
  -ms-grid-column: 3;
}
.bannerAboutLeft img{
  display: block;
  margin-top: 125px;
}
.wrapAboutInfo{
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/bg-about-info.png');
  padding: 6px 32px 10px 32px;
}
.aboutInfoTit{
  font-weight: 700;
  font-size: 30px;
  color: #ed6100;
  margin-bottom: 10px;
}
.aboutInfoText{
  font-weight: 400;
  font-size: 18px; 
  line-height: 1.4em;
}
.blAboutInfo{
  padding: 18px 0px 28px 0px;
  border-bottom: 1px solid #e2e2e2;
}
.blAboutInfo:last-child{
  border-bottom: none;
}

/*********************BLOCK ABOUT STATISTIKA*************************/
.blockAboutStatistika{
  background-image: url('pic/bg-about-stat.jpg');
  text-align: right;
}
.wrapAboutStatistika{
  max-width: 750px;
  display: inline-block;
  text-align: left;
  padding: 80px 0px 55px 0px;
}
.aboutStatTit{
  font-weight: 700;
  font-size: 46px;
  line-height: 1.2em;
}
.aboutStatTit span{
  font-weight: 400;
  font-size: 40px;
  display: block;
}
.wrapAboutStatItems{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}
.wrapAboutStatItems > div{
  width: 50%;
}
.blStatItem{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.blStatItem p{
  font-weight: 300;
  font-size: 18px;
  color: #111;
  padding-left: 17px;
}
.blStatItem p strong{
  font-weight: 700;
  font-size: 18px;
  color: #ed6100;
}
.blStatItem > div{
  flex-shrink: 0;
}

/*************************BLOCK ABOUT DIRECTORS***************************/
.blockAboutDirectors{
  background-image: url('pic/bg-about-directors.jpg')
}
.blockAboutDirectors .content{
  padding: 20px 0px 90px 0px;
}
.wrapAboutDirectors{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.blAboutDirector{
  width: 276px;
  height: auto;
  /*min-height: 382px;*/
  padding: 20px 30px 30px 30px;
  text-align: center;
  position: relative;
}
.blAboutDirector:before{
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/bg-about-directors-hover.png');
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}
.blAboutDirector:hover:before{
  opacity: 1;
}
.blAboutDirector:hover{
  cursor: pointer;
}
.aboutDirectorImg{
  padding: 1px 0px 0px 0px;
  background-color: #ececec;
  border-bottom: 4px solid #ed6100;
}
.aboutDirectorImg img{
  display: block;
  margin-top: -30px;
}
.aboutDirectorInfo{
  padding: 20px 0px;
}
.aboutDirectorName{
  font-weight: 700;
  font-size: 20px;
}
.aboutDirectorDolgnost{
  font-weight: 300;
  font-size: 16px;
  margin-top: 6px;
}
.komandaCard{
  width: 750px;
  height: auto;
  margin: 50px auto;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 24px rgba(0,0,0,0.14);
}
.komandaCardIn{
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
}
.komandaCardLeft{
  padding: 50px 30px 30px 30px;
  text-align: center;
}
.komandaCardImg{
  padding: 1px 0px 0px 0px;
  background-color: #ececec;
  border-bottom: 4px solid #ed6100;
}
.komandaCardImg img{
  display: block;
  margin: -30px 0px 0px 0px;
}
.komandaCardMeta{
  margin-top: 25px;
}
.komandaCardName{
  font-weight: 700;
  font-size: 20px;
}
.komandaCardDolgnost{
  font-weight: 300;
  font-size: 16px;
  color: #eb5c0d;
  margin-top: 5px;
}
.komandaCardRight{
  padding: 50px 35px 35px 50px;
  background-color: #fafafa;
}
.descrCardTitle{
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
.descrCardText p{
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.descrCardText p:before{
  content: url('pic/ico-list.png');
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
.closeCard{
  width: 22px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/close-card.png');
}
.closeCard:hover{
  opacity: 0.8;
  cursor: pointer;
}
/**********************BLOCK VIDEO***********************/
.blockVideo .content{
  padding: 60px 0px;
}
.wrapVideoOne{
  width: 700px;
  height: auto;
  margin: auto;
  max-width: 100%;
}



/******************************************************/
/*                      PAGE CLIENTS: ;               */
/******************************************************/
.blockClients{
  background-color: #fff;
}
.wrapClients{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.wrapClients div{
  min-width: 33.3%;
  text-align: center;
  margin: 0px 0px 48px 0px;
}
.blockClients .fontTit{
  padding-top: 0px;
}

.wrapClients_new{
	text-align: center !important; 
} 

/************************BLOCK PARTNERS***************************/
.blockPartners{
  position: relative;
  z-index: 1;
  background-color: #fafafa;
}
.blockPartners .content{
  padding-bottom: 20px;
}
.partnerTit{
  font-size: 30px;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 70px 0px;
  position: relative;
  border-bottom: 1px solid #ededed;
}
.partnerTit:after{
  content: " ";
  display: block;
  width: 170px;
  height: 4px;
  background-color: #eb5c0d;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.wrapPartners{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-left: 50px;
}
.wrapPartners > div{
  flex-shrink: 1;
  min-width: 33.3%;
  margin: 0px 0px 65px 0px;
}


/************************************************************/
/*                     PAGE DOCUMENTS: ;                    */
/************************************************************/
.blockDocuments{
  background-color: #fff;
}
.blockDocuments .fontTit{
  padding-top: 0px;
}
.wrapDocuments{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.wrapDocuments > div{
  flex-shrink: 1;
  flex-grow: 0;
  margin: 0px -2px;
}
.blDocument{
  width: auto;
  height: auto;
  padding: 20px 30px 60px 30px;
  position: relative;
}
.blDocument > div{
  position: relative;
  z-index: 2;
}
.blDocument:before{
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/documents-hover.png');
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}
.blDocument:hover:before{
  opacity: 1;
}
.documentImg{
  border: 1px solid #b2b2b2;
  position: relative;
  box-sizing: content-box;
}
.blDocument .documentImg:after{
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border: 6px solid #eb5c0d;
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  z-index: 2;
  box-sizing:  border-box;
}
.blDocument:hover .documentImg:after{
  opacity: 1;
}
.documentInfo{
  margin-top: 25px;
}
.documentInfo p{
  font-weight: 300;
  font-size: 20px;
  text-align: center;
}
.documentInfo p strong{
  font-weight: 700;
  display: block;
}
.documentDivider{
  width: 100%;
  height: 0px;
}
.blockSertificats .content{
  padding: 0px 0px 70px 0px;
}


/********************************************************/
/*                    PAGE VACANCIES: ;                 */
/********************************************************/
.blockVacTop{
  background-color: #fff;
}
.blockVacTop .content{
  padding: 0px 0px 80px 0px;
}
.blockVacTop .fontTit{
  padding-top: 0px;
}
.vacTopLeftIcons{
  display: block;
  padding-left: 100px;
}
.wrapVacTop{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 750px;
  grid-gap: 30px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 30px 750px;
}
.vacTopLeft{
  -ms-grid-column: 1;
}
.vacTopRight{
  -ms-grid-column: 3;
}
.videoVacancy{
  width: 640px;
  height: 420px;
}

/*********************BLOCK GALLERY************************/
.blockGallery{
  background-color: #fff;
}
.blockGallery .content{
  padding: 0px 0px 100px 0px;
}
.wrapGallery{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.galleryLeft, .galleryRight{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.galBigImg{
  grid-column: span 2;
}
.galBigImg:hover, .galSmallImg:hover{
  cursor: pointer;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.galleryMoreBlock{
  display: none;
}
.moreLink{
  font-weight: 300;
  font-size: 16px;
  color: #ed6100;
  text-decoration: underline;
  margin-top: 60px;
  text-align: center;
}
.moreLink span:hover{
  cursor: pointer;
  text-decoration: none;
}

/*********************BLOCK VACANCIES***********************/
.blockVacancies{
  background-color: #fafafa;
}
.blockVacancies .content{
  padding: 20px 0px 80px 0px;
}
.wrapVacancies{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blVacancy{
  width: 360px;
  height: 260px;
  margin: 20px;
  padding: 30px 30px 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/bg-bl-vacancy.png');
  position: relative;
}
.blVacancy:hover{
  cursor: pointer;
}
.blVacancy:hover .buttonTransparent{
  background-color: #eb5c0d;
  color: #fff;
}
.vacancyIn:before{
  content: " ";
  display: block;
  width: 390px;
  height: 290px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/bg-bl-vacancy-hover.png');
  position: absolute;
  left: -45px;
  top: -35px;
  z-index: 0;
  opacity: 0;
  transition: 0.5s;
}
.blVacancy:hover .vacancyIn:before{
  opacity: 1;
}
.vacancyIn{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.vacancyIn > div{
  position: relative;
  z-index: 1;
}
.blVacTitle{
  font-weight: 700;
  font-size: 26px;
  color: #111;
  margin-bottom: 10px;
  min-height: 65px;
  display: flex;
  align-items: center;
}
.vacPrice{
  font-weight: 700;
  font-size: 26px;
  color: #eb5c0d;
  margin-bottom: 30px;
}
.butVac{
  width: 330px;
}
.wrapButVacancies{
  margin-top: 60px;
  text-align: center;
}
.formhRezume{
  background-color: transparent !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('pic/bg-formh-rezume.png');
  border: none !important;
}
.formVacancy.formhRezume:after{
  display: none;
}


/*******************************************************/
/*                  PAGE VACANCY IN: ;                 */
/*******************************************************/
.blockVacancyIn{
  background-color: #fff;
}
.wrapVacancyIn{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 450px;
  grid-gap: 50px;
}
.butBlVacancy{
  font-weight: 400;
  width: 220px;
}
.pageTitle{
  font-size: 34px;
  color: #111;
  margin-bottom: 15px;
}
.blockVacancyTop{
  width: 100%;
  height: auto;
  padding: 25px 25px;
  background-color: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.blockVacancyTop > div{
  width: 50%;
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.blockVacancyTop p{
  font-size: 18px;
  padding-left: 16px;
}
.vacancySalary{
  font-weight: 700;
  font-size: 36px;
  color: #ed6100;
  margin: 0px 0px 25px 0px;
}
.blVacContent{
  margin-bottom: 40px;
}
.vacContentTitle{
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;  
}
.vacContentText, .vacContentText p, .vacContentText ul li{
  font-weight: 300;
  font-size: 16px;
  color: #111;
  line-height: 1.45em;
}
.vacContentText p{
  margin-bottom: 25px;
}
.vacContentText ul li{
  padding-left: 44px;
  position: relative;
  margin-bottom: 10px;
}
.vacContentText ul li:before{
  content: url('pic/ico-list-medium.png');
  position: absolute;
  left: 20px;
  top: 0px;
}
.blockVacancyIn .content{
  padding: 0px 0px 40px 0px;
}

/*********************SIDEBAR**************************/
.formVacancy{
  width: 100%;
  height: auto;
  max-width: 450px;
  background-color: #fff;
  padding: 40px 35px 58px 35px;
  border: 6px solid #eb5c0d;
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}
.formVacancy:after{
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: -6px;
  right: -6px;
  background-color: #fff;
  border-left: 6px solid #eb5c0d;
  border-top: 6px solid #eb5c0d;
}
.formVacancy .label{
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
.formVacancy .labels{
  font-weight: 300;
  font-size: 18px;
  color: #111;
  margin-bottom: 35px;
}
.editboxField{
  width: 100%;
  height: 55px;
  border-radius: 30px;
  border: 1px dashed #adadad;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.formFile{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.editboxField p{
  font-weight: 300;
  font-size: 18px;
  color: #adadad;
  text-align: center;
}
.editboxField p:before{
  content: url('pic/skrepka.png');
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.videoVacSideBar{
  height: 300px;
  margin-bottom: 35px;
}
.sideTitle{
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}
.videoSideBarPodpis p{
  font-weight: 300;
  font-size: 18px;
  color: #adadad;
  text-align: center; 
}
.videoSideBarPodpis p strong{
  font-weight: 700;
  font-size: 22px;
  color: #111;
}
.videoVacSideBar .poster p{
  font-size: 16px;
  font-weight: 300;
}

/**************************************************/
/*                 PAGE HISTORY: ;                */
/**************************************************/
.blockHistories{
  background-color: #fafafa;
}
.blockHistories .content{
  padding: 0px 0px 30px 0px;
}
.wrapHistories{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
}
.wrapHistories > a > div:nth-child(1){
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.wrapHistories > a > div:nth-child(2){
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.wrapHistories  div:nth-child(3){
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.wrapHistories > div:nth-child(4){
  -ms-grid-column: 4;
  -ms-grid-row: 1;
}
.wrapHistories > div:nth-child(5){
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.wrapHistories > div:nth-child(6){
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.wrapHistories > div:nth-child(7){
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}
.wrapHistories > div:nth-child(8){
  -ms-grid-column: 4;
  -ms-grid-row: 2;
}
.butHistory{
  width: 100%;
  max-width: 220px;
}
.blHistory{
  text-align: center;
  padding: 25px 35px 50px 35px;
  position: relative;
  font-weight: 400;
}
.blHistory > div{
  position: relative;
  z-index: 1;
}
.blHistory:before{
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/history-hover.png');
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
}
.blHistory:hover{
  cursor: pointer;
}
.blHistory:hover:before{
  opacity: 1;
}
.historyMeta p{
  margin: 15px 10px;
  font-weight: 300;
  font-size: 18px;
}
.historyImg{
  border: 1px solid #f4f4f4;
}
.blHistory:hover .butHistory{
  background-color: #ee6100;
  color: #fff;
}
.wrapHistoryContent{
  max-width: 1100px;
  margin: auto;
}
.historyLogo{
  width: 350px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin: 0px 50px 25px 0px;
  border: 1px solid #e1e1e1;
}
.wrapHistoryContent h2{
  padding: 0px 0px 15px 0px;
}
.wrapHistoryContent p{
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 25px;
  text-align: justify;
  line-height: 1.5em;
}

/**********************GALLERY****************************/
.historyBigImages{
  position: relative;
}
.galleryNav{
  width: 40px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: auto auto;
  background-image: url('pic/gallery-nav.png'); 
  position: absolute;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  z-index: 5;
}
.galleryNav:hover{
  background-position-y: -66px;
  cursor: pointer;
}
.galleryNav.galleryPrev{
  background-position-x: 0px;
  left: 0px;
}
.galleryNav.galleryNext{
  background-position-x: -40px;
  right: 0px;
}
.historySmallImages{
  padding: 0px 25px;
  margin: 12px 0px;
  position: relative;
}
.gallerySmallNav{
  width: 15px;
  height: 98px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: auto auto;
  background-image: url('pic/gallery-nav-small.png');
  position: absolute;
  top: 0px;
}
.gallerySmallNav:hover{
  background-position-y: -98px;
  cursor: pointer;
}
.gallerySmallNav.gallerySmallPrev{
  background-position-x: -0px;
  left: 0px;
}
.gallerySmallNav.gallerySmallNext{
  background-position-x: -15px;
  right: 0px;
}
.blHistorySmallSlide{
  text-align: center;
}
.blHistorySmallSlide img{
  display: inline-block !important;
}
.blHistorySmallSlide:hover{
  cursor: pointer;
}
.wrapHistoryGallery{
  margin: 60px 0px 35px 0px;
}
.blockHistoryContent .content{
  background-color: #fff;
  padding: 0 0 45px 0px;
  margin: 0px auto 63px auto;
}

/**********************GO TO CATALOG****************************/
.blockGoToCatalog{
  width: 1000px;
  height: auto;
  border: 6px solid #eb5c0d;
  padding: 50px 60px 60px 60px;
  position: relative;
  margin: 70px auto 35px auto;
}
.blockGoToCatalog:after{
  content: " ";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  right: -6px;
  bottom: -6px;
  border-left: 6px solid #eb5c0d;
  border-top: 6px solid #eb5c0d;
  background-color: #fff;
}
.blockGoToCatalog p{
  font-weight: 400 !important;
  font-size: 34px !important;
  line-height: 1.25em !important;
  margin-bottom: 45px !important;
}
.blockGoToCatalog p strong{
  font-weight: 700 !important;
  color: #eb5c0d !important;
}
.butGoToCatalog{
  width: 380px;
}
.blockGoToCatalog img{
  display: block;
  position: absolute;
  right: -70px;
  bottom: 0px;
}
.seePage{
  display: inline-flex;
}
.seePage span{
  font-weight: 300;
  font-size: 14px;
  color: #adadad;
}
.seePage > div{
  padding: 5px;
}
.wrapSeePage{
  text-align: right;
  margin: 40px 0px 0px 0px;
}


/****************************************************/
/*                PAGE KATALOG: ;                   */
/****************************************************/
.blockKatalog .content{
  padding: 40px 0px 90px 0px;
}
.blockKatalog .fontTit{
  padding-top: 0px;
}
.blockKatalog.manufactured .fontTit{
  padding-top: 65px;
}
.wrapKatalog{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.blKatalog{
  width: 300px;
  border: 3px solid rgba(235, 92, 13, 0);
  margin: 0px 25px 30px 25px;
  text-align: center;
  box-sizing: content-box;
}
.blKatalog:hover{
  border: 3px solid rgba(235, 92, 13, 1);
  cursor: pointer;
}
.katalogImg{
  width: 300px;
  height: 208px;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.katalogName{
  width: 100%;
  height: 65px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0px 25px;
  position: relative;
}
.blKatalog:hover .katalogName:after{
  content: " ";
  width: 13px;
  height: 13px;
  right: -3px;
  bottom: -3px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
}
.katalogName p{
  font-weight: 300;
  font-size: 18px;
}
.blKatalog:hover .katalogName{
  background-color: #eb5c0d;
}
.blKatalog:hover .katalogName p{
  color: #fff;
}


/********************BLOCK EXTENDKOMPLEKT*************************/
.blockExtendKomplekt .content{
  padding: 0px 0px 50px 0px;
}
.wrapExtendKomplekt{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr;
}
.extendKomplektLeft{
  text-align: center;
  -ms-grid-column: 1;
}
.extendKomplektLeft img{
  border: 1px solid #e1e1e1;
}
.extendKomplekRight{
  -ms-grid-column: 2;
}
.extendKomplekRight h3{
  font-size: 30px;
  margin-bottom: 25px;
}
.extendKomplekRight ul li{
  padding: 0px 0px 0px 23px;
  position: relative;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.55em;
}
.extendKomplekRight ul li:before{
  content: url('pic/ico-list-medium.png');
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
.extendKomplekRight{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.goToArticle{
  padding-bottom: 12px;
}
.goToArticle p{
  font-weight: 300;
  font-size: 16px;
  color: #888888;
}
.goToArticle a{
  font-weight: 300;
  font-size: 16px;
  color: #eb5c0d;
  text-decoration: underline;
}
.goToArticle a:hover{
  text-decoration: none;
}


/******************************************************/
/*                  PAGE TRAILERS: ;                  */
/******************************************************/
.blockTrailers{
  background-color: #fff;
  padding: 0px 0px 70px 0px;
}
.wrapTrailers{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.blTrailer{
  width: 300px;
  height: auto;
  min-height: 394px;
  padding: 25px 35px 50px 35px;
  position: relative;
}
.blTrailer > div{
  position: relative;
  z-index: 2;
}
.blTrailer:before{
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/bg-trailer-hover.png');
  transition: 0.5s;
  opacity: 0;
}
.blTrailer:hover{
  cursor: pointer;
}
.blTrailer:hover:before{
  opacity: 1;
}
.blTrailerImg{
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
}
.blTrailer:hover .butTrailer{
  background-color: #eb5c0d;
  color: #fff;
}
.butTrailer{
  width: 220px;
  font-size: 16px;
  text-transform: uppercase;
}
.wrapTrailerName{
  padding: 0px 0px 15px 0px;
}
.wrapTrailerName p{
  font-weight: 300;
  font-size: 18px;
  color: #111;
  text-align: center;
}
.blTrailerInfo{
  height: 115px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

/***********************BLOCK BANNER TRAILER TYPE*****************************/
.blockBannerTrailerType{
  background-color: #f4f4f4;
}
.blockBannerTrailerType .content{
  padding: 50px 0px 110px 0px;
}
.fontBannerTrailerType{
  font-size: 44px;
  line-height: 1.25em;
}
.fontBannerTrailerType strong{
  font-weight: 700;
  color: #eb5c0d;
}
.bannerTrailerTypeList{
  padding-left: 38px;
  margin: 40px 0px 60px 0px;
}
.bannerTrailerTypeList ul li{
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 34px;
  position: relative;
}
.bannerTrailerTypeList ul li:before{
  content: url('pic/ico-bann-list.png');
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
.butTrailerTypeBann{
  width: 340px;
}
.bannTrailerTypeImg{
  position: absolute;
  left: 510px;
  top: 160px;
}

/****************************************************/
/*                  PAGE TRAILER: ;                 */
/****************************************************/
.blockTrailerBann{
  background-color: #fff;
}
.blockTrailerBann .fontTit{
  padding: 45px 0px 35px 0px;
}
.blockTrailerBann .content{
  padding: 0px 0px 30px 0px;
}
.wrapBannTrailerInfo{
  width: 100%;
  height: 90px;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: flex-start;
}
.bannTrailerLabel{
  position: relative;
  padding: 0px 10px 0px 30px;
}
.bannTrailerLabel:before{
  content: " ";
  display: block;
  width: 110%;
  height: 200%;
  position: absolute;
  left: -12px;
  top: 50%;
  background-color: #ed6c25;
  z-index: 0;
  transform: translate3d(0px, -50%, 0px) skewX(-10deg);
}
.bannTrailerLabel p{
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.blBannTrailerInfo{
  display: inline-flex;
  align-items: center;
  padding-left: 100px;
}
.blBannTrailerInfo p{
  font-weight: 300;
  font-size: 18px;
  padding-left: 15px;
  line-height: 1em;
}
.blBannTrailerInfo p span{
  display: block;
  font-weight: 300;
  font-size: 12px;
  color: #888888;
  line-height: 1em;
}
.icoYear{
  width: 48px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/ico-year.png');
  display: inline-block;
  text-align: center;
  padding: 8px 0px 0px 0px;
}
.wYear{
  font-weight: 700 !important;
  font-size: 27px !important;
  color: #fff;
  padding-left: 0px !important;
}
.wYears{
  font-weight: 700 !important;
  font-size: 13px !important;
  color: #fff;
  padding-left: 0px !important;
}

/************************TRADE IN*****************************/
.treidIn img{
  width: 140px;
}
.treidIn{
  position: absolute;
  z-index: 2;
}
.treidIn.singleTreiler{
  right: 0px;
  top: 25px;
}
.treidIn.trailerType{
  right: -35px;
  top: 90px;
}
.treidIn:hover{
  cursor: pointer;
}
.traidinLogo{
  width: 220px;
}
.wrapDescrFormTradein h3{
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.wrapDescrFormTradein p{
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
}


/**********************TRAILER SPECIFICATION**************************/
.blockTrailerInfo{
  background-color: #fff;
  z-index: 2;
}
.blockTrailerInfo .content{
  padding: 20px 0px 20px 0px;
}
.trailerGallery > div, .trailerGallery > div > div{
  position: relative;
}
.trailerGallery > div div:after{
  content: " ";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  background-image: url('pic/ico-lupa.png');
  background-color: rgba(235, 92, 13, 0.8);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}
.trailerGallery > div div:hover:after{
  cursor: pointer;
  opacity: 1;
}
.wrapBlockTrailerInfo{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 500px;
  grid-gap: 100px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 100px 500px;
}
.trailerInfoLeft{
  -ms-grid-column: 1;
  position: relative;
}
.trailerInfoRight{
  -ms-grid-column: 3;
}
.trailerBigImg{
  text-align: center;
  margin-bottom: 30px;
}
.trailerGallery{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  -ms-grid-rows: auto 10px auto 10px auto 10px auto;
}
.trailerGallery > div:nth-child(1){
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.trailerGallery > div:nth-child(2){
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.trailerGallery > div:nth-child(3){
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
.trailerGallery > div:nth-child(4){
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.trailerGallery > div:nth-child(5){
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.trailerGallery > div:nth-child(6){
  -ms-grid-column: 5;
  -ms-grid-row: 3;
}
.specificationTitle{
  font-size: 28px;
  color: #111;
  margin-bottom: 20px;
}
.trailerInfoRight table{
  border-collapse: collapse;
  width: 100% !important;
}
.trailerInfoRight table tr:nth-child(2n-1){
  background-color: #f3f3f3;
}
.trailerInfoRight table tr td{
  height: 40px;
  font-weight: 300;
  font-size: 16px;
  padding: 0px 15px;
}
.trailerInfoRight table tr td:nth-child(2){
  font-weight: 700;
  text-align: right;
}
.butPrice{
  width: 270px;
}
.wrapTrailerPrice{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trailerPrice{
  font-weight: 300;
  font-size: 24px;
}
.trailerPrice strong{
  font-weight: 600;
  font-size: 28px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.dop_product_info .trailerPrice strong:after {
	content: none;	
}

.trailerPrice strong:after{
  display: inline-block;
  margin-left: 8px;
}
.wrapTrailerPrice{
  margin-top: 30px;
}

.katalogImg img {
	max-height: 100%;
	width: auto;
}

.trailerLogo{
  margin: 0px 0px 70px 0px;
}
.wrapTrailerPrice > div{
  position: relative;
}
.priceNoSale, .priceNds{
  font-weight: 300;
  font-size: 16px;
  color: #808080;
  text-align: right;
}
.priceNoSale{
  margin: 7px 0px;
}
.wrapPrice{
  position: relative;
  z-index: 2;
}
.wrapPriceInfo{
  position: absolute;
  z-index: 1;
  width: 300px;
  right: -30px;
  top: -20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  overflow: hidden;
  
  display: none;
}
.priceInfoIn{
  position: relative;
  padding: 120px 30px 15px 30px;
}
.priceInfoLabel{
  font-weight: 300;
  font-size: 16px;
  color: #111;
  margin-bottom: 10px;
}
.priceInfoLine{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 20px;
  padding: 15px 0px;
  border-top: 1px solid #f0f0f0;
  align-items: center;
}
.priceInfoLeft p{
  font-weight: 300;
  font-size: 16px;
  color: #808080;
}
.priceInfoRight p{
  font-weight: 300;
  font-size: 16px;
  color: #eb5c0d;
  text-align: right;
}
.openClosePriceInfo{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.openClosePriceInfo:before{
  content: url('pic/arr-bottom.png');
}
.openClosePriceInfo.open:before{
  content: url('pic/arr-top.png');
}
.openClosePriceInfo:hover{
  cursor: pointer;
}
.followPrice{
  font-size: 28px;
  color: #111;
  margin-bottom: 20px;
  padding-left: 32px;
  position: relative;
}
.followPrice{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}



/***********************BLOCK PRIVILEGE**************************/
.blcokPrivilege{
  background-color: #fff;
}
.blcokPrivilege .content{
  padding: 0px 0px 70px 0px;
}


/************************BLOCK EXTEND IN****************************/
.blockExtendIn{
  background-color: #fcfcfc; 
}
.blockExtendIn .content{
  padding: 0px 0px 70px 0px;
}
.wrapExtendIn{
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  display: -ms-grid;
  -ms-grid-column: auto auto;
}
.wrapExtendIn > div:nth-child(1){
  -ms-grid-column: 1;
}
.wrapExtendIn > div:nth-child(2){
  -ms-grid-column: 2;
}
.extendInTitle{
  font-size: 20px;
  margin-bottom: 30px;
}
.wrapExtendBase{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.blExtendBase, .blDopOptions{
  width: 200px;
  height: auto;
  border: 1px solid #e1e1e1;
  position: relative;
  margin: 0px 20px 20px 0px;
}
.blExtendBase:after, .blDopOptions:after{
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  position: absolute;
  right: -1px;
  bottom: -1px;
  background-color: #fff;
}
.extendBasePodpis{
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.extendBasePodpis p{
  font-weight: 300;
  font-size: 16px;
}
.extendBaseImg{
  height: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.extendInText{
  margin-top: 10px;
}
.extendInText p{
  font-weight: 300;
  font-size: 18px;
}
.extendInText p strong{
  font-weight: 700;
  font-size: 18px;
  color: #eb5c0d;
  text-decoration: line-through;
}
.wrapDopOptions{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 33px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 20px 1fr;
  -ms-grid-rows: auto 20px auto 20px;
}
.wrapDopOptions > div:nth-child(1){
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.wrapDopOptions > div:nth-child(2){
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.wrapDopOptions > div:nth-child(3){
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.wrapDopOptions > div:nth-child(4){
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.blDopOptions{
  width: 300px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  margin: 0px;
}
.blDopOptions p{
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.blDopOptions p strong{
  font-weight: 700;
  font-size: 16px;
  color: #eb5c0d;
  text-decoration: line-through;
}
.extendInRight{
  width: 620px;
}
.extendExonomy{
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
}
.extendExonomy strong{
  color: #eb5c0d;
}

/*************************BLOCK TRAILER FORM***************************/
.blockTrailerForm{
  background-color: #fff;
}
.blockTrailerForm .content{
  padding: 60px 0px 80px 0px;
}
.wrapTrailerForm{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 500px;
  grid-gap: 60px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 60px 500px;
}
.wrapTrailerForm > div:nth-child(1){
  -ms-grid-column: 1;
}
.wrapTrailerForm > div:nth-child(2){
  -ms-grid-column: 3;
}
.trailerFormLeft .fontTit{
  padding: 0px 0px 28px 0px;
  border-bottom: 1px solid #e1e1e1;
  margin: 0px 0px 45px 0px;
  text-align: left;
}
.trailerFormList li{
  font-weight: 300;
  font-size: 24px;
  padding-left: 32px;
  position: relative;
  margin-bottom: 40px;
}
.trailerFormList li strong{
  font-weight: 700;
}
.trailerFormList li:before{
  content: url('pic/ico-bann-list.png');
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
.trailerForm{
  width: 100%;
  height: auto;
  position: relative;
  border: 4px solid #eb5c0d;
  background-color: #fafafa;
  padding: 50px 20px;
  text-align: center;
}
.trailerForm:after{
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 4px solid #eb5c0d;
  border-left: 4px solid #eb5c0d;
  background-color: #fff;
  position: absolute;
  right: -4px;
  bottom: -4px;
}
.trailerForm .label{
  font-size: 34px;
}
.trailerForm .label strong{
  font-weight: 700;
}
.trailerForm .labels{
  margin-bottom: 30px;
}
.trailerForm .wrapInput, .trailerForm .wrapBut{
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}

/************************BLOCK TRAILER SEO*****************************/
.blockTrailerSeo{
  background-color: #fafafa;
}
.blockTrailerSeo .content{
  padding: 0px 0px 100px 0px;
}
.seoTrailerImg{
  float: left;
  margin: 0px 35px 20px 0px;
  max-width: 395px;
}
.wrapTrailerContent{
  margin-bottom: 40px;
}
.wrapTrailerContent h3{
  font-size: 28px;
  padding: 10px 0px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 25px;
}
.wrapTrailerContent p{
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.5em;
  text-align: justify;
}
.wrapTrailerContent p:last-child{
  margin-bottom: 0px;
}
.butTrailerSeo{
  width: 440px;
}


/******************************************************/
/*                    PAGE ARENDA: ;                  */
/******************************************************/
.blockBannerArenda{
  background-image: url('pic/bg-bann-arenda.jpg')
}
.wrapBannArenda{
  width: 100%;
  height: 616px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.fontTitBannArenda{
  font-size: 44px;
}
.fontTitBannArenda b{
  font-weight: 700;
}
.fontTitBannArenda strong{
  font-weight: 700;
  color: #eb5c0d;
}
.bannArendaList{
  max-width: 760px;
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 15px auto;
}
.bannArendaList.one_line{
  max-width: 100%;
  flex-wrap: nowrap;
}
.bannArendaList.one_line > div{
  width: auto;
}
.bannArendaList li{
  width: 50%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 30px;
}
.bannArendaList li p{
  font-weight: 300;
  font-size: 16px;
  margin-left: 20px;
}
.butBannArenda{
  width: 340px;
}
.bannArendaText{
  margin-top: 40px;
  font-weight: 300;
  font-size: 22px;
}

/***********************BLOCK ARENDA INFO***********************/
.blockArendaInfo{
  background-image: url('pic/bg-arenda-info.jpg');
}
.blockArendaInfo .content{
  padding: 0px 0px 100px 0px;
}
.wrapBlockArenda{
  width: 100%;
  display: grid;
  grid-template-columns: 640px 1fr;
  grid-gap: 60px;
  display: -ms-grid;
  -ms-grid-columns: 640px 60px 1fr;
}
.blockArendaLeft{
  -ms-grid-column: 1;
}
.blockArendaRight{
  -ms-grid-column: 3;
}
.videoArenda{
  width: 100%;
  height: 420px;
}
.blockArendaRight{
  display: flex;
}
.blockArendaRight > div{
  align-self: center;
}
.blockArendaRight ul li{
  padding-left: 30px;
  position: relative;
  margin-bottom: 28px;
  font-weight: 300;
  font-size: 20px; 
}
.blockArendaRight ul li:before{
  content: url('pic/ico-bann-list.png');
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
.blockArendaNote{
  width: 100%;
  height: auto;
  padding: 20px 30px;
  border-left: 4px solid #ed6100;
  background: linear-gradient(to right, rgba(250, 250, 250, 1) 0%,  rgba(250, 250, 250, 1) 70%, rgba(250, 250, 250, 0) 100%);
}
.blockArendaNote p{
  font-weight: 300;
  font-size: 20px;
}
.blockArendaNote p strong{
  font-weight: 700;
  color: #eb5c0d;
}

/***********************BLOCK ARENDA BENEFIT****************************/
.blockArendaBenefit{
  background: url('pic/bg-arenda-benefit.jpg');
}
.blockArendaBenefit .content{
  padding: 30px 0px 100px 0px;
}
.blockArendaBenefit .fontTit span{
  line-height: 1em;
}
.wrapArendaBenefit{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 60px;
}
.blArendaBenefit{
  width: 500px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/arenda-benefit.png');
  padding: 40px 30px 50px 30px;
}
.blArendaBenefit.selected{
  background-image: url('pic/arenda-benefit-selected.png'); 
}
.arendaBenefitTitle{
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;  
}
.blArendaBenefit table{
  width: 100%;
  border-collapse: collapse;
}
.blArendaBenefit tr td{
  font-weight: 300;
  font-size: 20px;
  padding: 10px 0px;
}
.blArendaBenefit tr td strong{
  font-weight: 700;
}
.blArendaBenefit tr td:nth-child(1){
  padding-left: 20px;
}
.blArendaBenefit tr td:nth-child(2){
  padding-right: 20px;
}
.blArendaBenefit tr:nth-child(2n){
  background-color: #ededed;
  white-space: nowrap;
}
.blArendaBenefit tr td:nth-child(2){
  font-weight: 700;
  text-align: right;
}
.blArendaBenefit tr:last-child{
  background: transparent;
}
.blArendaBenefit tr:last-child td{
  font-weight: 700;
  padding-top: 16px;
}
.blArendaBenefit tr:last-child td:nth-child(2){
  color: #eb5c0d;
}
.blArendaBenefit tr:last-child td:nth-child(2) strong{
  font-size: 30px;
}
.butArendaBenefit{
  width: 480px;
}


/******************************************************/
/*                    PAGE LIZING: ;                  */
/******************************************************/
.blockBannerLizing{
  background-color: #f5f5f5;
  overflow-y: visible;
  z-index: 2;
}
.wrapBannLizing{
  width: 750px;
  height: 516px;
  display: flex;
  align-items: flex-start;
  padding-top: 55px;
}
.fontBannLizing{
  font-size: 44px;
  margin-bottom: 20px;
}
.fontBannLizing strong{
  font-weight: 700;
  color: #ed6100;
}
.bannLizingList li{
  padding-left: 0px;
}
.butBannLizing{
  width: 340px;
}
.bannLizingImg{
  position: absolute;
  left: 700px;
  bottom: -20px;
}

/*******************BLOCK LIZING INFO******************************/
.blockLizingInfo{
  background-color: #fff;
}
.blockLizingInfo .content{
  padding: 0px 0px 90px 0px;
}
.wrapLizingInfo{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 500px;
  grid-gap: 60px;
  align-items: center;
  display: -ms-grid;
  -ms-grid-columns: 1fr 60px 500px;
}
.lizingInfoLeft{
  -ms-grid-column: 1;
}
.lizingInfoRight{
  -ms-grid-column: 3;
}
.videoLizing{
  width: 100%;
  height: 420px;
}
.lizingForm{
  width: 100%;
  height: auto;
  padding: 45px 20px 35px 20px;
  border: 6px solid #eb5c0d;
  position: relative;
  text-align: center;
}
.lizingForm:after{
  content: " ";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: -6px;
  right: -6px;
  border-top: 6px solid #eb5c0d;
  border-left: 6px solid #eb5c0d;
  background-color: #fff;
}
.lizingForm .label{
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.15em;
}
.lizingForm .labels{
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 25px;
}
.lizingForm .wrapInput, .lizingForm .wrapBut{
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

/********************************************************/
/*                    PAGE STRAHOVANIE: ;               */
/********************************************************/
.blockBannStrahovka{
  height: 660px;
  background-image: url('pic/bg-strahovanie.jpg');
}
.blockBannStrahovka .content{
  padding: 175px 0px 0px 0px;
  text-align: center;
}
.butBannStrahovka{
  width: 340px;
}
.blockBannStrahovka h1{
  margin-bottom: 40px;
}
/*****************OPEN FORM**********************/
.blockOpenForm{
  background-image: url('pic/bg-block-open-form.jpg')
}
.blockOpenForm .content{
  padding: 100px 0px;
}
.openForm{
  width: 900px;
  height: auto;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/bg-open-form.png');
  text-align: center;
  padding: 50px 20px 45px 20px;
}
.wrapInpustOpen{
  width: 615px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  margin: 0px auto 20px auto;
}
.wrapInpustOpen .wrapInput, .wrapInpustOpen .wrapBut{
  margin: 0;
}
.openForm label.checkbox p br{
  display: none;
}

/**********************PARTNERS************************/
.blockClients{
  background-color: #fff;
}
.blockClients .content{
  padding: 50px 0px 90px 0px;
}
.wrapClients{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/**********************************************************/
/*                    PAGE CONTACTS: ;                    */
/**********************************************************/
.blockContactsContent{
  background-color: #fff;
}
.blockContactsContent .content{
  padding: 0px 0px 80px 0px;
}
.wrapContactsContent{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 50px 1fr;
}
.contactsContentLeft{
  -ms-grid-column: 1;
}
.conteactsContentRight{
  -ms-grid-column: 3;
}
.contactsContentImg{
  position: relative;
  display: inline-block;
}
.contactsContentImg:after{
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
.contactsContent{
  max-width: 350px;
}
.contactsContent .contInfo:first-child{
  padding-top: 0px;
}

/***********************CONTACTS MAP*****************************/
.blockContactsMap{
  height: 666px;
}
.map.big{
  background-image: url('pic/bg-map.jpg');
}


/****************************************************************/
/*                        PAGE FEEDS                            */
/****************************************************************/
.blockFeedsContent{
  background-color: #fff;
}
.blockFeedsContent .content{
  padding: 0px 0px 60px 0px;
}
.wrapFeedsContent{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr;
}
.wrapFeedsContent > div:nth-child(1){
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.wrapFeedsContent > div:nth-child(2){
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.wrapFeedsContent > div:nth-child(3){
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.wrapFeedsContent > div:nth-child(4){
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.wrapFeedsContent > div:nth-child(5){
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.wrapFeedsContent > div:nth-child(6){
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}
.blFeedContent{
  position: relative;
  padding: 32px 40px 45px 40px;
  margin: 0px -5px;
}
.blFeedContent > div{
  position: relative;
  z-index: 1;
}
.blFeedContent:before{
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/ramka-feed-content.png');
  transition: 0.5s;
  opacity: 0;
}
.blFeedContent:hover:before{
  opacity: 1;
}
.feedContentVideo{
  width: 100%;
  height: 200px;
  position: relative;
}
.blFeedContent:hover .youtube:before{
  opacity: 1;
}
.feedContentVideo:hover{
  cursor: pointer;
}
.blockFeedsContent .fontTit{
  padding-top: 0px;
  padding-bottom: 20px;
  margin-top: -20px;
}
.feedContentInfo{
  text-align: center;
}
.feedContentName{
  font-weight: 700;
  font-size: 18px;
  padding: 20px 0px;  
}
.feedContentDescr{
  font-weight: 300;
  font-size: 15px;
}

/********************BLOCK LETTERS************************/
.blockLetters{
  background-color: #fafafa;
}
.blockLetters .content{
  padding: 0px 0px 45px 0px;
}
.wrapLetters{
  max-width: 95%;
  margin: auto;
  position: relative;
}
.wrapLetters .blDocument{
  margin: 0px -12px;
}
.letterPrev{
  left: -26px;
}
.letterNext{
  right: -26px;
}


/**********************************************************/
/*                    PAGE ARTICLES: ;                    */
/**********************************************************/
.mainArticles{
  background-color: #f8f8f8;
}
.blockArticles{
  width: 100%;
}
.wrapArticles{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.blArticle{
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 25px 25px 40px 25px;
  margin-bottom: 30px;
}
.articleTitle{
  font-size: 26px;
}
.wrapArticleMeta{
  margin: 10px 0px 0px 0px;
}
.blArticleMeta{
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}
.blArticleMeta p{
  font-weight: 300;
  font-size: 14px;
  color: #888888;
  padding-left: 10px;
  margin: 0 !important;
}
.blArticleMeta p strong{
  color: #111;
}
.blArticleImg{
  margin: 25px auto 5px auto;
}
.blArticleImg p{
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  color: #888888;
  text-align: center;
  margin-top: 15px;
}
.butPreArticle{
  width: 270px;
}
.articleSmallDescr{
  margin-bottom: 25px;
}
.articleSmallDescr, .articleSmallDescr p{
  font-weight: 300;
  font-size: 16px;
}
.blArticleBottom{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.blArticleSeePage{
  align-self: center;
}

/******************************************************/
/*                    PAGE ARTICLE: ;                 */
/******************************************************/
.alignleft{
  float: left;
  margin: 0px 45px 10px 0px;
}
.alignright{
  float: right;
}
.articleContent{
  padding: 30px 50px 40px 50px;
  background-color: #fff;
}
.articleContent, .articleContent p{
  font-weight: 300;
  font-size: 16px;
}
.articleContent{
  margin-bottom: 80px;
}
.articleContent p, .wp-video{
  margin-bottom: 30px;
}
.wp-caption-text{
  text-align: center;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  color: #888888;
}
.articleContent .blArticleImg{
  margin-top: 0px;
}
.blArticleIn .wrapArticleMeta{
  margin-bottom: 15px;
}
.articleNav ul{
  background-color: #f8f8f8;
  padding: 30px 50px 30px 20px;
  display: inline-block;
  margin: 20px 0px 20px 0px;
}
.articleNav ul li{
  padding: 0px 0px 10px 30px;
  position: relative;
}
.articleNav ul li:last-child{
  padding-bottom: 0px;
}
.articleNav ul li:before{
  content: url('pic/ico-list-medium.png');
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
}
.articleNav ul li a{
  font-weight: 300;
  font-size: 20px;
}
.articleNav ul li a:hover{
  cursor: pointer;
  color: #eb5c0d;
}

.wrapArticleForm{
  max-width: 900px;
  height: auto;
  margin: 0px auto 40px auto;
}
.articleForm{
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 0  0px 0;
  border: 6px solid #eb5c0d;
  text-align: center;
}
.articleForm:after{
  content: " ";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  right: -6px;
  bottom: -6px;
  background-color: #fff;
  border-top: 6px solid #eb5c0d;
  border-left: 6px solid #eb5c0d;
}
.articleForm p.label{
  font-weight: 400;
  font-size: 40px;
  margin: 0px 0px 30px 0px;
}
.articleForm p.labels{
  font-weight: 300;
  font-size: 20px;
  margin: 0px 0px 20px 0px;
}
.wrapArtFormInputs{
  width: 100%;
  height: auto;
  max-width: 616px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  margin: auto auto 30px auto;
}
.wrapArtFormInputs p{
  display: none;
}
.wrapArtFormInputs .wrapInput, .wrapArtFormInputs .wrapBut{
  margin: 0;
}
.articleForm .wrapInput.selectConnection p{
  margin-bottom: 0px;
}
.articleForm .wrapInput.selectConnection{
  justify-content: center;
}
.articleForm label.checkbox p br{
  display: none;
}
.wrapArticleGallery{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.blArtGallery{
  position: relative;
}
.blArtGallery img{
  position: relative;
  z-index: 1;
}
.blArtGallery a{
  display: block;
  position: relative;
}
.blArtGallery a:after{
  content: " ";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  background-image: url('pic/ico-lupa.png');
  background-color: rgba(235, 92, 13, 0.8);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}
.blArtGallery:hover a:after{
  opacity: 1;
}
.galArtPodpis{
  text-align: center;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  color: #888888;
  margin-top: 15px;
}
.articleSection{
  border-bottom: 1px solid #e1e1e1;
  padding: 30px 0px;
}
.articleSection:after{
  content: " ";
  display: block;
  clear: both;
}
.articleSection.last{
  border-bottom: none;
  padding-bottom: 0px;
}
.artTwoImg > div{
  margin-right: 0px;
}
.artTwoImg:after{
  content: " ";
  display: block;
  clear: both;
}
.articleSectionTitle{
  font-size: 34px;
  color: #111;
  margin-bottom: 20px;
  padding-left: 32px;
  position: relative;
}
.articleSectionTitle:before{
  content: url('pic/ico-bann-list.png');
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
.wrapArticleSeePageIn{
  text-align: right;
}

/****************************************************/
/*                  PAGE SERVICE: ;                 */
/****************************************************/
.blockServices .content{
  padding: 0px 0px 115px 0px;
}
.wrapServices{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 30px 1fr;
  -ms-grid-rows: auto 30px auto;
}
.wrapServices > a{
  display: block;
}
.wrapServices > a:nth-child(1){
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.wrapServices > a:nth-child(2){
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.wrapServices > a:nth-child(3){
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.wrapServices > a:nth-child(4){
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.wrapServices > a:nth-child(5){
  -ms-grid-column: 1;
  -ms-grid-row: 5;
}
.wrapServices > a:nth-child(6){
  -ms-grid-column: 3;
  -ms-grid-row: 5;
}
.blServiceIn{
  position: relative;
  padding: 30px 80px 50px 50px;
  background-repeat: no-repeat;
  background-position: 92% 69%;
  background-size: auto auto;
  z-index: 3;
}
.blService{
  position: relative;
}
.blService:before{
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/service-bg.png');
  z-index: 1;
}
.blService:after{
  content: " ";
  display: block;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -47%, 0px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/service-bg-hover.png');
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}
.blService:hover{
  cursor: pointer;
}
.blService:hover:after{
  opacity: 1;
}
.serviceName{
  font-weight: 700;
  font-size: 34px;
  color: #111111;
}
.blServiceIn{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.serviceDescription{
  margin: 25px 0px 35px 0px;
}
.serviceDescription p{
  font-weight: 300;
  font-size: 18px;
  color: #111;
}
.butServcie{
  width: 170px;
}

/***********************MOBILE CALL***************************/
.mobileCall{
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  z-index: 8;
  background-color: rgba(34, 34, 34, 0.8);
}
.mobileCall .content{
  padding: 10px 0px;
}
.wrapMobileCallButtons{
  width: 100%;
  display: flex;
  justify-content: center;
}
.wrapMobileCallButtons > div{
  margin: 0px 7px;
  height: 42px;
}
.butMobileCall{
  width: 140px;
  height: 40px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  position: relative;
  padding-left: 45px;
}
.butMobileCall:before{
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate3d(-50%, -37%, 0px);
}
.mobCall:before{
  content: url('pic/mob-phone.png');
}
.whatsApp:before{
  content: url('pic/mob-whatsapp.png');
}




/*-----------------FOOTER  BLOCK ---------------*/
.footer{
  height: auto; 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #4a4a4a;
  position: relative;
  z-index: 2;
}
.wrapFootTop{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-gap: 30px;
  padding: 60px 0px 20px 0px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 30px auto;
}
.footTopLeft{
  -ms-grid-column: 1;
}
.footTopRight{
  -ms-grid-column: 3;
}
.wrapFootBottom{
  background-color: #444444;
}
.footBottom{
  width: 100%;
  height: 80px;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
  align-items: center;
  margin-top: 20px;
}
.footBottomRight{
  text-align: right;
}
.footPolitika{
  font-weight: 300;
  font-size: 14px;
  color: #b7b7b7;
}
.footPolitika:hover{
  text-decoration: underline;
  cursor: pointer;
}
.footBottom p{
  font-weight: 300;
  font-size: 15px;
  color: #b7b7b7;
}
.footBottomLeft p br{
  display: none;
}
.footBottom > div:nth-child(3){
  text-align: right;
}
.footAuthor{
  display: inline-flex;
}
.footAuthor p span{
  padding-right: 10px;
  opacity: 0.6;
  display: inline-block;
}
.wrapFootMiddle{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  grid-gap: 30px;
  margin: 40px 0px 45px 0px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px auto;
}
.wrapFootMiddle > div:nth-child(1){
  -ms-grid-column: 1;
}
.wrapFootMiddle > div:nth-child(2){
  -ms-grid-column: 3;
}
.wrapFootMiddle > div:nth-child(3){
  -ms-grid-column: 5;
}
.wrapFootMiddle > div:nth-child(4){
  -ms-grid-column: 7;
}
.footMenuName{
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}
.foot-menu{
  display: inline-block;
  margin-right: 30px;
}
.foot-menu li a{
  font-weight: 300;
  font-size: 18px;
  color: #b7b7b7;
  padding: 4px 0px;
  display: inline-block;
}
.foot-menu li a:hover{
  cursor: pointer;
  text-decoration: underline;
}
#menu-levoe-menju-futera li{
  padding-left: 27px;
  position: relative;
}
#menu-levoe-menju-futera li:before{
  content: url('pic/ico-foot-menu.png');
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate3d(0px, -50%, 0px);
}
.phoneFoot{
  font-family: 'arial';
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
.wrapFootEmail{
  margin-top: 10px;
}
.footEmail{
  font-weight: 300;
  font-size: 20px;
  color: #adadad;
  position: relative;
  display: inline-block;
  padding-left: 38px;
}
.footEmail:hover{
  cursor: pointer;
  text-decoration: underline;
}
.footEmail:before{
  content: url('pic/ico-foot-email.png');
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
}
.footMiddleRight{
  text-align: right;
}
.wrapFootSoci{
  display: inline-flex;
  align-items: center;
  margin: 30px 0px 50px 0px;
}
.wrapFormSubscribe{
  width: 100%;
  display: grid;
  grid-template-columns: auto 210px 210px; 
  align-items: center;
  display: -ms-grid;
  -ms-grid-columns: auto 210px 210px;
}
.wrapFormSubscribe > div:nth-child(1){
  -ms-grid-column: 1;
}
.wrapFormSubscribe > div:nth-child(2){
  -ms-grid-column: 2;
}
.wrapFormSubscribe > div:nth-child(3){
  -ms-grid-column: 3;
}
.wrapFormSubscribe .labels{
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding-right: 30px;
  text-align: left;
}
.wrapFormSubscribe .editbox{
  height: 44px;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #3f3f3f;
  box-shadow: none;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding-left: 30px;
  text-align: left;
}
.wrapFormSubscribe .editbox::-moz-placeholder{
  opacity: 1;
  color: #adadad;
}
.wrapFormSubscribe .editbox::-webkit-input-placeholder{
  opacity: 1;
  color: #adadad;
}
.wrapFormSubscribe .butForm{
  height: 44px;
  border-radius: 0px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  background-color: #eb5c0d;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  text-align: center;
  text-transform: none;
}
.wrapFormSubscribe .butForm:hover{
  cursor: pointer;
  background-color: #ef712b;
}
.wrapFormSubscribe .wrapInput, .wrapFormSubscribe .wrapBut{
  height: 44px;
  margin: 0;
}
.footRightBottom{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
}
.footSociText{
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding-right: 15px;
}
.footInfo p{
  font-weight: 300;
  font-size: 14px;
  color: #b7b7b7;
  margin-bottom: 15px;
}



/******************BLOCK THANKS*********************/
.pageThanks{
  padding: 0 !important;
}
.blockThanks{
  background-image: url('pic/bg-thanks.jpg');
}
.blockThanks .content{
  text-align: center;
  padding: 0;
}
.thanksContent{
  padding: 90px 0px 80px 0px;
}
.thanksTit{
  font-weight: 700;
  font-size: 80px;
  color: #ed6100;
  line-height: 1em;
  margin-top: 25px;
}
.thanksPodpis{
  font-weight: 700;
  font-size: 44px;
  margin-top: 25px;
}
.thanksPodpis strong{
  display: block;
}
.thanksText{
  font-weight: 300;
  font-size: 24px;
  margin: 25px 0px 60px 0px;
}
.thanksText span{
  font-weight: 700;
  font-size: 24px;
  color: #ed6100;
  text-decoration: underline;
}
.thanksText span:hover{
  cursor: pointer;
  text-decoration: none;
}
.backButton{
  width: 290px;
}
.thSociTit{
  font-weight: 400;
  font-size: 24px;
  color: #1f1f1f;
}
.soci{
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: auto auto;
  background-image: url('pic/soci.png');
  display: inline-block;
  margin: 4px;
}
.soci:hover{
  background-position-y: -36px;
  cursor: pointer;
}
.soci.vk{
  background-position-x: 0px;
}
.soci.inst{
  background-position-x: -36px;
}
.soci.socyoutube{
  background-position-x: -72px;
}
.soci.fb{
  background-position-x: -108px;
}
.soci.tg{
  background-position-x: -144px;
}


/******************404********************/
.page-404{
  background-image: url('pic/bg-404.jpg');
  height: auto;
}
.page-404 .content{
  width: 100%;
  display: flex;
  height: 930px;
  align-items: center;
  text-align: center;
}
.page-404 .content > div{
  width: 100%;
}
.butPr{
  width: 200px;
}
.tit-404{
  font-weight: 800;
  font-size: 60px;
  margin-top: 210px;
}
.text-404{
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.text-404 span{
  
}
.but404{
  width: 370px;
}
.wrap404{
  width: 500px;
  height: auto;
  text-align: center;
  margin-bottom: 300px;
}


/********************RADIO***********************/
label.radio{
  display: inline-flex;
}
label.radio input[type=radio]{
  display: none;
}
label.radio span{
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: -18px 0px;
  background-image: url('pic/radio.png');
  margin-bottom: 0px;
  flex-shrink: 0;
}
label.radio p{
  font-weight: 300;
  font-size: 16px;
  color: #111;
  display: inline-block;
  text-align: left;
  padding-left: 5px;
  vertical-align: middle;
  line-height: 1.25em;
  max-width: 95%;
  white-space: nowrap;
}
label.radio input:checked + span{
  background-position: 0px center;
}


/*****************POLITIKA***********************/    
label.checkbox{
  display: inline-flex;
}
label.checkbox input[type=checkbox]{
  display: none;
}
label.checkbox span{
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: -16px 0px;
  background-image: url('pic/checkbox.png');
  margin-bottom: 0px;
}
label.checkbox p{
  font-weight: 300;
  font-size: 13px;
  color: #9a9a9a;
  display: inline-block;
  text-align: left;
  padding-left: 5px;
  vertical-align: middle;
  line-height: 1.0em;
  max-width: 95%;
  white-space: nowrap;
}
label.checkbox p a{
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #9a9a9a;
  text-decoration: underline;
  vertical-align: baseline;
}
label.checkbox p a:hover{
  cursor: pointer;
  text-decoration: none;
}
label.checkbox input:checked + span{
  background-position: 0px center;
}



::-moz-placeholder{
  opacity: 1;
  color: #adadad;
}
::-webkit-input-placeholder{
  opacity: 1;
  color: #adadad;
}



:focus::-webkit-input-placeholder {
  color: transparent !important;
}
:focus::-moz-placeholder {
  color: transparent !important;
}
:focus:-moz-placeholder {
  color: transparent !important;
}
:focus:-ms-input-placeholder {
  color: transparent !important;
}

iframe[name=google_conversion_frame]{
  display: none;
}


/*** Block Rent ***/

.how-arend {
	max-width: 1200px;
	margin: 0 auto;
	font-family: 'Stolzl',Arial,sans-serif;
	color: #000;
	padding-bottom: 60px;
}
.how-arend h2 {
    font-weight: 500;
    color: #000;
	text-align: center;
	font-size: 52px;
    line-height: 1.23;
	margin-bottom: 40px;
}
.orand {
	color: rgb(237, 99, 0);
}
.how-arend h2+p {
	font-size: 26px;
	line-height: 1.5;
	font-weight: 300;
	text-align: center;
	margin-bottom: 105px;
}
.tree-block {
	max-width: 960px;
	margin: 0 auto;
}
.tree-block>div {
	width: 50%;
}
.tree-item {
	position: relative;
	padding-bottom: 30px;
}
.tree-item h3 {
	margin-bottom: 6px;
    margin-top: 2px;
	font-size: 22px;
    line-height: 1.35;
	font-family: 'Stolzl',Arial,sans-serif;
    font-weight: 500;
}
.tree-item div {
	margin-top: 10px;
    margin-bottom: 5px;
	font-size: 15px;
    line-height: 1.55;
	font-family: 'Stolzl',Arial,sans-serif;
    font-weight: 300;
}
.tree-item:nth-child(odd) {
	text-align: right;
}
.tree-item:nth-child(odd) h3,
.tree-item:nth-child(odd) div {
	padding-right: 40px;
}
.tree-item:nth-child(even) {
	align-self: flex-end;
}
.tree-item:nth-child(even) h3,
.tree-item:nth-child(even) div {
	padding-left: 40px;
}
.tree-block {
	display: flex;
	flex-direction: column;
	margin-bottom: 105px;
}
.tree-item::before {
	content: "";
	display: block;
	height: 120%;
	position: absolute;
    width: 2px;
    top: 0;
    background-color: #e3dfdc;
    bottom: 0;
    right: -1px;
}
.tree-item:nth-child(even)::before {
	right: auto;
	left: -1px;
}
.tree-item::after {
	content: "";
	display: block;
	width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #ed6300;
    position: absolute;
    right: -12px;
    top: 5px;
    margin: 0 auto;
    border: 2px solid #fff;
}
.tree-item:last-child::before {
	display: none;
}

.tree-item:nth-child(even)::after {
	right: auto;
	left: -12px;
}
.look_btn {
	text-align: center;
}
.look_btn a {
	display: inline-block;
    font-family: 'Stolzl',Arial,sans-serif;
    font-size: 16px;
    padding: 25px 60px;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
	color: #ffffff;
    background-color: #ed6100;
	border-radius: 30px;
	text-decoration: none;
}
@media (max-width: 767px) {
	.tree-block>div {
		width: 95%;
	}
	.tree-item {
		align-self: flex-start !important;
	}
	.tree-item:nth-child(odd) h3, .tree-item:nth-child(odd) div {
		text-align: left;
		padding-left: 40px;
		padding-right: 0px;
	}
	.tree-item::before {
		right: auto !important;
		left: 16px !important;
	}
	.tree-item:nth-child(even)::after {
		left: 5px;
	}
	.tree-item::after {
		right: auto;
		left: 5px;
	}
	.tree-block {
		margin-bottom: 55px;
	}
	.how-arend h2+p {
		margin-bottom: 55px;
	}
}
.gg{height:200px!important;}


.block_why {
  margin-top: 50px;
  margin-bottom: 150px;
}

.block_why h2 {
  text-align: center;
  font-size: 42px;
  line-height: 1.23;
  margin-bottom: 60px;
}

.block_why_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block_why_flex div {
  text-align: center;
  width: 33.3%;
  padding: 0 30px;
}

.block_why_flex h3 {
  font-size: 30px;
  line-height: 1.17;
  margin-top: 30px;
  margin-bottom: 20px;
}

.block_why_flex p {
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .block_why_flex {
    display: block;
  }
  .block_why_flex div {
    margin-bottom: 50px;
    width: 100%;
  }
  .block_why {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .block_why h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .block_why_flex h3 {
    font-size: 24px;
  }
}