@charset "UTF-8";
/* justify не работает в ие*/
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, 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%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

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

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

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

.green {
  color: #0a9d31;
}

.yellow {
  color: #ffd200;
}

strong {
  font-weight: bold;
}

@keyframes preload {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: .2;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes preload {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: .2;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

body {
  overflow-x: hidden;
}

.preloader {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.preloader-inner {
  width: 50px;
  height: 50px;
  background: #0a9d31;
  transition: all 0.4 ease-in-out 0s;
  -moz-transition: all 0.4 ease-in-out 0s;
  -webkit-transition: all 0.4 ease-in-out 0s;
  -ms-transition: all 0.4 ease-in-out 0s;
  -o-transition: all 0.4 ease-in-out 0s;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  margin-left: -25px;
  margin-top: -25px;
  animation: preload .6s linear infinite;
  -webkit-animation: preload .6s linear infinite;
  -moz-animation: preload .6s linear infinite;
  -ms-animation: preload .6s linear infinite;
  -o-animation: preload .6s linear infinite;
}

h1 {
  text-align: left;
  font-size: 48px;
  font-family: "NeoSans Bold", Arial, Sans-serif;
}

h2 {
  text-align: left;
  color: #000;
  font-size: 24px;
  font-family: "NeoSans Bold", Arial, Sans-serif;
  margin-bottom: 30px;
}

h3 {
  text-align: left;
  color: #000;
  font-size: 22px;
  font-family: "NeoSans Bold", Arial, Sans-serif;
  margin-bottom: 30px;
}

p {
  text-align: left;
  font-size: 14px;
  font-family: "Arial", Helvetica, Sans-serif;
  color: #323232;
  line-height: 20px;
}

.header:before {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.header__container {
  padding: 0px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.header__col {
  padding: 0px;
}

@media only screen and (max-width: 460px) {
  .header__col {
    position: relative;
  }
}

.header__logo {
  display: inline-block;
  margin: 10px 0px 9px 45px;
}

@media only screen and (max-width: 767px) {
  .header__logo {
    margin-left: 25px;
  }
}

.header-bar {
  overflow-x: hidden;
  overflow-y: hidden;
}

.show-sitemap {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  height: 24px;
  width: 24px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .show-sitemap {
    position: absolute;
  }
}

@media only screen and (max-width: 460px) {
  .show-sitemap {
    display: none;
  }
}

.show-sitemap i {
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
}

.show-sitemap-on i {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}

.sitemap-inner {
  position: relative;
}

.sitemap-container {
  padding: 20px 20px 20px 50px;
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 9;
  display: none;
}

.sitemap-container-show {
  display: block;
}

.sitemap-close {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 400;
  color: #0a9d31;
  position: absolute;
  left: 20px;
  top: 15px;
  cursor: pointer;
}

.sitemap-nav:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.sitemap-list:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.sitemap-list li {
  margin-bottom: 6px;
}

.sitemap-list li a {
  color: #909090;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 13px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  line-height: 19px;
  padding-bottom: 2px;
}

.sitemap-list li a:hover {
  background: #0a9d31;
  color: #fff;
  text-decoration: none;
}

.sitemap-col {
  float: left;
  width: 20%;
  padding-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sitemap-col {
    width: 33%;
  }
}

@media only screen and (max-width: 767px) {
  .sitemap-col {
    width: 33%;
  }
}

@media only screen and (max-width: 460px) {
  .sitemap-col {
    width: 50%;
  }
}

.sitemap-col-title {
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 15px;
  color: #0a9d31;
  font-weight: 700;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 25px;
}

.city-picker {
  padding: 0px 30px;
  height: 64px;
  text-align: right;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.city-picker__flag {
  display: inline-block;
  vertical-align: top;
  line-height: 64px;
  margin-right: 14px;
}

@media only screen and (max-width: 460px) {
  .city-picker__flag {
    display: none;
  }
}

.city-picker__flag img {
  max-width: 27px;
  max-height: 17px;
}

.city-picker__icon {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-right: -4px;
  line-height: 58px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .city-picker__icon {
    display: none;
  }
}

.city-picker__icon img {
  vertical-align: middle;
}

.city-picker__city {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: -4px;
  line-height: 64px;
  color: #000000;
  font-size: 18px;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .city-picker__city {
    display: none;
  }
}

.city-picker__select {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: -4px;
  line-height: 64px;
}

.login-btn {
  background: #323232;
  display: block;
  height: 64px;
  text-align: center;
  text-decoration: none;
  outline: none !important;
  padding: 0px 30px;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.login-btn:hover {
  background: #e6bd00;
}

.login-btn span {
  display: inline-block;
  vertical-align: middle;
}

.login-btn__icon img {
  vertical-align: middle;
}

.login-btn__text {
  color: #fff;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  font-size: 18px;
  margin-left: 20px;
  line-height: 64px;
  text-align: left;
  text-decoration: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-btn__text {
    font-size: 14px;
  }
}

.post-ad {
  padding: 0px 30px;
  background: #0a9d31;
  display: block;
  height: 64px;
  text-decoration: none;
  text-align: center;
  outline: none !important;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.post-ad:hover {
  background: #e6bd00;
  text-decoration: none;
}

.post-ad span {
  display: inline-block;
  vertical-align: middle;
}

.post-ad__text {
  color: #fff;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  font-size: 18px;
  margin-left: 20px;
  line-height: 64px;
  text-align: left;
  text-decoration: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-ad__text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .post-ad__text {
    font-size: 14px;
    margin-left: 7px;
  }
}

@media only screen and (max-width: 460px) {
  .post-ad__text {
    font-size: 0px;
  }
}

.post-ad__icon img {
  vertical-align: middle;
}

.select2-dropdown {
  border: none;
  border-radius: 0px !important;
}

.select2-dropdown--below {
  border-radius: 0px !important;
}

.city-picker__select .select2-results__option {
  background-color: #f4f4f4;
  color: #000000;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  font-family: "NeoSans Medium", Arial, Sans-serif;
}

.city-picker__select .select2-results__option--highlighted {
  background-color: #ffd200;
  color: #000000;
}

.city-picker__select .select2-container {
  min-width: 130px;
}

@media only screen and (max-width: 460px) {
  .city-picker__select .select2-container {
    min-width: 110px;
  }
}

.city-picker__select .select2-container .select2-selection--single {
  outline: none !important;
  height: auto;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  border: none;
  background-color: #FFF;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.city-picker__select .select2-container .select2-selection--single .select2-selection__arrow {
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.city-picker__select .select2-container .select2-selection--single .select2-selection__arrow b {
  background: url("../images/select-arr.png") no-repeat;
  height: 6px;
  width: 12px;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  border: none;
}

.city-picker__select .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  color: #0a9d31;
  position: relative;
  border-bottom: 1px dashed #0a9d31;
}

@media only screen and (max-width: 460px) {
  .city-picker__select .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}

.city-picker__select .select2-container .select2-selection--single:focus .select2-selection {
  outline: none;
}

.city-picker__select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-tools {
  background: #F3F3F3;
  min-height: 42px;
}

.header-tools__target {
  line-height: 42px;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 13px;
}

.header-tools__btn {
  display: inline-block;
  vertical-align: top;
  padding: 0px 25px;
  line-height: 42px;
  position: relative;
  float: right;
}

@media only screen and (max-width: 767px) {
  .header-tools__btn {
    float: left;
  }
}

.header-tools__btn a {
  text-decoration: none;
  color: #323232;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 13px;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
}

.header-tools__btn:hover a {
  color: #0a9d31;
}

.header-tools__compare::before {
  content: '\f004';
  color: #0a9d31;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  position: absolute;
  left: 0px;
  line-height: 42px;
  font-family: 'FontAwesome';
}

.header-tools__my-searches::before {
  content: '\f00e';
  color: #0a9d31;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  position: absolute;
  left: 0px;
  line-height: 42px;
  font-family: 'FontAwesome';
}

footer {
  overflow-x: hidden;
}

.footer {
  padding: 35px 0px;
  background: #212121;
}

.footer a, .footer p {
  color: #909090;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 13px;
  line-height: 19px;
}

.footer-nav {
  padding-bottom: 35px;
  border-bottom: 1px solid #909090;
}

.footer-nav:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .footer-nav {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-bottom: 15px;
    margin: 0px 15px;
  }
}

.footer-nav-col {
  float: left;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 100px;
  width: calc(100%/5);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-nav-col {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-nav-col {
    display: inline-block;
    margin-right: -4px;
    float: none;
    vertical-align: top;
    width: 33%;
    padding: 0px 15px;
  }
}

@media only screen and (max-width: 460px) {
  .footer-nav-col {
    width: 50%;
  }
}

.footer-nav__title {
  color: #fff;
  font-size: 15px;
  font-family: "Arial", Helvetica, Sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer-nav__list:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .footer-nav__list {
    margin-bottom: 20px;
  }
}

.footer-nav__item {
  margin-bottom: 6px;
}

.footer-nav__item a {
  color: #909090;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.footer-nav__item a:hover {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
  color: #fff;
}

.footer__bottom-info {
  padding-top: 30px;
}

.footer__bottom-bar {
  margin-top: 60px;
}

.footer__counter {
  text-transform: uppercase;
  font-size: 12px;
  color: #909090;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Arial", Helvetica, Sans-serif;
  margin-bottom: 20px;
}

.footer-help-nav__item {
  display: inline-block;
  margin-right: 16px;
  height: 40px;
}

.footer-help-nav__item a {
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  display: inline-block;
  line-height: 40px;
}

.footer-help-nav__item a:hover {
  color: #fff;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__text-col {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__text-col {
    margin-bottom: 20px;
  }
}

.counter {
  margin-bottom: 10px;
}

.counter__digit {
  display: inline-block;
  height: 50px;
  width: 30px;
  text-align: center;
  margin-right: 2px;
  position: relative;
  background: linear-gradient(-180deg, #546276 0, #433c49 100%) #546276;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.counter__digit::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  width: 100%;
  background: #000;
  left: 0;
  z-index: 1;
}

.counter__digit-value {
  line-height: 50px;
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  font-family: "Arial", Helvetica, Sans-serif;
  position: relative;
  z-index: 2;
}

.social,
.copy {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 45px;
  width: calc(100%/2);
}

.social__text {
  font-size: 13px;
  color: #909090;
  line-height: 40px;
  font-family: "Arial", Helvetica, Sans-serif;
  display: inline-block;
  margin-right: 10px;
}

.social__list {
  display: inline-block;
  margin-right: -4px;
}

.social__item {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}

.social__item i {
  background: white;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.social__item i::before {
  width: 100%;
  line-height: 18px;
  color: #000 !important;
}

.social__item img, .social__item i {
  margin-right: 3px;
  width: 18px;
  height: 18px;
  opacity: .36;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.social__item:hover img, .social__item:hover i {
  opacity: .8;
}

.promo {
  background: url("../images/promo-bg.jpg") no-repeat center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center top;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 50px 0px;
  position: relative;
}

.promo:after {
  content: '';
  display: block;
  height: 100px;
  width: 190px;
  position: absolute;
  right: 100px;
  bottom: 0;
  background: url("../images/phone-add.png") no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo:after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .promo:after {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo:after {
    display: none;
  }
}

.get-link {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.get-link:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .get-link {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .get-link {
    display: none;
  }
}

.get-link__title {
  font-family: "Arial", Helvetica, Sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  float: left;
  margin-right: 30px;
  width: 170px;
}

.get-link__form {
  float: left;
  max-width: 280px;
  margin-right: 20px;
}

.get-link__form input[type='text'] {
  background: #fff;
  border: none;
  border-radius: 3px 0px 0px 3px;
  min-width: 188px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 30px;
  padding: 10px;
  vertical-align: top;
  color: #323232;
  font-size: 13px;
  font-family: "Arial", Helvetica, Sans-serif;
  margin-right: -4px;
  transition: all 0.4 ease-in-out 0s;
  -moz-transition: all 0.4 ease-in-out 0s;
  -webkit-transition: all 0.4 ease-in-out 0s;
  -ms-transition: all 0.4 ease-in-out 0s;
  -o-transition: all 0.4 ease-in-out 0s;
}

.get-link__form input[type='text']:-ms-input-placeholder {
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  opacity: 1;
}

.get-link__form input[type='text']:-moz-placeholder {
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  opacity: 1;
}

.get-link__form input[type='text']::-moz-placeholder {
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  opacity: 1;
}

.get-link__form input[type='text']:-webkit-input-placeholder {
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  opacity: 1;
}

.get-link__form input[type='text']::-webkit-input-placeholder {
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  opacity: 1;
}

.get-link__form input[type='text']::-moz-placeholder {
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  opacity: 1;
}

.get-link__form input[type='text']:-ms-input-placeholder {
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  opacity: 1;
}

.get-link__form input[type='text']::placeholder {
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  opacity: 1;
}

.get-link__form input[type='text']:focus {
  outline: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.get-link__form input[type='text']:focus:-ms-input-placeholder {
  opacity: 0;
}

.get-link__form input[type='text']:focus:-moz-placeholder {
  opacity: 0;
}

.get-link__form input[type='text']:focus::-moz-placeholder {
  opacity: 0;
}

.get-link__form input[type='text']:focus:-webkit-input-placeholder {
  opacity: 0;
}

.get-link__form input[type='text']:focus::-webkit-input-placeholder {
  opacity: 0;
}

.get-link__form input[type='text']:focus::-moz-placeholder {
  opacity: 0;
}

.get-link__form input[type='text']:focus:-ms-input-placeholder {
  opacity: 0;
}

.get-link__form input[type='text']:focus::placeholder {
  opacity: 0;
}

.get-link__form input[type='submit'] {
  text-align: center;
  font-size: 14px;
  background: #0a9d31;
  border: none;
  border-radius: 0px 3px 3px 0px;
  height: 30px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px 15px;
  font-family: "Arial", Helvetica, Sans-serif;
  color: #0dcd40;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.get-link__form input[type='submit']:hover {
  background: #076d22;
}

.app-btn {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-btn {
    width: 50%;
    text-align: center;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .app-btn {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 0;
  }
}

.promo-mobile-title {
  display: none;
  text-align: center;
  color: #fff;
  font-family: "Arial", Helvetica, Sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo-mobile-title {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .promo-mobile-title {
    display: block;
  }
}

.home-start {
  width: 100%;
  overflow-x: hidden;
  background: url("../images/header-bg.jpg") no-repeat top center;
  min-height: 773px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center top;
}

.home-start__filter {
  margin-bottom: 50px;
}

.home-start__filter:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

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

.home-start__form input[type='text'] {
  height: 32px;
}

.home-start__search {
  width: 23px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url("../images/loop-ico.png") no-repeat 5px 8px, #fff;
  border: none;
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 8px;
  padding-left: 25px;
  z-index: 99;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

@media only screen and (max-width: 767px) {
  .home-start__search {
    z-index: 9;
  }
}

.home-start__search:focus {
  width: calc(100% - 20px);
  outline: none;
}

.home-start__submit {
  height: 52px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  background: #ffd200;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 0px 50px;
  margin-left: 20px;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.home-start__submit:hover {
  background: #cca800;
  outline: none;
}

.home-start__group {
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 10px 15px 10px 35px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  background: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-start__group {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-start__group {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .home-start__group {
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 15px;
    width: calc(100% - 40px);
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .home-start__group .home-start__search {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
  }
  .home-start__group .select2-container {
    min-width: 100% !important;
    display: block;
    margin-bottom: 10px;
  }
}

.home-start__group .select2-container {
  min-width: 160px;
}

.home-start__group .select2-container--default .select2-selection--single {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  min-height: 32px;
  border: 0px;
  border-left: 1px solid #e4e4e4;
  outline: none !important;
}

.home-start__group .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-family: "Arial", Helvetica, Sans-serif;
  color: #b5b5b5;
  text-align: left;
}

.home-start h1 {
  margin-top: 90px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 460px) {
  .home-start h1 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 34px;
  }
}

.home-start__subheading {
  text-align: center;
  font-size: 18px;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  color: #fff;
  margin-bottom: 45px;
}

.mobile-btn {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  padding: 10px;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  font-size: 25px;
  color: #fff;
  background: #0a9d31;
  z-index: 9997;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-btn {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-btn {
    display: block;
  }
}

.home-filter {
  margin-bottom: 50px;
}

.home-filter:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .home-filter {
    margin: 0px 20px 50px 20px;
  }
}

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

.home-filter__btn {
  color: #fff;
  background: #ffd200;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
  border: none;
  width: 178px;
  height: 52px;
  line-height: 52px;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  font-size: 24px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.home-filter__btn:hover {
  background: #e6bd00;
}

.home-filter__btn:focus {
  outline: none;
  background: #e6bd00;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-filter__form {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-filter__form {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .home-filter__form {
    text-align: left;
  }
}

.home-filter__group {
  background: #fff;
  padding: 10px 10px 10px 35px;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-filter__group {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .home-filter__group {
    padding-left: 10px;
  }
}

.home-filter__search {
  padding: 0px 10px 0px 30px;
  position: absolute;
  left: 10px;
  height: 32px;
  border: none;
  top: 10px;
  background: #fff url(../images/loop-ico.png) no-repeat 0px 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  max-width: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 40px;
}

.home-filter__search:focus {
  outline: none;
  width: calc(100% - 20px);
  z-index: 999;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-filter__search {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    max-width: 100%;
    cursor: auto;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
  }
  .home-filter__search:focus {
    outline: none;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
  }
}

@media only screen and (max-width: 767px) {
  .home-filter__search {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    max-width: 100%;
    cursor: auto;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
  }
  .home-filter__search:focus {
    outline: none;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
  }
}

.home-filter__field {
  border: none;
  height: 32px;
  border-left: 1px solid #e4e4e4;
  padding: 0px 10px;
  color: #333;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 14px;
  line-height: 32px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  max-width: 150px;
}

.home-filter__field:focus {
  outline: none;
  border-color: #0a9d31;
}

.home-filter__field:focus:-ms-input-placeholder {
  color: transparent;
}

.home-filter__field:focus:-moz-placeholder {
  color: transparent;
}

.home-filter__field:focus::-moz-placeholder {
  color: transparent;
}

.home-filter__field:focus:-webkit-input-placeholder {
  color: transparent;
}

.home-filter__field:focus::-webkit-input-placeholder {
  color: transparent;
}

.home-filter__field:focus::-moz-placeholder {
  color: transparent;
}

.home-filter__field:focus:-ms-input-placeholder {
  color: transparent;
}

.home-filter__field:focus::placeholder {
  color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-filter__field {
    max-width: 100%;
    width: 100%;
    margin-right: -4px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-filter__field {
    max-width: 100%;
    width: 100%;
    margin-right: -4px;
  }
}

@media only screen and (max-width: 767px) {
  .home-filter__field {
    max-width: 100%;
    width: 100%;
    margin-right: -4px;
  }
}

.home-filter__select {
  width: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-filter__select {
    width: 50%;
    margin-right: -4px;
  }
}

@media only screen and (max-width: 767px) {
  .home-filter__select {
    width: 50%;
    margin-right: -4px;
  }
}

@media only screen and (max-width: 460px) {
  .home-filter__select {
    width: 100%;
  }
}

.home-filter__select.focused .jq-selectbox__select {
  border: none;
  border-left: 1px solid #0a9d31;
}

.home-filter__select.focused.dropup.opened .jq-selectbox__trigger-arrow, .home-filter__select.focused.dropdown.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-filter .jq-selectbox li {
  border: none;
}

.home-filter .jq-selectbox li.selected {
  background: #0a9d31;
  border: none;
}

.home-filter .jq-selectbox__select {
  border: none;
  border-left: 1px solid #e4e4e4;
  border-bottom-color: transparent;
  box-shadow: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  background: #fff;
  text-shadow: none;
}

.home-filter .jq-selectbox__select-text {
  text-align: left;
  color: #323232;
}

.home-filter .jq-selectbox__select-text.placeholder {
  color: #b5b5b5;
}

.home-filter .jq-selectbox__trigger {
  border: none;
}

.home-filter .jq-selectbox__dropdown {
  box-shadow: none;
  text-align: left;
}

.home-filter .jq-selectbox__trigger-arrow {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.main-nav {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    width: 300px;
    background: #fff;
    z-index: 999;
    overflow-y: auto;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
  }
}

@media only screen and (max-width: 767px) {
  .main-nav {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    width: 280px;
    background: #fff;
    z-index: 999;
    overflow-y: auto;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
  }
}

.main-nav-wrapper {
  display: block;
  width: 100%;
  right: -100%;
  top: 0;
  height: 100%;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  position: fixed;
  z-index: 600;
}

.main-nav a {
  text-decoration: none;
  color: #fff;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-nav a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav a {
    font-size: 12px;
    color: #000;
  }
  .main-nav a:hover {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .main-nav a {
    font-size: 12px;
    color: #000;
  }
  .main-nav a:hover {
    color: #fff;
  }
}

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

.main-nav__item {
  line-height: 48px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-right: -4px;
  padding: 0px 18px;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav__item {
    display: block;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    margin-right: 0;
  }
  .main-nav__item:hover a {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .main-nav__item {
    display: block;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    margin-right: 0;
  }
  .main-nav__item:hover a {
    color: #fff;
  }
}

.main-nav__item a:hover {
  color: #ffd200;
}

.main-nav__item:hover {
  background: #000;
}

.main-nav__item-dropdown {
  position: relative;
}

.main-nav__item-dropdown:before {
  content: '';
  display: block;
  position: absolute;
  right: 5px;
  top: 24px;
  border-top: 4px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-top: -2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav__item-dropdown:before {
    border-top: 4px solid #000;
  }
}

@media only screen and (max-width: 767px) {
  .main-nav__item-dropdown:before {
    border-top: 4px solid #000;
  }
}

.main-nav__item-dropdown:last-child:hover .main-nav__sublist {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav__item-dropdown:last-child:hover .main-nav__sublist {
    right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .main-nav__item-dropdown:last-child:hover .main-nav__sublist {
    right: auto;
  }
}

.main-nav__item-dropdown:hover:before {
  border-top: 4px solid #fff;
}

.main-nav__item-dropdown:hover .main-nav__sublist {
  display: block;
  position: absolute;
  left: 0;
  min-width: 220px;
  z-index: 400;
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav__item-dropdown:hover .main-nav__sublist {
    display: none;
    position: relative;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .main-nav__item-dropdown:hover .main-nav__sublist {
    display: none;
    position: relative;
    width: 100%;
  }
}

.main-nav__sublist {
  display: none;
}

.main-nav__sublist-item {
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  display: block;
  line-height: normal !important;
  padding: 10px 0px;
}

.main-nav__sublist-item:hover {
  background: #000;
}

.main-nav__sublist-item a {
  display: inline-block;
  line-height: 24px !important;
}

.show-nav .main-nav-wrapper {
  background: rgba(0, 0, 0, 0.8);
  right: 0;
}

.show-nav .main-nav {
  left: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .show-sub-nav .main-nav__sublist {
    display: block !important;
    background: transparent !important;
  }
}

@media only screen and (max-width: 767px) {
  .show-sub-nav .main-nav__sublist {
    display: block !important;
    background: transparent !important;
  }
}

.btn-white {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  padding: 15px 35px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 3px solid #fff;
  text-decoration: none !important;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  margin-bottom: 80px;
  display: inline-block;
}

.btn-white:hover {
  color: #ffd200;
  border-color: #ffd200;
}

.btn-rounded {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

@media only screen and (max-width: 767px) {
  .categories {
    background: #323232;
    padding: 0px 20px 20px 20px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none;
  }
}

.categories__mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .categories__mobile {
    display: block;
    background: #323232;
    color: #fff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 40px 20px 20px;
    font-size: 20px;
    font-family: "NeoSans Medium", Arial, Sans-serif;
    cursor: pointer;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
  }
  .categories__mobile:before {
    content: '+';
    display: block;
    position: absolute;
    right: 10px;
    top: 13px;
    font-family: "NeoSans Medium", Arial, Sans-serif;
    color: #fff;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    font-size: 40px;
  }
  .categories__mobile:hover:before {
    -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
            transform: rotateZ(45deg);
  }
}

.categories__mobile-open:before {
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}

.categories__item {
  margin-bottom: 12px;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.categories__item:hover .categories__count {
  color: #fff;
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.categories__item a {
  font-family: "Arial", Helvetica, Sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.categories__count {
  color: #b5b5b5;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 16px;
  margin-left: 5px;
  display: inline-block;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.home-popular {
  padding: 65px 0px;
}

.home-popular__btn {
  margin-top: 40px;
}

.home-popular h2 {
  text-align: center;
  margin-bottom: 60px;
}

.product-card {
  border: 1px solid #e1e1e1;
  padding: 20px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 30px;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

@media only screen and (max-width: 767px) {
  .product-card {
    max-width: 505px;
    margin: 0px auto 30px auto;
  }
}

@media only screen and (min-width: 0px) and (max-width: 550px) {
  .product-card {
    max-width: 360px;
  }
}

@media only screen and (max-width: 460px) {
  .product-card {
    max-width: 320px;
  }
}

.product-card .tmb-wrap {
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.product-card:hover {
  border-color: #0a9d31;
}

.product-card:hover .product-card__price {
  color: #0a9d31;
}

.product-card:hover .tmb-wrap {
  opacity: 1;
}

.product-card:hover .product-card__category-region {
  color: #0a9d31;
}

.product-card .tmb-wrap-table div.active {
  border-color: #0a9d31;
}

.product-card__image {
  position: relative;
  margin-bottom: 25px;
  height: 235px;
  width: 100%;
  display: table;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-card__image {
    height: 188px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-card__image {
    height: 135px;
  }
}

@media only screen and (max-width: 767px) {
  .product-card__image {
    width: 460px;
    height: 338px;
    margin: 0px auto 25px auto;
  }
}

@media only screen and (min-width: 0px) and (max-width: 550px) {
  .product-card__image {
    width: 310px;
    height: 230px;
  }
}

@media only screen and (max-width: 460px) {
  .product-card__image {
    width: 270px;
    height: 202px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 370px) {
  .product-card__image {
    width: 100%;
    height: 176px;
  }
}

.product-card__image-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.product-card__image-inner .image-wrap {
  overflow: hidden;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
}

.product-card__image-inner .image-wrap img {
  width: 100%;
}

.product-card__image-inner img {
  max-height: 235px;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-card__image-inner img {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-card__image-inner img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .product-card__image-inner img {
    max-height: 100%;
  }
}

@media only screen and (max-width: 460px) {
  .product-card__image-inner img {
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 370px) {
  .product-card__image-inner img {
    max-height: 170px;
  }
}

.product-card__region {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  color: #fff;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 14px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-card__region {
    color: #000;
  }
}

@media only screen and (max-width: 767px) {
  .product-card__region {
    color: #000;
  }
}

.product-card__name {
  font-size: 14px;
  color: #0a9d31;
  font-family: "Arial", Helvetica, Sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-decoration: none !important;
  display: block;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.product-card__name:hover {
  color: #076d22;
}

.product-card__price {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  font-family: "Arial", Helvetica, Sans-serif;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.product-card__category {
  margin-bottom: 10px;
  margin-top: 20px;
}

.product-card__category-region {
  text-decoration: none;
  color: #a0a0a0;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 16px;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.product-card__category-item {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #a0a0a0;
  display: inline-block;
  vertical-align: top;
}

.product-card__category-item:last-child {
  border: none;
}

.product-card__category-item a {
  text-decoration: none;
  color: #a0a0a0;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 12px;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.product-card__category-item a:hover {
  color: #0a9d31;
}

.btn-green {
  background: #0a9d31;
  padding: 15px 60px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  text-decoration: none !important;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  border: 3px solid #0a9d31;
  display: inline-block;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.btn-green:hover, .btn-green:active, .btn-green:focus {
  color: #fff;
  background: #0cb538;
  border-color: #0cb538;
}

.animals-slider {
  background: #f4f4f4;
}

.animals-slider:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.animals-slider__item {
  padding: 0px 15px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.animals-slider__item .product-card {
  background: #f4f4f4;
}

.bx-wrapper .bx-pager {
  text-align: center;
  min-height: 17px;
  position: relative;
  bottom: -20px;
  padding-top: 0;
}

.bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  background: #000;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  width: 6px;
  height: 6px;
  border: 1px solid transparent;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 5.5px;
  margin-right: 10px;
  margin-left: 10px;
}

.bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active {
  width: 17px;
  height: 17px;
  background: transparent;
  border: 1px solid #000;
  margin-top: 0;
  margin-right: 5px;
  margin-left: 5px;
}

.popular-animals {
  padding: 70px 0px;
  background: #f4f4f4;
}

.popular-animals h2 {
  text-align: center;
  margin-bottom: 50px;
}

.home-show-all {
  color: #ffd200;
  font-size: 14px;
  font-weight: 700;
  font-family: "Arial", Helvetica, Sans-serif;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  text-decoration: none !important;
}

.home-show-all:hover {
  color: #cca800;
}

.home-news {
  padding: 70px 0px;
}

.home-news-wrapper {
  padding: 30px 30px 5px 30px;
  border: 1px solid #e1e1e1;
}

@media only screen and (max-width: 767px) {
  .home-news-wrapper {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-news-wrapper {
    margin-bottom: 20px;
  }
}

.home-articles-wrapper {
  padding: 30px 30px 40px 30px;
  background: #f4f4f4;
}

.home-articles__image {
  margin-bottom: 25px;
}

.home-articles__image img {
  width: 100%;
}

.home-articles__title {
  font-size: 18px;
  color: #0a9d31;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Arial", Helvetica, Sans-serif;
}

.home-articles__item {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px 15px;
}

.home-articles__item a {
  text-decoration: none !important;
}

.home-articles__description {
  font-size: 14px;
  color: #868686;
  line-height: 24px;
  font-family: "Arial", Helvetica, Sans-serif;
  margin-bottom: 16px;
}

.news__item {
  text-decoration: none !important;
  display: block;
  padding-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #e1e1e1;
}

.news__item:first-child {
  border-top: 0px;
  padding-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news__item:first-child {
    padding-top: 25px;
    border-top: 1px solid #e1e1e1;
  }
}

@media only screen and (max-width: 767px) {
  .news__item:first-child {
    padding-top: 25px;
    border-top: 1px solid #e1e1e1;
  }
}

.news__date {
  font-size: 12px;
  color: #cacaca;
  font-family: "Arial", Helvetica, Sans-serif;
  display: inline-block;
  margin-bottom: 10px;
}

.news__title {
  font-family: "Arial", Helvetica, Sans-serif;
  font-weight: 700;
  color: #0a9d31;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}

.news__description {
  font-size: 14px;
  font-family: "Arial", Helvetica, Sans-serif;
  color: #868686;
  line-height: 24px;
}

.menu {
  background: url("../images/header-bg.jpg") no-repeat center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center top;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #000;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  font-size: 18px;
}

.nav-tabs > li > a {
  border-color: #343434;
  background: #343434;
  color: #fff;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  font-size: 18px;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.nav > li > a:focus, .nav > li > a:hover {
  background: #fff;
  border-color: #343434;
  color: #000;
  border-bottom-color: transparent;
}

.tab-content {
  padding: 40px 0px 0px 0px;
}

.breadcrumbs {
  margin-bottom: 50px;
}

.breadcrumbs:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

@media only screen and (max-width: 460px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs__country {
  color: #303030;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 14px;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  vertical-align: top;
  display: inline-block;
}

.breadcrumbs__country:before {
  content: '/';
  position: absolute;
  right: 0;
  top: 0;
  color: #cacaca;
  font-family: "Arial", Helvetica, Sans-serif;
}

.breadcrumbs__item {
  padding-right: 25px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.breadcrumbs__item:before {
  content: '';
  width: 9px;
  height: 4px;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  background: url("../images/arr-b.png") no-repeat;
  position: absolute;
  right: 9px;
  top: 6px;
}

.breadcrumbs__item:hover .breadcrumbs__drop {
  display: block;
}

.breadcrumbs__link {
  font-size: 14px;
  color: #0a9d31;
  font-family: "Arial", Helvetica, Sans-serif;
  text-decoration: none !important;
}

.breadcrumbs__link:hover {
  color: #076d22;
}

.breadcrumbs__drop {
  padding: 10px 0px;
  background: #fff;
  border: 1px solid #cacaca;
  position: absolute;
  display: none;
  z-index: 150;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.breadcrumbs__drop:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.breadcrumbs__list {
  display: inline-block;
  vertical-align: top;
  padding: 0px 15px;
}

.breadcrumbs__list li a {
  color: #323232;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 14px;
  text-decoration: none !important;
  line-height: 21px;
}

.card {
  padding: 40px 0px;
}

.card h1 {
  margin-bottom: 15px;
  font-size: 28px;
  color: #000;
}

.card-meta {
  display: inline-block;
  vertical-align: top;
  font-family: "Arial", Helvetica, Sans-serif;
  color: #cacaca;
  font-size: 12px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #cacaca;
  line-height: 18px;
}

.card-meta:last-child {
  border-right: 0px;
}

.card-meta__link {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background: #e7e7e7;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
  margin-right: 5px;
  line-height: 16px;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.card-meta__link img {
  vertical-align: middle;
}

.card-meta__link:last-child {
  margin-right: 0;
}

.card-meta__link:first-child {
  margin-left: 10px;
}

.card-meta__link:hover {
  background: #d6d6d6;
}

.card__left {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card__left {
    text-align: left;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .card__left {
    text-align: left;
    margin-top: 10px;
  }
  .card-meta__link:first-child {
    margin-left: 0;
  }
}

.card__top {
  margin-bottom: 35px;
}

.card__main {
  padding-bottom: 45px;
  border-bottom: 1px solid #e1e1e1;
}

.card-price {
  font-size: 24px;
  color: #000;
  font-family: "Arial", Helvetica, Sans-serif;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 35px;
}

.card-manipulation {
  display: inline-block;
  width: 18px;
  position: relative;
}

.card-manipulation .card-meta__link {
  margin-left: 0px;
  margin-right: 0;
  display: block;
  margin-bottom: 5px;
}

.card__phone {
  display: block;
  font-size: 14px;
  text-align: center;
  font-family: "Arial", Helvetica, Sans-serif;
  margin-top: 7px;
}

.card__autor {
  color: #0a9d31;
  margin-left: 10px;
}

.card__autor-comment {
  margin-bottom: 20px;
}

.card__autor-phone {
  background: #ffd200;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  padding: 20px;
  font-size: 18px;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  display: block;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

@media only screen and (max-width: 767px) {
  .card__autor-phone {
    margin-top: 15px;
  }
}

.card__autor-phone:hover {
  background: #f0c500;
}

.card__autor-panel {
  padding: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: #f4f4f4;
  margin-bottom: 40px;
}

.card__autor-info {
  font-size: 14px;
  color: #323232;
  font-family: "Arial", Helvetica, Sans-serif;
  display: block;
  margin-top: 8px;
  margin-left: 25px;
  line-height: 34px;
}

@media only screen and (max-width: 767px) {
  .card__autor-info {
    margin-left: 0;
  }
}

.card__write-message {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .card__write-message {
    display: block !important;
    margin-left: 0;
  }
}

.card__place {
  margin-left: 5px;
}

.card__all-settings {
  margin-top: 20px;
  margin-bottom: 50px;
}

.card__review {
  font-family: "Arial", Helvetica, Sans-serif;
  color: #323232;
  margin-bottom: 25px;
  line-height: 20px;
}

.card__slider img {
  width: 100%;
}

.card__slider-thumbs {
  margin-top: 10px;
  margin-bottom: 47px;
}

.default-btn {
  padding: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: #0a9d31;
  border: none;
  text-decoration: none !important;
  color: #fff !important;
  text-align: center;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  display: inline-block;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  line-height: normal;
}

.default-btn:hover {
  background: #0cb538;
}

.default-btn--yellow {
  background: #ffd200;
}

.default-btn--yellow:hover {
  background: #ffd61a;
}

.default-btn--small {
  font-size: 13px;
}

.table td {
  border-top: 0px !important;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: 14px;
  font-family: "Arial", Helvetica, Sans-serif;
  color: #323232;
}

.similar-products {
  padding: 45px 0px;
}

.similar-categories {
  margin-bottom: 40px;
}

.similar-categories__list li {
  padding-left: 13px;
  position: relative;
}

.similar-categories__list li a {
  color: #323232;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none !important;
}

.similar-categories__list li a:hover {
  color: #0a9d31;
}

.similar-categories__list li:before {
  content: '';
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #0a9d31;
}

.complain {
  position: absolute;
  display: none;
  right: -10px;
  top: 100%;
  padding: 10px 0px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  width: 300px;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .complain {
    left: 50%;
    right: auto;
    margin-left: -150px;
  }
}

@media only screen and (max-width: 767px) {
  .complain {
    left: 50%;
    right: auto;
    margin-left: -150px;
  }
}

.complain-arrow {
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 11px solid rgba(0, 0, 0, 0.2);
  width: 0;
  height: 0;
  right: 10px;
  top: -11px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .complain-arrow {
    left: 50%;
    right: auto;
    margin-left: -5.5px;
  }
}

@media only screen and (max-width: 767px) {
  .complain-arrow {
    left: 50%;
    right: auto;
    margin-left: -5.5px;
  }
}

.complain-arrow:before {
  content: '';
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
  width: 0;
  height: 0;
  right: -7px;
  top: 1px;
  display: block;
}

.complain-item {
  text-align: left;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 13px;
  padding: 5px 10px;
  margin-bottom: 6px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.complain-item:hover {
  background: #0a9d31;
  color: #fff;
  cursor: pointer;
}

.complain-item.separator {
  padding: 0px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin: 6px 0px;
}

.complain-item.separator:hover {
  cursor: normal;
  background: rgba(0, 0, 0, 0.2);
}

.complain-other-form {
  display: none;
  padding: 0px 10px;
  text-align: left;
}

.complain-other-form textarea {
  width: 100%;
  margin-bottom: 10px;
  min-height: 100px;
  max-width: 280px;
  resize: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 13px;
}

.complain-other-form textarea:-ms-input-placeholder {
  opacity: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.complain-other-form textarea:-moz-placeholder {
  opacity: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.complain-other-form textarea::-moz-placeholder {
  opacity: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.complain-other-form textarea:-webkit-input-placeholder {
  opacity: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.complain-other-form textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.complain-other-form textarea::-moz-placeholder {
  opacity: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.complain-other-form textarea:-ms-input-placeholder {
  opacity: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.complain-other-form textarea::placeholder {
  opacity: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.complain-other-form textarea:focus {
  outline: none;
  border-color: #0a9d31;
}

.complain-other-form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.complain-other-form textarea:focus:-moz-placeholder {
  opacity: 0;
}

.complain-other-form textarea:focus::-moz-placeholder {
  opacity: 0;
}

.complain-other-form textarea:focus:-webkit-input-placeholder {
  opacity: 0;
}

.complain-other-form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.complain-other-form textarea:focus::-moz-placeholder {
  opacity: 0;
}

.complain-other-form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.complain-other-form textarea:focus::placeholder {
  opacity: 0;
}

.complain-other-form input[type='text'] {
  width: 100%;
  margin-bottom: 10px;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 13px;
  padding: 0px 5px;
  height: 25px;
  line-height: 25px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.complain-other-form input[type='text']:-ms-input-placeholder {
  opacity: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.complain-other-form input[type='text']:-moz-placeholder {
  opacity: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.complain-other-form input[type='text']::-moz-placeholder {
  opacity: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.complain-other-form input[type='text']:-webkit-input-placeholder {
  opacity: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.complain-other-form input[type='text']::-webkit-input-placeholder {
  opacity: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.complain-other-form input[type='text']::-moz-placeholder {
  opacity: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.complain-other-form input[type='text']:-ms-input-placeholder {
  opacity: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.complain-other-form input[type='text']::placeholder {
  opacity: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.complain-other-form input[type='text']:focus {
  outline: none;
  border-color: #0a9d31;
}

.complain-other-form input[type='text']:focus:-ms-input-placeholder {
  opacity: 0;
}

.complain-other-form input[type='text']:focus:-moz-placeholder {
  opacity: 0;
}

.complain-other-form input[type='text']:focus::-moz-placeholder {
  opacity: 0;
}

.complain-other-form input[type='text']:focus:-webkit-input-placeholder {
  opacity: 0;
}

.complain-other-form input[type='text']:focus::-webkit-input-placeholder {
  opacity: 0;
}

.complain-other-form input[type='text']:focus::-moz-placeholder {
  opacity: 0;
}

.complain-other-form input[type='text']:focus:-ms-input-placeholder {
  opacity: 0;
}

.complain-other-form input[type='text']:focus::placeholder {
  opacity: 0;
}

.reviews-top h2 {
  font-size: 28px;
  margin-bottom: 40px;
}

.review-btn {
  float: right;
}

@media only screen and (max-width: 767px) {
  .review-btn {
    float: none;
  }
}

.statistic-panel {
  padding: 30px;
  background: #f4f4f4;
  margin-bottom: 40px;
}

.statistic-panel__title {
  display: inline-block;
  color: #323232;
  font-family: "Arial", Helvetica, Sans-serif;
  font-weight: 700;
  vertical-align: top;
  font-size: 14px;
  margin-right: 25px;
  line-height: 37px;
}

#statistic-rating {
  display: inline-block;
  vertical-align: top;
  margin-right: 0px;
  line-height: 37px !important;
  margin-top: 4px;
}

@media only screen and (max-width: 460px) {
  #statistic-rating {
    margin-bottom: 15px;
  }
}

#statistic-rating span {
  display: inline-block;
}

.star-big {
  width: 23px;
  display: inline-block;
  line-height: 37px;
  height: 22px;
  overflow: hidden;
}

.star-big.star-dis {
  background: url(../images/rating-big.png) no-repeat -30px 0px;
}

.star-big.star-en {
  background: url(../images/rating-big.png) no-repeat 0px 0px;
}

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

.star-def {
  width: 17px;
  display: inline-block;
  height: 16px;
  overflow: hidden;
}

.star-def.star-dis {
  background: url(../images/rating.png) no-repeat -20px 0px;
}

.star-def.star-en {
  background: url(../images/rating.png) no-repeat 0px 0px;
}

.reviews {
  padding-right: 20px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .reviews {
    padding-right: 0;
  }
}

.review {
  margin-bottom: 20px;
}

.review:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .review {
    margin-bottom: 40px;
  }
}

.review__img {
  float: left;
  display: inline-block;
  padding: 0px 20px 20px 0px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .review__img {
    float: none;
    text-align: center;
    width: 100%;
    padding-right: 0;
  }
}

.review__img img {
  width: 115px;
  max-height: 84px;
}

.review__content {
  float: left;
  width: 960px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .review__content {
    width: 780px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review__content {
    width: 560px;
  }
}

@media only screen and (max-width: 767px) {
  .review__content {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.review__link {
  font-family: "Arial", Helvetica, Sans-serif;
  color: #0a9d31;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 15px;
}

.review__link:hover {
  text-decoration: underline;
  color: #0cb538;
}

.review__opinion {
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 12px;
  color: #cacaca;
  display: block;
  margin-bottom: 10px;
  line-height: 14px;
}

.review__description {
  font-family: "Arial", Helvetica, Sans-serif;
  color: #323232;
  font-size: 14px;
  line-height: 20px;
}

.ajax-btn {
  margin: 0px auto;
}

.ajax-btn i {
  font-size: 16px;
}

.settings-table td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.settings-top h3 {
  font-size: 18px;
}

.settings-top h2 {
  font-size: 28px;
}

.settings-ajax-filter {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .settings-ajax-filter {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .settings-ajax-filter {
    display: none;
  }
}

.settings-ajax-filter .settings-table {
  margin-bottom: 0;
}

.settings-ajax-content .settings-table {
  margin-bottom: 30px;
}

.settings-ajax-content h3 {
  margin-bottom: 20px;
}

.settings__filter-item {
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  display: block;
}

.settings__filter-item:hover {
  text-decoration: none !important;
  color: #0a9d31;
}

.settings__filter-item:hover td {
  color: #0a9d31;
}

.animal-schematic {
  width: 100%;
  height: 144px;
  line-height: 144px;
  text-align: center;
  background: #ccc;
  color: #000;
  font-size: 30px;
  margin-bottom: 30px;
  font-family: "Arial", Helvetica, Sans-serif;
}

.show-ajax-filter {
  display: none;
  padding: 10px 20px;
  background: #0a9d31;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  color: #fff;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.show-ajax-filter::before {
  content: '\f013';
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 0;
  transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -webkit-transition: all 0.7s ease-in-out 0s;
  -ms-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  right: 10px;
  line-height: 36px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .show-ajax-filter {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .show-ajax-filter {
    display: block;
  }
}

.show-ajax-filter.shown::before {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

.mfp-with-zoom.mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: .8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.similar-products__slider-item {
  padding: 0px 15px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.similar-btns {
  position: relative;
  width: 100%;
}

.similar-next, .similar-prev {
  position: absolute;
  z-index: 99;
  top: -56px;
}

.similar-next a, .similar-prev a {
  display: block;
  border: 1px solid #323232;
  color: #323232;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 26px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  cursor: pointer;
}

.similar-next a:hover, .similar-prev a:hover {
  border-color: #0a9d31;
  color: #0a9d31;
}

.similar-next a.disabled, .similar-prev a.disabled {
  cursor: auto;
  border-color: #e7e7e7;
  color: #e7e7e7;
}

.similar-next a.disabled:hover, .similar-prev a.disabled:hover {
  border-color: #e7e7e7;
  color: #e7e7e7;
}

.similar-next {
  right: 0;
}

.similar-prev {
  right: 35px;
}

.bx-wrapper {
  margin: 0px auto 0px auto;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  left: 0px;
  background: transparent;
  border: none;
}

@media only screen and (max-width: 460px) {
  [class*=slider] .product-card {
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [class*=slider] .product-card__image {
    height: 235px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [class*=slider] .product-card__image {
    height: 235px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 550px) {
  [class*=slider] .product-card__image {
    height: 235px;
  }
}

@media only screen and (max-width: 767px) {
  [class*=slider] .product-card__image {
    width: 100%;
    height: 235px;
  }
}

@media only screen and (max-width: 460px) {
  [class*=slider] .product-card__image {
    height: 235px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 405px) {
  [class*=slider] .product-card__image {
    height: 173px;
  }
  [class*=slider] .product-card__image-inner .image-wrap img {
    max-height: 167px;
  }
}

.hot-products {
  padding: 65px 0px 0px;
}

.q-tips-wrap {
  position: relative;
  width: 100%;
}

.q-tips {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #0a9d31;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 18px;
  font-family: "Arial", Helvetica, Sans-serif;
  cursor: pointer;
}

.q-tips-inner {
  position: relative;
  display: none;
  z-index: 999;
}

.q-tips-inner .complain-arrow {
  top: 5px;
  z-index: 9999;
}

.q-tips-description {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 15px;
  z-index: 999;
  color: #000;
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 12px;
  font-family: "Arial", Helvetica, Sans-serif;
  width: auto;
  min-width: 250px;
  background: #fff;
  line-height: 17px;
  text-align: left;
}

.q-tips-description a[class*=btn] {
  display: block;
  margin-top: 10px;
}

.catalog {
  padding: 40px 0px;
}

.catalog h1 {
  font-size: 28px;
  margin-bottom: 35px;
}

.catalog-filter {
  padding: 25px 20px;
  background: #f4f4f4;
}

.filter-row {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 25px;
}

.filter-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.filter__select {
  margin-bottom: 25px;
}

.filter__field {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 255px;
  vertical-align: top;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 0px 10px;
  height: 52px;
  border: 1px solid #CCC;
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .filter__field {
    width: 205px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter__field {
    width: calc(50% - 22px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .filter__field {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.filter__field:focus {
  box-shadow: none;
  outline: none;
  border-color: #0a9d31;
}

.filter__field:focus:-ms-input-placeholder {
  color: transparent;
}

.filter__field:focus:-moz-placeholder {
  color: transparent;
}

.filter__field:focus::-moz-placeholder {
  color: transparent;
}

.filter__field:focus:-webkit-input-placeholder {
  color: transparent;
}

.filter__field:focus::-webkit-input-placeholder {
  color: transparent;
}

.filter__field:focus::-moz-placeholder {
  color: transparent;
}

.filter__field:focus:-ms-input-placeholder {
  color: transparent;
}

.filter__field:focus::placeholder {
  color: transparent;
}

.filter-extended {
  display: none;
}

.catalog-filter .filter__select {
  margin-right: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-filter .filter__select {
    margin-right: 10px;
    margin-left: 10px;
    width: calc(50% - 22px);
  }
}

@media only screen and (max-width: 767px) {
  .catalog-filter .filter__select {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.catalog-filter .filter__select .jq-selectbox__select {
  width: 255px;
  background: #fff;
  height: 52px;
  line-height: 52px;
  text-shadow: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .catalog-filter .filter__select .jq-selectbox__select {
    width: 205px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-filter .filter__select .jq-selectbox__select {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-filter .filter__select .jq-selectbox__select {
    width: 100%;
  }
}

.catalog-filter .filter__select .jq-selectbox__select-text {
  text-shadow: none;
  color: #323232;
}

.catalog-filter .filter__select .jq-selectbox__select-text.placeholder {
  color: #b5b5b5;
}

.catalog-filter .filter__select .jq-selectbox__trigger {
  border: none;
}

.catalog-filter .filter__select .jq-selectbox__trigger-arrow {
  top: 23px;
}

.catalog-filter .filter__select .jq-selectbox__dropdown {
  top: 52px !important;
}

.catalog-filter .filter__select .jq-selectbox__dropdown li.selected {
  background: #0a9d31;
}

.catalog-filter .filter__select .jq-selectbox__dropdown li[class*=color]::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.catalog-filter .filter__select .jq-selectbox__dropdown li.color-black::before {
  background: #000;
}

.catalog-filter .filter__select .jq-selectbox__dropdown li.color-white::before {
  background: #fff;
}

.catalog-filter .filter__select .jq-selectbox__dropdown li.color-brown::before {
  background: #76480c;
}

.catalog-filter .filter__select .jq-selectbox__dropdown li.color-grey::before {
  background: grey;
}

.catalog-filter .jq-selectbox.focused.dropup.opened .jq-selectbox__select,
.catalog-filter .jq-selectbox.focused.dropdown.opened .jq-selectbox__select {
  border-color: #0a9d31;
}

.jq-selectbox[class*=color] .jq-selectbox__select-text::before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.jq-selectbox.color-black .jq-selectbox__select-text {
  width: 100% !important;
}

.jq-selectbox.color-black .jq-selectbox__select-text::before {
  background: #000;
}

.jq-selectbox.color-white .jq-selectbox__select-text::before {
  background: #fff;
}

.jq-selectbox.color-brown .jq-selectbox__select-text::before {
  background: #76480c;
}

.jq-selectbox.color-grey .jq-selectbox__select-text::before {
  background: grey;
}

.save-search {
  font-family: "NeoSans Medium", Arial, Sans-serif;
  font-size: 24px;
  color: #8b8b8b;
  text-align: center;
  border: none;
  height: 52px;
  line-height: 52px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 0px 30px;
  margin-right: 32px;
  background: #e1e1e1;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.save-search:focus, .save-search:hover {
  outline: none;
  background: #343434;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .save-search {
    width: 205px;
    font-size: 14px;
    vertical-align: top;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .save-search {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 22px);
  }
}

@media only screen and (max-width: 767px) {
  .save-search {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 22px);
    font-size: 14px;
  }
}

@media only screen and (max-width: 460px) {
  .save-search {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
}

.extended-search {
  color: #0a9d31;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  font-size: 24px;
  height: 52px;
  line-height: 52px;
  background: none;
  border: none;
  border-bottom: 1px dashed #0a9d31;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  outline: none;
}

.extended-search::after {
  content: '\f107';
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  color: #323232;
  right: -20px;
  top: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.extended-search.collapsed::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .extended-search {
    font-size: 18px;
    width: 205px;
  }
  .extended-search::after {
    right: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .extended-search {
    width: calc(50% - 22px);
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 15px;
  }
  .extended-search::after {
    right: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .extended-search {
    margin-right: 10px;
    margin-left: 10px;
    width: calc(50% - 22px);
    font-size: 14px;
    margin-top: 15px;
  }
  .extended-search::after {
    right: 0;
  }
}

@media only screen and (max-width: 460px) {
  .extended-search {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}

.catalog-show-more {
  float: right;
  background: #ffd200;
  color: #fff;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  font-size: 24px;
  padding: 0px 30px;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  height: 52px;
  line-height: 52px;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  outline: none;
}

.catalog-show-more:hover {
  background: #e6bd00;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .catalog-show-more {
    width: 205px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-show-more {
    width: calc(50% - 22px);
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-show-more {
    width: calc(50% - 22px);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    font-size: 14px;
    float: none;
  }
}

@media only screen and (max-width: 460px) {
  .catalog-show-more {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.search-radius {
  width: 255px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px 30px;
  background: #0a9d31;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  line-height: 52px;
  height: 52px;
  color: #fff;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
  vertical-align: top;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.search-radius:hover, .search-radius:focus {
  background: #343434;
  outline: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-radius {
    width: 205px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-radius {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .search-radius {
    width: 100%;
  }
}

@media only screen and (max-width: 460px) {
  .search-radius {
    width: 100%;
  }
}

.search-radius__wrap {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 32px;
}

.search-radius__wrap.shown {
  z-index: 201;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-radius__wrap {
    width: 205px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-radius__wrap {
    width: calc(50% - 22px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .search-radius__wrap {
    width: calc(50% - 22px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 460px) {
  .search-radius__wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.search-radius__inner {
  position: relative;
  opacity: 0;
  z-index: -9999;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
}

.search-radius__inner.shown {
  opacity: 1;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.search-radius__arrow {
  position: absolute;
  top: 9px;
  left: 50px;
  border-bottom: 17px solid #e1e1e1;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  width: 30px;
  height: 17px;
  z-index: 201;
}

.search-radius__arrow::before {
  content: '';
  position: absolute;
  top: 1px;
  left: -15px;
  border-bottom: 16px solid #fff;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  width: 30px;
  height: 17px;
  z-index: 202;
}

.search-radius__popup {
  position: absolute;
  background: #fff;
  padding: 10px;
  border: 1px solid #e1e1e1;
  top: 110%;
  width: 360px;
  margin-top: 25px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 200;
}

@media only screen and (max-width: 460px) {
  .search-radius__popup {
    width: 320px;
  }
}

.search-radius__region {
  background: #f4f4f4;
  padding: 20px;
}

.search-radius__form {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.search-radius__text {
  font-family: "Arial", Helvetica, Sans-serif;
  color: #000;
  font-size: 14px;
}

.search-radius__select {
  width: 100%;
}

.search-radius__select .jq-selectbox__select {
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: #fff;
  padding: 0px 15px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.search-radius__select .jq-selectbox__trigger {
  display: none;
}

.search-radius__select.focused .jq-selectbox__select {
  border: none;
  box-shadow: none;
}

.search-radius__choosen {
  margin-bottom: 30px;
  margin-top: 20px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}

.search-radius__choosen-regions {
  display: inline-block;
  font-family: "Arial", Helvetica, Sans-serif;
  font-weight: bold;
  color: #0a9d31;
  font-size: 14px;
}

.delete-region {
  margin-left: 10px;
  width: 9px;
  height: 9px;
  background: url("../images/close-btn.png") no-repeat;
  display: inline-block;
  margin-right: -4px;
  cursor: pointer;
}

.glyphicon-chevron-right::before {
  content: '\f105';
  font-family: 'FontAwesome';
}

.glyphicon-chevron-left::before {
  content: '\f104';
  font-family: 'FontAwesome';
}

.scrtabs-tab-scroll-arrow {
  font-size: 26px;
  color: #0a9d31;
  padding-top: 7px;
  border: none !important;
}

.jq-selectbox__dropdown ul {
  max-height: 300px !important;
}

.sort {
  margin-top: 50px;
  margin-bottom: 50px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px 15px;
}

.sort:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.sort-checkbox {
  line-height: 32px;
  visibility: hidden;
  z-index: -999;
  height: 0;
  width: 0;
}

.sort-checkbox + label {
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
  line-height: 22px;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 14px;
  color: #323232;
  cursor: pointer;
}

.sort-checkbox + label::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background: url(../images/unchecked.png) no-repeat;
}

.sort-checkbox:checked + label::before {
  background: url(../images/checked.png) no-repeat;
}

.sort-left {
  float: left;
}

@media only screen and (min-width: 0px) and (max-width: 580px) {
  .sort-left {
    float: none;
    display: inline-block;
  }
}

.sort-right {
  float: right;
}

@media only screen and (min-width: 0px) and (max-width: 580px) {
  .sort-right {
    float: none;
    margin-top: 10px;
    display: block;
  }
}

.sort-list {
  vertical-align: top;
}

.sort .jq-selectbox {
  margin-right: 26px;
}

@media only screen and (max-width: 767px) {
  .sort .jq-selectbox {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 580px) {
  .sort .jq-selectbox {
    margin-right: 0;
    width: 100%;
  }
}

.sort .jq-selectbox.opened .jq-selectbox__select, .sort .jq-selectbox.focused .jq-selectbox__select {
  border-left: none;
  border-right: none;
  border-top: none;
}

.sort .jq-selectbox__select {
  border: none;
  border-bottom: 1px dashed #000;
  background: none;
  box-shadow: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.sort .jq-selectbox__trigger {
  border-left: 0px;
}

.catalog-view {
  background: #e7e7e7;
  color: #8b8b8b;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: none;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  outline: none;
}

.catalog-view:hover, .catalog-view.active {
  background: #0a9d31;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-view.catalog-map {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-view.catalog-map {
    display: none;
  }
}

.products:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.products-grid .product-item {
  float: left;
  width: calc(100%/3);
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px 15px;
}

@media only screen and (max-width: 767px) {
  .products-grid .product-item {
    width: 100%;
  }
}

.products-grid .product-item .product-card__btns {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 23px;
}

.products-grid .product-item .product-card__btns .product-btn {
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 10px;
  background: #e1e1e1;
  display: block;
  cursor: pointer;
}

.products-grid .product-item .product-card__btns .product-btn:first-child {
  margin-top: 0px;
}

.products-grid .product-item .product-card__btns .product-btn:hover {
  background: #f3f2f2;
}

.products-grid .product-card__info .product-card__category-region {
  display: none;
}

.products-grid .product-card__buy {
  padding-top: 26px;
  border-top: 1px solid #e1e1e1;
  margin-top: 20px;
}

.products-grid .product-card__buy:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.products-grid .product-card__buy .product-card__btns {
  display: none;
}

.products-grid .product-card__buy .product-card__price {
  float: left;
  margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .products-grid .product-card__buy .product-card__price {
    font-size: 14px;
    max-width: 135px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-grid .product-card__buy .product-card__price {
    float: none;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 460px) {
  .products-grid .product-card__buy .product-card__price {
    float: none;
    margin-bottom: 10px;
  }
}

.products-grid .product-card__buy .product-card__add {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-family: "NeoSans Bold", Arial, Sans-serif;
  font-size: 14px;
  text-align: center;
  padding: 0px 30px;
  background: #0a9d31;
  display: inline-block;
  float: right;
  text-decoration: none;
}

.products-grid .product-card__buy .product-card__add:hover {
  background: #0cb538;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-grid .product-card__buy .product-card__add {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 460px) {
  .products-grid .product-card__buy .product-card__add {
    float: none;
    width: 100%;
  }
}

.product-card__publish-time {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #a0a0a0;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #a0a0a0;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.product-card__description {
  font-family: "Arial", Helvetica, Sans-serif;
  color: #323232;
  font-size: 14px;
  line-height: 16px;
}

.products-list .product-item {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  padding: 0px 15px;
}

.products-list .product-item .product-card {
  padding: 0;
  position: relative;
}

.products-list .product-item .product-card:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .products-list .product-item .product-card {
    max-width: 95%;
  }
}

.products-list .product-item .product-card__image {
  float: left;
  margin: 15px;
  margin-right: 0;
  width: 152px;
  height: 159px;
}

.products-list .product-item .product-card__image img {
  width: 152px;
  height: 152px;
}

@media only screen and (max-width: 767px) {
  .products-list .product-item .product-card__image {
    float: none;
    margin: 25px auto 0px auto;
    width: 320px;
    height: 327px;
  }
  .products-list .product-item .product-card__image img {
    width: 320px;
    height: 320px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 410px) {
  .products-list .product-item .product-card__image {
    float: none;
    margin: 25px auto 0px auto;
    width: 220px;
    height: 177px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .products-list .product-item .product-card__image img {
    width: 220px;
    height: 170px;
  }
}

.products-list .product-item .product-card__region {
  display: none;
}

.products-list .product-item .product-card__btns {
  display: none;
}

.products-list .product-item .product-card__info {
  float: left;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 825px;
  padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .products-list .product-item .product-card__info {
    max-width: 655px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-list .product-item .product-card__info {
    max-width: 435px;
  }
}

@media only screen and (max-width: 767px) {
  .products-list .product-item .product-card__info {
    float: none;
  }
}

.products-list .product-item .product-card__buy {
  position: absolute;
  height: 100%;
  width: 146px;
  padding: 30px 25px;
  background: #f4f4f4;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .products-list .product-item .product-card__buy {
    right: auto;
    top: auto;
    position: relative;
    width: 100%;
    height: auto;
  }
}

.products-list .product-item .product-card__buy .product-card__btns {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .products-list .product-item .product-card__buy .product-card__btns {
    display: inline-block;
    width: auto;
  }
}

.products-list .product-item .product-card__buy .product-card__btns .product-btn {
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 15px;
  background: #e1e1e1;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.products-list .product-item .product-card__buy .product-card__btns .product-btn:first-child {
  margin-top: 0px;
}

.products-list .product-item .product-card__buy .product-card__btns .product-btn:hover {
  background: #dbd7d7;
}

@media only screen and (max-width: 767px) {
  .products-list .product-item .product-card__buy .product-card__btns .product-btn {
    margin-top: 10px;
  }
}

.products-list .product-item .product-card__price {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .products-list .product-item .product-card__price {
    display: inline-block;
    vertical-align: top;
  }
}

.products-list .product-item .product-card__price span:first-child {
  font-size: 12px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .products-list .product-item .product-card__price span:first-child {
    display: inline-block;
  }
}

.products-list .product-item .product-card__add {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-family: "NeoSans Bold", Arial, Sans-serif;
  font-size: 14px;
  text-align: center;
  padding: 0px 20px;
  background: #0a9d31;
  display: block;
  text-decoration: none;
  margin-top: 16px;
}

.products-list .product-item .product-card__add:hover {
  background: #0cb538;
}

@media only screen and (max-width: 767px) {
  .products-list .product-item .product-card__add {
    width: auto;
    display: inline-block;
    margin-right: 15px;
    margin-top: 5px;
    vertical-align: top;
  }
}

.products-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.products-map {
  width: 50%;
  position: absolute;
}

.item-map {
  position: relative;
  left: 50%;
  width: 50%;
  top: 0;
  background: #000;
  height: 820px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

.products-map {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  height: 820px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-map {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .products-map {
    display: none;
  }
}

.products-map .product-item {
  border-left: 1px solid #e1e1e1;
}

.products-map .product-item:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.products-map .product-card {
  border: none;
  margin-bottom: 0;
  padding: 0;
  padding-top: 15px;
}

.products-map .product-card__image {
  float: left;
  width: 121px;
  margin-left: 15px;
  height: 127px;
}

.products-map .product-card__image img {
  width: 121px;
  height: 121px;
}

.products-map .product-card__image .product-card__btns {
  display: none;
}

.products-map .product-card__info {
  float: left;
  margin-left: 25px;
  width: 370px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .products-map .product-card__info {
    width: 310px;
  }
}

.products-map .product-card__buy {
  clear: both;
  width: 100%;
  background: #f4f4f4;
  padding: 10px 15px;
}

.products-map .product-card__buy:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.products-map .product-card__buy .product-card__price {
  display: inline-block;
  float: right;
  margin-top: 8px;
  margin-right: 180px;
}

.products-map .product-card__buy .product-card__add {
  float: right;
  margin-right: -330px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-family: "NeoSans Bold", Arial, Sans-serif;
  font-size: 14px;
  text-align: center;
  padding: 0px 20px;
  background: #0a9d31;
  text-decoration: none;
}

.products-map .product-card__buy .product-card__add:hover {
  background: #0cb538;
}

.products-map .product-card__buy .product-card__btns {
  float: left;
}

@media only screen and (max-width: 767px) {
  .products-map .product-card__buy .product-card__btns {
    display: inline-block;
    width: auto;
  }
}

.products-map .product-card__buy .product-card__btns .product-btn {
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 5px;
  background: #e1e1e1;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.products-map .product-card__buy .product-card__btns .product-btn:first-child {
  margin-top: 0px;
}

.products-map .product-card__buy .product-card__btns .product-btn:hover {
  background: #dbd7d7;
}

@media only screen and (max-width: 767px) {
  .products-map .product-card__buy .product-card__btns .product-btn {
    margin-top: 10px;
  }
}

.prod-map {
  margin-bottom: 40px;
}

.products-list .item-map,
.products-grid .item-map {
  display: none;
}

.theme-pagination:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-pagination {
    float: right;
  }
}

@media only screen and (max-width: 767px) {
  .theme-pagination {
    margin-top: 15px;
    text-align: center;
  }
}

@media only screen and (min-width: 0px) and (max-width: 380px) {
  .theme-pagination {
    text-align: left;
  }
}

.theme-pagination li {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: #e7e7e7;
}

@media only screen and (max-width: 767px) {
  .theme-pagination li {
    float: none;
    display: inline-block;
    margin-right: 5px;
  }
  .theme-pagination li:last-child {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 380px) {
  .theme-pagination li {
    margin-bottom: 10px;
  }
}

.theme-pagination li a {
  color: #8b8b8b;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  font-size: 14px;
}

.theme-pagination li:hover, .theme-pagination li.active {
  background: #0a9d31;
}

.theme-pagination li:hover a, .theme-pagination li.active a {
  color: #fff;
}

.catalog-info-block {
  margin-bottom: 40px;
}

.catalog-info-block:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .catalog-info-block {
    text-align: center;
  }
}

.products-show {
  display: block;
  font-family: "Arial", Helvetica, Sans-serif;
  color: #323232;
  font-size: 14px;
  line-height: 16px;
}

.theme-pager {
  float: right;
}

.theme-pager:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-pager {
    float: none;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .theme-pager {
    float: none;
    margin-top: 15px;
    text-align: center;
  }
}

.theme-pager-nav:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.theme-pager li {
  float: left;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .theme-pager li {
    float: none;
    display: inline-block;
    margin-right: 10px;
  }
}

.theme-pager li:last-child {
  margin-right: 0;
}

.theme-pager li a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: #e7e7e7;
  padding: 0px 10px;
  display: inline-block;
  color: #8b8b8b;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  font-size: 14px;
}

@media only screen and (min-width: 0px) and (max-width: 380px) {
  .theme-pager li a {
    font-size: 12px;
    padding: 0px 5px;
  }
}

.theme-pager li:hover a {
  color: #fff;
  background: #0a9d31;
}

.cabinet {
  padding: 50px 0px;
}

.cabinet__bar {
  background: #3f3f3f;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}

.cabinet__bar:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.cabinet__bar.menu-drop .cabinet__menu {
  display: block;
}

.cabinet__menu {
  float: left;
}

.cabinet__menu:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .cabinet__menu {
    display: none;
    position: absolute;
    left: 0;
    top: 56px;
    z-index: 10;
    width: 100%;
  }
}

.cabinet__menu li {
  float: left;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .cabinet__menu li {
    float: none;
    width: 100%;
    background: #3f3f3f;
  }
}

.cabinet__menu li a {
  color: #fff;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.cabinet__menu li:hover, .cabinet__menu li.active {
  background: #727272;
}

.cabinet-login {
  padding: 50px 0px;
}

.cabinet-login__header {
  background: url("../images/cabinet-header.jpg") no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center top;
  min-height: 160px;
  text-align: center;
  display: table;
  width: 100%;
}

.cabinet-login__header span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.cabinet__settings {
  display: inline-block;
  color: #fff;
  float: right;
  padding: 15px;
  max-height: 56px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.cabinet__settings img {
  width: 23px;
}

.cabinet__settings svg {
  width: 27px;
}

.cabinet__settings .svg path {
  fill: #fff;
}

.cabinet__settings:hover, .cabinet__settings.active {
  background: #727272;
}

.cabinet__body {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.cabinet__user-image {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .cabinet__user-image img {
    margin: 0px auto 20px auto;
  }
}

.cabinet__user-info {
  margin-bottom: 20px;
}

.cabinet__mobile-btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .cabinet__mobile-btn {
    display: block;
    font-size: 24px;
    color: #fff;
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 56px;
    cursor: pointer;
  }
  .cabinet__mobile-btn:hover, .cabinet__mobile-btn.active {
    background: #727272;
  }
}

.cabinet__annonces {
  margin-bottom: 10px;
}

.cabinet__buttons {
  margin-bottom: 25px;
}

.cabinet__settings svg.svg {
  width: 27px;
}

.user__name {
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 24px;
  color: #323232;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1;
}

.user__description {
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 16px;
  color: #b3b3b3;
  font-weight: 400;
  margin-bottom: 50px;
}

.user__views {
  font-size: 16px;
  color: #323232;
  font-family: "Arial", Helvetica, Sans-serif;
  margin-bottom: 10px;
}

.user__forum-messages {
  font-size: 16px;
  color: #323232;
  font-family: "Arial", Helvetica, Sans-serif;
  margin-bottom: 10px;
}

.user__forum-messages a {
  text-decoration: none;
  color: #467bdc;
}

.user__forum-messages a:hover {
  color: #0a9d31;
}

.user__about {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.user__about span {
  display: inline-block;
  padding: 10px;
  background: #fff;
  position: relative;
  margin-left: 100px;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 24px;
  color: #323232;
  font-weight: 700;
}

.user__about::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #e8e8e8;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.user__about-text {
  font-size: 16px;
  color: #323232;
  font-family: "Arial", Helvetica, Sans-serif;
  line-height: 21px;
}

.annonce__buttons:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.annonce__btn {
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  color: #fff;
  text-align: center;
  padding: 7px 40px;
  position: relative;
  font-size: 12px;
  line-height: 1.42857143;
  text-decoration: none;
  overflow: hidden;
  margin: 5px;
}

@media only screen and (max-width: 460px) {
  .annonce__btn {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .annonce__btn.pull-right {
    float: none !important;
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (max-width: 460px) {
  .annonce__btn.pull-right {
    float: none !important;
    width: 100%;
    display: inline-block;
  }
}

.annonce__btn:hover, .annonce__btn:active, .annonce__btn:focus, .annonce__btn:link {
  color: #fff;
  text-decoration: none;
}

.annonce__btn--add {
  background: #0a9d31;
}

.annonce__btn--add:hover {
  background: #08852a;
}

.annonce__btn--add::before {
  content: '+';
  font-family: "NeoSans Medium", Arial, Sans-serif;
  position: absolute;
  font-size: 23px;
  left: 15px;
  top: 1px;
}

.annonce__btn--publish {
  background: #ffd200;
}

.annonce__btn--publish:hover {
  background: #e6bd00;
}

.annonce__btn--publish::before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 15px;
  top: 9px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.annonce__btn--delete {
  background: #f55753;
}

.annonce__btn--delete:hover {
  background: #f22823;
}

.annonce__btn--delete::before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 15px;
  top: 9px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.annonce__date {
  color: #959595;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 12px;
}

.annonce__photo img {
  display: block;
  max-height: 120px;
  width: auto;
}

.annonce__about h4 {
  font-weight: 700;
  font-family: "Arial", Helvetica, Sans-serif;
  color: #0a9d31;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.annonce__about p {
  font-size: 14px;
  font-family: "Arial", Helvetica, Sans-serif;
  color: #b7b7b7;
  margin-bottom: 5px;
}

.annonce__link {
  display: inline-block;
  color: #0284df;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 14px;
  margin-top: 10px;
  text-decoration: none;
  border-bottom: 1px dashed #0284df;
}

.annonce__link:hover {
  text-decoration: none;
  border-bottom: none;
  color: #0a9d31;
}

.annonce__price {
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #323232;
}

.annonce__field {
  color: #323232;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 16px;
}

.annonce__controls {
  position: relative;
  top: 0;
  left: 0;
  background: #727272;
  height: 100%;
  width: 34px;
  text-align: center;
}

.annonce__control {
  background: transparent;
  border: none;
  color: #fff;
  width: 100%;
  height: 33.33333%;
}

.annonce__control:hover {
  color: #ffd200;
}

.table th {
  font-family: "Arial", Helvetica, Sans-serif;
  color: #959595;
  font-size: 16px;
}

.table th.sorting,
.table th.sorting_asc,
.table th.sorting_desc {
  color: #0a9d31;
}

#annonces__table td, #annonces__table th {
  vertical-align: top;
}

#annonces__table td span {
  display: inline-block;
}

.mes {
  margin-top: -20px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -20px;
  height: 500px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mes {
    height: auto;
  }
}

.mes__sidebar {
  width: 25%;
  float: left;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mes__sidebar {
    width: 35%;
  }
}

@media only screen and (max-width: 767px) {
  .mes__sidebar {
    width: 100%;
  }
}

.mes__sidebar-header {
  padding: 30px;
  position: relative;
}

.mes__sidebar-header::before {
  content: '';
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  height: 20px;
  display: block;
  z-index: 10;
}

.mes__sidebar-body {
  position: relative;
  height: 419px;
}

@media only screen and (max-width: 767px) {
  .mes__sidebar-body {
    height: 210px;
  }
}

.mes__main {
  width: 75%;
  float: left;
  height: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: 2px solid #e8e8e8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mes__main {
    width: 65%;
  }
}

@media only screen and (max-width: 767px) {
  .mes__main {
    width: 100%;
  }
}

.mes__main-header {
  padding: 30px;
  border-bottom: 2px solid #e8e8e8;
}

.mes__main-body {
  height: 419px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 50px 30px;
}

@media only screen and (max-width: 767px) {
  .mes__main-body {
    height: auto;
  }
}

.mes__title {
  display: inline-block;
  color: #909090;
  font-family: "Arial", Helvetica, Sans-serif;
  line-height: 21px;
  font-size: 16px;
  vertical-align: top;
}

.mes__title--full {
  display: block;
}

.mes__title-message {
  display: inline-block;
  margin-left: 20px;
  font-family: "Arial", Helvetica, Sans-serif;
  font-weight: 700;
  color: #323232;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 620px;
  white-space: nowrap;
  line-height: 21px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mes__title-message {
    max-width: 550px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mes__title-message {
    max-width: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .mes__title-message {
    max-width: 100%;
    margin-left: 0;
    text-overflow: initial;
    white-space: normal;
    margin-top: 10px;
  }
}

.mes__autors li {
  width: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px 25px;
  background: #f8f8f8;
  position: relative;
}

.mes__autors li:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.mes__autors li::before {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.mes__autors li a {
  display: block;
}

.mes__autors li a:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.mes__autors li.active {
  background: -webkit-repeating-linear-gradient(135deg, #e7e7e7, #fff 4px, #e6e6e6 6px);
  background: -ms-repeating-linear-gradient(135deg, #e7e7e7, #fff 4px, #e6e6e6 6px);
}

.mes__autors li.online::before {
  background: #22e154;
}

.mes__autors li.offline::before {
  background: #93b0dc;
}

.mes__autors li:hover {
  background: #f0f0f0;
}

.mes__autor-image {
  float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mes__autor-image {
    display: none;
  }
}

@media only screen and (max-width: 460px) {
  .mes__autor-image {
    display: none;
  }
}

.mes__autor-image img {
  height: 50px;
  max-width: 50px;
  display: block;
}

.mes__autor-name {
  padding-left: 20px;
  float: left;
  font-size: 14px;
  color: #323232;
  font-family: "Arial", Helvetica, Sans-serif;
  line-height: 50px;
  max-width: 160px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mes__autor-name {
    max-width: 120px;
  }
}

.fav__items {
  width: 100%;
  overflow: hidden;
}

.fav__items:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.fav-item {
  display: table-cell;
  padding: 0px 10px;
  position: relative;
  cursor: pointer;
}

.fav-item:hover {
  background: #f8f8f8;
}

.fav-item:hover .fav-item__remove {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.fav-item div {
  padding: 5px 0px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.fav-item__remove {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #f55753;
  right: 15px;
  top: 10px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 18px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.fav-item__remove:hover {
  background: #f22823;
}

.fav-item__image {
  height: 130px;
  width: 120px;
  overflow: hidden;
}

.fav-item__image img {
  max-height: 120px;
  max-width: 120px;
  display: block;
}

.fav-item__breed {
  border-bottom: 1px solid #e8e8e8;
  min-height: 28px;
  margin-bottom: 10px;
  color: #0a9d31;
  font-size: 16px;
  font-family: "Arial", Helvetica, Sans-serif;
}

.fav-item__description {
  min-height: 28px;
}

.fav-item__price {
  min-height: 28px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  font-family: "Arial", Helvetica, Sans-serif;
}

.fav-item__field {
  color: #adadad;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 16px;
}

.fav-item:first-child:hover {
  background: transparent;
}

.fav-item:first-child .fav-item__remove {
  display: none;
}

.fav-item:first-child .fav-item__breed, .fav-item:first-child .fav-item__description, .fav-item:first-child .fav-item__price {
  font-family: "Arial", Helvetica, Sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #323232;
  min-height: 28px;
}

.form-horizontal .control-label {
  text-align: left !important;
  padding-top: 10px;
}

.form-row {
  width: 100%;
  margin-bottom: 15px;
}

.form-row:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

label.control-label,
p.control-label {
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 16px;
  color: #7f7f7f;
}

input.form-control,
textarea.form-control {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 16px;
  color: #323232;
}

input.form-control:focus,
textarea.form-control:focus {
  border-color: #0a9d31;
}

input.form-control:focus:-ms-input-placeholder,
textarea.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

input.form-control:focus:-moz-placeholder,
textarea.form-control:focus:-moz-placeholder {
  opacity: 0;
}

input.form-control:focus::-moz-placeholder,
textarea.form-control:focus::-moz-placeholder {
  opacity: 0;
}

input.form-control:focus:-webkit-input-placeholder,
textarea.form-control:focus:-webkit-input-placeholder {
  opacity: 0;
}

input.form-control:focus::-webkit-input-placeholder,
textarea.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

input.form-control:focus::-moz-placeholder,
textarea.form-control:focus::-moz-placeholder {
  opacity: 0;
}

input.form-control:focus:-ms-input-placeholder,
textarea.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

input.form-control:focus::placeholder,
textarea.form-control:focus::placeholder {
  opacity: 0;
}

textarea.form-control {
  height: 200px;
  resize: none;
}

.account-settings--hidden {
  display: none;
}

.account-settings {
  font-weight: 700;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 24px;
  color: #0a9d31;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px dotted #0a9d31;
}

.account-settings:hover, .account-settings:focus, .account-settings:active {
  border-bottom: 1px solid #076d22;
  text-decoration: none;
  color: #076d22;
}

.checkbox input[type='checkbox'] {
  display: none;
}

.checkbox input[type='checkbox'] + label {
  padding-left: 40px;
  position: relative;
  line-height: 20px;
  font-size: 14px;
  font-family: "Arial", Helvetica, Sans-serif;
  color: #323232;
}

.checkbox input[type='checkbox'] + label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("../images/chbx.png");
}

.checkbox input[type='checkbox']:checked + label::before {
  background: url("../images/chbx-on.png");
}

input.form-control-static {
  border: none;
  background: transparent;
  font-size: 16px;
  font-family: "Arial", Helvetica, Sans-serif;
  color: #323232;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 10px;
}

input.form-control-static:focus {
  outline: none;
}

.change-field {
  color: #4070ec;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 16px;
}

#acc-settings .form-group:last-child {
  margin-top: 40px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

.form-avatar {
  border: 1px solid #ccc;
  width: 140px;
  height: 140px;
  margin-bottom: 15px;
  display: block;
}

.form-file {
  display: none !important;
}

.form-file + label {
  width: 140px;
  text-align: center;
  font-size: 12px;
  font-family: "Arial", Helvetica, Sans-serif;
  color: #4070ec;
  cursor: pointer;
}

.add-card {
  padding: 50px 0px 70px;
}

.add-card__area {
  padding: 25px 20px;
  background: #3f3f3f;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.add-card__title {
  color: #fff;
  font-size: 16px;
  font-family: "Arial", Helvetica, Sans-serif;
  font-weight: 600;
}

.quality__title {
  position: relative;
  background: #f22823;
  padding: 10px 50px 10px 10px;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 16px;
  color: #fff;
}

.quality__title .q-tips {
  right: 10px;
  top: 3px;
  background: transparent;
  border: 2px solid #fff;
  line-height: 28px;
}

.quality__check {
  padding: 10px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #f0f0f0;
  border-top: none;
}

.quality__check .checkbox {
  margin-bottom: 16px;
  margin-top: 10px;
}

.quality__progress {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.quality__progress .progress-bar {
  background-color: #0a9d31;
  font-family: "Arial", Helvetica, Sans-serif;
}

#my-dropzone {
  min-height: 160px;
  width: 100%;
  margin: 20px 0px;
  border: 3px dashed #fff;
  background: transparent;
  padding: 0px 20px;
}

.dz-default.dz-message {
  margin: 0;
}

.dz-default.dz-message span {
  display: inline-block;
  color: #fff;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  text-align: center;
  font-size: 24px;
  line-height: 154px;
}

.dz-default.dz-message span i {
  font-size: 60px;
  margin-right: 10px;
  vertical-align: middle;
}

.dropzone .dz-preview .dz-image {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.box {
  padding: 20px 25px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.box:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.box__title {
  font-family: "Arial", Helvetica, Sans-serif;
  color: #323232;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.jq-selectbox__select {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  height: 34px;
  background: #fff;
}

.jq-selectbox__dropdown {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.jq-selectbox__dropdown li.selected {
  background: #0a9d31;
}

/*.breed__field {*/
  /*width: 100%;*/
/*}*/

.radio {
  display: none;
}

.radio + label {
  line-height: 34px;
  position: relative;
  display: inline-block;
  font-family: "Arial", Helvetica, Sans-serif;
  font-size: 16px;
  margin-right: 20px;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

.radio + label::before {
  content: '\f10c';
  font-family: 'FontAwesome';
  color: #a5a5a5;
  position: absolute;
  left: 0;
  font-size: 20px;
  line-height: 32px;
}

.radio:checked + label::before {
  content: '\f05d';
  color: #0a9d31;
}

.radio-inline {
  padding-top: 0 !important;
  padding-left: 0 !important;
}

.modal-wrap {
  position: relative;
  max-width: 920px;
  width: auto;
  margin: 0px auto;
}

.modal-head {
  min-height: 90px;
  width: 100%;
  background: url("../images/modal-head.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center top;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table;
  width: 100%;
}

.modal-head > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "NeoSans Medium", Arial, Sans-serif;
  font-size: 30px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.modal-close {
  cursor: pointer;
  line-height: 1;
}

.modal-close i {
  color: #fff;
  font-size: 20px;
}

.modal-body {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}

.mfp-bg {
  z-index: 9998;
}

.mfp-wrap {
  z-index: 9999;
}

.ui-autocomplete {
  max-height: 300px;
  max-width: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: inherit;
  font-size: 14px;
}
