@viewport {
  width: device-width;
  zoom: 1;
  max-zoom: 1;
}
@-o-viewport {
  width: 480px;
  zoom: 1;
  max-zoom: 1;
}
@-ms-viewport {
  width: device-width;
  zoom: 1;
  max-zoom: 1;
}
/* Functions and variable of less*/
@media (min-width: 0px) and (max-width: 767px) {
  .header-height {
    height: 73px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-height {
    height: 88px;
  }
}
@media (min-width: 1200px) {
  .header-height {
    height: 100px;
  }
}
/*-----------------------------------Fonts-------------------*/
@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: Roboto-Black;
  src: url('../fonts/Roboto-Black.ttf');
}
.none {
  display: none !important;
}
body {
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
}
h2 {
  font-family: Roboto-Black, Arial, Helvetica, sans-serif !important;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media (min-width: 0) and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  h2 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 25px;
  }
}
.list-marker {
  display: inline-block;
  height: 9px;
  width: 9px;
  margin: 9px 9px 0 9px;
}
.list-marker.orange.bold {
  border-right: 4px solid #CC5A14;
  border-bottom: 4px solid #CC5A14;
}
.list-marker.green.normal {
  border-right: 2px solid #1F6414;
  border-bottom: 2px solid #1F6414;
}
.list-marker.close {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.navbar {
  display: block !important;
}
/*     #small-menu{
      @media (min-width:1200px) {
        display: inline-block;
        position: absolute;
        margin-top: 15px;
        margin-right: -5px;
        right: 0;
          
      }
    } */
#small-menu {
  float: right;
  width: 133px !important;
  position: relative;
  margin: 16px 0 0 0;
  text-align: right;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #small-menu {
    /* 480px */
    display: none;
  }
}
#small-menu i {
  display: inline-block;
  position: relative;
}
#small-menu .sml-button {
  cursor: pointer;
  font-size: 23px;
  color: #F2994A;
}
#small-menu .sml-button.fas.fa-globe-americas {
  top: -1px;
  margin-right: 30px;
  font-size: 20px;
}
#small-menu .sml-button.fas.fa-envelope {
  top: 1px;
  margin-left: 8px;
  font-size: 25px;
}
#small-menu .sml-button.fas.fa-search {
  top: 2px;
  margin-left: 0px;
  font-size: 23px;
}
#small-menu i span {
  display: inline;
  position: relative;
  margin-left: -44px;
  top: -2px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2476DA;
}
#small-menu #language-switcher {
  display: none;
  position: relative;
  left: -11px;
  height: 25px;
  width: 80px;
  background: white;
  outline: 1px dashed black;
  z-index: 1000;
}
#small-menu #language-switcher ul {
  padding: 2px;
  text-align: center;
}
#small-menu #language-switcher ul li {
  display: inline-block;
  position: relative;
}
#small-menu #language-switcher ul li a {
  font-family: Roboto;
  font-style: normal;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 1px;
  color: #2476DA;
}
#language-switcher-mobile {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  left: -11px;
  height: 25px;
  width: 130px;
  background: white;
}
#language-switcher-mobile ul {
  padding: 2px;
  text-align: center;
}
#language-switcher-mobile ul li:nth-child(1) {
  margin-top: -5px;
}
#language-switcher-mobile ul li:nth-child(2),
#language-switcher-mobile ul li:nth-child(3) {
  border-right: 1px dashed #F2994A;
}
#language-switcher-mobile ul li {
  display: inline-block;
  position: relative;
  padding: 0 3px;
}
#language-switcher-mobile ul li a {
  font-family: Roboto-Black;
  line-height: normal;
  font-size: 16px !important;
  letter-spacing: 1px;
  color: #2476DA;
}
#language-switcher-mobile ul li a.current-lng {
  color: lightgray;
}
#page-sub-header {
  width: 1366px;
  height: 382px;
  top: 100px;
  margin: 0 auto 0 auto;
}
header#masthead {
  margin-bottom: 0;
  background-color: #ffffff ;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  padding: .74rem 1rem;
  padding-top: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  -webkit-box-shadow: 0px -1px 20px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -1px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px -1px 20px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 0px) and (max-width: 767px) {
  header#masthead {
    height: 73px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header#masthead {
    height: 88px;
  }
}
@media (min-width: 1200px) {
  header#masthead {
    height: 100px;
  }
}
@media print {
  header#masthead {
    Position: relative;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header#masthead .navbar {
    height: 73px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header#masthead .navbar {
    height: 88px;
  }
}
@media (min-width: 1200px) {
  header#masthead .navbar {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  header#masthead #main-nav {
    display: none !important;
  }
}
header#masthead #main-nav-1200.main-menu {
  margin-bottom: 8px;
}
header#masthead #main-nav-1200.main-menu ul.navbar-nav li a {
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  color: #CC5A14;
}
header#masthead #main-nav-1200 a.dropdown-item {
  font-weight: normal !important;
}
@media (min-width: 1200px) {
  header#masthead #main-nav-1200 {
    display: block;
    float: right;
    margin-top: 52px;
    position: absolute;
    right: 0;
    width: 652px;
  }
  header#masthead #main-nav-1200 > ul.navbar-nav {
    position: relative;
    float: right;
  }
  header#masthead #main-nav-1200 > ul.navbar-nav > li > a:hover {
    color: #1F6414;
    border-bottom: 2px solid #1F6414;
    margin-bottom: -2px;
  }
  header#masthead #main-nav-1200 > ul.navbar-nav > li > ul > li > a:hover {
    color: #1F6414;
  }
  header#masthead #main-nav-1200 ul.dropdown-menu {
    -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.8);
    position: absolute;
  }
}
@media (min-width: 0px) and (max-width: 1199px) {
  header#masthead #main-nav-1200 {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header#masthead .logo-1200 {
    /* 480px */
    display: none;
  }
}
@media (min-width: 768px) {
  header#masthead .logo-1200 {
    display: none;
  }
}
@media (min-width: 1200px) {
  header#masthead .logo-1200 {
    display: inline-block;
    position: relative;
    float: left;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header#masthead .logo-mobile {
    /* 480px */
    display: block;
    position: absolute;
    float: left;
    top: 14px;
    left: -10px;
  }
  header#masthead .logo-mobile img {
    width: 59px;
    height: 43px;
  }
}
@media (min-width: 768px) {
  header#masthead .logo-mobile {
    display: block;
    position: absolute;
    top: 8px;
  }
  header#masthead .logo-mobile img {
    width: 90px;
    height: 67px;
  }
}
@media (min-width: 1200px) {
  header#masthead .logo-mobile {
    display: none;
  }
}
header#masthead .title-group {
  display: block;
  position: relative;
  float: left;
}
@media (min-width: 0px) and (max-width: 767px) {
  header#masthead .title-group {
    height: 73px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header#masthead .title-group {
    height: 88px;
  }
}
@media (min-width: 1200px) {
  header#masthead .title-group {
    height: 100px;
  }
}
@media (max-width: 767px) {
  header#masthead .title-group {
    position: absolute;
    margin: 15px 0 0 0;
  }
}
header#masthead .title-group .title {
  font-family: Roboto-Black;
  font-style: normal;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  line-height: normal;
  color: #1F6414 !important;
}
@media (min-width: 0px) and (max-width: 767px) {
  header#masthead .title-group .title {
    /* 480px */
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header#masthead .title-group .title {
    display: block;
    position: absolute;
    top: 7px;
    left: 120px;
    font-size: 20px;
    width: 486px;
    height: 59px;
  }
}
@media (min-width: 1200px) {
  header#masthead .title-group .title {
    display: inline-block;
    margin: 6px 0 0 11px;
    font-size: 25px;
    position: relative;
    float: left;
    width: 607px;
    height: 59px;
  }
}
header#masthead .title-group .title-mobile-480 {
  font-family: Roboto-Black;
  font-style: normal;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  line-height: normal;
  color: #1F6414 !important;
}
@media (min-width: 0px) and (max-width: 767px) {
  header#masthead .title-group .title-mobile-480 {
    /* 480px */
    display: block;
    position: absolute;
    width: 301px;
    height: 20px;
    margin: 5px 0 0 58px;
    font-size: 1.1em;
  }
}
@media (min-width: 768px), (min-width: 1200px) {
  header#masthead .title-group .title-mobile-480 {
    display: none;
  }
}
header#masthead .title-group .slogan {
  display: block;
  width: 400px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  color: #1F6414;
}
@media (min-width: 0px) and (max-width: 767px) {
  header#masthead .title-group .slogan {
    /* 480px */
    position: absolute;
    margin: 25px 0 0 58px;
    font-size: 1em;
    height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header#masthead .title-group .slogan {
    position: absolute;
    top: 57px;
    left: 120px;
    font-size: 18px;
    height: 22px;
  }
}
@media (min-width: 1200px) {
  header#masthead .title-group .slogan {
    position: relative;
    margin: 4px 0 0 11px;
    float: left;
    font-size: 18px;
  }
}
header#masthead button#mnu-btn-show {
  display: none;
}
@media (min-width: 0px) and (max-width: 1199px) {
  header#masthead button#mnu-btn-show {
    display: block;
    border: 1px solid #F2994A;
    background: #ffffff;
    z-index: 1000;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header#masthead button#mnu-btn-show {
    width: 43px;
    height: 43px;
    display: block;
    position: relative;
    float: right;
    margin: 15px -5px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header#masthead button#mnu-btn-show {
    width: 63px;
    height: 63px;
    display: block;
    position: relative;
    float: right;
    margin: 11px 2px 0 0;
  }
}
@media print {
  header#masthead button#mnu-btn-show {
    display: none;
  }
}
.fas.fa-bars,
.fas.fa-times {
  color: #F2994A;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fas.fa-bars,
  .fas.fa-times {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .fas.fa-bars,
  .fas.fa-times {
    font-size: 25px;
  }
}
.fas.fa-search,
.fas.fa-envelope {
  color: #F2994A;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fas.fa-search,
  .fas.fa-envelope {
    font-size: 17px;
    padding-top: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .fas.fa-search,
  .fas.fa-envelope {
    font-size: 17px;
    padding-top: 3px;
  }
}
#overlay {
  display: none;
}
@media (min-width: 0) and (max-width: 1199px) {
  #overlay {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background: rgba(20, 20, 20, 0.6);
    width: 200%;
    height: 100%;
  }
}
#bread-crumbs {
  overflow: hidden;
}
@media print {
  #bread-crumbs {
    display: none;
  }
}
#bread-crumbs ul {
  overflow: hidden;
  display: block;
  position: relative;
  top: 5px;
  padding-left: 35px;
  background: #fff;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #0D5297;
}
#bread-crumbs ul li:not(:last-child):after {
  content: " »";
}
@media (max-width: 1199px) {
  #bread-crumbs ul {
    top: 20px;
    padding-left: 12px;
  }
}
#bread-crumbs ul li {
  display: block !important;
  list-style-type: none !important;
  position: relative;
  float: left;
  padding: 0 2px;
}
#bread-crumbs ul li:last-child {
  color: #414141;
}
@media (min-width: 0) and (max-height: 767px) {
  #content {
    padding-top: 73px !important;
  }
}
@media (min-width: 1200px) {
  #content {
    padding-top: 100px !important;
  }
}
#main-nav-mobile {
  position: fixed;
  right: -300px;
  background: white;
  z-index: 2000;
  overflow-y: auto;
}
#main-nav-mobile a {
  font-family: roboto-black;
  color: #F2994A;
  font-size: 18px;
}
#main-nav-mobile div.main-menu > ul > li > ul {
  position: relative !important;
  transform: none !important;
}
#main-nav-mobile div.main-menu > ul > li > ul a {
  font-family: roboto;
}
@media (min-width: 1200px) {
  #main-nav-mobile {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 1199px) {
  #main-nav-mobile {
    display: block;
    top: 0;
    width: 300px;
    height: 100%;
    padding: 15px;
  }
}
#main-nav-mobile button {
  position: relative;
  float: right;
  display: block;
  border: 1px solid #F2994A;
  background: #ffffff;
  z-index: 1000;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
@media (min-width: 0) and (max-width: 767px) {
  #main-nav-mobile button {
    width: 35px;
    height: 35px;
    /* margin: 0 5px 5px 15px; */
    margin: 3px 3px 3px 3px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #main-nav-mobile button {
    width: 35px;
    height: 35px;
    /*margin: 11px 5px 5px 11px;*/
    margin: 3px 3px 3px 3px;
  }
}
.page-content #search-form i.fa-times {
  display: none !important;
}
.search-form {
  display: block;
  position: relative;
  height: 37px;
}
.search-form #search-fields {
  position: absolute;
  left: 0;
  right: 75px;
  height: 35px;
}
.search-form #search-fields .search-field {
  width: 100%;
  height: 100%;
  padding-left: 10px;
}
.search-form #search-buttons {
  display: block;
  position: absolute;
  right: 0;
  width: 75px;
  height: 35px;
}
.search-form #search-buttons i {
  padding: 5px;
  margin: 3px 2px;
  display: block;
  position: relative;
  float: right;
  font-size: 18px !important;
  cursor: pointer;
}
#feedbackModal {
  margin-top: 30px;
}
#feedbackModal label {
  width: 100%;
}
/****************** Sokurenko-slider *********************/
#skSlider {
  display: block;
  position: relative;
  height: 385px;
  width: 1140px;
}
#skSlider > ul {
  display: block;
  position: relative;
  padding: 0;
}
#skSlider > ul li {
  display: block;
  position: absolute;
  opacity: 0;
}
#skSlider > ul li > a > div {
  display: block;
  position: relative;
  height: 385px;
  width: 1140px;
}
#skSlider > ul li > a > div > div.slide-desc {
  float: right;
  width: 630px;
  height: 385px;
  word-wrap: normal;
}
#skSlider > ul li > a > div > div.slide-desc p {
  padding-top: 15px;
  width: 100%;
  height: 50%;
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #F5F5F5;
}
#skSlider > ul li > a > div > div.slide-desc .slider-title {
  display: block;
  position: relative;
  width: 95%;
  height: 50%;
  border-bottom: 2px solid #53C249;
}
#skSlider > ul li > a > div > div.slide-desc .slider-title h2 {
  display: inline;
  position: absolute;
  bottom: 0;
  font-family: Roboto-Black, Arial, Helvetica, sans-serif !important;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #F5F5F5;
}
#skSlider > ul li img {
  border: 2px solid #53C249;
  -webkit-box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.25);
  height: 300px;
  width: 400px;
  display: block;
  position: absolute;
  margin: 40px 0 0 60px;
}
#skSlider > ul#skSliderPager {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 500px;
}
#skSlider > ul#skSliderPager > li {
  display: inline-block;
  position: relative;
  height: 15px;
  width: 15px;
  border: 1px solid black;
  opacity: 1;
  padding: 1px;
  margin: 3px;
}
#skSlider .slider-nav-arrows {
  color: white;
  font-size: 12px;
  padding: 3px;
  vertical-align: 6px;
  margin: 0 5px;
  cursor: pointer;
}
/****************** /Sokurenko-slider *********************/
#slider,
#skSlider {
  /* Стили слайдера на главной странице */
  display: none;
  height: 382px;
  position: relative;
  float: left;
  width: 1200px;
}
@media (min-width: 1200px) {
  #slider,
  #skSlider {
    display: block;
  }
}
#slider img,
#skSlider img {
  width: 400px;
  height: 300px;
}
.skdslider p {
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #F5F5F5;
}
#advantages {
  /* Стили блока "Преимущества" */
  margin-top: 25px !important;
}
#advantages div.advantages-block {
  display: block;
  position: relative;
  float: left;
  height: 155px;
  background: #E6FFDA;
  margin: 1%;
  cursor: pointer;
}
#advantages div.advantages-block .adv-icon {
  display: block;
  position: relative;
  float: left;
  padding: 10px;
  color: #F2994A;
  height: 50px;
  width: 15%;
}
#advantages div.advantages-block .adv-title {
  display: block;
  position: relative;
  float: left;
  padding-top: 5px;
  height: 50px;
  width: 85%;
  overflow: hidden;
  font-family: Roboto-Black, Arial, Helvetica, sans-serif !important;
  color: #1F6414;
  font-size: 19px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.05em;
}
#advantages div.advantages-block .adv-description {
  display: block;
  position: relative;
  float: left;
  padding: 5px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: #414141;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) and (max-width: 991px) {
  #advantages div.advantages-block .adv-description {
    font-size: 13px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  #advantages div.advantages-block {
    width: 100%;
  }
  #advantages div.advantages-block .adv-icon > i {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #advantages div.advantages-block {
    width: 48%;
    max-height: 123px;
  }
  #advantages div.advantages-block .adv-icon > i {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  #advantages div.advantages-block {
    width: calc(31.33333333%);
  }
  #advantages div.advantages-block .adv-icon > i {
    font-size: 30px;
  }
}
/***************** Block News and Announce on Frontpage *************************/
.news-block-frontpage .text-block-title {
  margin-top: 35px;
}
.news-block-frontpage .text-block-title div {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 22px;
}
.news-block-frontpage .text-block-title div.left-top-border {
  border-left: 2px solid #53C249;
  border-top: 2px solid #53C249;
}
.news-block-frontpage .text-block-title div.right-top-border {
  border-right: 2px solid #53C249;
  border-top: 2px solid #53C249;
}
.news-block-frontpage .text-block-title div.text-block-label {
  text-align: center;
}
.news-block-frontpage .text-block-title div.text-block-label h2 {
  margin-top: -13px !important;
  color: #1F6414;
}
.news-block-frontpage .news-item-date {
  color: #414141;
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .news-block-frontpage .news-item-date {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .news-block-frontpage .news-item-date {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .news-block-frontpage .news-item-img {
    display: none;
  }
}
@media (min-width: 1200px) {
  .news-block-frontpage .news-item-img {
    margin-bottom: 19px;
  }
}
.news-block-frontpage .news-item-title > h3 > a {
  color: #1F6414;
  font-family: Roboto-Black, Arial, Helvetica, sans-serif !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .news-block-frontpage .news-item-title > h3 > a {
    font-size: 15px;
    font-family: Roboto, Arial, Helvetica, sans-serif !important;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .news-block-frontpage .news-item-title > h3 > a {
    margin-bottom: 9px;
  }
}
.news-block-frontpage .news-items .news-item-announce > a {
  color: #414141;
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  max-height: 160px !important;
}
.news-block-frontpage .news-items .news-item-announce > a:hover {
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .news-block-frontpage .news-items .news-item-announce > a {
    display: none;
  }
}
@media (min-width: 1200px) {
  .news-block-frontpage .news-items .news-item-announce > a {
    margin-bottom: 19px;
  }
}
.news-block-frontpage .feed-news-link {
  text-align: center;
}
.news-block-frontpage .feed-news-link h2 > a {
  color: #F2994A;
}
.partners-img .img-block {
  display: block;
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .partners-img .img-block {
    margin-bottom: 10px;
  }
}
/*************** Archive-News-Announce *******************/
.news-archive {
  padding-bottom: 30px;
}
.news-archive .archive-description {
  font-family: roboto-black;
}
.news-archive .post-date {
  line-height: normal;
  font-size: 16px !important;
  font-family: roboto-black;
  letter-spacing: 0.05em;
  color: #CC5A14 !important;
}
@media (min-width: 768px) {
  .news-archive .post-date {
    color: #1F6414 !important;
  }
}
.news-archive h2 {
  display: inline-block;
  font-family: roboto-black;
  line-height: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #1F6414;
}
@media (max-width: 767px) {
  .news-archive h2 {
    margin: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news-archive h2 {
    margin-bottom: 10px !important;
  }
}
.news-archive .post-thumbnail img {
  width: 100%;
}
@media (max-width: 767px) {
  .news-archive .post-thumbnail img {
    display: none;
  }
}
.news-archive .post-announce {
  font-size: 18px !important;
}
/*************** Advertising blocks ********/
/* div.img-block>a>img{
  width:398px;
  height: 184px;
}
 */
/*************** Site footer ************/
.site-footer {
  background: #e8e8e8 !important;
}
.site-footer h3 {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #1F6414;
}
.site-footer .footer-menu {
  background: #E8E8E8;
  margin-top: -15px;
}
@media (min-width: 1200px) {
  .site-footer .footer-menu h3 {
    display: inline-block;
    margin-top: 15px;
    text-align: left;
  }
}
.site-footer .footer-menu ul {
  padding-left: 0;
  list-style: none;
  color: #CC5A14;
  /* line-height: 35px; */
  letter-spacing: 0.05em;
}
@media (min-width: 1200px) {
  .site-footer .footer-menu ul a {
    font-size: 15px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .site-footer .footer-menu ul a {
    font-size: 17px;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .site-footer .footer-menu ul a {
    font-size: 15px;
  }
}
.site-footer .footer-menu ul li {
  display: block;
  position: relative;
  float: left;
  padding-left: 15px;
  padding-bottom: 10px;
}
.site-footer .footer-menu ul li:before {
  display: block;
  position: relative;
  float: left;
  color: #1F6414;
  font-size: 20px;
  content: "▪";
  margin-left: -15px;
  margin-top: -4px;
}
.site-footer .footer-menu #footer-map {
  display: none;
}
@media (min-width: 1200px) {
  .site-footer .footer-menu #footer-map {
    display: block;
    outline: 1px solid #53C249;
    margin: 15px 0 15px 0;
  }
}
.site-footer #footer-contacts-background {
  background: #DADADA;
}
.site-footer .footer-contacts {
  height: 90px;
}
.site-footer .footer-contacts .title-block {
  display: none;
}
.site-footer .footer-contacts .title-block > h3 {
  margin-top: 15px !important;
}
@media (min-width: 991px) {
  .site-footer .footer-contacts .title-block {
    display: block;
  }
}
.site-footer .footer-contacts ul {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}
.site-footer .footer-contacts ul > li {
  line-height: 21px;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: black;
}
@media (min-width: 0) and (max-width: 767px) {
  .site-footer .footer-contacts ul > li {
    font-size: 14px;
  }
}
.site-footer .footer-contacts #social-btns-panel {
  display: block;
  position: relative;
}
.site-footer .footer-contacts #social-btns-container {
  display: block;
  position: relative;
  width: 108px;
  height: 54px;
  margin: auto;
}
.site-footer .footer-contacts #social-btns-container img {
  display: block;
  position: relative;
  float: left;
  margin: auto;
  padding: 5px;
}
@media (min-width: 768px) {
  .site-footer .footer-contacts #social-btns-container {
    top: 18px;
  }
}
.site-footer .footer-contacts #social-btns-background {
  display: block;
  position: relative;
  height: 54px;
  width: 200%;
  background: #505050;
  color: white;
}
.site-footer .footer-contacts #footer-copyright-background {
  height: 20px !important;
  background: #0f0f0f !important;
}
.site-footer .footer-contacts #footer-copyright {
  width: 100%;
  text-align: -webkit-center !important;
  text-align: center !important;
  font-size: 12px;
}
section#primary {
  /*****************  Single post content ******************/
}
section#primary .page-header {
  /* background: #53C249; */
  margin-top: 20px;
}
section#primary #cat-marker {
  display: none;
}
@media (min-width: 230px) {
  section#primary #cat-marker {
    display: block;
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    background: #C4C4C4;
    top: 29px;
    left: 43px;
  }
}
section#primary h1 {
  display: block;
  position: relative;
  float: left;
  margin: 0px 0 10px 80px;
  color: #333333;
}
section#primary h1 p {
  margin-bottom: 20px !important;
}
section#primary .archive-description-wrap {
  display: block;
  position: relative;
  float: left;
  font-size: 18px;
}
section#primary .post-date {
  font-size: 12px;
  color: #1F6414;
  padding-bottom: 10px;
}
section#primary .post-title > h2 {
  font-weight: 900;
  line-height: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #1F6414;
  border: 0;
  padding-bottom: 10px;
}
section#primary .post-announce {
  line-height: normal;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.05em;
  padding-bottom: 28px;
}
section#primary .pagination {
  padding: 0 50% 30px 50%;
  font-size: 20px;
  text-align: right;
  letter-spacing: 0.05em;
  color: #F2994A;
}
section#primary .pagination span {
  margin-left: 10px;
}
section#primary .pagination a {
  padding-left: 5px;
}
section#primary .single-content {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
section#primary #single-post-title {
  margin-bottom: 0;
  margin-left: -14px;
}
@media (min-width: 1200px) {
  section#primary #single-post-title {
    margin-left: 20px;
  }
}
section#primary #single-title-marker {
  width: 20px;
  height: 20px;
  background: #C4C4C4;
}
@media (min-width: 1200px) {
  section#primary #single-title-marker {
    display: block;
    position: relative;
    float: left;
    top: 5px;
    left: 35px;
  }
}
@media (min-width: 0) and (max-width: 1199px) {
  section#primary #single-title-marker {
    display: inline-block;
    position: relative;
    float: left;
    margin: 0 10px 10px -14px;
  }
}
@media (min-width: 1200px) {
  section#primary #single-post-date {
    display: block;
    position: relative;
    float: left;
    top: 20px;
    left: -10px;
    font-size: 12px;
    text-align: right;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1199px) {
  section#primary #single-post-date {
    display: inline-block;
    position: relative;
    float: left;
    font-size: 15px;
  }
}
section#primary .entry-title {
  line-height: normal;
  font-family: Roboto-Black;
  font-size: 25px;
  letter-spacing: 0.05em;
  color: #333333;
  border: 0;
  margin-bottom: 30px;
}
section#primary .single-post-thumbnail {
  margin: 5px 0 10px 0;
}
section#primary .single-post-thumbnail img {
  width: 100%;
}
section#primary #single-post-teather {
  line-height: 1.5em;
  font-size: 18px;
  text-align: justify;
  letter-spacing: 0.05em;
}
section#primary #single-post-content {
  line-height: normal;
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #525252;
}
/*************** Archive-Uslugi *******************/
#archive-uslugi {
  padding-bottom: 30px;
}
#archive-uslugi h3 {
  cursor: pointer;
  display: inline-block;
  font-family: roboto-black;
  line-height: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #1F6414;
  margin-top: 10px;
}
#archive-uslugi .list-item {
  display: inline-block;
  margin-left: -3px;
  padding: 3px;
}
#archive-uslugi .list-item .list-marker {
  float: left !important;
  margin-top: 5px;
}
#archive-uslugi .list-item a {
  line-height: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #414141;
  margin-left: 28px;
  display: block;
  text-align: left;
}
.single-content-uslugi h1 {
  margin-bottom: 20px !important;
}
/*************** Sidebar *******************/
aside#secondary .textwidget {
  width: 100%;
}
aside#secondary #calendar #calendar-navigation {
  display: block;
  position: relative;
  float: right;
}
aside#secondary #calendar #calendar-navigation #calendar-month {
  padding: 5px;
  color: #1F6414;
  font-family: Roboto-Black;
  font-size: 16px;
}
aside#secondary #calendar .month-prev,
aside#secondary #calendar .month-next {
  padding: 5px;
  font-size: 16px;
  color: #F2994A;
  cursor: pointer;
}
aside#secondary #calendar .weekday {
  padding: 5px;
  color: #1F6414;
  font-family: Roboto-Black;
}
aside#secondary #calendar .weekend,
aside#secondary #calendar .weekend > a {
  color: red;
}
aside#secondary #calendar td {
  padding: 5px 3px;
  text-align: right;
}
aside#secondary #calendar td > div {
  padding: 3px;
  position: relative;
  float: right;
  width: 25px;
  height: 25px;
  border: 1px !important;
}
aside#secondary #calendar .event-date-active {
  font-family: roboto-black;
  background: #e7e7e7;
  /* border: 1px !important; */
  border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
}
aside#secondary #calendar .current-date {
  font-family: roboto-black !important;
  /* background: rgb(231, 231, 231); */
  border: 1px solid #1F6414 !important;
  border-radius: 50px 50px 50px 50px !important;
  -moz-border-radius: 50px 50px 50px 50px !important;
  -webkit-border-radius: 50px 50px 50px 50px !important;
}
aside#secondary .container {
  margin: 0;
  padding: 0;
}
aside#secondary .widget {
  display: block;
  position: relative;
  float: right;
}
aside#secondary .widget .widget-title {
  width: 100%;
}
aside#secondary h3 {
  display: block;
  position: relative;
  float: right;
  line-height: normal;
  font-family: Roboto-Black, Arial, Helvetica, sans-serif !important;
  font-size: 20px;
  text-align: right;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  aside#secondary h3 {
    float: left !important;
  }
}
aside#secondary h3 + div {
  display: block;
  position: relative;
  float: right;
}
aside#secondary ul.menu > li {
  text-align: right;
}
aside#secondary ul.menu > li > a {
  line-height: normal;
  color: #F2994A;
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
}
@media (min-width: 1200px) {
  aside#secondary ul.menu > li > a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  aside#secondary ul.menu > li > a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  aside#secondary ul.menu > li > a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  aside#secondary div.ui-datepicker {
    font-size: 15px !important;
  }
}
@media (max-width: 480px) {
  aside#secondary div.ui-datepicker {
    font-size: 20px !important;
  }
}
/**** Admin-zone ****/
body.wp-admin .fields {
  display: block;
  position: relative;
}
body.wp-admin .block-icon {
  font-size: 30px;
  padding: 10px;
  cursor: pointer;
}
body.wp-admin .field-text-advantage {
  width: 450px;
}
body.wp-admin .field-textarea-advantage {
  width: 450px;
  height: 100px;
}
body.wp-admin .select-icons {
  display: inline-block;
  position: relative;
  float: left;
  width: 50px;
  padding: 5px;
  font-size: 30px;
  color: #CC5A14;
  cursor: pointer;
}
body.wp-admin .select-icons:hover {
  color: #1F6414;
}
body.wp-admin .select-icons::before {
  padding: 5px;
}
body.wp-admin #sliderImageSectionId {
  height: 250px;
}
body.wp-admin #sliderImageSectionId #sliderImage {
  display: block;
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid grey;
  cursor: pointer;
  margin: 5px;
}
body.wp-admin #sliderImageSectionId input,
body.wp-admin #sliderImageSectionId textarea {
  display: block;
  margin: 5px;
  width: 450px;
  padding: 7px;
}
body.wp-admin #sliderImageSectionId input#slide-enable,
body.wp-admin #sliderImageSectionId textarea#slide-enable {
  display: inline-block;
  width: 15px;
  height: 15px;
}
body.wp-admin #sliderImageSectionId #slide-description {
  width: 450px;
  height: 50px;
}
body.wp-admin input.wide {
  width: 450px;
}
/**** Others ****/
.btn-info[data-toggle='collapse'] {
  cursor: pointer;
  border: 0;
  background: none;
  color: #F2994A;
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  margin-bottom: 10px;
}
.btn-info[data-toggle='collapse'] + div {
  margin-left: 30px;
}
.btn-info[data-toggle='collapse']:after {
  content: " »";
}
.btn-info[data-toggle='collapse']:hover {
  outline: none;
}
/***** Отключаем лишнее в настройках темы ********/
#customize-theme-controls #accordion-section-typography,
#customize-theme-controls #accordion-section-header_image,
#customize-theme-controls #accordion-section-site_name_text_color,
#customize-theme-controls #accordion-section-static_front_page,
#customize-theme-controls #accordion-section-custom_css {
  display: none !important;
}
