/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat+Alternates:400,600,700");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@-webkit-keyframes infinite-spinning {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes infinite-spinning {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.block_title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .block_title {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .block_title {
    font-size: 40px;
  }
}

.decor_foliage {
  text-align: center;
  padding: 20px 0 0;
}

.decor_foliage .foliage {
  display: inline-block;
  vertical-align: top;
}

.developed {
  display: inline-block;
  vertical-align: top;
}

.developed a {
  color: #ffb71b;
}

.developed a:hover {
  text-decoration: underline;
}

.b_page_title {
  min-height: 280px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/bg_page_title.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}

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

.page_title {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

@media (max-width: 1199px) {
  .page_title {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .page_title {
    font-size: 40px;
  }
}

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

.breadcrumbs ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  position: relative;
  color: #ffffff;
  margin-bottom: 10px;
}

.breadcrumbs ul li:not(:last-of-type) {
  margin-right: 25px;
}

.breadcrumbs ul li:not(:last-of-type):before {
  position: absolute;
  content: '/';
  font-size: 14px;
  color: #ffffff;
  right: -17px;
  top: 1px;
}

.breadcrumbs ul a {
  color: #ffffff;
}

.breadcrumbs ul a:hover {
  text-decoration: underline;
}

.pagination {
  text-align: center;
}

.pagination ul {
  padding: 0;
  list-style: none;
}

.pagination ul li {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.pagination ul a {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  color: #2a2826;
  font-weight: 600;
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 11px 0 0;
  line-height: 1;
  transition: all .2s linear;
}

.pagination ul a:hover {
  background-color: #8bc14a;
  color: #fff;
}

.pagination .page,
.pagination .page-numbers {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  color: #2a2826;
  font-weight: 600;
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 11px 0 0;
  line-height: 1;
  transition: all .2s linear;
}

.pagination .page:hover,
.pagination .page-numbers:hover {
  background-color: #8bc14a;
  color: #fff;
}

.pagination .page-numbers.current {
  background-color: #8bc14a;
  color: #fff;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 35px;
  height: 35px;
  background-color: #f2f2f2;
  border-radius: 5px;
  line-height: 1;
  transition: all .2s linear;
  background-repeat: no-repeat;
  background-size: 50%;
  background-size: 10px;
  background-position: center;
}

.pagination .prev.page-numbers:hover,
.pagination .next.page-numbers:hover {
  background-color: #8bc14a;
  color: #fff;
}

.pagination .next.page-numbers {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11L1 21' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
}

.pagination .next.page-numbers:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11L1 21' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
}

.pagination .prev.page-numbers {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21L2 11L12 0.999999' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
}

.pagination .prev.page-numbers:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21L2 11L12 0.999999' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
}

.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 20px 18px;
  transition: all .2s linear;
  font-size: 14px;
  height: auto;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 1;
}

.btn:hover, .btn:focus {
  box-shadow: none;
}

.btn_yellow {
  background-color: #ffb71b;
  box-shadow: 0 5px 20px rgba(255, 183, 27, 0.45);
  color: #fff;
}

.btn_yellow:focus {
  background-color: #ffb71b;
  color: #fff;
}

.btn_yellow:active {
  color: #fff;
}

.btn_yellow:hover {
  color: #ffb71b;
  border-color: #ffb71b;
  background-color: transparent;
  box-shadow: 0 2px 5px rgba(255, 183, 27, 0.45);
}

.btn_facebook {
  box-shadow: 0 5px 20px rgba(67, 103, 178, 0.25);
  background-color: #4367b2;
  text-transform: uppercase;
  color: #fff;
}

.btn_facebook::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='19' viewBox='0 0 9 19'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M6,19H2V9.51H0V6.24H2v-2C2,1.6,3.12,0,6.32,0H9V3.29H7.32C6.08,3.29,6,3.74,6,4.6V6.24H9L8.65,9.51H6V19Z' transform='translate%28-0.01 -0.01%29'/%3E%3C/svg%3E");
  width: 9px;
  height: 19px;
  margin: -4px 15px 0 0;
}

.b_header {
  position: relative;
  z-index: 10;
}

.b_header .header {
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.b_header .header_link {
  position: relative;
  width: 100%;
  max-width: 120px;
}

.b_header .header_link .link {
  position: absolute;
  top: -50px;
}

@media (max-width: 991px) {
  .b_header .header_menu {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 15% 0 0;
    display: none;
  }
}

.b_header .header_menu ul {
  padding: 0;
  list-style: none;
}

.b_header .header_menu ul li {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .b_header .header_menu ul li {
    display: block;
    text-align: center;
  }
}

.b_header .header_menu ul li + li {
  margin: 0 0 0 40px;
}

@media (max-width: 1199px) {
  .b_header .header_menu ul li + li {
    margin: 0 0 0 20px;
  }
}

@media (max-width: 991px) {
  .b_header .header_menu ul li + li {
    margin: 20px 0 0;
  }
}

.b_header .header_menu ul a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #212121;
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: all .3s linear;
}

.b_header .header_menu ul a:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  margin: 3px 0 0;
  height: 2px;
  width: 0;
  margin: 0 auto;
  transition: all .3s linear;
  background-color: #212121;
}

.b_header .header_menu ul a:hover:before {
  width: 100%;
}

@media (max-width: 530px) {
  .b_header .header_control {
    width: calc(100% - 125px);
    text-align: left;
  }
}

.b_header .header_lang {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 0 0 30px;
  font-weight: 700;
}

.b_header .header_lang::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%238cc04c;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Elang%3C/title%3E%3Cpath class='a' d='M12.9,12a26.7,26.7,0,0,0,0-4H7.1A13.4,13.4,0,0,0,7,10v1a0.94,0.94,0,0,1-.88,1H6a0.94,0.94,0,0,1-1-1V10a12.75,12.75,0,0,1,.1-2H2.3A6.45,6.45,0,0,0,2,10a8.11,8.11,0,0,0,1.1,4.1,2.89,2.89,0,0,1,3.65,1.84l0,0.16A2.89,2.89,0,0,1,5,19.75l-0.16,0A2.89,2.89,0,0,1,1.15,18l0-.16a3.15,3.15,0,0,1,.4-2.5A9.88,9.88,0,0,1,0,10,10,10,0,1,1,10,20a1,1,0,0,1,0-2c1,0,2-1.6,2.6-4H9a1,1,0,0,1,0-2h3.9Zm4.8,0a6.45,6.45,0,0,0,.3-2,6.45,6.45,0,0,0-.3-2H14.9a12.75,12.75,0,0,1,.1,2,12.75,12.75,0,0,1-.1,2h2.8Zm-0.8,2H14.6a13.38,13.38,0,0,1-1,3.2A9.21,9.21,0,0,0,16.9,14ZM12.6,6C12,3.6,11,2,10,2S8,3.6,7.4,6h5.2ZM5.4,6a13.38,13.38,0,0,1,1-3.2A7.83,7.83,0,0,0,3.1,6H5.4ZM16.9,6a8.06,8.06,0,0,0-3.4-3.2,13.38,13.38,0,0,1,1,3.2h2.4ZM4,18a1,1,0,0,0,0-2,0.94,0.94,0,0,0-1,1A1,1,0,0,0,4,18Z'/%3E%3C/svg%3E");
}

@media (max-width: 530px) {
  .b_header .header_lang {
    display: block;
  }
}

.b_header .header_lang ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.b_header .header_lang ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.b_header .header_lang ul li + li {
  margin: 0 0 0 10px;
}

.b_header .header_lang ul li:not(:last-of-type):before {
  position: absolute;
  content: '/';
  color: #cacaca;
  left: 100%;
  top: 1px;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 0 4px;
}

.b_header .header_lang ul li a {
  transition: all .2s linear;
  color: #cacaca;
}

.b_header .header_lang ul li a:hover {
  color: #212121;
}

.b_header .header_lang ul li.active a, .b_header .header_lang ul li.current-lang a {
  color: #212121;
}

.b_header .header_tel {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 70px;
}

@media (max-width: 530px) {
  .b_header .header_tel {
    display: block;
  }
}

@media (max-width: 1199px) {
  .b_header .header_tel {
    margin: 0 0 0 20px;
  }
}

@media (max-width: 530px) {
  .b_header .header_tel {
    margin: 20px 0 0;
  }
}

.b_header .header_tel a {
  font-size: 21px;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 600;
  color: #212121;
  position: relative;
  padding: 0 0 0 30px;
}

@media (max-width: 530px) {
  .b_header .header_tel a {
    font-size: 18px;
  }
}

@media (max-width: 374px) {
  .b_header .header_tel a {
    font-size: 14px;
  }
}

.b_header .header_tel a:hover {
  text-decoration: underline;
}

.b_header .header_tel a::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18.99' viewBox='0 0 19 18.99'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%238bc14a;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ephone_head%3C/title%3E%3Cpath class='a' d='M5.34,12.39L6.8,13.84a1.05,1.05,0,0,0,1.49-1.49h0L6.43,10.5a1.05,1.05,0,0,0-1-.29l-4.63.93a1.05,1.05,0,0,0-.85,1v5.56a1.05,1.05,0,0,0,.81,1c3.58,0.85,8.68-.55,13-4.91s5.76-9.46,4.91-13a1.05,1.05,0,0,0-1-.81H12.17a1.06,1.06,0,0,0-1,.85L10.21,5.48a1,1,0,0,0,.29.95l1.3,1.3a11.06,11.06,0,0,1-2.32,2.83A1.05,1.05,0,0,0,9.38,12h0a1.05,1.05,0,0,0,1.49.1c0.23-.2.45-0.41,0.67-0.62A13.36,13.36,0,0,0,14,8a1.05,1.05,0,0,0-.2-1.21L12.39,5.34,13,2.11h3.81c0.31,2.84-1,6.76-4.49,10.25s-7.42,4.8-10.25,4.49V13Z'/%3E%3C/svg%3E");
  width: 19px;
  height: 19px;
  margin: -10px 0 0;
}

._menu_toggler {
  position: fixed;
  border: none;
  padding: 0;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: none;
  z-index: 1001;
  background-color: #8bc14a;
}

@media (max-width: 991px) {
  ._menu_toggler {
    display: block;
  }
}

._menu_toggler span {
  display: block;
  width: 24px;
  height: 3px;
  padding: 0;
  background: #fff;
  position: absolute;
  transition: top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
  transition: transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s, -webkit-transform 0.5s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  left: 8px;
}

._menu_toggler .toggler_top {
  top: 12px;
}

._menu_toggler .toggler_middle {
  top: 19px;
}

._menu_toggler .toggler_bottom {
  top: 26px;
}

._menu_toggler.menu-is-active span {
  transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.5s ease-in-out 0.3s;
  transition: transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.5s ease-in-out 0.3s;
}

._menu_toggler.menu-is-active span.toggler_top {
  top: 18px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

._menu_toggler.menu-is-active span.toggler_middle {
  opacity: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

._menu_toggler.menu-is-active span.toggler_bottom {
  top: 18px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

* {
  outline: 0 !important;
}

html, body {
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #212121;
  min-width: 320px;
  background-color: #fff;
  line-height: 1.3;
}

body.menuopen {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1, h2 {
  font-size: 24px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  h1, h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

p {
  line-height: 1.4;
}

p:not(:last-child) {
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  display: none;
}

@media (max-width: 991px) {
  input, textarea, select, select:focus {
    font-size: 16px;
  }
}

.b_main_banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.b_main_banner .banner_content {
  overflow: hidden;
  padding: 175px 0 180px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .b_main_banner .banner_content {
    padding: 105px 0 110px;
  }
}

.b_main_banner .banner_content .btn {
  width: 100%;
  max-width: 235px;
}

@media (max-width: 991px) {
  .b_main_banner .content_inner {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .b_main_banner .content_inner {
    max-width: 100%;
    text-align: center;
  }
}

.b_main_banner .main_title {
  color: #8bc14a;
  font-size: 80px;
  font-weight: 700;
  margin: 0 0 20px;
  max-width: 565px;
  line-height: 1;
}

@media (max-width: 1199px) {
  .b_main_banner .main_title {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .b_main_banner .main_title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .b_main_banner .main_title {
    max-width: 100%;
  }
}

.b_main_banner .sub_title {
  max-width: 535px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 50px;
}

@media (max-width: 767px) {
  .b_main_banner .sub_title {
    max-width: 100%;
  }
}

.b_main_banner .banner_decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.b_main_banner .banner_decor .banner_wheat {
  position: absolute;
  right: 0;
  top: -115px;
  max-width: 40%;
}

@media (max-width: 1199px) {
  .b_main_banner .banner_decor .banner_wheat {
    top: 0;
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .b_main_banner .banner_decor .banner_wheat {
    display: none;
  }
}

.b_main_banner .banner_decor .chicken {
  position: absolute;
  z-index: 1;
  left: 45%;
  bottom: 0;
}

@media (max-width: 767px) {
  .b_main_banner .banner_decor .chicken {
    display: none;
  }
}

.b_main_banner .banner_one_wheats {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.b_main_banner .banner_one_wheats .pos_abs {
  position: absolute;
  z-index: 1;
}

.b_main_banner .banner_one_wheats .wheat1 {
  bottom: 205px;
  left: 5%;
}

.b_main_banner .banner_one_wheats .wheat2 {
  top: 60px;
  left: 15%;
}

.b_main_banner .banner_one_wheats .wheat3 {
  bottom: 60px;
  left: 40%;
}

.b_main_banner .banner_one_wheats .wheat4 {
  top: 150px;
  right: 20%;
}

.b_main_banner .banner_one_wheats .wheat5 {
  bottom: 140px;
  right: 12%;
}

.b_main_banner .banner_one_wheats .circle1 {
  width: 200px;
  height: 200px;
  background-color: #212121;
  opacity: 0.05;
  border-radius: 50%;
  top: 75px;
  left: 45%;
}

.b_main_banner .banner_one_wheats .circle2 {
  background-color: #ccdb38;
  z-index: 1;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  bottom: 20%;
  right: -30px;
}

.b_about_brand {
  padding: 80px 0 110px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .b_about_brand {
    padding: 50px 0 70px;
  }
}

@media (max-width: 991px) {
  .b_about_brand {
    padding: 30px 0 70px;
  }
}

.b_about_brand .content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .b_about_brand .content_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.b_about_brand .about_content {
  width: calc(100% - 445px);
}

@media (max-width: 991px) {
  .b_about_brand .about_content {
    width: 100%;
  }
}

.b_about_brand .about_image {
  width: 100%;
  max-width: 445px;
  position: relative;
}

@media (max-width: 991px) {
  .b_about_brand .about_image {
    margin: 0 auto;
  }
}

.b_about_brand .decor_circle {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b_about_brand .circle {
  position: absolute;
  border-radius: 50%;
}

.b_about_brand .c1 {
  width: 50px;
  height: 50px;
  background-color: #8bc14a;
  top: 0;
  left: 0;
}

.b_about_brand .c2 {
  width: 30px;
  height: 30px;
  background-color: #8bc14a;
  right: -40px;
  top: 35%;
}

.b_about_brand .c3 {
  z-index: 3;
  width: 175px;
  height: 175px;
  background-color: #ccdb38;
  right: -60px;
  bottom: 15%;
}

.b_about_brand .image_wrapper {
  position: relative;
  z-index: 2;
}

.b_about_brand .about_brand {
  position: relative;
  z-index: 2;
}

.b_about_brand .block_title {
  margin: 0;
}

@media (max-width: 991px) {
  .b_about_brand .block_title {
    text-align: center;
  }
}

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

@media (max-width: 991px) {
  .b_about_brand .decor_foliage {
    text-align: center;
  }
}

.b_about_brand .decor_foliage svg path {
  fill: #8bc14a;
}

.b_about_brand .content {
  max-width: 600px;
  padding: 50px 0 0;
  font-size: 16px;
}

@media (max-width: 991px) {
  .b_about_brand .content {
    max-width: 100%;
    padding: 20px 0;
    font-size: 14px;
  }
}

.b_about_brand .content p {
  line-height: 1.7;
}

.b_our_company {
  padding: 80px 0 50px;
  background-color: #f7f7f8;
  position: relative;
}

.b_our_company .wheat {
  position: absolute;
  right: 0;
  top: -250px;
}

@media (max-width: 1199px) {
  .b_our_company .wheat {
    top: -150px;
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .b_our_company .wheat {
    top: -100px;
    max-width: 300px;
  }
}

.b_our_company .our_company {
  position: relative;
  z-index: 2;
}

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

.b_our_company .decor_foliage svg path {
  fill: #8bc14a;
}

.b_our_company .our_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0 0;
}

.b_our_company .our_company .company_item {
  width: 50%;
  margin: 0 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .b_our_company .our_company .company_item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
}

.b_our_company .our_company .company_item:hover .item_icon::before {
  -webkit-animation-name: infinite-spinning;
          animation-name: infinite-spinning;
}

.b_our_company .our_company .item_icon {
  width: 105px;
  height: 105px;
  position: relative;
}

.b_our_company .our_company .item_icon::before {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: 10;
          animation-iteration-count: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='104.08' height='104.58' viewBox='0 0 104.08 104.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%238bc14a;%7D.b%7Bfill:url%28%23a%29;%7D%3C/style%3E%3ClinearGradient id='a' x1='-0.06' y1='1.29' x2='103.94' y2='105.87' gradientTransform='matrix%281, 0, 0, -1, 0, 105.89%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.51' stop-color='%23ccdb38' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23ccdb38'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ctitle%3Eitem_icon_circle%3C/title%3E%3Cpath class='a' d='M64.37,3.56A2,2,0,0,1,62,5.13h0a48.21,48.21,0,0,0-48,76.56,7.77,7.77,0,1,1-3,2.74,52.47,52.47,0,0,1,4.24-69.12A51.58,51.58,0,0,1,52,0,52.15,52.15,0,0,1,62.81,1.14a2,2,0,0,1,1.57,2.42h0ZM13.75,88.63A3.66,3.66,0,0,0,20,91.25h0A3.67,3.67,0,1,0,13.75,88.63ZM104,52.29a52.07,52.07,0,0,1-15.24,37A51.58,51.58,0,0,1,52,104.58a52.31,52.31,0,0,1-9.19-.81,2,2,0,0,1,.71-4h0A48.22,48.22,0,0,0,90,22.88,7.75,7.75,0,0,1,81,10.45a7.74,7.74,0,0,1,12,9.69,52.55,52.55,0,0,1,11,32.15h0ZM90.17,15.94a3.67,3.67,0,1,0-1.07,2.6,3.66,3.66,0,0,0,1.07-2.6h0ZM35.26,99.67a2,2,0,0,1-2.63,1.17h0l-0.06,0A2,2,0,0,1,34.08,97h0l-0.76,1.89L34.09,97A2,2,0,0,1,35.26,99.67ZM72.56,6.45a2,2,0,0,1-2.64,1.13h0a2,2,0,0,1,1.5-3.8h0a2,2,0,0,1,1.12,2.66h0Z' transform='translate%280.08 0%29'/%3E%3Cpath class='b' d='M64.37,3.56A2,2,0,0,1,62,5.13h0a48.21,48.21,0,0,0-48,76.56,7.77,7.77,0,1,1-3,2.74,52.47,52.47,0,0,1,4.24-69.12A51.58,51.58,0,0,1,52,0,52.15,52.15,0,0,1,62.81,1.14a2,2,0,0,1,1.57,2.42h0ZM13.75,88.63A3.66,3.66,0,0,0,20,91.25h0A3.67,3.67,0,1,0,13.75,88.63ZM104,52.29a52.07,52.07,0,0,1-15.24,37A51.58,51.58,0,0,1,52,104.58a52.31,52.31,0,0,1-9.19-.81,2,2,0,0,1,.71-4h0A48.22,48.22,0,0,0,90,22.88,7.75,7.75,0,0,1,81,10.45a7.74,7.74,0,0,1,12,9.69,52.55,52.55,0,0,1,11,32.15h0ZM90.17,15.94a3.67,3.67,0,1,0-1.07,2.6,3.66,3.66,0,0,0,1.07-2.6h0ZM35.26,99.67a2,2,0,0,1-2.63,1.17h0l-0.06,0A2,2,0,0,1,34.08,97h0l-0.76,1.89L34.09,97A2,2,0,0,1,35.26,99.67ZM72.56,6.45a2,2,0,0,1-2.64,1.13h0a2,2,0,0,1,1.5-3.8h0a2,2,0,0,1,1.12,2.66h0Z' transform='translate%280.08 0%29'/%3E%3C/svg%3E");
}

.b_our_company .our_company .item_icon img {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  max-width: 55%;
  max-height: 55%;
}

.b_our_company .our_company .item_content {
  width: calc(100% - 105px);
  padding: 0 0 0 30px;
  max-width: 375px;
}

.b_our_company .our_company .item_numbers {
  color: #212121;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 20px;
}

.b_questions_remain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0 125px;
  position: relative;
  color: #fff;
}

@media (max-width: 1199px) {
  .b_questions_remain {
    padding: 90px 0 50px;
  }
}

@media (max-width: 991px) {
  .b_questions_remain {
    padding: 90px 0 30px;
  }
}

.b_questions_remain .questions_remain_wrapper {
  position: relative;
  z-index: 2;
}

.b_questions_remain .corn {
  position: absolute;
  left: 0;
  top: -290px;
}

@media (max-width: 1675px) {
  .b_questions_remain .corn {
    top: -100px;
    max-width: 350px;
  }
}

@media (max-width: 1199px) {
  .b_questions_remain .corn {
    top: -100px;
    max-width: 250px;
  }
}

@media (max-width: 991px) {
  .b_questions_remain .corn {
    top: -80px;
    max-width: 200px;
  }
}

.b_questions_remain .block_title {
  text-align: center;
  margin: 0 0 5px;
}

.b_questions_remain .sub_title {
  text-align: center;
  font-size: 16px;
}

.b_questions_remain .decor_foliage svg path {
  fill: #fff;
}

.b_questions_remain .questions_remain {
  padding: 50px 0 0;
}

.b_questions_remain .form_control {
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 20px;
  transition: all .2s linear;
}

.b_questions_remain .form_control:focus {
  background-color: transparent;
}

.b_questions_remain .form_control:focus::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.b_questions_remain .form_control:focus:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.b_questions_remain .form_control:focus::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.b_questions_remain .form_control:focus:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.b_questions_remain textarea.form_control {
  resize: none;
  min-height: 135px;
  display: block;
}

.b_questions_remain .column_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b_questions_remain .form_column {
  width: 50%;
  padding: 0 15px 0 0;
}

@media (max-width: 767px) {
  .b_questions_remain .form_column {
    width: 100%;
    padding: 0;
  }
}

.b_questions_remain .form_column:nth-child(2n) {
  padding: 0 0 0 15px;
}

@media (max-width: 767px) {
  .b_questions_remain .form_column:nth-child(2n) {
    padding: 0;
    margin: 15px auto 0;
  }
}

.b_questions_remain .form_row + .form_row {
  margin: 15px 0 0;
}

.b_questions_remain [type="submit"] {
  width: 100%;
  max-width: 220px;
}

.b_questions_remain .form_button {
  text-align: center;
  padding: 30px 0 0;
}

.b_questions_remain .or {
  padding: 50px 0 0;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .b_questions_remain .or {
    font-size: 15px;
  }
}

.b_questions_remain .or a {
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}

.b_questions_remain .or a:hover {
  text-decoration: underline;
}

.b_all_news {
  padding: 100px 0 70px;
}

@media (max-width: 1199px) {
  .b_all_news {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .b_all_news {
    padding: 30px 0;
  }
}

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

@media (max-width: 620px) {
  .b_all_news .all_news {
    margin: 0;
  }
}

.b_all_news .news_item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 30px);
  background-color: #ffffff;
  border-radius: 10px;
  transition: all .2s linear;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.09);
  margin: 0 15px 30px;
  color: #2d2a2a;
  overflow: hidden;
}

@media (max-width: 991px) {
  .b_all_news .news_item {
    width: calc(50% - 30px);
  }
}

@media (max-width: 620px) {
  .b_all_news .news_item {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.b_all_news .news_item:hover {
  box-shadow: 0 6px 30px rgba(139, 193, 74, 0.2);
}

.b_all_news .news_info {
  padding: 20px 20px;
}

.b_all_news .news_title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.b_all_news .news_link {
  text-decoration: underline;
  color: #8bc14a;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s linear;
  margin: 15px auto 0;
}

.b_all_news .news_link:hover {
  text-decoration: none;
  color: #ffb71b;
}

.b_all_news .news_img {
  min-height: 250px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 13px 13px 0 0;
}

.b_all_news .img_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.b_all_news .news_date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  padding: 7px;
  border-radius: 10px 0;
  text-align: center;
  font-weight: 700;
}

.b_all_news .news_date .date {
  font-size: 24px;
}

.b_all_news .news_date .date_more {
  font-size: 12px;
}

.b_products {
  padding: 100px 0;
}

@media (max-width: 1199px) {
  .b_products {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .b_products {
    padding: 30px 0;
  }
}

.b_products .products_content {
  font-size: 16px;
  padding: 0 0 30px;
}

@media (max-width: 767px) {
  .b_products .products_content {
    font-size: 14px;
  }
}

.b_products .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b_products .product_item {
  width: 50%;
  padding: 0 15px 0 0;
  margin: 0 0 30px;
}

@media (max-width: 991px) {
  .b_products .product_item {
    width: 100%;
    margin: 0 auto 15px;
    padding: 0;
  }
}

.b_products .product_item:nth-child(2n) {
  padding: 0 0 0 15px;
}

@media (max-width: 991px) {
  .b_products .product_item:nth-child(2n) {
    padding: 0;
  }
}

.b_products .product_inner {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  transition: all .2s linear;
  padding: 30px 0;
}

.b_products .product_inner:hover {
  box-shadow: 0 6px 30px rgba(139, 193, 74, 0.2);
}

.b_products .product_img {
  position: relative;
  width: 175px;
}

@media (max-width: 580px) {
  .b_products .product_img {
    position: static;
    margin: 0 auto;
  }
}

.b_products .product_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}

@media (max-width: 580px) {
  .b_products .product_img img {
    position: static;
    margin: 0 auto;
  }
}

.b_products .product_info {
  width: calc(100% - 175px);
  padding: 0 30px 0 0;
}

@media (max-width: 580px) {
  .b_products .product_info {
    width: 100%;
    padding: 15px 15px 0;
  }
}

.b_products .product_title {
  color: #2d2a2a;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 15px;
}

@media (max-width: 580px) {
  .b_products .product_title {
    text-align: center;
  }
}

.b_products .properties_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b_products .properties_row + .properties_row {
  margin: 5px 0 0;
}

.b_products .properties_col:nth-child(1) {
  width: calc(100% - 135px);
  color: #999999;
}

.b_products .properties_col:nth-child(2) {
  width: 135px;
  font-weight: 700;
  font-size: 14px;
  text-align: right;
}

.b_page_about_brand {
  padding: 0 0 60px;
  background-color: #f7f7f8;
  overflow: hidden;
}

.b_page_about_brand .brand_top_wrapper {
  background-color: #ffffff;
  padding: 100px 0 270px;
}

@media (max-width: 991px) {
  .b_page_about_brand .brand_top_wrapper {
    padding: 30px 0 250px;
  }
}

.b_page_about_brand h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
}

@media (max-width: 991px) {
  .b_page_about_brand h2 {
    text-align: center;
  }
}

.b_page_about_brand p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .b_page_about_brand p {
    font-size: 14px;
  }
}

.b_page_about_brand .about_brand_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b_page_about_brand .text_about {
  width: calc(100% - 480px);
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .b_page_about_brand .text_about {
    width: calc(100% - 370px);
  }
}

@media (max-width: 991px) {
  .b_page_about_brand .text_about {
    width: 100%;
  }
}

.b_page_about_brand .text_about .text_inner {
  max-width: 630px;
}

@media (max-width: 991px) {
  .b_page_about_brand .text_about .text_inner {
    max-width: none;
  }
}

.b_page_about_brand .about_image {
  width: 100%;
  max-width: 480px;
  position: relative;
  text-align: right;
}

@media (max-width: 1199px) {
  .b_page_about_brand .about_image {
    max-width: 350px;
  }
}

@media (max-width: 991px) {
  .b_page_about_brand .about_image {
    margin: 20px auto 0;
  }
}

.b_page_about_brand .image_block {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

@media (max-width: 400px) {
  .b_page_about_brand .image_block {
    max-width: 70%;
    margin: 0 auto;
    display: block;
  }
}

.b_page_about_brand .image_wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 350px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.b_page_about_brand .image_wrapper img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.b_page_about_brand .decor_circle {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b_page_about_brand .circle {
  position: absolute;
  border-radius: 50%;
}

.b_page_about_brand .c1 {
  width: 50px;
  height: 50px;
  background-color: #8bc14a;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .b_page_about_brand .c1 {
    left: -30px;
  }
}

.b_page_about_brand .c2 {
  width: 30px;
  height: 30px;
  background-color: #8bc14a;
  right: -40px;
  top: 35%;
}

@media (max-width: 767px) {
  .b_page_about_brand .c2 {
    right: -10px;
  }
}

.b_page_about_brand .c3 {
  z-index: 3;
  width: 120px;
  height: 120px;
  background-color: #ccdb38;
  right: -60px;
  bottom: 15%;
}

@media (max-width: 767px) {
  .b_page_about_brand .c3 {
    right: -10px;
  }
}

.b_page_about_brand .about_poultry_farm {
  box-shadow: 0 6px 60px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 45px 30px 35px;
  margin: -180px 0 90px;
}

@media (max-width: 991px) {
  .b_page_about_brand .about_poultry_farm {
    padding: 0 15px 15px;
  }
}

.b_page_about_brand .about_poultry_farm .farm_image {
  max-width: 430px;
  margin-top: -35px;
}

@media (max-width: 991px) {
  .b_page_about_brand .about_poultry_farm .farm_image {
    margin: -35px auto 15px;
  }
}

.b_page_about_brand .about_poultry_farm .text_farm {
  width: calc(100% - 430px);
  padding: 0;
}

@media (max-width: 991px) {
  .b_page_about_brand .about_poultry_farm .text_farm {
    width: 100%;
  }
}

.b_page_about_brand .about_poultry_farm .text_inner {
  max-width: 590px;
}

@media (max-width: 991px) {
  .b_page_about_brand .about_poultry_farm .text_inner {
    max-width: none;
  }
}

.b_page_about_brand .agricultural_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.b_page_about_brand .agricultural_products .text_about {
  width: calc(100% - 480px);
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .b_page_about_brand .agricultural_products .text_about {
    width: calc(100% - 370px);
  }
}

@media (max-width: 991px) {
  .b_page_about_brand .agricultural_products .text_about {
    width: 100%;
  }
}

.b_page_about_brand .agricultural_products .text_about .text_inner {
  max-width: 635px;
}

@media (max-width: 991px) {
  .b_page_about_brand .agricultural_products .text_about .text_inner {
    max-width: none;
  }
}

.b_page_about_brand .agricultural_products .circle.c1 {
  background-color: #ccdb38;
  left: -70px;
  top: 20px;
}

.b_page_about_brand .agricultural_products .circle.c2 {
  top: auto;
  bottom: 100px;
  right: -70px;
}

@media (max-width: 767px) {
  .b_page_about_brand .agricultural_products .circle.c2 {
    right: -10px;
  }
}

.b_page_about_brand .agricultural_products .img_wheat {
  position: absolute;
  bottom: 0;
  right: -100px;
}

@media (max-width: 767px) {
  .b_page_about_brand .agricultural_products .img_wheat {
    right: 0;
    max-width: 300px;
  }
}

.b_page_about_brand .agricultural_products .grains1 {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .b_page_about_brand .agricultural_products .grains1 {
    max-width: 100px;
  }
}

.b_page_about_brand .agricultural_products .grains2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .b_page_about_brand .agricultural_products .grains2 {
    max-width: 100px;
  }
}

.b_page_news {
  padding: 90px 0;
}

@media (max-width: 1199px) {
  .b_page_news {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .b_page_news {
    padding: 30px 0;
  }
}

.b_page_news .news_title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.b_page_news .news_date {
  color: #999999;
  font-size: 16px;
}

.b_page_news .news_info {
  margin: 0 0 40px;
}

.b_page_news .news_content {
  font-size: 16px;
}

.b_page_news .news_content .alignright {
  float: right;
}

@media (min-width: 1199px) {
  .b_page_news .news_content .alignright {
    margin-left: 20px;
  }
}

.b_page_news .news_content .alignleft {
  float: left;
}

@media (min-width: 1199px) {
  .b_page_news .news_content .alignleft {
    margin-right: 20px;
  }
}

.b_page_news .news_content p {
  line-height: 1.7;
}

.b_page_news .news_content p:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .b_page_news .news_content img {
    margin: 0 auto 15px;
    float: none !important;
  }
}

.b_page_news .news_content blockquote {
  margin: 40px auto;
  padding: 0 0 0 30px;
  border-left: 3px solid #8bc14a;
}

.b_page_news .news_content blockquote p:not(:last-child) {
  margin-bottom: 10px;
}

.b_page_news .news_content ol {
  padding: 0 0 0 17px;
}

.b_page_news .news_content ol li + li {
  margin: 5px auto 0;
}

.b_page_news .news_content ul {
  padding: 0;
  list-style: none;
  margin: 20px auto;
}

.b_page_news .news_content ul li {
  padding: 0 0 0 17px;
  position: relative;
}

.b_page_news .news_content ul li + li {
  margin: 5px auto 0;
}

.b_page_news .news_content ul li::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #8bc14a;
}

.b_page_contacts {
  padding: 100px 0;
  position: relative;
}

.b_page_contacts .img_chicken {
  position: absolute;
  z-index: 1;
  bottom: -70px;
  left: 0;
}

@media (max-width: 1725px) {
  .b_page_contacts .img_chicken {
    bottom: -150px;
    max-width: 250px;
  }
}

@media (max-width: 1560px) {
  .b_page_contacts .img_chicken {
    bottom: -120px;
    max-width: 200px;
  }
}

@media (max-width: 1440px) {
  .b_page_contacts .img_chicken {
    display: none;
  }
}

.b_page_contacts .contacts_wrap {
  position: relative;
  z-index: 2;
}

.b_page_contacts .contacts_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b_page_contacts .contacts_list {
  width: calc(100% - 635px);
  font-size: 16px;
}

@media (max-width: 1199px) {
  .b_page_contacts .contacts_list {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .b_page_contacts .contacts_list {
    width: 100%;
    font-size: 14px;
  }
}

.b_page_contacts .contacts_list .list_inner {
  max-width: 340px;
}

@media (max-width: 991px) {
  .b_page_contacts .contacts_list .list_inner {
    width: 100%;
  }
}

.b_page_contacts .contacts_list .list_row {
  padding: 0 0 0 50px;
  margin: 0 0 50px;
  position: relative;
}

.b_page_contacts .contacts_list .list_row:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.b_page_contacts .contacts_list .address:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19' height='24' viewBox='0 0 19 24'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%238bc14a;%7D.b%7Bfill:url%28%23a%29;%7D%3C/style%3E%3ClinearGradient id='a' x1='-0.78' y1='2.64' x2='18.22' y2='22.64' gradientTransform='matrix%281, 0, 0, -1, 0, 23.89%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.51' stop-color='%23ccdb38' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23ccdb38'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ctitle%3Eicon_locations%3C/title%3E%3Cpath class='a' d='M8.9,23.83C4.18,21,0,14.09,0,9.59A9.34,9.34,0,0,1,9.5,0,9.34,9.34,0,0,1,19,9.59c0,4.5-4.18,11.45-8.9,14.23A1.18,1.18,0,0,1,8.9,23.83ZM16.63,9.59A7,7,0,0,0,9.5,2.39a7,7,0,0,0-7.12,7.2c0,3.44,3.35,9.19,7.13,11.78,3.77-2.59,7.13-8.34,7.13-11.78h0ZM9.34,7.2A1.19,1.19,0,0,1,8.08,6.08h0A1.2,1.2,0,0,1,9.19,4.8a4.8,4.8,0,1,1-4.43,5.1,4.84,4.84,0,0,1,.49-2.45,1.18,1.18,0,0,1,1.58-.55h0a1.2,1.2,0,0,1,.53,1.61,2.41,2.41,0,0,0,1.07,3.22,2.36,2.36,0,0,0,3.18-1.08,2.41,2.41,0,0,0-1.07-3.22A2.36,2.36,0,0,0,9.34,7.2Z' transform='translate%280 0.01%29'/%3E%3Cpath class='b' d='M8.9,23.83C4.18,21,0,14.09,0,9.59A9.34,9.34,0,0,1,9.5,0,9.34,9.34,0,0,1,19,9.59c0,4.5-4.18,11.45-8.9,14.23A1.18,1.18,0,0,1,8.9,23.83ZM16.63,9.59A7,7,0,0,0,9.5,2.39a7,7,0,0,0-7.12,7.2c0,3.44,3.35,9.19,7.13,11.78,3.77-2.59,7.13-8.34,7.13-11.78h0ZM9.34,7.2A1.19,1.19,0,0,1,8.08,6.08h0A1.2,1.2,0,0,1,9.19,4.8a4.8,4.8,0,1,1-4.43,5.1,4.84,4.84,0,0,1,.49-2.45,1.18,1.18,0,0,1,1.58-.55h0a1.2,1.2,0,0,1,.53,1.61,2.41,2.41,0,0,0,1.07,3.22,2.36,2.36,0,0,0,3.18-1.08,2.41,2.41,0,0,0-1.07-3.22A2.36,2.36,0,0,0,9.34,7.2Z' transform='translate%280 0.01%29'/%3E%3C/svg%3E");
  width: 19px;
  height: 24px;
  top: 4px;
  left: 3px;
}

.b_page_contacts .contacts_list .email:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25' height='20' viewBox='0 0 25 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%238bc14a;%7D.b%7Bfill:url%28%23a%29;%7D%3C/style%3E%3ClinearGradient id='a' x1='3.55' y1='-0.63' x2='22.56' y2='19.36' gradientTransform='matrix%281, 0, 0, -1, 0, 19.89%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.51' stop-color='%23ccdb38' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23ccdb38'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ctitle%3Eicon_email%3C/title%3E%3Cpath class='a' d='M20.45,6.48a3.38,3.38,0,0,1-2.08-2h-15A1.12,1.12,0,0,1,2.27,3.33h0A1.12,1.12,0,0,1,3.41,2.22h15a3.43,3.43,0,0,1,4.35-2A3.32,3.32,0,0,1,24.8,4.45a3.37,3.37,0,0,1-2.08,2V18.89A1.12,1.12,0,0,1,21.59,20H1.14A1.12,1.12,0,0,1,0,18.89H0V6.67A1.12,1.12,0,0,1,1.14,5.56a1.16,1.16,0,0,1,.6.17l8.47,5.18,6.21-4A1.15,1.15,0,0,1,18,7.16a1.1,1.1,0,0,1-.32,1.54l-6.82,4.44a1.16,1.16,0,0,1-1.23,0L2.27,8.67v9.11H20.45V6.48Zm1.14-2a1.11,1.11,0,1,0-1.14-1.11A1.12,1.12,0,0,0,21.59,4.45Z'/%3E%3Cpath class='b' d='M20.45,6.48a3.38,3.38,0,0,1-2.08-2h-15A1.12,1.12,0,0,1,2.27,3.33h0A1.12,1.12,0,0,1,3.41,2.22h15a3.43,3.43,0,0,1,4.35-2A3.32,3.32,0,0,1,24.8,4.45a3.37,3.37,0,0,1-2.08,2V18.89A1.12,1.12,0,0,1,21.59,20H1.14A1.12,1.12,0,0,1,0,18.89H0V6.67A1.12,1.12,0,0,1,1.14,5.56a1.16,1.16,0,0,1,.6.17l8.47,5.18,6.21-4A1.15,1.15,0,0,1,18,7.16a1.1,1.1,0,0,1-.32,1.54l-6.82,4.44a1.16,1.16,0,0,1-1.23,0L2.27,8.67v9.11H20.45V6.48Zm1.14-2a1.11,1.11,0,1,0-1.14-1.11A1.12,1.12,0,0,0,21.59,4.45Z'/%3E%3C/svg%3E");
  width: 25px;
  height: 20px;
  top: 5px;
}

.b_page_contacts .contacts_list h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: 600;
}

.b_page_contacts .contacts_list p {
  font-size: 16px;
}

@media (max-width: 991px) {
  .b_page_contacts .contacts_list p {
    font-size: 14px;
  }
}

.b_page_contacts .contacts_list a {
  color: #2d2a2a;
}

.b_page_contacts .contacts_list a:hover {
  text-decoration: underline;
}

.b_page_contacts .contacts_list table {
  width: 100%;
}

.b_page_contacts .contacts_list table td {
  vertical-align: top;
}

.b_page_contacts .contacts_list table td:first-of-type {
  width: 60px;
  padding: 0 15px 0 0;
}

.b_page_contacts .contacts_list ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.b_page_contacts .contacts_list ul li + li {
  margin: 5px 0 0;
}

.b_page_contacts .contacts_list .fax:before {
  background-image: url("../images/icon_fax.png");
  width: 18px;
  height: 18px;
  top: 7px;
}

.b_page_contacts .contacts_list .fax a {
  font-weight: 600;
  color: #2d2a2a;
}

.b_page_contacts .contacts_list .phones:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22' height='22.01' viewBox='0 0 22 22.01'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%238bc14a;%7D.b%7Bfill:url%28%23a%29;%7D%3C/style%3E%3ClinearGradient id='a' x1='0.43' y1='-0.52' x2='22.41' y2='21.49' gradientTransform='matrix%281, 0, 0, -1, 0, 21.91%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.51' stop-color='%23ccdb38' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23ccdb38'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ctitle%3Eicon_phobes%3C/title%3E%3Cpath class='a' d='M6.19,14.36L7.87,16A1.22,1.22,0,0,0,9.6,14.32L7.45,12.17a1.22,1.22,0,0,0-1.1-.33L1,12.91a1.22,1.22,0,0,0-1,1.2v6.44a1.22,1.22,0,0,0,.94,1.19c4.14,1,10-.64,15.1-5.69s6.67-11,5.69-15.1A1.22,1.22,0,0,0,20.54,0H14.1a1.22,1.22,0,0,0-1.2,1L11.83,6.35a1.22,1.22,0,0,0,.33,1.1L13.67,9A12.81,12.81,0,0,1,11,12.23a1.22,1.22,0,0,0,1.6,1.84q0.4-.34.77-0.72a15.49,15.49,0,0,0,2.91-4.08A1.22,1.22,0,0,0,16,7.87L14.35,6.19,15.1,2.44h4.41c0.36,3.29-1.15,7.83-5.2,11.87s-8.59,5.56-11.87,5.2V15.11Z'/%3E%3Cpath class='b' d='M6.19,14.36L7.87,16A1.22,1.22,0,0,0,9.6,14.32L7.45,12.17a1.22,1.22,0,0,0-1.1-.33L1,12.91a1.22,1.22,0,0,0-1,1.2v6.44a1.22,1.22,0,0,0,.94,1.19c4.14,1,10-.64,15.1-5.69s6.67-11,5.69-15.1A1.22,1.22,0,0,0,20.54,0H14.1a1.22,1.22,0,0,0-1.2,1L11.83,6.35a1.22,1.22,0,0,0,.33,1.1L13.67,9A12.81,12.81,0,0,1,11,12.23a1.22,1.22,0,0,0,1.6,1.84q0.4-.34.77-0.72a15.49,15.49,0,0,0,2.91-4.08A1.22,1.22,0,0,0,16,7.87L14.35,6.19,15.1,2.44h4.41c0.36,3.29-1.15,7.83-5.2,11.87s-8.59,5.56-11.87,5.2V15.11Z'/%3E%3C/svg%3E");
  width: 22px;
  height: 22px;
  top: 4px;
}

.b_page_contacts .contacts_list .phones ul li a {
  font-weight: 600;
  color: #2d2a2a;
}

.b_page_contacts .contacts_map {
  width: 635px;
  min-height: 595px;
  background-color: #f6f6f6;
}

@media (max-width: 1199px) {
  .b_page_contacts .contacts_map {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .b_page_contacts .contacts_map {
    width: 100%;
    margin: 0 auto;
    min-height: 350px;
  }
}

.tabs .container {
  position: relative;
}

.tabs__item {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  top: 0;
}

.tabs__item.-active {
  overflow: visible;
  position: static;
}

.tabs__item.-fade {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}

.table table {
  width: 100%;
  text-align: left;
  font-size: 18px;
}

.table table th,
.table table td {
  padding: 13px 15px;
  border: 3px solid #fff;
}

.table table th {
  background-color: #eb1f26;
  font-weight: 600;
  color: #ffffff;
}

@media (max-width: 767px) {
  .table table th {
    display: none;
  }
}

.table table td {
  background-color: #f3f3f3;
  color: #999999;
  font-weight: 400;
}

@media (max-width: 767px) {
  .table table td {
    display: block;
    padding: 0 10px 5px;
    border: 0;
    width: auto;
    text-align: center;
    font-size: 16px;
  }
  .table table td:before {
    content: attr(data-name);
    font-size: 20px;
    display: block;
    text-align: center;
    padding: 3px 10px;
    margin: 0 -10px 5px;
    color: #fff;
    background-color: #eb1f26;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .table table tr {
    display: block;
    margin: 0 0 25px;
  }
}

@media (max-width: 767px) {
  .table table thead {
    display: block;
  }
  .table table thead tr {
    display: none;
  }
}

@media (max-width: 767px) {
  .table table tbody {
    display: block;
  }
}

.modals {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
}

.modals__wrap {
  max-width: 700px;
  background-color: #fff;
  border-radius: 3px;
  margin: 20px auto;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.b_footer {
  border-top: 1px solid #dedede;
}

.b_footer .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 0;
}

@media (max-width: 680px) {
  .b_footer .footer_top .footer_item {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .b_footer .footer_top .footer_item:last-of-type {
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .b_footer .btn_facebook {
    padding: 14px 18px;
  }
}

.b_footer .footer_logo {
  display: inline-block;
  vertical-align: top;
}

.b_footer .footer_bottom {
  border-top: 1px solid #dedede;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #999999;
}

@media (max-width: 767px) {
  .b_footer .footer_bottom {
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .b_footer .footer_bottom .footer_item + .footer_item {
    margin: 15px auto 0;
  }
}

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

@media (max-width: 680px) {
  .b_footer .footer_contacts {
    max-width: 300px;
    margin: 10px auto;
  }
}

.b_footer .footer_contacts .contacts_item + .contacts_item {
  margin: 15px 0 0;
}

.b_footer .contacts_phone {
  font-size: 18px;
  color: #212121;
  position: relative;
  padding: 0 0 0 30px;
  text-align: left;
}

@media (max-width: 680px) {
  .b_footer .contacts_phone {
    max-width: 300px;
    margin: 10px auto;
  }
}

.b_footer .contacts_phone::before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18.99' viewBox='0 0 19 18.99'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%238bc14a;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Econtacts_phone%3C/title%3E%3Cpath class='a' d='M5.34,12.39L6.8,13.84a1.05,1.05,0,0,0,1.49-1.49h0L6.43,10.5a1.05,1.05,0,0,0-1-.29l-4.63.93a1.05,1.05,0,0,0-.85,1v5.56a1.05,1.05,0,0,0,.81,1c3.58,0.85,8.68-.55,13-4.91s5.76-9.46,4.91-13a1.05,1.05,0,0,0-1-.81H12.18a1.06,1.06,0,0,0-1,.85L10.22,5.48a1,1,0,0,0,.29.95l1.3,1.3a11.05,11.05,0,0,1-2.32,2.83A1.05,1.05,0,0,0,9.38,12h0a1.05,1.05,0,0,0,1.49.1c0.23-.2.45-0.41,0.67-0.62A13.36,13.36,0,0,0,14,8a1.05,1.05,0,0,0-.2-1.21L12.39,5.34,13,2.11h3.81c0.31,2.84-1,6.76-4.49,10.25s-7.42,4.8-10.25,4.49V13Z'/%3E%3C/svg%3E");
  width: 19px;
  height: 19px;
  left: 0;
  top: 50%;
  margin: -8px 0 0;
}

.b_footer .contacts_email {
  padding: 0 0 0 30px;
  color: #999999;
  font-size: 14px;
  position: relative;
  text-align: left;
}

@media (max-width: 680px) {
  .b_footer .contacts_email {
    max-width: 300px;
    margin: 10px auto;
  }
}

.b_footer .contacts_email::before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='17.01' viewBox='0 0 21 17.01'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%238bc14a;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M17.18,5.51a2.86,2.86,0,0,1-1.75-1.73H2.86a0.94,0.94,0,1,1,0-1.89H15.43A2.87,2.87,0,0,1,19.09.16a2.83,2.83,0,0,1,1.75,3.59v0a2.85,2.85,0,0,1-1.75,1.73V16.06a1,1,0,0,1-1,.94H1a1,1,0,0,1-1-.94V5.67a1,1,0,0,1,1-.94,1,1,0,0,1,.51.14l7.11,4.4,5.21-3.44a1,1,0,0,1,1.32.26,0.94,0.94,0,0,1-.26,1.3h0L9.12,11.18a1,1,0,0,1-1,0L1.91,7.37v7.74H17.18V5.51Zm1-1.73a0.94,0.94,0,1,0-1-.94h0A1,1,0,0,0,18.14,3.78Z'/%3E%3C/svg%3E");
  width: 21px;
  height: 17px;
  left: 0;
  top: 50%;
  margin: -8px 0 0;
}

.b_footer .contacts_email a {
  color: #999999;
  font-size: 14px;
}

.b_footer .contacts_email a:hover {
  text-decoration: underline;
}

.b_footer .footer_place {
  max-width: 260px;
  padding: 0 0 0 30px;
  color: #999999;
  font-size: 14px;
  position: relative;
  text-align: left;
}

@media (max-width: 680px) {
  .b_footer .footer_place {
    max-width: 300px;
    margin: 10px auto;
  }
}

.b_footer .footer_place::before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.99' height='19.96' viewBox='0 0 15.99 19.96'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%238bc14a;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M7.49,19.82C3.52,17.5,0,11.73,0,8A7.81,7.81,0,0,1,7.63,0H8a7.81,7.81,0,0,1,8,7.63Q16,7.84,16,8c0,3.74-3.52,9.52-7.49,11.83a1,1,0,0,1-1,0h0v0ZM14,8A5.83,5.83,0,0,0,8.34,2H8A5.83,5.83,0,0,0,2,7.67Q2,7.85,2,8c0,2.86,2.82,7.63,6,9.79,3.18-2.15,6-6.93,6-9.79h0ZM7.86,6a1,1,0,0,1-.21-2H7.73a4,4,0,1,1,.52,8h0A4,4,0,0,1,4.42,6.21a1,1,0,0,1,1.79.89h0a2,2,0,0,0,.9,2.67h0A2,2,0,0,0,8.88,6.2h0A2,2,0,0,0,7.86,6Z' transform='translate%280 -0.02%29'/%3E%3C/svg%3E");
  width: 16px;
  height: 20px;
  left: 0;
  top: 50%;
  margin: -10px 0 0;
}
