@font-face {
  font-family: "Helvetica-Neue";
  src: url("../fonts/HelveticaNeueCyr-Light.eot");
  src: url("../fonts/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Light.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Helvetica-Neue";
  src: url("../fonts/HelveticaNeueCyr-Roman.eot");
  src: url("../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Helvetica-Neue";
  src: url("../fonts/HelveticaNeueCyr-Bold.eot");
  src: url("../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  height: 100%;
}

body {
  font-size: 17px;
  line-height: 1.5;
  font-family: "Helvetica-Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}

a {
  color: #EE3E33;
  text-decoration: none;
}
a:focus, a:hover {
  color: #EE3E33;
  text-decoration: none;
}

ul {
  list-style: none;
}

h1 {
  font-weight: 400;
  font-size: 42px;
  line-height: 50px;
}
@media all and (max-width: 800px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
}
@media all and (max-width: 800px) {
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
}

h3 {
  font-weight: normal;
}

.scroll-top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 80px;
  height: 80px;
  border: 2px solid #EE3E33;
  background: #ffffff;
}
@media all and (max-width: 800px) {
  .scroll-top {
    visibility: hidden;
  }
}
.scroll-top:before {
  content: "";
  position: absolute;
  top: 31px;
  left: 24px;
  display: block;
  width: 26px;
  height: 26px;
  border-left: 2px solid #EE3E33;
  border-top: 2px solid #EE3E33;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cookies-box {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 0;
  background: #EE3E33;
  z-index: 100;
}
.cookies-box > div {
  width: 100%;
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media all and (max-width: 800px) {
  .cookies-box > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 800px) {
  .cookies-box > div {
    display: block;
  }
}
.cookies-box__text {
  padding: 0 30px 0 0;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
}
@media all and (max-width: 800px) {
  .cookies-box__text {
    padding: 0;
  }
}
.cookies-box__text a {
  color: rgba(255, 255, 255, 0.7);
}
.cookies-box__button {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 230px;
}
@media all and (max-width: 800px) {
  .cookies-box__button {
    margin: 10px 0 0 0;
    max-width: 230px;
  }
}
.cookies-box__button a {
  position: relative;
  display: block;
  padding: 0 50px 0 20px;
  height: 50px;
  font-size: 17px;
  line-height: 50px;
  color: #EE3E33;
  background: #ffffff;
}
.cookies-box__button a:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  width: 16px;
  height: 7px;
  border-left: 2px solid #EE3E33;
  border-bottom: 2px solid #EE3E33;
  -moz-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.row {
  margin: 0 -20px;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}
.row .col {
  padding: 0 20px;
}
@media all and (min-width: 800px) {
  .row .col-md-8 {
    float: left;
    width: 66.666%;
  }
  .row .col-md-6 {
    float: left;
    width: 50%;
  }
  .row .col-md-4 {
    float: left;
    width: 33.333%;
  }
  .row .col-md-3 {
    float: left;
    width: 25%;
  }
}

header {
  position: relative;
  display: block;
  margin: 0 0 4px 0;
}
header > div {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 13px;
}
@media all and (max-width: 800px) {
  header > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 800px) {
  header > div {
    display: block;
  }
  header > div:after {
    content: "";
    display: block;
    clear: both;
  }
}
header:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.1));
}

.node-product header {
  margin-bottom: 0;
}
.node-product header:after {
  display: none;
}

.header-logo {
  flex-grow: 1;
  width: 219px;
  height: 35px;
}
.header-logo a, .header-logo span {
  display: block;
  width: 100%;
  max-width: 219px;
  height: 100%;
  background: url("../images/logo.png") 0 0 no-repeat;
}
@media all and (max-width: 900px) {
  .header-logo {
    width: 100px;
    height: 30px;
  }
  .header-logo a, .header-logo span {
    max-width: 100px;
    background-size: cover;
  }
}
@media all and (max-width: 800px) {
  .header-logo {
    float: left;
  }
}

.header-menu {
  flex-grow: 1;
  padding: 8px 0 9px 0;
}
.header-menu > ul {
  display: flex;
  justify-content: space-between;
  max-width: 740px;
}
.header-menu > ul > li {
  font-size: 15px;
  line-height: 18px;
}
.header-menu > ul > li > a {
  color: #000000;
}
.header-menu > ul > li.active > a {
  color: #EE3E33;
}
@media all and (max-width: 800px) {
  .header-menu > ul > li > ul {
    display: block;
    padding: 5px 0;
  }
  .header-menu > ul > li > ul > li {
    padding: 5px 0;
  }
  .header-menu > ul > li > ul > li > a {
    color: #000000;
  }
}
@media all and (min-width: 801px) {
  .header-menu > ul > li > ul {
    display: none;
  }
  .header-menu > ul > li:hover {
    position: relative;
  }
  .header-menu > ul > li:hover > ul {
    display: block;
    position: absolute;
    top: 100%;
    left: -20px;
    background: #ffffff;
    box-shadow: 0 0 5px #999999;
    padding: 5px 20px;
    white-space: nowrap;
    z-index: 100;
  }
  .header-menu > ul > li:hover > ul > li {
    padding: 5px 0;
  }
  .header-menu > ul > li:hover > ul > li > a {
    color: #000000;
  }
  .header-menu > ul > li:hover > ul > li > a:hover {
    color: #EE3E33;
  }
}
.header-menu--mobile {
  float: right;
  display: none;
  width: 30px;
  height: 30px;
}
.header-menu--mobile a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/menu.png") 50% 50% no-repeat;
}
.header-menu--mobile a.opened {
  background: url("../images/menu-opened.png") 50% 50% no-repeat;
}
@media all and (max-width: 800px) {
  .header-menu--mobile {
    display: block;
  }
}
@media all and (max-width: 900px) {
  .header-menu {
    padding: 5px 0 4px 0;
  }
}
@media all and (max-width: 800px) {
  .header-menu {
    display: none;
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 10px;
    background: #ffffff;
    border-top: 1px solid #000000;
    z-index: 10;
  }
  .header-menu > ul {
    display: block;
  }
  .header-menu > ul > li {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.3;
  }
}

.header-search {
  flex-grow: 0;
  padding: 0 0 0 25px;
}
@media all and (max-width: 900px) {
  .header-search {
    margin-top: -5px;
  }
}
.header-search > a {
  display: block;
  width: 35px;
  height: 35px;
  background: url("../images/search.png") 50% 50% no-repeat;
}
@media all and (max-width: 800px) {
  .header-search {
    /*display: none;*/
    float: right;
    margin: 0 20px 0 0;
    padding: 0;
  }
  .header-search a {
    width: 35px;
    height: 35px;
  }
}
.header-search__form {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: white;
  overflow: hidden;
  z-index: 100;
}
.header-search__form form {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  /*padding: 10px 0 0 0;*/
  padding: 20px;
  overflow: hidden;
}
.header-search__form form > div {
  margin: 0 190px 0 0;
}
@media all and (max-width: 800px) {
  .header-search__form form > div {
    position: relative;
    margin-right: 60px;
  }
  .header-search__form form > div:after {
    content: "";
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 0;
    background: url("../images/search.png") 50% 50% no-repeat;
  }
}
.header-search__form form > a {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  margin: 0 0 0 20px;
}
@media all and (max-width: 800px) {
  .header-search__form form > a {
    margin: 0;
  }
}
.header-search__form form > a:before {
  content: "";
  display: block;
  width: 1px;
  height: 31px;
  position: absolute;
  left: 20px;
  top: 5px;
  background: #000000;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-search__form form > a:after {
  content: "";
  display: block;
  width: 31px;
  height: 1px;
  position: absolute;
  left: 5px;
  top: 20px;
  background: #000000;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-search__form form input[type=text] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  font-size: 17px;
  line-height: 1.5;
  font-family: "Helvetica-Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  border: 2px solid #EE3E33;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 800px) {
  .header-search__form form input[type=text] {
    padding-right: 35px;
  }
}
.header-search__form form input[type=submit] {
  float: right;
  height: 40px;
  width: 120px;
  border: none;
  font-size: 17px;
  line-height: 1.5;
  font-family: "Helvetica-Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  background: #EE3E33;
}
@media all and (max-width: 800px) {
  .header-search__form form input[type=submit] {
    display: none;
  }
}

main {
  display: block;
}
main .page-title {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media all and (max-width: 800px) {
  main .page-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 800px) {
  main .page-title {
    margin-top: 50px;
  }
}
main .banners-block {
  margin: -4px 0 0 0;
  height: 600px;
}
@media all and (max-width: 800px) {
  main .banners-block {
    height: 500px;
  }
}
main .banners-block__dots {
  width: 100%;
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 800px) {
  main .banners-block__dots {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main .banners-block__dots > div {
  position: relative;
}
main .banners-block__dots > div > div {
  position: absolute;
  /*left: 0;*/
  right: 0;
  top: -600px;
  width: 69px;
  margin: 205px 0 0 0;
  z-index: 10;
}
main .banners-block__dots > div > div button {
  display: block;
  width: 42px;
  margin: 0 0 0 27px;
  padding: 10px 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
main .banners-block__dots > div > div button span {
  display: block;
  height: 2px;
  background: #EE3E33;
}
main .banners-block__dots > div > div button.active {
  margin: 0;
  width: 69px;
}
@media all and (max-width: 800px) {
  main .banners-block__dots > div > div {
    top: auto;
    bottom: 0;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  main .banners-block__dots > div > div button {
    display: inline-block;
    margin: 0 20px 0 0;
    width: 40px;
  }
  main .banners-block__dots > div > div button span {
    background: rgba(255, 255, 255, 0.5);
  }
  main .banners-block__dots > div > div button.active {
    margin: 0 20px 0 0;
    width: 40px;
  }
  main .banners-block__dots > div > div button.active span {
    background: #ffffff;
  }
}
main .banners-block__item {
  background: #F5F5F5 50% 0 no-repeat;
}
main .banners-block__item > div {
  width: 100%;
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 800px) {
  main .banners-block__item > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main .banners-block__item > div > div {
  position: relative;
  padding-top: 150px;
  height: 600px;
  overflow: hidden;
}
@media all and (max-width: 800px) {
  main .banners-block__item > div > div {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    height: 500px;
    padding-top: 0;
    padding-bottom: 60px;
  }
}
main .banners-block__item > div > div > div {
  float: right;
  position: relative;
  /*padding: 40px 40px 0 100px;
  max-width: 720px;
  height: 400px;*/
  padding: 40px 100px 0 60px;
  width: 600px;
  height: 300px;
  background: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 800px) {
  main .banners-block__item > div > div > div {
    float: none;
    width: 100%;
    height: auto;
    padding: 20px 20px 40px 20px;
  }
}
main .banners-block__item > div > div > div .banner-count {
  display: none;
  margin: 0 0 10px 0;
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
}
main .banners-block__item > div > div > div .banner-content h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  /*text-transform: uppercase;*/
  margin: 0 0 20px 0;
}
@media all and (max-width: 800px) {
  main .banners-block__item > div > div > div .banner-content h3 {
    margin-bottom: 10px;
  }
}
main .banners-block__item > div > div > div .banner-more {
  position: absolute;
  /*left: 100px;
  bottom: 70px;*/
  left: 60px;
  bottom: 60px;
}
main .banners-block__item > div > div > div .banner-more a {
  position: relative;
  display: inline-block;
  padding: 0 100px 0 20px;
  height: 50px;
  font-weight: 400;
  font-size: 17px;
  line-height: 50px;
  color: #FFFFFF;
  background: #EE3E33;
}
main .banners-block__item > div > div > div .banner-more a:before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  position: absolute;
  top: 24px;
  right: 25px;
  background: #ffffff;
}
main .banners-block__item > div > div > div .banner-more a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 19px;
  right: 25px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 800px) {
  main .banners-block__item > div > div > div .banner-more {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 24px 0 0 0;
  }
  main .banners-block__item > div > div > div .banner-more a {
    display: block;
    width: 100%;
    max-width: 350px;
  }
}
main .navigation {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media all and (max-width: 800px) {
  main .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main .navigation__item {
  display: inline-block;
  margin: 0 25px 20px 0;
}
main .navigation__item:last-child {
  margin-right: 0;
}
main .navigation__item div a {
  display: block;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  border-bottom: 2px dotted #000000;
}
main .navigation__item div.active a {
  border-bottom: 2px solid #000000;
}
main .navigation__item div.color-herbicides a {
  color: #3B7B61;
}
main .navigation__item div.color-insecticides a {
  color: #F47D21;
}
main .navigation__item div.color-fungicides a {
  color: #3387A6;
}
main .navigation__item div.color-seed-treatment a {
  color: #5B6CBE;
}
main .navigation__item div.color-growth-regulators a {
  color: #D1A315;
}
main .navigation__item div.color-sas a {
  color: #84BC3B;
}
main .navigation__item div.color-desiccants a {
  color: #FFB300;
}
main .navigation__item div.active.color-herbicides a {
  border-bottom: 2px solid #3B7B61;
}
main .navigation__item div.active.color-insecticides a {
  border-bottom: 2px solid #F47D21;
}
main .navigation__item div.active.color-fungicides a {
  border-bottom: 2px solid #3387A6;
}
main .navigation__item div.active.color-seed-treatment a {
  border-bottom: 2px solid #5B6CBE;
}
main .navigation__item div.active.color-growth-regulators a {
  border-bottom: 2px solid #D1A315;
}
main .navigation__item div.active.color-sas a {
  border-bottom: 2px solid #84BC3B;
}
main .navigation__item div.active.color-desiccants a {
  border-bottom: 2px solid #FFB300;
}
main .useful-block {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 120px;
  /*overflow: hidden;*/
}
@media all and (max-width: 800px) {
  main .useful-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 800px) {
  main .useful-block {
    padding-top: 40px;
  }
}
main .useful-block h2 {
  display: inline-block;
  margin: 0 0 40px 0;
  font-weight: 300;
  font-size: 42px;
  line-height: 51px;
}
@media all and (max-width: 800px) {
  main .useful-block h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 29px;
  }
}
main .useful-block-list {
  position: relative;
  /*.owl-stage-outer {
    overflow: visible;
  }*/
}
main .useful-block-list .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}
main .useful-block-list .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
main .useful-block-list .owl-nav button {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  color: #EE3E33;
  background: #ffffff;
  border: 2px solid #EE3E33;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
main .useful-block-list .owl-nav button:before {
  content: "";
  position: absolute;
  top: 12px;
  display: block;
  width: 10px;
  height: 10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
main .useful-block-list .owl-nav button span {
  display: none;
}
main .useful-block-list .owl-nav button.owl-prev {
  left: -60px;
  top: -20px;
}
main .useful-block-list .owl-nav button.owl-prev:before {
  left: 15px;
  border-left: 2px solid #EE3E33;
  border-bottom: 2px solid #EE3E33;
}
main .useful-block-list .owl-nav button.owl-next {
  right: -60px;
  top: -20px;
}
main .useful-block-list .owl-nav button.owl-next:before {
  right: 15px;
  border-top: 2px solid #EE3E33;
  border-right: 2px solid #EE3E33;
}
main .useful-block-list__item .item-box {
  background: #FFFFFF;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  -moz-border-radius: 1px 10px 1px 1px;
  -webkit-border-radius: 1px 10px 1px 1px;
  border-radius: 1px 10px 1px 1px;
  overflow: hidden;
}
main .useful-block-list__item .item-box__image {
  width: 100%;
  height: 148px;
  overflow: hidden;
}
main .useful-block-list__item .item-box__image a {
  display: block;
  width: 100%;
  height: 100%;
}
main .useful-block-list__item .item-box__image a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .useful-block-list__item .item-box__name a {
  display: block;
  min-height: 70px;
  padding: 11px 14px 17px 14px;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
}

.products-list {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media all and (max-width: 800px) {
  .products-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 800px) {
  .products-list {
    margin-bottom: 70px;
  }
}
.products-list:after {
  content: "";
  display: block;
  clear: both;
}
.products-list__item {
  float: left;
  padding: 0 0 15px 0;
  margin: 55px 0 0 8%;
  width: 28%;
  min-height: 230px;
  background: #FFFFFF;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  -moz-border-radius: 1px 10px 1px 1px;
  -webkit-border-radius: 1px 10px 1px 1px;
  border-radius: 1px 10px 1px 1px;
  overflow: hidden;
}
.products-list__item:nth-child(1), .products-list__item:nth-child(2), .products-list__item:nth-child(3) {
  margin-top: 0;
}
.products-list__item:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
@media all and (max-width: 800px) {
  .products-list__item {
    width: 47%;
    margin: 38px 0 0 6%;
  }
  .products-list__item:nth-child(3) {
    margin-top: 38px;
  }
  .products-list__item:nth-child(3n+1) {
    margin-left: 6%;
    clear: none;
  }
  .products-list__item:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media all and (max-width: 450px) {
  .products-list__item {
    float: none;
    width: 100%;
    margin: 38px 0 0 0;
  }
  .products-list__item:nth-child(1) {
    margin: 0;
  }
  .products-list__item:nth-child(2) {
    margin: 38px 0 0 0;
  }
  .products-list__item:nth-child(3n+1) {
    margin: 38px 0 0 0;
  }
}
.products-list__item .product-item__image {
  width: 100%;
  height: 148px;
  overflow: hidden;
}
.products-list__item .product-item__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.products-list__item .product-item__image a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-list__item .product-item__name a {
  display: block;
  padding: 11px 14px 0 14px;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
}
.products-list__item .product-item__slogan {
  padding: 0 14px;
  font-size: 14px;
  line-height: 1.2;
}
.products-node-head {
  margin: -4px 0 0 0;
  height: 480px;
  background: #F5F5F5 50% 100% no-repeat;
}
.products-node-head > div {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media all and (max-width: 800px) {
  .products-node-head > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.products-node-head > div > div {
  position: relative;
  max-width: 820px;
  height: 100%;
}
.products-node-head > div > div > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 80px 80px 0 80px;
  max-height: 100%;
  background: #ffffff;
  -moz-border-radius: 0 20px 0 0;
  -webkit-border-radius: 0 20px 0 0;
  border-radius: 0 20px 0 0;
  overflow: hidden;
}
@media all and (max-width: 800px) {
  .products-node-head > div > div > div {
    padding: 20px 20px 0 20px;
  }
}
.products-node-head__back {
  position: absolute;
  top: 20px;
  left: 40px;
}
.products-node-head__back a {
  position: relative;
  display: block;
  height: 32px;
  padding: 0 0 0 40px;
  font-size: 17px;
  line-height: 32px;
  color: #EE3E33;
}
.products-node-head__back a:before {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 0;
  background: #EE3E33;
}
.products-node-head__back a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 11px;
  left: 1px;
  border-bottom: 2px solid #EE3E33;
  border-left: 2px solid #EE3E33;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 800px) {
  .products-node-head__back {
    position: relative;
    top: auto;
    left: auto;
  }
}
.products-node-head__category {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0 20px;
  height: 32px;
  font-size: 17px;
  line-height: 32px;
  color: #FFFFFF;
  background: #F5F5F5;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.products-node-head__category.color-herbicides {
  background: #3B7B61;
}
.products-node-head__category.color-insecticides {
  background: #F47D21;
}
.products-node-head__category.color-fungicides {
  background: #3387A6;
}
.products-node-head__category.color-seed-treatment {
  background: #5B6CBE;
}
.products-node-head__category.color-growth-regulators {
  background: #D1A315;
}
.products-node-head__category.color-sas {
  background: #84BC3B;
}
.products-node-head__category.color-desiccants {
  background: #FFB300;
}
@media all and (max-width: 800px) {
  .products-node-head__category {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    margin: 20px 0 5px 0;
  }
}
.products-node-head__slogan {
  margin: 5px 0 0 0;
  font-size: 24px;
  line-height: 30px;
}
@media all and (max-width: 800px) {
  .products-node-head__slogan {
    font-size: 17px;
  }
}
.products-node-head__preview {
  margin: 30px 0 0 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}
.products-node-head__doc {
  margin: 20px 0 0 0;
}
.products-node-head__doc a {
  display: inline-block;
  position: relative;
  height: 50px;
  padding: 12px 60px 0 16px;
  font-size: 17px;
  line-height: 20px;
  color: #EE3E33;
  border: 2px solid #EE3E33;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.products-node-head__doc a > span {
  position: absolute;
  top: 12px;
  right: 16px;
  display: block;
}
.products-node-preview {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 95px;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}
@media all and (max-width: 800px) {
  .products-node-preview {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 800px) {
  .products-node-preview {
    padding-top: 40px;
    font-size: 17px;
    line-height: 25px;
  }
}
.products-node-crops {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 95px;
  padding-bottom: 20px;
  margin-bottom: -20px;
  /*overflow: hidden;*/
}
@media all and (max-width: 800px) {
  .products-node-crops {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 800px) {
  .products-node-crops {
    padding-top: 40px;
  }
}
.products-node-crops h3 {
  display: inline-block;
  margin: 0 0 40px 0;
  font-weight: 300;
  font-size: 42px;
  line-height: 51px;
}
@media all and (max-width: 800px) {
  .products-node-crops h3 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 29px;
  }
}
.products-node-crops .products-crops-list {
  position: relative;
  /*.owl-stage-outer {
    overflow: visible;
  }*/
}
.products-node-crops .products-crops-list .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}
.products-node-crops .products-crops-list .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.products-node-crops .products-crops-list .owl-nav button {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  color: #EE3E33;
  background: #ffffff;
  border: 2px solid #EE3E33;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.products-node-crops .products-crops-list .owl-nav button:before {
  content: "";
  position: absolute;
  top: 12px;
  display: block;
  width: 10px;
  height: 10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products-node-crops .products-crops-list .owl-nav button span {
  display: none;
}
.products-node-crops .products-crops-list .owl-nav button.owl-prev {
  left: -60px;
  top: -20px;
}
.products-node-crops .products-crops-list .owl-nav button.owl-prev:before {
  left: 15px;
  border-left: 2px solid #EE3E33;
  border-bottom: 2px solid #EE3E33;
}
.products-node-crops .products-crops-list .owl-nav button.owl-next {
  right: -60px;
  top: -20px;
}
.products-node-crops .products-crops-list .owl-nav button.owl-next:before {
  right: 15px;
  border-top: 2px solid #EE3E33;
  border-right: 2px solid #EE3E33;
}
.products-node-crops .products-crops-list__item .item-box {
  background: #FFFFFF;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  -moz-border-radius: 1px 10px 1px 1px;
  -webkit-border-radius: 1px 10px 1px 1px;
  border-radius: 1px 10px 1px 1px;
  overflow: hidden;
}
.products-node-crops .products-crops-list__item .item-box__image {
  width: 100%;
  height: 148px;
  overflow: hidden;
}
.products-node-crops .products-crops-list__item .item-box__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.products-node-crops .products-crops-list__item .item-box__image a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-node-crops .products-crops-list__item .item-box__name a {
  display: block;
  padding: 11px 14px 17px 14px;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
}
.products-node-columns {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media all and (max-width: 800px) {
  .products-node-columns {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 800px) {
  .products-node-columns {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.products-node-columns:after {
  content: "";
  display: block;
  clear: both;
}
.products-node-columns__left {
  margin: 0 250px 0 0;
}
.products-node-columns__left .product-detail {
  font-size: 17px;
  line-height: 24px;
}
.products-node-columns__left .product-detail ul li {
  position: relative;
  padding: 0 0 0 45px;
  margin: 0 0 15px 0;
}
.products-node-columns__left .product-detail ul li:last-child {
  margin-bottom: 0;
}
.products-node-columns__left .product-detail ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 0;
  background: #000000;
}
.products-node-columns__left .product-detail__folders {
  margin: 100px 0 0 0;
}
.products-node-columns__left .product-detail__folders > ul li {
  display: inline-block;
  margin: 20px 25px 0 0;
}
.products-node-columns__left .product-detail__folders > ul li:last-child {
  margin-right: 0;
}
.products-node-columns__left .product-detail__folders > ul li a {
  display: block;
  padding: 0 0 10px 0;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  border-bottom: 2px dotted #000000;
}
.products-node-columns__left .product-detail__folders > ul li.active a {
  border-bottom: 2px solid #000000;
}
.products-node-columns__left .product-detail__folders-content {
  margin: 60px 0 0 0;
}
.products-node-columns__left .product-detail__folders-content > div {
  display: none;
}
.products-node-columns__left .product-detail__folders-content > div.active {
  display: block;
}
.products-node-columns__left .product-detail__characteristics > div {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.products-node-columns__left .product-detail__characteristics > div:last-child {
  border-bottom: none;
}
.products-node-columns__left .product-detail__characteristics > div > div {
  float: left;
  width: 60%;
  padding: 10px 0;
  font-size: 17px;
  line-height: 30px;
}
.products-node-columns__left .product-detail__characteristics > div > div:first-child {
  width: 40%;
  padding-right: 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.3);
}
.products-node-columns__left .product-detail__characteristics > div > div .indicator {
  display: inline-block;
  margin: 0 0 0 25px;
}
.products-node-columns__left .product-detail__characteristics > div > div .indicator span {
  float: left;
  margin: 0 15px 0 0;
  width: 9px;
  height: 9px;
  border: 1px solid #EE3E33;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.products-node-columns__left .product-detail__characteristics > div > div .indicator span:last-child {
  margin-right: 0;
}
.products-node-columns__left .product-detail__characteristics > div > div .indicator span.fill {
  background: #EE3E33;
}
.products-node-columns__left .product-detail__registration > div {
  margin: 0 0 65px 0;
  overflow: hidden;
}
.products-node-columns__left .product-detail__registration > div:last-child {
  margin-bottom: 0;
}
.products-node-columns__left .product-detail__registration > div > div {
  margin: 0 0 0 255px;
  font-size: 17px;
  line-height: 24px;
}
.products-node-columns__left .product-detail__registration > div > div h4 {
  margin: 25px 0 5px 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
}
.products-node-columns__left .product-detail__registration > div > div h4:first-child {
  margin-top: 0;
}
.products-node-columns__left .product-detail__registration > div > div:first-child {
  float: left;
  margin-left: 0;
  width: 230px;
  font-size: 24px;
  line-height: 30px;
}
.products-node-columns__left .product-detail__recommendations p {
  padding: 0 0 20px 0;
}
.products-node-columns__left .product-detail__recommendations ul {
  padding: 0 0 20px 0;
}
.products-node-columns__left .product-detail__recommendations ul li {
  position: relative;
  padding: 0 0 0 45px;
  margin: 0 0 15px 0;
}
.products-node-columns__left .product-detail__recommendations ul li:last-child {
  margin-bottom: 0;
}
.products-node-columns__left .product-detail__recommendations ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 0;
  background: #000000;
}
@media all and (max-width: 800px) {
  .products-node-columns__left {
    margin: 0;
  }
  .products-node-columns__left .product-detail {
    margin: 40px 0 0 0;
    font-size: 14px;
    line-height: 21px;
  }
  .products-node-columns__left .product-detail__folders {
    margin: 30px 0 0 0;
  }
  .products-node-columns__left .product-detail__folders-content {
    margin-top: 30px;
  }
  .products-node-columns__left .product-detail__registration > div {
    margin: 0 0 25px 0;
  }
  .products-node-columns__left .product-detail__registration > div:last-child {
    margin-bottom: 0;
  }
  .products-node-columns__left .product-detail__registration > div > div {
    margin: 0;
  }
  .products-node-columns__left .product-detail__registration > div > div h4 {
    margin-top: 10px;
  }
  .products-node-columns__left .product-detail__registration > div > div h4:first-child {
    margin-top: 0;
  }
  .products-node-columns__left .product-detail__registration > div > div:first-child {
    margin: 0 0 20px 0;
    float: none;
    width: auto;
  }
}
@media all and (max-width: 450px) {
  .products-node-columns__left .product-detail__characteristics > div {
    border-bottom: none;
  }
  .products-node-columns__left .product-detail__characteristics > div > div {
    float: none;
    width: 100%;
    padding: 0 0 5px 0;
  }
  .products-node-columns__left .product-detail__characteristics > div > div:first-child {
    width: 100%;
    padding: 0;
    color: #000000;
  }
}
.products-node-columns__right {
  float: right;
  width: 200px;
}
.products-node-columns__right .product-price {
  margin: 0 0 70px 0;
}
.products-node-columns__right .product-price h4 {
  margin: 0 0 20px 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
}
.products-node-columns__right .product-price__value {
  margin: 0 0 15px 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}
.products-node-columns__right .product-price__comment {
  margin: 15px 0 0 0;
  font-size: 15px;
  line-height: 22px;
}
.products-node-columns__right .product-price a {
  display: block;
  height: 50px;
  font-weight: 700;
  font-size: 17px;
  line-height: 46px;
  text-align: center;
  color: #EE3E33;
  border: 2px solid #EE3E33;
}
.products-node-columns__right .product-pack__pic img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 190px;
  height: auto;
}
.products-node-columns__right .product-pack__comment {
  margin: 15px 0 0 0;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
@media all and (max-width: 800px) {
  .products-node-columns__right {
    float: none;
    width: auto;
    margin: 0 -20px;
    padding: 20px;
    overflow: hidden;
    background: #F5F5F5;
  }
  .products-node-columns__right .product-price {
    float: left;
    width: 70%;
    margin: 0;
    padding: 0 19px 0 0;
  }
  .products-node-columns__right .product-price h4 {
    margin-bottom: 14px;
  }
  .products-node-columns__right .product-price__value {
    margin-bottom: 12px;
  }
  .products-node-columns__right .product-price a {
    max-width: 200px;
  }
  .products-node-columns__right .product-pack {
    float: left;
    width: 30%;
    padding: 0 0 0 19px;
  }
  .products-node-columns__right .product-pack__pic {
    margin: 0 auto;
    max-width: 120px;
  }
}
@media all and (max-width: 450px) {
  .products-node-columns__right .product-price {
    float: none;
    width: 100%;
    padding: 0;
  }
  .products-node-columns__right .product-price a {
    max-width: none;
  }
  .products-node-columns__right .product-pack {
    display: none;
  }
}

.cultures-list {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media all and (max-width: 800px) {
  .cultures-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 800px) {
  .cultures-list {
    margin-bottom: 70px;
  }
}
.cultures-list:after {
  content: "";
  display: block;
  clear: both;
}
.cultures-list__item {
  float: left;
  margin: 55px 0 0 8%;
  width: 28%;
  background: #FFFFFF;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  -moz-border-radius: 1px 10px 1px 1px;
  -webkit-border-radius: 1px 10px 1px 1px;
  border-radius: 1px 10px 1px 1px;
  overflow: hidden;
}
.cultures-list__item:nth-child(1), .cultures-list__item:nth-child(2), .cultures-list__item:nth-child(3) {
  margin-top: 0;
}
.cultures-list__item:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
@media all and (max-width: 800px) {
  .cultures-list__item {
    width: 47%;
    margin: 38px 0 0 6%;
  }
  .cultures-list__item:nth-child(3) {
    margin-top: 38px;
  }
  .cultures-list__item:nth-child(3n+1) {
    margin-left: 6%;
    clear: none;
  }
  .cultures-list__item:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media all and (max-width: 450px) {
  .cultures-list__item {
    float: none;
    width: 100%;
    margin: 38px 0 0 0;
  }
  .cultures-list__item:nth-child(1) {
    margin: 0;
  }
  .cultures-list__item:nth-child(2) {
    margin: 38px 0 0 0;
  }
  .cultures-list__item:nth-child(3n+1) {
    margin: 38px 0 0 0;
  }
}
.cultures-list__item .cultures-item__image {
  width: 100%;
  height: 148px;
  overflow: hidden;
}
.cultures-list__item .cultures-item__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.cultures-list__item .cultures-item__image a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cultures-list__item .cultures-item__name a {
  display: block;
  padding: 11px 14px 17px 14px;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
}
.cultures-node-head {
  margin: -4px 0 0 0;
  height: 480px;
  background: #F5F5F5 50% 100% no-repeat;
}
.cultures-node-head > div {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media all and (max-width: 800px) {
  .cultures-node-head > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cultures-node-head > div > div {
  position: relative;
  max-width: 820px;
  height: 100%;
}
.cultures-node-head > div > div > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 80px 80px 0 80px;
  max-height: 100%;
  background: #ffffff;
  -moz-border-radius: 0 20px 0 0;
  -webkit-border-radius: 0 20px 0 0;
  border-radius: 0 20px 0 0;
  overflow: hidden;
}
@media all and (max-width: 800px) {
  .cultures-node-head > div > div > div {
    padding: 20px 20px 0 20px;
  }
}
.cultures-node-head__back {
  position: absolute;
  top: 20px;
  left: 40px;
}
.cultures-node-head__back a {
  position: relative;
  display: block;
  height: 32px;
  padding: 0 0 0 40px;
  font-size: 17px;
  line-height: 32px;
  color: #EE3E33;
}
.cultures-node-head__back a:before {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 0;
  background: #EE3E33;
}
.cultures-node-head__back a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 11px;
  left: 1px;
  border-bottom: 2px solid #EE3E33;
  border-left: 2px solid #EE3E33;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 800px) {
  .cultures-node-head__back {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 20px 0;
  }
}
.cultures-node-head__slogan {
  margin: 5px 0 0 0;
  font-size: 24px;
  line-height: 30px;
}
@media all and (max-width: 800px) {
  .cultures-node-head__slogan {
    font-size: 17px;
  }
}
.cultures-node-table {
  --cellWidth: 50px;
  --cellSeparator: 3px;
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 95px;
  position: relative;
}
@media all and (max-width: 800px) {
  .cultures-node-table {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cultures-node-table table {
  table-layout: fixed;
  color: #333333;
}
.cultures-node-table table .cell {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  overflow: hidden;
}
.cultures-node-table table .cell-1 {
  width: calc(var(--cellWidth));
}
.cultures-node-table table .cell-2 {
  width: calc(var(--cellWidth) * 2 + var(--cellSeparator));
}
.cultures-node-table table .cell-3 {
  width: calc(var(--cellWidth) * 3 + var(--cellSeparator) * 2);
}
.cultures-node-table table .cell-4 {
  width: calc(var(--cellWidth) * 4 + var(--cellSeparator) * 3);
}
.cultures-node-table table .cell-5 {
  width: calc(var(--cellWidth) * 5 + var(--cellSeparator) * 4);
}
.cultures-node-table table .cell-6 {
  width: calc(var(--cellWidth) * 6 + var(--cellSeparator) * 5);
}
.cultures-node-table table .cell-7 {
  width: calc(var(--cellWidth) * 7 + var(--cellSeparator) * 6);
}
.cultures-node-table table .cell-object {
  width: 180px;
}
.cultures-node-table__head {
  display: flex;
  position: sticky;
  margin: 0 0 10px 0;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
}
.cultures-node-table__head--left {
  flex: 0 0 190px;
}
.cultures-node-table__head--left table {
  width: 100%;
}
.cultures-node-table__head--left table thead tr.separator th {
  height: 10px;
}
.cultures-node-table__head--left table thead tr th {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 17px;
  line-height: 120%;
  text-align: left;
}
.cultures-node-table__head--left table thead tr:first-child {
  height: 100px;
}
.cultures-node-table__head--left table thead tr:first-child th {
  background: #ffffff;
}
.cultures-node-table__head--left table thead tr:last-child {
  height: 50px;
  background: #FCFBE9;
}
.cultures-node-table__head--right {
  flex-grow: 1;
  min-width: 1px;
  overflow: hidden;
}
.cultures-node-table__head--right table thead tr th {
  width: calc(var(--cellWidth));
}
.cultures-node-table__head--right table thead tr.separator th {
  height: 10px;
}
.cultures-node-table__head--right table thead tr:first-child {
  height: 100px;
}
.cultures-node-table__head--right table thead tr:first-child th {
  width: var(--cellWidth);
  background: 50% 100% no-repeat;
  background-size: contain;
}
.cultures-node-table__head--right table thead tr:first-child th:last-child {
  background: #ffffff;
}
.cultures-node-table__head--right table thead tr:first-child th.object {
  width: 193px;
}
.cultures-node-table__head--right table thead tr:last-child {
  height: 50px;
}
.cultures-node-table__head--right table thead tr:last-child th {
  background: #FCFBE9;
}
.cultures-node-table__head--right table thead tr:last-child th:not(:last-child) {
  font-size: 12px;
  font-weight: 400;
}
.cultures-node-table__head--right table thead tr:last-child th:last-child {
  width: 193px;
  font-weight: bold;
  font-size: 17px;
  line-height: 120%;
}
.cultures-node-table__head--right table thead tr th.hovered {
  position: relative;
  background: #eae36a;
}
.cultures-node-table__head--right table thead tr th.hovered:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  right: -3px;
  background: #eae36a;
}
.cultures-node-table__body {
  display: flex;
}
.cultures-node-table__body--left {
  flex: 0 0 190px;
  font-weight: bold;
  font-size: 17px;
  line-height: 120%;
}
.cultures-node-table__body--left table {
  width: 100%;
}
.cultures-node-table__body--left table tbody tr.line td {
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  font-weight: bold;
  font-size: 17px;
  line-height: 120%;
  color: #FFFFFF;
  background: #F5F5F5;
  width: calc(var(--cellWidth));
}
.cultures-node-table__body--left table tbody tr.line td a {
  color: #FFFFFF;
}
.cultures-node-table__body--left table tbody tr.line td span.second-product {
  display: block;
  font-weight: 400;
  font-size: 13px;
}
.cultures-node-table__body--left table tbody tr.line td.color-herbicides {
  background: #3B7B61;
}
.cultures-node-table__body--left table tbody tr.line td.color-insecticides {
  background: #F47D21;
}
.cultures-node-table__body--left table tbody tr.line td.color-fungicides {
  background: #3387A6;
}
.cultures-node-table__body--left table tbody tr.line td.color-seed-treatment {
  background: #5B6CBE;
}
.cultures-node-table__body--left table tbody tr.line td.color-growth-regulators {
  background: #D1A315;
}
.cultures-node-table__body--left table tbody tr.line td.color-sas {
  background: #84BC3B;
}
.cultures-node-table__body--left table tbody tr.line td.color-desiccants {
  background: #FFB300;
}
.cultures-node-table__body--left table tbody tr.separator td {
  height: 10px;
}
.cultures-node-table__body--right {
  flex-grow: 1;
  min-width: 1px;
  overflow-x: auto;
}
.cultures-node-table__body--right table tbody tr.line td {
  width: var(--cellWidth);
  height: 50px;
  background: #F5F5F5;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.cultures-node-table__body--right table tbody tr.line td.object {
  position: relative;
  width: 193px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.cultures-node-table__body--right table tbody tr.line td.object a {
  color: #333333;
}
.cultures-node-table__body--right table tbody tr.line td.object a span {
  color: #EE3E33;
}
.cultures-node-table__body--right table tbody tr.line td.color-alpha-herbicides {
  background: #7ec0a6;
}
.cultures-node-table__body--right table tbody tr.line td.color-alpha-insecticides {
  background: #f4b35a;
}
.cultures-node-table__body--right table tbody tr.line td.color-alpha-fungicides {
  background: #7fbcc7;
}
.cultures-node-table__body--right table tbody tr.line td.color-alpha-seed-treatment {
  background: #98a5db;
}
.cultures-node-table__body--right table tbody tr.line td.color-alpha-growth-regulators {
  background: #e1cf89;
}
.cultures-node-table__body--right table tbody tr.line td.color-alpha-sas {
  background: #cadfa1;
}
.cultures-node-table__body--right table tbody tr.line td.color-alpha-desiccants {
  background: #ffd147;
}
.cultures-node-table__body--right table tbody tr.separator td {
  height: 10px;
}
.cultures-node-table__body--right table tbody tr.hovered td {
  position: relative;
  background: #cacaca;
}
.cultures-node-table__body--right table tbody tr.hovered td:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  right: -3px;
  background: #cacaca;
}
.cultures-node-table__body--right table tbody tr.hovered-object td:last-child {
  background: #cacaca;
}
.cultures-node-table__description {
  margin: 30px 0 0 0;
}
.cultures-node-products {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 95px;
  padding-bottom: 20px;
  margin-bottom: -20px;
  /*overflow: hidden;*/
}
@media all and (max-width: 800px) {
  .cultures-node-products {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 800px) {
  .cultures-node-products {
    padding-top: 40px;
  }
}
.cultures-node-products h3 {
  display: inline-block;
  margin: 0 0 40px 0;
  font-weight: 300;
  font-size: 42px;
  line-height: 51px;
}
@media all and (max-width: 800px) {
  .cultures-node-products h3 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 29px;
  }
}
.cultures-node-products .cultures-products-all {
  margin: 60px 0 0 0;
}
.cultures-node-products .cultures-products-all a {
  position: relative;
  display: block;
  padding: 0 100px 0 23px;
  height: 50px;
  font-weight: 700;
  font-size: 17px;
  line-height: 46px;
  color: #EE3E33;
  background: #FFFFFF;
  border: 2px solid #EE3E33;
}
.cultures-node-products .cultures-products-all a:before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  position: absolute;
  top: 24px;
  right: 25px;
  background: #EE3E33;
}
.cultures-node-products .cultures-products-all a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 19px;
  right: 25px;
  border-top: 2px solid #EE3E33;
  border-right: 2px solid #EE3E33;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cultures-node-products .cultures-products-list {
  /*.owl-stage-outer {
    overflow: visible;
  }*/
}
.cultures-node-products .cultures-products-list .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}
.cultures-node-products .cultures-products-list .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.cultures-node-products .cultures-products-list .owl-nav button {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  color: #EE3E33;
  background: #ffffff;
  border: 2px solid #EE3E33;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cultures-node-products .cultures-products-list .owl-nav button:before {
  content: "";
  position: absolute;
  top: 12px;
  display: block;
  width: 10px;
  height: 10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cultures-node-products .cultures-products-list .owl-nav button span {
  display: none;
}
.cultures-node-products .cultures-products-list .owl-nav button.owl-prev {
  left: -60px;
  top: -20px;
}
.cultures-node-products .cultures-products-list .owl-nav button.owl-prev:before {
  left: 15px;
  border-left: 2px solid #EE3E33;
  border-bottom: 2px solid #EE3E33;
}
.cultures-node-products .cultures-products-list .owl-nav button.owl-next {
  right: -60px;
  top: -20px;
}
.cultures-node-products .cultures-products-list .owl-nav button.owl-next:before {
  right: 15px;
  border-top: 2px solid #EE3E33;
  border-right: 2px solid #EE3E33;
}
.cultures-node-products .cultures-products-list__item {
  padding: 0 0 15px 0;
}
.cultures-node-products .cultures-products-list__item .item-category {
  display: inline-block;
  padding: 3px 9px 6px 9px;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  -moz-border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
  background: #F5F5F5;
}
.cultures-node-products .cultures-products-list__item .item-category.color-herbicides {
  background: #3B7B61;
}
.cultures-node-products .cultures-products-list__item .item-category.color-insecticides {
  background: #F47D21;
}
.cultures-node-products .cultures-products-list__item .item-category.color-fungicides {
  background: #3387A6;
}
.cultures-node-products .cultures-products-list__item .item-category.color-seed-treatment {
  background: #5B6CBE;
}
.cultures-node-products .cultures-products-list__item .item-category.color-growth-regulators {
  background: #D1A315;
}
.cultures-node-products .cultures-products-list__item .item-category.color-sas {
  background: #84BC3B;
}
.cultures-node-products .cultures-products-list__item .item-box {
  min-height: 230px;
  background: #FFFFFF;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  -moz-border-radius: 1px 10px 1px 1px;
  -webkit-border-radius: 1px 10px 1px 1px;
  border-radius: 1px 10px 1px 1px;
  overflow: hidden;
}
.cultures-node-products .cultures-products-list__item .item-box__image {
  width: 100%;
  height: 148px;
  overflow: hidden;
}
.cultures-node-products .cultures-products-list__item .item-box__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.cultures-node-products .cultures-products-list__item .item-box__image a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cultures-node-products .cultures-products-list__item .item-box__name a {
  display: block;
  padding: 11px 14px 0 14px;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
}
.cultures-node-products .cultures-products-list__item .item-box__slogan {
  padding: 0 14px;
  font-size: 14px;
  line-height: 1.2;
}

.contact-node {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media all and (max-width: 800px) {
  .contact-node {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 800px) {
  .contact-node {
    margin-top: 50px;
  }
}
.contact-node__detail {
  font-size: 17px;
  line-height: 1.3;
}
.contact-node__detail h2 {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 400;
}
.contact-folders {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 110px;
}
@media all and (max-width: 800px) {
  .contact-folders {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 800px) {
  .contact-folders {
    margin-top: 40px;
    margin-bottom: 70px;
  }
}
.contact-folders__inner > ul {
  margin: -20px 0 0 0;
}
.contact-folders__inner > ul li {
  display: inline-block;
  margin: 20px 25px 0 0;
}
.contact-folders__inner > ul li:last-child {
  margin-right: 0;
}
.contact-folders__inner > ul li a {
  display: block;
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
  color: #000000;
  border-bottom: 2px dotted #000000;
}
.contact-folders__inner > ul li.active a {
  border-bottom: 2px solid #000000;
}
.contact-folders__list {
  margin: 60px 0 0 0;
}
@media all and (max-width: 800px) {
  .contact-folders__list {
    margin-top: 40px;
  }
}
.contact-folders__list > div {
  display: none;
}
.contact-folders__list > div:after {
  content: "";
  display: block;
  clear: both;
}
.contact-folders__list > div.active {
  display: block;
}
.contact-folders__list > div .contact-person {
  float: left;
  padding: 0 35px 0 0;
  margin: 55px 0 0 0;
  width: 50%;
}
.contact-folders__list > div .contact-person:nth-child(2n) {
  padding: 0 0 0 35px;
}
.contact-folders__list > div .contact-person:nth-child(2n+1) {
  clear: left;
}
.contact-folders__list > div .contact-person:nth-child(1), .contact-folders__list > div .contact-person:nth-child(2) {
  margin-top: 0;
}
@media all and (max-width: 800px) {
  .contact-folders__list > div .contact-person {
    float: none;
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .contact-folders__list > div .contact-person:nth-child(2n) {
    padding: 0;
  }
  .contact-folders__list > div .contact-person:nth-child(2) {
    margin-top: 20px;
  }
}
.contact-folders__list > div .contact-person > div {
  overflow: hidden;
  background: #FFFFFF;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.contact-folders__list > div .contact-person__photo {
  float: left;
  width: 150px;
  height: 150px;
  /*@media all and (max-width: $mobile_width) {
    width: 120px;
    height: 120px;
  }*/
}
.contact-folders__list > div .contact-person__photo img {
  display: block;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 400px) {
  .contact-folders__list > div .contact-person__photo {
    width: 120px;
    height: 120px;
  }
}
.contact-folders__list > div .contact-person__info {
  position: relative;
  height: 150px;
  margin: 0 0 0 165px;
  padding: 14px 14px 0 0;
}
@media all and (max-width: 400px) {
  .contact-folders__list > div .contact-person__info {
    height: 120px;
    margin: 0 0 0 135px;
    padding: 7px 7px 0 0;
  }
}
.contact-folders__list > div .contact-person__info .person-name {
  margin: 0 0 7px 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 130%;
}
.contact-folders__list > div .contact-person__info .person-position {
  font-size: 14px;
  line-height: 130%;
}
.contact-folders__list > div .contact-person__info .person-region {
  font-size: 14px;
  line-height: 130%;
}
.contact-folders__list > div .contact-person__info .person-contact {
  position: absolute;
  left: 0;
  right: 14px;
  bottom: 14px;
}
.contact-folders__list > div .contact-person__info .person-contact__phone {
  font-size: 14px;
  line-height: 130%;
}
.contact-folders__list > div .contact-person__info .person-contact__phone a {
  color: #000000;
}
.contact-folders__list > div .contact-person__info .person-contact__email {
  font-size: 14px;
  line-height: 130%;
}
.contact-folders__list > div .contact-person__info .person-contact__email a {
  color: #EE3E33;
}
@media all and (max-width: 450px) {
  .contact-folders__list > div .contact-person__info .person-name {
    margin: 0 0 2px 0;
    font-size: 15px;
  }
  .contact-folders__list > div .contact-person__info .person-position {
    font-size: 12px;
  }
  .contact-folders__list > div .contact-person__info .person-region {
    font-size: 12px;
  }
  .contact-folders__list > div .contact-person__info .person-contact__phone {
    font-size: 12px;
  }
  .contact-folders__list > div .contact-person__info .person-contact__email {
    font-size: 12px;
  }
}

.company-node-head {
  margin: -4px 0 80px 0;
  height: 247px;
  background: #F5F5F5 50% 100% no-repeat;
}
.company-node-head > div {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media all and (max-width: 800px) {
  .company-node-head > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.company-node-head > div > div {
  position: relative;
  max-width: 820px;
  height: 100%;
}
.company-node-head > div > div > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 80px 80px 0 80px;
  max-height: 100%;
  background: #ffffff;
  -moz-border-radius: 0 20px 0 0;
  -webkit-border-radius: 0 20px 0 0;
  border-radius: 0 20px 0 0;
  overflow: hidden;
}
@media all and (max-width: 800px) {
  .company-node-head > div > div > div {
    padding: 40px 40px 0 40px;
  }
}
.company-node-head h1 {
  display: none;
}
.company-node-head__logo {
  width: 219px;
  height: 35px;
  background: url("../images/logo.png") 0 0 no-repeat;
}
.company-node-body {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 800px) {
  .company-node-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.company-node-body__preview {
  margin: 0 0 30px 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}
.company-node-body__detail p {
  margin: 10px 0;
}
.company-node-body__history {
  margin: 70px 0 0 0;
}
.company-node-body__history h2 {
  margin: 0 0 50px 0;
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
}
.company-node-body__history .company-history {
  margin: 35px 0 0 0;
  overflow: hidden;
}
.company-node-body__history .company-history__year {
  float: left;
  width: 150px;
  padding: 0 20px 0 0;
  font-weight: 700;
}
.company-node-body__history .company-history__text {
  margin: 0 0 0 150px;
}
@media all and (max-width: 800px) {
  .company-node-body__history {
    margin-top: 50px;
  }
  .company-node-body__history h2 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 29px;
  }
  .company-node-body__history .company-history {
    margin-top: 20px;
  }
  .company-node-body__history .company-history__year {
    float: none;
    width: auto;
    padding: 0;
  }
  .company-node-body__history .company-history__text {
    margin: 0;
  }
}
.company-node-body__bottom {
  margin: 40px 0 0 0;
}

.custom-node {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 110px;
}
@media all and (max-width: 800px) {
  .custom-node {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 800px) {
  .custom-node {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}
.custom-node__detail {
  font-size: 17px;
  line-height: 1.3;
}
.custom-node__detail h2 {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 400;
}

.news-block {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 120px;
}
@media all and (max-width: 800px) {
  .news-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 800px) {
  .news-block {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.news-block__types > ul li {
  display: inline-block;
  margin: 0 25px 0 0;
}
.news-block__types > ul li:last-child {
  margin-right: 0;
}
.news-block__types > ul li a {
  display: block;
  padding: 0 0 10px 0;
  font-weight: 300;
  font-size: 42px;
  line-height: 48px;
  color: #000000;
  border-bottom: 2px dotted #000000;
}
.news-block__types > ul li.active a {
  border-bottom: 2px solid #000000;
}
@media all and (max-width: 800px) {
  .news-block__types > ul li a {
    padding: 0 0 6px 0;
    font-size: 24px;
    line-height: 29px;
  }
}
.news-block__list {
  margin: 60px 0 0 0;
}
@media all and (max-width: 800px) {
  .news-block__list {
    margin-top: 40px;
  }
}
.news-block__list > div {
  display: none;
}
.news-block__list > div.active {
  display: block;
}
.news-block__list > div .news-block-items {
  overflow: hidden;
}
.news-block__list > div .news-block-items .news-block-item {
  float: left;
  margin: 60px 0 0 6.5%;
  width: 29%;
  overflow: hidden;
}
.news-block__list > div .news-block-items .news-block-item:nth-child(1), .news-block__list > div .news-block-items .news-block-item:nth-child(2), .news-block__list > div .news-block-items .news-block-item:nth-child(3) {
  margin-top: 0;
}
.news-block__list > div .news-block-items .news-block-item:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
@media all and (max-width: 800px) {
  .news-block__list > div .news-block-items .news-block-item {
    width: 47%;
    margin: 38px 0 0 6%;
  }
  .news-block__list > div .news-block-items .news-block-item:nth-child(3) {
    margin-top: 38px;
  }
  .news-block__list > div .news-block-items .news-block-item:nth-child(3n+1) {
    margin-left: 6%;
    clear: none;
  }
  .news-block__list > div .news-block-items .news-block-item:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media all and (max-width: 450px) {
  .news-block__list > div .news-block-items .news-block-item {
    display: none;
    float: none;
    width: 100%;
    margin: 0;
  }
  .news-block__list > div .news-block-items .news-block-item:nth-child(1) {
    display: block;
    margin-top: 0;
  }
  .news-block__list > div .news-block-items .news-block-item:nth-child(2), .news-block__list > div .news-block-items .news-block-item:nth-child(3) {
    display: block;
    margin-top: 38px;
  }
  .news-block__list > div .news-block-items .news-block-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
.news-block__list > div .news-block-items .news-block-item__image {
  width: 100%;
  height: 169px;
  overflow: hidden;
}
.news-block__list > div .news-block-items .news-block-item__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-block__list > div .news-block-items .news-block-item__image a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-block__list > div .news-block-items .news-block-item__name a {
  display: block;
  padding: 15px 0 0 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 21px;
  color: #EE3E33;
}
.news-block__list > div .news-block-all {
  margin: 60px 0 0 0;
}
@media all and (max-width: 800px) {
  .news-block__list > div .news-block-all {
    margin-top: 35px;
  }
}
.news-block__list > div .news-block-all a {
  position: relative;
  display: block;
  padding: 0 100px 0 23px;
  height: 50px;
  font-weight: 700;
  font-size: 17px;
  line-height: 46px;
  color: #EE3E33;
  background: #FFFFFF;
  border: 2px solid #EE3E33;
}
.news-block__list > div .news-block-all a:before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  position: absolute;
  top: 24px;
  right: 25px;
  background: #EE3E33;
}
.news-block__list > div .news-block-all a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 19px;
  right: 25px;
  border-top: 2px solid #EE3E33;
  border-right: 2px solid #EE3E33;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news-list {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media all and (max-width: 800px) {
  .news-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.news-list:after {
  content: "";
  display: block;
  clear: both;
}
.news-list__item {
  float: left;
  margin: 60px 0 0 8%;
  width: 28%;
  background: #FFFFFF;
  overflow: hidden;
}
.news-list__item:nth-child(1), .news-list__item:nth-child(2), .news-list__item:nth-child(3) {
  margin-top: 0;
}
.news-list__item:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
@media all and (max-width: 800px) {
  .news-list__item {
    width: 47%;
    margin: 38px 0 0 6%;
  }
  .news-list__item:nth-child(3) {
    margin-top: 38px;
  }
  .news-list__item:nth-child(3n+1) {
    margin-left: 6%;
    clear: none;
  }
  .news-list__item:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media all and (max-width: 450px) {
  .news-list__item {
    float: none;
    width: 100%;
    margin: 38px 0 0 0;
  }
  .news-list__item:nth-child(1) {
    margin: 0;
  }
  .news-list__item:nth-child(2) {
    margin: 38px 0 0 0;
  }
  .news-list__item:nth-child(3n+1) {
    margin: 38px 0 0 0;
  }
}
.news-list__item .news-item__image {
  width: 100%;
  height: 169px;
  overflow: hidden;
}
.news-list__item .news-item__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-list__item .news-item__image a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list__item .news-item__name a {
  display: block;
  padding: 15px 0 0 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 21px;
  color: #EE3E33;
}
.news-node {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media all and (max-width: 800px) {
  .news-node {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.news-node h1 {
  margin: 20px 0 70px 0;
}
@media all and (max-width: 800px) {
  .news-node h1 {
    margin-bottom: 50px;
  }
}
.news-node__back {
  margin: 70px 0 0 0;
}
.news-node__back a {
  position: relative;
  display: block;
  height: 32px;
  margin: 0 0 0 -40px;
  padding: 0 0 0 40px;
  font-size: 17px;
  line-height: 32px;
  color: #EE3E33;
}
.news-node__back a:before {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 0;
  background: #EE3E33;
}
.news-node__back a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 11px;
  left: 1px;
  border-bottom: 2px solid #EE3E33;
  border-left: 2px solid #EE3E33;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 800px) {
  .news-node__back {
    margin: 50px 0 0 0;
  }
  .news-node__back a {
    margin: 0;
  }
}
.news-node__images {
  margin: 0 0 50px 0;
}
.news-node__images .owl-stage-outer {
  overflow: visible;
}
.news-node__images .news-image img {
  display: block;
  width: auto;
  height: 500px;
}
@media all and (max-width: 1150px) {
  .news-node__images .news-image img {
    height: 400px;
  }
}
@media all and (max-width: 800px) {
  .news-node__images .news-image img {
    height: 300px;
  }
}
@media all and (max-width: 600px) {
  .news-node__images .news-image img {
    height: 200px;
  }
}
@media all and (max-width: 400px) {
  .news-node__images .news-image img {
    height: 150px;
  }
}
.news-node__detail h2 {
  margin: 60px 0 50px 0;
}
.news-node__detail p {
  margin: 20px 0;
}
.news-node__detail ul li {
  position: relative;
  padding: 0 0 0 45px;
  margin: 0 0 5px 0;
}
.news-node__detail ul li:last-child {
  margin-bottom: 0;
}
.news-node__detail ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 0;
  background: #000000;
}
.news-node__detail img {
  display: block;
  max-width: 100%;
  height: auto;
}
.news-node__detail table {
  border: 1px solid #eeeeee;
  border-collapse: collapse;
}
.news-node__detail table tr {
  border-bottom: 1px solid #eeeeee;
}
.news-node__detail table tr:last-child {
  border-bottom: 0;
}
.news-node__detail table tr th {
  padding: 5px 10px;
  border-left: 1px solid #eeeeee;
  font-weight: 400;
  background: #eeeeee;
}
.news-node__detail table tr th:first-child {
  border-left: 0;
}
.news-node__detail table tr td {
  padding: 5px 10px;
  border-left: 1px solid #eeeeee;
}
.news-node__detail table tr td:first-child {
  border-left: 0;
}

.synoptic-node {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media all and (max-width: 800px) {
  .synoptic-node {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.synoptic-node h1 {
  margin: 60px 0 70px 0;
}
@media all and (max-width: 800px) {
  .synoptic-node h1 {
    margin: 50px 0;
  }
}
.synoptic-node__images {
  margin: 0 0 50px 0;
}
.synoptic-node__images .synoptic-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.synoptic-node__detail h2 {
  margin: 60px 0 50px 0;
}
.synoptic-node__detail p {
  margin: 20px 0;
}
.synoptic-node__detail ul li {
  position: relative;
  padding: 0 0 0 45px;
  margin: 0 0 5px 0;
}
.synoptic-node__detail ul li:last-child {
  margin-bottom: 0;
}
.synoptic-node__detail ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 0;
  background: #000000;
}
.synoptic-node__detail img {
  display: block;
  max-width: 100%;
  height: auto;
}
.synoptic-node__detail table {
  border: 1px solid #eeeeee;
  border-collapse: collapse;
}
.synoptic-node__detail table tr {
  border-bottom: 1px solid #eeeeee;
}
.synoptic-node__detail table tr:last-child {
  border-bottom: 0;
}
.synoptic-node__detail table tr th {
  padding: 5px 10px;
  border-left: 1px solid #eeeeee;
  font-weight: 400;
  background: #eeeeee;
}
.synoptic-node__detail table tr th:first-child {
  border-left: 0;
}
.synoptic-node__detail table tr td {
  padding: 5px 10px;
  border-left: 1px solid #eeeeee;
}
.synoptic-node__detail table tr td:first-child {
  border-left: 0;
}

.video-list {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media all and (max-width: 800px) {
  .video-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.video-list:after {
  content: "";
  display: block;
  clear: both;
}
.video-list__item {
  float: left;
  margin: 60px 0 0 8%;
  width: 28%;
  background: #FFFFFF;
  overflow: hidden;
}
.video-list__item:nth-child(1), .video-list__item:nth-child(2), .video-list__item:nth-child(3) {
  margin-top: 0;
}
.video-list__item:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
@media all and (max-width: 800px) {
  .video-list__item {
    width: 47%;
    margin: 38px 0 0 6%;
  }
  .video-list__item:nth-child(3) {
    margin-top: 38px;
  }
  .video-list__item:nth-child(3n+1) {
    margin-left: 6%;
    clear: none;
  }
  .video-list__item:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media all and (max-width: 450px) {
  .video-list__item {
    float: none;
    width: 100%;
    margin: 38px 0 0 0;
  }
  .video-list__item:nth-child(1) {
    margin: 0;
  }
  .video-list__item:nth-child(2) {
    margin: 38px 0 0 0;
  }
  .video-list__item:nth-child(3n+1) {
    margin: 38px 0 0 0;
  }
}
.video-list__item .video-item__image {
  width: 100%;
  height: 169px;
  overflow: hidden;
}
.video-list__item .video-item__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.video-list__item .video-item__image a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-list__item .video-item__name a {
  display: block;
  padding: 15px 0 0 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 21px;
  color: #EE3E33;
}
.video-node {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media all and (max-width: 800px) {
  .video-node {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.video-node h1 {
  margin: 20px 0 70px 0;
}
@media all and (max-width: 800px) {
  .video-node h1 {
    margin-bottom: 50px;
  }
}
.video-node__back {
  margin: 70px 0 0 0;
}
.video-node__back a {
  position: relative;
  display: block;
  height: 32px;
  margin: 0 0 0 -40px;
  padding: 0 0 0 40px;
  font-size: 17px;
  line-height: 32px;
  color: #EE3E33;
}
.video-node__back a:before {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 0;
  background: #EE3E33;
}
.video-node__back a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 11px;
  left: 1px;
  border-bottom: 2px solid #EE3E33;
  border-left: 2px solid #EE3E33;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 800px) {
  .video-node__back {
    margin: 50px 0 0 0;
  }
  .video-node__back a {
    margin: 0;
  }
}
.video-node__video {
  margin: 0 0 50px 0;
}
.video-node__video iframe {
  max-width: 100%;
}
.video-node__detail h2 {
  margin: 60px 0 50px 0;
}
.video-node__detail p {
  margin: 20px 0;
}
.video-node__detail ul li {
  position: relative;
  padding: 0 0 0 45px;
  margin: 0 0 5px 0;
}
.video-node__detail ul li:last-child {
  margin-bottom: 0;
}
.video-node__detail ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 0;
  background: #000000;
}
.video-node__detail img {
  display: block;
  max-width: 100%;
  height: auto;
}
.video-node__detail table {
  border: 1px solid #eeeeee;
  border-collapse: collapse;
}
.video-node__detail table tr {
  border-bottom: 1px solid #eeeeee;
}
.video-node__detail table tr:last-child {
  border-bottom: 0;
}
.video-node__detail table tr th {
  padding: 5px 10px;
  border-left: 1px solid #eeeeee;
  font-weight: 400;
  background: #eeeeee;
}
.video-node__detail table tr th:first-child {
  border-left: 0;
}
.video-node__detail table tr td {
  padding: 5px 10px;
  border-left: 1px solid #eeeeee;
}
.video-node__detail table tr td:first-child {
  border-left: 0;
}

.distributors-folders {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 800px) {
  .distributors-folders {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.distributors-folders > ul {
  margin: -20px 0 0 0;
}
.distributors-folders > ul li {
  display: inline-block;
  margin: 20px 25px 0 0;
}
.distributors-folders > ul li:last-child {
  margin-right: 0;
}
.distributors-folders > ul li a {
  display: block;
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
  color: #000000;
  border-bottom: 2px dotted #000000;
}
.distributors-folders > ul li.active a {
  border-bottom: 2px solid #000000;
}
.distributors-list {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
}
@media all and (max-width: 800px) {
  .distributors-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 800px) {
  .distributors-list {
    margin-top: 70px;
  }
}
.distributors-list__city {
  margin: 60px 0 0 0;
}
@media all and (max-width: 800px) {
  .distributors-list__city {
    margin-top: 40px;
  }
}
.distributors-list__city-name {
  margin: 0 0 40px 0;
  font-size: 24px;
  line-height: 24px;
}
@media all and (max-width: 800px) {
  .distributors-list__city-name {
    margin: 0;
  }
}
.distributors-list__items {
  overflow: hidden;
}
.distributors-list__items .distributors-item {
  float: left;
  width: 30%;
  margin: 40px 0 0 5%;
  font-size: 17px;
  line-height: 1.3;
}
.distributors-list__items .distributors-item:nth-child(1), .distributors-list__items .distributors-item:nth-child(2), .distributors-list__items .distributors-item:nth-child(3) {
  margin-top: 0;
}
.distributors-list__items .distributors-item:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
@media all and (max-width: 800px) {
  .distributors-list__items .distributors-item {
    width: 47%;
    margin: 38px 0 0 6%;
  }
  .distributors-list__items .distributors-item:nth-child(3) {
    margin-top: 38px;
  }
  .distributors-list__items .distributors-item:nth-child(3n+1) {
    margin-left: 6%;
    clear: none;
  }
  .distributors-list__items .distributors-item:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media all and (max-width: 450px) {
  .distributors-list__items .distributors-item {
    float: none;
    width: 100%;
    margin: 38px 0 0 0;
  }
  .distributors-list__items .distributors-item:nth-child(1) {
    margin: 0;
  }
  .distributors-list__items .distributors-item:nth-child(2) {
    margin: 38px 0 0 0;
  }
  .distributors-list__items .distributors-item:nth-child(3n+1) {
    margin: 38px 0 0 0;
  }
}
.distributors-list__items .distributors-item__title {
  margin: 0 0 10px 0;
  font-weight: 700;
}
.distributors-list__items .distributors-item__phone a {
  color: #000000;
}
.distributors-list__items .distributors-item__email a {
  color: #000000;
}

.front-bestsellers {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 110px;
  /*overflow: hidden;*/
}
@media all and (max-width: 800px) {
  .front-bestsellers {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 800px) {
  .front-bestsellers {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.front-bestsellers h3 {
  display: inline-block;
  padding: 0 50px 0 0;
  margin: 0 0 40px 0;
  font-weight: 300;
  font-size: 42px;
  line-height: 51px;
  background: url("../images/hand.png") 100% 0 no-repeat;
}
@media all and (max-width: 800px) {
  .front-bestsellers h3 {
    margin-bottom: 30px;
    padding: 0;
    font-size: 24px;
    line-height: 29px;
    background: transparent;
  }
}
.front-bestsellers__all {
  margin: 50px 0 0 0;
}
.front-bestsellers__all a {
  position: relative;
  display: block;
  padding: 0 100px 0 23px;
  height: 50px;
  font-weight: 700;
  font-size: 17px;
  line-height: 46px;
  color: #EE3E33;
  background: #FFFFFF;
  border: 2px solid #EE3E33;
}
.front-bestsellers__all a:before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  position: absolute;
  top: 24px;
  right: 25px;
  background: #EE3E33;
}
.front-bestsellers__all a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 19px;
  right: 25px;
  border-top: 2px solid #EE3E33;
  border-right: 2px solid #EE3E33;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 800px) {
  .front-bestsellers__all a:before {
    width: 25px;
  }
}
.front-bestsellers .bestsellers-list {
  /*.owl-stage-outer {
    overflow: visible;
  }*/
}
.front-bestsellers .bestsellers-list .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}
.front-bestsellers .bestsellers-list .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.front-bestsellers .bestsellers-list .owl-nav button {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  color: #EE3E33;
  background: #ffffff;
  border: 2px solid #EE3E33;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.front-bestsellers .bestsellers-list .owl-nav button:before {
  content: "";
  position: absolute;
  top: 12px;
  display: block;
  width: 10px;
  height: 10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.front-bestsellers .bestsellers-list .owl-nav button span {
  display: none;
}
.front-bestsellers .bestsellers-list .owl-nav button.owl-prev {
  left: -60px;
  top: -20px;
}
.front-bestsellers .bestsellers-list .owl-nav button.owl-prev:before {
  left: 15px;
  border-left: 2px solid #EE3E33;
  border-bottom: 2px solid #EE3E33;
}
.front-bestsellers .bestsellers-list .owl-nav button.owl-next {
  right: -60px;
  top: -20px;
}
.front-bestsellers .bestsellers-list .owl-nav button.owl-next:before {
  right: 15px;
  border-top: 2px solid #EE3E33;
  border-right: 2px solid #EE3E33;
}
.front-bestsellers .bestsellers-list__item {
  /*max-width: 295px;*/
}
.front-bestsellers .bestsellers-list__item .item-category {
  display: inline-block;
  padding: 3px 9px 6px 9px;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  -moz-border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
  background: #F5F5F5;
}
.front-bestsellers .bestsellers-list__item .item-category.color-herbicides {
  background: #3B7B61;
}
.front-bestsellers .bestsellers-list__item .item-category.color-insecticides {
  background: #F47D21;
}
.front-bestsellers .bestsellers-list__item .item-category.color-fungicides {
  background: #3387A6;
}
.front-bestsellers .bestsellers-list__item .item-category.color-seed-treatment {
  background: #5B6CBE;
}
.front-bestsellers .bestsellers-list__item .item-category.color-growth-regulators {
  background: #D1A315;
}
.front-bestsellers .bestsellers-list__item .item-category.color-sas {
  background: #84BC3B;
}
.front-bestsellers .bestsellers-list__item .item-box {
  min-height: 230px;
  padding: 0 0 15px 0;
  background: #FFFFFF;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  -moz-border-radius: 1px 10px 1px 1px;
  -webkit-border-radius: 1px 10px 1px 1px;
  border-radius: 1px 10px 1px 1px;
  overflow: hidden;
}
.front-bestsellers .bestsellers-list__item .item-box__image {
  width: 100%;
  height: 148px;
  overflow: hidden;
}
.front-bestsellers .bestsellers-list__item .item-box__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.front-bestsellers .bestsellers-list__item .item-box__image a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-bestsellers .bestsellers-list__item .item-box__name a {
  display: block;
  padding: 11px 14px 0 14px;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
}
.front-bestsellers .bestsellers-list__item .item-box__slogan {
  padding: 0 14px;
  font-size: 14px;
  line-height: 1.2;
}
.front-app {
  padding-top: 110px;
  padding-bottom: 110px;
  background: #F5F5F5;
}
@media all and (max-width: 800px) {
  .front-app {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.front-app__inner {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 800px) {
  .front-app__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.front-app__inner .app-content {
  position: relative;
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 0 80px 75px;
  background: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 14px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.05);
}
@media all and (max-width: 800px) {
  .front-app__inner .app-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.front-app__inner .app-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 616px;
  height: 473px;
  background: url("../images/apps/front-app.png") 0 0 no-repeat;
}
@media all and (max-width: 900px) {
  .front-app__inner .app-content:after {
    right: -100px;
  }
}
@media all and (max-width: 800px) {
  .front-app__inner .app-content {
    padding: 40px 250px 50px 22px;
  }
  .front-app__inner .app-content:after {
    bottom: auto;
    top: -20px;
    right: 0;
    width: 365px;
    height: 280px;
    background-size: contain;
  }
}
@media all and (max-width: 550px) {
  .front-app__inner .app-content {
    padding: 250px 22px 50px 22px;
  }
}
.front-app__inner .app-content__inner {
  max-width: 400px;
}
.front-app__inner .app-content__inner h3 {
  margin: 0 0 15px 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
}
.front-app__inner .app-content__inner p {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}
@media all and (max-width: 800px) {
  .front-app__inner .app-content__inner h3 {
    margin: 0 0 7px 0;
    font-size: 24px;
    line-height: 29px;
  }
  .front-app__inner .app-content__inner p {
    font-size: 17px;
    line-height: 25px;
  }
}
.front-app__inner .app-content__apps {
  margin: 80px 0 0 0;
  overflow: hidden;
}
.front-app__inner .app-content__apps a {
  float: left;
  width: 178px;
  height: 50px;
}
.front-app__inner .app-content__apps a.apple {
  width: 178px;
  height: 50px;
  background: url("../images/apps/apple.png") 0 0 no-repeat;
}
.front-app__inner .app-content__apps a.google {
  background: url("../images/apps/google.png") 0 0 no-repeat;
}
.front-app__inner .app-content__apps a:first-child {
  margin: 0 27px 0 0;
}
@media all and (max-width: 800px) {
  .front-app__inner .app-content__apps {
    margin-top: 24px;
  }
  .front-app__inner .app-content__apps a {
    float: none;
    display: block;
  }
  .front-app__inner .app-content__apps a:first-child {
    margin: 0 0 15px 0;
  }
}

.pager {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  margin-bottom: 100px;
}
@media all and (max-width: 800px) {
  .pager {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pager h4 {
  display: none;
}
.pager__items {
  text-align: center;
}
.pager__items li {
  display: inline-block;
  height: 50px;
  font-weight: 700;
  font-size: 17px;
  line-height: 46px;
  color: #EE3E33;
  background: #FFFFFF;
  border: 2px solid #EE3E33;
}
.pager__items li a {
  display: block;
  min-width: 50px;
  text-align: center;
  padding: 0 10px;
}
.pager__items li.is-active {
  background: #EE3E33;
}
.pager__items li.is-active a {
  color: #ffffff;
}

.search-page {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
}
@media all and (max-width: 800px) {
  .search-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 800px) {
  .search-page {
    margin-bottom: 70px;
  }
}
.search-page h2 {
  margin: 40px 0;
}
.search-page ol {
  list-style: decimal;
}
.search-page ol li {
  margin: 20px 0;
}
.search-form label {
  display: none;
}
.search-form input[name=keys] {
  display: inline-block;
  width: 280px;
  height: 40px;
  padding: 0 20px;
  margin: 0 0 20px 0;
  font-size: 17px;
  line-height: 1.5;
  font-family: "Helvetica-Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  border: 2px solid #EE3E33;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-form input.button {
  height: 40px;
  width: 120px;
  border: none;
  font-size: 17px;
  line-height: 1.5;
  font-family: "Helvetica-Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  background: #EE3E33;
}
.search-form .search-help-link {
  display: none;
}

footer {
  background: #F5F5F5;
  display: block;
}

.footer-main {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
}
@media all and (max-width: 800px) {
  .footer-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 800px) {
  .footer-main {
    padding-top: 0;
  }
}
.footer-main__social ul {
  border: 2px solid #E4E4E4;
  overflow: hidden;
}
.footer-main__social ul li {
  float: left;
  width: 33%;
  border-left: 2px solid #E4E4E4;
}
.footer-main__social ul li:first-child {
  border-left: none;
}
.footer-main__social ul li a {
  position: relative;
  display: block;
  padding: 0 35px 0 20px;
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
  color: #000000;
}
.footer-main__social ul li a:after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 13px;
  right: 12px;
  background: 50% 50% no-repeat;
}
.footer-main__social ul li a.instagram:after {
  background-image: url("../images/social/instagram.png");
}
.footer-main__social ul li a.facebook:after {
  background-image: url("../images/social/facebook.png");
}
.footer-main__social ul li a.youtube:after {
  background-image: url("../images/social/youtube.png");
}
.footer-main__social ul li a.vkontakte:after {
  background-image: url("../images/social/vkontakte.png");
}
.footer-main__social ul li a.odnoklassniki:after {
  background-image: url("../images/social/odnoklassniki.png");
}
@media all and (max-width: 800px) {
  .footer-main__social ul {
    display: flex;
    padding: 28px 0;
    border: none;
    justify-content: space-between;
  }
  .footer-main__social ul li {
    width: 23px;
    height: 23px;
    border: none;
  }
  .footer-main__social ul li a {
    padding: 0;
    width: 23px;
    height: 23px;
    color: transparent;
    overflow: hidden;
  }
  .footer-main__social ul li a:after {
    top: 0;
    right: 0;
  }
}
.footer-main__menu {
  margin: 40px 0 0 0;
  overflow: hidden;
}
.footer-main__menu .footer-menu {
  float: left;
  width: 80%;
}
.footer-main__menu .footer-menu > ul {
  float: left;
  width: 25%;
}
.footer-main__menu .footer-menu > ul > li {
  padding: 6px 0;
}
.footer-main__menu .footer-menu > ul > li > a {
  font-weight: 700;
  color: #000000;
}
.footer-main__menu .footer-menu > ul > li > ul > li {
  padding: 6px 0;
}
.footer-main__menu .footer-menu > ul > li > ul > li a {
  font-weight: 300;
  color: #000000;
}
.footer-main__menu .footer-apps {
  float: left;
  width: 20%;
  padding: 7px 0 0 0;
}
.footer-main__menu .footer-apps a {
  float: right;
  width: 91px;
  height: 27px;
  background: 0 0 no-repeat;
  background-size: contain;
}
.footer-main__menu .footer-apps a.apple {
  background-image: url("../images/apps/apple.png");
}
.footer-main__menu .footer-apps a.google {
  background-image: url("../images/apps/google.png");
}
.footer-main__menu .footer-apps a:first-child {
  margin: 0 0 0 10px;
}
@media all and (max-width: 800px) {
  .footer-main__menu {
    margin: 0;
    overflow: visible;
  }
  .footer-main__menu .footer-menu {
    float: none;
    width: auto;
    margin: 0 -20px;
  }
  .footer-main__menu .footer-menu > ul {
    float: none;
    width: 100%;
  }
  .footer-main__menu .footer-menu > ul > li {
    padding: 0;
  }
  .footer-main__menu .footer-menu > ul > li > a {
    position: relative;
    display: block;
    padding: 0 20px;
    font-weight: 300;
    font-size: 17px;
    line-height: 52px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer-main__menu .footer-menu > ul > li > a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 23px;
    right: 22px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer-main__menu .footer-menu > ul > li > ul {
    display: none;
  }
  .footer-main__menu .footer-apps {
    float: none;
    width: 100%;
    max-width: 340px;
    padding: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
  }
  .footer-main__menu .footer-apps a {
    float: none;
    display: block;
    width: 136px;
    height: 38px;
  }
  .footer-main__menu .footer-apps a:first-child {
    margin: 0;
  }
}
.footer-main__contact {
  margin: 45px 0 0 0;
  padding: 21px 0 25px 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  border-top: 2px solid #E9E9E9;
  overflow: hidden;
}
.footer-main__contact .footer-contact {
  float: left;
}
.footer-main__contact .footer-contact > div {
  float: left;
}
.footer-main__contact .footer-contact a {
  color: #000000;
}
.footer-main__contact .footer-contact ul {
  float: left;
}
.footer-main__contact .footer-contact ul li {
  float: left;
  margin: 0 0 0 30px;
}
.footer-main__contact .footer-copy {
  float: right;
}
@media all and (max-width: 800px) {
  .footer-main__contact {
    margin: 35px 0 0 0;
    padding: 0;
    border-top: none;
  }
  .footer-main__contact .footer-contact {
    float: none;
    line-height: 25px;
  }
  .footer-main__contact .footer-contact > div {
    float: none;
  }
  .footer-main__contact .footer-contact ul {
    float: none;
  }
  .footer-main__contact .footer-contact ul li {
    float: none;
    margin: 0;
  }
  .footer-main__contact .footer-copy {
    float: none;
    margin: 30px 0;
  }
}
.footer-bottom {
  background: #000000;
}
.footer-bottom > div {
  width: 100%;
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 15px;
}
@media all and (max-width: 800px) {
  .footer-bottom > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer-bottom > div a {
  color: #ffffff;
}

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