@import url(../webfont/font.css);

html,body{
    width: 100%;
    background: #1b3b5b;
    font-family: 'gotham_pro', sans-serif;
    font-size: 16px;
}

/*body{*/
    /*background: url("../images/maket/v2.jpg") no-repeat;*/
/*}*/

header, section, footer{
    float: left;
    width: 100%;
    min-width: 1200px;
}

.container{
    width: 1200px;
    margin: 0 auto;

    -webkit-box-shadow: 0px 0px 9px 1px rgba(30,15,0,0.52);
    -moz-box-shadow: 0px 0px 9px 1px rgba(30,15,0,0.52);
    box-shadow: 0px 0px 9px 1px rgba(30,15,0,0.52);
}

.wrapper{
    background: #2e6798;
    display: table;
}

/*header*/
.logo{
    float: left;
    width: 287px;
    height: 101px;
    margin: 22px 0 26px 29px;
}

.logo a{
    display: block;
}

.logo a img{
    display: block;
    width: 100%;
}

.head_butt{
    float: right;
    margin: 62px 0 0 0;
    width: 449px;
}

.lang{
    float: left;
    width: 60px;
    height: 20px;
    background: url(../images/butt.gif) no-repeat 0 0;
    border-radius: 7px;
}

.search{
    float: left;
}

.search p{
    float: left;
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: Verdana,Arial,Helvetica,Sans-serif;
    margin: 4px 0 0 33px;
}

.search p img{
    float: left;
    width: 85px;
    height: 16px;
}

.search form{
    float: left;
}

.button{
    border: none;
    background: url(../images/search.gif) no-repeat 0 0;
    width: 60px;
    height: 20px;
    border-radius: 7px;
    margin: 0 0 0 6px;
    cursor: pointer;
    resize: none;
    outline: none;
}

.field{
    float: left;
    width: 169px;
    height: 15px;
    margin: 0 0 0 5px;
}
/*header*/

/*section*/
.menu{
    float: left;
    width: 100%;
    background: #00a0e3;
}

.menu_line{
    width: 1135px;
    margin: 0 auto;
}

.menu_line a{
    float: left;
    display: block;
    text-decoration: none;
    font-family: 'gotham_pro';
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    padding: 17px 0 15px 0;
    margin: 0 30px 0 0;
    letter-spacing: 0.3px;
}

.menu_line a:last-child{
    margin: 0;
}

/*slider*/
.slider {
    float: left;
    width:100%;
    height:417px;
    position:relative;
}

.sliderContent {
    float:left;
    width:100%;
    height:417px;
    position:relative;
    overflow:hidden;
}

.sliderArrows{
    display: block;
}

.sliderContent .item {
    position:absolute;
    width:100%;
    height:417px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.sliderContent .item img{
    float: left;
    width: 100%;
    background-size: cover;
}

.sliderBullets {
    position: absolute;
    top: 42%;
    right: 3%;
    z-index: 50;
    width: 20px;
    display: none;
}

.sliderBullets a {
    display: block;
    float: left;
    text-indent: -9999px;
    outline: none;
    margin: 0 0 4px 0;
    width: 16px;
    height: 16px;
}

.sliderBullets .active {
    background-position: -63px -380px;
}

.sliderBullets a:hover {
    background-position: -63px -380px;
}

.sliderContent a {
    outline:none;
}

a img {
    border:none;
}

.sliderArrows a {
    display: block;
    text-indent: -9999px;
    outline: none;
    z-index: 50;
}

.prev {
    float: left;
    width: 38px;
    height: 65px;
    background: url(../images/strelki.png) no-repeat 0 0;
    left: 40px;
    top: 176px;
    position: absolute;
}

.next {
    float: left;
    width: 38px;
    height: 65px;
    background: url(../images/strelki.png) no-repeat -75px 0;
    right: 37px;
    top: 176px;
    position: absolute;
}
/*slider*/

.menu_2{
    float: left;
    width: 100%;
    background: #2475a2;
    border-bottom: 1px solid #285a86;
    height: 28px;
}

.menu_line2{
    width: 100%;
}

table.sub-menu {
    font: 12px Arial,Helvetica,sans-serif;
}

table.sub-menu td {
    font: bold 12px Arial,Helvetica,sans-serif;
    vertical-align: top;
}

td.h {

    font-weight: bold;
    padding: 7px 10px 0 10px;
    vertical-align: top;
}

table.sub-menu span {
    color: #294663;
	    text-decoration: none;
    float: left;
    padding: 7px 3px 0 4px
}

table.sub-menu td a {
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    padding: 7px 3px 0 4px
}

table.sub-menu td a:hover {
    color: #294663;
}

.info{
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.info .nav{
    margin: 22px 0 0 20px;
    color: #A3BDD8;
    font-size: 10px;
}

.nav a{
    color: #A3BDD8;
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica,Sans-serif;
    margin: 0 3px 0 0;
}

.nav a:last-child{
    text-decoration: none;
}



.path{
    margin: 12px 0 10px 0px;
    color: #A3BDD8;
    font-size: 10px;
}

.path a{
    color: #A3BDD8;
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica,Sans-serif;
    margin: 0 3px 0 0;
}

.path a:last-child{
    text-decoration: none;
}

.text{
    float: left;
    width: 902px;
    margin: 10px 0 0 20px
}

.text h2,.text h1{
    color: #A3BDD8;
    font: 95% Arial,Helvetica,sans-serif;
    font-weight: bold;
	font-size: 15px;
	margin-bottom:10px;
}

/*.text td{ padding: 5px;   }   */
.text p{  margin: 11px 0 0 0;      }
a{ color: #fff;}
a:hover{text-decoration: none;}
img[src="./i/submenu_arrow.gif"]{
    margin: 7px 0 7px 5px;
    vertical-align: middle;
}

table.info td{
border:1px solid #46769F;

padding:8px
}
table.info td.h{
background:#46769F;
color:#A3BDD8;

}
table.info,table.farmer-tips{
border-collapse:collapse
}

td.h{

font-weight:bold;
padding:7px 10px
}
p[style="font-size:20px"]{
	line-height: normal;
}

.text {
    font-family: Verdana,Arial,Helvetica,Sans-serif;
    color: #fff;
    font-size: 11px;
		line-height: normal;
   /*
    line-height: 14px;   */
    letter-spacing: 0.1px;
}
.thiscat table  td{  vertical-align: top; }
.thiscat table table td{
	vertical-align: middle;
}

.thiscat{
  font-family: Verdana,Arial,Helvetica,Sans-serif;
    color: #fff;
    font-size: 11px;
	   float: left;
    width: 902px;
    line-height: 14px;
    letter-spacing: 0.1px;
}

table.bot td{
	vertical-align: middle;
font-size:12px;
padding:0px 15px;
text-transform:lowercase
}
table.bot td a{
color:#FFFFFF;
text-decoration:none
}
table.bot td span{
color:#6596BC
}


table.consumer{
border-collapse:collapse
}
table.consumer td{
background:#49749E;
border-bottom:1px solid #2E6798;

padding:10px
}
table.consumer td div.s{
font-size:10px
}
table.consumer-small{
border-collapse:collapse
}
table.consumer-small td{
background:#49749E;
border:none;

padding:5px 10px
}
table.docs td{
color:#6596BC;
font-size:12px
}
table.docs td a{
color:#FFFFFF;
font-size:12px;
text-decoration:underline
}
table.farmer-tips td{
border:none;

padding:8px
}
table.farmer-tips td table td.down{
padding:0px;
padding-left:8px
}
table.farmer-tips td table td.down img{
vertical-align:bottom
}
table.farmer-tips td.d{
color:#A3BDD8;

font-weight:bold;
padding-left:0px
}
table.farmer-tips td.h{
/*color:#FFFFFF;

font-weight:bold;
padding:12px*/
background:#46769F
}



.news-all{

font-weight:bold
}
.news-date{
color:#6596BC;

font-weight:bold
}
.news-text{

margin-bottom:8px;
margin-top:4px
}


.text p b{
    font-weight: bold;
}

.certificate{
    float: right;
    width: 270px;
    margin: -12px 0 0 0;
}

.certificate a img{
    margin: 0 auto;
    display: block;
    border-radius: 22px;
}
td.help {
    color: #A3BDD8;
    font-size: 8px;
    padding: 10px 0px;
    text-align: right;
}

input.w, textarea.w {
    width: 100%;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #a3a3a370;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
  }
  
  .popup-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  
  .popup {
    font-family: 'Veranda';
    width: 690px;
    height: 439px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #2E6798;
    z-index: 100;
    border: 2px solid #fff;
  }
  
  .popup.active {
    transform: translate(-50%, -50%) ;
    opacity: 1;
    visibility: visible;
  }
  
  .popup:before {
    position: absolute;
    content: '';
    width: calc(100%);
    height: 72px;
    left: 0px;
    right: 0;
    top: 70px;
    z-index: -1;
  }
  
  .popup * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .popup-close {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
  }
  
  .popup-close path, .popup-close rect {
    -webkit-transition: 0.3;
    transition: 0.3;
  }
  
  .popup-close:hover path, .popup-close:hover rect {
    fill: #F4B183;
  }
  
  .popup-title {
    font-family: 'Verdana';
    margin-top: 40px;
    margin-left: 40px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
  }
  
  .popup-heading {
    font-family: 'Verdana';
    font-size: 18px;
    margin-left: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
  }
  
  .popup-heading span {
    color: #F4B183;
  }
  
  .popup-text {
    font-family: 'Verdana';
    margin-bottom: 29px;
    padding-right: calc(104px - 70px);
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 15px;
    margin-left: 40px;
  }
  
  .popup-text a {
    color: #9DC3E6;
  }
  
  .popup-text span {
    color: #F4B183;
  }


  .popup-text p{
    margin-bottom: 20px;
    }

  
  .popup-text p span {
    color: #F4B183;
    font-weight: bold;
  }
  
  .popup-text ul{
    margin-bottom: 20px;
    padding-left: 10px;
    }

  .popup-text ul li {
    list-style-type: none;
    position: relative;
  }
  
  .popup-text ul li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #F4B183;
    border-radius: 50%;
    top: 6px;
    left: -10px;
  }
  /*# sourceMappingURL=popup.css.map */