/*   

Theme Name: 

*/


/*@font-face{
    font-family:'PFDINDISPLAYMED';
    src:local('PFDINDISPLAYMED'),
    url('/MPFDINDISPLAYMED.woff') format('woff'),
    url('/PFDINDISPLAYMED.otf') format('opentype');
    font-weight:500;
    font-style:medium;

}*/
@font-face {font-family: 'PFDINDISPLAYMED'; src: url('/PFDINDISPLAYMED.TTF'); }
@font-face {font-family: 'PFDINDISPLAYMED'; src: url('/PFDINDISPLAYMED.eot'); }
header{
  /*height: 250px;*/
  margin-top: 2px;

}
.logo{
  display: inline-block;
  padding-top: 5px;
}
.logo-img{
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: 17px;
  padding-right: 10px;
}
.header-top{
  background: url('images/header-b.jpg') no-repeat center top;
  font-size: 0;
  margin-top: 6px;
}
.logo-txt{
  display: inline-block;
}
.logo-txt p:nth-of-type(1){
  font-size: 33px;
  color:#99c123;
  line-height: 20px;
}
.logo-txt p:nth-of-type(1) span{
  color:#fc7d12;
}
.logo-txt p:nth-of-type(2){
  font-size: 12px;
  color:#8fa0b4;
}
.warning{
  display: inline-block;
  padding-left: 60px;
  vertical-align: top;
  padding-top: 23px;
}
.warning p{
  font-size: 14px;
  color:#648cbb;
  line-height: 18px;
  position: relative;
}
.warning span{
  color:#fc7d12;
}
.warning p:before{
  position: absolute;
  content: url('images/war.png');
  left: -24px;
}
.bt{
  display: inline-block;
  vertical-align: top;
  /*padding-left: 45px;*/
  float: right;
}
.btn-1{
  border-radius: 50%;
    background-color: rgb(252, 125, 18);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
    width: 90px;
    height: 90px;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    text-align: center;
    padding-top: 32px;
}
.btn-1:hover{
  box-shadow: none;
  color:#fff;
}
.myb{
  border: 1px solid rgb(235, 238, 241);
  border-radius: 3px;
  width: 162px;
  height: 30px;
  margin-left: 35px;
  display: inline-block;
  margin-top: 30px;
  text-align: center;
  padding-top: 7px;
}
.btn-2{
  color: rgb(143, 160, 180);
  font-size: 12px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.btn-2:hover{
  color:#99c123;
}
.btn-2 span{
  border-bottom: 1px dashed rgb(143, 160, 180);
}
.btn-2 span:hover{
  color:#99c123;
  border-bottom: 1px dashed #99c123;
}
.header-nav{
  background: url('images/pl.png')repeat-x center 25px;
}
footer .header-nav
{
  background-position: center 45px;
}
.men-one{
  background: url('images/navig.png') no-repeat center;
  height: 60px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.men-one ul li{
  float: left;
  padding: 10px 15px 15px 15px;
  border-right:1px solid #7ca0cb;
}
.men-one ul li:last-child, .men-two ul li:last-child{
  border: 0;
}
.men-one ul li a{
  color:#fff;
  font-size: 14px;

}
.men-one ul li a:hover, .current-menu-item a{
  color:#a4ccfb!important;
  border-bottom: 1px dashed #a4ccfb;
}
.men-one ul, .men-two ul{
  display: inline-block;
}
.men-two{
  border: 1px solid rgb(235, 238, 241);
  border-top: 0;
  border-radius: 0px 0px 5px 5px;
  margin-top: -3px;
  position: relative;
  z-index: 0;
  height: 45px;
}
.men-two ul li{
  float: left;
  padding: 0px 15px 10px 15px;
  overflow: hidden;
  border-right:1px solid #ebeef1;

}
.men-two ul li a{
  font-size: 14px;
  color:#8fa0b4;

}
.men-two ul li a:hover{
  color:#648cbb;
  border-bottom: 1px dashed #648cbb;
}
.men-two-other{
  padding: 0px 20px;
}
.tittle{
  background-color:#fff;
  padding: 0px 25px 10px 25px;
  top: -10px;
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 20px;
}

.content h1:before, .content h1:after, article h3:after, article h3:before, article h2:after, article h2:before
{
  content: "";
  display: block;
  background: #fff;
  width: 24px;
  height: 30px;
  position: absolute;
  left: -24px;
  top: 0;
  z-index: 100;
}

.content h1:after, article h3:after, article h2:after
{
  left: auto;
  right: -24px;
}

.content h1
{
  font-size: 24px;
  display: inline-block;
  border-bottom: 2px dashed #e1e6eb;
  background: #fff;
  color: #99c123;
  position: relative;
  z-index: 100;
}

article h2
{
  font-size: 22px;
  display: inline-block;
  border-bottom: 2px dashed #e1e6eb;
  background: #fff;
  color: #99c123;
  position: relative;
  z-index: 100;
}

article h3
{
  font-size: 20px;
  display: inline-block;
  border-bottom: 2px dashed #e1e6eb;
  background: #fff;
  color: #99c123;
  position: relative;
  z-index: 100;
}

.title-wrap
{
  text-align: center;
  position: relative;
  margin: 15px 0;
}

.title-wrap:before
{
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  height: 1px;
  background-color: #e1e6eb;
  width: 100%;
  z-index: 90;
}

article p
{
  font-size: 13px;
  line-height: 18px;
  margin: 15px 0;
}

.tittle h1{
  font-size: 24px;
  color:#99c123;
  border-bottom: 2px dashed #e1e6eb;
  margin: 0px;
  margin-top: -5px;
}
.tittle h3{
  font-size: 20px;
  color:#99c123;
  border-bottom: 2px dashed #e1e6eb;
  margin: 0px;
}
.lt{
  height: 1px;
  background-color: #e1e6eb;
}
.blo{
  height: 395px;
  width: 320px;
  display: inline-block;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid rgb(193, 212, 235);
  border-radius: 3px;
}
.zaym-cont{
  font-size: 0px;
}
.logo-blo{
  height: 50px;
  width: 140px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
.logo-blo:after{
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: '';
}
.one-blo, .two-blo{
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.log-name{
  font-size: 14px;
  color:#375f8e;
  line-height: 18px;
  padding-left: 10px;
  padding-top: 7px;
  border-left: 1px solid #e1e6eb;
}
.tittle-zay{
  font-size: 12px;
  color:#8fa0b4;
  width: 140px;
  background-color:#f5f6f8;
  line-height: 20px;
  padding-left: 10px;
}
.blo p{
  font-size: 15px;
  margin: 0px;
  padding: 5px 0px 5px 10px;
  color:#648cbb;
}
.zaym-cont p span{
  color:#99c123;
}
.two-blo .tittle-zay{
  margin-left: 10px;
  position: relative;
}
.two-blo .tittle-zay:before{
  content: '';
  left: -10px;
  position: absolute;
  background: #e1e6eb;
  width: 1px;
    height: 21px;
}
.two-blo p{
  padding-left: 20px;
}
.tittle-zay-full{
  font-size: 12px;
  color:#8fa0b4;
  background-color:#f5f6f8;
  line-height: 20px;
  padding-left: 10px;
}
.btn-3{
  background: url('images/sprite.png') no-repeat center -54px;
  height: 46px;
  font-size: 18px;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  color:#fff;
  position: relative;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
}
.btn-3:before{
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.btn-3:hover{
  background: url('images/btn-3h.png') no-repeat center 0px;
  color:#fff;
}
.answer-1 p, .answer-2 p{
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}
.answer-2 p{
  position: relative;
  padding-left: 45px;
  color:#7d9bbe;

}
.answer-2 p:before{
  content: '';
  background-color: #e1e6eb;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  position: absolute;
  left: 15px;
}
.foot-bottom .logo-img{
  vertical-align: top;
}
.foot-bottom .logo-txt p:last-child{
  font-size: 13px;
  color:#b0c2d8;
  margin-bottom: 0px;
}
.foot-bottom .logo-txt p:nth-of-type(1){
  margin-bottom: 15px;
}

.like{
  display: inline-block;
  width: 330px;
  text-align: center;
  vertical-align: top;
  padding-top: 20px;
}
.like-zag{
  font-size: 13px;
  color:#99c123;
  padding-bottom: 12px;
}
.foot-bottom .myb{
  /*padding-top: 7px;*/
  margin-left: 0px;
}
.bakc-pol{
  margin-bottom: 2px;
  background:url('images/b-t.png')repeat-x center top, url('images/b-b.png')repeat-x center bottom;
}
.foot-bottom{
  padding-bottom: 20px;
}
.page-numbers li{
  float: left;
  font-size: 12px;
  margin: 0px 5px!important;
  padding: 0px !important;

}
.page-numbers li:before{
  width: 0px!important;
  height: 0px!important;
}
.page-numbers li a:hover{
  color:#99c123;

}
.page-numbers .current{
  color:#99c123;

}
.t-k{
  font-size: 18px;
  text-decoration: underline;
  line-height: 18px;
}
.t-k:hover{
  color:#99c123;
  text-decoration: underline;
}
.anonc{
  font-size: 13px;
  padding-top: 10px;
}
.my-nav ul{
  margin-top: 10px;
  display: inline-block;
  border: 1px solid rgb(235, 238, 241);
  border-radius: 3px;
  padding: 8px;
}
.box h3, .box-1 h3{
  height: 50px;
  margin: 0px;
  border-bottom: 1px solid #e1e6eb;
}
.teg{
  border-bottom: 1px dashed #648cbb;
  margin: 0px 5px;
}
.teg:hover{
  border-bottom: 1px dashed #99c123;
}
.content{
  min-height: 300px;
}

.money img{
  border: 1px solid #ebeef1;
  margin-right: 20px;
}
.stat p{
  margin-bottom: 20px;
}

.box-1 { float:left; clear:left; width: 320px; margin-left: 0;padding: 15px;box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1); min-height: 245px;margin-bottom: 15px;}
.box { float:left; width: 320px; margin-left: 20px; padding: 15px;box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1); min-height: 245px; margin-bottom: 15px;}
.text-center.pdt-20
{
  padding-top: 15px;
}

.text-center.pdt-20 + .pad-10
{
  padding: 5px 0 20px 0;
}

.breadcrumbs{
  display: inline-block;
  border: 1px solid #ebeef1;
  padding: 5px 15px;
  border-radius: 3px;
  margin-bottom: 15px;
  font-size: 12px;
}
.breadcrumbs a{
  color:#c1d4eb;
  border-bottom: 1px dashed #c1d4eb;
}

.breadcrumbs > span
{
  margin: 0 5px;
}

.breadcrumbs span span{
  color:#8fa0b4;
}
.related_posts_by_taxonomy h2{
  list-style: none;
  text-align: center;
}
.other-dk{
  background-color: #f5f6f8;
  padding: 30px 90px 15px 90px;
}
.dk li{
  width: 300px;
  display: inline-block;
  line-height: 18px;
  margin-bottom: 15px;
  vertical-align: top;
  position: relative;
  margin-left: 90px;
}
.dk li a{
  color:#8fa0b4;
  text-decoration: underline;
}
.widget{
  list-style: none;
}
.dk li:before{
  background:#e1e6eb;
  height: 17px;
  width: 17px;
  position: absolute;
  content: '';
  left: -25px;;
  border-radius: 50%;
}
.dk{
  position: relative;
  text-align: left;
}
.dk:after{
  position: absolute;
  content: "";
  background: #E1E6EB none repeat scroll 0% 0%;
  width: 1px;
  height: 100px;
  left: 412px;
  top: -14px;
}
.foot-widget .widgettitle{
  color:#fc7d12;
  font-size: 20px;
  border-bottom: 2px dashed #e1e6eb;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.foot-widget .widgettitle:before{
  content: "";
  background: #E1E6EB none repeat scroll 0% 0%;
  left: -432px;
  position: absolute;
  height: 1px;
  width: 400px;
  top: 11px;
}
.foot-widget .widgettitle:after{
  content: "";
  background: #E1E6EB none repeat scroll 0% 0%;
  right: -432px;
  position: absolute;
  height: 1px;
  width: 400px;
  top: 11px;
}
.foot-widget {
  text-align: center;
}

* {
    margin: 0;
    padding: 0;
  }

html *{
  max-height:1000000px;
}
.content ul li{
  position: relative;
  padding-left: 45px;
  color: #7D9BBE;
  margin-bottom: 20px;
}
.content ul li:before{
  content: '';
  background-color: #e1e6eb;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 0px;
}
.scheta{
  float: right;
  padding-top: 5px;
}
.sh-2{
  padding-top: 8px;
}
.sl-2{
  font-size: 12px!important;
  color:#8fa0b4!important;
}
.foot-bottom{
  background: url('images/foot-2.jpg') no-repeat center top;
}
































.vt{
  vertical-align: top;
}
ul{
  margin: 0px;
}
body {
  font-family: 'PFDINDISPLAYMED', sans-serif;
  color:#8fa0b4;
  background:url('images/back-pol.png')repeat-x center top, url('images/back-pol.png')repeat-x center bottom, #fff;
  font-size: 13px;
  position: relative;
  font-weight: 500;
  line-height: 1.2;
}
.container {
  width: 1000px;
  padding: 0px;
}



.row{
  margin: 0px;
}
.ma20 {
  margin-top:20px;
}
.m0{
  margin: 0px!important;
}
.ma20.m0 {
  margin-top:20px !important;
}
.p0{
  padding: 0px!important;
}
.dib{
  display: inline-block;
}
.mgt-5{margin-top: 5px;}.mgt-10{margin-top: 10px;}.mgt-15{margin-top: 15px;}.mgt-20{margin-top: 20px;}.mgt-25{margin-top: 25px;}.mgt-30{margin-top: 30px;}.mgt-35{margin-top: 35px;}.mgt-40{margin-top: 40px;}.mgt-45{margin-top: 45px;}.mgt-50{margin-top: 50px;}.mgt-55{margin-top: 55px;}.mgt-60{margin-top: 60px;}.mgt-65{margin-top: 65px;}.mgt-70{margin-top: 70px;}
.mgb-5{margin-top: 5px;}.mgb-10{margin-bottom: 10px;}.mgb-15{margin-bottom: 15px;}.mgb-20{margin-bottom: 20px;}.mgb-25{margin-bottom: 25px;}.mgb-30{margin-bottom: 30px;}.mgb-35{margin-bottom: 35px;}.mgb-40{margin-bottom: 40px;}.mgb-45{margin-bottom: 45px;}.mgb-50{margin-bottom: 50px;}.mgb-55{margin-bottom: 55px;}.mgb-60{margin-bottom: 60px;}.mgb-65{margin-bottom: 65px;}.mgb-70{margin-bottom: 70px;}
.pdt-5{padding-top: 5px;}.pdt-10{padding-top: 10px!important;}.pdt-15{padding-top: 15px;}.pdt-20{padding-top: 20px;}.pdt-25{padding-top: 25px;}.pdt-30{padding-top: 30px;}.pdt-35{padding-top: 35px;}.pdt-40{padding-top: 40px;}.pdt-45{padding-top: 45px;}.pdt-50{padding-top: 50px;}.pdt-55{padding-top: 55px;}.pdt-60{padding-top: 60px;}.pdt-65{padding-top: 65px;}.pdt-70{padding-top: 70px;}
.pdb-5{margin-top: 5px;}.pdb-10{padding-bottom: 10px;}.pdb-15{padding-bottom: 15px;}.pdb-20{padding-bottom: 20px;}.pdb-25{padding-bottom: 25px;}.pdb-30{padding-bottom: 30px;}.pdb-35{padding-bottom: 35px;}.pdb-40{padding-bottom: 40px;}.pdb-45{padding-bottom: 45px;}.pdb-50{padding-bottom: 50px;}.pdb-55{padding-bottom: 55px;}.pdb-60{padding-bottom: 60px;}.pdb-65{padding-bottom: 65px;}.pdb-70{padding-bottom: 70px;}
/************GLOBAL*************/
ul {
  list-style: none;
  padding: 0;
}
a:focus {
  outline: none;
}
button:focus {
  outline: none;
}
a:active {
  outline: none;
}
button:active {
  outline: none;
}
body a:hover {
  text-decoration: none;
}

textarea {
  resize: none;
}
h1,h2,h3,h4 {
  margin-top: 0px;
}
/*******************************/

.extra {
  font-weight: 800;
}
.semi {
  font-weight: 600;
}
.line-18 {
  line-height: 18px;
}
.line-20 {
  line-height: 20px;
}
.line-30 {
  line-height: 30px;
}
.line-40 {
  line-height: 40px;
}
.in-block {
  display: inline-block;
}
.block {
  display: block;
}
.relative {
  position: relative;
}

.text-up {
  text-transform: uppercase;
}

.white {
  color: #fff;
}
.black {
  color: #000;
}
.green {
  color: #28b259;
}
.brown {
  color: #352c00;
}
.grey {
  color: #333;
}
.size-12 {
  font-size: 12px!important;
}
.size-13 {
  font-size: 13px;
}
.size-14 {
  font-size: 14px;
}
.size-16 {
  font-size: 16px;
}
.size-17 {
  font-size: 17px;
}
.size-18 {
  font-size: 18px;
}
.size-20 {
  font-size: 20px;
}
.size-22 {
  font-size: 22px;
}
.size-23 {
  font-size: 23px;
}
.size-24 {
  font-size: 24px;
}
.size-28 {
  font-size: 28px;
}
.size-30 {
  font-size: 30px;
}
.size-36 {
  font-size: 36px;
}
.size-38 {
  font-size: 38px;
}
.size-40 {
  font-size: 40px;
}
.size-42 {
  font-size: 42px;
}
.size-46 {
  font-size: 46px;
}
.size-48 {
  font-size: 48px;
}
.size-50 {
  font-size: 50px;
}
.size-60 {
  font-size: 60px;
}
.size-66 {
  font-size: 66px;
}
.size-70 {
  font-size:70px;
}
.size-72 {
  font-size:72px;
}
.indent {
  margin-left: 20px;
}

.sect {
  min-width: 1000px;
  overflow: hidden;
}
.mar-0 {
  margin: 0px 0px;
}
.mar-5 {
  margin: 5px 0px;
}
.mar-10 {
  margin: 10px 0px;
}
.mar-15 {
  margin: 15px 0px;
}
.mar-20 {
  margin: 20px 0px;
}
.mar-25 {
  margin: 25px 0px;
}
.mar-30 {
  margin: 30px 0px;
}
.mar-35 {
  margin: 35px 0px;
}
.mar-40 {
  margin: 40px 0px;
}
.mar-45 {
  margin: 45px 0px;
}
.mar-50 {
  margin: 50px 0px;
}
.mar-55 {
  margin: 55px 0px;
}
.mar-60 {
  margin: 60px 0px;
}
.mar-65 {
  margin: 65px 0px;
}
.mar-70 {
  margin: 70px 0px;
}
.mar-75 {
  margin: 75px 0px;
}
.mar-80 {
  margin: 80px 0px;
}
.mar-85 {
  margin: 85px 0px;
}
.mar-90 {
  margin: 90px 0px;
}

.pad-5 {
  padding: 5px 0;
}
.pad-10 {
  padding: 10px 0;
}
.pad-15 {
  padding: 15px 0;
}
.pad-20 {
  padding: 20px 0;
}
.pad-25 {
  padding: 25px 0;
}
.pad-30 {
  padding: 30px 0;
}
.pad-35 {
  padding: 35px 0;
}
.pad-40 {
  padding: 40px 0;
}
.pad-45{
  padding: 45px 0;
}
.pad-50 {
  padding: 50px 0;
}
.pad-55 {
  padding: 55px 0;
}
.pad-60 {
  padding: 60px 0;
}
.pad-65 {
  padding: 65px 0;
}
.pad-70 {
  padding: 70px 0;
}
.pad-75 {
  padding: 75px 0;
}
.pad-80 {
  padding: 80px 0;
}

.txt-shadow {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.full {
  width: 100%;
  background-attachment: relative;
  background-position: center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/***********************************/

/* Required */

.hidden{
  opacity: 0;
}

.visible{
  opacity: 1;
}

.zaym-cont .blo
{
  position: relative;
}

.zaym-cont .btn-3
{
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: auto;
}

.nav-toggle {
  display: none;
  float: right;
  margin-top: 30px;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  position: relative;
}

.nav-toggle .bar {
  display: block;
  width: 20px;
  height: 3px;
  background: #666;
  position: absolute;
  left: 50%;
  top: 6px;
  margin-left: -10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-toggle .bar:nth-child(2) {
  top: 12px;
}
.nav-toggle .bar:nth-child(3) {
  top: 18px;
}
.nav-toggle:not(.collapsed) .bar:nth-child(1),
.nav-toggle:not(.collapsed) .bar:nth-child(3) {
  top: 11px;
}
.nav-toggle:not(.collapsed) .bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle:not(.collapsed) .bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle:not(.collapsed) .bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/**
* RESPONVISE STYLE
*/

@media (max-width: 1024px) {
  .container {
    width: 970px;
  }

  .warning {
    padding-left: 40px;
  }

  .zaym-cont {
    text-align: center;
    padding-top: 0;
  }

  .zaym-cont .blo {
    text-align: left;
    margin: 10px !important;
  }

  .box-1,
  .box {
    float: none;
    width: auto;
    margin: 0 0 15px 0;
    min-height: auto;
    min-height: none;
  }

  .box h3,
  .box-1 h3 {
    height: auto;
    padding-bottom: 10px;
  }

  .foot-widget {
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .container {
    width: 750px;
  }

  .warning {
    display: none;
  }

  .foot-bottom .logo {
    display: table;
    margin: 0 auto;
  }

  .like {
    text-align: left;
  }

  .content h1:before, .content h1:after, article h3:after, article h3:before, article h2:after, article h2:before {
    display: none;
  }

  .title-wrap:before {
    display: none;
  }

  body {
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }

  .content {
    padding-top: 5px;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  header {
    border-bottom: 2px solid #F9F9F9;
    background: url('images/header-b.jpg') no-repeat center 5px;
  }

  .pdt-30 {
    padding-top: 0;
  }

  .bt {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .header-top {
    background: none;
  }

  .header-nav {
    background: #638BBA;
    padding: 5px 0 10px 0;
    display: none;
  }

  .men-one {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    padding: 5px 0;
    height: auto;
  }

  .men-one ul,
  .men-two ul {
    display: block;
  }

  .men-one ul li,
  .men-two ul li {
    float: none;
    text-align: right;
    border: none;
    padding: 5px 0;
    overflow: visible;
  }

  .men-two-other {
    padding: 0;
  }

  .men-two {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    height: auto;
  }

  .men-two ul li a {
    color: #fff;
  }

  .men-one ul li a:focus,
  .men-two ul li a:focus {
    color: #a4ccfb !important;
    border: none;
  }

  .like {
    display: block;
    float: none;
    text-align: center;
    width: auto;
  }

  .foot-bottom .myb {
    display: block;
    float: none;
    text-align: center;
    width: auto;
    margin-bottom: 30px;
  }

  .scheta {
    display: block;
    float: none;
    text-align: center;
    width: auto;
  }
}

@media (max-width: 425px) {
  .logo-txt {
    width: 250px;
  }

  .foot-bottom .logo-txt p:last-child {
    font-size: 12px;
    line-height: normal;
  }
}

@media (max-width: 375px) {
  .zaym-cont .blo {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 290px;
  }

  .logo-blo {
    width: 125px;
  }

  .tittle-zay {
    width: 125px;
  }

  .logo-img {
    width: 50px;
  }

  .logo-txt {
    width: 200px;
  }

  .logo-txt p:nth-of-type(1) {
    font-size: 28px;
  }

  .nav-toggle {
    margin-top: 17px;
  }
}