.preloaderBlock {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100%;
  z-index: 9;
  text-align: center;
  height: 100vh;
  display: table;
  width: 100%;
  scroll: none; }
.gsInformer{
  width: 325px !important;
}
.preloaderBlock:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7); }

.blockWithImg {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 5; }

.blockWithImg img {
  width: 0px; }

.QOverlay {
  background-color: #000000;
  z-index: 9999; }

.QLoader {
  background-color: #CCCCCC;
  height: 1px; }

button:focus {
  outline: none; }

.top {
  height: 350px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed; }
  .top:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15); }
  .top.main-top {
    height: 530px; }

.section-title {
  text-align: center;
  font: 700 30px Open Sans;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 65px;
  color: #000; }
  .section-title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #fbbc05;
    width: 78px;
    margin: 0 auto; }

.about {
  padding-top: 65px;
  padding-bottom: 80px; }
  .about p {
    font: 400 16px/24px Open sans;
    color: #808080;
    margin-bottom: 20px;
    text-align: center; }
  .about .about-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px; }
    .about .about-block .about-item {
      height: 240px;
      width: 240px;
      background: #f7f3f0;
      border-radius: 5px;
      display: inline-block;
      text-align: center;
      box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2); }
      .about .about-block .about-item span {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        width: 96px;
        height: 96px;
        background-color: #fff;
        border-radius: 100%;
        margin-top: 50px;
        margin-bottom: 10px;
        -webkit-transition: .3s;
                transition: .3s; }
      .about .about-block .about-item .about-item-description {
        font: 700 16px/26px Open Sans;
        color: #392517;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-top: 30px; }
      .about .about-block .about-item:hover {
        text-decoration: none; }
      .about .about-block .about-item:nth-child(1):hover span {
        background-image: url(../img/doc_green.png) !important;
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
      .about .about-block .about-item:nth-child(2):hover span {
        background-image: url(../img/target_green.png) !important;
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
      .about .about-block .about-item:nth-child(3):hover span {
        background-image: url(../img/talk_green.png) !important;
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
      .about .about-block .about-item:nth-child(4):hover span {
        background-image: url(../img/team_green.png) !important;
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }

.activity {
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  padding-top: 65px;
  padding-bottom: 72px; }
  .activity .section-title {
    color: #fff; }
  .activity p {
    font: 300 14px/26px Open sans;
    color: #fff;
    margin-bottom: 20px;
    text-align: center; }
  .activity .activity-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .activity .activity-block a {
      background: url(../img/activity-bg.png);
      width: 314px;
      height: 368px;
      text-align: center;
      text-decoration: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 70px 0 90px;
      margin: 0 38px;
      position: relative; }
      .activity .activity-block a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 7px;
        background: #3d7f32; }
      .activity .activity-block a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 7px;
        background: #fbbc05;
        width: 0px;
        -webkit-transition: .3s;
                transition: .3s; }
      .activity .activity-block a div {
        font: 700 18px/30px Open Sans;
        color: #666666;
        text-transform: uppercase; }
      .activity .activity-block a img {
        -webkit-transition: .3s;
                transition: .3s; }
      .activity .activity-block a:hover:after {
        width: 100%; }
      .activity .activity-block a:hover img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }

.last-events {
  padding-top: 65px;
  padding-bottom: 70px;
  background: #f7f3f0; }
  .last-events .row > div:nth-child(odd) .event-title {
    background: #3d7f32;
    color: #fff; }
  .last-events .row > div:nth-child(even) .event-title {
    background: #fbbc05;
    color: #000; }
  .last-events .event-item {
    text-align: center;
    background: #fff;
    border-bottom: 3px solid #dedad7;
    -webkit-transition: .3s;
            transition: .3s; }
    .last-events .event-item .event-title {
      font: 700 18px Open Sans;
      text-transform: uppercase;
      height: 132px;
      padding-top: 30px; }
    .last-events .event-item .event-img {
      width: 120px;
      height: 120px;
      background: #fff;
      border-radius: 100%;
      margin: -60px auto 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .last-events .event-item .event-img img {
        max-width: 100%; }
    .last-events .event-item .event-text {
      padding-top: 15px;
      font: 300 16px/26px Open Sans;
      color: #666666;
      padding: 0 35px;
      margin-bottom: 35px; }
    .last-events .event-item .event-more {
      font: 400 16px/35px Open Sans;
      background: #663f20;
      color: #fff;
      border: 2px solid transparent;
      display: inline-block;
      text-decoration: none;
      width: 167px;
      border-radius: 5px;
      -webkit-transition: .3s;
              transition: .3s;
      margin-bottom: 20px; }
      .last-events .event-item .event-more:hover {
        border-color: #663f20;
        color: #663f20;
        background: #fff; }
    .last-events .event-item:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }

.map-weather {
  height: 400px; }

#map {
  height: 400px; }

.weather {
  margin-top: -345px; }
  .weather .weather-head {
    font: 400 18px/57px Open Sans;
    color: #fff;
    background: #663f20;
    padding: 0 25px;
    border-bottom: 17px solid #fff; }

div#scroll-top {
  position: fixed;
  right: 30px;
  bottom: -100px;
  width: 50px;
  height: 50px;
  background: #3d7f32;
  z-index: 999;
  -webkit-transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
  transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
  cursor: pointer; }
  div#scroll-top:before {
    font-size: 45px;
    color: #fff;
    position: absolute;
    left: 11px;
    top: -7px;
    content: "\f102";
    font-family: "FontAwesome"; }
  div#scroll-top.visible {
    bottom: 51px; }

/* ABOUT */
.about-page {
  background: #f7f3f0; }
  .about-page .about-block .tab-block {
    width: 100%; }
    .about-page .about-block .tab-block .nav-tabs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border: none; }
      .about-page .about-block .tab-block .nav-tabs:before, .about-page .about-block .tab-block .nav-tabs:after {
        display: none; }
      .about-page .about-block .tab-block .nav-tabs li {
        position: relative;
        width: 25%;
        text-align: center; }
        .about-page .about-block .tab-block .nav-tabs li:not(:last-child):before {
          content: "";
          position: absolute;
          right: 0;
          width: 2px;
          border-left: 1px solid #f1edea;
          border-right: 1px solid #f4f0ed;
          top: 15px;
          bottom: 50px; }
        .about-page .about-block .tab-block .nav-tabs li .about-item {
          box-shadow: none;
          background: none;
          border: none;
          height: 150px; }
          .about-page .about-block .tab-block .nav-tabs li .about-item span {
            background-color: transparent;
            margin: 0;
            height: 60px;
            width: 60px;
            border-radius: 0px; }
          .about-page .about-block .tab-block .nav-tabs li .about-item .about-item-description {
            font-size: 18px;
            color: #666666; }
        .about-page .about-block .tab-block .nav-tabs li:after {
          content: "";
          height: 24px;
          width: 24px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -30px;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          background: #fff;
          margin: 0 auto;
          -webkit-transition: .3s;
                  transition: .3s; }
        .about-page .about-block .tab-block .nav-tabs li:hover .about-item-description, .about-page .about-block .tab-block .nav-tabs li.active .about-item-description {
          color: #3d7f32; }
        .about-page .about-block .tab-block .nav-tabs li:hover:after, .about-page .about-block .tab-block .nav-tabs li.active:after {
          bottom: -12px; }
        .about-page .about-block .tab-block .nav-tabs li:nth-child(1):hover span, .about-page .about-block .tab-block .nav-tabs li:nth-child(1).active span {
          background-image: url(../img/doc_green.png) !important;
          -webkit-transform: rotateY(0deg);
                  transform: rotateY(0deg); }
        .about-page .about-block .tab-block .nav-tabs li:nth-child(2):hover span, .about-page .about-block .tab-block .nav-tabs li:nth-child(2).active span {
          background-image: url(../img/target_green.png) !important;
          -webkit-transform: rotateY(0deg);
                  transform: rotateY(0deg); }
        .about-page .about-block .tab-block .nav-tabs li:nth-child(3):hover span, .about-page .about-block .tab-block .nav-tabs li:nth-child(3).active span {
          background-image: url(../img/talk_green.png) !important;
          -webkit-transform: rotateY(0deg);
                  transform: rotateY(0deg); }
        .about-page .about-block .tab-block .nav-tabs li:nth-child(4):hover span, .about-page .about-block .tab-block .nav-tabs li:nth-child(4).active span {
          background-image: url(../img/team_green.png) !important;
          -webkit-transform: rotateY(0deg);
                  transform: rotateY(0deg); }
  .about-page .about-block .tab-content {
    background: #fff;
    padding: 75px 85px 50px;
    border-bottom: 2px solid #dfdad6; }
    .about-page .about-block .tab-content #history .history-img {
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 350px;
      position: relative;
      margin-bottom: 50px; }
      .about-page .about-block .tab-content #history .history-img:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 1; }
      .about-page .about-block .tab-content #history .history-img .history-desc {
        position: absolute;
        z-index: 2;
        color: #fff;
        left: 0;
        right: 0;
        padding-left: 200px;
        padding-right: 150px;
        bottom: 65px;
        font: 300 16px/26px Open Sans; }
        .about-page .about-block .tab-content #history .history-img .history-desc span {
          font-weight: bold;
          font-size: 20px; }
        .about-page .about-block .tab-content #history .history-img .history-desc:before {
          content: "";
          position: absolute;
          height: 2px;
          background: #fbbc05;
          top: 13px;
          width: 140px;
          left: 30px; }
    .about-page .about-block .tab-content #history p {
      font: 400 14px/26px Open Sans;
      color: #333333;
      text-align: justify;
      margin-bottom: 20px;
      text-indent: 30px; }
    .about-page .about-block .tab-content #target {
      padding: 0 80px; }
      .about-page .about-block .tab-content #target .tab-title {
        text-align: center;
        font: 700 21px Open Sans;
        padding-bottom: 10px;
        position: relative;
        margin-bottom: 10px; }
        .about-page .about-block .tab-content #target .tab-title:before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 2px;
          background: #fbbc05;
          width: 55px;
          margin: 0 auto; }
      .about-page .about-block .tab-content #target p {
        font: 400 14px/21px Open Sans;
        color: #000;
        margin-bottom: 40px; }
      .about-page .about-block .tab-content #target ul {
        margin-bottom: 30px; }
        .about-page .about-block .tab-content #target ul li {
          font: 400 14px/21px Open Sans;
          padding: 10px 0;
          list-style-type: none;
          position: relative; }
          .about-page .about-block .tab-content #target ul li:before {
            content: "";
            background-image: url(../img/target.png);
            width: 17px;
            height: 17px;
            background-size: cover;
            background-repeat: no-repeat;
            position: absolute;
            left: -30px;
            top: 12px;
            -webkit-transition: .3s;
                    transition: .3s; }
          .about-page .about-block .tab-content #target ul li:hover:before {
            -webkit-transform: scale(1.5);
                -ms-transform: scale(1.5);
                    transform: scale(1.5); }
      .about-page .about-block .tab-content #target .value-block {
        margin-top: 30px; }
      .about-page .about-block .tab-content #target .value-item {
        padding-bottom: 20px;
        position: relative; }
        .about-page .about-block .tab-content #target .value-item:not(:last-child) {
          margin-bottom: 20px; }
          .about-page .about-block .tab-content #target .value-item:not(:last-child):before {
            content: "";
            position: absolute;
            bottom: 0;
            left: -15px;
            right: -15px;
            height: 1px;
            background: #d4d4d4;
            display: block; }
        .about-page .about-block .tab-content #target .value-item h4 {
          padding-left: 60px;
          font: 700 16px/21px Open Sans;
          text-transform: uppercase;
          position: relative; }
          .about-page .about-block .tab-content #target .value-item h4:before {
            content: "";
            background-image: url(../img/check.png);
            height: 43px;
            width: 43px;
            position: absolute;
            top: -10px;
            left: 0px;
            -webkit-transition: .3s;
                    transition: .3s; }
          .about-page .about-block .tab-content #target .value-item h4:hover:before {
            -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg); }
        .about-page .about-block .tab-content #target .value-item p {
          padding-left: 60px;
          text-align: left;
          font-size: 12px;
          margin-bottom: 0;
          padding-right: 50px; }
    .about-page .about-block .tab-content #talk .director-title {
      font: 700 20px Open Sans;
      text-align: center;
      margin-bottom: 20px; }
    .about-page .about-block .tab-content #talk .director-img {
      display: inline-block;
      width: 215px;
      vertical-align: top; }
      .about-page .about-block .tab-content #talk .director-img img {
        max-width: 100%; }
    .about-page .about-block .tab-content #talk .talk-img {
      margin-top: 30px;
      margin-bottom: 30px; }
      .about-page .about-block .tab-content #talk .talk-img img {
        max-width: 100%; }
    .about-page .about-block .tab-content #talk .director-text {
      display: inline-block;
      width: calc(100% - 220px);
      padding-left: 25px; }
      .about-page .about-block .tab-content #talk .director-text .director-name {
        font: 600 16px/26px Open Sans;
        color: #303030; }
      .about-page .about-block .tab-content #talk .director-text .director-position {
        font: 300 12px/26px Open Sans;
        font-style: italic;
        color: #303030;
        padding-bottom: 10px;
        position: relative;
        margin-bottom: 20px; }
        .about-page .about-block .tab-content #talk .director-text .director-position:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          height: 2px;
          width: 80px;
          background: #ffd322; }
      .about-page .about-block .tab-content #talk .director-text span, .about-page .about-block .tab-content #talk .director-text b, .about-page .about-block .tab-content #talk .director-text p {
        font-size: 14px;
        line-height: 26px;
        font-family: Open Sans;
        color: #303030; }
      .about-page .about-block .tab-content #talk .director-text p {
        margin-top: 30px;
        margin-bottom: 30px;
        text-indent: 30px;
        text-align: left; }
    .about-page .about-block .tab-content #talk a {
      text-decoration: none; }
      .about-page .about-block .tab-content #talk a:hover .desc-block {
        border-color: #fbbc05 !important; }
      .about-page .about-block .tab-content #talk a:hover .news-title {
        color: #fbbc05 !important; }
    .about-page .about-block .tab-content #talk .talk-item {
      width: 33%;
      padding: 0 15px;
      float: left;
      margin-bottom: 15px; }
      .about-page .about-block .tab-content #talk .talk-item .img-block {
        height: 324px;
        background-size: cover;
        background-position: center;
        position: relative; }
        .about-page .about-block .tab-content #talk .talk-item .img-block .talk-title {
          color: #fff;
          position: absolute;
          right: 0;
          left: 0;
          bottom: 0;
          font: 700 18px Open Sans;
          padding: 15px;
          z-index: 2;
          -webkit-transition: .3s;
                  transition: .3s; }
        .about-page .about-block .tab-content #talk .talk-item .img-block:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.25); }
      .about-page .about-block .tab-content #talk .talk-item .desc-block {
        margin-top: 15px;
        padding-left: 30px;
        padding-right: 30px;
        background: #fff;
        padding-bottom: 20px;
        border-bottom: 4px solid #dedad7;
        -webkit-transition: .3s;
                transition: .3s;
        max-height: 150px;
        position: relative;
        overflow: hidden;
        text-align: center; }
        .about-page .about-block .tab-content #talk .talk-item .desc-block:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 30px;
          background-image: -webkit-linear-gradient(top, rgba(251, 246, 239, 0), #fff 100%, #fbf6ef 10%, #fbf6ef); }
        .about-page .about-block .tab-content #talk .talk-item .desc-block span {
          font: 300 14px/24px Open Sans;
          color: #000; }
        .about-page .about-block .tab-content #talk .talk-item .desc-block p {
          font: 300 14px/24px Open Sans;
          color: #000; }
      .about-page .about-block .tab-content #talk .talk-item .title-item {
        text-align: center;
        font: 600 16px/26px Open Sans;
        color: #303030;
        height: 50px;
        overflow: hidden; }
    .about-page .about-block .tab-content #team .team-member {
      height: 300px;
      background-position: center;
      background-size: cover;
      position: relative;
      margin-bottom: 20px;
      background-color: #cdcdcd; }
      .about-page .about-block .tab-content #team .team-member .team-member-description {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #e6e6e6;
        border-bottom: 2px solid #ffcc00;
        border-top: 2px solid transparent;
        text-align: center;
        padding: 10px 20px;
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        -webkit-transition: .3s;
                transition: .3s; }
        .about-page .about-block .tab-content #team .team-member .team-member-description .team-member-name {
          font: 400 14px/18px Open Sans;
          color: #303030;
          text-transform: uppercase;
          -webkit-transition: .3s;
                  transition: .3s; }
        .about-page .about-block .tab-content #team .team-member .team-member-description .team-member-position {
          font: 400 12px/16px Open Sans;
          -webkit-transition: .3s;
                  transition: .3s;
          color: #303030; }
      .about-page .about-block .tab-content #team .team-member.team-member-invite {
        background-size: inherit;
        background-repeat: no-repeat;
        background-position: 50% 40%; }
      .about-page .about-block .tab-content #team .team-member:hover .team-member-description {
        background: #303030;
        border-top-color: #ffcc00;
        border-bottom-color: transparent; }
        .about-page .about-block .tab-content #team .team-member:hover .team-member-description .team-member-name {
          color: #ffcc00; }
        .about-page .about-block .tab-content #team .team-member:hover .team-member-description .team-member-position {
          color: #fff; }

.slider-3-image .slider-item {
  height: 175px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 3.5px;
  outline: none; }

.slider .slick-arrow {
  padding: 0;
  margin: 0;
  background: rgba(251, 188, 5, 0.9);
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 100%;
  position: absolute;
  z-index: 2;
  -webkit-transition: .3s;
          transition: .3s; }
  .slider .slick-arrow:hover {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2); }
  .slider .slick-arrow span {
    font-size: 20px;
    line-height: 50px;
    color: #fff; }
  .slider .slick-arrow.prev-arrow {
    top: calc(50% - 25px);
    left: -22.5px; }
    .slider .slick-arrow.prev-arrow span {
      padding-right: 5px; }
  .slider .slick-arrow.next-arrow {
    top: calc(50% - 25px);
    right: -22.5px; }
    .slider .slick-arrow.next-arrow span {
      padding-left: 5px; }
.slider .slider-item:focus {
  outline: none !important; }
.slider .slider-item a {
  display: inline-block;
  width: 100%;
  height: 100%; }

.main-slider .slider-item {
  height: 530px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.main-slider .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  bottom: 0; }
  .main-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .main-slider .slick-dots li button {
      background: none;
      border: none;
      font-size: 0;
      height: 15px;
      width: 15px;
      border-radius: 100%;
      background: #fbbc05;
      padding: 0; }
    .main-slider .slick-dots li.slick-active button {
      background: #3d7f32; }
.main-slider .slick-arrow.prev-arrow {
  top: calc(50% - 25px);
  left: 22.5px; }
  .main-slider .slick-arrow.prev-arrow span {
    padding-right: 5px; }
.main-slider .slick-arrow.next-arrow {
  top: calc(50% - 25px);
  right: 22.5px; }
  .main-slider .slick-arrow.next-arrow span {
    padding-left: 5px; }

/* ACTIVITY */
.activity-top {
  height: 350px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed; }

.activity-tabs .tab-head {
  background: #f7f3f0; }
  .activity-tabs .tab-head .nav-tabs {
    text-align: center;
    border: none; }
    .activity-tabs .tab-head .nav-tabs > li {
      float: none;
      display: inline-block;
      margin: 0 60px;
      position: relative; }
      .activity-tabs .tab-head .nav-tabs > li:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        width: 40px;
        height: 40px;
        background: #f7f3f0;
        -webkit-transform: rotate(34deg) skewX(-20deg);
            -ms-transform: rotate(34deg) skewX(-20deg);
                transform: rotate(34deg) skewX(-20deg);
        -webkit-transition: .3s;
                transition: .3s;
        margin: 0 auto; }
      .activity-tabs .tab-head .nav-tabs > li a {
        background: transparent;
        margin: 0;
        border: none;
        padding: 40px 0; }
      .activity-tabs .tab-head .nav-tabs > li span {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: block;
        margin: 0 auto;
        -webkit-transition: .3s;
                transition: .3s; }
      .activity-tabs .tab-head .nav-tabs > li div {
        font: 600 24px Open Sans;
        color: #999999; }
      .activity-tabs .tab-head .nav-tabs > li:hover:before, .activity-tabs .tab-head .nav-tabs > li.active:before {
        bottom: -20px; }
      .activity-tabs .tab-head .nav-tabs > li:first-child span {
        height: 73px;
        width: 68px; }
      .activity-tabs .tab-head .nav-tabs > li:first-child:hover span, .activity-tabs .tab-head .nav-tabs > li:first-child.active span {
        background-image: url(../img/wheat-bag_green.png) !important; }
      .activity-tabs .tab-head .nav-tabs > li:first-child:hover div, .activity-tabs .tab-head .nav-tabs > li:first-child.active div {
        color: #3d7f32; }
      .activity-tabs .tab-head .nav-tabs > li:last-child span {
        height: 72px;
        width: 105px; }
      .activity-tabs .tab-head .nav-tabs > li:last-child:hover span, .activity-tabs .tab-head .nav-tabs > li:last-child.active span {
        background-image: url(../img/cow_yellow.png) !important; }
      .activity-tabs .tab-head .nav-tabs > li:last-child:hover div, .activity-tabs .tab-head .nav-tabs > li:last-child.active div {
        color: #331e10; }
      .activity-tabs .tab-head .nav-tabs > li:not(.active):hover span {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
.activity-tabs .tab-pane .activity-tab-title {
  margin-top: 90px;
  font: 600 36px Open Sans;
  padding-bottom: 30px; }
.activity-tabs .tab-pane p {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  text-indent: 30px;
  color: #666;
  text-align: justify; }
  .activity-tabs .tab-pane p b {
    color: #000; }
.activity-tabs .tab-pane ul {
  padding: 0; }
  .activity-tabs .tab-pane ul li {
    list-style-type: none;
    font: 400 16px/24px Open Sans;
    color: #666666; }
.activity-tabs .tab-pane .slider-3-image {
  margin-bottom: 50px; }
.activity-tabs .infographic-bg {
  background: #f7f3f0;
  margin-bottom: 30px; }
.activity-tabs .infographic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 90px;
  padding-top: 60px; }
  .activity-tabs .infographic .info-left, .activity-tabs .infographic .info-right {
    width: 33%;
    position: relative; }
    .activity-tabs .infographic .info-left div, .activity-tabs .infographic .info-right div {
      font: 400 24px/26px Open Sans;
      color: #3d7f32;
      position: absolute; }
      .activity-tabs .infographic .info-left div img, .activity-tabs .infographic .info-right div img {
        width: 30px; }
  .activity-tabs .infographic .info-left .info-text-1 {
    top: 2%;
    right: 10%; }
  .activity-tabs .infographic .info-left .info-text-2 {
    top: 22%;
    right: 12%; }
  .activity-tabs .infographic .info-left .info-text-3 {
    top: 42%;
    right: 17%; }
  .activity-tabs .infographic .info-left .info-text-4 {
    top: 62%;
    right: 15%; }
  .activity-tabs .infographic .info-left .info-text-5 {
    top: 87%;
    right: 4%; }
  .activity-tabs .infographic .info-left .info-text-6 {
    top: 104%;
    right: -12%; }
  .activity-tabs .infographic .info-left .info-text-6 {
    top: 104%;
    right: -12%; }
  .activity-tabs .infographic .info-right .info-text-7 {
    top: 100%;
    left: -9%; }
  .activity-tabs .infographic .info-right .info-text-8 {
    top: 77%;
    left: 8%; }
  .activity-tabs .infographic .info-right .info-text-9 {
    top: 55%;
    left: 15%; }
  .activity-tabs .infographic .info-right .info-text-10 {
    top: 28%;
    left: 17%; }
  .activity-tabs .infographic .info-right .info-text-11 {
    top: 7%;
    left: 10%; }
  .activity-tabs .infographic .info-logo {
    width: 33%;
    text-align: center; }
    .activity-tabs .infographic .info-logo .square {
      color: #fbbc05;
      font-family: Open Sans;
      line-height: 30px; }
      .activity-tabs .infographic .info-logo .square b {
        font-size: 72px;
        padding-left: 20px; }
      .activity-tabs .infographic .info-logo .square span {
        font-size: 24px; }
    .activity-tabs .infographic .info-logo .logo-block {
      width: 369px;
      height: 290px;
      margin: 0 auto;
      position: relative; }
      .activity-tabs .infographic .info-logo .logo-block span {
        width: 24px;
        height: 24px;
        border-radius: 100%;
        display: block;
        position: absolute;
        background: transparent !important; }
        .activity-tabs .infographic .info-logo .logo-block span:before {
          content: "";
          width: 55px;
          height: 1px;
          background: #a39a9a;
          position: absolute;
          -webkit-transform-origin: left top;
              -ms-transform-origin: left top;
                  transform-origin: left top; }
        .activity-tabs .infographic .info-logo .logo-block span.yellow {
          background: rgba(224, 169, 4, 0.5); }
        .activity-tabs .infographic .info-logo .logo-block span.green {
          background: rgba(49, 102, 40, 0.5); }
        .activity-tabs .infographic .info-logo .logo-block span.brown {
          background: rgba(128, 75, 40, 0.5); }
        .activity-tabs .infographic .info-logo .logo-block span.circle-1 {
          top: -1%;
          left: 5%; }
          .activity-tabs .infographic .info-logo .logo-block span.circle-1:before {
            top: 8px;
            left: 5px;
            -webkit-transform: rotate(-153deg);
                -ms-transform: rotate(-153deg);
                    transform: rotate(-153deg); }
        .activity-tabs .infographic .info-logo .logo-block span.circle-2 {
          top: 9.4%;
          left: 0.9%; }
          .activity-tabs .infographic .info-logo .logo-block span.circle-2:before {
            top: 12px;
            left: 5px;
            -webkit-transform: rotate(-180deg);
                -ms-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
        .activity-tabs .infographic .info-logo .logo-block span.circle-3 {
          top: 30%;
          left: -1.5%; }
          .activity-tabs .infographic .info-logo .logo-block span.circle-3:before {
            top: 12px;
            left: 5px;
            -webkit-transform: rotate(-183deg);
                -ms-transform: rotate(-183deg);
                    transform: rotate(-183deg); }
        .activity-tabs .infographic .info-logo .logo-block span.circle-4 {
          top: 48%;
          left: 0.2%; }
          .activity-tabs .infographic .info-logo .logo-block span.circle-4:before {
            top: 15px;
            left: 5px;
            -webkit-transform: rotate(-195deg);
                -ms-transform: rotate(-195deg);
                    transform: rotate(-195deg); }
        .activity-tabs .infographic .info-logo .logo-block span.circle-5 {
          top: 70%;
          left: 8.8%; }
          .activity-tabs .infographic .info-logo .logo-block span.circle-5:before {
            top: 17px;
            left: 5px;
            -webkit-transform: rotate(-210deg);
                -ms-transform: rotate(-210deg);
                    transform: rotate(-210deg); }
        .activity-tabs .infographic .info-logo .logo-block span.circle-6 {
          top: 83%;
          left: 19.8%; }
          .activity-tabs .infographic .info-logo .logo-block span.circle-6:before {
            top: 20px;
            left: 5px;
            -webkit-transform: rotate(-230deg);
                -ms-transform: rotate(-230deg);
                    transform: rotate(-230deg); }
        .activity-tabs .infographic .info-logo .logo-block span.circle-7 {
          top: 84%;
          right: 21%; }
          .activity-tabs .infographic .info-logo .logo-block span.circle-7:before {
            top: 17px;
            left: 19px;
            -webkit-transform: rotate(29deg);
                -ms-transform: rotate(29deg);
                    transform: rotate(29deg); }
        .activity-tabs .infographic .info-logo .logo-block span.circle-8 {
          top: 65%;
          right: 6%; }
          .activity-tabs .infographic .info-logo .logo-block span.circle-8:before {
            top: 15px;
            left: 19px;
            -webkit-transform: rotate(15deg);
                -ms-transform: rotate(15deg);
                    transform: rotate(15deg); }
        .activity-tabs .infographic .info-logo .logo-block span.circle-9 {
          top: 45%;
          right: -0.7%; }
          .activity-tabs .infographic .info-logo .logo-block span.circle-9:before {
            top: 12px;
            left: 19px;
            -webkit-transform: rotate(3deg);
                -ms-transform: rotate(3deg);
                    transform: rotate(3deg); }
        .activity-tabs .infographic .info-logo .logo-block span.circle-10 {
          top: 20.5%;
          right: -1%; }
          .activity-tabs .infographic .info-logo .logo-block span.circle-10:before {
            top: 7px;
            left: 22px;
            -webkit-transform: rotate(-8deg);
                -ms-transform: rotate(-8deg);
                    transform: rotate(-8deg); }
        .activity-tabs .infographic .info-logo .logo-block span.circle-11 {
          top: -1%;
          right: 5%; }
          .activity-tabs .infographic .info-logo .logo-block span.circle-11:before {
            top: 10px;
            left: 22px;
            -webkit-transform: rotate(-12deg);
                -ms-transform: rotate(-12deg);
                    transform: rotate(-12deg); }
.activity-tabs .statistic {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  padding: 30px 0;
  margin-bottom: 40px; }
  .activity-tabs .statistic:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7); }
  .activity-tabs .statistic .statistic-text {
    font: 400 24px/36px Open Sans;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 25px; }
  .activity-tabs .statistic .statistic-block {
    position: relative;
    z-index: 1; }
    .activity-tabs .statistic .statistic-block .statistic-number, .activity-tabs .statistic .statistic-block .statistic-circle, .activity-tabs .statistic .statistic-block .statistic-name {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .activity-tabs .statistic .statistic-block .statistic-number {
      font-size: 24px;
      line-height: 34px;
      font-family: Open Sans;
      font-weight: 400; }
      .activity-tabs .statistic .statistic-block .statistic-number div {
        text-align: center;
        width: 120px; }
        .activity-tabs .statistic .statistic-block .statistic-number div span {
          font-weight: 700; }
        .activity-tabs .statistic .statistic-block .statistic-number div:nth-child(odd) {
          color: #ffcc00; }
        .activity-tabs .statistic .statistic-block .statistic-number div:nth-child(even) {
          color: #3d7f32; }
    .activity-tabs .statistic .statistic-block .statistic-circle {
      margin: 15px 45px; }
      .activity-tabs .statistic .statistic-block .statistic-circle div {
        position: relative; }
        .activity-tabs .statistic .statistic-block .statistic-circle div:not(:last-child) {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          .activity-tabs .statistic .statistic-block .statistic-circle div:not(:last-child):before {
            content: "";
            position: absolute;
            left: 32px;
            top: calc(50% - 1px);
            right: 0;
            height: 2px; }
          .activity-tabs .statistic .statistic-block .statistic-circle div:not(:last-child):nth-child(odd):before {
            background: #ffcc00;
            background: -webkit-gradient(left top, right top, color-stop(0%, #ffcc00), color-stop(100%, #3d7f32));
            background: -webkit-linear-gradient(left, #ffcc00 0%, #3d7f32 100%);
            background: linear-gradient(to right, #ffcc00 0%, #3d7f32 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#3d7f32', GradientType=1 ); }
          .activity-tabs .statistic .statistic-block .statistic-circle div:not(:last-child):nth-child(even):before {
            background: #3d7f32;
            background: -webkit-gradient(left top, right top, color-stop(0%, #3d7f32), color-stop(100%, #ffcc00));
            background: -webkit-linear-gradient(left, #3d7f32 0%, #ffcc00 100%);
            background: linear-gradient(to right, #3d7f32 0%, #ffcc00 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d7f32', endColorstr='#ffcc00', GradientType=1 ); }
        .activity-tabs .statistic .statistic-block .statistic-circle div span {
          width: 32px;
          height: 32px;
          border: 2px solid #ffcc00;
          border-radius: 100%;
          display: block; }
        .activity-tabs .statistic .statistic-block .statistic-circle div:nth-child(even) span {
          border-color: #3d7f32; }
    .activity-tabs .statistic .statistic-block .statistic-name {
      color: #fff;
      font: 600 18px/24px Open Sans;
      text-align: center; }
      .activity-tabs .statistic .statistic-block .statistic-name span {
        width: 120px; }
  .activity-tabs .statistic.cow-statistic {
    padding: 60px 0; }
    .activity-tabs .statistic.cow-statistic .statistic-name span {
      width: 135px;
      font-size: 16px;
      font-weight: 300; }
    .activity-tabs .statistic.cow-statistic .statistic-number div {
      width: 135px;
      font-weight: 300; }
.activity-tabs .slider-3-image .slider-item {
  height: 240px; }
.activity-tabs .development {
  margin: 45px 0; }
  .activity-tabs .development .development-title {
    font: 600 24px/26px Open Sans;
    text-align: center;
    margin-bottom: 50px; }
  .activity-tabs .development .development-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .activity-tabs .development .development-block .development-item {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: center;
      height: 195px;
      width: 16.6%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
      .activity-tabs .development .development-block .development-item img {
        -webkit-transition: .3s;
                transition: .3s; }
      .activity-tabs .development .development-block .development-item span {
        font: 600 16px/20px Open Sans;
        padding: 10px 30px;
        cursor: default; }
      .activity-tabs .development .development-block .development-item:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100%;
        height: 0px;
        -webkit-transition: .3s;
                transition: .3s; }
      .activity-tabs .development .development-block .development-item:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        height: 0px;
        background: red;
        -webkit-transition: .3s;
                transition: .3s; }
      .activity-tabs .development .development-block .development-item:hover:before {
        height: 20px; }
      .activity-tabs .development .development-block .development-item:hover:after {
        height: 4px; }
      .activity-tabs .development .development-block .development-item:hover img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .activity-tabs .development .development-block .development-item:nth-child(3n+1) {
        background: #ffd633; }
        .activity-tabs .development .development-block .development-item:nth-child(3n+1) span {
          color: #331e10; }
        .activity-tabs .development .development-block .development-item:nth-child(3n+1):before {
          background: #ffd633; }
        .activity-tabs .development .development-block .development-item:nth-child(3n+1):after {
          background: #e0b714; }
      .activity-tabs .development .development-block .development-item:nth-child(3n+2) {
        background: #64995b; }
        .activity-tabs .development .development-block .development-item:nth-child(3n+2) span {
          color: #331e10; }
        .activity-tabs .development .development-block .development-item:nth-child(3n+2):before {
          background: #64995b; }
        .activity-tabs .development .development-block .development-item:nth-child(3n+2):after {
          background: #32612a; }
      .activity-tabs .development .development-block .development-item:nth-child(3n+3) {
        background: #5c4b40; }
        .activity-tabs .development .development-block .development-item:nth-child(3n+3) span {
          color: #fff; }
        .activity-tabs .development .development-block .development-item:nth-child(3n+3):before {
          background: #5c4b40; }
        .activity-tabs .development .development-block .development-item:nth-child(3n+3):after {
          background: #483b33; }

/* bootstrap hack: fix content width inside hidden tabs */
.activity-tabs .tab-content > .tab-pane, .pill-content > .pill-pane {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
  overflow: hidden
  /* no-overflow                */ }

.activity-tabs .tab-content > .active, .pill-content > .active {
  height: auto
  /* let the content decide it  */ }

/* bootstrap hack end */
/* SALE */
.sale {
  padding-top: 70px;
  padding-bottom: 50px; }
  .sale .sale-tab ul {
    border: none; }
    .sale .sale-tab ul li {
      width: 100%;
      margin-bottom: 20px; }
      .sale .sale-tab ul li a {
        border: none !important;
        background: none;
        padding: 0 0 0 45px;
        position: relative;
        font: 400 18px/26px Open Sans;
        color: #999999;
        -webkit-transition: .3s;
                transition: .3s; }
        .sale .sale-tab ul li a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 24px;
          width: 30px;
          background-position: center;
          background-repeat: no-repeat;
          -webkit-transition: .3s;
                  transition: .3s; }
      .sale .sale-tab ul li:hover a, .sale .sale-tab ul li.active a {
        color: #3d7f32;
        font-weight: 600;
        letter-spacing: 0.1px; }
      .sale .sale-tab ul li:hover:nth-child(1) a:before, .sale .sale-tab ul li.active:nth-child(1) a:before {
        background-image: url(../img/rye_icon_green.png) !important; }
      .sale .sale-tab ul li:hover:nth-child(2) a:before, .sale .sale-tab ul li.active:nth-child(2) a:before {
        background-image: url(../img/cow_green.png) !important; }
      .sale .sale-tab ul li:hover:nth-child(3) a:before, .sale .sale-tab ul li.active:nth-child(3) a:before {
        background-image: url(../img/tractor_green.png) !important; }
      .sale .sale-tab ul li:nth-child(1) a:before {
        background-image: url(../img/rye_icon.png); }
      .sale .sale-tab ul li:nth-child(2) a:before {
        background-image: url(../img/cow_grey.png); }
      .sale .sale-tab ul li:nth-child(3) a:before {
        background-image: url(../img/tractor.png); }
  .sale .tab-content p {
    font: 400 16px/26px Open Sans;
    text-indent: 30px;
    margin-bottom: 25px; }
    .sale .tab-content p.bb {
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 25px; }
  .sale .tab-content #flower-product ul {
    padding-bottom: 25px;
    padding-left: 0;
    margin: 0; }
    .sale .tab-content #flower-product ul li {
      list-style-type: none;
      font: 400 16px/26px Open Sans; }
  .sale .tab-content #flower-product table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px; }
    .sale .tab-content #flower-product table tr th {
      padding: 0 10px;
      background: #3d7f32;
      border: 1px solid #fff;
      font: 600 16px/46px Open Sans;
      text-align: center;
      color: #fff;
      width: 33%; }
      .sale .tab-content #flower-product table tr th:first-child {
        background: #331e10; }
    .sale .tab-content #flower-product table tr td {
      padding: 0 10px;
      background: #e6e6e6;
      border: 1px solid #fff;
      font: 400 16px/24px Open Sans;
      width: 33%;
      height: 48px; }
      .sale .tab-content #flower-product table tr td:first-child {
        background: #ffcc00; }
  .sale .tab-content .tab-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 180px; }
    .sale .tab-content .tab-contact .tab-contact-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 15px; }
      .sale .tab-content .tab-contact .tab-contact-title .circle {
        height: 77px;
        width: 77px;
        color: #3d7f32;
        background: #e6e6e6;
        border-radius: 100%;
        font: 600 48px/77px Open Sans;
        text-align: center;
        display: inline-block; }
        .sale .tab-content .tab-contact .tab-contact-title .circle.man {
          background-position: center 0;
          background-size: 170%;
          -webkit-transition: .3s;
                  transition: .3s; }
          .sale .tab-content .tab-contact .tab-contact-title .circle.man:hover {
            -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                    transform: scale(1.1); }
      .sale .tab-content .tab-contact .tab-contact-title .name {
        display: inline-block;
        padding-left: 7px; }
        .sale .tab-content .tab-contact .tab-contact-title .name h5 {
          font: 600 18px/26px Open Sans;
          margin: 0; }
        .sale .tab-content .tab-contact .tab-contact-title .name span {
          font: 300 14px/26px Open Sans; }
    .sale .tab-content .tab-contact .tab-phone {
      padding-left: 84px;
      position: relative; }
      .sale .tab-content .tab-contact .tab-phone a {
        display: block;
        font: 600 16px/26px Open Sans;
        color: #000;
        text-decoration: none; }
        .sale .tab-content .tab-contact .tab-phone a span {
          font-weight: 300; }
      .sale .tab-content .tab-contact .tab-phone:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 84px;
        height: 28px;
        background: url(../img/telp_green.png);
        background-position: center;
        background-repeat: no-repeat; }
      .sale .tab-content .tab-contact .tab-phone:hover:before {
        -webkit-animation: wobble 500ms ease-in-out;
                animation: wobble 500ms ease-in-out; }
    .sale .tab-content .tab-contact .tab-mail {
      padding-left: 84px;
      margin-top: 10px;
      position: relative; }
      .sale .tab-content .tab-contact .tab-mail a {
        font: 300 16px/26px Open Sans;
        color: #000; }
      .sale .tab-content .tab-contact .tab-mail:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 84px;
        height: 21px;
        background: url(../img/message_green.png);
        background-position: center;
        background-repeat: no-repeat; }
      .sale .tab-content .tab-contact .tab-mail:hover:before {
        -webkit-animation: wobble 500ms ease-in-out;
                animation: wobble 500ms ease-in-out; }
  .sale .tab-content #animal-product .sale-title {
    font: 600 18px/30px Open Sans;
    padding: 0 125px;
    text-align: center; }
  .sale .tab-content #animal-product .animal-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 50px; }
    .sale .tab-content #animal-product .animal-block .animal-block-item {
      width: 25%;
      text-align: center; }
      .sale .tab-content #animal-product .animal-block .animal-block-item div {
        background-position: center;
        background-repeat: no-repeat;
        width: 82px;
        height: 72px;
        margin: 0 auto;
        -webkit-transition: .3s;
                transition: .3s; }
        .sale .tab-content #animal-product .animal-block .animal-block-item div:hover {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
      .sale .tab-content #animal-product .animal-block .animal-block-item span {
        font: 600 16px/24px Open Sans;
        margin-top: 10px;
        display: block; }
  .sale .tab-content #technic-product .technic-block {
    margin-bottom: 30px; }
    .sale .tab-content #technic-product .technic-block .technic-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px;
      background: #f7f3f0;
      padding: 20px; }
      .sale .tab-content #technic-product .technic-block .technic-item .technic-img {
        width: 200px;
        height: 200px;
        background-size: cover;
        background-position: center;
        border: 1px solid #e6e6e6;
        margin-right: 30px; }
      .sale .tab-content #technic-product .technic-block .technic-item .technic-description {
        width: calc(100% - 230px); }
        .sale .tab-content #technic-product .technic-block .technic-item .technic-description .technic-name {
          font: 700 18px/26px Open Sans;
          margin-bottom: 10px; }
        .sale .tab-content #technic-product .technic-block .technic-item .technic-description .technic-stats {
          font: 400 18px/30px Open Sans; }
          .sale .tab-content #technic-product .technic-block .technic-item .technic-description .technic-stats .stats-item {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            border-bottom: 1px solid #e6e6e6; }
            .sale .tab-content #technic-product .technic-block .technic-item .technic-description .technic-stats .stats-item .stats-val {
              color: #999999; }
        .sale .tab-content #technic-product .technic-block .technic-item .technic-description .detail {
          float: right;
          width: 135px;
          font: 400 14px/28px Open Sans;
          border: 1px solid #ffcc00;
          color: #fff;
          background: #ffcc00;
          text-align: center;
          border-radius: 5px;
          margin-top: 10px;
          text-decoration: none;
          -webkit-transition: .3s;
                  transition: .3s; }
          .sale .tab-content #technic-product .technic-block .technic-item .technic-description .detail:hover {
            background: #fff;
            color: #ffcc00; }
          .sale .tab-content #technic-product .technic-block .technic-item .technic-description .detail:focus {
            outline: none; }

.modal .modal-dialog {
  width: 780px; }
.modal .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 5px; }
  .modal .modal-content .close {
    color: #fff;
    font-size: 30px;
    opacity: 1;
    -webkit-transition: .3s;
            transition: .3s;
    line-height: 70px; }
    .modal .modal-content .close:hover {
      opacity: 0.5; }
  .modal .modal-content .modal-header {
    background: #3d7f32;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 0 30px; }
    .modal .modal-content .modal-header h4 {
      font: 700 18px/70px Open Sans;
      padding-right: 20px; }
  .modal .modal-content .modal-body {
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .modal .modal-content .modal-body .technic-slider {
      width: 290px;
      margin-right: 30px; }
      .modal .modal-content .modal-body .technic-slider .technic-slider-img .technic-tumbnail {
        width: 100%;
        height: 290px;
        background-size: cover;
        background-position: center; }
        .modal .modal-content .modal-body .technic-slider .technic-slider-img .technic-tumbnail a {
          display: inline-block;
          width: 100%;
          height: 100%; }
      .modal .modal-content .modal-body .technic-slider .technic-slider-block {
        margin-top: 10px; }
        .modal .modal-content .modal-body .technic-slider .technic-slider-block .slick-list {
          overflow: hidden;
          height: 75px;
          width: 250px;
          margin: 0px auto;
          padding: 0 !important; }
        .modal .modal-content .modal-body .technic-slider .technic-slider-block .technic-item {
          width: 75px !important;
          height: 75px;
          background-size: cover;
          background-position: center;
          cursor: pointer;
          margin-right: 10px; }
        .modal .modal-content .modal-body .technic-slider .technic-slider-block .slick-arrow {
          padding: 0;
          margin: 0;
          width: 10px;
          height: 30px;
          border: none;
          position: absolute;
          z-index: 2;
          -webkit-transition: .3s;
                  transition: .3s;
          background: transparent; }
          .modal .modal-content .modal-body .technic-slider .technic-slider-block .slick-arrow span {
            font-size: 30px;
            line-height: 30px;
            color: #bdbdbd; }
          .modal .modal-content .modal-body .technic-slider .technic-slider-block .slick-arrow.prev-arrow {
            top: calc(50% - 15px);
            left: 0; }
          .modal .modal-content .modal-body .technic-slider .technic-slider-block .slick-arrow.next-arrow {
            top: calc(50% - 15px);
            right: 0; }
    .modal .modal-content .modal-body .technic-description {
      width: calc(100% - 320px); }
      .modal .modal-content .modal-body .technic-description .technic-stats {
        font: 400 18px/60px Open Sans; }
        .modal .modal-content .modal-body .technic-description .technic-stats .stats-item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .modal .modal-content .modal-body .technic-description .technic-stats .stats-item:not(:last-child) {
            border-bottom: 1px solid #e6e6e6; }
          .modal .modal-content .modal-body .technic-description .technic-stats .stats-item .stats-val {
            color: #999999; }

.gallery {
  padding-top: 70px;
  padding-bottom: 100px; }
  .gallery .album {
    height: 325px;
    background-size: cover;
    position: relative;
    margin-bottom: 30px; }
    .gallery .album .album-title {
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      padding-left: 10px;
      padding-right: 10px;
      font: 400 16px/30px Open Sans;
      padding: 10px 0;
      color: #fff;
      text-align: center;
      background: rgba(0, 0, 0, 0.75);
      -webkit-transition: 0.3s;
              transition: 0.3s; }
    .gallery .album:before {
      content: "";
      height: 3px;
      top: -5px;
      position: absolute;
      left: 5px;
      right: 5px;
      background: #a7a7a7;
      -webkit-transition: .3s;
              transition: .3s; }
    .gallery .album:after {
      content: "";
      height: 3px;
      top: -10px;
      position: absolute;
      left: 10px;
      right: 10px;
      background: #a7a7a7;
      -webkit-transition: .3s;
              transition: .3s; }
    .gallery .album:hover .album-title {
      padding: 20px 0; }

.breadcrumbs {
  padding: 15px 0;
  font: 400 12px/20px Open Sans;
  border-bottom: 1px solid #dadada; }
  .breadcrumbs a {
    color: #595959;
    position: relative; }
    .breadcrumbs a:not(:first-child) {
      padding-left: 20px; }
      .breadcrumbs a:not(:first-child):before {
        content: "\f101";
        font-family: FontAwesome;
        position: absolute;
        left: 7px;
        font-weight: 400; }
    .breadcrumbs a:last-child {
      font-weight: 600;
      pointer-events: none; }

.gallery-inner {
  padding-bottom: 50px; }
  .gallery-inner .gallery-name {
    font: 700 30px Open Sans;
    padding-top: 25px;
    padding-bottom: 28px;
    text-align: center; }
  .gallery-inner .gallery-item {
    margin-bottom: 20px; }
    .gallery-inner .gallery-item a {
      width: 100%;
      height: 262.5px;
      background-size: cover;
      display: inline-block;
      background-position: center;
      position: relative; }
      .gallery-inner .gallery-item a:focus {
        outline: none; }
      .gallery-inner .gallery-item a:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 100%;
        right: 100%;
        bottom: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 0.7);
        -webkit-transition: .3s;
                transition: .3s;
        transition-delat: .3s;
        cursor: pointer; }
      .gallery-inner .gallery-item a:after {
        content: "\f002";
        font-family: FontAwesome;
        font-size: 35px;
        width: 36px;
        height: 36px;
        position: absolute;
        top: calc(50% - 18px);
        left: calc(50% - 18px);
        color: #fff;
        opacity: 0;
        -webkit-transition: .3s;
                transition: .3s;
        cursor: pointer; }
      .gallery-inner .gallery-item a:hover:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .gallery-inner .gallery-item a:hover:after {
        opacity: 1; }

.news {
  padding-top: 60px;
  background: #f7f3f0;
  padding-bottom: 55px; }
  .news a {
    text-decoration: none; }
    .news a:hover .desc-block {
      border-color: #fbbc05 !important; }
    .news a:hover .news-title {
      color: #fbbc05 !important; }
  .news .section-title {
    margin-bottom: 15px; }
  .news .news-block {
    padding: 0 50px; }
    .news .news-block .news-item {
      width: 33%;
      padding: 0 15px;
      float: left;
      margin-bottom: 15px; }
      .news .news-block .news-item .img-block {
        height: 324px;
        background-size: cover;
        background-position: center;
        position: relative; }
        .news .news-block .news-item .img-block .news-title {
          color: #fff;
          position: absolute;
          right: 0;
          left: 0;
          bottom: 0;
          font: 700 18px Open Sans;
          padding: 15px;
          z-index: 2;
          -webkit-transition: .3s;
                  transition: .3s; }
        .news .news-block .news-item .img-block:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.25); }
      .news .news-block .news-item .desc-block {
        padding-left: 30px;
        padding-right: 30px;
        background: #fff;
        padding-bottom: 20px;
        border-bottom: 4px solid #dedad7;
        -webkit-transition: .3s;
                transition: .3s;
        max-height: 220px;
        overflow: hidden;
        position: relative; }
        .news .news-block .news-item .desc-block:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 30px;
          background-image: -webkit-linear-gradient(top, rgba(251, 246, 239, 0), #fff 100%, #fbf6ef 10%, #fbf6ef); }
        .news .news-block .news-item .desc-block span {
          font: 300 17px Open Sans;
          color: #808080;
          padding: 10px 0;
          display: block; }
        .news .news-block .news-item .desc-block p {
          font: 300 14px/24px Open Sans;
          color: #000; }

.news-inner .news-title {
  font: 600 36px/44px Open Sans;
  color: #000;
  margin-top: 25px;
  margin-bottom: 15px; }
.news-inner .news-date {
  font: 400 18px/26px Open Sans;
  color: #999999;
  margin-bottom: 35px; }

.slider-1-image .slider-item {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.news-inner .slider-1-image {
  margin-bottom: 50px;
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.3); }
.news-inner p {
  font: 400 16px/26px Open Sans;
  margin-bottom: 30px;
  color: #000; }
.news-inner .text-block {
  padding-bottom: 50px;
  position: relative; }
  .news-inner .text-block:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 195px;
    height: 3px;
    background: #fbbc05;
    margin: 0 auto; }
.news-inner .popular-news {
  border-bottom: 1px solid #dadada;
  padding-bottom: 39px; }
  .news-inner .popular-news .row a {
    text-decoration: none;
    border-bottom: 3px solid #dedad7;
    padding-bottom: 10px;
    display: inline-block;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s;
            transition: .3s;
    margin-bottom: 10px; }
    .news-inner .popular-news .row a:hover {
      border-color: #ffcc00; }
  .news-inner .popular-news .popular-title {
    text-align: center;
    font: 600 24px/26px Open Sans;
    color: #000;
    margin-top: 50px;
    margin-bottom: 20px; }
  .news-inner .popular-news .popular-img {
    height: 262.5px;
    background-size: cover;
    background-position: center; }
  .news-inner .popular-news .popular-desc .popular-name {
    font: 700 16px/26px Open Sans;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px; }
  .news-inner .popular-news .popular-desc .popular-date {
    font: 300 14px/26px Open Sans;
    text-align: center;
    color: #808080; }
.news-inner .news-bottom {
  margin-top: 30px;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%; }
  .news-inner .news-bottom a {
    width: 295px;
    float: left;
    font: 400 16px/42px Open Sans;
    color: #fff;
    border-radius: 5px;
    background: #ffcc00;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid #cda300;
    border-left: 1px solid #cda300;
    border-right: 1px solid #cda300; }
    .news-inner .news-bottom a img {
      padding-right: 10px;
      -webkit-transition: .3s;
              transition: .3s; }
    .news-inner .news-bottom a:hover img {
      padding-right: 15px; }
  .news-inner .news-bottom .share-buttons {
    float: right;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px; }
    .news-inner .news-bottom .share-buttons span {
      font: 600 16px/42px Open Sans;
      font-style: italic; }
    .news-inner .news-bottom .share-buttons button {
      margin-left: 14px;
      border-radius: 100%;
      border: none;
      height: 24px;
      width: 24px;
      padding: 0;
      font-size: 14px;
      color: #fff; }
      .news-inner .news-bottom .share-buttons button.google {
        background: #dc4e41; }
      .news-inner .news-bottom .share-buttons button.facebook {
        background: #3b5998; }
      .news-inner .news-bottom .share-buttons button.vk {
        background: #4d76a1; }
      .news-inner .news-bottom .share-buttons button:hover {
        -webkit-animation: wobble 500ms ease-in-out;
                animation: wobble 500ms ease-in-out; }

.career {
  background: #f7f3f0;
  padding-top: 60px;
  padding-bottom: 50px; }
  .career .title-text {
    font: 300 16px/26px Open Sans;
    padding: 0 240px;
    text-align: center;
    color: #4c4c4c; }
  .career p {
    font: 400 16px/26px Open Sans; }
  .career .career-block {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center; }
    .career .career-block .career-item {
      max-width: 200px; }
      .career .career-block .career-item img {
        -webkit-transition: .3s;
                transition: .3s; }
      .career .career-block .career-item:hover img {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg); }
    .career .career-block span {
      display: block;
      font: 400 16px/26px Open Sans;
      color: #000;
      margin-top: 40px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.career-tabs {
  margin-top: 40px; }
  .career-tabs .tab-head ul {
    border: none; }
  .career-tabs .tab-head li a {
    color: #54311b;
    font: 400 18px/48px Open Sans;
    background: #dadada;
    border: none;
    border-radius: 0;
    width: 195px;
    text-align: center;
    padding: 0; }
  .career-tabs .tab-head li:after {
    content: "";
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ffcc00;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s; }
  .career-tabs .tab-head li.active a {
    background: #ffcc00;
    border: none; }
  .career-tabs .tab-head li.active:after {
    bottom: -12px; }
  .career-tabs .tab-head li:hover a {
    background: #ffcc00;
    border: none; }
  .career-tabs .tab-content {
    margin-top: 50px; }
    .career-tabs .tab-content .vacancy-block {
      padding-bottom: 90px;
      border-bottom: 1px solid #dadada;
      margin-bottom: 70px;
      display: inline-block; }
    .career-tabs .tab-content .vacancy-item {
      border: 1px solid #dadada;
      padding: 15px 30px;
      margin-bottom: 40px;
      -webkit-transition: .3s;
              transition: .3s; }
      .career-tabs .tab-content .vacancy-item .vacancy-head {
        border-bottom: 1px solid #dadada;
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
        -webkit-transition: .3s;
                transition: .3s; }
        .career-tabs .tab-content .vacancy-item .vacancy-head .vacancy-title {
          font: 600 18px/26px Open Sans;
          color: #000;
          float: left;
          max-width: 60%; }
        .career-tabs .tab-content .vacancy-item .vacancy-head .vacancy-date {
          font: 300 14px/26px Open Sans;
          color: #808080;
          float: right; }
      .career-tabs .tab-content .vacancy-item p {
        clear: both;
        padding-top: 20px;
        font: 300 14px/26px Open Sans;
        color: #000;
        margin-bottom: 25px;
        max-height: 124px;
        overflow: hidden;
        position: relative; }
        .career-tabs .tab-content .vacancy-item p:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 30px;
          background-image: -webkit-linear-gradient(top, rgba(251, 246, 239, 0), #fff 100%, #fbf6ef 10%, #fbf6ef); }
      .career-tabs .tab-content .vacancy-item .vacancy-body {
        display: inline-block;
        width: 100%; }
        .career-tabs .tab-content .vacancy-item .vacancy-body .salary {
          float: left;
          width: 50%;
          font: 700 14px Open Sans;
          color: #000; }
        .career-tabs .tab-content .vacancy-item .vacancy-body a {
          width: 170px;
          float: right;
          font: 400 14px/34px Open Sans;
          color: #fff;
          border-radius: 5px;
          background: #ffcc00;
          display: inline-block;
          text-align: center;
          text-decoration: none;
          border-bottom: 2px solid #cda300;
          border-left: 1px solid #cda300;
          border-right: 1px solid #cda300;
          -webkit-transition: .3s;
                  transition: .3s; }
          .career-tabs .tab-content .vacancy-item .vacancy-body a:focus {
            outline: none; }
          .career-tabs .tab-content .vacancy-item .vacancy-body a:hover {
            color: #000; }
      .career-tabs .tab-content .vacancy-item:hover {
        border-color: #ffcc00; }
        .career-tabs .tab-content .vacancy-item:hover .vacancy-head {
          border-color: #ffcc00; }
  .career-tabs .tab-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 250px;
    margin-bottom: 65px; }
    .career-tabs .tab-contact p {
      font: 400 16px/26px Open Sans;
      text-align: center;
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 10px; }
    .career-tabs .tab-contact .tab-contact-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 15px; }
      .career-tabs .tab-contact .tab-contact-title .circle {
        height: 77px;
        width: 77px;
        color: #3d7f32;
        background: #e6e6e6;
        border-radius: 100%;
        font: 600 48px/77px Open Sans;
        text-align: center;
        display: inline-block; }
        .career-tabs .tab-contact .tab-contact-title .circle.man {
          background-position: center 0;
          background-size: 170%;
          -webkit-transition: .3s;
                  transition: .3s; }
          .career-tabs .tab-contact .tab-contact-title .circle.man:hover {
            -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                    transform: scale(1.1); }
      .career-tabs .tab-contact .tab-contact-title .name {
        display: inline-block;
        padding-left: 7px; }
        .career-tabs .tab-contact .tab-contact-title .name h5 {
          font: 600 18px/26px Open Sans;
          margin: 0; }
        .career-tabs .tab-contact .tab-contact-title .name span {
          font: 300 14px/26px Open Sans; }
    .career-tabs .tab-contact .tab-phone {
      padding-left: 84px;
      position: relative; }
      .career-tabs .tab-contact .tab-phone a {
        display: block;
        font: 600 16px/26px Open Sans;
        color: #000;
        text-decoration: none; }
        .career-tabs .tab-contact .tab-phone a span {
          font-weight: 300; }
      .career-tabs .tab-contact .tab-phone:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 84px;
        height: 28px;
        background: url(../img/telp_green.png);
        background-position: center;
        background-repeat: no-repeat; }
      .career-tabs .tab-contact .tab-phone:hover:before {
        -webkit-animation: wobble 500ms ease-in-out;
                animation: wobble 500ms ease-in-out; }
    .career-tabs .tab-contact .tab-mail {
      padding-left: 84px;
      margin-top: 10px;
      position: relative; }
      .career-tabs .tab-contact .tab-mail a {
        font: 300 16px/26px Open Sans;
        color: #000; }
      .career-tabs .tab-contact .tab-mail:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 84px;
        height: 21px;
        background: url(../img/message_green.png);
        background-position: center;
        background-repeat: no-repeat; }
      .career-tabs .tab-contact .tab-mail:hover:before {
        -webkit-animation: wobble 500ms ease-in-out;
                animation: wobble 500ms ease-in-out; }

#ancets label {
  display: block;
  font: 400 18px/26px Open Sans;
  color: #000;
  padding-left: 20px;
  padding-top: 15px;
  text-align: left;
  position: relative;
  clear: both; }
#ancets input::-webkit-outer-spin-button,
#ancets input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; }
#ancets input {
  width: 100%;
  height: 48px;
  font: 400 16px/26px Open Sans;
  color: #808080;
  background: #e6e6e6;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding: 0 20px;
  max-width: 540px; }
  #ancets input:focus {
    outline: none; }
#ancets .my-vacancy {
  padding-left: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 0; }
  #ancets .my-vacancy span {
    padding-left: 20px; }
  #ancets .my-vacancy input {
    max-width: 540px;
    float: right;
    margin-top: 5px; }
#ancets .item-filter {
  padding-left: 0;
  text-align: right; }
  #ancets .item-filter span {
    padding-left: 20px;
    margin-bottom: 5px;
    display: inline-block;
    float: left; }
#ancets .dropdown-list ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 16px;
  right: 0;
  font: 400 16px/26px Open Sans;
  background: #e6e6e6;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: left;
  z-index: 1; }
  #ancets .dropdown-list ul li {
    list-style-type: none; }
    #ancets .dropdown-list ul li a {
      color: #808080;
      display: inline-block;
      width: 100%; }
#ancets .dropdown-list button {
  width: 48px;
  height: 48px;
  font: 400 16px/26px Open Sans;
  color: #808080;
  background: #e6e6e6;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  text-align: left;
  padding-left: 20px;
  position: absolute;
  right: 0;
  bottom: 0; }
  #ancets .dropdown-list button:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    font-size: 18px;
    color: #666666;
    top: 12px; }
#ancets textarea {
  resize: none;
  width: 100%;
  height: 200px;
  font: 400 16px/26px Open Sans;
  color: #808080;
  background: #e6e6e6;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding: 10px 20px; }
  #ancets textarea:focus {
    outline: none; }
#ancets .upload-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 55px; }
  #ancets .upload-block button {
    max-width: 340px;
    width: 100%;
    font: 400 16px/49px Open Sans;
    height: 49px;
    background: #ffcc00;
    border: none;
    border-radius: 5px;
    border-bottom: 1px solid #cca300;
    -webkit-transition: .3s;
            transition: .3s;
    color: #000; }
    #ancets .upload-block button:hover {
      background: #fff;
      color: #cca300; }
#ancets form .add_file {
  display: inline-block;
  max-width: 340px;
  width: 100%; }
#ancets form .add_file div {
  width: 100%;
  border-bottom: 1px solid #9a9999;
  border-radius: 5px;
  font: 400 14px "Roboto";
  color: #000;
  background: #cdcdcd;
  text-align: center;
  -webkit-transition: .3s;
          transition: .3s; }
  #ancets form .add_file div:hover {
    color: #818181;
    background: #fff; }
#ancets form .empty_text {
  cursor: pointer;
  font: 400 16px/49px Open Sans;
  height: 49px;
  text-align: center; }
#ancets form .add_file div {
  position: relative; }
#ancets form .add_file .file_name,
#ancets form .add_file input {
  display: none; }
#ancets form .add_file.active .empty_text {
  display: none; }
#ancets form .add_file.active .file_name {
  display: block;
  color: #000;
  background: #818181;
  height: 49px;
  font: 400 16px/49px Open Sans;
  width: 100%;
  border-radius: 5px;
  background: #ffcc00;
  padding-left: 20px;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
#ancets form .add_file div .empty_text {
  cursor: pointer;
  width: 100%;
  display: block; }
#ancets form .add_file.active div .remove {
  position: absolute;
  cursor: pointer;
  right: 0px;
  top: 0px;
  width: 20px;
  right: 10px;
  top: 5px;
  font-size: 16px; }
#ancets form .add_file.active div .remove:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  color: #4d4d4f;
  display: inline-block;
  color: #fff; }

.vacancy-modal .modal-content {
  padding: 0 40px 30px; }
.vacancy-modal .modal-content .modal-header {
  background: #fff;
  font: 600 18px Open Sans;
  color: #000;
  padding: 0;
  border-bottom: 1px solid #e6e6e6; }
.vacancy-modal .modal-content .close {
  color: #808080; }
.vacancy-modal .modal-content .modal-body {
  padding: 0;
  display: block;
  font: 400 16px/26px Open Sans; }
  .vacancy-modal .modal-content .modal-body .modal-date {
    font: 300 12px/26px Open Sans;
    color: #808080;
    margin-top: 15px;
    margin-bottom: 10px; }
  .vacancy-modal .modal-content .modal-body ul {
    padding: 0;
    margin: 0; }
    .vacancy-modal .modal-content .modal-body ul li {
      list-style-type: none; }
  .vacancy-modal .modal-content .modal-body p {
    margin-top: 20px;
    margin-bottom: 20px; }
.vacancy-modal .modal-content .modal-footer {
  padding: 0;
  border: none;
  display: inline-block;
  width: 100%;
  margin-top: 30px; }
  .vacancy-modal .modal-content .modal-footer .salary {
    float: left;
    width: 50%;
    font: 700 14px Open Sans;
    text-align: left;
    color: #000; }
  .vacancy-modal .modal-content .modal-footer a {
    width: 250px;
    float: right;
    font: 700 14px/44px Open Sans;
    color: #fff;
    border-radius: 5px;
    background: #ffcc00;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid #cda300;
    border-left: 1px solid #cda300;
    border-right: 1px solid #cda300;
    -webkit-transition: .3s;
            transition: .3s; }
    .vacancy-modal .modal-content .modal-footer a:hover {
      color: #000; }

.contact-map #map {
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.3);
  margin-top: 50px;
  margin-bottom: 20px;
  height: 475px; }
.contact-map .mapa {
  position: relative; }
.contact-map .contacts-left-block {
  font: 300 14px/21px Open Sans;
  color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.3); }
  .contact-map .contacts-left-block:after {
    content: "";
    position: absolute;
    top: 120px;
    right: -15px;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff; }
  .contact-map .contacts-left-block .contact-head {
    font: 700 30px/75px Open Sans;
    color: #fff;
    background: #54311b;
    margin: 0;
    text-align: center; }
  .contact-map .contacts-left-block div {
    padding-left: 165px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 33%; }
    .contact-map .contacts-left-block div:before {
      content: "";
      position: absolute;
      position: absolute;
      top: 0;
      left: 0;
      width: 130px;
      height: 100%;
      -webkit-transition: .3s;
              transition: .3s; }
    .contact-map .contacts-left-block div:after {
      content: "";
      position: absolute;
      width: 2px;
      top: 30px;
      bottom: 30px;
      left: 130px;
      background: #ffcc00; }
    .contact-map .contacts-left-block div.adress {
      position: relative; }
      .contact-map .contacts-left-block div.adress:before {
        background: url(../img/loc-pin-grey.png);
        background-repeat: no-repeat;
        background-position: center; }
    .contact-map .contacts-left-block div.mail:before {
      background: url(../img/mail.icon.png);
      background-repeat: no-repeat;
      background-position: center; }
    .contact-map .contacts-left-block div.phone {
      border-top: 1px solid #dadada;
      border-bottom: 1px solid #dadada; }
      .contact-map .contacts-left-block div.phone:before {
        background: url(../img/phone.icon.png);
        background-repeat: no-repeat;
        background-position: center; }
    .contact-map .contacts-left-block div a {
      color: #000000; }
.contact-map .contact-list {
  margin-bottom: 60px; }
  .contact-map .contact-list .contact-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    padding: 0 60px; }
    .contact-map .contact-list .contact-item:not(:last-child) {
      border-bottom: 1px solid #dadada; }
    .contact-map .contact-list .contact-item .contact-person {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 40%; }
      .contact-map .contact-list .contact-item .contact-person .person-img {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        background-size: 170%;
        background-position: center 0;
        margin-right: 20px;
        display: inline-block;
        -webkit-transition: .3s;
                transition: .3s; }
        .contact-map .contact-list .contact-item .contact-person .person-img:hover {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
      .contact-map .contact-list .contact-item .contact-person .person-info {
        display: inline-block; }
      .contact-map .contact-list .contact-item .contact-person .person-name {
        font: 600 14px/21px Open Sans; }
      .contact-map .contact-list .contact-item .contact-person .person-degree {
        font: 400 14px/21px Open Sans; }
  .contact-map .contact-list .person-phone {
    padding-left: 84px;
    position: relative;
    width: 30%; }
    .contact-map .contact-list .person-phone a {
      display: block;
      font: 600 16px/26px Open Sans;
      color: #000; }
      .contact-map .contact-list .person-phone a span {
        font-weight: 300; }
    .contact-map .contact-list .person-phone:before {
      content: "";
      position: absolute;
      top: calc(50% - 14px);
      left: 0;
      width: 84px;
      height: 28px;
      background: url(../img/telp_green.png);
      background-position: center;
      background-repeat: no-repeat; }
    .contact-map .contact-list .person-phone:hover:before {
      -webkit-animation: wobble 500ms ease-in-out;
              animation: wobble 500ms ease-in-out; }
  .contact-map .contact-list .person-mail {
    padding-left: 84px;
    margin-top: 10px;
    position: relative;
    width: 30%; }
    .contact-map .contact-list .person-mail a {
      font: 300 16px/26px Open Sans;
      color: #000; }
    .contact-map .contact-list .person-mail:before {
      content: "";
      position: absolute;
      top: calc(50% - 10.5px);
      left: 0;
      width: 84px;
      height: 21px;
      background: url(../img/message_green.png);
      background-position: center;
      background-repeat: no-repeat; }
    .contact-map .contact-list .person-mail:hover:before {
      -webkit-animation: wobble 500ms ease-in-out;
              animation: wobble 500ms ease-in-out; }

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
header {
  border-top: 20px solid #f7f3f0; }
  header .menu-button {
    cursor: pointer;
    display: inline-block;
    float: right;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
    display: none;
    position: fixed; }
    header .menu-button span {
      width: 30px;
      height: 3px;
      margin-bottom: 6px;
      background-color: #fff;
      display: block;
      clear: both;
      -webkit-transition: 0.25s;
      transition: 0.25s;
      box-shadow: 1px 1px 3px #000; }
      header .menu-button span.span2 {
        width: 20px;
        -webkit-transition: .3s;
                transition: .3s;
        margin-right: auto;
        margin-left: auto; }
    header .menu-button:hover .span2 {
      width: 100%; }
    header .menu-button.is-active {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      header .menu-button.is-active span {
        box-shadow: none; }
      header .menu-button.is-active .span2 {
        width: 0px; }
      header .menu-button.is-active .span1, header .menu-button.is-active .span3 {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      header .menu-button.is-active .span1 {
        -webkit-transform: translateY(12px);
        -ms-transform: translateY(12px);
        transform: translateY(12px); }
      header .menu-button.is-active .span3 {
        -webkit-transform: translateY(-6px) rotate(90deg);
        -ms-transform: translateY(-6px) rotate(90deg);
        transform: translateY(-6px) rotate(90deg); }
  header .container > ul {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 97px;
    margin-bottom: 0; }
    header .container > ul > li {
      display: inline-block;
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
              align-self: stretch;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      z-index: 1; }
      header .container > ul > li:before {
        content: "";
        position: absolute;
        bottom: 0;
        background: #fbbc05;
        -webkit-transition: .3s;
                transition: .3s;
        height: 0; }
      header .container > ul > li:hover:before, header .container > ul > li.active:before {
        height: 3px; }
      header .container > ul > li > a {
        text-transform: uppercase;
        font: 400 15px/27px Open Sans;
        color: #000; }
        header .container > ul > li > a:hover {
          text-decoration: none; }
      header .container > ul > li.logo {
        width: 185px;
        position: relative;
        margin-top: 83px;
        -webkit-transition: .3s;
                transition: .3s; }
        header .container > ul > li.logo:after {
          content: "";
          position: absolute;
          bottom: 100%;
          left: 15px;
          right: 15px;
          background: #dedad7; }
        header .container > ul > li.logo img {
          width: 100%; }
        header .container > ul > li.logo:hover {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
      header .container > ul > li:not(:first-child):not(:last-child):not(.logo) a {
        padding-left: 25px;
        padding-right: 25px; }
      header .container > ul > li:not(:first-child):not(:last-child):not(.logo):before {
        left: 30px;
        right: 30px; }
      header .container > ul > li:first-child a {
        padding-right: 25px; }
      header .container > ul > li:first-child:before {
        right: 30px;
        left: 5px; }
      header .container > ul > li:last-child a {
        padding-left: 25px; }
      header .container > ul > li:last-child:before {
        left: 30px;
        right: 5px; }
      header .container > ul > li:not(:first-child):not(.logo) a {
        border-left: 1px solid #e6e6e6; }
      header .container > ul > li:not(:first-child):not(.logo):before {
        right: 5px; }
      header .container > ul > li:nth-child(4) a {
        padding-right: 0 !important; }
      header .container > ul > li:nth-child(4):before {
        right: 5px !important; }
      header .container > ul > li:nth-child(6) a {
        padding-left: 0 !important; }
      header .container > ul > li.logo + li a {
        border-left: none !important; }
      header .container > ul > li.logo + li:before {
        left: 5px !important; }
      header .container > ul > li.inner-menu:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background: #fff;
        bottom: 5px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transition: .3s;
                transition: .3s; }
      header .container > ul > li.inner-menu:hover:after {
        bottom: -5px; }
      header .container > ul > li.inner-menu:hover:before {
        height: 0; }
      header .container > ul > li.inner-menu .dropdown-inner-menu {
        position: absolute;
        top: 100%;
        margin: 0 auto;
        left: -100px;
        right: -100px;
        width: 215px;
        background: rgba(0, 0, 0, 0.36);
        display: none; }
        header .container > ul > li.inner-menu .dropdown-inner-menu ul {
          padding: 0 20px; }
          header .container > ul > li.inner-menu .dropdown-inner-menu ul li {
            list-style-type: none; }
            header .container > ul > li.inner-menu .dropdown-inner-menu ul li:not(:last-child) {
              border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
            header .container > ul > li.inner-menu .dropdown-inner-menu ul li a {
              border: none !important;
              font: 300 14px/24px Open Sans;
              padding: 13px 10px !important;
              color: #fff;
              display: block; }

footer {
  background: #303030;
  padding-top: 40px; }
  footer a {
    display: table;
    color: #fff;
    font: 300 16px Open Sans;
    margin: 8px 0;
    -webkit-transition: .3s;
            transition: .3s; }
  footer .footer-nav {
    padding-bottom: 40px; }
    footer .footer-nav a:hover {
      color: #fbbc05;
      text-decoration: none; }
  footer .footer-info .footer-title {
    font: 600 16px Open Sans;
    color: #fff;
    margin-bottom: 15px;
    text-align: right;
    padding-right: 25px; }
  footer .footer-info a {
    float: right; }
    footer .footer-info a:hover {
      color: #fff; }
  footer .footer-info span {
    color: #fff;
    font: 300 16px Open Sans;
    float: right; }
  footer .footer-info .footer-phone a {
    margin: 0;
    position: relative; }
    footer .footer-info .footer-phone a:first-child:before {
      content: "";
      position: absolute;
      background: url(../img/footer-tel.png);
      width: 14px;
      height: 14px;
      top: 4px;
      left: -30px; }
  footer .footer-info .footer-mail {
    margin-top: 27px; }
    footer .footer-info .footer-mail a {
      position: relative; }
      footer .footer-info .footer-mail a:before {
        content: "";
        position: absolute;
        background: url(../img/footer-mail.png);
        width: 17px;
        height: 11px;
        top: 6px;
        left: -34px; }
    footer .footer-info .footer-mail span {
      position: relative; }
      footer .footer-info .footer-mail span:before {
        content: "";
        position: absolute;
        background: url(../img/footer-location.png);
        width: 13px;
        height: 16px;
        top: 4px;
        left: -28px; }
  footer .copyright {
    border-top: 1px solid #595959;
    clear: both; }
    footer .copyright .all {
      font: 300 14px/50px Open Sans;
      color: #fff;
      opacity: 0.5;
      float: left; }
    footer .copyright .focusweb {
      float: right;
      font: 300 14px/50px Open Sans;
      color: #fff;
      opacity: 0.5; }
      footer .copyright .focusweb a {
        text-transform: uppercase;
        color: #fbbc05;
        display: inline-block;
        font-weight: 400; }

@media (min-width: 1200px) {
  .about-page .about-block .tab-content #talk .talk-item .img-block {
    width: 75%;
    margin: 0 auto; } }
@media (max-width: 1199px) {
  header .container > ul > li:first-child a {
    padding-right: 10px; }

  header .container > ul > li:not(:first-child):not(:last-child):not(.logo) a {
    padding-left: 10px;
    padding-right: 10px; }

  header .container > ul > li:last-child a {
    padding-left: 10px; }

  header .container > ul > li a {
    border: none !important; }

  .about {
    padding-top: 50px;
    padding-bottom: 50px; }

  .section-title {
    margin-bottom: 30px; }

  .about .about-block {
    margin-top: 30px; }

  .about .about-block .about-item {
    width: calc(25% - 15px);
    height: 220px; }

  .about .about-block .about-item span {
    margin-top: 30px; }

  .last-events .event-item .event-text {
    padding: 0 10px; }

  .last-events .event-item .event-title {
    padding-top: 15px; }

  .about-page .about-block .about-item {
    width: 100%;
    padding: 10px !important; }

  .about-page .about-block .tab-content #target .value-item p {
    padding-right: 0; }

  .activity-tabs .infographic .info-left div, .activity-tabs .infographic .info-right div {
    font-size: 17px; }

  .activity-tabs .infographic .info-logo .square b {
    padding-left: 80px; }

  .activity-tabs .infographic .info-left .info-text-2 {
    right: 18%; }
  .activity-tabs .infographic .info-left .info-text-3 {
    right: 20%; }
  .activity-tabs .infographic .info-left .info-text-4 {
    right: 17%; }

  .activity-tabs .infographic .info-right .info-text-7 {
    left: 10%; }
  .activity-tabs .infographic .info-right .info-text-8 {
    left: 30%; }
  .activity-tabs .infographic .info-right .info-text-9 {
    left: 39%; }
  .activity-tabs .infographic .info-right .info-text-10 {
    left: 40%; }
  .activity-tabs .infographic .info-right .info-text-11 {
    left: 33%; }

  .activity-tabs .statistic .statistic-text {
    font-size: 20px; }

  .sale .tab-content .tab-contact .tab-mail a {
    font-size: 14px; }

  .sale .tab-content #technic-product .technic-block .technic-item .technic-description .technic-stats {
    font-size: 16px; }

  .gallery-inner .gallery-item a, .news-inner .popular-news .popular-img {
    height: 212.5px; }

  .news .news-block {
    padding: 0; }

  .news .news-block .news-item .img-block {
    height: 290px; }

  .news .news-block .news-item .desc-block {
    padding-left: 15px;
    padding-right: 15px; }

  .career-tabs .tab-content .vacancy-block {
    padding-bottom: 0;
    margin-bottom: 30px; }

  .add_resume {
    margin: 0 15px; }

  .career .title-text {
    padding: 0 150px; }

  #ancets .dropdown-list ul {
    left: 0; }

  #ancets form .add_file {
    max-width: 33%; }

  .career-tabs .tab-contact > div {
    margin: 0 auto; }

  .career-tabs .tab-contact {
    height: auto; }

  .contact-map .contact-list .person-mail {
    width: 33%;
    padding-left: 50px; }

  .contact-map .contact-list .person-mail:before, .contact-map .contact-list .person-phone:before {
    width: 50px; }

  .contact-map .contact-list .person-phone {
    padding-left: 50px; }

  .contact-map .contacts-left-block div:before {
    width: 95px; }

  .contact-map .contacts-left-block div {
    padding-left: 135px; }

  .contact-map .contacts-left-block div:after {
    left: 95px; } }
@media (max-width: 991px) {
  header .container > ul > li:first-child a {
    padding-right: 5px; }

  header .container > ul > li:not(:first-child):not(:last-child):not(.logo) a {
    padding-left: 5px;
    padding-right: 5px; }

  header .container > ul > li:last-child a {
    padding-left: 5px; }

  header .container > ul > li.logo {
    width: 150px;
    margin-top: 74px; }

  header .container > ul > li > a {
    font-size: 13px; }

  header .container > ul {
    height: 50px; }

  header {
    border-width: 10px; }

  .top {
    height: 300px; }

  .about {
    padding-top: 30px;
    padding-bottom: 30px; }

  .section-title {
    margin-bottom: 15px;
    padding-bottom: 5px; }

  .about .about-block .about-item {
    width: calc(25% - 10px);
    height: 200px; }

  .about .about-block .about-item span {
    margin-top: 15px; }

  .about .about-block .about-item .about-item-description {
    font-size: 13px;
    padding: 0 5px; }

  .activity .activity-block a {
    background-repeat: no-repeat;
    background-size: contain;
    width: 220px;
    height: 260px; }

  .last-events .event-item {
    margin-bottom: 15px;
    min-height: 345px; }

  footer .footer-info span, footer a {
    font-size: 14px; }

  footer .footer-info .footer-mail a:before {
    left: -25px; }

  footer .footer-info .footer-mail span:before {
    left: -20px;
    top: 2px; }

  footer .footer-info .footer-title {
    padding-right: 10px; }

  .about-page .about-block .about-item {
    width: 100%; }

  .about-page .about-block .tab-block .nav-tabs li .about-item .about-item-description {
    line-height: 19px; }

  .about-page .about-block .tab-content #history .history-img .history-desc {
    padding-right: 0; }

  .about-page .about-block .tab-content #talk .director-text .director-position {
    margin-bottom: 0; }

  .about-page .about-block .tab-content #talk .director-text p {
    margin: 0; }

  .about-page .about-block .tab-content #talk .director-text span, .about-page .about-block .tab-content #talk .director-text b, .about-page .about-block .tab-content #talk .director-text p {
    font-size: 13px;
    line-height: 20px; }

  .about-page .about-block .tab-content #team .team-member .team-member-description {
    padding: 10px 5px; }

  .about-page .about-block .tab-content #team .team-member .team-member-description .team-member-name {
    font-size: 13px; }

  .about-page .about-block .tab-content #target {
    padding: 0; }

  .activity-tabs .infographic .info-left, .activity-tabs .infographic .info-right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 25%; }

  .activity-tabs .infographic .info-logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%; }

  .activity-tabs .infographic .info-left div {
    text-align: right; }

  .activity-tabs .infographic .info-left .info-text-1 {
    right: 20%; }

  .activity-tabs .infographic .info-left .info-text-2 {
    right: 30%; }

  .activity-tabs .infographic .info-left .info-text-3 {
    right: 35%; }

  .activity-tabs .infographic .info-left .info-text-4 {
    right: 30%; }

  .activity-tabs .infographic .info-left .info-text-5 {
    right: 10%; }

  .activity-tabs .infographic .info-left .info-text-6 {
    right: -22%; }

  .activity-tabs .infographic .info-right .info-text-7 {
    left: -10%; }

  .activity-tabs .infographic .info-right .info-text-8 {
    left: 25%; }

  .activity-tabs .statistic .statistic-text {
    font-size: 16px; }

  .activity-tabs .statistic .statistic-block .statistic-number {
    font-size: 20px; }

  .activity-tabs .statistic .statistic-block .statistic-number {
    font-size: 16px; }

  .activity-tabs .statistic .statistic-block .statistic-circle {
    margin: 15px 30px; }

  .activity-tabs .statistic.cow-statistic .statistic-name span {
    font-size: 13px;
    line-height: 16px; }

  .activity-tabs .development .development-block .development-item span {
    font-size: 14px; }

  .activity-tabs .development .development-block .development-item {
    height: 150px; }

  .modal-dialog {
    width: 700px !important; }

  .sale .sale-tab ul li {
    width: 33%;
    float: left; }

  .gallery .album .album-title {
    font-size: 14px; }

  .gallery .album {
    height: 250px;
    margin-bottom: 0;
    margin-top: 30px; }

  .gallery-inner .gallery-item a, .news-inner .popular-news .popular-img {
    height: 157.5px; }

  .news .news-block .news-item .img-block {
    height: 215px; }

  .news-inner .popular-news .popular-desc .popular-name {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 5px; }

  .career-tabs .tab-content .vacancy-item .vacancy-head .vacancy-title {
    max-width: none; }

  .career-tabs .tab-content .vacancy-item .vacancy-body .salary {
    width: 100%;
    margin-bottom: 15px; }

  .contact-map .contacts-left-block {
    width: 50%; }

  .contact-map .contact-list .contact-item {
    padding: 0; }

  .contact-map .contact-list .person-mail {
    width: 40%; }

  .about-page .about-block .tab-content #talk .talk-item .desc-block {
    padding-left: 0;
    padding-right: 0; }

  .about-page .about-block .tab-content #talk .talk-item .img-block {
    height: 100px; } }
@media (max-width: 767px) {
  footer .copyright {
    border: none; }

  header .menu-button {
    display: block; }

  header .container > ul {
    display: none; }

  header .container > ul > li:first-child a {
    padding-right: 0px; }

  header .container > ul > li:not(:first-child):not(:last-child):not(.logo) a {
    padding-left: 0px;
    padding-right: 0px; }

  header .container > ul > li:last-child a {
    padding-left: 0px; }

  header .container > ul > li.inner-menu:after {
    display: none; }

  header .container > ul > li:first-child:before, header .container > ul > li:not(:first-child):not(:last-child):not(.logo):before, header .container > ul > li:not(:first-child):not(.logo):before {
    display: none; }

  header .container > ul > li.inner-menu .dropdown-inner-menu ul li a {
    padding: 0 !important; }

  header {
    border: none;
    text-align: center; }
    header .logo {
      position: absolute;
      z-index: 2;
      left: 0px;
      right: 0px;
      margin: 0 auto;
      width: 175px; }
      header .logo a img {
        width: 100%; }
    header .container > ul {
      position: fixed;
      left: 0;
      right: 0;
      height: 100vh;
      z-index: 999;
      text-align: center;
      background: rgba(0, 0, 0, 0.5);
      padding-top: 25%; }
      header .container > ul li {
        display: block; }
      header .container > ul a {
        margin: 0 auto;
        font-weight: 600 !important;
        color: #fff !important;
        font-size: 16px !important;
        line-height: 35px !important; }
      header .container > ul .dropdown-inner-menu {
        position: relative !important;
        width: 100% !important;
        background: none !important; }
        header .container > ul .dropdown-inner-menu li {
          border: none !important; }

  .top.main-top, .main-slider .slider-item, .top {
    height: 100vh; }

  .about .about-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .about .about-block .about-item {
      width: calc(50% - 10px);
      margin-bottom: 15px; }

  .activity .activity-block a {
    margin: 0 15px;
    padding: 15px;
    width: 190px;
    height: 225px; }

  .last-events .event-item .event-text {
    padding: 0 5px; }

  footer .footer-info .footer-title {
    text-align: left; }

  footer .footer-info .footer-phone {
    padding-left: 25px; }
    footer .footer-info .footer-phone a {
      float: left; }

  footer .footer-info .footer-phone a:first-child:before {
    left: -25px; }

  .map-weather {
    height: auto; }

  .weather {
    margin-top: 0; }
    .weather .gsInformer {
      margin: 0 auto; }

  .about-page .about-block .tab-block .nav-tabs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

  .about-page .about-block .tab-block .nav-tabs li {
    width: 100%; }

  .about .about-block .about-item {
    width: 100%; }

  .about-page .about-block .tab-block .nav-tabs li:after {
    display: none; }

  .about-page .about-block .tab-block .nav-tabs li .about-item {
    height: auto;
    padding: 0 !important;
    text-align: left; }

  .about-page .about-block .tab-block .nav-tabs li .about-item div {
    display: inline-block;
    width: calc(100% - 65px);
    vertical-align: top; }

  .about-page .about-block .tab-block .nav-tabs li:not(:last-child):before {
    display: none; }

  .about-page .about-block .tab-content {
    padding: 15px; }

  .about-page .about-block .tab-content #history .history-img .history-desc {
    padding: 15px;
    bottom: 0; }

  .about-page .about-block .tab-content #history .history-img .history-desc:before {
    display: none; }

  .about-page .about-block .tab-content #target .value-item:not(:last-child):before {
    display: none; }

  .about-page .about-block .tab-content #target .value-item:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0; }

  .about-page .about-block .tab-content #target .value-item p {
    padding-bottom: 20px; }

  .about-page .about-block .tab-content #talk .director-text {
    width: 100%;
    padding-left: 0; }

  .about-page .about-block .tab-content #talk .director-img {
    width: 100%;
    text-align: center; }

  .about-page .about-block .tab-content #talk .director-img img {
    max-width: 300px;
    width: 100%; }

  .about-page .about-block .tab-content #talk .director-text .director-name, .about-page .about-block .tab-content #talk .director-text .director-position {
    text-align: center; }

  .about-page .about-block .tab-content #talk .director-text span, .about-page .about-block .tab-content #talk .director-text b, .about-page .about-block .tab-content #talk .director-text p {
    font-size: 14px;
    line-height: 26px; }

  .about-page .about-block .tab-content #team .team-member {
    height: 400px;
    background-position: center -20px; }

  .about-page .about-block .tab-content #talk .director-text .director-position:before {
    display: none; }

  .activity-tabs .tab-head .nav-tabs > li {
    margin: 0 15px; }

  .activity-tabs .tab-pane .activity-tab-title {
    font-size: 23px; }

  .activity-tabs .tab-pane p {
    margin-bottom: 15px; }

  .activity-tabs .infographic {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

  .activity-tabs .infographic .info-logo {
    width: 100%; }

  .activity-tabs .infographic .info-logo .logo-block span {
    display: none !important; }

  .activity-tabs .infographic .info-logo .square b {
    padding-left: 0; }

  .activity-tabs .infographic .info-left div, .activity-tabs .infographic .info-right div {
    position: static; }

  .activity-tabs .infographic .info-left, .activity-tabs .infographic .info-right {
    width: 50%;
    padding: 15px; }

  .activity-tabs .infographic {
    padding-bottom: 20px; }

  .activity-tabs .statistic .statistic-block .statistic-circle {
    margin: 10px 15px; }

  .activity-tabs .statistic .statistic-block .statistic-number {
    font-size: 14px; }

  .activity-tabs .statistic .statistic-block .statistic-name {
    font-size: 13px;
    line-height: 20px; }

  .slider-3-image .slick-arrow.prev-arrow {
    left: -12.5px; }

  .slider-3-image .slick-arrow.next-arrow {
    right: -12.5px; }

  .activity-tabs .statistic.cow-statistic {
    padding: 15px 0; }

  .activity-tabs .statistic .statistic-block .statistic-number {
    line-height: 16px; }

  .activity-tabs .tab-pane .activity-tab-title {
    margin-top: 30px; }

  .activity-tabs .development .development-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

  .activity-tabs .development .development-block .development-item {
    width: 33%; }

  .activity-tabs .development .development-block .development-item:before {
    display: none; }

  .sale .sale-tab ul li {
    width: 333px;
    margin: 10px auto;
    float: none; }

  .sale {
    padding-top: 30px;
    padding-bottom: 30px; }

  .sale .sale-tab ul {
    padding-bottom: 20px; }

  .sale .tab-content .tab-contact {
    margin-top: 20px; }

  .sale .tab-content #animal-product .sale-title {
    padding: 0; }

  .sale .tab-content #animal-product .animal-block .animal-block-item span {
    font-size: 12px; }

  .sale .tab-content #technic-product .technic-block .technic-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  .sale .tab-content #technic-product .technic-block .technic-item .technic-img {
    width: 100%; }

  .sale .tab-content #technic-product .technic-block .technic-item .technic-description {
    width: 100%; }

  .modal-dialog {
    width: calc(100% - 20px) !important; }

  .modal .modal-content .modal-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  .modal .modal-content .modal-body .technic-slider {
    width: 100%;
    margin-right: 0; }

  .modal .modal-content .modal-body .technic-description {
    width: 100%; }

  .modal .modal-content .modal-body .technic-description .technic-stats {
    line-height: 30px; }

  .gallery-inner .gallery-name {
    font-size: 25px; }

  .news .news-block .news-item {
    width: 100%; }

  .news-inner .slider-1-image .prev-arrow {
    left: 0; }

  .news-inner .slider-1-image .next-arrow {
    right: 0; }

  .news-inner .news-title {
    font-size: 30px; }

  .news-inner .text-block {
    padding-bottom: 10px; }

  .news-inner .popular-news .row a {
    height: 275px; }

  .news-inner .popular-news .popular-desc .popular-name {
    max-height: 80px;
    overflow: hidden;
    margin-bottom: 0; }

  .news-inner .news-bottom a {
    width: 200px; }

  .slider-1-image .slider-item {
    height: 300px; }

  .career .title-text {
    padding: 0; }

  .career .career-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }

  .vacancy-modal .modal-content .modal-footer .salary {
    width: 100%;
    margin-bottom: 15px; }

  .vacancy-modal .modal-content .modal-footer a, .career-tabs .tab-content .vacancy-item .vacancy-body a {
    float: none;
    display: block;
    clear: both;
    margin: 0 auto; }

  #ancets input {
    max-width: none; }

  #ancets .dropdown-list button {
    max-width: none; }

  #ancets .upload-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  #ancets form .add_file, #ancets .upload-block button {
    max-width: none; }

  .add_resume {
    margin: 10px 0; }

  .career-tabs .tab-content {
    margin-top: 20px; }

  .career-tabs .tab-content .vacancy-item {
    padding: 15px; }

  .career-tabs .tab-content .vacancy-item p {
    max-height: none;
    overflow: visible; }

  .contact-map .contacts-left-block:after {
    display: none; }

  .contact-map .contacts-left-block {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px; }

  .contact-map .contacts-left-block div {
    height: 100px; }

  footer .footer-info .footer-phone a {
    float: none; }

  footer .footer-info span {
    float: left; }

  footer .footer-info a {
    float: none; }

  .contact-map .contact-list .contact-item {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center; }
    .contact-map .contact-list .contact-item > div {
      padding: 0 5px; }

  .contact-map .contact-list .contact-item .contact-person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  .contact-map .contact-list .person-phone, .contact-map .contact-list .person-mail {
    padding: 0;
    margin: 0; }

  .contact-map .contact-list .person-mail:before, .contact-map .contact-list .person-phone:before {
    display: none; }

  .about-page .about-block .tab-content #talk .talk-item {
    width: 100%; }

  .about-page .about-block .tab-content #talk .talk-item .img-block {
    height: 200px; }

  .activity-tabs .tab-head .nav-tabs > li:first-child span {
    height: 43px;
    width: 40px; }

  .activity-tabs .tab-head .nav-tabs > li:last-child span {
    height: 43px;
    width: 67px; }

  .activity-tabs .tab-head .nav-tabs > li div {
    font-size: 18px; }

  .activity-tabs .tab-head .nav-tabs > li {
    margin: 0 30px; }

  .preloaderBlock {
    display: none !important; }

  .about .about-block .about-item {
    width: 48%; }

  .activity-top, .top {
    background-attachment: scroll; }

  header .container > ul {
    overflow: scroll; }

  #ancets .dropdown-list ul {
    line-height: 35px; }

  #ancets .my-vacancy input {
    max-width: 100%; }

  .section-title {
    font-size: 25px; }

  .sale .tab-content p {
    text-align: center; }

  .activity-tabs .development {
    margin-top: 15px; }

  .sale .tab-content .tab-contact .tab-phone a, .sale .tab-content .tab-contact .tab-mail a, .career-tabs .tab-contact .tab-phone a, .career-tabs .tab-contact .tab-mail a, .contact-map .contact-list .person-phone a, .contact-map .contact-list .person-mail a {
    font-size: 14px; }

  .sale .tab-content #animal-product .sale-title {
    font-size: 15px; }

  .activity-tabs .development .development-title {
    font-size: 20px;
    margin-bottom: 20px; }

  .about p,
  .activity p,
  .about-page .about-block .tab-content #history p,
  .activity-tabs .tab-pane p,
  .sale .tab-content .tab-contact .tab-contact-title .name span,
  .news .news-block .news-item .desc-block p,
  .news-inner p,
  .career .title-text,
  .career .career-block span,
  .career-tabs .tab-content .vacancy-item p,
  .vacancy-modal .modal-content .modal-body,
  .vacancy-modal .modal-content .modal-footer .salary,
  .career-tabs .tab-contact p,
  .career-tabs .tab-contact .tab-contact-title .name span {
    font-size: 12px;
    line-height: 20px; }

  .activity-tabs .tab-pane ul li {
    font-size: 12px; }

  .sale .tab-content .tab-contact .tab-contact-title .name h5, .career-tabs .tab-contact .tab-contact-title .name h5 {
    font-size: 13px; } }
@media (max-width: 479px) {
  .activity .activity-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  .last-events .col-xs-6 {
    width: 100%; }

  .gsInformer {
    width: 290px !important; }

  .about .about-block .about-item .about-item-description {
    line-height: 20px; }

  .activity .activity-block a {
    margin: 10px auto; }

  .footer-info .col-xs-6 {
    width: 100%; }

  footer .footer-info .footer-title {
    text-align: center; }

  footer .footer-info .footer-phone a {
    float: none;
    margin: 0 auto; }

  footer .footer-info .footer-phone {
    padding-left: 0; }

  footer .footer-info a {
    float: none;
    margin: 0 auto; }

  footer .footer-info span {
    float: none; }

  footer .footer-info .footer-mail {
    text-align: center;
    margin-top: 0; }

  #talk img {
    max-width: 100%; }

  #team .col-xs-6 {
    width: 100%; }

  .activity-tabs .tab-head .nav-tabs > li {
    margin: 0 -1px;
    width: 50%;
    display: inline-block; }

  .activity-tabs .tab-head .nav-tabs > li div {
    font-size: 18px; }

  .activity-tabs .tab-pane .activity-tab-title {
    font-size: 17px;
    padding-bottom: 15px; }

  .activity-tabs .infographic .info-logo .logo-block {
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

  .activity-tabs .infographic .info-left, .activity-tabs .infographic .info-right {
    padding: 0px;
    width: 100%;
    text-align: left; }

  .activity-tabs .infographic .info-left div {
    text-align: left; }

  .activity-tabs .statistic .statistic-block .statistic-circle {
    display: none; }

  .activity-tabs .statistic .statistic-block .statistic-number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  .activity-tabs .statistic .statistic-block .statistic-number div {
    width: 100%; }

  .activity-tabs .statistic .statistic-block .statistic-number div span {
    font-weight: 400;
    padding-left: 5px; }

  .activity-tabs .development .development-block .development-item span {
    font-size: 11px;
    padding-left: 0;
    padding-right: 0; }

  .sale .sale-tab ul li {
    width: auto; }

  .sale .tab-content p {
    text-indent: 0;
    font-size: 12px; }

  .sale .sale-tab ul li a {
    font-size: 16px; }

  .sale .tab-content #flower-product ul li {
    font-size: 12px;
    line-height: 20px; }

  .sale .tab-content #flower-product table tr td {
    font-size: 12px;
    line-height: 18px;
    padding: 0 5px;
    height: 30px; }

  .sale .tab-content #flower-product table tr th {
    font-size: 12px;
    height: 30px; }

  .sale .tab-content .tab-contact .tab-mail a {
    font-size: 12px; }

  .sale .tab-content #animal-product .animal-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

  .sale .tab-content #animal-product .animal-block .animal-block-item {
    width: 50%; }

  .sale .tab-content #technic-product .technic-block .technic-item .technic-description .technic-stats {
    font-size: 12px; }

  .sale .tab-content #technic-product .technic-block .technic-item .technic-description .technic-name {
    font-size: 15px; }

  .sale .sale-tab ul li:hover a, .sale .sale-tab ul li.active a {
    letter-spacing: -0.1px; }

  .modal .modal-content .modal-header h4 {
    line-height: 30px; }

  .modal .modal-content .modal-body .technic-description .technic-stats {
    font-size: 14px; }

  .modal .modal-content .modal-body .technic-slider .technic-slider-block .slick-list {
    width: 225px; }

  .modal .modal-content .modal-body .technic-slider .technic-slider-block .technic-item {
    height: 70px;
    width: 70px !important; }

  .gallery .album {
    height: 200px; }

  .gallery .album .album-title {
    font-size: 12px;
    padding: 0; }

  .gallery-photos .col-xs-6 {
    width: 100%; }

  .gallery-inner .gallery-item a {
    height: 200px; }

  .news-inner .news-title {
    font-size: 20px;
    line-height: 25px; }

  .news-inner .news-date {
    margin-bottom: 15px; }

  .slider-1-image .slider-item {
    height: 200px; }

  .popular-news .col-xs-6 {
    width: 100%; }

  .news-inner .popular-news .popular-desc .popular-name {
    padding-right: 5px;
    padding-left: 5px; }

  .news-inner .popular-news .row a {
    height: 250px; }

  .news-inner .popular-news .popular-desc .popular-name {
    max-height: 60px; }

  .news-inner .popular-news .popular-desc .popular-date {
    line-height: 20px; }

  .news-inner .news-bottom a, .news-inner .news-bottom .share-buttons {
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
    text-align: center; }

  .news-inner .news-bottom {
    margin-bottom: 15px; }

  .career-tabs .nav-tabs > li {
    width: 50%; }

  .career-tabs .nav-tabs > li a {
    width: auto; }

  .career-tabs .tab-content .vacancy-item .vacancy-body .salary {
    font-size: 13px; }

  .career-tabs .tab-content .vacancy-item p {
    margin-bottom: 15px;
    padding-top: 10px; }

  .career-tabs .tab-contact > div {
    margin: 0; }

  .career-tabs .tab-contact .tab-mail, .career-tabs .tab-contact .tab-phone {
    padding-left: 50px; }

  .career-tabs .tab-contact .tab-mail:before, .career-tabs .tab-contact .tab-phone:before {
    width: 50px; }

  .vacancy-modal .modal-content .modal-content {
    padding-left: 15px;
    padding-right: 15px; }

  .vacancy-modal .modal-content .close {
    line-height: 35px; }

  .vacancy-modal .modal-content .modal-body .modal-date {
    margin: 0; }

  .contact-map .contact-list .contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contact-map .contact-list .contact-item > div {
      width: 100% !important; }

  .contact-map .contact-list .contact-item .contact-person .person-img {
    margin: 0; }

  .contact-map .contacts-left-block div {
    padding-left: 120px; }

  .contact-map .contacts-left-block div:after {
    left: 90px; }

  .contact-map #map {
    height: 400px; }

  .career .career-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }
@media (min-width: 480px) and (max-width: 767px) {
  .about p,
  .activity p,
  .about-page .about-block .tab-content #target .value-block,
  .about-page .about-block .tab-content #talk .director-text span, .about-page .about-block .tab-content #talk .director-text b, .about-page .about-block .tab-content #talk .director-text p,
  .activity-tabs .tab-pane .activity-tab-title,
  .activity-tabs .tab-pane p,
  .activity-tabs .tab-pane ul,
  .sale .tab-content #flower-product ul,
  .sale .tab-content p,
  .sale .tab-content .tab-contact,
  .news-inner .text-block,
  .career .title-text,
  .career-tabs .tab-contact,
  #ancets {
    padding: 0 30px; }

  header .container > ul {
    padding-top: 25px; } }

/*# sourceMappingURL=style.css.map */

/* ===== Правочки 30.05.2017 =====*/ 

.news-inner .social-likes button {
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 24px;
}

.news-inner .social-likes button:before {
  font-family: FontAwesome;
  line-height: 24px;
  position: absolute;
  top: 0;
}

.news-inner .social-likes button:nth-of-type(1){
  background: #dc4e41;
}

.news-inner .social-likes button:nth-of-type(1):before {
  content: '\f0d5';
  left: 3px;
}

.news-inner .social-likes button:nth-of-type(2){
  background: #3b5998!important;
}

.news-inner .social-likes button:nth-of-type(2):before {
  content: '\f09a';
  left: 7px;
}

.technic-stats table {
  width: 100%;
}

.technic-stats table td {
  border-bottom: 1px solid #e6e6e6;
  width: 50%;
}

.technic-stats table tr td:last-child {
  text-align: right;
  color: #999;
}
#results{
  font: 400 16px/26px Open Sans;
}