@charset "UTF-8";
/* Fonts 

opensans regular
opensans bold
opensans semibold
exo 2.0 bold

*/
@font-face {
  font-family: 'OpenSans-Regular';
  src: url(../fonts/OpenSans-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url(../fonts/OpenSans-Bold.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url(../fonts/OpenSans-SemiBold.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'exo2_0_bold';
  src: url(../fonts/exo2_0_bold.otf);
  font-weight: normal;
  font-style: normal;
}

/* Grid */
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.hidden {
  visibility: hidden;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
}

input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
}

/* Main styles */
html {
  scroll-behavior: smooth;
}

.content {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1300px;
}

body {
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "exo2_0_bold", Arial, Helvetica, sans-serif;
}

h2 {
  text-transform: uppercase;
  font-size: 22px;
}

main,
footer {
  overflow: hidden;
}

/* Header */
.mobile {
  display: none;
}

.header {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}

.nav-item {
  margin-right: 35px;
  position: relative;
  z-index: 10;
}

.nav-item:last-child {
  margin-right: 0;
}

.nav-link {
  color: #333333;
  text-decoration: none;
}

.nav-link.drop-btn:after {
  content: '';
  display: inline-block;
  min-width: 9px;
  width: 9px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/drop-btn-after.png);
  position: relative;
  top: -2px;
  right: -3px;
}

.nav-link.active, .nav-link:hover, .nav-link:focus {
  font-weight: bold;
}

.drop {
  display: none;
  position: absolute;
  top: -20px;
  left: -30px;
  z-index: -1;
}

.drop-body {
  border-width: 1px;
  border-color: #f7f7f7;
  border-style: solid;
  background-color: white;
  -webkit-box-shadow: 0px 25px 62px 0px rgba(27, 183, 60, 0.27);
          box-shadow: 0px 25px 62px 0px rgba(27, 183, 60, 0.27);
  min-width: 180px;
  padding: 50px 30px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.drop.show {
  display: block;
}

.drop-list {
  font-size: 14px;
}

.drop-item {
  margin: 5px 0;
}

.drop-item:last-child {
  margin-bottom: 0;
}

.drop-item::before {
  content: '-';
  display: inline;
}

.drop-link {
  text-decoration: none;
  color: #333333;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.drop-link:hover, .drop-link:focus {
  border-bottom: 1px solid #333333;
}

.info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.lang {
  position: relative;
}

.lang-btn {
  font-size: 14px;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
  color: #000000;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f3f3f3;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.lang-btn:hover, .lang-btn:focus {
  background-color: #f5f5f5;
}

.lang-btn.drop-btn:after {
  content: '';
  display: inline-block;
  min-width: 7px;
  width: 7px;
  height: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/lang-btn-after.png);
  position: relative;
  top: -3px;
  margin-left: 5px;
}

.lang-flag {
  display: inline-block;
  min-width: 17px;
  width: 17px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/lang-flag-one.png);
  margin-right: 5px;
}

.lang-drop {
  display: none;
  border: 1px solid #f3f3f3;
  background-color: #ffffff;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 42px;
  min-width: 82px;
}

.lang-link {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.lang-link:hover, .lang-link:focus {
  border-bottom: 1px solid #333333;
}

.search {
  margin-left: 20px;
}

.search-form {
  position: relative;
  display: inline-block;
}

.search-field {
  border: 1px solid #dddfe6;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
}

.search-field::-webkit-input-placeholder {
  color: #333333;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
}

.search-field:-ms-input-placeholder {
  color: #333333;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
}

.search-field::-ms-input-placeholder {
  color: #333333;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
}

.search-field::placeholder {
  color: #333333;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
}

.search-btn {
  position: absolute;
  top: 8px;
  right: 5px;
}

.search-icon {
  display: inline-block;
  min-width: 25px;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/search-icon.png);
}

/* Sidebar */
.main {
  margin-top: 49px;
}

.main-right {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.sidebar-item {
  margin: 10px 0 15px 0;
}

.sidebar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-picture {
  margin-right: 10px;
}

.sidebar-title {
  color: #004600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 5px double #acddff;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 20px;
}

.sidebar-name {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-name:hover, .sidebar-name:focus {
  border-bottom: 1px solid #000000;
}

.sidebar-date {
  color: #999999;
  font-size: 13px;
  display: block;
  margin-top: 2px;
}

.sidebar-image {
  min-width: 89px;
  width: 89px;
  height: 55px;
}

.ask {
  margin: 58px 0 70px 0;
}

.ask-body {
  background-color: #1bb73c;
  color: #ffffff;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  margin-left: -15px;
}

.ask-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: 5px double #ffffff;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 20px;
}

.ask-text {
  margin-top: 10px;
}

.ask-more {
  margin-top: 15px;
}

.ask-more-btn {
  background-color: #2fa9ff;
  color: #ffffff;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ask-more-btn:hover, .ask-more-btn:focus {
  background-color: #4fb6ff;
}

.ask-more-icon {
  display: inline-block;
  min-width: 18px;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/ask-more-icon.png);
  margin-right: 8px;
}

.latest-item {
  margin: 0 0 19px 0;
}

.latest-title {
  color: #004600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 5px double #acddff;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 20px;
}

.latest-name {
  margin-bottom: 5px;
}

.latest-link {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.latest-link:hover, .latest-link:focus {
  border-bottom: 1px solid transparent;
}

.latest-place {
  font-size: 12px;
  color: #999999;
  text-decoration: none;
  border-bottom: 1px solid #999999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.latest-place:hover, .latest-place:focus {
  border-bottom: 1px solid transparent;
}

.bots-body {
  border-width: 1px;
  border-color: #d9d9d9;
  border-style: solid;
  background-color: #2fa9ff;
  color: #ffffff;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 72px 0 48px 0;
  font-size: 14px;
  margin-left: -15px;
}

.bots-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: 5px double #ffffff;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 20px;
  color: #ffffff;
}

.bots-list {
  margin-top: 20px;
}

.bots-item {
  margin: 6px 0;
}

.bots-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bots-picture {
  margin-right: 15px;
}

.bots-image {
  width: 65px;
  height: 65px;
  min-width: 65px;
}

.bots-link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "OpenSans-SemiBold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
  top: -4px;
}

.bots-link:hover, .bots-link:focus {
  border-bottom: 1px solid transparent;
}

.bots-text {
  font-size: 12px;
  margin-top: 2px;
}

.newest-item {
  margin: 10px 0 15px 0;
}

.newest-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newest-picture {
  margin-right: 10px;
}

.newest-title {
  color: #004600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 5px double #acddff;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 20px;
}

.newest-link {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.newest-link:hover, .newest-link:focus {
  border-bottom: 1px solid #000000;
}

.newest-date {
  color: #999999;
  font-size: 13px;
  display: block;
  margin-top: 2px;
}

.newest-image {
  min-width: 89px;
  width: 89px;
  height: 55px;
}

/* Main */
.regular {
  margin-bottom: 80px;
}

.regular-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.regular-title-text {
  color: #1bb73c;
  font-size: 20px;
  font-family: "exo2_0_bold", Arial, Helvetica, sans-serif;
  border-bottom: 5px double #acddff;
  padding-bottom: 2px;
  text-transform: uppercase;
}

.regular-icon {
  display: inline-block;
  min-width: 27px;
  width: 27px;
  height: 27px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.regular-icon-one {
  background-image: url(../img/regular-icon-one.png);
}

.regular-icon-thue {
  background-image: url(../img/regular-icon-thue.png);
}

.regular-icon-three {
  background-image: url(../img/regular-icon-three.png);
}

.regular-icon-four {
  background-image: url(../img/regular-icon-four.png);
}

.regular-icon-five {
  background-image: url(../img/regular-icon-five.png);
}

.regular-icon-six {
  background-image: url(../img/regular-icon-six.png);
}

.regular-descr {
  line-height: 1.6;
  margin-top: 29px;
}

.last {
  margin: 30px 0 40px 0;
}

.last-body {
  border-width: 1px;
  border-color: #f3f3f3;
  border-style: solid;
  background-color: white;
  -webkit-box-shadow: 0px 25px 62px 0px rgba(133, 133, 133, 0.13);
          box-shadow: 0px 25px 62px 0px rgba(133, 133, 133, 0.13);
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.last-image {
  width: 220px;
  height: 130px;
  margin-bottom: -6px;
}

.last-descr {
  font-size: 16px;
  margin-bottom: 3px;
}

.last-date {
  font-size: 12px;
  color: #999999;
}

.bread {
  margin-top: 10px;
  font-size: 12px;
}

.bread-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bread-item:after {
  content: '->';
  display: inline-block;
  margin: 0 5px 0 3px;
  color: #2fa9ff;
  font-size: 12px;
  position: relative;
  top: 1px;
}

.bread-item:last-child:after {
  content: none;
}

.bread-link {
  color: #2fa9ff;
  text-decoration: none;
  border-bottom: 1px solid #2fa9ff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bread-link:hover, .bread-link:focus {
  border-bottom: 1px solid transparent;
}

.news-item {
  margin: 10px 0 13px 0;
}

.news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-picture {
  margin-right: 10px;
}

.news-title {
  color: #004600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 5px double #acddff;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 20px;
}

.news-link {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-link:hover, .news-link:focus {
  border-bottom: 1px solid #000000;
}

.news-date {
  color: #999999;
  font-size: 13px;
  display: block;
  margin-top: 2px;
}

.news-image {
  min-width: 89px;
  width: 89px;
  height: 55px;
}

/* Footer */
.footer {
  color: #ffffff;
  margin-top: 67px;
}

.footer-top {
  background-color: #004600;
}

.footer .col-3,
.footer .col-4,
.footer .col-5 {
  padding: 18px 15px 41px 15px;
}

.footer .col-5 {
  padding-left: 50px;
  padding-right: 50px;
}

.footer-brown {
  background-color: #003c00;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-title {
  font-size: 17px;
  font-family: "exo2_0_bold", Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}

.footer-item {
  margin-bottom: 4px;
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-link:hover, .footer-link:focus {
  border-bottom: 1px solid #ffffff;
}

.footer-bottom {
  background-color: #002201;
  color: #acacac;
  font-size: 12px;
  padding: 10px 0 8px 0;
}

.footer-policy {
  margin: 0;
}

.footer-policy-link {
  color: #acacac;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-policy-link:hover, .footer-policy-link:focus {
  border-bottom: 1px solid #acacac;
}

.footer-logo {
  margin-top: 20px;
}

.useful {
  font-size: 13px;
}

.useful-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
}

.useful-item {
  width: calc(50% - 50px);
  margin: 10px 25px;
}

.useful-picture {
  margin-bottom: 10px;
}

.useful-image {
  min-width: 89px;
  width: 89px;
  height: 60px;
  margin-bottom: -6px;
}

.useful-link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.useful-link:hover, .useful-link:focus {
  border-bottom: 1px solid transparent;
}

.useful-date {
  margin-top: 10px;
  display: block;
  color: #999999;
}

.adress {
  margin-left: 30px;
}

.adress-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -45px;
}

.adress-item {
  margin: 0 45px;
}

.feedback-field {
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 203px;
}

.feedback-field::-webkit-input-placeholder {
  color: #666666;
}

.feedback-field:-ms-input-placeholder {
  color: #666666;
}

.feedback-field::-ms-input-placeholder {
  color: #666666;
}

.feedback-field::placeholder {
  color: #666666;
}

.feedback-more {
  margin-top: 10px;
}

.feedback-btn {
  background-color: #2fa9ff;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feedback-btn:hover, .feedback-btn:focus {
  background-color: #4fb6ff;
}

.feedback-btn-icon {
  display: inline-block;
  min-width: 20px;
  width: 20px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/feedback-btn-icon.png);
  margin-right: 5px;
}

.policy {
  color: #d5d5d5;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -22px;
  line-height: 1.2;
}

.policy-icon {
  display: inline-block;
  min-width: 12px;
  width: 12px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/policy-icon.png);
  margin-right: 10px;
  position: relative;
  top: 16px;
}

.policy-link {
  color: #d5d5d5;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.policy-link:hover, .policy-link:focus {
  border-bottom: 1px solid #d5d5d5;
}

/* Pages */
.prev-title {
  font-size: 30px;
  font-family: "exo2_0_bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #004600;
  margin-top: 0;
  margin-bottom: 0;
}

.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px 20px -5px;
  font-size: 12px;
  color: #666666;
}

.breadcrumbs-item {
  margin: 5px;
}

.breadcrumbs-item::before {
  content: '-';
  display: inline-block;
  position: relative;
  left: -2px;
}

.breadcrumbs-item:first-child::before {
  content: none;
}

.breadcrumbs-link {
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid #666666;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.breadcrumbs-link:hover, .breadcrumbs-link:focus {
  border-bottom: 1px solid transparent;
}

/* Задать вопрос */
.connection {
  margin-bottom: 50px;
}

.connection-list {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.connection-item {
  margin: 15px 15px;
  width: calc(50% - 30px);
}

.connection-item-full {
  width: calc(100% - 30px);
}

.connection-field {
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px;
  width: 100%;
  font-size: 14px;
}

.connection-field-area {
  min-height: 140px;
}

.connection-field::-webkit-input-placeholder {
  color: #666666;
}

.connection-field:-ms-input-placeholder {
  color: #666666;
}

.connection-field::-ms-input-placeholder {
  color: #666666;
}

.connection-field::placeholder {
  color: #666666;
}

.connection-more {
  margin-top: 10px;
}

.connection-btn {
  background-color: #2fa9ff;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.connection-btn:hover, .connection-btn:focus {
  background-color: #4fb6ff;
}

.connection-btn-icon {
  display: inline-block;
  min-width: 18px;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/connection-btn-icon.png);
  margin-right: 8px;
}

.connection-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  color: #999999;
  font-size: 12px;
}

.connection-policy-icon {
  display: inline-block;
  min-width: 12px;
  width: 12px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/connection-policy-icon.png);
  margin-right: 10px;
}

.connection-policy-text {
  margin: 0;
}

.connection-policy-link {
  text-decoration: none;
  color: #999999;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.connection-policy-link:hover, .connection-policy-link:focus {
  border-bottom: 1px solid #999999;
}

.past {
  margin-top: 85px;
}

.past-title {
  font-size: 22px;
  font-weight: normal;
  color: #004600;
  text-transform: inherit;
  border-bottom: 6px double #acddff;
  padding-bottom: 10px;
}

.past-item {
  margin: 30px 0 50px 0;
}

.past-ask {
  font-size: 15px;
}

.past-answer {
  font-size: 14px;
  border-left: 2px solid #1bb73c;
  padding-left: 5px;
  margin-left: 20px;
  max-width: 680px;
}

/* Подкатегория */
.subcat-row {
  margin-top: 40px;
}

.subcat-item {
  margin: 10px 0 15px 0;
}

.subcat-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subcat-picture {
  margin-right: 10px;
}

.subcat-link {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.subcat-link:hover, .subcat-link:focus {
  border-bottom: 1px solid #000000;
}

.subcat-date {
  color: #999999;
  font-size: 13px;
  display: block;
  margin-top: 2px;
}

.subcat-image {
  min-width: 89px;
  width: 89px;
  height: 55px;
}

/* Категория */
.category-row {
  margin-top: 25px;
  margin-bottom: 50px;
}

.category-title {
  font-size: 20px;
  font-family: "exo2_0_bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #1bb73c;
  margin-bottom: 10px;
  border-bottom: 5px double #acddff;
  display: inline-block;
  padding-bottom: 2px;
  text-transform: uppercase;
}

.category-info {
  font-size: 14px;
  margin-bottom: 20px;
}

.category-item {
  margin: 10px 0 15px 0;
}

.category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category-picture {
  margin-right: 10px;
}

.category-link {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.category-link:hover, .category-link:focus {
  border-bottom: 1px solid #000000;
}

.category-date {
  color: #999999;
  font-size: 13px;
  display: block;
  margin-top: 2px;
}

.category-image {
  min-width: 89px;
  width: 89px;
  height: 55px;
}

/* Каталог */
.cat-list {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cat-item {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(50% - 40px);
}

.cat-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cat-picture {
  margin-right: 10px;
  margin-bottom: 5px;
}

.cat-image {
  margin-bottom: -6px;
}

.cat-title {
  font-size: 16px;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  margin: 0 0 3px 0;
}

.cat-title-link {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cat-title-link:hover, .cat-title-link:focus {
  border-bottom: 1px solid #000000;
}

.cat-info {
  color: #666666;
  font-size: 14px;
}

.cat-more-link {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2fa9ff;
  color: #ffffff;
  padding: 10px 15px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cat-more-link:hover, .cat-more-link:focus {
  background-color: #4fb6ff;
}

.cat-more-icon {
  display: inline-block;
  min-width: 22px;
  width: 22px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/cat-more-icon.png);
  margin-right: 5px;
  margin-bottom: -3px;
}

/* Запись */
.single {
  margin-bottom: 50px;
}

.single-picture {
  margin-top: 30px;
  margin-bottom: 0;
}

.single-image {
  width: 100%;
}

.single-list {
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px dashed #666666;
  margin-top: 25px;
  margin-bottom: 40px;
}

.single-item {
  margin: 3px 0;
}

.single-link {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-link:hover, .single-link:focus {
  border-bottom: 1px solid #000000;
}

.single-body {
  line-height: 1.5;
}

.single-subimage {
  width: 329px;
  height: 214px;
}

.single-row {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-row p:first-child {
  margin-top: 0;
}

.single-row img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.member {
  color: #333333;
  font-size: 14px;
}

.member-list {
  margin: 0 -13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.member-item {
  margin: 10px 13px;
}

.member-link {
  color: #000000;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

.member-link:hover, .member-link:focus {
  border-bottom: 1px solid transparent;
}

.social {
  margin: 70px 0 30px 0;
}

.social-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-name {
  color: #000000;
  font-size: 14px;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  display: inline-block;
  margin-right: 10px;
  margin-top: -2px;
}

.tags {
  font-size: 14px;
  margin: 0 -2px;
}

.tags-link {
  display: inline-block;
  color: #9e9e9e;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 2px;
}

.tags-link:hover, .tags-link:focus {
  border-bottom: 1px solid #9e9e9e;
}

.comments {
  margin-top: 40px;
}

.comments-title {
  font-size: 14px;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  color: #000000;
  margin-bottom: 30px;
}

.comments-field {
  border: 1px solid #b2b2b2;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 14px;
}

.comments-field::-webkit-input-placeholder {
  color: #999999;
}

.comments-field:-ms-input-placeholder {
  color: #999999;
}

.comments-field::-ms-input-placeholder {
  color: #999999;
}

.comments-field::placeholder {
  color: #999999;
}

.comments-field-area {
  height: 140px;
}
/*# sourceMappingURL=style.css.map */