@charset "UTF-8";
/* Normalize
 ========================================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

/* Fonts
 ========================================================================== */
@font-face {
  font-family: "SFUIDisplay-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SFUIDisplay-Bold/SFUIDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Bold/SFUIDisplay-Bold.woff2") format("woff2"), url("../fonts/SFUIDisplay-Bold/SFUIDisplay-Bold.woff") format("woff");
}

@font-face {
  font-family: "SFUIDisplay-Heavy";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SFUIDisplay-Heavy/SFUIDisplay-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Heavy/SFUIDisplay-Heavy.woff2") format("woff2"), url("../fonts/SFUIDisplay-Heavy/SFUIDisplay-Heavy.woff") format("woff");
}

@font-face {
  font-family: "SFUIDisplay-Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SFUIDisplay-Light/SFUIDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Light/SFUIDisplay-Light.woff2") format("woff2"), url("../fonts/SFUIDisplay-Light/SFUIDisplay-Light.woff") format("woff");
}

@font-face {
  font-family: "SFUIDisplay-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SFUIDisplay-Medium/SFUIDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Medium/SFUIDisplay-Medium.woff2") format("woff2"), url("../fonts/SFUIDisplay-Medium/SFUIDisplay-Medium.woff") format("woff");
}

@font-face {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SFUIDisplay-Regular/SFUIDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Regular/SFUIDisplay-Regular.woff2") format("woff2"), url("../fonts/SFUIDisplay-Regular/SFUIDisplay-Regular.woff") format("woff");
}

@font-face {
  font-family: "SFUIDisplay-Semibold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SFUIDisplay-Semibold/SFUIDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Semibold/SFUIDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFUIDisplay-Semibold/SFUIDisplay-Semibold.woff") format("woff");
}

.fluid-font-size {
  font-size: 16px;
}

@media (min-width: 480px) {
  .fluid-font-size {
    font-size: 18px;
    font-size: calcFluidFontSize(16px, 24px, 480px, 1280px, px);
  }
}

@media (min-width: 1280px) {
  .fluid-font-size {
    font-size: 24px;
  }
}

/* Base
 ========================================================================== */
html {
  font: 400 14px/24px "SFUIDisplay-Regular";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #f7f7f7;
  color: #444449;
}

body {
  background: #f7f7f7;
  color: #444449;
  margin: 0;
}

@media only screen and (max-width: 960px) {
  .uk-container {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 600px) {
  .uk-container {
    padding: 0 10px;
  }
}

section {
  margin: 60px 0;
  position: relative;
}

section > h3 {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  section > h3 {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  section > h3 {
    margin-bottom: 10px;
  }
}

section > h3 .nowrap {
  white-space: nowrap;
}

section > h3.no-border {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}

section > h3 .accent {
  background-color: #ffc53e;
  padding: 5px;
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  section > h3 .accent {
    padding: 0 5px;
  }
}

.content {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .content {
    margin: 0;
  }
}

main > section {
  margin-top: 0 !important;
}

.breadcrumb + section {
  margin-top: 0 !important;
}

.yellow {
  background-color: #ffc53e;
}

.video {
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .video {
    margin-bottom: 10px;
  }
}

.video img {
  min-width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 220px;
}

.video .video__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.video .video__wrapper:before {
  content: '\f04b';
  display: block;
  width: 30px;
  height: 30px;
  font-size: 40px;
  color: #fff;
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.list-style {
  margin-top: 10px;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

.list-style li {
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 25px;
  position: relative;
}

.list-style li:before {
  content: '\f105';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-family: "FontAwesome";
  color: #ffc53e;
}

.list-number {
  list-style-type: none;
  counter-reset: item;
}

.list-number li {
  position: relative;
  margin-bottom: 10px;
}

.list-number li:before {
  counter-increment: item;
  content: counter(item) ".";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: -20px;
  font-family: "SFUIDisplay-Heavy";
}

.breadcrumb {
  margin-bottom: 15px;
}

.breadcrumb a {
  font-size: 15px;
  font-family: "SFUIDisplay-Regular";
  text-decoration: underline;
}

.breadcrumb span {
  font-size: 15px;
  font-family: "SFUIDisplay-Regular";
}

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

.block-icon__wrapper {
  margin: 0;
}

.block-icon {
  position: relative;
  display: table;
  padding: 20px 10px 20px 80px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 100px;
  border: 1px solid #ffc53e;
}

@media only screen and (max-width: 768px) {
  .block-icon {
    width: 280px;
    display: block;
    margin: 15px auto;
  }
}

@media only screen and (max-width: 480px) {
  .block-icon {
    padding: 20px 20px 20px 110px;
  }
}

.block-icon img {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

@media only screen and (max-width: 480px) {
  .block-icon img {
    left: 30px;
  }
}

.block-icon p {
  color: #444449;
  font-size: 14px;
  font-family: "SFUIDisplay-Heavy";
  line-height: 20px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.tags {
  display: block;
  margin-left: -5px;
}

.tag-item {
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: #e0e0e0;
  color: #444449;
  font-size: 12px;
  font-family: "SFUIDisplay-Regular";
  line-height: 24px;
  margin: 5px;
}

.tag-item:hover {
  background-color: #85bc1b;
  text-decoration: none;
}

.uk-pagination {
  background-color: #fff;
  margin: 0;
  padding: 30px;
  border-top: 1px solid #f3f3f3;
}

.uk-pagination > .uk-disabled > span {
  background: transparent;
  color: #444449;
  border: 1px solid #444449;
}

.uk-pagination > li > a {
  background: transparent;
  color: #444449;
  border: 1px solid #444449;
}

.uk-pagination > .uk-active > span {
  background: #ffc53e;
  border: 1px solid #444449;
  color: #444449;
}

.uk-modal-dialog-lightbox {
  background-color: transparent !important;
}

.block-form {
  background-color: #fff;
}

.block-form__header {
  background-color: #444449;
}

.block-form__header h4 {
  color: white;
  font-size: 16px;
  font-family: "SFUIDisplay-Heavy";
  line-height: normal;
  text-align: center;
  margin: 0;
  padding: 15px 10px;
}

@media only screen and (max-width: 480px) {
  .block-form__header h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

.block-form__body {
  padding: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
  .block-form__body {
    padding: 10px;
  }
}

.block-form__body input, .block-form__body textarea {
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 480px) {
  .block-form__body input, .block-form__body textarea {
    margin-bottom: 10px !important;
  }
}

.block-form.block-form--small .block-form__body {
  padding: 10px;
}

.block-form.block-form--small .block-form__body input, .block-form.block-form--small .block-form__body textarea {
  margin-bottom: 10px !important;
}

.block-tabs .block-tabs-nav
li {
  width: 33.333%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-color: #e0e0e0;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #ffc53e;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.block-tabs .block-tabs-nav
li:hover {
  background-color: #e0e0e0;
  border: 2px solid #e0e0e0;
  border-bottom: 2px solid #ffc53e;
  border-left: 2px solid #fff;
}

.block-tabs .block-tabs-nav
li:hover a {
  background-color: #e0e0e0;
  color: #444449;
  border: 0;
}

.block-tabs .block-tabs-nav
li a {
  color: #919192;
  font-size: 16px;
  font-family: "SFUIDisplay-Heavy";
  line-height: 24px;
  border: 0;
}

.block-tabs .block-tabs-nav
li.uk-active {
  background-color: #fff;
  border: 2px solid #ffc53e !important;
  border-bottom: 0 !important;
}

.block-tabs .block-tabs-nav
li.uk-active a {
  color: #444449;
  background-color: #fff;
}

.block-tabs .block-tabs-nav
li.last {
  border-right: 2px solid #e0e0e0;
}

.block-tabs .block-tabs-nav
li:first-child {
  border-left: 2px solid #e0e0e0;
}

.block-tabs .block-tabs-content {
  border: 2px solid #ffc53e;
  border-top: 0;
  background-color: #fff;
  margin-top: -1px;
  padding: 30px 0;
}

@media only screen and (max-width: 768px) {
  .block-tabs .block-tabs-content {
    padding: 20px;
  }
}

.block-slideset {
  padding: 0 50px;
}

@media only screen and (max-width: 800px) {
  .block-slideset {
    padding: 0 !important;
    margin-bottom: 20px !important;
  }
}

.block-slideset .block-slideset-item .block-slideset-item__link {
  display: block;
}

.block-slideset .block-slideset-item img {
  min-width: 100%;
}

.uk-dotnav-accent a {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.uk-dotnav-accent li.uk-active a {
  background-color: #e0e0e0;
  border: 1px solid #ffc53e;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.uk-slidenav-position .uk-slidenav-previous {
  left: -40px;
}

.uk-slidenav-position .uk-slidenav-next {
  right: -40px;
  background-color: #85bc1b;
}

.block-slideshow--card .uk-slidenav-position .uk-slidenav-previous {
  left: 0;
}

.block-slideshow--card .uk-slidenav-position .uk-slidenav-next {
  right: -4px;
}

/* Typography
 ========================================================================== */
.uk-panel-title {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
}

@media only screen and (max-width: 960px) {
  .uk-panel-title {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .uk-panel-title {
    font-size: 18px;
    line-height: normal;
  }
}

.title-danger {
  text-align: center;
  background-color: #fe4545;
  border-bottom: 0;
  padding: 0;
  color: white;
  font-size: 24px;
  font-family: "SFUIDisplay-Heavy";
  line-height: 24px;
  padding: 10px;
}

@media only screen and (max-width: 480px) {
  .title-danger {
    font-size: 18px;
    line-height: 22px;
  }
}

/*
 * Sizes
 */
@media only screen and (max-width: 480px) {
  h1, .uk-h1 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 480px) {
  h2, .uk-h2 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 480px) {
  h3, .uk-h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

/* Header
 ========================================================================== */
.header-page {
  padding: 10px 0 10px;
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  .header-page .logo__wrap {
    width: 66.66%;
  }
}

@media only screen and (max-width: 480px) {
  .header-page .logo__wrap {
    width: 75%;
    max-width: 75%;
  }
}

.header-page .logo__wrapper {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .header-page .logo__wrapper {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .header-page .logo__wrapper {
    padding-right: 0;
  }
}

.header-page .logo__wrapper:before {
  content: '';
  display: block;
  width: 30px;
  height: 100px;
  background-image: url(../img/header__left.png);
  position: absolute;
  top: -6px;
  right: 30px;
}

@media only screen and (max-width: 1170px) {
  .header-page .logo__wrapper:before {
    right: -10px;
  }
}

@media only screen and (max-width: 1030px) {
  .header-page .logo__wrapper:before {
    right: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .header-page .logo__wrapper:before {
    right: -20px;
  }
}

@media only screen and (max-width: 600px) {
  .header-page .logo__wrapper:before {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .header-page .slogan__wrapper {
    display: none;
  }
}

.header-page .phone__wrapper {
  position: relative;
}

.header-page .phone__wrapper:before {
  content: '';
  display: block;
  width: 30px;
  height: 100px;
  background-image: url(../img/header__right.png);
  position: absolute;
  top: -6px;
  left: 30px;
}

@media only screen and (max-width: 1170px) {
  .header-page .phone__wrapper:before {
    left: -10px;
  }
}

@media only screen and (max-width: 1030px) {
  .header-page .phone__wrapper:before {
    left: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .header-page .phone__wrapper:before {
    left: -20px;
  }
}

@media only screen and (max-width: 600px) {
  .header-page .phone__wrapper:before {
    display: none;
  }
}

.logo {
  display: block;
}

.city__title {
  font-family: "SFUIDisplay-Regular";
  font-size: 14px;
  color: #919192;
  margin-right: 5px;
}

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

@media only screen and (max-width: 600px) {
  .city__title {
    display: inline-block;
  }
}

.city__link {
  font-family: "SFUIDisplay-Medium";
  color: #444449;
  border-bottom: 1px dashed #444449;
}

.city__link:hover {
  text-decoration: none;
  border-bottom: 1px dashed #ffc53e;
}

@media only screen and (max-width: 768px) {
  .city__link {
    margin: 10px 0 0;
    display: inline-block;
  }
}

@media only screen and (max-width: 600px) {
  .city__link {
    margin: 5px 0 0;
  }
}

.slogan {
  text-align: center;
}

.slogan__big {
  margin: 0;
  color: #444449;
  font-family: "SFUIDisplay-Heavy";
  font-size: 30px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1170px) {
  .slogan__big {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1030px) {
  .slogan__big {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 960px) {
  .slogan__big {
    font-size: 24px;
  }
}

@media only screen and (max-width: 860px) {
  .slogan__big {
    font-size: 21px;
    margin-top: 25px;
  }
}

.slogan__small {
  margin: 0;
  color: #444449;
  font-family: "SFUIDisplay-Medium";
  font-size: 14px;
}

@media only screen and (max-width: 1170px) {
  .slogan__small {
    font-size: 13px;
  }
}

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

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

.phone {
  float: right;
  background-image: url(../img/bg__phone.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 100px;
  max-width: 190px;
}

@media only screen and (max-width: 1030px) {
  .phone {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 960px) {
  .phone {
    padding-left: 60px;
    text-align: right;
  }
}

@media only screen and (max-width: 798px) {
  .phone {
    padding-left: 40px;
    background-image: none;
  }
}

@media only screen and (max-width: 768px) {
  .phone {
    padding-left: 0;
  }
}

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

.phone__small {
  margin: 0;
  color: #444449;
  font-family: "SFUIDisplay-Regular";
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 960px) {
  .phone__small {
    font-size: 13px;
  }
}

.phone__link {
  display: block;
  color: #444449;
  font-family: "SFUIDisplay-Semibold";
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 10px;
  max-width: 225px;
  display: inline-block;
  white-space: nowrap;
  /* Отменяем перенос текста */
  overflow: hidden;
  /* Обрезаем содержимое */
}

.phone__link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .phone__link {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .phone__link {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.phone__link--mobile {
  display: none;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  float: left;
  margin-right: 25px;
}

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

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

/* Menu
 ========================================================================== */
.navbar {
  background-color: #444449;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 600px) {
  .navbar {
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (max-width: 1220px) {
  .uk-navbar-nav {
    float: none;
    display: table;
    margin: 0 auto;
  }
}

.uk-navbar-nav li {
  position: relative;
  z-index: 2;
}

.uk-navbar-nav li:before {
  content: '|';
  display: block;
  color: #fff;
  position: absolute;
  top: 7px;
  right: -3px;
  z-index: 1;
}

@media only screen and (max-width: 1220px) {
  .uk-navbar-nav li a {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1020px) {
  .uk-navbar-nav li a {
    padding: 0 10px;
  }
}

.uk-navbar-nav li.uk-active:before {
  display: none;
}

.uk-navbar-nav li:hover:before {
  display: none;
}

.uk-navbar-nav li:last-child:before {
  display: none;
}

li.flexMenu-viewMore {
  background-color: #ffc53e;
}

li.flexMenu-viewMore > a {
  color: #444449;
  font-family: "SFUIDisplay-Heavy";
}

li.flexMenu-viewMore .flexMenu-popup {
  right: 0;
  padding: 10px;
  background-color: #fff;
  width: 200px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
}

li.flexMenu-viewMore .flexMenu-popup li a {
  padding: 0 10px;
  line-height: 30px;
  display: block;
}

li.flexMenu-viewMore .flexMenu-popup li a:hover,
li.flexMenu-viewMore .flexMenu-popup li a:focus,
li.flexMenu-viewMore .flexMenu-popup li a:active {
  background-color: #ffc53e;
  text-decoration: none;
}

#menu-checkbox,
.toggle-button {
  display: none;
}

@media only screen and (max-width: 600px) {
  .toggle-button {
    display: block;
  }
  .uk-navbar-nav {
    display: none;
    padding: 0;
    margin: 0;
  }
  .uk-navbar-nav li {
    display: block;
    width: 110%;
    background-color: #fff;
    margin-left: -10px;
  }
  .uk-navbar-nav li:before {
    display: none;
  }
  .uk-navbar-nav li.uk-active {
    background-color: #ffc53e;
  }
  .uk-navbar-nav li.uk-active a {
    font-family: "SFUIDisplay-Bold";
  }
  .uk-navbar-nav li a {
    display: block;
    height: auto;
    line-height: normal;
    padding: 15px 0;
    margin: 0 25px 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #444449;
    border-bottom: 1px solid #e0e0e0;
    background-color: transparent;
  }
  .uk-navbar-nav li:hover,
  .uk-navbar-nav li:focus,
  .uk-navbar-nav li:active {
    background-color: #ffc53e;
  }
  .uk-navbar-nav li a:hover,
  .uk-navbar-nav li a:focus,
  .uk-navbar-nav li a:active {
    text-decoration: underline;
    text-decoration: none;
    background-color: transparent;
    color: #444449;
  }
  .toggle-button {
    text-align: center;
    display: block;
    cursor: pointer;
    background-color: #ffc53e;
    color: #fff;
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 5px;
  }
  .toggle-button:after {
    font-family: "FontAwesome";
    content: "\f0c9";
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: #fff;
  }
  #menu-checkbox:checked + .uk-navbar .toggle-button:after {
    font-family: "FontAwesome";
    content: "\f00d";
  }
  #menu-checkbox:checked + nav[role="navigation"] .uk-navbar-nav {
    display: block;
  }
}

.uk-nav-parent-icon > .uk-parent > a:after {
  content: "\f067";
}

.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: "\f068";
}

.discont {
  display: block;
}

.discont img {
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.discont__accent {
  color: #ff5b5b;
  font-family: "SFUIDisplay-Semibold";
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.discont__title {
  color: #444449;
  font-size: 16px;
  font-family: "SFUIDisplay-Medium";
  line-height: 18px;
  margin-top: 10px;
}

.discont__price {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.discont__price .price-new {
  background-color: #ffc53e;
  display: inline-block;
  padding: 5px;
  font-size: 18px;
  font-family: "SFUIDisplay-Heavy";
  margin: 0;
}

.discont__price .price-old {
  color: #909091;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  text-decoration: line-through;
  margin: 0;
}

.discont__price .discont-value {
  color: #ff5b5b;
  font-size: 24px;
  font-family: "SFUIDisplay-Heavy";
  line-height: 14px;
  position: absolute;
  top: 0;
  right: 0;
}

.submenu-panel {
  margin-top: 0;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
}

.submenu {
  display: block;
}

.submenu-block {
  padding-left: 10px;
  border-right: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100%;
}

.submenu-title {
  color: #444449;
  font-size: 15px;
  line-height: 24px;
  font-family: "SFUIDisplay-Heavy";
  text-transform: uppercase;
  margin-bottom: 0px;
}

ul.submenu-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 5px;
}

ul.submenu-list li {
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 25px;
  position: relative;
  margin-top: 5px;
}

ul.submenu-list li:before {
  display: none;
}

ul.submenu-list li:after {
  content: '\f105';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-family: "FontAwesome";
  color: #444449;
}

ul.submenu-list li a {
  color: #444449;
  font-size: 15px;
  line-height: 24px;
  font-family: "SFUIDisplay-Regular";
  text-decoration: underline;
}

ul.submenu-list li:hover a {
  color: #ffc53e;
  font-family: "SFUIDisplay-Heavy";
  text-decoration: none;
}

ul.submenu-list li:hover:after {
  display: block !important;
  color: #ffc53e !important;
}

ul.submenu-list.submenu-margin-top {
  margin-top: 30px;
}

.uk-offcanvas-bar {
  padding: 30px 40px 30px 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 70%;
  overflow-x: hidden;
}

@media only screen and (max-width: 480px) {
  .uk-offcanvas-bar {
    width: 270px;
    padding: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.uk-offcanvas-bar h3, .uk-offcanvas-bar .uk-h3 {
  font-size: 20px;
  line-height: 30px;
}

.mobile_panel {
  padding: 20px 40px;
  display: block;
  width: 320px;
  height: auto;
  top: 150px;
  left: -330px;
  position: fixed;
  z-index: 4;
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.5);
}

.mobile_panel.open {
  position: absolute !important;
}

@media only screen and (max-width: 600px) {
  .mobile_panel {
    top: 140px;
    padding: 20px;
  }
}

.mobile_panel h3, .mobile_panel .uk-h3 {
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (max-width: 600px) {
  .mobile_panel h3, .mobile_panel .uk-h3 {
    display: none;
  }
}

/* Sidebar
 ========================================================================== */
aside h3 {
  color: #444449;
  font-family: "SFUIDisplay-Heavy";
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.catalog-list {
  margin-bottom: 30px;
}

.catalog-list .uk-nav > li > a {
  color: #444449;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "SFUIDisplay-Heavy" !important;
  padding: 5px 15px 5px 35px;
  position: relative;
}

.catalog-list .uk-nav > li > a img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.catalog-list .uk-nav li > a {
  color: #444449;
  font-family: "SFUIDisplay-Regular";
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 400;
}

.catalog-list ul.uk-nav-sub {
  padding: 5px 0 5px 40px;
}

.catalog-list ul.uk-nav-sub li {
  position: relative;
  padding-left: 35px;
}

.catalog-list ul.uk-nav-sub li img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.catalog-list ul.uk-nav-sub li.uk-active,
.catalog-list ul.uk-nav-sub li:hover {
  position: relative;
}

.catalog-list ul.uk-nav-sub li.uk-active:before,
.catalog-list ul.uk-nav-sub li:hover:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-color: #ffc53e;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: 0px;
}

.catalog-list ul.uk-nav-sub li.uk-active a,
.catalog-list ul.uk-nav-sub li:hover a {
  font-family: "SFUIDisplay-Heavy";
  position: relative;
}

.catalog-list ul.uk-nav-sub li.uk-active a img,
.catalog-list ul.uk-nav-sub li:hover a img {
  left: -35px;
}

.catalog-list li.uk-parent {
  border-top: 1px solid #dedede;
}

.sidebar-news {
  margin-bottom: 30px;
}

.sidebar-news .btn-border {
  width: 100%;
}

.sidebar-news__item {
  margin-bottom: 30px;
}

.sidebar-news__item img {
  min-width: 100%;
}

.sidebar-news__title {
  color: #444449;
  font-size: 16px;
  font-family: "SFUIDisplay-Regular";
  line-height: 24px;
  display: block;
}

.sidebar-news__title:hover {
  text-decoration: none;
  color: #85bc1b;
}

.sidebar-news__data {
  margin-right: 10px;
  color: #919192;
}

.sidebar-news__data .uk-icon {
  margin-right: 10px;
}

.sidebar-news__views {
  color: #919192;
}

.sidebar-news__views .uk-icon {
  margin-right: 10px;
}

.share {
  display: block;
  margin-bottom: 10px;
}

.share .share__quantity {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
}

.share .share__quantity span.weight {
  display: block;
  font-size: 16px;
  font-family: "SFUIDisplay-Semibold";
  line-height: normal;
}

.share .share__quantity span.presence {
  display: block;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  line-height: normal;
}

.share .share__price {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
}

.share .share__price span.share__price {
  color: #444449;
  font-size: 16px;
  line-height: normal;
  font-family: "SFUIDisplay-Semibold";
  background-color: #ffc53e;
  padding: 3px;
  margin-right: 10px;
}

.share .share__price span.share__price--old {
  color: #909091;
  font-size: 12px;
  line-height: normal;
  font-family: "SFUIDisplay-Regular";
  text-decoration: line-through;
}

.sidebar-reviews {
  margin-bottom: 30px;
}

.sidebar-reviews .btn-border {
  width: 100%;
}

.sidebar-reviews__item {
  margin-bottom: 30px;
}

.sidebar-reviews__item .video {
  margin-bottom: 10px;
}

.sidebar-reviews__name {
  color: #444449;
  font-size: 16px;
  font-family: "SFUIDisplay-Medium";
  line-height: 24px;
  margin: 0;
}

.sidebar-reviews__position {
  color: #444449;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  line-height: 24px;
  margin: 0;
}

.sidebar-tags {
  margin-bottom: 30px;
}

/* End Sidebar */
/* Buttons
 ========================================================================== */
button {
  outline: none;
}

.tm-btn-group {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 101;
}

.block-button {
  background-color: #444449;
  padding: 10px 0;
  text-align: center;
}

.btn-icon + .btn-icon {
  margin-left: 20px;
}

[class*='btn-'] .uk-icon {
  margin-right: 10px;
}

.btn-center, .btn-submit-contact {
  display: table !important;
  margin: 30px auto 0;
}

.btn-question {
  position: fixed;
  top: 250px;
  left: -65px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-transform: none !important;
  font-size: 14px !important;
  border-left: 3px solid #f3f3f3;
  border-right: 3px solid #f3f3f3;
  border-bottom: 3px solid #f3f3f3;
}

@media only screen and (max-width: 960px) {
  .btn-question {
    top: 420px;
    left: -52px;
  }
}

@media only screen and (max-width: 600px) {
  .btn-question {
    display: none !important;
  }
}

.btn-mobile-menu {
  position: fixed;
  top: 220px;
  left: -50px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: #85bc1b;
  display: inline-block;
  padding: 10px 20px;
  color: white;
  font-family: "SFUIDisplay-Regular";
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: none;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: opacity 0.5s linear;
          transition: opacity 0.5s linear;
  border: 0;
}

.btn-mobile-menu .uk-icon {
  margin-left: 10px;
}

.btn-mobile-menu:hover {
  text-decoration: none;
  color: white;
  background-color: #75a618;
}

.btn-mobile-menu.open {
  position: absolute;
}

.btn-mobile-menu.open .uk-icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media only screen and (max-width: 600px) {
  .btn-mobile-menu {
    display: none;
  }
}

.btn-mobile-menu__inner {
  position: fixed;
  top: 220px;
  right: -50px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: #85bc1b;
  display: inline-block;
  padding: 10px 20px;
  color: white;
  font-family: "SFUIDisplay-Regular";
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: none;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: opacity 0.5s linear;
          transition: opacity 0.5s linear;
  border: 0;
}

.btn-mobile-menu__inner .uk-icon {
  margin-left: 10px;
}

.btn-mobile-menu__inner:hover {
  text-decoration: none;
  color: white;
  background-color: #75a618;
}

.btn-mobile-menu__inner.open {
  position: absolute;
}

.btn-mobile-menu__inner.open .uk-icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media only screen and (max-width: 600px) {
  .btn-mobile-menu__inner {
    display: none;
  }
}

.btn-default {
  background-color: #85bc1b;
  display: inline-block;
  padding: 10px 20px;
  color: white;
  font-family: "SFUIDisplay-Regular";
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  border: 0;
}

.btn-default:hover {
  text-decoration: none;
  color: white;
  background-color: #75a618;
}

@media only screen and (max-width: 960px) {
  .btn-default {
    padding: 10px 5px;
  }
}

.btn-grey {
  background-color: #e0e0e0;
  display: inline-block;
  padding: 10px 25px;
  font-family: "SFUIDisplay-Regular";
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  min-height: 34px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-grey:hover {
  text-decoration: none;
  color: white;
  background-color: #fe2c2c;
}

@media only screen and (max-width: 960px) {
  .btn-grey {
    padding: 10px;
  }
}

.btn-border {
  font-family: "SFUIDisplay-Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
  padding: 10px 35px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #444449;
  display: inline-block;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  text-align: center;
  background-color: transparent;
}

.btn-border:hover,
.btn-border:focus,
.btn-border:active {
  text-decoration: none;
  color: white;
  background-color: #75a618;
  border: 1px solid #85bc1b;
  outline: none;
}

@media only screen and (max-width: 960px) {
  .btn-border {
    display: table;
    margin: auto;
  }
}

@media only screen and (max-width: 480px) {
  .btn-border {
    padding: 10px 30px;
  }
}

.btn-icon {
  font-family: "SFUIDisplay-Regular";
  display: inline-block;
  padding: 10px 25px;
  background-color: #ffc53e;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  line-height: normal;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.btn-icon .uk-icon {
  margin-right: 10px;
}

.btn-icon:hover,
.btn-icon:active {
  background-color: #ffb60b;
  text-decoration: none;
}

.btn-icon.btn-green {
  background-color: #85bc1b;
  color: #fff;
}

.btn-icon.btn-green:hover,
.btn-icon.btn-green:active {
  background-color: #658f15;
  text-decoration: none;
}

.btn-icon.btn-red {
  background-color: #fe4545;
  color: #fff;
}

.btn-icon.btn-red:hover,
.btn-icon.btn-red:active {
  background-color: #fe1212;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .btn-icon {
    padding: 10px;
  }
}

.btn-bottom-form {
  display: table;
  margin: auto;
  padding: 10px 25px;
  background-color: #85bc1b;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  border: 0;
  color: white;
  font-size: 16px;
  font-family: "SFUIDisplay-Heavy";
  text-transform: uppercase;
}

.btn-bottom-form .uk-icon {
  margin-right: 10px;
  color: white;
}

.btn-bottom-form:hover,
.btn-bottom-form:active {
  background-color: #658f15;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .btn-bottom-form {
    padding: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .btn-bottom-form {
    font-size: 12px !important;
  }
}

.btn-submit {
  text-align: center;
  display: inline-block;
  min-width: 230px;
  height: 35px;
  line-height: 35px;
  border: 0;
  background-color: #ffc53e;
  font-size: 14px;
  font-family: "SFUIDisplay-Semibold";
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-submit:hover,
.btn-submit:active {
  background-color: #ffb60b;
  text-decoration: none;
}

.btn-serch-city {
  text-align: center;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: 0;
  background-color: #ffc53e;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  line-height: 14px;
  margin-left: -4px;
  padding: 10px 15px;
  width: 115px;
  vertical-align: top;
}

.btn-serch-city:hover,
.btn-serch-city:active,
.btn-serch-city:focus {
  background-color: #ffb60b;
  text-decoration: none;
  outline: none;
}

.btn-add-review {
  display: inline-block;
  background-color: #ffc53e;
  padding: 7px 15px;
  line-height: normal;
  position: absolute;
  right: 0;
  top: 0;
}

.btn-add-review .uk-icon {
  margin-right: 10px;
}

.btn-add-review:hover {
  text-decoration: none;
  background-color: #ffb60b;
}

@media only screen and (max-width: 960px) {
  .btn-add-review {
    padding: 7px 10px;
  }
}

@media only screen and (max-width: 600px) {
  .btn-add-review {
    position: static;
    display: table;
    margin: 10px auto 15px;
  }
}

.btn-full {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-subscription {
  padding: 13px 20px;
  position: relative;
  top: 1px;
  font-size: 16px;
  font-family: "SFUIDisplay-Regular";
}

@media only screen and (max-width: 960px) {
  .btn-subscription {
    padding: 13px 10px;
  }
}

@media only screen and (max-width: 960px) {
  .btn-plus {
    display: table;
    margin: auto;
  }
}

.btn-header-mobile-menu {
  display: none;
  float: right;
  cursor: pointer;
  margin: 15px 0 0;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  background-image: url(../img/icon__mobile-menu.png);
}

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

.btn-header-mobile-menu.open {
  background-image: url(../img/icon__mobile-menu-open.png);
}

.btn-footer-mobile-callback {
  display: none;
  float: right;
  cursor: pointer;
  margin: 15px 0 0;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  background-image: url(../img/bg__phone.png);
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 100;
}

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

/* Links
 ========================================================================== */
a {
  background: transparent;
}

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

a,
.uk-link {
  color: #29292b;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
.uk-link:hover {
  color: #000000;
  text-decoration: underline;
}

.uk-subnav > * > :hover, .uk-subnav > * > :focus {
  color: #85bc1b;
  text-decoration: none;
}

/* Chosen v1.6.2 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
  width: 100% !important;
  position: relative;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  color: #919192;
  background-clip: padding-box;
  text-decoration: none;
  white-space: nowrap;
  background-color: white;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 15px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAUklEQVQYV02OMQKAMAgDk8+2Gx31CTrCZt/kn6ioVZgSOAJUtRPw3lrrSKWqBWDhKw4Sq4jswZjZ4o7tWqyMRobCz2Gk3kCGHud1nvyAHwLyPwMekyaf7YXGzgAAAABJRU5ErkJggg==");
  background-position: center;
  background-repeat: no-repeat;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(chosen-sprite.png) no-repeat 100% -20px;
  background: url(chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #ffc53e;
  color: #444449;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

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

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(chosen-sprite.png) no-repeat -30px -20px;
  background: url(chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* Form
 ========================================================================== */
::-webkit-input-placeholder {
  color: #919192;
}

::-moz-placeholder {
  color: #919192;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #919192;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #919192;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

/* плавное изменение прозрачности  placeholder-а при фокусе */
input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* плавное изменение прозрачности  placeholder-а при фокусе */
textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}

textarea::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

textarea:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:not([type]),
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
select {
  background-color: white;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  margin: 0 0 10px 0;
}

input:not([type]):hover,
input:not([type]):focus,
input:not([type]):active,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="email"]:active,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="number"]:active,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="password"]:active,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="url"]:active,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="text"]:active,
select:hover,
select:focus,
select:active {
  outline: none;
}

select {
  color: #919192;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAUklEQVQYV02OMQKAMAgDk8+2Gx31CTrCZt/kn6ioVZgSOAJUtRPw3lrrSKWqBWDhKw4Sq4jswZjZ4o7tWqyMRobCz2Gk3kCGHud1nvyAHwLyPwMekyaf7YXGzgAAAABJRU5ErkJggg==");
  background-position: 97% center;
  background-repeat: no-repeat;
  appearance: none;
  display: block;
}

textarea {
  display: block;
  width: 100%;
  height: 130px;
  resize: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e0e0e0;
}

.input-user {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAA4UlEQVQoU5WSwRGCMBBFs1IBlqAlaAuUoCV4M3CDEvAEyYEZW5AWKEFKkBKkADRxE4gTAjqaC5s/+zb7dwFiHcbYhhA4o6S+jZQkiaJjaeeAuRRF4Xfd44Z3f5QAJKCUVkZ7A5zzGCumdvIQV2FIgwmQ5zwFIPEMUCOwnQBD/1cXwCIJtnQaAVmWrQC8gxLtVzAuhSANqrUxDyp5sfBUZWNWGVRx20+r16WEvYIAzV7Q7G6md1dq0csSGON3d5SfYCGeawXIH6rrFPQU/A98WZj7sF6g3nS/Az2R2QMAjfk9XimMUdFCk4k0AAAAAElFTkSuQmCC");
  background-position: 97% center;
  background-repeat: no-repeat;
}

.input-email {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAMCAYAAAC9QufkAAAA0UlEQVQoU62S0Q2CMBRF+xIZgBkcAUeAEXQE+TKELxlBP1sTEh1BV2AEXaErdADSPm8xJIgSaWJ/mva9c9/tTUnK01kI3oqw9YiiRUZSKg7jXt1EIiOl1JVZrMMESBfFbunhFPAecDpPgDQR59Za3dmGhYqZDcwcIBBPi9AFgxrAPqdq+GZciiOKXiAZCRjUNs6JFLt3icX5ODDDTDkKSd+E/YZOP3Ek+gn3SXaAP7xPG/qZgOcF9wf4/iWgX8ONc3ZFdV3HbdsGfRLnXFOWpX4CE5tjDvpVCx0AAAAASUVORK5CYII=");
  background-position: 97% center;
  background-repeat: no-repeat;
}

.input-phone {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAA0UlEQVQoU4WSwRGCMBBFWQgFYAlYgpRgC1pCmOGQHLEEPMHGkzVQgpYgJVgDDTATd4fgQJyJOSWT//bv/gQiWm3b5nEcZ1rrgc+hBcaYo7XRYxbZ4h8EiLc3CXNXddBaFUEHRGO3grDLxgEguiilrkGHrjMNCWsSjWkq9lVVjUFgTih5kSgjsCeHcxDgS0qqpqQa3vttIeJhnRws1SitO6UlHdQLIcppmqQrRO9jSwa/AAvXEM/EbfoJbgC/PX8WCmX3AyxfBSCRAHByjzq42Z4fMO9UxkwsfTYAAAAASUVORK5CYII=");
  background-position: 97% center;
  background-repeat: no-repeat;
}

.input-calendar {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAAuElEQVQ4T2NkAIJp06YJ/v799wwDw38lBgbGWfn5uen4xBlBkhMmTOpgZGQo//+foRNEAzWbgMT//2cMRRfPz88/yzhx4uS7EBvAyoA2MM6EsJEBsjjjPaCmSf+RpPcA2S6YmhhQxNE1YVGPKQTV9D8d6NZZIKcCA0EZpAwbe+LEiWkg51OiieE90AQgBgf5PWigYGH/FwTKCVJiE1l+GszOewcKEaJiFaLoPSMkhf8OJVYTKyvragDwvc8VWb/VewAAAABJRU5ErkJggg==");
  background-position: 95% center;
  background-repeat: no-repeat;
  text-align: left;
  padding-left: 5px !important;
}

.input-clock {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABEklEQVQoU41S0W3CMBR8L5ABYIR0hDJCMwIrgBSJmHyREcpXSJAitSOUEegIzQj1CO0AcXHf2UlrVUjFP7Zf7u7dPYcpWE3T7KzlFZFNhnLHTKc8z/cjjHGoqiqJouk5AIY6OHdxPE2zLPt0hLpu3mS7J2JtLZXb7ebUtu2s7/slUbQbhDql8gV7G/QIcBxPFlCR2oPUzgJg330CwZnYK/lX3a6VUs++Yy05+AmE8A5rIFgUxeMc6tcI3p75wLcfQtD+fUw8dhhyOmEhHAVgE/GXyvhevX/cWeMO0OFwXDLbF+QMQpObwt95ejtfEtqJlhwWEEoebn99rKyV2tzd+HCsLxeTFkWhHQELnYwxq/9+jW/94KTf2P0eMQAAAABJRU5ErkJggg==");
  background-position: 95% center;
  background-repeat: no-repeat;
  text-align: left;
  padding-left: 5px !important;
}

textarea.question {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAA0klEQVQoU5WSyxHCIBRFIWMK0BJSgyVICaYEnckCJitbcBlwZS+0QAu2YAXy8kBA8lVZkRnOPY9LKPmypLzdCYGqLDd10zRPd5yuMQE4hTMGQebARajr1NWnUnLJgo0QfD8LZQYDQHQOom03gT4Afbi7oCWBCDPOuR5AM0CcTFv7Ordti0FZESsANgZMCGFigjf9A3hTAI64347qnxiSSUoFALQuCqiwKV8zrkUgmBSE92ABwsaGdxj/ADjeG/rFkMZTSh1wPvcexFqrY63j9Py7B9EGdeHsebufAAAAAElFTkSuQmCC");
  background-position: 98% 10px;
  background-repeat: no-repeat;
}

.input-city {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANCAYAAACUwi84AAAA7klEQVQoU11R2w3CMAy0eQwAI5QRYARWgBFAqtSk/YIR4KskSJVgBFiBEWAEGIEOwCOcU1IVLFVOzpfz2WVC5HketVrtHY5juSNO7/drnmXZjb/FM8DetxhSCdKIrbUH52gCtCRyy6rKK3nATEc2xroKdHOt9V5OxpgZSNKSaoJzPE3T5CjgZrOdMLtDIEj/Ib4Lek4FhGEpeoyb7D+TJKpc9dxe4SH6JfBN62TgCZhkgUnEeR2YYKmUWntCpWLvSGEXpdaq700GQlMFaus0VX4nNaEoit7j8YQXom63M4jjGItrEOQia5cs/yAofwAiRGEraYsi0AAAAABJRU5ErkJggg==");
  background-position: 2% center;
  background-repeat: no-repeat;
  padding-left: 40px !important;
}

.input-video {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAlklEQVQoU2OcOHGiMQMD40wGBgYlIBYEYmzgPVDN+///GSoKCnJXM06cOOkMUBVQI3GAlZVFCKTpP6pyxlkMDP/OAk3uwGYzIyODK4YmoBM6CwryKqZNmyb458+fmUB+KLKh//8zhuHUBFM4adKkVcga8WoiySagX/D6iYHhvwm5oQeKJ6ZVQBNAcYQ3noCh2pmfnz8LABEYVKhyGvgkAAAAAElFTkSuQmCC");
  background-position: 97% center;
  background-repeat: no-repeat;
}

.uk-button-dropdown {
  width: 100%;
}

.btn-dropdown {
  width: 100%;
  height: 40px;
  text-align: left;
  position: relative;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding-left: 10px;
}

.btn-dropdown .uk-icon {
  position: absolute;
  right: 10px;
  top: 12px;
}

.uk-dropdown {
  width: 100%;
  margin-top: -5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  border-top: 0;
}

.uk-dropdown .checkbox {
  display: none;
}

.uk-dropdown .checkbox:checked + label {
  padding-left: 30px;
}

.uk-dropdown .checkbox:checked + label:before {
  opacity: 1;
}

.uk-dropdown label {
  display: block !important;
  padding-left: 10px;
  cursor: pointer;
  position: relative;
  min-width: 100%;
  line-height: 25px !important;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px !important;
}

.uk-dropdown label:before {
  content: '\f00c';
  display: block;
  font-family: "FontAwesome";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 10px;
  color: #ffc53e;
  opacity: 0;
}

.uk-dropdown label:hover {
  background-color: #ffc53e;
}

.uk-dropdown label:hover:before {
  color: #fff;
}

.btn-dropdown__select {
  display: block;
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  float: right;
  margin-right: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

input.input-checkbox {
  display: none;
}

input.input-checkbox + label {
  position: relative;
  padding-left: 25px;
  line-height: 20px;
  cursor: pointer;
}

input.input-checkbox + label:after,
input.input-checkbox + label:before {
  display: block;
  font-family: "FontAwesome";
  position: absolute;
}

input.input-checkbox + label:after {
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  left: 0;
  top: 2px;
}

input.input-checkbox + label:before {
  content: '\f00c';
  color: #ffc53e;
  left: 1px;
  top: 0px;
  opacity: 0;
}

input.input-checkbox:checked + label:before {
  opacity: 1;
}

input.ymaps-2-1-45-input__control {
  margin: 0;
}

.text-form-bold {
  color: #444449;
  font-family: "SFUIDisplay-Semibold";
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .select-serch {
    margin-bottom: 15px;
  }
}

/* Modal
 ========================================================================== */
.uk-modal-dialog {
  padding: 0;
  margin-top: 30px;
}

.uk-modal-dialog form {
  padding: 15px;
}

.uk-modal-dialog p {
  text-align: center;
}

.modal-dialog-small {
  width: 265px;
}

.modal-dialog-medium {
  width: 768px;
}

.modal-dialog-medium p {
  text-align: left;
}

.seccure {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  font-size: 16px;
  font-family: "SFUIDisplay-Regular";
  line-height: 24px;
}

.seccure ul {
  text-align: left;
  list-style-type: none;
}

.seccure ul li {
  position: relative;
}

.seccure ul li:before {
  content: '\f105';
  display: block;
  width: 15px;
  height: 15px;
  font-size: 14px;
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: -15px;
}

.seccure .btn-default {
  display: table;
  margin: 20px auto;
}

.seccure .small-text {
  font-size: 12px;
  font-family: "SFUIDisplay-Regular";
  line-height: 8px;
  text-decoration: underline;
}

.uk-modal-header {
  background-color: #444449;
  text-align: center;
  color: #fefeff;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-family: "SFUIDisplay-Heavy";
  margin: 0;
}

.uk-close {
  background: white;
  opacity: 1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.callback-modal .uk-modal-dialog {
  width: 265px;
  background-color: white;
  padding: 0;
}

.callback-modal form {
  padding: 15px;
}

.callback-modal form p {
  text-align: center;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  line-height: 24px;
}

.btn-submit-question {
  display: table;
  margin: auto;
}

.block-btn-select-city {
  padding: 15px;
  text-align: center;
}

.block-btn-select-city a {
  margin: 0 5px;
}

.block-city-list ul {
  list-style-type: none;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  padding-left: 5px;
}

@media only screen and (max-width: 768px) {
  .block-city-list ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media only screen and (max-width: 480px) {
  .block-city-list ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.block-city-list ul li {
  margin-bottom: 7px;
}

.block-city-list ul li a {
  color: #1f99d2;
  font-size: 13px;
  font-family: "SFUIDisplay-Regular";
  line-height: 14px;
}

.block-city-list ul li a:hover {
  text-decoration: none;
}

.block-city-list ul li a.active {
  font-family: "SFUIDisplay-Heavy";
  color: #444449;
}

@media only screen and (max-width: 480px) {
  .block-city-list ul li:nth-child(n+18) {
    display: none;
  }
}

.block-city-search {
  display: block;
  padding: 15px;
  margin-bottom: 15px;
}

.block-city-search .input-city {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANCAYAAACUwi84AAAA7klEQVQoU11R2w3CMAy0eQwAI5QRYARWgBFAqtSk/YIR4KskSJVgBFiBEWAEGIEOwCOcU1IVLFVOzpfz2WVC5HketVrtHY5juSNO7/drnmXZjb/FM8DetxhSCdKIrbUH52gCtCRyy6rKK3nATEc2xroKdHOt9V5OxpgZSNKSaoJzPE3T5CjgZrOdMLtDIEj/Ib4Lek4FhGEpeoyb7D+TJKpc9dxe4SH6JfBN62TgCZhkgUnEeR2YYKmUWntCpWLvSGEXpdaq700GQlMFaus0VX4nNaEoit7j8YQXom63M4jjGItrEOQia5cs/yAofwAiRGEraYsi0AAAAABJRU5ErkJggg==");
  background-position: 2% center;
  background-repeat: no-repeat;
  padding-left: 40px !important;
  background-color: white;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  margin: 0 0 10px 0 !important;
}

@media only screen and (max-width: 480px) {
  .block-city-search .input-city {
    background-position: 4% center;
    padding-left: 25px !important;
  }
}

.block-city-search .input-city-card {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANCAYAAACUwi84AAAA7klEQVQoU11R2w3CMAy0eQwAI5QRYARWgBFAqtSk/YIR4KskSJVgBFiBEWAEGIEOwCOcU1IVLFVOzpfz2WVC5HketVrtHY5juSNO7/drnmXZjb/FM8DetxhSCdKIrbUH52gCtCRyy6rKK3nATEc2xroKdHOt9V5OxpgZSNKSaoJzPE3T5CjgZrOdMLtDIEj/Ib4Lek4FhGEpeoyb7D+TJKpc9dxe4SH6JfBN62TgCZhkgUnEeR2YYKmUWntCpWLvSGEXpdaq700GQlMFaus0VX4nNaEoit7j8YQXom63M4jjGItrEOQia5cs/yAofwAiRGEraYsi0AAAAABJRU5ErkJggg==");
  background-position: 2% center;
  background-repeat: no-repeat;
  padding-left: 40px !important;
  background-color: white;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
  width: -webkit-calc(100% - 115px);
  width: calc(100% - 115px);
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  margin: 0 0 10px 0 !important;
}

@media only screen and (max-width: 480px) {
  .block-city-search .input-city-card {
    background-position: 4% center;
    padding-left: 25px !important;
  }
}

.select-city strong {
  display: inline-block;
  vertical-align: middle;
}

.select-city .select-city__title {
  width: 130px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.br-theme-fontawesome-stars-o .br-widget {
  height: 28px;
  white-space: nowrap;
}

.br-theme-fontawesome-stars-o .br-widget a {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}

.rating.rating-small .br-theme-fontawesome-stars-o .br-widget a {
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}

.br-theme-fontawesome-stars-o .br-widget a:after {
  content: '\f006';
  color: #ffc53e;
}

.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
  content: '\f005';
  color: #ffc53e;
}

.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
  content: '\f005';
  color: #ffc53e;
}

.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
  content: '\f123';
  color: #ffc53e;
}

.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
  display: none;
}

.br-theme-fontawesome-stars-o .br-readonly a {
  cursor: default;
}

.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
  display: inline-block;
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}

@media print {
  .br-theme-fontawesome-stars-o .br-widget a:after {
    content: '\f006';
    color: black;
  }
  .br-theme-fontawesome-stars-o .br-widget a.br-active:after,
  .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    content: '\f005';
    color: black;
  }
  .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    content: '\f123';
    color: black;
  }
}

/* Sprite
 ========================================================================== */
/* Footer
 ========================================================================== */
footer {
  position: relative;
  border-top: 1px solid #dedede;
  overflow: hidden;
  padding: 23px 0 30px;
  background-color: #fff;
}

@media only screen and (max-width: 960px) {
  footer {
    padding: 5px 0 20px;
    margin-top: 10px;
  }
}

footer:after,
footer:before {
  content: '';
  display: block;
  height: 168px;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  z-index: 1;
}

footer:after {
  width: 341px;
  background-image: url(../img/bg__footer-left.png);
  left: 0;
}

@media only screen and (max-width: 960px) {
  footer:after {
    left: -200px;
  }
}

@media only screen and (max-width: 600px) {
  footer:after {
    left: -220px;
    bottom: -15px;
    z-index: 1;
  }
}

footer:before {
  width: 177px;
  background-image: url(../img/bg__footer-right.png);
  right: 0;
}

@media only screen and (max-width: 960px) {
  footer:before {
    right: -30px;
  }
}

@media only screen and (max-width: 600px) {
  footer:before {
    right: -40px;
    bottom: -20px;
  }
}

footer .logo__wrapper {
  margin-top: 10px;
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 960px) {
  footer .logo__wrapper {
    line-height: normal;
    position: relative;
    top: 30px;
  }
}

@media only screen and (max-width: 600px) {
  footer .logo__wrapper {
    position: static;
    top: 0;
  }
}

footer .uk-subnav.uk-subnav-line {
  display: table;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

footer .uk-subnav.uk-subnav-line li:first-child {
  padding-left: 0;
}

@media only screen and (max-width: 960px) {
  footer .uk-subnav.uk-subnav-line {
    line-height: normal;
    display: block;
    margin: 0;
    position: relative;
    top: 40px;
  }
}

@media only screen and (max-width: 600px) {
  footer .uk-subnav.uk-subnav-line {
    position: relative;
    top: 0;
    text-align: left;
    margin: 20px 0 0 !important;
  }
  footer .uk-subnav.uk-subnav-line li {
    display: block;
    float: none;
    padding-left: 0;
    margin-bottom: 27px;
    margin-top: 0;
  }
  footer .uk-subnav.uk-subnav-line li:before {
    display: none;
  }
}

footer .uk-subnav-line > :nth-child(n+2):before {
  margin-right: 10px;
  border-left: 1px solid #444449;
}

footer .phone__wrapper {
  z-index: 2;
  position: relative;
}

footer .phone__wrapper .phone {
  background-image: none;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  footer .phone__wrapper .phone {
    float: right;
  }
}

footer .phone__wrapper .btn-default {
  padding: 10px;
}

footer p.copyrate {
  text-align: center;
  color: #919192;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  margin: 0;
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 960px) {
  footer p.copyrate {
    text-align: left !important;
    position: relative;
    top: -20px;
  }
}

@media only screen and (max-width: 600px) {
  footer p.copyrate {
    position: static;
    top: 0;
  }
}

/* Custome
 ========================================================================== */
.uk-slidenav {
  background-color: #e0e0e0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.uk-slidenav:hover,
.uk-slidenav:focus,
.uk-slidenav:active {
  background-color: #85bc1b;
}

.calc-delivery {
  background-color: white;
  border: 1px solid #e0e0e0;
  margin-top: 60px;
}

.calc-delivery__header {
  background-color: #444449;
  color: white;
  font-size: 16px;
  font-family: "SFUIDisplay-Heavy";
  line-height: 24px;
  padding: 12px;
  text-align: center;
}

.calc-delivery-form {
  padding: 30px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .calc-delivery-form {
    padding: 10px;
  }
}

.calc-delivery-form label {
  color: #444449;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  margin-bottom: 10px;
  display: block;
  text-align: left;
}

.calc-delivery-form select {
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .calc-delivery-form select {
    margin-bottom: 15px;
  }
}

.calc-delivery-form p {
  color: #444449;
  font-size: 16px;
  font-family: "SFUIDisplay-Heavy";
  line-height: 24px;
}

@media only screen and (max-width: 480px) {
  .calc-delivery-form p {
    font-size: 14px;
  }
}

.calc-delivery__total {
  display: inline-block;
  color: #444449;
  font-size: 18px;
  font-family: "SFUIDisplay-Heavy";
  line-height: 24px;
  background-color: #ffc53e;
  padding: 10px 15px;
}

.block-docs img,
.block-sertifikats img {
  display: block;
  margin: 0 auto;
}

.slideset.slideset-vegatables {
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .slideset.slideset-vegatables {
    padding: 20px 50px;
  }
}

.slideset.process-slideset {
  margin-bottom: 0;
}

.slideset.process-slideset .video {
  margin-bottom: 0;
}

/* Plus
 ========================================================================== */
.plus {
  display: block;
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .plus {
    margin-bottom: 20px;
  }
}

.plus__tabs li {
  width: 50%;
  text-align: center;
}

.plus__tabs li a {
  background-color: #e0e0e0;
  color: #444449;
  font-family: "SFUIDisplay-Heavy";
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.plus__tabs li.uk-active > a {
  border-color: transparent;
  border-bottom-color: transparent;
  background: #fff;
  color: #444449;
}

.plus__tabs li.uk-active > a:hover {
  background: #fff;
  border-color: #fff;
}

.plus__tabs li > a:hover {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
  color: #444449;
  outline: none;
}

.slideset {
  padding: 25px 50px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .slideset {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .plus-slideset.slideset {
    padding: 25px 50px;
  }
}

.slideset-img {
  display: block;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
}

.slideset-title {
  line-height: 16px;
  font-size: 14px;
  text-align: center;
  margin: 10px auto;
  font-family: "SFUIDisplay-Regular";
  display: block;
}

.slideset-title:hover {
  text-decoration: none;
  color: #85bc1b;
}

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

.slideset-price span {
  display: block;
  font-family: "SFUIDisplay-Heavy";
  text-align: center;
}

.slideset-price span.price-new {
  display: inline-block;
  font-size: 14px;
  text-align: left;
  background-color: #ffc53e;
  padding: 3px 5px;
  margin-right: 5px;
}

.slideset-price span.price-old {
  display: inline-block;
  color: #909091;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

/* Fact
 ========================================================================== */
.fact {
  background-color: #fff;
  padding: 30px;
}

@media only screen and (max-width: 960px) {
  .fact {
    background-color: transparent;
    padding: 0;
  }
}

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

@media only screen and (max-width: 960px) {
  .fact-item {
    margin-bottom: 20px;
  }
}

.fact-img {
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 110px;
}

.fact-title {
  color: #444449;
  font-family: "SFUIDisplay-Semibold";
  font-size: 15px;
  line-height: 18px;
  margin: 10px 0;
}

.fact-desc {
  color: #444449;
  font-size: 14px;
  line-height: normal;
  font-family: "SFUIDisplay-Regular";
  margin: 0;
}

/* Benefit
 ========================================================================== */
.benefit-slideset {
  text-align: center;
}

.benefit-slideset li .benefit-slideset-item {
  max-width: 220px;
  margin: 0 auto;
  background-color: #fff;
  padding: 18px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.benefit-slideset-img {
  display: block;
  margin: auto;
}

.benefit-slideset-title {
  font-family: "SFUIDisplay-Heavy";
  font-size: 16px;
  line-height: 18px;
  border-top: 2px solid #ffc53e;
  padding-top: 20px;
}

.benefit-slideset-desc {
  font-size: 14px;
  line-height: 18px;
}

/* Command
 ========================================================================== */
.command-slideset {
  margin-bottom: 30px;
}

.command-item {
  text-align: center;
  background-color: #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .command-item {
    max-width: 220px;
    margin: auto;
  }
}

.command-item .command-img {
  display: block;
  margin: 0 auto;
  min-width: 100%;
  max-width: 200px;
}

.command-item a {
  display: block;
  padding: 0 5px;
}

.command-item .uk-icon {
  margin-right: 10px;
  color: #ffc53e;
}

.command-name {
  color: #444449;
  font-size: 16px;
  font-family: "SFUIDisplay-Heavy";
  line-height: 14px;
  padding: 0 5px;
}

.command-position {
  color: #444449;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  padding: 0 5px 15px 5px;
  position: relative;
}

.command-position:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background-color: #dedede;
}

/* Process
 ========================================================================== */
.process-item {
  text-align: center;
  position: relative;
}

.process-item:before {
  content: '';
  display: block;
  width: 25px;
  height: 43px;
  background-image: url(../img/icon__process-arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 35px;
  right: -35px;
}

@media only screen and (max-width: 1080px) {
  .process-item:before {
    right: -30px;
  }
}

@media only screen and (max-width: 960px) {
  .process-item:before {
    right: -25px;
  }
}

@media only screen and (max-width: 768px) {
  .process-item:before {
    display: none;
  }
}

.process-slideset ul li:last-child .process-item:before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .slideset.process-slideset {
    margin-bottom: 0;
    padding: 25px 0;
  }
}

.process-img {
  display: block;
  margin: auto;
}

.process-desc {
  color: #444449;
  font-family: "SFUIDisplay-Medium";
  font-size: 14px;
  line-height: 16px;
}

.light-text {
  font-size: 14px;
  font-family: "SFUIDisplay-Light";
  line-height: normal;
  margin: 0;
}

/* Form bottom
 ========================================================================== */
.tm-form-bottom {
  background-image: url(../img/bg__form.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0px !important;
}

.form-bottom {
  margin: 60px auto 30px;
}

@media only screen and (max-width: 600px) {
  .form-bottom {
    margin: 20px auto;
  }
}

.form-bottom__head {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .form-bottom__head {
    margin-bottom: 20px;
  }
}

.form-bottom__head .form-bottom__title {
  font-size: 24px;
  font-family: "SFUIDisplay-Heavy";
  line-height: 24px;
  border-bottom: 0;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .form-bottom__head .form-bottom__title {
    font-size: 18px;
  }
}

.form-bottom__head .form-bottom__subtitle {
  color: #444449;
  font-size: 18px;
  font-family: "SFUIDisplay-Light";
  line-height: 24px;
}

@media only screen and (max-width: 600px) {
  .form-bottom__head .form-bottom__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}

.form-bottom__head .form-bottom__accent {
  background-color: white;
  font-size: 20px;
  font-family: "SFUIDisplay-Heavy";
  line-height: 24px;
  display: inline-block;
  padding: 10px;
}

@media only screen and (max-width: 600px) {
  .form-bottom__head .form-bottom__accent {
    font-size: 14px;
    line-height: normal;
  }
}

.form-bottom__form .uk-button-dropdown {
  margin-bottom: 10px;
}

.form-price__wrapper {
  margin: 20px 0;
}

@media only screen and (max-width: 480px) {
  .form-price__wrapper {
    margin: 0;
  }
}

.form-price__wrapper .form-price__title {
  color: #444449;
  font-size: 18px;
  font-family: "SFUIDisplay-Light";
  line-height: 24px;
  text-align: center;
  margin: 0;
}

.form-price__wrapper .form-price__item-title {
  display: block;
  font-size: 18px;
  text-align: center;
  font-family: "SFUIDisplay-Heavy";
  margin-bottom: 5px;
}

@media only screen and (max-width: 480px) {
  .form-price__wrapper .form-price__item-title {
    margin-top: 20px;
  }
}

.form-price__wrapper .form-price__item {
  margin-bottom: 5px;
}

.form-price {
  margin: 30px 0;
}

.form-price label {
  display: block;
  line-height: 30px;
  text-align: center;
  font-family: "SFUIDisplay-Regular";
}

@media only screen and (max-width: 480px) {
  .form-price label {
    display: block;
    text-align: center;
  }
}

.form-price div.number {
  background-color: #fff;
  display: block;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .form-price div.number {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .form-price div.number {
    display: block;
    float: none;
    display: table;
    margin: 0 auto;
  }
}

.form-price div.number .minus,
.form-price div.number .plus {
  display: inline-block;
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #e0e0e0;
  -webkit-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
  cursor: pointer;
  font-size: 16px;
  font-family: "SFUIDisplay-Bold";
  margin-bottom: 0 !important;
}

.form-price div.number .minus {
  float: left;
}

.form-price div.number .plus {
  float: right;
}

.form-price div.number .number-price {
  background-color: #fff;
  line-height: 37px;
  display: inline-block;
  padding: 0 10px 0 0;
  font-family: "SFUIDisplay-Heavy";
}

@media only screen and (max-width: 960px) {
  .form-price div.number .number-price {
    font-size: 13px;
  }
}

.form-price div.number input {
  width: 40px;
  border: 0;
  height: 40px;
  font-family: "SFUIDisplay-Heavy";
  text-align: center;
  padding: 0;
  margin: 0 !important;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
}

.form-price__item-box {
  float: none;
  margin: 0 auto 20px;
  padding: 0 10px;
}

/* Contact list
 ========================================================================== */
.contact-list {
  list-style-type: none;
}

.contact-list .contact-item {
  display: inline-block;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .contact-list .contact-item {
    margin-bottom: 15px !important;
  }
}

.contact-list .contact-item__wrapper {
  vertical-align: middle;
  background-color: #fff;
  padding: 30px 20px;
  border: 2px solid #ffc53e;
  max-width: 300px;
  margin: 0 auto;
}

.contact-list .contact-item__wrapper.wrapper--address {
  padding: 20px;
}

@media only screen and (max-width: 1170px) {
  .contact-list .contact-item__wrapper.wrapper--address {
    padding: 15px;
  }
}

@media only screen and (max-width: 1170px) {
  .contact-list .contact-item__wrapper {
    padding: 15px;
    min-height: 121px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.contact-list .contact-item__title {
  color: #444449;
  font-size: 18px;
  font-family: "SFUIDisplay-Heavy";
}

.contact-list .contact-item__title .uk-icon {
  margin-right: 10px;
}

@media only screen and (max-width: 1170px) {
  .contact-list .contact-item__title {
    font-size: 16px;
  }
}

.contact-list .contact-item__link {
  color: #444449;
  font-size: 24px;
  font-weight: 700;
}

.contact-list .contact-item__link:hover {
  text-decoration: none;
  color: #ffc53e;
}

@media only screen and (max-width: 1170px) {
  .contact-list .contact-item__link {
    font-size: 18px;
  }
}

.contact-list .contact-item__address {
  color: #444449;
  font-family: "SFUIDisplay-Semibold";
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

@media only screen and (max-width: 1170px) {
  .contact-list .contact-item__address {
    font-size: 14px;
  }
}

/* Block select sity
 ========================================================================== */
.block-select-city {
  display: block;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
}

.block-select-city .block-select-city__title {
  text-align: center;
  margin: 10px 0 0;
  padding-bottom: 10px;
}

.block-select-city .block-select-city__title a {
  margin-left: 10px;
  font-family: "SFUIDisplay-Semibold";
  border-bottom: 2px dashed #444449;
}

.block-select-city .block-select-city__title a:hover {
  text-decoration: none;
  color: #ffc53e;
  border-bottom: 2px dashed #ffc53e;
}

/* Chart
 ========================================================================== */
.chart {
  display: block;
}

.chart .chart-head {
  color: #444449;
  font-size: 14px;
  font-family: "SFUIDisplay-Heavy";
  line-height: 24px;
  height: 24px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .chart .chart-head {
    display: block;
    text-align: center;
    margin-bottom: 35px;
  }
}

.chart .tab-chart-time {
  list-style-type: none;
  float: right;
}

@media only screen and (max-width: 768px) {
  .chart .tab-chart-time {
    display: block;
    text-align: center;
    float: none;
  }
}

.chart .tab-chart-time li {
  display: inline-block;
}

.chart .tab-chart-time li a {
  color: #444449;
  font-size: 14px;
  line-height: 24px;
  font-family: "SFUIDisplay-Regular";
  border-bottom: 1px dashed #444449;
  margin: 0 5px;
}

.chart .tab-chart-time li a:hover {
  text-decoration: none;
}

.chart .tab-chart-time li.uk-active a {
  font-family: "SFUIDisplay-Heavy";
}

/* Tab map
 ========================================================================== */
.vegetables-tabs-map {
  position: relative;
}

.vegetables-tabs-map .vegetables-tabs-map-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 10;
  background-color: #fff;
}

@media only screen and (max-width: 480px) {
  .vegetables-tabs-map .vegetables-tabs-map-nav {
    width: 100%;
    right: auto;
    left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .vegetables-tabs-map .vegetables-tabs-map-nav li {
    width: 50%;
  }
}

.vegetables-tabs-map .vegetables-tabs-map-nav li a {
  border: 0;
  background-color: #e0e0e0;
  color: #919192;
  font-size: 16px;
  font-family: "SFUIDisplay-Heavy";
  line-height: 24px;
  padding: 8px 30px;
  text-align: center;
}

.vegetables-tabs-map .vegetables-tabs-map-nav li.uk-active a {
  background-color: #ffc53e;
  color: #444449;
}

.vegetables-tabs-map .vegetables-tabs-map-content .map {
  display: block;
}

.vegetables-tabs-map .vegetables-tabs-map-content .block-cities {
  padding: 60px 30px 30px 30px;
  min-height: 386px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* Stock
 ========================================================================== */
section.stock {
  background-color: #707070;
  padding: 60px 0 40px;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  section.stock {
    padding: 20px 0;
  }
}

.stock-header {
  text-align: center;
  color: #fff;
}

.stock-title {
  color: white;
  font-size: 24px;
  font-family: "SFUIDisplay-Heavy";
  line-height: 24px;
}

@media only screen and (max-width: 768px) {
  .stock-title {
    font-size: 18px;
  }
}

.stock-subtitle {
  color: white;
  font-size: 18px;
  font-family: "SFUIDisplay-Regular";
  line-height: 24px;
}

@media only screen and (max-width: 768px) {
  .stock-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}

.stock-body {
  margin: 90px 0 0;
}

.stock-line {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  position: relative;
}

.stock-line > div {
  display: block;
  float: left;
  text-align: center;
  position: relative;
}

.stock-line__title {
  color: white;
  font-family: "SFUIDisplay-Semibold";
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

@media only screen and (max-width: 480px) {
  .stock-line__title {
    font-size: 12px;
  }
}

.stock-line__tooltip {
  display: inline-block;
  position: absolute;
  height: 60px;
  line-height: 50px;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px 10px 10px 80px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  font-family: "SFUIDisplay-Semibold";
  font-size: 16px;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .stock-line__tooltip {
    padding: 10px 10px 10px 10px;
    text-align: center;
    bottom: 80px;
    line-height: 20px;
    height: 30px;
    font-size: 14px;
    font-family: "SFUIDisplay-Regular";
  }
}

.stock-line__tooltip img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .stock-line__tooltip img {
    max-height: 40px;
    position: static;
    display: block;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin: 0 auto;
  }
}

.stock-buy {
  background-color: #ff5d5d;
  -webkit-border-radius: 15px 0 0 15px;
          border-radius: 15px 0 0 15px;
}

.stock-reserve {
  background-color: #ff7c7c;
}

.stock-store {
  background-color: #85bc1b;
  -webkit-border-radius: 0 15px 15px 0;
          border-radius: 0 15px 15px 0;
}

.stock-store .stock-line__tooltip {
  padding: 10px 10px 10px 120px;
}

@media only screen and (max-width: 768px) {
  .stock-store .stock-line__tooltip {
    padding: 10px 10px 10px 10px;
    text-align: center;
    bottom: 70px;
    line-height: 20px;
    height: 30px;
    font-size: 14px;
    font-family: "SFUIDisplay-Regular";
  }
}

.stock-footer {
  color: transparent;
  font-size: 14px;
  line-height: 24px;
  color: #e0e0e0;
  font-family: "SFUIDisplay-Regular";
}

.stock-footer span {
  font-family: "SFUIDisplay-Heavy";
}

.stock-footer div.stock-start {
  float: left;
}

.stock-footer div.stock-end {
  float: right;
}

.btn-stock {
  color: #444449;
  font-size: 16px;
  font-family: "SFUIDisplay-Heavy";
  text-transform: uppercase;
  padding: 0 70px;
}

/* Article
 ========================================================================== */
article {
  background-color: #fff;
  padding: 30px;
}

@media only screen and (max-width: 960px) {
  article {
    padding: 20px;
  }
}

@media only screen and (max-width: 480px) {
  article {
    padding: 10px;
  }
}

article + article {
  padding: 0 30px 30px;
}

@media only screen and (max-width: 768px) {
  article + article {
    padding: 10px 0 0 10px;
  }
}

article > h1 {
  margin-bottom: 0;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
}

@media only screen and (max-width: 960px) {
  article > h1 {
    text-align: center;
  }
}

article > h3 {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 60px;
}

@media only screen and (max-width: 960px) {
  article > h3 {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  article > h3 {
    margin: 20px 0;
  }
}

article.no-bg {
  background-color: transparent;
  padding: 0;
}

article + section {
  margin-top: 30px !important;
}

.article-body {
  margin-top: 30px;
}

.filter {
  display: block;
  padding: 30px;
  background-color: #e0e0e0;
}

@media only screen and (max-width: 1220px) {
  .filter {
    padding: 10px 20px;
  }
}

.filter-desc {
  max-width: 300px;
  display: inline-block;
  vertical-align: middle;
  color: #444449;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
}

@media only screen and (max-width: 1220px) {
  .filter-desc {
    max-width: 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    float: left;
    padding-right: 20px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .filter-desc {
    max-width: 100%;
    float: none;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
  }
}

.filter-select {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
  width: 280px;
}

@media only screen and (max-width: 1220px) {
  .filter-select {
    max-width: 50%;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    display: block;
    float: left;
  }
}

@media only screen and (max-width: 600px) {
  .filter-select {
    display: block;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    display: block;
    float: none;
  }
}

.filter-btn {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1220px) {
  .filter-btn {
    max-width: 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .filter-btn {
    max-width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
    margin-top: 8px;
    display: block;
    text-align: center;
  }
}

.filter-btn .filter-view {
  display: block;
}

@media only screen and (max-width: 1220px) {
  .filter-btn .filter-view {
    display: inline-block;
    margin-right: 20px;
  }
}

.filter-btn .filter-date {
  display: block;
}

@media only screen and (max-width: 1220px) {
  .filter-btn .filter-date {
    display: inline-block;
  }
}

.filter-btn a .uk-icon {
  margin-right: 10px;
}

.filter-btn a:hover {
  text-decoration: none;
}

.filter-btn a.active {
  background-color: #ffc53e;
  padding: 0 5px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -5px;
}

.intro-article {
  border-bottom: 1px solid #dedede;
  padding: 0 0 30px 0;
  margin: 0;
}

.intro-article .btn-default {
  text-transform: uppercase;
  padding: 10px 35px;
}

.intro__img img {
  min-width: 100%;
}

@media only screen and (max-width: 768px) {
  .intro__img {
    margin-bottom: 10px;
  }
}

.intro__tags {
  display: block;
  margin-bottom: 10px;
}

.intro__tags-title {
  color: #444449;
  font-family: "SFUIDisplay-Semibold";
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0 0;
}

.intro__title {
  color: #444449;
  font-size: 18px;
  line-height: normal;
  font-family: "SFUIDisplay-Heavy";
  margin-bottom: 10px;
}

.intro__info {
  display: block;
  margin-bottom: 10px;
}

.intro__view .uk-icon {
  margin-right: 5px;
}

.intro__date {
  margin-right: 20px;
}

.intro__date .uk-icon {
  margin-right: 5px;
}

.intro__desc {
  color: #444449;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  line-height: 24px;
}

.intro-article--big {
  border: 0;
  padding: 0;
}

.intro-article--big .video {
  margin-bottom: 0;
}

.intro-article--big .tags {
  display: block;
  margin: 5px 0 0 0;
}

@media only screen and (max-width: 480px) {
  .intro-article--big .tags a:nth-child(n+3) {
    display: none;
  }
}

.intro-article--big .btn-default {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .intro-article--big .btn-default {
    float: none !important;
  }
}

.intro-article--big .intro__tags {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
  margin-top: 10px;
}

.intro-article--big .intro__tags-title {
  color: #444449;
  font-family: "SFUIDisplay-Semibold";
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0 0;
  display: inline-block;
  float: left;
}

.intro-article--big .intro__title {
  color: #444449;
  font-size: 18px;
  line-height: 22px;
  font-family: "SFUIDisplay-Heavy";
  margin-bottom: 10px;
  max-width: 70%;
  float: left;
}

@media only screen and (max-width: 768px) {
  .intro-article--big .intro__title {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .intro-article--big .intro__title {
    font-size: 16px;
  }
}

.intro-article--big .intro__info {
  display: block;
  margin-bottom: 10px;
  max-width: 30%;
  float: right;
}

@media only screen and (max-width: 768px) {
  .intro-article--big .intro__info {
    max-width: 100%;
    float: none;
  }
}

.intro-article--big .intro__view {
  margin-right: 20px;
}

.intro-article--big .intro__view .uk-icon {
  margin-right: 5px;
}

.intro-article--big .intro__date .uk-icon {
  margin-right: 5px;
}

.intro-article--big .intro__desc {
  color: #444449;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  line-height: 24px;
}

.full-article {
  display: block;
}

.full__img {
  display: block;
  float: left;
  margin: 0 30px 20px 0;
}

@media only screen and (max-width: 768px) {
  .full__img {
    float: none;
    margin: 0 0 20px 0;
  }
  .full__img img {
    min-width: 100%;
  }
}

.full__title {
  color: #444449;
  font-size: 18px;
  font-family: "SFUIDisplay-Heavy";
  line-height: normal;
  margin-bottom: 15px;
  margin-top: 0;
}

@media only screen and (max-width: 480px) {
  .full__title {
    font-size: 16px;
  }
}

.full__info {
  display: block;
  margin-bottom: 30px;
}

@media only screen and (max-width: 800px) {
  .full__info {
    margin-bottom: 10px;
  }
}

.full__view {
  margin-right: 15px;
}

.full__view .uk-icon {
  margin-right: 10px;
}

.full__date .uk-icon {
  margin-right: 10px;
}

.full__desc {
  color: #444449;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  line-height: 24px;
}

.block-video,
.block-photo {
  margin-top: 30px;
}

.block-video h3,
.block-photo h3 {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .block-video h3,
  .block-photo h3 {
    text-align: center;
    margin-bottom: 15px;
  }
}

.photo-gallery .photo-gallery__item {
  display: block;
}

.photo-gallery .photo-gallery__link {
  display: block;
}

.photo-gallery .photo-gallery__img {
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 175px;
}

.full__tags {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .full__tags {
    text-align: center;
  }
}

.full__tags .tags {
  display: inline-block;
  vertical-align: middle;
}

.full__tags .tags .tag-item {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  text-decoration: underline;
  color: #444449;
  font-size: 16px;
  font-family: "SFUIDisplay-Regular";
  line-height: 24px;
  position: relative;
}

.full__tags .tags .tag-item:before {
  content: '|';
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
}

.full__tags .tags .tag-item:last-child:before {
  display: none;
}

@media only screen and (max-width: 800px) {
  .full__tags .tags .tag-item:nth-child(n+4) {
    display: none;
  }
}

.full__tags-title {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #444449;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

/* Page Home
 ========================================================================== */
/* Page Catalog
 ========================================================================== */
.catalog a:hover,
.catalog a:focus,
.catalog a:active {
  text-decoration: none;
}

.catalog .catalog-title {
  color: #444449;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #444449;
  display: inline-block;
  cursor: pointer;
}

.catalog .catalog-title:hover,
.catalog .catalog-title:focus,
.catalog .catalog-titleactive {
  color: #ffc53e;
  border-bottom: 1px dashed #ffc53e;
}

@media only screen and (max-width: 768px) {
  .catalog .catalog-title {
    display: table;
    margin: 0 auto 10px;
  }
}

@media only screen and (max-width: 480px) {
  .catalog .catalog-title {
    font-size: 18px;
    line-height: normal;
  }
}

.catalog .catalog-content {
  border-top: 1px solid #dedede;
  padding-top: 20px;
  margin-bottom: 60px;
}

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

.catalog-item__link {
  display: block;
  text-decoration: none;
}

.catalog-item__link:hover {
  text-decoration: none;
}

.catalog-item__img {
  position: relative;
  background-color: #fff;
  min-width: 116px;
  max-width: 125px;
  height: 95px;
  margin: 0 auto;
  border: 1px solid #f3f3f3;
}

.catalog-item__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.catalog-item__title {
  color: #444449;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  margin-bottom: 0;
}

.catalog-item__price {
  color: #444449;
  font-size: 14px;
  font-family: "SFUIDisplay-Heavy";
  margin-top: 0;
}

/* Page Card
 ========================================================================== */
.card-info-form__wrapper {
  position: relative;
  left: 60%;
}

@media only screen and (max-width: 960px) {
  .card-info-form__wrapper {
    left: auto;
    max-width: 460px;
    margin: 0 auto 20px;
  }
}

.card-chart__wrapper {
  position: relative;
  right: 40%;
}

@media only screen and (max-width: 960px) {
  .card-chart__wrapper {
    right: auto;
    max-width: 675px;
    margin: 0 auto;
  }
}

.push-right {
  position: relative;
  left: 50%;
}

@media only screen and (max-width: 960px) {
  .push-right {
    left: auto;
    margin: 0 0 20px 0;
  }
}

.pull-left {
  position: relative;
  right: 50%;
}

@media only screen and (max-width: 960px) {
  .pull-left {
    right: auto;
  }
}

.card-form-price {
  text-align: center;
  color: #444449;
  font-family: "SFUIDisplay-Semibold";
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.card-form-price .price-new {
  background-color: #ffc53e;
  font-size: 18px;
  font-family: "SFUIDisplay-Heavy";
  margin: 0 10px;
  padding: 5px;
}

@media only screen and (max-width: 480px) {
  .card-form-price .price-new {
    margin-top: 10px;
    display: inline-block;
  }
}

.card-form-price .price-old {
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  text-decoration: line-through;
  color: #444449;
}

@media only screen and (max-width: 480px) {
  .card-form-price .price-old {
    margin-top: 10px;
    display: inline-block;
  }
}

.card-form-price__link {
  display: block;
  text-align: center;
  color: #444449;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  text-decoration: underline;
}

.card-form-col {
  font-size: 14px;
  line-height: 24px;
  font-family: "SFUIDisplay-Heavy";
  text-align: center;
}

.card-form-col .uk-icon {
  margin-right: 10px;
  color: #85bc1b;
}

.card-form-col .input-small {
  width: 70px;
  height: 35px;
  border: 1px solid #e0e0e0;
  margin: 10px;
}

@media only screen and (max-width: 480px) {
  .card-form-col .input-small {
    width: 50%;
  }
}

#card-info textarea {
  height: 110px;
}

.subscription {
  display: block;
  background-color: #fff;
  margin-top: 30px;
  padding: 9px 10px;
}

.subscription input {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .subscription input {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .subscription {
    max-width: 440px;
    margin: 20px auto 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.subscription__title {
  color: #444449;
  font-size: 16px;
  font-family: "SFUIDisplay-Heavy";
  line-height: 18px;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 480px) {
  .subscription__title {
    text-align: center;
  }
}

.block-form-card .seccure .seccure__title {
  color: #444449;
  font-family: "SFUIDisplay-Semibold";
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.block-slideshow--card .uk-slideshow {
  border: 3px solid #ffc53e;
}

.table-fuature {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}

@media only screen and (max-width: 960px) {
  .table-fuature {
    max-width: 560px;
    margin: 0 auto;
  }
}

.table-fuature thead {
  background-color: #e0e0e0;
}

.table-fuature thead th {
  text-align: center;
}

.table-fuature tr, .table-fuature td, .table-fuature th {
  border: 1px solid #f1f1f1;
}

@media only screen and (max-width: 960px) {
  .card-reviews-slideset .reviews-slideset {
    padding: 0;
  }
}

.card-reviews__item {
  display: block;
}

.card-reviews-text {
  position: relative;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  .card-reviews-text {
    padding: 20px 50px;
  }
}

@media only screen and (max-width: 600px) {
  .card-reviews-text {
    padding: 20px;
  }
}

.card-reviews-text .rating {
  top: 30px;
  right: 30px;
}

.card-reviews-text .rating a {
  font-size: 24px;
}

@media only screen and (max-width: 600px) {
  .card-reviews-text .rating {
    position: static;
    display: table;
    margin: 0 auto 10px;
  }
  .card-reviews-text .rating a {
    font-size: 18px;
  }
}

.card-reviews-text .reviews-text__img {
  display: block;
  width: 90px;
  height: 90px;
  border: 1px solid #ffc53e;
  float: left;
  margin: 0 15px 15px 0;
}

.card-reviews-text .reviews-text__img img {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 100%;
}

@media only screen and (max-width: 600px) {
  .card-reviews-text .reviews-text__img {
    float: none;
    margin: 0 auto;
  }
}

.card-reviews-text .reviews-text__name {
  color: #444449;
  font-size: 18px;
  font-family: "SFUIDisplay-Heavy";
  margin: 0;
  padding-left: 105px;
}

@media only screen and (max-width: 600px) {
  .card-reviews-text .reviews-text__name {
    padding: 0;
    text-align: center;
  }
}

.card-reviews-text .reviews-text__position {
  color: #919192;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding-left: 105px;
}

@media only screen and (max-width: 600px) {
  .card-reviews-text .reviews-text__position {
    padding: 0;
    text-align: center;
  }
}

.card-reviews-text .reviews-text__mail {
  color: #919192;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
}

.card-reviews-text .reviews-text__mail .uk-icon {
  margin-right: 10px;
  color: #85bc1b;
}

@media only screen and (max-width: 600px) {
  .card-reviews-text .reviews-text__mail {
    display: table;
    margin: 0 auto;
  }
}

.card-reviews-text .reviews-text__desc p {
  margin-bottom: 0;
}

.card-reviews-video {
  position: relative;
}

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

.card__block-link {
  padding: 64px 10px;
  display: block;
  background-color: #fff;
  text-align: center;
  margin: -60px 0 -20px 0;
}

.card__block-link a {
  display: inline-block;
  color: #3775d1;
  margin: 0 10px;
  border-bottom: 1px dotted #3775d1;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.card__block-link a:hover {
  color: #85bc1b;
  border-bottom: 1px dotted #85bc1b;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .card__block-link a {
    display: block;
    border-bottom: 0;
    text-decoration: underline;
  }
}

.card-info-slider .uk-slideshow {
  max-height: 345px;
}

/* Page Suppliers
 ========================================================================== */
.suppliers-tab {
  border: 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
}

.suppliers-tab li {
  width: 50%;
  text-align: center;
  color: #444449;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "SFUIDisplay-Heavy";
}

@media only screen and (max-width: 480px) {
  .suppliers-tab li {
    font-size: 13px;
  }
}

.suppliers-tab li a {
  color: #444449;
  border: 0;
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 1.5px 2.6px 7px rgba(0, 0, 0, 0.2);
          box-shadow: inset 1.5px 2.6px 7px rgba(0, 0, 0, 0.2);
}

.suppliers-tab li a:hover,
.suppliers-tab li a:focus,
.suppliers-tab li a:active {
  color: #444449;
}

.suppliers-tab li a .uk-icon {
  opacity: 0;
  margin-right: 10px;
}

.suppliers-tab li.uk-active a {
  background-color: #ffc53e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.suppliers-tab li.uk-active a .uk-icon {
  opacity: 1;
}

.suppliers-tab li:nth-child(n+2) > a {
  margin-left: 0;
}

.suppliers-form .btn-submit {
  display: table;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .suppliers-form .btn-submit {
    width: 100%;
    display: block;
  }
}

.suppliers-form__user {
  display: block;
}

.suppliers-form__product {
  display: block;
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .suppliers-form__product {
    margin-bottom: 10px;
  }
}

.suppliers-form__product label {
  display: inline-block;
  color: #444449;
  font-size: 16px;
  font-family: "SFUIDisplay-Regular";
  line-height: 40px;
}

.suppliers-form__product label.contract {
  margin-top: 10px;
  max-width: 100%;
  color: #444449;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
}

.suppliers-form__product label.contract input[type="checkbox"] {
  margin-right: 10px;
}

.suppliers-form__product .uk-button-dropdown,
.suppliers-form__product .chosen-container {
  display: inline-block;
}

@media only screen and (max-width: 960px) {
  .suppliers-form__product .select-serch {
    display: inline-block;
  }
}

.suppliers-form__product.suppliers-form__product--agent label.label-agent {
  display: inline-block;
  color: #444449;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
}

.suppliers-form__product.suppliers-form__product--agent .uk-button-dropdown {
  max-width: 100%;
  display: inline-block;
}

.suppliers-form__select-product {
  display: block;
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .suppliers-form__select-product {
    margin-bottom: 10px;
  }
}

.suppliers-form__comment {
  display: block;
  margin-bottom: 30px;
}

.select-product__title {
  color: #444449;
  font-size: 16px;
  font-family: "SFUIDisplay-Heavy";
  line-height: 24px;
  margin-bottom: 15px !important;
  display: block;
}

.select-product__row {
  margin-bottom: 10px;
}

.select-product__del {
  display: inline-block;
}

.del {
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 15px;
  background-color: #fe4545;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-top: 9px;
}

.del .uk-icon {
  color: #fff;
  font-size: 12px;
}

.item-name {
  display: inline-block;
  vertical-align: top;
  max-width: 100px;
  width: 100%;
}

@media only screen and (max-width: 380px) {
  .item-name {
    max-width: 75px;
  }
}

.item-name .name {
  color: #444449;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  line-height: 35px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item-input {
  display: inline-block;
  margin: 0 10px;
}

.item-input input {
  width: 80px;
  height: 35px;
  border: 1px solid #e0e0e0;
  padding: 0 5px;
  text-align: center;
  margin-bottom: 10px !important;
}

.item-size {
  display: inline-block;
  color: #919192;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  line-height: 35px;
}

.price-name {
  display: inline-block;
  vertical-align: top;
  max-width: 130px;
  width: 100%;
}

@media only screen and (max-width: 380px) {
  .price-name {
    max-width: 90px;
  }
}

.price-name .name {
  color: #444449;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  line-height: 35px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.price-input {
  display: inline-block;
  margin: 0 10px;
}

.price-input input {
  width: 80px;
  height: 35px;
  border: 1px solid #e0e0e0;
  padding: 0 5px;
  text-align: center;
  margin-bottom: 10px !important;
}

.price-size {
  display: inline-block;
  color: #919192;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  line-height: 35px;
}

/* Page Reviews
 ========================================================================== */
.reviews-slideset {
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  .reviews-slideset {
    margin-bottom: 0;
  }
}

.reviews-slideset .video {
  margin-bottom: 0;
}

.review-video__item {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .review-video__item {
    min-height: 250px;
  }
}

.review-video__item img {
  height: 100%;
}

.review-video__desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 15px 20px 15px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(68, 68, 73, 0.6);
}

.rating {
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
}

.rating a {
  color: #ffc53e;
  display: inline-block;
  margin: 0 2px;
}

.desc__name {
  color: white;
  font-size: 18px;
  font-family: "SFUIDisplay-Heavy";
  margin: 0;
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.desc__position {
  color: #dadada;
  font-size: 16px;
  font-weight: 700;
  font-family: "SFUIDisplay-Semibold";
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.desc__mail {
  display: block;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.desc__mail .uk-icon {
  margin-right: 10px;
  color: #ffc53e;
}

.desc__mail:hover {
  color: #ffc53e;
  text-decoration: none;
}

.review-section h3 {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .review-section h3 {
    text-align: center;
  }
}

.reviews-text {
  display: block;
}

.reviews-text h3 {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .reviews-text h3 {
    text-align: center;
  }
}

.reviews-text .reviews-text__item {
  position: relative;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .reviews-text .reviews-text__item {
    padding: 15px;
    margin-bottom: 10px;
  }
}

.reviews-text .reviews-text__item .rating {
  top: 30px;
  right: 30px;
}

.reviews-text .reviews-text__item .rating a {
  font-size: 24px;
}

@media only screen and (max-width: 600px) {
  .reviews-text .reviews-text__item .rating {
    position: static;
    display: table;
    margin: 0 auto;
  }
  .reviews-text .reviews-text__item .rating a {
    font-size: 20px;
  }
}

.reviews-text .reviews-text__item .reviews-text__img {
  display: block;
  width: 90px;
  height: 90px;
  border: 1px solid #ffc53e;
  float: left;
  margin: 0 15px 15px 0;
}

.reviews-text .reviews-text__item .reviews-text__img img {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 100%;
}

@media only screen and (max-width: 600px) {
  .reviews-text .reviews-text__item .reviews-text__img {
    float: none;
    margin: 0 auto 15px;
  }
}

.reviews-text .reviews-text__item .reviews-text__name {
  color: #444449;
  font-size: 18px;
  font-family: "SFUIDisplay-Heavy";
  margin: 0;
  padding-left: 105px;
}

@media only screen and (max-width: 600px) {
  .reviews-text .reviews-text__item .reviews-text__name {
    padding: 0;
    text-align: center;
  }
}

.reviews-text .reviews-text__item .reviews-text__position {
  color: #919192;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding-left: 105px;
}

@media only screen and (max-width: 600px) {
  .reviews-text .reviews-text__item .reviews-text__position {
    padding: 0;
    text-align: center;
  }
}

.reviews-text .reviews-text__item .reviews-text__mail {
  color: #919192;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
}

.reviews-text .reviews-text__item .reviews-text__mail .uk-icon {
  margin-right: 10px;
  color: #85bc1b;
}

@media only screen and (max-width: 600px) {
  .reviews-text .reviews-text__item .reviews-text__mail {
    display: block;
    text-align: center;
  }
}

.blank-item {
  position: relative;
  text-align: center;
}

.blank-item .blank-item__link {
  position: relative;
  display: block;
}

.blank-item .blank-item__name {
  color: #444449;
  font-size: 18px;
  font-family: "SFUIDisplay-Heavy";
  line-height: 12px;
}

.blank-item .blank-item__position {
  color: #919192;
  font-size: 14px;
  font-family: "SFUIDisplay-Medium";
  line-height: 12px;
  margin-bottom: 0;
}

.blank-item .rating--blank {
  position: relative;
  top: auto;
  right: auto;
  display: table;
  margin: 15px auto;
}

.btn-reviews-more {
  display: table;
  margin: 0 auto;
}

.review-tabs {
  border-bottom: 0;
}

.review-tabs li {
  width: 33.333%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-color: #e0e0e0;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #ffc53e;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.review-tabs li:hover {
  background-color: #e0e0e0;
  border: 2px solid #e0e0e0;
}

.review-tabs li:hover a {
  background-color: #e0e0e0;
  color: #444449;
  border: 0;
}

.review-tabs li a {
  color: #919192;
  font-size: 16px;
  font-family: "SFUIDisplay-Heavy";
  line-height: 24px;
  border: 0;
}

@media only screen and (max-width: 860px) {
  .review-tabs li a {
    font-size: 14px;
  }
}

.review-tabs li.uk-active {
  border-color: #ffc53e;
  background-color: #fff;
  border: 2px solid #ffc53e;
  border-bottom: 0;
}

.review-tabs li.uk-active a {
  color: #444449;
  background-color: #fff;
}

.review-tabs li.last {
  border-right: 2px solid #e0e0e0;
}

.review-tabs-content {
  border: 2px solid #ffc53e;
  border-top: 0;
  background-color: #fff;
  margin-top: 0;
}

.block-reviews-form {
  position: relative;
  padding: 30px;
}

@media only screen and (max-width: 480px) {
  .block-reviews-form {
    padding: 15px;
  }
}

.block-reviews-form input, .block-reviews-form textarea {
  margin-bottom: 30px !important;
}

.block-reviews-form .rating-title {
  color: #444449;
  font-size: 16px;
  font-family: "SFUIDisplay-Regular";
  margin-right: 10px;
  line-height: 35px;
  display: inline-block;
}

.block-reviews-form .rating--form {
  position: relative;
  top: 5px;
  right: auto;
  display: inline-block;
  line-height: 35px;
}

.block-reviews-form .rating--form a {
  font-size: 24px;
}

.block-reviews-form .btn-submit-reviers {
  float: right;
}

@media only screen and (max-width: 600px) {
  .block-reviews-form .btn-submit-reviers {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}

.block-reviews-form .btn-submit-reviers .uk-icon {
  margin-right: 10px;
}

.block-reviews-form .upload-title__big {
  color: #919192;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  line-height: 24px;
}

.block-reviews-form .upload-title__small {
  color: #919192;
  font-size: 12px;
  line-height: 24px;
  font-family: "SFUIDisplay-Regular";
}

.block-reviews-form .upload {
  text-align: center;
}

.block-reviews-form #progressbar {
  margin-bottom: 30px;
}

.block-reviews-form .btn-upload {
  padding: 10px 35px;
}

.block-reviews-form .btn-upload .uk-icon {
  margin-right: 10px;
}

/* Page contacts
 ========================================================================== */
.contact-city {
  background-color: #fff;
  padding: 30px;
}

@media only screen and (max-width: 600px) {
  .contact-city {
    padding: 10px;
  }
}

.contact-select-city {
  margin-bottom: 30px !important;
  display: block;
}

@media only screen and (max-width: 600px) {
  .contact-select-city {
    text-align: center;
  }
}

.select-city__title {
  color: #444449;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  line-height: 24px;
  margin-right: 10px;
}

.select-city__title .uk-icon {
  margin-right: 10px;
}

@media only screen and (max-width: 600px) {
  .select-city__title {
    display: block;
  }
}

.select-city__link {
  color: #444449;
  font-family: "SFUIDisplay-Semibold";
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 1px dashed #444449;
}

.select-city__link:hover {
  text-decoration: none;
}

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

@media only screen and (max-width: 480px) {
  .contact-grid__item {
    margin-bottom: 30px;
  }
}

.contact-grid__title {
  color: #444449;
  font-size: 18px;
  font-family: "SFUIDisplay-Heavy";
  margin-bottom: 30px;
}

.contact-grid__list {
  max-width: 240px;
  margin: 0 auto;
}

.contact-grid__list li {
  text-align: left;
  color: #444449;
  font-family: "SFUIDisplay-Semibold";
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

.contact-grid__list li:before {
  font-size: 20px;
}

.contact-grid__list li a {
  text-align: left;
  color: #444449;
  font-family: "SFUIDisplay-Semibold";
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.contact-grid__list li a .small-text {
  display: block;
  font-size: 11px;
  font-family: "SFUIDisplay-Regular";
}

.contact-grid__list li a:hover {
  text-decoration: none;
}

.contact-slideset {
  padding: 30px 40px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .contact-slideset {
    padding: 10px 0;
  }
}

/* Page Cities
 ========================================================================== */
.block-cities {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background-color: #fff;
}

.block-cities .uk-grid {
  margin: 0;
}

.cities-list {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}

.cities-list li a {
  color: #1f99d2;
  font-size: 14px;
  font-family: "SFUIDisplay-Regular";
  line-height: 18px;
  display: inline-block;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.cities-list li a:hover {
  text-decoration: none;
  background-color: #ffc53e;
  color: #444449;
}

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