@font-face {
  font-family: "Roboto";
  src: url("fonts/RobotoRegular.eot");
  src: url("fonts/RobotoRegular.eot?#iefix")format("embedded-opentype"),
       url("fonts/RobotoRegular.woff") format("woff"),
       url("fonts/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/RobotoBold.eot");
  src: url("fonts/RobotoBold.eot?#iefix")format("embedded-opentype"),
       url("fonts/RobotoBold.woff") format("woff"),
       url("fonts/RobotoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'RobotoSlab';
  src: url('fonts/robotoslab-regular-webfont.eot');
  src: url('fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/robotoslab-regular-webfont.woff') format('woff'),
       url('fonts/robotoslab-regular-webfont.ttf') format('truetype'),
       url('fonts/robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlab';
  src: url('fonts/robotoslab-bold-webfont.eot');
  src: url('fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/robotoslab-bold-webfont.woff') format('woff'),
       url('fonts/robotoslab-bold-webfont.ttf') format('truetype'),
       url('fonts/robotoslab-bold-webfont.svg#roboto_slabbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?szc5de');
  src:  url('fonts/icomoon.eot?szc5de#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?szc5de') format('truetype'),
        url('fonts/icomoon.woff?szc5de') format('woff'),
        url('fonts/icomoon.svg?szc5de#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-wifi:before {
  content: "\e900";
}
.icon-usb:before {
  content: "\e901";
}
.icon-tablet:before {
  content: "\e902";
}
.icon-phone:before {
  content: "\e903";
}
.icon-roaming:before {
  content: "\e904";
}
.icon-mobnet:before {
  content: "\e905";
}
*{
  outline:none !important;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html{
  box-sizing: border-box;
  height: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body{
  margin: 0;
  color: #333;
  font: normal 15px/30px "Roboto", Arial, Helvetica, sans-serif;
  background: url(images/bg-index-page.jpg);
  min-width: 320px;
  height: 100%;
}
img{
  max-width: 100%;
  vertical-align: top;
  height: auto;
  border: 0;
}
a{
  color: #0d47a1;
  outline: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
a:hover,
a:active{
  color: #4c4c4c;
  text-decoration: none;
}
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog,
main {
  display: block;
}
p{
  margin: 0 0 26px;
}
h1,h2,h3,h4,h5,h6,.h1,.h2{
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 1.1;
  margin: 0 0 20px;
  font-weight: 700;
}
h1,.h1{
  font-size: 38px;
}
h2,.h2{
  font-size: 28px;
}
h3{
  font-size: 25px;
}
h4{
  font-size: 20px;
}
h5{
  font-size: 18px;
}
h6{
  font-size: 16px;
}
form,
fieldset{
  margin: 0;
  padding: 0;
  border-style: none;
}
input, textarea, select{
  font: 100% "Roboto", Arial, Helvetica, sans-serif;
  vertical-align: middle;
  font-weight: normal;
  -webkit-appearance: none;
  -webkit-border-radius:0;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  padding: 7px 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select{
  -webkit-border-radius: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit']{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}
button,
input,
optgroup,
select,
textarea{
  color: inherit;
  font: inherit;
  margin: 0;
}
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"]{
  font: normal 15px/22px "Roboto", Arial, Helvetica, sans-serif;
  padding: 16px 30px 20px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea{
  resize: vertical;
  vertical-align: top;
  outline: 0;
  height: 163px;
  margin: 0 0 27px;
}
input:focus,
textarea:focus{
  border-color: #edd043;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
[placeholder]::-webkit-input-placeholder{
  color: #ccc;
  font-weight: normal;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
[placeholder]::-moz-placeholder{
  opacity: 1;
  color: #ccc;
  font-weight: normal;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
[placeholder]:-moz-placeholder{
  color: #ccc;
  font-weight: normal;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
  color: #ccc;
  font-weight: normal;
}
textarea.error,
input.error{
  border: 1px solid #ff0000;
}
.holder{
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
.holder:after{
  display: block;
  clear: both;
  content: '';
}
/* Old Content */
ol {
  counter-reset: li;
  list-style: none;
}
ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 45px;
}
ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  font-weight: bold;
  display: block;
  width: 30px;
  left: 25px;
  top: 0;
}
blockquote {
  background: #FFF3A6;
  margin-bottom: 15px;
  font-size: 18px;
  font-style: italic;
  color: #000;
  position: relative;
  font-weight: normal;
  padding:30px 15px 20px;
}
blockquote:first-letter {
  padding-left: 40px;
}
blockquote:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url('img/spr.png');
  background-position: 0px -55px;
  width: 41px;
  height: 32px;
  position: absolute;
  top: 15px;
  left: 10px
}
blockquote:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url('img/spr.png');
  background-position: -111px 0px;
  width: 41px;
  height: 32px;
  position: absolute;
  bottom: 15px;
  right: 10px
}
blockquote p {
  text-indent: 3em;
}
blockquote a {
  color: #fff;
}
blockquote a:hover {
  text-decoration: none;
}
hr {
  display: block;
  clear: both;
  margin: 20px 0;
  border: none;
  padding: 0;
  height: 1px;
  background: #cacbcc;
}
figure {
  display: block;
  line-height: 0;
  margin: 20px 0;
  overflow: hidden;
  text-align: center;
}
figure img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
article ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 45px;
}
article ul li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url('img/spr.png');
  background-position: -61px -56px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 15px
}
article img {
  max-width:650px;
  max-width: 100%;
  line-height: 0;
  margin: 5px 0;
  overflow: hidden;
  text-align: center;
}
article table {
  width:auto;
  border:10px solid #FFF3A6;
  background: #FFF6BD;
  font-size:20px;
  margin:15px 0;
}
article table td {
  min-width: 160px;
  padding: 0 20px;
}
article table td.stron {font-weight:bold;}
@media (max-width: 600px) {
  article table {
    border: 5px solid #FFF3A6;
    font-size: 16px;
  }
  article table td {
    min-width: auto;
    padding: 0 5px;
  }
}
h1,
.h1,
.main-title {
  font-size: 30px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 15px;
}
h2, .h2, .titcat {
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 15px 0;
  color: #000000;
}
h3, .h3, .titit {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}
.page,
.inner-wrap {
  min-width: 320px;
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  clear: both;
}
.page:after,
.inner-wrap:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page {
  padding-top: 25px;
  padding-bottom: 25px;
}
.catitem {
  clear: both;
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #cacbcc;
  margin-bottom: 15px;
  padding-right:10px;
}
.photo-block {
  float: left;
  margin: 15px;
}
.catitem .photo-block {
  display: block;
  width: 200px;
  height: 230px;
  overflow: hidden;
  margin: 0 10px 0 5px;
  border: 1px solid #cacbcc;
}
.catitem_date {
  color: #333;
  float: right;
  font-size: 12px;
  text-align: right;
}
.nomer {
  font-weight: bold;
  margin: 0 1px;
  padding: 0px 24px 0px 2px;
  background: url('img/nomer.png') 100% 50% no-repeat transparent;
  background-color:#FFF3A6;
  white-space: nowrap;
}
/* Картинки*/
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  margin-right:8px;
}
.alignright{
  float: right;
  margin-left:8px;
}

.primer {
  font-size:20px;
  color:#1C4500;
  font-weight:bold;
  margin:15px 0 15px 20px;
  text-align:left;
  border-bottom:1px solid #C9EAB2;
  padding:5px;
}
.red {
  display: block;
  border: none;
  border-radius: 5px;
  box-shadow: #df5124 0 3px;
  text-shadow: 0 2px 2px #df5124;
  font-size: 21px;
  font-weight: bold;
  height: 51px;
  line-height: 51px;
  margin: 15px auto;
  padding: 0 30px 0 0;
  position: relative;
  text-align: center;
  width: 250px;
  text-decoration: none!important;
  color: #fff!important;
  background: url('img/strelka.png') 210px 17px no-repeat #dd8600;
}
/* begin social networks */
.cnt-actions-box {
  border-top: 1px solid #cacbcc;
  border-bottom: 1px solid #cacbcc;
  line-height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
}
.cnt-actions-box .soc-block {
  float: left;
}
.cnt-actions-box .soc-block .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 10px;
}
.cnt-actions-box .soc-block .icons-wrap {
  display: inline-block;
  vertical-align: middle;
}
.cnt-actions-box .rate-block {
  float: right;
}
.cnt-actions-box .rate-block .i {
  margin-left: 20px;
}
.ddsg-wrapper ul li {list-style:none; padding:5px 0 0 25px;}
.ddsg-wrapper ul li:after, .ya-share2__container ul li:after { background-image:none; }
.ya-share2__container ul li {padding-left:0px;}
/* end social networks */
/* begin comments */
.second-title {
  color: #4c4c4c;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: normal;
}
/* end comments */
/* begin pagination */
.page_navi {
  text-align: center;
}
.page_navi li {
  display: inline;
  list-style: none;
}
.page_navi li a {
  color: #333;
  padding: 3px 7px;
  background: #eee;
  display: inline-block;
  border: solid 1px #999;
  text-decoration: none;
}
.page_navi li.current span {
  color: #000;
  font-weight: bold;
  display: inline-block;
  padding: 3px 7px;
  background: #fff201;
  border: solid 1px #fcc;
}
/* end pagination */
/* begin sidebar */
.side-block {
  padding: 10px;
}
.side-block .photo-block {
  float: none;
  min-width: 200px;
}
.side-news-box .item {
  border-bottom: 1px solid #cacbcc;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.side-news-box .titit {
  font-size: 14px;
}
@media screen and (min-width: 990px) {
  .side-news-box .item {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .side-news-box .item {
    flex-direction: column;
  }
  .side-news-box .item .photo-block,
  .side-news-box .item .titit {
    text-align: center;
  }
}
/* end sidebar */
/* begin ads blocks */
.ydir, .ydirn {border-left:5px solid red;}
.gads {border-left:5px solid red; margin:50px 0;}
.gadsn {margin:30px 0; border-top:5px solid yellow; border-bottom:5px solid yellow; }
.ydirn:before {
  content: "Полезная реклама:";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 7px;
  background: red;
  font: bold 16px arial;
  padding: 5px 10px;
}
/* end ads blocks */
@media (min-width: 1000px) {
  .articles-box .item {
    width:49%;
    float:left;
    padding-left: 220px;
  }
 .articles-box .item .photo-block, .catitem .photo-block {
    /*margin: 0 0 0 -220px;*/
  }
  .content {
    width: 100%;
    float: left;
    margin-right: -340px;
    margin-bottom: 0;
  }
  .cnt {
    margin-right: 280px;
    position: relative;
  }
  .cnt:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .side {
    width: 260px;
    float: right;
    position: relative;
    border: 1px solid #cacbcc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
  }
}
/* Old Content */
.btn,
.btn-gray,
.wp-polls .btn-gray {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  background: #0d47a1;
  color: #fff;
  border-radius: 3px;
  font: 700 20px/1.2 "Roboto", Arial, Helvetica, sans-serif;
  padding: 17px 20px 19px;
  height: auto;
  border: none;
  width: 100%;
}
.btn:hover,
.btn-gray:hover,
.wp-polls .btn:hover,
.wp-polls .btn-gray:hover{
  background: #faa419;
  color: #fff;
}
.btn-gray,
.wp-polls .btn-gray{
  background: #999;
}
#header{
  background: #000;
  padding: 18px 0 22px;
}
.logo{
  background: url(images/beelinegid.png) no-repeat 0 0/100%;
  width: 227px;
  height: 49px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: -8px;
  left: 8px;
}
.logo.abonenta {
  background: url(images/abonenta.png) no-repeat;
  width: 138px;
  height: 50px;
  left: 28px;
}
.logo a{
  display: block;
  height: 100%;
}
#nav{
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  margin: 0 0 36px;
  display: table;
  width: 100%;
  color: #333;
}
#nav .menu{
  display: table-row;
}
#nav .menu > li{
  display: table-cell;
  width: 1%;
  text-align: center;
  position: relative;
}
#nav .menu > li:before,
#nav .menu > li:last-child:after{
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 62%;
  background: #e2e2e2;
}
#nav .menu > li:last-child:after{
  left: auto;
  right: 0;
}
#nav li a{
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 9px 0 10px;
  font: 18px/30px "RobotoSlab";
}
#nav li a:hover,
#nav .menu > li:hover{
  color: #fba51b;
}
#nav .menu ul{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 259px;
  background: #fff;
  color: #333;
  text-align: left;
  border-radius: 0 0 3px 3px;
  border: 1px solid #e2e2e2;
  padding: 18px 0 30px;
  z-index: 20;
}
#nav .menu ul:before{
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  margin: 0 0 0 -43px;
  background: url(images/icon-triangle.png) no-repeat;
  width: 26px;
  height: 12px;
}
#nav .menu ul a{
  padding: 0 34px;
  font-size: 15px;
}
#nav .menu > li:hover ul{
  display: block;
}
@media (max-width: 767px) {
  #nav .menu {
    display: block;
  }
  #nav .menu > li {
    display: block;
    width: 100%;
  }
}
.mob-btn{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 15px;
  display: none;
  padding: 4px 0 0;
  z-index: 5;
}
.mob-btn span{
  display: block;
  position: relative;
  width: 30px;
  height: 3px;
  background: #ecce42;
}
.mob-btn span:before,
.mob-btn span:after{
  content: '';
  position: absolute;
  width: 100%;
  background: #ecce42;
  height: 3px;
  top: 12px;
  left:0;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.mob-btn span:after{
  top: 24px;
}
#nav.active .mob-btn span{
  background: none;
}
#nav.active .mob-btn span:before{
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  width: 30px;
  height: 3px;
}
#nav.active .mob-btn span:after{
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -12px 0 0;
  width: 30px;
  height: 3px;
}
#nav .search-block{
  display: none;
}
.search-block{
  float: right;
  font: 15px/30px "RobotoSlab";
  color: #f5e148;
  width: 645px;
  text-align: right;
}
.search-block a{
  text-decoration: none;
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 46px 0 0;
  letter-spacing: 0.04em;
}
.search-block a span,
.question-link span{
  float: left;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 21px;
  border: 2px solid #f5e148;
  text-align: center;
  margin: 3px 10px 0 0;
  border-radius: 50px;
}
.search-block a:hover{
  color: #fba51a;
}
.search-block a:hover span{
  border: 2px solid #fba51a;
}
.search-block form{
  display: inline-block;
  vertical-align: middle;
  width: 69.7%;
  position: relative;
}
.search-block input{
  border-radius: 3px;
  line-height: 22px;
  padding: 0 20px 0 47px;
  height: 36px;
  border: 1px solid #ebebeb;
  background: #fff;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-block input:focus{
  border: 1px solid #edd043;
}
.search-block button{
  width: 20px;
  height: 36px;
  background: url(images/icon-search.png) no-repeat 0 11px;
  border: none;
  position: absolute;
  top: 0;
  left: 25px;
  padding: 0;
}
.search-block button:hover{
  background: url(images/icon-search-hover.png) no-repeat 0 11px;
}
.opener-mobile{
  position: relative;
}
.wrap-content{
  display: table;
}
#content{
  display: table-cell;
  vertical-align: top;
  width: 63.7%;
  padding: 0 23px 0 0;
  margin-bottom: 20px;
}
#sidebar{
  display: table-cell;
  vertical-align: top;
}
#sidebar h3{
  font-size: 28px;
  line-height: 35px;
  margin: 0 0 12px;
  line-height: 38px;
}
#sidebar .widget{
  padding: 25px 35px 31px;
}
#sidebar .widget ul{
  padding: 0 0 5px;
}
#sidebar .widget li{
  margin: 0 0 10px;
}
#sidebar .widget-line h3{
  margin: 0 0 18px;
}
#sidebar .widget .box{
  margin: 7px 0 17px;
  border: 1px solid #f5e148;
  border-radius: 3px;
  overflow: hidden;
}
#sidebar .widget .box a{
  display: block;
  position: relative;
}
.widget,
.widget-line{
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  background: #fff;
  font-size: 15px;
  line-height: 20px;
  padding: 30px 35px;
  margin: 0 0 24px;
  position: relative;
  overflow: hidden;
}
.widget:after{
  content: '';
  display: block;
  clear: both;
}
.widget-line{
  padding: 35px 35px 47px;
}
.widget-line:before,
.widget-line:after{
  content: '';
  position: absolute;
  left: 0;
  background: url(images/widget-line.png) repeat-x -18px 0;
  width: 100%;
  height: 9px;
}
.widget-line:before{
  top: 0;
}
.widget-line:after{
  bottom: 0;
}
.widget .box{
  margin: 0 0 24px;
}
.widget .text{
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 13px 26px 16px;
  background: #f5e148;
  font: 15px/20px 'Roboto';
  word-spacing: 0.1em;
}
.widget ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget li a{
  text-decoration: none;
  color: inherit;
}
.widget li a:hover{
  color: #0d47a1;
}
/* Tabs */
.tabset h3{
  text-transform: uppercase;
  font: 15px/25px 'Roboto';
  margin: 0 0 10px;
}
.tab-control,
.tab ul{
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}
.tab-control{
  margin: 0 auto;
}
.tab-control li{
  display: inline-block;
  vertical-align: middle;
  font: 15px/30px "Roboto";
  letter-spacing: -0.02em;
  text-align: center;
  overflow: hidden;
}
.tab-control li.active{
  position: relative;
  z-index: 10;
}
.widget .tab-control a{
  color: #999;
  text-decoration: none;
  display: block;
  padding: 1px 30px 3px;
}
.widget .tabs-more .tab-control a:hover{
  background: #f3f3f3;
  color: #999;
}
.tab-body{
  text-align: center;
  padding: 28px 0 0;
}
.tab{
  display: none;
}
.tab.active{
  display: block;
}
.tab li{
  font: 15px/30px 'Roboto';
  color: #333;
}
.tab li a{
  display: inline-block;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.tabs-list {
    margin: -15px -10px -20px;
}
.tabs-list .tabset{
  padding: 0 25px 30px;
  margin: 0 -25px;
}
.tabs-list .holder-tab-control{
  border-bottom: 1px solid #e2e2e2;
  margin: 0 -25px;
  padding: 0 35px;
}
.tabs-list .tab-control li{
  border-bottom: 3px solid rgba(255,255,255,0);
  margin: 0 37px 0 0;
}
.tabs-list .tab-control li.active{
  color: #0d47a1;
  border-bottom: 3px solid #0d47a1;
}
.tabs-list .tab-control li.active a{
  color: inherit;
}
.widget .tabs-list .tab-control a{
  color: #333;
  text-transform: uppercase;
  padding: 0 0 2px 0;
}
.widget .tabs-list .tab-control a:hover{
  color: #0d47a1;
}
.tabs-list .tab-control a span[class^="icon-"],
.tabs-more .tab-control a span[class^="icon-"]{
  display: none;
}
.tabs-list .tab-body{
  padding: 14px 10px 0;
  word-spacing: -1px;
  letter-spacing: 0.03em;
}
.tabs-list .tab-body ul{
  text-align: left;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.tabs-list .tab-body li{
  line-height: 29px;
  padding: 0 20px 1px 0;
}
.tabs-more{
  margin: -4px 0 5px;
}
.tabs-more h2{
  float: left;
  margin: 3px 0 10px;
}
.tabs-more .holder-tab-control{
  text-align: right;
}
.tabs-more .tab-control li{
  border: 1px solid #e2e2e2;
  font-weight: 700;
}
.tabs-more .tab-control li:first-child{
  border-radius: 30px 0 0 30px;
  color: #5c5f62;
  border-right: none;
}
.tabs-more .tab-control li:last-child{
  border-radius: 0 30px 30px 0;
  border-left: none;
}
.tabs-more .tab-control li.active a,
.tabs-more .tab-control li.active a:hover{
  color: #fff;
  background: #e2e2e2;
  text-shadow: 0 0 1px rgba(0,0,0,.2);
  display: block;
  z-index: 0;
}
.tabs-more .tab-control li:first-child.active a{
  border-radius: 30px 0 0 30px;
}
.tabs-more .tab-control li:last-child.active a{
  border-radius: 0 30px 30px 0;
}
.tabs-more .tab ul{
  margin: 0 -18px;
}
.tabs-more .tab li{
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  padding: 0 18px;
  position: relative;
}
.tabs-more .tab li a{
  display: block;
}
.tabs-more .tab li a:first-child:before,
#sidebar .widget .box a:first-child:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}
.tabs-more .tab li a:last-child{
  border-top: 1px solid #e2e2e2;
  border-radius: 0 0 3px 3px;
  padding: 6px 10px 10px;
}
.tab .box{
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
}
.tab .box:hover{
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
}
.tab .box:hover a:first-child:before,
#sidebar .widget .box:hover a:first-child:before{
  background: rgba(0,0,0,.4);
}
.tab .box:hover a:last-child,
#sidebar .widget .box:hover .text{
  background: #000;
  border-top: 1px solid #000;
  color: #eed143;
}
#sidebar .widget .box:hover .text{
  border: none;
}
.tab img{
  width: 100%;
}
.tab-bottom{
  border-top: 1px solid #e2e2e2;
  padding: 14px 35px;
  margin: 0 -25px;
}
.tab-bottom h3{
  text-transform: uppercase;
  font: normal 15px/30px 'Roboto';
  margin: 0 0 10px;
}
.tab-bottom ul{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.tab-bottom li{
  margin: 0 0 10px;
  padding: 0 10px 0 0;
  word-spacing: -3px;
  letter-spacing: 0.04em;
}
.tabs-more .tab li:nth-child(n+7),
.tabs-more .tab2 li:nth-child(n+4){
  display: none;
}
.tabs-more .tab.show li{
  display: inline-block;
}
.tab.little ul{
  text-align: left;
}
.tab.little .div-more{
  display: none;
}
.question-link{
  float: right;
  margin: 4px 0 0 50px;
  word-spacing: 3px;
}
.question-link:hover{
  text-decoration: none;
  color: #0d47a1;
}
.question-link span{
  display: none;
  border: 2px solid #0d47a1;
  text-align: center;
  margin: 3px 10px 0 0;
  border-radius: 50px;
}
.question-link:hover span{
  color: #0d47a1;
}
/* Accordion */
.accordion-holder{
  padding: 5px 0;
}
.accordion{
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion li{
  line-height: 1.1;
  margin: 0 0 20px;
  padding: 0 0 0 36px;
  letter-spacing: 0.02em;
  position: relative;
}
.accordion li.active{
  margin: 0 0 20px;
}
.accordion li:before{
  content: '+';
  position: absolute;
  top: -4px;
  left: 0;
  border-radius: 50px;
  background: #fff;
  color: #1850a5;
  border: 1px solid #1850a5;
  width: 24px;
  height: 24px;
  font: 700 15px/21px 'Roboto';
  text-align: center;
}
.accordion li.active:before{
  content: '-';
  font: normal 33px/16px 'Roboto';
}
.accordion li .slide{
  display: none;
  padding: 7px 0 0;
  line-height: 1.4;
}
.accordion li a{
  color: inherit;
  display: inline-block;
  font-size: 15px;
}
.accordion li.active a{
  font-weight: 700;
  color: #333;
}
.accordion li .slide p{
  margin: 0 0 17px;
}
.accordion li .slide p:last-child{
  margin: 0;
}
.accordion > li:nth-child(n+6){
  display: none;
}
.accordion.show li{
  display: block;
}
.div-more{
  text-align: center;
  padding: 4px;
}
.show-btn{
  display: inline-block;
  text-decoration: none;
  margin: 0 auto;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  color: #999;
  font-size: 13px;
  padding: 4px;
  width: 148px;
  position: relative;
}
.show-btn:before{
  content: '\2193';
  position: absolute;
  top: 2px;
  left: 15px;
  width: 10px;
  height: 10px;
  color: #a9a9a9;
}
.show-btn:hover{
  background: #000;
  color: #efd243;
}
.show-btn:hover:before{
  color: #efd243;
}
.show .show-btn:before{
  content: '\2191';
}
.row{
  margin: 0 0 12px;
  position: relative;
}
.row:after{
  content: '';
  display: block;
  clear: both;
}
.radio-row{
  padding: 15px 0 20px;
  overflow: hidden;
}
.radio-row .row{
  /*float: left;
  width: 35%;*/
}
.check,
.radio {
  float: left;
  width: 24px;
  height: 24px;
  border: 2px solid #e2e2e2;
  border-radius: 50%;
  margin-right: 16px;
  position: relative;
  cursor: pointer;
}
.check.checked:after,
.radio.checked:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background: #0d47a1;
  border-radius: 50%;
}
.check.checked,
.radio.checked,
.check.hover,
.radio.hover {
  border-color: #0d47a1;
}
.check.checked:after,
.radio.checked:after,
.check.checked.hover:after,
.radio.checked.hover:after {
  background: #0d47a1;
}
label {
  float: left;
  font-size: 20px;
  line-height: 25px;
  cursor: pointer;
}
label.hover {
  color: #0d47a1;
}
.check.checked:after,
.check {
  border-radius: 0;
}
.check.disabled,
.radio.disabled,
.check.disabled + label,
.radio.disabled + label {
  cursor: default !important;
  opacity: 0.5;
}
.sidebar{
  line-height: 25px;
  padding: 29px 0 27px;
}
.sidebar strong{
  display: block;
  font: 700 38px/25px 'Roboto';
  margin: 0 0 34px;
}
#footer{
  background: #333;
  padding: 29px 0;
  color: #666;
  font: 13px/20px 'Roboto';
  margin-top: 20px;
}
#footer ul{
  margin: 0;
  padding: 0 0 0 8px;
  list-style: none;
}
#footer ul:first-child{
  padding: 0;
}
#footer ul:last-child{
  padding: 0 0 0 18px;
}
#footer li{
  line-height: 1.1;
  padding: 0 0 14px;
}
#footer a{
  text-decoration: none;
  color: inherit;
}
#footer a:hover{
  color: #fba51a;
}
#footer p{
  margin: 0;
}
#footer p span{
  color: #ccc;
  font-size: 15px;
}
#footer .list-block{
  float: right;
  width: 50%;
  color: #ccc;
  padding: 2px 0 0 172px;
  font: 15px/30px 'Roboto';
  overflow: hidden;
}
#footer .list-block ul{
  float: left;
  width: 33.3%;
}
@media (max-width: 1269px) {
  .holder{
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .search-block a{
    margin: 0 20px 0 0;
  }
  #sidebar .widget {
    padding: 25px 20px 31px;
  }
  h2,
  #sidebar h3{
    font-size: 23px;
    line-height: 28px;
  }
  .widget, .widget-line{
    padding: 25px 20px;
  }
  .tabs-list {
    margin: -10px 0 -20px;
  }
  .tabs-list .holder-tab-control{
    padding: 0 20px;
    margin: 0 -20px;
  }
  .tabs-list .tabset {
    margin: 0;
    padding: 0 0 8px;
  }
  .tabs-list .tab-body{
    padding: 14px 0 0;
  }
  .tabs-list .tab-body li{
    line-height: 17px;
    margin: 0 0 13px;
  }
  .widget .tab-control a{
    padding: 1px 20px 3px;
  }
  .tab-bottom{
    padding: 14px 20px;
    margin: 0 -20px;
  }
  .tabs-more .tab ul{
    margin: 0 -10px;
  }
  .tabs-more .tab li{
    padding: 0 10px;
  }
  .widget .box {
    margin: 0 0 20px;
  }
  .sidebar strong{
    font-size: 33px;
  }
}
@media (max-width: 1023px) {
  .btn, .btn-gray{
    max-width: 410px;
    display: block;
    margin: 0 auto;
    padding: 13px 10px 16px;
    font-size: 18px;
  }
  .search-block{
    width: 440px;
  }
  .search-block form{
    width: 60%;
  }
  #nav{
    margin: 0 0 20px;
  }
  .widget, .widget-line{
    margin: 0 0 20px;
    padding: 25px 20px 15px;
  }
  .wrap-content{
    display: block;
  }
  #content{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  #sidebar{
    display: block;
    width: 100%;
    padding: 0;
  }
  #sidebar .box img{
    display: block;
    margin: 0 auto;
  }
  .widget .text br,
  #sidebar .widget-line h3{
    display: none;
  }
  #sidebar .widget{
    padding: 20px 20px 10px;
  }
  input[type="email"]{
    padding: 10px 20px 13px;
  }
  .sidebar{
    padding: 20px 0;
  }
  .sidebar strong{
    margin: 0 0 20px;
    font-size: 30px;
  }
  .sidebar p{
    margin: 0 0 10px;
  }
  #footer{
    padding: 25px 0 20px;
  }
  #footer ul,
  #footer ul:last-child{
    padding: 0 0 0 20px;
  }
  #footer .list-block{
    float: none;
    width: 100%;
    padding: 0 0 10px;
  }
}

@media (max-width: 767px) {
  #header{
    height: 70px;
  }
  #header .search-block{
    display: none;
  }
  .logo{
    width: 200px;
    height: 45px;
    top: -5px;
  }
  #nav{
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    border: none;
    z-index: 20;
  }
  #nav .holder{
    padding: 0;
  }
  #nav .opener-mobile{
    display: none;
    padding: 70px 0 10px;
    background: #000;
    color: #ecce42;
  }
  #nav.active .opener-mobile,
  #nav.active .search-block{
    display: block;
    width: 100%;
  }
  #nav ul,
  #nav li{
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
  }
  #nav .mob-btn{
    display: block;
  }
  #nav .search-block{
    float: none;
  }
  #nav li::before,
  #nav li:last-child::after{
    display: none;
  }
  .mob-btn{
    top: 18px;
  }
  #nav .search-block{
    padding: 0 15px 15px;
    text-align: center;
  }
  .search-block input{
    padding: 0 10px 0 35px;
  }
  .search-block button{
    left: 10px;
  }
  #nav li a{
    padding: 10px 15px;
  }
  #main{
    padding: 20px 0 10px;
  }
  .tab-bottom ul{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .tabs-more h2{
    float: none;
    margin: 0 0 15px;
  }
  .tabs-more .holder-tab-control {
    text-align: center;
  }
  .tabs-more .tab li{
    width: 50%;
  }
  #sidebar .widget {
    padding: 20px 20px 5px;
  }
  .sidebar{
    padding: 10px 0;
  }
  .sidebar strong {
    font-size: 28px;
    margin: 0 0 15px;
  }
}
@media (max-width: 479px) {
  h2, #sidebar h3{
    font-size: 20px;
  }
  .search-block a{
    font-size: 0;
    margin: 0 5px 0 0;
  }
  .search-block form {
    width: 80%;
  }
  .tabs-list .tab-control{
    text-align: center;
  }
  .tabs-list .tab-control li{
    margin: 0 20px;
  }
  .tabs-more .tab-control li{
    width: 33.3%;
    text-align: center;
  }
  .tabs-list .tab-control a,
  .tabs-more .tab-control a{
    font-size: 0;
    line-height: 0;
    padding: 0;
    width: 40px;
  }
  .tabs-more .tab-control a{
    width: 100%;
    padding: 7px 5px;
  }
  .tabs-list .tab-control a span[class^="icon-"],
  .tabs-more .tab-control a span[class^="icon-"]{
    display: block;
    font-size: 40px;
  }
  .tabs-more .tab-control a span[class^="icon-"]{
    margin: 0 -23px 0 0;
  }
  .tabs-list .tab-body ul,
  .tab-bottom ul{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .tabs-list .tab-body li,
  .tab-bottom li{
    padding: 0;
  }
  .widget, .widget-line{
    padding: 25px 15px 15px;
  }
  .tabs-more .tab li{
    width: 100%;
  }
  .question-link{
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 1px 0 0 15px;
  }
  .question-link span{
    display: inline-block;
  }
  .accordion li::before{
    top: 0;
  }
  #sidebar .widget{
    padding: 20px 15px 5px;
  }
  #sidebar .widget:last-child{
    margin: 0 0 10px;
  }
  .widget .text{
    padding: 10px 15px;
  }
  .sidebar strong{
    font-size: 25px;
  }
  #footer {
    padding: 20px 0 15px;
  }
  #footer ul,
  #footer ul:last-child {
    padding: 0 7px;
  }
  #footer ul:last-child{
    text-align: right;
    padding: 0;
  }
}
/* Animated */
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);-ms-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);-ms-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);-ms-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);-ms-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);-ms-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}
.rubberBand{-webkit-animation-name: rubberBand;animation-name: rubberBand;}
/* Yandex.Search on Site*/
.ya-site-form {
  display: inline-block;
  height: 21px;
  left: 0;
  position: relative;
  top: -6px;
  width: 100%;
}
#ya-site-form0 .ya-site-form__search-input {
  padding: 0;
}
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
  background: url(images/icon-search.png) no-repeat 11px 9px;
}
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text:hover{
  background: url(images/icon-search-hover.png) no-repeat 11px 9px;
}
.ya-site-form__search-input-layout-r {
  display: none;
}
/* Temporary */
.page {
  background-color: #fff;
}
blockquote a {
  color: red;
}
.iphonex {
  border: 1px solid #66BBFF;
  border-left: 3px solid #66BBFF;
  padding: 10px;
}
.iphonex img {
  float: left;
  height: 60px;
  margin-right: 15px;
}

/* Comment List On Single */
.comment {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 15px;
}
.comment-awaiting-verification {
  color: #ccc;
}
/* Recent Comments on Index */
.comment-list__title {
  font-size: 28px;
}
.comment-list__item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.comment-list__item-photo {
  flex-grow: 0;
  padding-right: 35px;
  text-align: left;
  width: 135px;
}
.comment-list__item-photo img {
  border: 1px solid #e2e2e2;
  height: auto;
  width: 100px;
}
.comment-list__item-link {
  color: #333;
  flex-grow: 1;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  width: 24%;
}
.comment-list__item-link:hover {
  color: #0d47a1;
}
.comment-list__item-content {
  border: 1px solid #e2e2e2;
  border-radius: 25px;
  flex-grow: 2;
  margin-left: 15px;
  padding: 35px;
  position: relative;
  width: 61%;
}
.comment-list__item-content::after {
  background: #fff;
  content: ' ';
  left: -12px;
  position: absolute;
  top: 32px;

  height: 23px;
  width: 23px;

  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.comment-list__item-text {
  color: #333;
  font-size: 15px;
  line-height: 22px;
}
.comment-list__item-author,
.comment-list__item-date {
  color: #999;
  font-size: 13px;
  line-height: 1;
  text-transform: capitalize;
}
@media (max-width: 1100px) {
  .comment-list__item-content {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .comment-list__item-content {
    margin-top: 15px;
    width: 100%;
  }
}
/* Recent News on Index */
.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-list__title {
  font-size: 28px;
}
.news-list__item {
  border: 1px solid #e2e2e2;
  margin-bottom: 36px;
  /*max-width: 365px;*/
  padding-bottom: 35px;
  position: relative;
  width: 30%;
}
.news-list__item-title {
  color: #000;
  display: block;
  font-size: 20px;
  line-height: 1.1;
  margin: 25px;
  text-decoration: none;
}
.news-list__item-title:hover {
  color: #0d47a1;
}
.news-list__item-photo {}
.news-list__item img {
  max-height: 208px;
}
.news-list__item-date {
  bottom: 0;
  color: #999;
  font-size: 13px;
  left: 0;
  line-height: 1;
  margin: 25px;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .sidebar p.news-list__item-date {
    margin: 25px;
  }
}
/* "special" big news */
.news-list__item-mode-3 {
  /*max-width: 766px;*/
  padding-bottom: 0;
  width: 65%;
}
.news-list__item-mode-3 img {
  height: 100%;
  max-height: 380px;
  width: 100%;
}
.news-list__item-mode-3::before {
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
  content: ' ';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.news-list__item-mode-3 .news-list__item-title {
  color: #fff;
  font-size: 28px;
  position: absolute;
  bottom: 50px;
}
.news-list__item-mode-3 .news-list__item-date {
  color: #fff;
}
@media (max-width: 995px) {
  .news-list__item-title {
    font-size: 16px;
  }
}
@media (max-width: 620px) {
  .news-list__item {
    width: 46%;
  }
  .news-list__item-mode-2,
  .news-list__item-mode-3 {
    padding-bottom: 0;
    width: 100%;
  }
  .news-list__item-mode-2 img {
    height: 100%;
    max-height: 380px;
  }
  .news-list__item-mode-2::before {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
    content: ' ';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .news-list__item-mode-2 .news-list__item-title {
    color: #fff;
    font-size: 28px;
    position: absolute;
    bottom: 50px;
  }
  .news-list__item-mode-2 .news-list__item-date {
    color: #fff;
  }
}
@media (max-width: 460px) {
  .news-list__item {
    width: 100%;
  }
  .news-list__item-mode-2 .news-list__item-title,
  .news-list__item-mode-3 .news-list__item-title {
    bottom: 40px;
    font-size: 16px;
  }
}
