/*   
Theme Name: PDVPK
Theme URI: 
Description: Шаблон WordPress для PDVPK
Author: PDVPK
Author URI: 
*/
/*--  css reset  --*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
::-webkit-input-placeholder {color:#c5c5c5 !important;}
::-moz-placeholder          {color:#c5c5c5 !important;}/* Firefox 19+ */
:-moz-placeholder           {color:#c5c5c5 !important;}/* Firefox 18- */
:-ms-input-placeholder      {color:#c5c5c5 !important;}
/*--  end css reset  --*/


body {
    line-height: 1;
    min-width: 1555px;
    font-size: 14px;
    background-color: #fff;
    position: relative;
    font-family: Montserrat-Regular;
}
.wrapper {
    width: 1555px;
    margin: 0 auto;
}

/*-- head --*/
.razrabsite {
    position: absolute;
    top: 65px;
    left: 50%;
    text-transform: uppercase;
    z-index: 1;
    width: 300px;
    text-align: center;
    color: #fff;
    font-family: Montserrat-Bold;
    font-size: 16px;
}
.header {
    background-image: url(/wp-content/themes/pdvpk/img/head.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 688px;
}
.head1 {
    height: 140px;
    display: table;
    width: 100%;
}
.head1 .logo {
    float: left;
    padding-top: 45px;
    margin-right: 55px;
}
.head1tel {
    float: left;
    padding-top: 45px;
}
.head1tel > div {
    float: left;
    margin-right: 85px;
}
.head1tel > div > span {
    display: table;
    font-size: 14px;
    text-transform: uppercase;
    color:  #fff;
    opacity: 0.6;
    font-family: Montserrat-Regular;
}
.head1tel > div > span.eng.dspn {
    display: none;
}
.eng .head1tel > div > span.eng.dspn {
    display: table;
}
.head1tel > div a {
    font-size: 19px;
    color:  #fff;
    font-family: Montserrat-Medium;
    display: table;
    text-decoration: none;
    margin-top: 3px;
}
.head1tel > div:first-child a span {
    font-size: 24px;
}
.head1tel > div a:hover {
    text-decoration: underline;
}
.head1tel > div:last-child {
    margin-right: 0;
}
.head-right {
    float: right;
    padding-top: 41px;
}
.head-right .openform {
    float: left;
    width: 187px;
    text-align: center;
    height: 44px;
    font-size: 14px;
    color: #fff;
    font-family: Montserrat-Medium;
    text-decoration: none;
    border: 1px solid  #909fa9;
    box-sizing: border-box;
    border-radius: 5px;
    padding-top: 14px;
    transition:border-color 0.2s;
}
.head-right .ru-eng {
    float: left;
    margin-right: 35px;
}
.head-right .ru-eng div {
    float: left;
    font-size: 14px;
    color: #fff;
    height: 33px;
    padding: 10px 7px 0;
    margin-left: 3px;
    border-radius: 75px;
    background-color: rgba(0,0,0,0);
    transition: background-color 0.2s;
    box-sizing: border-box;
    margin-top: 5px;
    cursor: pointer;
}
.ru .head-right .ru-eng div[attr-lng="ru"], .eng .head-right .ru-eng div[attr-lng="eng"], .head-right .ru-eng div:hover {
    background-color: #133048;
}
.head-right .openform:hover{
    border-color:#1176bc;
}
.head2 {
    border-bottom: 1px solid 
    #607483;
    height: 40px;
    position: relative;
    z-index: 2;
}
.head2 > .menu {
    float: left;
    position: relative;
}
.head2 > .menu #menu-home-1 {
    display: table;
    position: relative;
    z-index: 2;
}
.head2 > .menu #menu-home-1 li {
    float: left;
    margin-right: 60px;
    position: relative;
}
.head2 > .menu #menu-home-1 li a {
    position: relative;
    display: table;
    height: 40px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Montserrat-SemiBold;
    box-sizing: border-box;
    padding-top: 10px;
}
.head2 > .menu #menu-home-1 li.menu-item-has-children > a::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: -13px;
    top: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transition: transform 0.2s;
}
.head2 > .menu #menu-home-1 li.menu-item-has-children:hover > a::after {
    transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
    top: 14px;
}



.head2 > .menu #menu-home-1 li ul a {
    color:  #33373c;
}
.head2 > .menu #menu-home-1 li ul a:hover {
    color:  #33373c;
    text-decoration: underline;
}
.head2 > .menu #menu-home-1 li ul .ul-bl-frm {
    position: absolute;
    right: 35px;
    width: 240px;
    top: 40px;
    border-left: 2px solid #eef2f7;
    height: 260px;
    padding-left: 15px;
    box-sizing: border-box;
}
.head2 > .menu #menu-home-1 li ul .ul-bl-frm .text {
    font-size: 14px;
    color: #222630;
    font-family: Montserrat-Bold;
    text-align: center;
    padding-bottom: 35px;
}

.head2 > .menu #menu-home-1 li ul .ul-bl-frm #zapros-wrapp0 .text {
    font-size: 14px;
    color: #222630;
    font-family: Montserrat-Bold;
    text-align: left;
    padding-bottom: 8px;
}

.head2 > .menu #menu-home-1 li ul .ul-bl-frm .text1 {
    font-size: 12px;
    color: #b4b8be;
    line-height: 18px;
}
.head2 > .menu #menu-home-1 li ul .ul-bl-frm .goform {
    width: 200px;
    height: 35px;
    background-color: #016bae;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s;
    color: #fff;
    font-size: 12px;
    padding-top: 11px;
    position: absolute;
    bottom: 0;
    left: 30px;
}
.head2 > .menu #menu-home-1 li ul .ul-bl-frm .goform:hover {
    background-color: #00498C;
}

.head2 > .menu #menu-home-1 li ul {
    position: absolute;
    background-color:  #fff;
    display: block;
    padding: 30px;
    width: 520px;
    z-index: 1;
    left: -30px;
    top: 43px;
    transition: all 0.2s;
    opacity:0;
    visibility: hidden;
    box-shadow: 0 4px 5px rgba(0,0,0,0.3);
}
.head2 > .menu #menu-home-1 li ul {
    width: 720px;
    box-sizing: border-box;
    padding-right: 320px;
    min-height: 330px;
}
.asl_keyword {
    display: none;
}
.head2 > .menu #menu-home-1 li:hover ul {
    left: 0px;
    opacity:1;
    visibility: visible;
}
.head2 > .menu #menu-home-1 li > ul li {
    float: none;
    margin-right: 0;
}
.head2 > .menu #menu-home-1 li > ul li a {
    text-transform: none;
    height: auto;
    padding-bottom: 10px;
}
.head2 > .menu #menu-home-1 li > ul li a:hover, .head2 > .menu #menu-home-1 li > ul li.current-menu-item a {
    color: #1176bc;
    text-decoration: underline;
}
.proloading {
    display: none !important;
}
.poiskbl {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s;
}
.poiskbl:hover {
}
.head2 .poisk {
    float: right;
    padding-top: 14px;
    position: relative;
}
.head2 .poisk a {
    opacity: 1;
    transition: opacity 0.2s;
}
.head2 .poisk a:hover {
    opacity: 0.7;
}
div.asl_m .probox .proinput input.orig {
    background-color: rgba(0,0,0,0) !important;
    height: 30px !important;
}
body div.asl_m {
    box-shadow: 0 2px 8px rgba(137,146,177,0) !important;
}
body #ajaxsearchlite1 .probox, div.asl_w .probox, body #ajaxsearchlite2 .probox, div.asl_w .probox {
    background-color: rgba(0,0,0,0);
}
#ajaxsearchlite1, #ajaxsearchlite2 {
    background-color: rgba(0,0,0,0) !important;
}
body #ajaxsearchlite1 .probox .proinput input, body #ajaxsearchlite2 .probox .proinput input {
    padding: 0 !important;
    font-family: Montserrat-Regular;
    position: relative;
    left: 0;
    margin: 0 !important;
}
#menuhoverdbl {
    height: 5px;
    background-color:  #4481eb;
    position: absolute;
    bottom: -3px;
    top: auto !important;
}
.poiskbb .poiskbl1.dspn {
    background-image: url(/wp-content/themes/pdvpk/img/p1.png);
}
.poiskbl1.dspn {
    display: block;
    width: 0px;
    transition: width 0.1s, left 0.2s;
    overflow: hidden;
    left: -15px;
    top: 8px;
    height: 30px;
    position: absolute;
    background-image: url(/wp-content/themes/pdvpk/img/p.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 0;
}
.poiskbl1.dspn.open {
    width: 450px;
    left: -460px;
    padding-left: 25px;
    z-index: 0;
}
.eng .bl6-bl a .bl6-bl-span2 span.eng.dspn {
    display: initial;
}
.poiskbl1.dspn .search-form__submit {
    background: 
    rgba(0,0,0,0);
    border: none;
    padding: 0;
    height: 30px;
    cursor: pointer;
}
.poiskbl1.dspn .search-field {
    width: 425px;
    display: inline-block;
    height: 30px;
    padding: 0;
    border: none;
    background-color:  rgba(0, 0, 0, 0);
    box-sizing: border-box;
    padding: 0 15px;
    color:#fff;
    font-size: 14px;
}
.poiskbl.open img {
    display: none;
}
.poiskbl.open .dspn {
    display: block;
    width: 13px;
    height: 13px;
    color:  #fff;
    font-size: 24px;
    line-height: 15px;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    background-image: url(/wp-content/themes/pdvpk/img/zzz.png);
    background-repeat: no-repeat;
    background-position: bottom;
    font-size: 0;
    text-indent: -9999px;
}
.poiskbl.open .dspn:hover {
    background-position: top;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.poiskbb {
    float: right;
    position: relative;
}
.poiskbb .poiskbl.open .dspn {
    background-image: url(/wp-content/themes/pdvpk/img/zzz1.png);
}
.poiskbb .poiskbl1.dspn.open {
    top: -5px;
}
.poiskbb .poiskbl1.dspn .search-field { 
    color:#33373c;
}



/*-- --*/

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}
.head3bl1-sldr-div .img img {
    max-height: 410px;
}
.head3 {
    display: block;
    overflow: hidden;
    height: 506px;
}
.head3bl1 {
    float: left;
    margin-left: 160px;
    width: 570px;
}
.head3bl1-sldr {
    height: 506px;
    width: 100%;
    position: relative;
}
.head3bl1-sldr-div .img {
    float: left;
    display: table;
    height: 506px;
    width: 410px;
    text-align: center;
}
.head3bl1-sldr-div .img span {
    display: table-cell;
    vertical-align: middle;
}
.head3bl1-sldr-div .text {
    float: left;
    margin-left: -5px;
    font-size: 14px;
    color:  #f5f5f5;
    line-height: 17px;
    margin-top: 150px;
    width: 160px;
}
.head3bl1-sldr-div .text a {
    display: table;
    font-size: 14px;
    color:   #f5f5f5;
    font-family: Montserrat-Medium;
    text-decoration: underline;
    margin-top: 55px;
}
.head3bl1-sldr-div .text a:hover {
    text-decoration: none;
}
.head3bl1-sldr .slick-arrow {
    background-image: url(/wp-content/themes/pdvpk/img/sld.png);
    height: 37px;
    width: 19px;
    background-color:  rgba(0,0,0,0);
    border: none;
    font-size: 0;
    text-indent: -9999px;
    opacity: 1;
    transition: opacity 0.2s;
    position: absolute;
    left: -19px;
    top: 215px;
    cursor: pointer;
}
.head3bl1-sldr .slick-next.slick-arrow {
    left: auto;
    right: -19px;
    background-position: right;
}

.head3bl1-sldr .slick-arrow:hover {
    opacity: 0.7;
}
.head3bl2 {
    float: right;
    font-size: 48px;
    color:   #fff;
    text-align: right;
    font-family: Montserrat-Bold;
}
.head3bl2 {
    float: right;
    font-size: 48px;
    color: #fff;
    text-align: right;
    font-family: Montserrat-Bold;
    line-height: 58px;
    margin-top: 75px;
}
.head3bl2 .href-pdrbn {
    width: 240px;
    display: table;
    float: right;
    height: 55px;
    background-color: #1176bc;
    border-radius: 5px;
    font-size: 16px;
    color:#fff;
    text-decoration: none;
    line-height: 1;
    text-align: center;
    margin-top: 95px;
    box-sizing: border-box;
    padding-top: 20px;
    transition: background-color 0.2s;
}
.head3bl2 .href-pdrbn:hover {
    background-color: #0267ad;
}


/*-- end head --*/
/*-- block1 --*/

.block1-bl1 {
    display: table;
    width: 100%;
    height: 178px;
}
.block1-bl1 .text {
    font-size: 36px;
    color: #33373c;
    font-family: Montserrat-Bold;
    line-height: 43px;
    margin-top: 48px;
    float: left;
}
.block1-bl1 .text1 {
    float: right;
    padding-top: 78px;
}
.block1-bl1 .text1 .ahref-ctlg {
    display: table;
    width: 199px;
    height: 21px;
    background-color: #1176bc;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-family: Montserrat-Medium;
    box-sizing: border-box;
    padding-top: 3px;
    margin-bottom: 30px;
}
.block1-bl1 .text1 .ahref-psk {
    display: table;
    float: right;
    margin-right: 20px;
    opacity: 1;
    transition: opacity 0.2s;
}
.block1-bl1 .text1 .ahref-psk:hover {
    opacity: 0.7;
}
.block1-bl2 {
    display: table;
    width: 100%;
    padding-bottom: 97px;
}
.block1-bl2-bl:hover {
    z-index: 2;
}
.block1-bl2-bl {
    float: left;
    border: 1px solid  #cbcfd4;
    width: 389px;
    margin-right: -1px;
    box-sizing: border-box;
    height: 294px;
    margin-bottom: 16px;
    position: relative;
}
.block1-bl1-b .img {
    height: 130px;
    margin-left: 21px;
    display: table;
}
.block1-bl1-b .img span {
    display: table-cell;
    vertical-align: middle;
}
.block1-bl1-b .text {
    font-size: 14px;
    color:  #33373c;
    font-family: Montserrat-Bold;
    text-transform: uppercase;
    margin-left: 21px;
    line-height: 17px;
}
.block1-bl1-b .text1 {
    padding: 0 21px;
    margin-top: 7px;
    overflow: hidden;
    height: 52px;
}
.block1-bl1-b:hover .text1 {
    height: auto;
}

.block1-bl1-b .text1 a {
    font-size: 14px;
    color:  #787c81;
    text-decoration: none;
    line-height: 17px;
}
.block1-bl1-b {
    height: 100%;
    width: 100%;
    position: relative;
}

.block1-bl1-b .pdrbn, .yslygibl1 .pdrbn, .newhref{
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 30px;
    left: 20px;
    font-size: 14px;
    color:  #33373c;
    text-decoration: none;
    font-family: Montserrat-SemiBold;
    border: 1px solid #1176bc;
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 8px;
    transition: all 0.3s;
}

.block1-bl1-b:hover .pdrbn:hover, .yslygibl1:hover .pdrbn:hover, .newhref:hover {
    border: 1px solid #909fa9;
}
@keyframes AnimationSitehere {
  0% {
    right: 14px;
  }
  10% {
    right: 13px;
  }
  20% {
    right: 12px;
  }
  30% {
    right: 11px;
  }
  40% {
    right: 10px;
  }
  50% {
    right: 9px;
  }
  60% {
    right: 10px;
  }
  70% {
    right: 11px;
  }
  80% {
    right: 12px;
  }
  90% {
    right: 13px;
  }
  100% {
    right: 14px;
  }
}
.block1-bl1-b .pdrbn::after, .yslygibl1 .pdrbn:after, .newhref:after {
    content: "";
    background-image: url(/wp-content/themes/pdvpk/img/im0.png);
    width: 10px;
    height: 19px;
    position: absolute;
    right: 9px;
    top: 6px;

}
.block1-bl1-b:hover .pdrbn, .yslygibl1:hover .pdrbn, .newhref:hover {
    width: 161px;
    height: 32px;
    position: absolute;
    bottom: 30px;
    left: 20px;
    font-size: 14px;
    color: #33373c;
    text-decoration: none;
    font-family: Montserrat-SemiBold;
    border: 1px solid #1176bc;
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 8px;
    text-indent: 0px;
}
.block1-bl1-b:hover .pdrbn::after, .yslygibl1:hover .pdrbn:hover:after {
    content: "";
    background-image: url(/wp-content/themes/pdvpk/img/im0.png);
    width: 10px;
    height: 19px;
    position: absolute;
    right: 14px;
    top: 6px;
    transition: right 0.3s;
}
.block1-bl1-b .pdrbn:hover:after, .yslygibl1 .pdrbn:hover:after, .newhref:hover:after {
  -webkit-animation: AnimationSitehere 0.2s ease;
  animation: AnimationSitehere 0.2s ease;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}
.block1-bl2-bl.actv .pdrbn::after{
    background-image: url(/wp-content/themes/pdvpk/img/im0-1.png) !important;
}
.block1-bl2-bl.actv .pdrbn{
    background-color: #1176bc;
    color: #fff;
}
.newhref {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    display: table;
}
.newhref .eng.dspn {
    display: none !important;
}
.eng .newhref .eng.dspn {
    display: inline-block !important;
}
.eng .newhref .ru {
    display: none !important;
}
.catalogbl-div .newhref {
    margin: 0 auto;
}
.block1-bl1-b .pdrbn span, .newhref span {
    overflow: hidden;
    display: inline-block;
    width: 0px;
    transition: width 0.2s;
}
.block1-bl1-b:hover .pdrbn span, .newhref:hover span {
    width: 85px;
}
.block1 {
    background-color:  #eef2f7;
}
.block1-bl1-b .text,.block1-bl1-b .text1, .block1-bl1-b .pdrbn, .newhref  {
    transition: all 0.4s;
}

.blkhref {
	text-decoration: none;	
}

.blk:hover .newhref {
	width: 161px;
    height: 32px;
    position: absolute;
    bottom: 30px;
    left: 20px;
    font-size: 14px;
    color: #33373c;
    text-decoration: none;
    font-family: Montserrat-SemiBold;
    border: 1px solid #1176bc;
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 8px;
    text-indent: 0px;
}

.blk:hover .newhref span {
	width: 85px;
}

.blkhref .text1 {
	color: #1176bc;
	
}

.block1-bl1-b  {
    transition: width 0.4s, height 0.4s, margin 0.4s;
}
.block1-bl1-b:hover {
    width: 415px;
    height: 325px;
    background-color: #fff;
    box-shadow: 0 0 21px
    rgba(21,43,54,0.2);
    z-index: 1;
    border-radius: 5px;
    margin: -16px;
}
.block1-bl1-b:hover .img {
    display: none;
}
.block1-bl1-b:hover .text {
    font-size: 14px;
    color: #33373c;
    font-family: Montserrat-Bold;
    text-transform: uppercase;
    margin-left: 37px;
    line-height: 17px;
    padding-top: 23px;
    margin-right: 21px;
}
.block1-bl1-b:hover .text1 {
    padding: 0 37px;
    margin-top: 16px;
}
.block1-bl1-b:hover .text1 a {
    color:#1176bc;
    text-decoration: none;
}
.block1-bl1-b:hover .text1 a:hover {
    text-decoration: underline;
}
.block1-bl1-b:hover .pdrbn {
    left: 31px;
    bottom: 47px;
}
.block1, .block2, .block3, .block4, .block5, .block6, .block7 {
    overflow: hidden;
}

/*-- end block1 --*/
/*-- block2 --*/

.block2 {
    background-image: url(/wp-content/themes/pdvpk/img/bl2.jpg);
    height: 184px;
    background-size: cover;
    background-position: center;
}
.block2 .text {
    font-size: 24px;
    color:  #fff;
    text-align: center;
    font-family: Montserrat-Bold;
    padding-top: 16px;
    padding-bottom: 35px;
}
.ContactSend-zapros.contactsend {
    display: none;
}
#zapros {
    margin: 0 auto;
    display: table;
}
.dspn {
    display: none;
}
.inp {
    width: 256px;
    height: 45px;
    background-color:  rgba(0,0,0,0);
    border: 2px solid #a4b1b9;
    border-radius: 5px;
    float: left;
    margin-right: 24px;
    padding: 0 17px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
}
#form-zapros-send {
    font-size: 14px;
    color:  #fff;
    text-transform: uppercase;
    width: 220px;
    height: 45px;
    background-color: #016bae;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition:background-color 0.2s;
}
#form-zapros-send:hover {
    background-color: #005396;
}
#form-zapros {
    display: table;
    width: 1065px;
    margin: 0 auto;
}
.textform {
    color:  #fff;
    font-size: 10px;
    text-align: center;
    margin-top: 30px;
}
.inp.error {
    border: 2px solid  red;
}
.ContactSend-zapros.contactsend {
    text-align: center;
    color:  #fff;
    font-size: 16px;
    line-height: 22px;
}



/*-- end block2 --*/
/*-- block3 --*/

.bl3-bl1 {
    display: table;
    padding-bottom: 75px;
}
.bl3-bl1 > div {
    float: left;
    padding: 0 25px 0 30px;
    box-sizing: border-box;
    width: 350px;
}
.bl3-bl1 > div .text1 {
    width: 39px;
    height: 39px;
    border: 1px solid #016bae;
    box-sizing: border-box;
    border-radius: 75px;
    text-align: center;
    font-size: 14px;
    color: #33373c;
    font-family: Montserrat-Bold;
    padding-top: 11px;
}
.bl3-bl1 > div .text2 {
    font-size: 14px;
    color: #33373c;
    font-family: Montserrat-Bold;
    text-transform: uppercase;
    line-height: 17px;
    margin-top: 24px;
}
.bl3-bl1 > div .text3 {
    font-size: 14px;
    color:  #5d6063;
    line-height: 16px;
    margin-top: 18px;
}
.bl3-bl1 > div .text3 p {
    padding-bottom: 17px;
}
.bl3-bl1 > div:nth-child(2) {
    width: 400px;
    padding-right: 10px;
}
.bl3-bl1 > div:nth-child(3) {
    width: 390px;
}
.bl3-bl1 > div:nth-child(4) {
    width: 400px;
}
.block3 {
    background-color:  #fff;
}

/*-- end block3 --*/
/*-- block4 --*/
.block4 {
  /*  background-image: url(/wp-content/themes/pdvpk/img/fonbg.png); */
    height: 622px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.background-container.parallax-window {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    background-position: center;
    z-index: 0;
}
.block4 .wrapper {
    position: relative;
    z-index: 1;
}
.bl4-text1 {
    display: table;
    width: 199px;
    height: 21px;
    background-color: #1176bc;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color:#fff;
    font-family: Montserrat-Medium;
    box-sizing: border-box;
    padding-top: 3px;
    margin-bottom: 30px;
    float: right;
    margin-top: 60px;
}
.bl4-bl {
    clear: both;
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 40px;
    box-sizing: border-box;
    display: table;
    width: 100%;
}
.bl4-bl .bl4-bl1 {
    width: 690px;
    float: left;
}
.bl4-bl .bl4-bl1 {
    width: 690px;
    float: left;
}
.bl4-bl .bl4-bl2 {
    float: right;
    text-align: right;
    width: 780px;
    margin-right: -40px;
    margin-top: -40px;
}
.bl4-bl .bl4-bl2 > div {
    float: right;
    width: 25%;
    text-align: center;
    margin-bottom: 60px;

}
.bl4-bl .bl4-bl2 > div.bl4-bl2-cntr {
    width: 12.5%;
}
.bl4-bl .bl4-bl1 .text1 {
    font-size: 36px;
    color: #fff;
    line-height: 1;
    margin-top: -4px;
}
.bl4-bl .bl4-bl1 .text2 {
    font-size: 16px;
    color:#fff;
    font-family: Montserrat-Light;
    line-height: 20px;
    margin-top: 60px;
}
.bl4-bl .bl4-bl1 .text2 p {
    padding-bottom: 20px;
}
.bl4-bl .bl4-bl2 {
    float: right;
    text-align: right;
}
.bl4-bl .bl4-bl2 .bl4-bl2bl1 {
    font-size: 16px;
    color:#fff;
    font-family: Montserrat-Light;
    padding-top: 42px;
}
.bl4-bl2bl2 {
    font-family: Montserrat-Black;
    font-size: 91px;
    color:  #fff;
    margin-top: -6px;
}
.bl4-bl2bl3 {
    font-size: 24px;
    color:  #fff;
    font-family: Montserrat-Bold;
}

/*-- end block4 --*/
/*-- block5 --*/

.block5 {
    height: 213px;
    background-color:   #fff;
    overflow: hidden;
    width: 1555px;
    margin: -101px auto 0;
    position: relative;
    z-index: 1;
}
.block5 .bl4-text1 {
    margin-top: 28px;
    margin-bottom: 0;
}
.bl5-bl {
    display: block;
    clear: both;
    padding-top: 25px;
    width: 100%;
}
.bl5-bl .img {
    float: left;
    position: relative;
}
.bl5-bl .img .img1 a span {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.2s;
}
.bl5-bl .img .img1 a:hover span {
    opacity: 1;
}
.bl5-bl .img .img1 a > img {
    opacity: 1;
    transition: opacity 0.2s;
}
.bl5-bl .img .img1 a:hover > img {
    opacity: 0;
}
.bl5-bl .img {
    float: left;
    position: relative;
    width: 311px;
    text-align: center;
    display: table !important;
    height: 65px;
}
.bl5-bl .img .img1 {
    display: table-cell;
    vertical-align: middle;
}
.bl5-bl .img .img1 a {
    display: table;
    position: relative;
    margin: 0 auto;
}



/*-- end block5 --*/
/*-- block6 --*/

.block6 {
    height: 523px;
    background-color:  #eef2f7;
    margin-top: -112px;
    padding-top: 170px;
    box-sizing: border-box;
    padding-bottom: 35px;
    display: table;
    width: 100%;
}
.block6 .block1-bl1 {
    padding-left: 31px;
    box-sizing: border-box;
}
.block6 .block1-bl1 {
    padding-left: 31px;
    box-sizing: border-box;
    height: auto;
}
.block6 .block1-bl1 .text {
    margin-top: 8px;
}
.block1-bl1 .text1 {
    float: right;
    padding-top: 13px;
    position: relative;
    z-index: 1;
}
.bl6-bl a:nth-child(4) {
    clear: left;
}
.bl6-bl a {
    float: left;
    display: table;
    font-size: 14px;
    color:  #5d6063;
    font-family: Montserrat-Medium;
    text-decoration: none;
    background-image: url(/wp-content/themes/pdvpk/img/a.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 77px;
    width: calc(33.3% - 75px);
    margin-right: 75px;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.bl6-bl a .bl6-bl-span1 {
    display: table;
}
.bl6-bl a .bl6-bl-span2 {
    display: table;
    color:  #bbc0c6;
    padding-top: 22px;
}
.bl6-bl a .bl6-bl-span1 {
    line-height: 17px;
}
.bl6-bl > div {
    display: block;
    clear: both;
    height: 25px;
}
.bl6-bl {
    display: table;
    margin: 64px auto 0;
}

.bl6-bl a:hover .bl6-bl-span1 {
    text-decoration: underline;
}


/*-- end block6 --*/

.block7 {
    display: table;
    width: 100%;
    height: 465px;
    position: relative;
}
.block7-bl2 {
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
}
.block7-bl1 {
    width: 445px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.block7-bl1-bl {
    height: 155px;
    position: relative;
    overflow: hidden;
}
.block7-bl1-bl .img {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    background-size: cover;
    background-position: top;
    top: 0;
    transition: all 0.4s;
    background-position: 0 -50px;
}
.block7-bl1-bl:hover .img {
    width: 110%;
    left: -5%;
    height: 110%;
    top: -5%;
}
.block7-bl1-bl:nth-child(3) .img {
    background-position: 0 -5px;
}
.block7-bl1-bl .img::after {
    content: "";
    background-color: rgba(27,62,86,0.75);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.block7-bl1-bl .text {
    font-size: 18px;
    color: #f5f5f5;
    position: relative;
    z-index: 2;
    padding-left: 90px;
    padding-top: 8px;
    padding-bottom: 23px;
}
.block7-bl1-bl .text1 {
    margin-left: 132px;
    padding-left: 27px;
    position: relative;
    z-index: 2;
    font-size: 12px;
    color:   #f5f5f5;
    font-family: Montserrat-Medium;
    height: 34px;
    line-height: 14px;
    background-image: url(/wp-content/themes/pdvpk/img/ccc.png);
    background-repeat: no-repeat;
    padding-top: 3px;
}
.block7-bl1-bl .text2 {
    margin-left: 132px;
    padding-left: 27px;
    position: relative;
    z-index: 2;
    font-size: 12px;
    color:   #f5f5f5;
    font-family: Montserrat-Medium;
    height: 30px;
    line-height: 14px;
    background-image: url(/wp-content/themes/pdvpk/img/ccc.png);
    background-repeat: no-repeat;
    padding-top: 3px;
    background-position: 0 -33px;
}
.block7-bl1-bl .text3 {
    margin-left: 132px;
    padding-left: 27px;
    position: relative;
    z-index: 2;
    font-size: 12px;
    color:   #f5f5f5;
    font-family: Montserrat-Medium;
    height: 14px;
    line-height: 14px;
    background-image: url(/wp-content/themes/pdvpk/img/ccc.png);
    background-repeat: no-repeat;
    background-position: 0 bottom;
}
.block7-bl1-bl .text3 a {
    font-size: 13px;
    color:   #f5f5f5;
    font-family: Montserrat-Bold;
    text-decoration: none;
}
.block7-bl1-bl .text3 a:hover {
    text-decoration: underline;
}
.krt1, .krt2, .krt3, .krt4 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.2s;
}
.block7-bl2 div.open {
    visibility: visible;
    opacity: 1;
}
.block7-bl1-bl{
    cursor: pointer;
}

/*-- end block7 --*/



/*-- footer --*/

#footer {
    background-color:  #222630;
    height: 715px;
}
#foot {
    height: 128px;
    border-bottom: 1px solid  #373b44;
}
.foot {
    display: table;
    width: 100%;
}
.foot-bl1 {
    float: left;
    color:  #f5f5f5;
    font-size: 16px;
    display: table;
    margin-right: 25px;
}
.foot-bl1 span.dspn {
    display: none;
}
body.eng .foot-bl1 span.dspn {
    display: table;
}
.foot1 > ul span.dspn {
    display: none;
}
body.eng .foot1 > ul span.dspn {
    display: table;
    padding-top: 0;
}
.foot2bl1 span.dspn {
    display: none;
}
body.eng .foot2bl1 span.dspn {
    display: table;
}
body.eng .block01-v3-v2 .eng.dspn {
    display: initial;
}
body.eng .block1-bl1-b .text1 a .eng.dspn {
    display: inherit;
}
.block1-bl1-b .pdrbn span.eng.dspn {
    display: none;
}
body.eng .block1-bl1-b .pdrbn span.eng.dspn {
    display: inline-block;
}
.head1 .logo img {
    max-width: 189px;
    max-height: 45.5px;
}
.foot-bl1 span {
    display: table;
    font-size: 12px;
    color:  #788192;
    padding-bottom: 15px;
    padding-top: 30px;
}
.foot .foot-bl1:first-child {
    margin-left: 60px;
}
.foot-bl1 a {
    color:  #f5f5f5;
    text-decoration: none;
}
.foot-bl1 a:hover {
    text-decoration: underline;
}
.foot-bl2 a {
    width: 220px;
    height: 45px;
    display: table;
    background-color: #016bae;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.2s;
    box-sizing: border-box;
    padding-top: 15px;
    margin-top: 28px;
}
.foot-bl2 a:hover {
    opacity: 0.7;
}
.foot-bl2 {
    float: right;
    margin-right: 68px;
}
.foot1 {
    padding-top: 45px;
    box-sizing: border-box;
    padding-left: 38px;
    display: table;
    width: 100%;
    height: 500px;
}
.foot1 > ul {
    float: left;
    margin-right: 67px;
    display: table;
    max-width: 210px;
}
.foot1 > ul > li > a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    font-family: Montserrat-Medium;
}
.foot1 > ul > li ul {
    display: table;
    padding-top: 15px;
}
.foot1 > ul > li ul li {
    padding-bottom: 15px;
}
.foot1 > ul > li ul li a {
    font-size: 12px;
    color:  #788192;
    text-decoration: none;
    line-height: 14px;
}
.foot1 > ul > li a:hover{
    text-decoration: underline;
}
.foot1 > ul:last-child {
    margin-right: 0;
}
.foot2 {
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.foot2bl1 {
    float: left;
    margin-left: 40px;
}
.foot2bl1 span {
    font-size: 12px;
    color: #f5f5f5;
    display: table;
    padding-bottom: 15px;
}
.foot2bl1 a, .foot2bl1 a span.ru, .foot2bl1 a span.eng {
    font-size: 12px;
    color: #788192;
    text-decoration: underline;
}
.foot2bl1 a:hover {
    text-decoration: none;
}
.foot2bl3 {
    float: right;
    margin-right: 38px;
    padding-top: 27px;
}
.foot2bl2 {
    float: left;
    padding-top: 29px;
    margin-left: 485px;
}
.foot2bl3 a, .foot2bl2 a, .foot2bl2 > div {
    font-size: 12px;
    color:  #788192;
    text-decoration: underline;
    cursor: pointer;
}
.foot2bl3 a:hover, .foot2bl2 a:hover , .foot2bl2 > div:hover {
    text-decoration: none;
}




/*-- end footer --*/

.block5 .bl5-bl .slick-dots {
    position: relative;
    display: table !important;
    margin: 35px auto 0;
}
.block5 .bl5-bl .slick-dots li {
    float: left;
}
.block5 .bl5-bl .slick-dots li button {
    background-color:  #b4bcc2;
    font-size: 0;
    text-indent: -9999px;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 75px;
    padding: 0;
    margin: 0 3px;
    cursor: pointer;
}
.block5 .bl5-bl .slick-dots li.slick-active button, .block5 .bl5-bl .slick-dots li button:hover {
    background-color:  #1262b3;
}
.block1-bl2 .slick-dots {
    position: relative;
    display: table !important;
    margin: 35px auto 0;
}
.block1-bl2 .slick-dots li {
    float: left;
}
.block1-bl2 .slick-dots li button {
    background-color:  #b4bcc2;
    font-size: 0;
    text-indent: -9999px;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 75px;
    padding: 0;
    margin: 0 3px;
    cursor: pointer;
}
.block1-bl2 .slick-dots li.slick-active button, .block1-bl2 .slick-dots li button:hover {
    background-color:  #1262b3;
}
.block1-bl2.dspn {
    display: none !important;
}
.head3bl2 .text {
    text-transform: uppercase;
    margin-left: -60px;
}
.zagblock {
    padding-top: 100px;
}
.zagblock h1 {
    font-size: 48px;
    color: #fff;
    font-family: Montserrat-Bold;
    line-height: 58px;
    text-transform: uppercase;
}
.header.headerv2 {
    height: auto;
    padding-bottom: 105px;
}
.block01-v1 {
    background-color: #f4f9ff;
}
.block01-v1 .block1-bl1 {
    height: 160px;
}

.block01-v1 .block1-bl1 .text1 {
    padding-top: 58px;
}
.block01-v2 {
    height: 493px;
    position: relative;
}
.block2.v2 {
    padding-top: 126px;
}
.block01-v3 {
    background-color: #f4f9ff;
}
.block01-v2 .left {
    float: left;
    width: 610px;
    min-height: 10px;
    height: 100%;
}
.block01-v2 .right {
    float: left;
    min-height: 10px;
    width: calc(100% - 610px);
}
.block01-v2 .right .text1 {
    font-size: 24px;
    color: #1176bc;
    font-family: Montserrat-Bold;
    padding-bottom: 20px;
    padding-top: 110px;
}
.block01-v2 .right .text2 {
    font-size: 14px;
    line-height: 24px;
    color: #33373c;
    max-width: 730px;
}
.block01-v2 .right .text2 p {
    padding-bottom: 25px;
}
.block01-v3-v1 {
    display: block;
    width: 100%;
    padding-top: 36px;
    min-height: 373px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.block01-v3 {
    min-height: 492px;
    background-color: #f4f9ff;
    position: relative;
    z-index: 1;
}
.block01-v3-v2 {
    background-color: #fff;
    position: relative;
    padding-left: 115px;
    padding-right: 105px;
    padding-top: 45px;
    box-sizing: border-box;
    font-size: 14px;
    color: #33373c;
    font-family: Montserrat-SemiBold;
    line-height: 17px;
    padding-bottom: 35px;
    margin-bottom: -40px;
    bottom: -40px;
}
.block01-v3-v2 > span:last-child {
    opacity: 0;
}
.block01-v3-v2 a{
    font-size: 14px;
    color: #33373c;
    font-family: Montserrat-SemiBold;
    line-height: 17px;
    text-decoration: none;
}
.block01-v3-v2 a:hover{
    text-decoration: underline;
}
.block01-v3-v2 a span.aaa {
    font-family: Montserrat-Bold;
    text-decoration: underline;
    color: #0c77bc;
}
.block01-v3-v2 > .right, .block01-v3-v2 > .left{
    opacity: 0.7;
}
.block01-v3-v2 > .right {
    background-image: url(/wp-content/themes/pdvpk/img/zz.png);
    width: 95px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0%;
    margin-top: 0;
    opacity: 1;
    transition: opacity 0.2s;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}
.block1-bl1-b .text1 > span:last-child {
    display: none;
}
.block01-v3-v2 > .left {
    background-image: url(/wp-content/themes/pdvpk/img/zz.png);
    width: 95px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    opacity: 1;
    transition: opacity 0.2s;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}
.block01-v3-v1 .left {
    width: 543px;
    float: left;
}
.block01-v3-v1 .center {
    width: 545px;
    float: left;
}
.block01-v3-v1 .right {
    width: 465px;
    float: left;
}
.block01-v3-v1 .text1 {
    height: 80px;
    font-size: 24px;
    color: #1176bc;
    background-color: #fff;
    font-family: Montserrat-Bold;
    text-transform: uppercase;
    padding-top: 29px;
    box-sizing: border-box;
    padding-left: 50px;
}
.block01-v3-v1 .center .text1 {
    padding-left: 60px;
}
.block01-v3-v1 .right .text1 {
    padding-left: 45px;
}
.block01-v3-v1 .text2 {
    font-size: 14px;
    color: #33373c;
    font-family: Montserrat-Medium;
    line-height: 24px;
    padding-top: 13px;
}
.block01-v3-v1 .text2 {
    padding-left: 50px;
    padding-right: 60px;
}
.block01-v3-v1 .center .text2 {
    padding-left: 60px;
    padding-right: 50px;
}
.block01-v3-v1 .right .text2 {
    padding-left: 45px;
    padding-right: 70px;
}
.block01-v3-v1 .left .text2 span {
    color: #1176bc;
}
a.ost-zv {
    width: 225px;
    height: 45px;
    display: block;
    background-color: #016bae;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-family: Montserrat-SemiBold;
    box-sizing: border-box;
    padding-top: 13px;
    position: absolute;
    right: 135px;
    bottom: 55px;
    opacity: 1;
    transition: opacity 0.2s;
}
a.ost-zv:hover {
    opacity: 0.7;
}
.dspn{
    display: none;
}
.ContactSend-zapros1.contactsend, .ContactSend-zapros2.contactsend {
    display: none;
}
.fancybox-skin {
    padding: 0 !important;
    border-radius: 0 !important;
}
#zapros-wrapp1 {
    width: 545px;
    height: 310px;
    box-sizing: border-box;
    padding: 30px 37px 0;
}
#zapros1 .text {
    font-size: 16px;
    color: #33373c;
    font-family: Montserrat-Bold;
    padding-bottom: 55px;
}
#zapros1 #name-zapros1 {
    float: left;
    width: 205px;
    margin: 0;
    background-color: #eef2f7;
    border: none;
    color: #787c81;
    clear: left;
}

#zapros-wrapp0 #zapros1 #name-zapros2 {
    float: none;
    width: 205px;
    margin: 0;
    background-color: #eef2f7;
    border: none;
    color: #787c81;
    clear: left;
}

#zapros1 #phone-zapros1 {
    float: right;
    width: 205px;
    margin: 0;
    background-color: #eef2f7;
    border: none;
    color: #787c81;
}

#zapros-wrapp0 #zapros1 #phone-zapros2 {
    float: none;
    width: 205px;
    margin: 0;
    background-color: #eef2f7;
    border: none;
    color: #787c81;
}

#zapros1 .text1 {
    float: left;
    margin-top: 40px;
    width: 225px;
    font-size: 11px;
    color: #33373c;
    box-sizing: border-box;
    padding-left: 28px;
    line-height: 16px;
    position: relative;
}

#zapros-wrapp0 #zapros1 .text1 {
    float: left;
    margin-top: 8px;
    width: 225px;
    font-size: 11px;
    color: #33373c;
    box-sizing: border-box;
    padding-left: 28px;
    line-height: 16px;
    position: relative;
}

#coding, #coding2 {
    position: absolute;
    left: 0;
    margin: 0;
    height: 19px;
    width: 19px;
    top: 0;
    opacity: 0;
}
#coding:checked + label::after, #coding2:checked + label::after {
    opacity: 0;
}
#coding + label > span.sswfw, #coding2 + label > span.sswfw {
    position: absolute;
    left: 2px;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #0077c0 !important;
    top: 2px;
    cursor: pointer;
    overflow: hidden;
}
#zapros-wrapp0 .tx1.eng.dspn, .tx1.eng.dspn {
    display: none;
}
body.eng #zapros-wrapp0 .tx1.eng.dspn, body.eng .tx1.eng.dspn {
    display: table;
}
#zapros-wrapp0 .tx2.eng.dspn, .tx2.eng.dspn {
    display: none;
}
body.eng #zapros-wrapp0 .tx2.eng.dspn, body.eng .tx2.eng.dspn {
    display: table;
}
#coding:checked  + label > span.sswfw  > span, #coding2:checked  + label > span.sswfw  > span {
    top: -1px;
}
#coding + label > span.sswfw  > span, #coding2 + label > span.sswfw  > span {
    position: absolute;
    left: -1px;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #0077c0;
    top: -25px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MDYuODM0IDQwNi44MzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwNi44MzQgNDA2LjgzNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+PHBvbHlnb24gcG9pbnRzPSIzODUuNjIxLDYyLjUwNyAxNDYuMjI1LDMwMS45MDEgMjEuMjEzLDE3Ni44OTEgMCwxOTguMTA0IDE0Ni4yMjUsMzQ0LjMyNyA0MDYuODM0LDgzLjcyICIgZmlsbD0iI0ZGRkZGRiIvPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==");
    background-size: cover;
    transition:top 0.4s;
}
#form-zapros-send1 {
    float: right;
    margin-top: 40px;
    width: 205px;
    background-color: #1176bc;
    height: 40px;
    border-radius: 5px;
    border: none;
    opacity: 1;
    transition: opacity 0.2s;
    font-size: 14px;
    color: #eef2f7;
    font-family: Montserrat-SemiBold;
    cursor: pointer;
}

#zapros-wrapp0 #form-zapros-send2 {
    float: none;
    margin-top: 20px;
    width: 205px;
    background-color: #1176bc;
    height: 40px;
    border-radius: 5px;
    border: none;
    opacity: 1;
    transition: opacity 0.2s;
    font-size: 14px;
    color: #eef2f7;
    font-family: Montserrat-SemiBold;
    cursor: pointer;
}

#form-zapros-send1:hover {
    opacity: 0.7;
}
.tx1 {
    float: left;
    padding-left: 15px;
}

#zapros-wrapp0 .tx1 {
    float: none;
    padding-left: 0;
}

.tx1, .tx2 {
    font-size: 14px;
    color: #33373c;
    text-transform: uppercase;
    font-family: Montserrat-Light;
    padding-bottom: 8px;
    display: table;
}

#zapros-wrapp0 .tx1, #zapros-wrapp0 .tx2 {
	font-size: 14px;
    color: #33373c;
    text-transform: uppercase;
    font-family: Montserrat-Light;
    padding-bottom: 8px;
    display: table;
}

.tx2 {
    float: right;
    padding-right: 55px;
}

#zapros-wrapp0 .tx2 {
    /* float: right;
    padding-right: 55px; */
    float: none;
    padding-left: 0;
    padding-top: 8px;
}

.tx1 span, .tx2 span {
    color: #1176bc;
}
#zapros1 #phone-zapros1.error, #zapros1 #name-zapros1.error, #zapros1 #phone-zapros2.error, #zapros1 #name-zapros2.error {
    border: 2px solid red !important;
}
.ContactSend-zapros1.contactsend, .ContactSend-zapros2.contactsend {
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    position: absolute;
    top: 0;
    background-color: #fff;
    padding: 0 15px;
    height: 105%;
}
.proclose {
    display: none !important;
}
.asl_image {
    display: none !important;
}
body div.asl_r .results .item .asl_content h3, body div.asl_r .results .item .asl_content h3 a {
    font-family: Montserrat-Medium !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #a1a1a1;
}
body div.asl_r .results .item .asl_content h3 a:hover {
    color: #1876b8;
}
a.fancybox-close:hover {
    background-position: top;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
a.fancybox-close {
    background-image: url(/wp-content/themes/pdvpk/img/zzz.png);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 13px;
    height: 13px;
    right: -19px;
    top: -20px;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
}
.fancybox-opened {
    transition: top 0.3s;
    top: 0;
}
.block01-v2 .wrapper {
    position: relative;
    z-index: 2;
    height: 100%;
}
.block01-v2.v1::after {
    background-image: url(/wp-content/themes/pdvpk/img/fi1.png);
    background-repeat: no-repeat;
    background-position: right;
    content: "";
    position: absolute;
    right: 5%;
    width: 95%;
    height: 100%;
    z-index: 1;
    top: 0;
}
.block01-v2 .left > div {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}
.block01-v2 .left > div > div {
    display: table-cell;
    vertical-align: middle;
}
.block01-v2 .left > div > div img {
    max-height: 450px;
    max-width: 100%;
}
.block01-v2.v2::after {
    background-image: url(/wp-content/themes/pdvpk/img/fi2.png);
    background-repeat: no-repeat;
    background-position: right;
    content: "";
    position: absolute;
    right: 5%;
    width: 95%;
    height: 100%;
    z-index: 1;
    top: 0;
}
.block01 {
    display: table;
    width: 100%;
}
.block01-v2.v3::after {
    background-image: url(/wp-content/themes/pdvpk/img/fi3.png);
    background-repeat: no-repeat;
    background-position: right;
    content: "";
    position: absolute;
    right: 5%;
    width: 95%;
    height: 100%;
    z-index: 1;
    top: 0;
}
.block01-v2.v4::after {
    background-image: url(/wp-content/themes/pdvpk/img/fi4.png);
    background-repeat: no-repeat;
    background-position: right;
    content: "";
    position: absolute;
    right: 5%;
    width: 95%;
    height: 100%;
    z-index: 1;
    top: 0;
}
.block01-v2.v5::after {
    background-image: url(/wp-content/themes/pdvpk/img/fi5.png);
    background-repeat: no-repeat;
    background-position: right;
    content: "";
    position: absolute;
    right: 5%;
    width: 95%;
    height: 100%;
    z-index: 1;
    top: 0;
}
.block01-v2.v6::after {
    background-image: url(/wp-content/themes/pdvpk/img/fi6.png);
    background-repeat: no-repeat;
    background-position: right;
    content: "";
    position: absolute;
    right: 5%;
    width: 95%;
    height: 100%;
    z-index: 1;
    top: 0;
}
.block01-v2.v7::after {
    background-image: url(/wp-content/themes/pdvpk/img/fi7.png);
    background-repeat: no-repeat;
    background-position: right;
    content: "";
    position: absolute;
    right: 5%;
    width: 95%;
    height: 100%;
    z-index: 1;
    top: 0;
}
.block01-v2.v8::after {
    background-image: url(/wp-content/themes/pdvpk/img/fi8.png);
    background-repeat: no-repeat;
    background-position: right;
    content: "";
    position: absolute;
    right: 5%;
    width: 95%;
    height: 100%;
    z-index: 1;
    top: 0;
}
.catalog-v1 {
    display: table;
    width: 100%;
    margin-top: -90px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}
.blk .img {
    float: left;
    width: 230px;
    text-align: center;
}
.blk .img img {
    max-width: 125px;
    max-height: 160px;
}
.blk {
    float: left;
    width: 33.3%;
    padding-bottom: 110px;
    box-sizing: border-box;
    height: 270px;
}
.blk .text {
    float: left;
    width: calc(100% - 230px);
    font-size: 14px;
    color: #212630;
    line-height: 18px;
    font-family: Montserrat-Medium;
}
.blk .text a {
    margin-top: 20px;
    text-transform: lowercase;
    line-height: 1;
}
.blk .text a.none {
    font-size: 14px;
    color: #1176bc;
    text-decoration: underline;
    font-family: Montserrat-SemiBold;
    display: table;
    margin-top: 20px;
}
.blk .text a.none:hover {
    text-decoration: none;
}




#breadcrumb-mn {
    float: left;
    padding-top: 10px;
    padding-bottom: 100px;
    max-width: 1300px;
}
#breadcrumb-mn ul {
    display: table;
}
#breadcrumb-mn ul li {
    float: left;
    font-size: 14px;
    color: #a1a1a1;
    font-family: Montserrat-Regular;
    line-height: 24px;
    text-transform: none;
    text-decoration: none;
    margin-right: 5px;
}
#breadcrumb-mn ul li a{
    font-size: 12px;
    color: #a1a1a1;
    font-family: Montserrat-Regular;
    line-height: 24px;
    text-transform: none;
    text-decoration: none;
}
#breadcrumb-mn ul li a.actual{
    font-family: Montserrat-Medium;
    text-decoration: underline;
    color: #0c77bc;
}
#breadcrumb-mn ul li a:hover{
    text-decoration: underline;
}
.catalog-v1.catalog-v1-1 {
    margin-top: 0;
}
.head2 > .menu #menu-home-1 li ul::after {
    position: absolute;
    height: 15px;
    width: 100%;
    left: 0;
    top: -10px;
    content: "";
    z-index: 1;
}


.back_to_top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    width: 59px;
    height: 59px;
    cursor: pointer;
    display: none;
    background-image: url(/wp-content/themes/pdvpk/img/up.png);
    background-repeat: no-repeat;
    transition:opacity 0.2s;
    opacity: 1;
}

.back_to_top:hover {
    opacity: 0.7;
}


.back_to_top-show {
  display: block;
}
.breadcrumb-mn {
    padding-top: 15px;
    padding-bottom: 20px;
}
.breadcrumb-mn span a:hover{
    text-decoration: underline;
}
.breadcrumb-mn span a {
    font-family: Montserrat-Regular;
    text-decoration: underline;
    color: #a1a1a1;
    font-size: 12px;
    line-height: 24px;
    text-transform: none;
    text-decoration: none;
}
.breadcrumb-mn .kama_breadcrumbs > span {
    font-size: 12px;
    color: #0c77bc;
    font-family:Montserrat-Medium;
    line-height: 24px;
    text-transform: none;
    text-decoration: none;
}
#pageall p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 25px;
}
#pageall {
    padding: 0 0 25px;
    display: table;
    width: 100%;
}
.dockpagediv br {
    display: none;
}
.dockpage img {
    display: table;
    margin: 0 auto 15px;
    max-height: 250px;
    width: auto;
}
.dockpage {
    float: left;
    display: table;
    width: 29%;
    text-align: center;
    margin: 0 2% 25px;
    text-decoration: none;
    color: #788192;
    font-size: 14px;
    line-height: 19px;
}
.dockpage:hover {
    text-decoration: underline;
}
body.eng #zapros-wrapp0 .ru, body.eng .ru {
    display: none;
}
body.eng .eng, body.eng .en {
    display: block;
}
body.eng .breadcrumb-mn .eng, body.eng .breadcrumb-mn .en {
    display: initial;
}
div.asl_w .mCSBap_scrollTools .mCSBap_draggerRail {
    background-color: #dbdbdb !important;
}
div.asl_w .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background-color: #1876b8 !important;
    border-radius: 0 !important;
}
div.asl_w .mCSBap_scrollTools a + .mCSBap_draggerContainer {
    margin: 14px 0 !important;
}
div.asl_r .resdrg {
    margin: 0 20px;
}
div.asl_r .results .item .asl_content {
    padding: 18px 0 !important;
}
div.asl_r .results .item {
    padding: 0 !important;
}
div.asl_r .results .item .asl_content .asl_desc, div.asl_r .results .item div.etc {
    display: none !important;
}
div.asl_r.vertical .results .asl_spacer {
    background: #ddd !important;
}
div.asl_r .results .item .asl_content {
    background-color: #fff !important;
}
.dokumentacziya-bl {
    display: table;
    width: 100%;
    padding-top: 25px;
    margin: 0;
}
.dokumentacziya-bl.bl6-bl a {
    float: none;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 30px;
}
#politikaknfd {
    width: 600px;
    font-size: 14px;
    line-height: 18px;
    padding: 30px;
    box-sizing: border-box;
}
#politikaknfd .zag {
    font-family: Montserrat-Bold;
    font-size: 24px;
    line-height: 1;
    padding-bottom: 25px;
}
#politikaknfd p {
    padding-bottom: 15px;
}
.yslygibl {
    display: table;
    width: 100%;
    margin-top: -55px;
    margin-bottom: 30px;
}
.yslygibl1 {
    float: left;
    clear: left;
    width: 50%;
    margin-bottom: 40px;
    padding: 0 45px;
    box-sizing: border-box;
}
.yslygibl1:nth-child(2n) {
    float: right;
    clear: right;
}
.yslygibl1 .n1 {
    height: 46px;
    width: 46px;
    border-radius: 75px;
    text-align: center;
    border: 1px solid #066dad;
    box-sizing: border-box;
    margin-bottom: 25px;
    font-size: 18px;
    color: #0069ab;
    font-family: Montserrat-Bold;
    padding-top: 13px;
}
.yslygibl1 .n2 a {
    font-size: 18px;
    color: #0069ab;
    font-family: Montserrat-Bold;
    text-decoration: none;
}
.yslygibl1 .n2 a:hover {
    text-decoration: underline;
}
.yslygibl1 .n2 {
    margin-bottom: 15px;
}
.yslygibl1 .n3 {
    font-size: 14px;
    color: #071322;
    font-family: Montserrat-Medium;
    line-height: 21px;
}
.yslygibl1 .n4 {
    position: relative;
    display: table;
    width: 100%;
    margin-top: 25px;
    height: 32px;
}
.yslygibl1 .n4 a.pdrbn {
    left: auto;
    right: 0;
    top: 0;
}
.yslygibl1 .n4 a.pdrbn span.eng.dspn, body.eng .yslygibl1 .n4 a.pdrbn span.ru {
    display: none;
}
body.eng .yslygibl1 .n4 a.pdrbn span.eng.dspn {
    display: inline-block;
}
.yslygibl1 .n4 a.pdrbn span {
    overflow: hidden;
    display: inline-block;
    width: 0px;
    transition: width 0.2s;
}
.yslygibl1:hover .n4 a.pdrbn span {
    width: 85px;
}
#pageall.yslygdiv {
    margin-top: -50px;
}
#pageall.yslygdiv .yslyg-zag {
    font-size: 24px;
    color: #0069ab;
    font-family: Montserrat-Bold;
    text-transform: uppercase;
    padding-bottom: 25px;
}
#pageall.yslygdiv .ru p, #pageall.yslygdiv .eng p {
    color: #071322;
    font-family: Montserrat-Medium;
}
#pageall.yslygdiv .ru p strong, #pageall.yslygdiv .eng p strong {
    font-size: 16px;
    color: #071322;
    font-family: Montserrat-Bold;
    padding-bottom: 20px;
    display: block;
    font-weight: normal;
}
#pageall.yslygdiv .ru h2, #pageall.yslygdiv .eng h2 {
    font-size: 18px;
    color: #0069ab;
    font-family: Montserrat-Bold;
    text-transform: uppercase;
    padding-bottom: 20px;
}
#breadcrumb-mn ul li a.active {
    color: #1176bc;
    font-family: Montserrat-Bold;
}
.catalogbl {
    display: table;
    width: 100%;
    margin: 0 0 0;
}
.catalogbl-div .img {
    overflow: hidden;
    height: 250px;
    margin-bottom: 20px;
    text-align: center;
}
.catalogbl-div .img img {
    height: 100%;
    max-width: 100%;
}
.catalogbl-div {
    float: left;
    width: 23%;
    margin: 0 1% 30px;
    height: 350px;
}
.zag-ct {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.zag-ct br {
    display: none;
}

@media  screen and (max-width:1600px){

    .wrapper {
        width: 1400px;
        margin: 0 auto;
    }
    body {
        min-width: 1450px;
    }
    .head1tel > div {
        float: left;
        margin-right: 30px;
    }
    .head3bl1 {
        margin-left: 60px;
    }
    .block1-bl2-bl {
        width: 350px;
        height: 300px;
    }
    .block1-bl1-b:hover {
        width: 380px;
        height: 330px;
    }
    .bl3-bl1 > div:nth-child(2) {
        width: 350px;
    }
    .bl3-bl1 > div:nth-child(3) {
        width: 310px;
    }
    .bl3-bl1 > div:nth-child(4) {
        width: 360px;
    }
    .bl4-bl .bl4-bl1 {
        width: 595px;
    }
    .block5 {
        width: 1400px;
    }
    .foot1 > ul {
        margin-right: 40px;
    }
    .foot2bl2 {
        margin-left: 420px;
    }
    .foot .foot-bl1:first-child {
        margin-left: 40px;
    }
    .foot-bl1 {
        margin-right: 20px;
    }
    .head3bl2 {
        font-size: 44px;
    }

    .poiskbl1.dspn.open {
        width: 300px;
        left: -310px;
    }
    .poiskbl1.dspn .search-field {
        width: 275px;
    }
    .block01-v3-v1 .left {
        width: 470px;
        float: left;
    }
    .block01-v3-v1 .center {
        width: 500px;
        float: left;
    }
    .block01-v3-v1 .right {
        width: 420px;
        float: left;
    }
    .bl4-bl .bl4-bl2 {
        width: 720px;
    }
    .head2 > .menu #menu-home-1 li.menu-item-185 ul {
        left: -110px;
    }
    #breadcrumb-mn {
        max-width: 1130px;
    }


}
@media  screen and (max-width:1449px){
    .wrapper {
        width: 1200px;
        margin: 0 auto;
    }
    body {
        min-width: 1250px;
    }
    .block5 {
        width: 1200px;
    }
    #menu-home .ul-bl-frm {
        display: none;
    }
    #menu-home ul {
        padding-top: 15px;
        padding-left: 15px;
    }
    .head1 .logo {
        float: left;
        padding-top: 45px;
        margin-right: 30px;
    }
    .head1tel > div:first-child a span {
        font-size: 18px;
    }
    .head1tel > div a {
        font-size: 14px;
    }
    .head2 > .menu #menu-home-1 li {
        float: left;
        margin-right: 30px;
    }
    .head3bl1 {
        margin-left: 25px;
    }
    .head3bl2 {
        font-size: 34px;
    }
    .block1-bl2 {
        display: table;
        width: 1047px;
        padding-bottom: 97px;
        margin: 0 auto;
    }
    .bl3-bl1 > div {
        width: 285px;
    }
    .bl3-bl1 > div:nth-child(2) {
        width: 305px;
    }
    .bl3-bl1 > div:nth-child(3) {
        width: 295px;
    }
    .bl3-bl1 > div:nth-child(4) {
        width: 310px;
    }
    .bl4-bl .bl4-bl1 {
        width: 515px;
    }
    .bl4-bl2bl2 {
        font-size: 75px;
    }
    .bl6-bl a {

    }
    .mbdpn {
        display: none !important;
    }
    .foot1 > ul .dspn {
        display: block;
        padding-top: 16px;
    }
    .foot1 > ul {
        margin-right: 80px;
    }
    .foot2bl2 {
        margin-left: 320px;
    }
    .foot-bl1 {
        font-size: 13px;
    }
    .foot-bl2 {
        float: right;
        margin-right: 0;
    }
    #foot {
        height: 110px;
    }
    #footer {
        height: 687px;
    }

    .poiskbl1.dspn.open {
        width: 275px;
        left: -285px;
    }
    .poiskbl1.dspn .search-field {
        width: 245px;
    }


    .block01-v3-v1 .text1 {
        height: 70px;
        font-size: 16px;
        color: #1176bc;
        background-color: #fff;
        font-family: Montserrat-Bold;
        text-transform: uppercase;
        padding-top: 29px;
        box-sizing: border-box;
        padding-left: 50px;
    }
    .block01-v3-v1 .left {
        width: 400px;
        float: left;
    }
    .block01-v3-v1 .center {
        width: 410px;
        float: left;
    }
    .block01-v3-v1 .right {
        width: 380px;
        float: left;
    }
    .bl4-bl .bl4-bl2 {
        width: 600px;
    }
    .bl4-bl .bl4-bl2 > div {
        width: 33.3%;
    }
    .razrabsite {
        margin-left: -40px;
        top: 62px;
    }
    .bl4-bl2-cntr {
        display: none;
    }
    .head2 > .menu #menu-home-1 li.menu-item-185 ul {
        left: -160px;
    }
    #breadcrumb-mn {
        max-width: 980px;
    }


}
@media  screen and (max-width:1249px){
    .block01-v3-v1 .left, .block01-v3-v1 .center, .block01-v3-v1 .right {
        width: 100% !important;
        float: none !important;
        padding-bottom: 30px;
    }
    a.ost-zv {
        bottom: 0px;
        right: 0;
    }
    .block01-v3-v1 .right .text2 {
        padding-bottom: 20px;
    }
    .block1-bl2:nth-child(2) {
        display: none;
    }
    .block1-bl2.dspn {
        display: block !important;
    }

    .wrapper {
        width: 1000px;
        margin: 0 auto;
    }
    body {
        min-width: 1050px;
    }
    .block5 {
        width: 1000px;
    }
    .head1tel {
        float: left;
        padding-top: 20px;
        width: 440px;
    }
    .head1tel > div:first-child a span {
        font-size: inherit;
    }
    .head1tel > div {
        float: left;
        margin-right: 30px;
        width: 155px;
        margin-bottom: 25px;
    }
    .head2 > .menu #menu-home-1 li a {
        font-size: 12px;
    }
    .head3bl1-sldr-div .text {
        font-size: 12px;
    }
    .head3bl2 {
        font-size: 23px;
    }
    .block1-bl2 {
        display: block;
        width: 790px;
        padding-bottom: 97px;
        margin: 0 auto;
    }
    .block1-bl2-bl {
        margin: 30px 15px;
        width: calc(100% - 30px) !important;
    }
    .block1-bl1-b:hover{
        box-shadow: none;
    } 
    .bl3-bl1 > div {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .bl4-bl {
        padding: 45px 0 0;
    }
    .bl4-bl .bl4-bl1 {
        width: 100%;
    }
    .bl4-bl .bl4-bl1 .text2 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 30px;
    }
    .bl4-bl .bl4-bl2 .bl4-bl2bl1 {
        font-size: 16px;
        padding-top: 25px;
    }
    .bl6-bl a:nth-child(2) {


    }
    .bl6-bl a {
        width: calc(33.3% - 30px);
        margin-right: 30px;
    }
    .foot1 > ul {
        margin-right: 30px;
    }
    .foot-bl2 a {
        font-size: 0;
        text-indent: -9999px;
        width: 45px;
        background-image: url(/wp-content/themes/pdvpk/img/ccc.png);
        background-repeat: no-repeat;
        background-position: center -51px;
    }
    .poiskbl1.dspn.open {
        width: 180px;
        left: -185px;
    }
    .poiskbl1.dspn .search-field {
        width: 155px;
    }
    .blk {
        width: 50%;
    }
    .bl4-bl .bl4-bl2 {
        width: 100%;
        margin-top: 20px;
        margin-right: 0;
    }
    .bl4-bl .bl4-bl2 > div {
        width: 25%;
    }
    .block4 {
        height: 730px;
    }
    .inp {
        width: 235px;
    }
    #form-zapros {
        display: table;
        width: 1000px;
        margin: 0 auto;
    }
    .razrabsite {
        margin-left: -283px;
        top: 75px;
    }
    .block1-bl1 .text {
        max-width: 780px;
    }
    .bl4-bl2-cntr {
        display: block;
    }
    .head2 > .menu #menu-home-1 li.menu-item-185 ul {
        left: -290px;
    }
    .head2 > .menu #menu-home-1 li.menu-item-187 ul {
        left: -95px;
    }
    #breadcrumb-mn {
        max-width: 750px;
    }
	.catalogbl-div {
	    width: 31.3%;
	}

}
@media  screen and (max-width:1049px){
    .blk {
        float: left;
        width: 100%;
        padding-bottom: 60px;
    }

    .wrapper {
        width: 900px;
        margin: 0 auto;
    }
    body {
        min-width: 950px;
    }
    .block5 {
        width: 900px;
    }
    .head1tel {
        float: left;
        padding-top: 20px;
        width: 360px;
    }
    .head1tel > div {
        float: left;
        margin-right: 25px;
        width: 140px;
        margin-bottom: 25px;
    }
    .head3bl1 {
        width: 490px;
    }
    .head3bl1-sldr-div .img img {
        max-width: 100%;
        height: auto;
    }
    .head3bl1-sldr-div .img {
        height: 506px;
        width: 335px;
    }
    .bl4-bl {
        padding: 25px 0 0;
    }
    .bl6-bl a:nth-child(2) {


    }
    .bl6-bl a {
        width: calc(33.3%);
        margin-right: 0;
        padding-left: 45px;
    }
    .foot .foot-bl1:first-child {
        margin-left: 0;
    }
    .foot-bl1 {
        font-size: 12px;
    }
    .foot1 {
        padding-top: 45px;
        box-sizing: border-box;
        padding-left: 0;
        display: table;
        width: 100%;
        height: 500px;
    }
    .foot1 > ul > li > a {
        font-size: 12px;
    }
    .foot1 > ul {
        max-width: 200px;
    }
    .foot2bl2 {
        margin-left: 145px;
    }

    .block1-bl2 {
        display: block;
        width: 790px;
        padding-bottom: 60px;
        margin: 0 auto;
    }
    .head2 .poisk {
        display: none;
    }
    .head2 > .menu #menu-home-1 li ul {
        width: 620px;
    }
    .block01-v2 {
        height: auto;
        position: relative;
    }
    .block01-v2 .left {
        float: left;
        width: 100%;
        min-height: 10px;
        height: auto;
    }
    .block01-v2 .right {
        float: left;
        min-height: 10px;
        width: 100%;
    }
    .inp {
        width: 202px;
    }
    #form-zapros {
        display: table;
        width: 900px;
        margin: 0 auto;
    }
    .razrabsite {

        margin-left: -233px;
        top: 75px;

    }
    .block1-bl1 .text {
        max-width: 695px;
        font-size: 30px;
    }
    #breadcrumb-mn {
        max-width: 665px;
    }
	.catalogbl-div {
	    width: 48%;
	}


}
@media  screen and (max-width:949px){
    .wrapper {
        width: 700px;
        margin: 0 auto;
    }


    body {
        min-width: 750px;
    }
    .block5 {
        width: 700px;
    }
    .head-right .openform {
        width: 44px;
        font-size: 0;
        text-indent: -9999px;
        background-image: url(/wp-content/themes/pdvpk/img/ccc.png);
        background-repeat: no-repeat;
        background-position: center -52px;
    }
    .head-right .ru-eng {
        float: left;
        margin-right: 10px;
    }
    .head1tel {
        float: left;
        padding-top: 20px;
        width: 335px;
    }
    .head-right {
        float: right;
        padding-top: 13px;
    }
    .foot1 {
        display: none;
    }
    #footer {
        height: auto;
    }
    #foot {
        height: 180px;
    }
    .foot2bl2 {
        margin-left: 25px;
    }
    .foot2 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .foot2bl1 {
        float: left;
        margin-left: 0;
    }
    .foot2bl3 {
        margin-right: 0;
    }
    .block1-bl1 .text {
        font-size: 30px;
    }
    .bl6-bl a {
        width: 225px !important;
        margin-right: -3px;
        padding-left: 45px;
        font-size: 11px;
    }
    .block3 .block1-bl1 .text {
        width: 495px;
        padding-bottom: 30px;
    }
    .inp {
        width: 170px;
        margin-right: 10px;
    }
    #form-zapros-send {
        font-size: 14px;
        width: 158px;
    }
    #form-zapros {
        width: 700px;
    }
    .head2 {
        height: 0px;
        overflow: hidden;
    }
    .head3bl1 {
        width: 655px;
    }
    .head3bl1-sldr-div .img {
        height: 506px;
        width: 466px;
    }
    .head3bl1 {
        width: 655px;
        float: none;
    }
    .head3 {
        display: block;
        overflow: hidden;
        height: auto;
    }
    .head3bl2 {
        font-size: 40px;
        padding-top: 20px;
        margin-top: 0;
    }
    .head3bl2 .href-pdrbn {
        margin-top: 45px;
    }
    .header {
        height: 1000px;
    }
    .head2 > .menu1 {
        float: none;
        position: fixed;
        background-color:  #04162e;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
    }
    .head-right {
        position: relative;
    }
    .mobmenu.dspn {
        display: block;
        width: 30px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        height: 20px;
        position: absolute;
        right: 0;
        top: 75px;
        cursor: pointer;
    }
    .mobmenu.dspn span {
        height: 2px;
        width: 100%;
        display: block;
        margin-top: 9px;
        background-color:  #fff;
    }
    .head1tel {
        display: none;
    }
    .head-right .openform {
        display: none;
    }
    .head-right .ru-eng {
        margin-right: 70px;
    }
    .mobmenu.dspn {
        top: 25px;
    }
    .head1 .logo {
        float: left;
        padding-top: 12px;
        margin-right: 30px;
    }
    .head1 {
        height: 75px;
    }
    .head3bl2 {
        display: none;
    }
    .header {
        height: 600px;
    }
    .block1-bl2 {
        display: block;
        width: 365px;
        padding-bottom: 60px;
        margin: 0 auto;
    }
    .menumobopen.dspn {
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #1d3b4f  ;
        z-index: 22;
        display: block;
        transition: right 0.3s;
    }
    .menumobopen.dspn.open{
        right: 0;
    }
    .closemenu {
        color: rgba(0,0,0,0);
        position: absolute;
        right: 30px;
        top: 30px;
        font-size: 1px;
        cursor: pointer;
        font-family: Montserrat-SemiBold;
        background-image: url(/wp-content/themes/pdvpk/img/zzz.png);
        background-position: bottom;
        width: 13px;
        height: 13px;
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transition: transform 0.2s;
        -webkit-transition: transform 0.2s;
    }

    .closemenu:hover {
        background-position: top;
        transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }


    .menumobopendiv {
        width: 100%;
        margin: 0 auto;
        height: 100%;
        box-sizing: border-box;
        overflow-y: scroll;
        padding: 95px 10% 20px;
    }
    .menumobopendiv .head1tel {
        display: block;
        float: none;
        width: auto;
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .menumobopendiv .openform {

        float: none;
        width: 187px;
        text-align: center;
        height: 44px;
        font-size: 14px;
        color: #fff;
        font-family: Montserrat-Medium;
        text-decoration: none;
        border: 1px solid #909fa9;
        box-sizing: border-box;
        border-radius: 5px;
        padding-top: 14px;
        transition: border-color 0.2s;
        display: block;
        clear: both;

    }
    .menumobopendiv  .openform:hover{
        border-color:#1176bc;
    }  
    .menumobopendiv li ul {
        display: none;
    }
    .menumobopendiv .openmobdiv {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        right: -13px;
        top: -5px;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transition: transform 0.2s;
        cursor: pointer;
    }
    .menumobopendiv .openmobdiv:hover {
        transform: rotate(43deg);
        -webkit-transform: rotate(43deg);
        top: -1px;
    }

    .menumobopendiv li {
        margin-bottom: 15px;
        position: relative;
    }
    .menumobopendiv li a {
        font-size: 12px;
        color: #fff;
        font-family: Montserrat-SemiBold;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 16px;
        display: table;
    }
    .menumobopendiv li a:hover {
        text-decoration: underline;
    }
    #wrapper {
        overflow: hidden;
    }
    .bg-main {
        overflow: hidden;
    }
    .razrabsite {

        margin-left: -135px;
        top: 27px;

    }
    .block1-bl1 .text {
        max-width: 490px;
        font-size: 28px;
        line-height: 32px;
    }
    #breadcrumb-mn {
        max-width: 100%;
        padding-bottom: 30px;
    }
    .yslygibl {
        display: table;
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .yslygibl1 {
        float: none !important;
        clear: none !important;
        width: 100%;
        padding: 0;
    }
    #pageall.yslygdiv {
        margin-top: 0;
    }
    .menumobopendiv li.current-menu-item > a , .menumobopendiv li.current_page_parent > a {
        text-decoration: underline;
    }
}
@media  screen and (max-width:749px){
    .wrapper {
        width: 500px;
        margin: 0 auto;
    }
    body {
        min-width: 550px;
    }
    .block5 {
        width: 500px;
    }
    .head1 .logo {
        float: left;
        padding-top: 12px;
        margin: 0 auto;
        display: table;
    }
    .head3bl1 {
        width: 455px;
        float: none;
    }
    .head3bl1-sldr-div .img {
        width: 290px;
    }
    .head3bl1-sldr-div .text {
        font-size: 12px;
        margin-left: 35px;
        width: 120px;
    }
    .head3bl2 {
        font-size: 32px;
        padding-top: 30px;
        margin-top: 0;
        line-height: 40px;
    }
    .block1-bl1 .text {
        font-size: 25px;
        margin-right: -150px;
        max-width: 295px;

    }
    .block2 .text {
        font-size: 16px;
        color:  #fff;
        text-align: center;
        font-family: Montserrat-Bold;
        padding-top: 16px;
        padding-bottom: 35px;
    }
    .inp {
        width: 155px;
    }
    #form-zapros-send {
        width: 140px;
    }
    #form-zapros {
        width: 500px;
    }
    .block3 .block1-bl1 .text {
        margin-right: -500px;
    }
    .bl4-bl2bl2 {
        font-size: 55px;
    }
    .block4 {
        height: 660px;
    }
    .bl6-bl a {
        width: 100% !important;
        margin-right: -3px;
        padding-left: 45px;
        font-size: 11px;
        margin-bottom: 30px;
    }
    .bl6-bl > div {
        display: none;
    }
    .bl6-bl a .bl6-bl-span1 br {
        display: none;
    }
    .block6 .block1-bl1 .text {
        margin-top: 40px;
    }
    .foot-bl2 {
        float: right;
        margin-right: 0;
        margin-top: 0px;
    }
    .foot2bl3 {
        float: left;
    }
    .block7-bl1 {
        margin: 0 auto;
        float: none;
    }

    .block1-bl2 {
        width: 365px;
        padding-bottom: 35px;
    }
    .block1-bl1 .text {
        opacity: 1;
        transition: opacity 0.2s;
    }
    .block1-bl1 .text.open {
        opacity: 0;
    }
    .bl4-bl .bl4-bl2 > div {
        width: 25%;
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        margin-bottom: 20px;
        margin-top: -35px;
    }
    .inp {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    #form-zapros-send {
        width: 100%;
    }
    .block2 {
        height: 375px;
    }
    .razrabsite {

        margin-left: -11px;
        top: 58px;
        font-size: 12px;

    }
    #breadcrumb-mn ul li a {
        font-size: 12px;
    }
    #zapros-wrapp1 {
        width: 460px;
        height: 310px;
        box-sizing: border-box;
        padding: 30px 15px 0;
    }
    #politikaknfd {
        width: 100%;
        padding: 20px;
    }
    #politikaknfd .zag {
        font-size: 20px;
    }
	.catalogbl-div {
	    width: 98%;
	    height: auto;
	}


}
@media  screen and (max-width:549px){
    .wrapper {
        width: 400px;
        margin: 0 auto;
    }
    body {
        min-width: 450px;
    }
    .block5 {
        width: 400px;
    }
    .head1 .logo {
        float: left;
        margin: 0;
    }
    .head-right {
        margin-top: 0;
    }
    .head3bl1 {
        width: 355px;
        float: none;
    }
    .head3bl1-sldr-div .img {
        width: 190px;
        height: 320px;
        margin-top: 10px;
    }
    .head3bl1-sldr-div .text {
        font-size: 10px;
        margin-left: 35px;
        width: 120px;
        margin-top: 110px;
    }
    .head3bl1-sldr {
        height: 410px;
        width: 100%;
        position: relative;
    }
    .head3bl1-sldr .slick-arrow {
        top: 165px;
    }
    .header {
        height: 495px;
    }
    .block1-bl1 .text {
        font-size: 20px;
        margin-right: -150px;
        line-height: 34px;
    }
    #form-zapros {
        width: 400px;
    }
    .inp {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    #form-zapros-send {
        width: 100%;
    }
     .block2 .text {
        font-size: 14px;
        color:  #fff;
        text-align: center;
        font-family: Montserrat-Bold;
        padding-top: 20px;
        padding-bottom: 20px;
    }  
    .bl4-text1 {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .bl4-bl .bl4-bl1 .text1 {
        font-size: 26px;
    }
    .bl4-bl .bl4-bl1 .text2 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
    }
    .bl4-bl2bl2 {
        font-size: 40px;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .bl4-bl .bl4-bl2 .bl4-bl2bl1 {
        font-size: 14px;
    }
    .block4 {
        height: 550px;
    }
    .bl6-bl {
        display: table;
        margin: 15px auto 0;
    }
    .foot-bl2 {
        float: right;
        margin-right: 0;
        margin-top: -70px;
    }
    .block2 {
        height: 355px;
    }
    .wrapper {
        overflow: hidden;
    }
    .bl4-bl .bl4-bl2 > div {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
    }
    .razrabsite {

        margin-left: -43px;
        top: 58px;
        font-size: 10px;

    }
    #breadcrumb-mn {
        padding-top: 0;
    }
    .block1-bl1 .text1 {
        margin: 0 auto 0;
        float: none;
        width: 199px;
        padding-top: 20px;
        clear: both;
    }
    .block01-v1 .block1-bl1 .text1 {
        padding-top: 20px;
    }
    .block01-v2.v1::after {
        display: none;
    }
    .block01-v2 {
        background-color: #f4f9ff;
    }
    .block2.v2 {
        padding-top: 0;
    }
    .block01-v3-v2 a {
        display: none !important;
    }
    .block01-v3-v2 a.actv1 {
        display: block !important;
    }
    .block01-v3-v2 > span {
        display: none;
    }
    .block01-v3-v2 {
        margin-top: 25px;
        bottom: 0;
        margin-bottom: 25px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 35px;
    }
    .block01-v3-v2 > .left, .block01-v3-v2 > .right {
        width: 40px;
    }
    #zapros-wrapp1 {
        width: 265px;
        height: auto;
        box-sizing: border-box;
        padding: 20px 15px 0;
        position: relative;
        z-index: 0;
    }
    #zapros1 .text {
        padding-bottom: 30px;
    }
    #zapros1 #name-zapros1, #zapros1 #phone-zapros1 {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    #zapros1 .text1 {
        margin-top: 0;
    }
    #form-zapros-send1 {
        margin-top: 15px;
        width: 100%;
        margin-bottom: 20px;
    }
    #form-zapros1 .tx2 {
        position: absolute;
        top: 145px;
        left: 30px;
    }
    .block01-v3-v2 a {
        text-align: center;
    }
    .zagblock h1 {
        font-size: 26px;
        line-height: 40px;
    }

}
@media  screen and (max-width:429px){
    .block1-bl1 .text1 {
        margin: 0 auto 0;
        float: none;
        width: 199px;
        padding-top: 20px;
        clear: both;
    }


    .block1-bl1-b .text1 a {
        font-size: 12px;
        line-height: 17px;
    }
    .wrapper {
        width: 280px;
        margin: 0 auto;
    }
    body {
        min-width: 300px;
    }
    .block5 {
        width: 280px;
    }
    .block7-bl1 {
        float: left;
        width: 100%;
    }
    .block7-bl1-bl .text {
        padding-left: 30px;
    }
    .block7-bl1-bl .text1, .block7-bl1-bl .text2, .block7-bl1-bl .text3 {
        margin-left: 30px;
    }
    .head1 .logo img {
        width: 100px;
        margin-top: 11px;
    }
    .head3bl1 {
        width: 236px;
        float: none;
    }
    .head3bl1-sldr-div .img img {
        max-height: 230px;
        width: auto;
    }
    .head3bl1-sldr-div .text {
        font-size: 10px;
        margin-left: 35px;
        width: 100%;
        margin-top: 0;
        float: none;
        padding-top: 25px;
        clear: both;
    }
    .head3bl1-sldr-div .text a {
        margin-top: 25px;
    }
    .head3bl1-sldr-div .img {
        width: 100%;
        height: 230px;
        margin-top: 10px;
    }
    .block1-bl1 .text {
        font-size: 14px;
        margin-right: 0px;
        line-height: 26px;
    }
    .block1-bl1 {
        display: table;
        width: 100%;
        height: 130px;
    }
    #form-zapros {
        width: 280px;
    }
    .textform {
        color:   #fff;
        font-size: 10px;
        text-align: center;
        margin-top: 13px;
    }
    .bl3-bl1 > div {
        padding: 0;
    }
    .bl3-bl1 > div .text2 {
        font-size: 12px;
        line-height: 17px;
        margin-top: 10px;
    }
    .bl3-bl1 > div .text3 {
        font-size: 12px;
        color:  #5d6063;
        line-height: 16px;
        margin-top: 10px;
    }
    .bl3-bl1 {
        display: table;
        padding-bottom: 30px;
    }
    .block4 {
      height: 650px;
    }
    .bl4-bl2bl2 {
        font-size: 32px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .bl4-bl2bl3 {
        font-size: 16px;
    }
    .block6 .block1-bl1 .text {
        margin-top: 50px;
        margin-right: -300px;
        text-align: center;
    }
    #foot {
        height: 310px;
    }
    .foot-bl2 {
        float: right;
        margin-right: 0;
        margin-top: 0;
    }
    .foot2bl2 {
        margin-left: 0;
    }
    .block1 .wrapper {
        overflow: inherit;
    }
    .block1-bl2 {
        width: 280px;
        padding-bottom: 35px;
    }
    .block1-bl2-bl {
        height: 335px;
    }
    .block1-bl2-bl {
        float: left;
        margin: 15px 15px;
    }
    .block1-bl1-b .pdrbn {
        bottom: 15px;
    }
    .block1-bl1-b:hover {
        height: calc(100% + 30px);
        width: calc(100% + 30px);
        margin: -15px;
    }
    .blk .img {
        float: none;
        width: 100%;
        text-align: center;
    }
    .blk .text {
        width: 100%;
        font-size: 14px;
        color: #212630;
        line-height: 18px;
        padding-top: 15px;
    }
    .bl4-bl .bl4-bl2 > div {
        width: 50%;
    }
    .block4 {
        height: 785px;
    }
    .razrabsite {

        margin-left: -103px;
        top: 58px;
        font-size: 10px;

    }
    #breadcrumb-mn ul li a {
        font-size: 9px;
    }
    .block01-v2.v1::after {
        display: none;
    }
    .block01-v2 {
        background-color: #f4f9ff;
    }
    .yslygibl1 .n2 a {
        font-size: 15px;
    }
    .yslygibl1 .n3 {
        font-size: 13px;
        line-height: 18px;
    }
    #pageall.yslygdiv .yslyg-zag {
        font-size: 16px;
        padding-bottom: 20px;
    }
    #pageall p {
        font-size: 14px;
        line-height: 19px;
        padding-bottom: 20px;
    }
    #pageall.yslygdiv .ru h2, #pageall.yslygdiv .eng h2 {
        font-size: 16px;
        padding-bottom: 20px;
    }
    #pageall.yslygdiv .ru p strong, #pageall.yslygdiv .eng p strong {
        font-size: 14px;
        padding-bottom: 15px;
    }
    #breadcrumb-mn.nnnnnnnn ul li {
        line-height: 1;
    }
    #breadcrumb-mn.nnnnnnnn ul li a {
        line-height: 1;
    }

}