

/* Start:/local/templates/.default/assets/css/app.min.css?175256622792361*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

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

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

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

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

.wa-mediabox-frame .wa-mediabox-close:focus,
.wa-mediabox-next:focus,
.wa-mediabox-prev:focus {
  outline: 0
}

.wa-mediabox-overlay {
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333;
  background: rgba(20, 20, 20, .95);
  z-index: 1000;
  opacity: 0;
  transition: opacity .4s;
  -webkit-transition: opacity .4s
}

.wa-mediabox-overlay.opened {
  opacity: 1
}

.wa-mediabox-frame {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  margin-left: 0;
  margin-top: 0;
  background: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, .5);
  transition: width .5s, height .5s, margin .5s;
  -webkit-transition: width .5s, height .5s, margin .5s
}

.wa-mediabox-container {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  cursor: pointer;
  overflow: hidden;
  transition: opacity .3s;
  -webkit-transition: opacity .3s
}

.wa-mediabox-frame.loaded .wa-mediabox-container {
  opacity: 1
}

.wa-mediabox-container img {
  max-width: 100%;
  cursor: pointer
}

.wa-mediabox-frame .wa-mediabox-close {
  position: absolute;
  right: -18px;
  top: -18px;
  width: 36px;
  height: 36px;
  padding: 6px;
  background: #444;
  border: 0;
  border-radius: 36px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
  transition: background .2s, box-shadow .2s;
  -webkit-transition: background .2s, box-shadow .2s
}

.wa-mediabox-frame .wa-mediabox-close:hover {
  background: #d32f2f;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .4)
}

.wa-mediabox-frame .wa-mediabox-close svg {
  width: 24px;
  height: 24px;
  fill: #aaa;
  transition: fill .2s;
  -webkit-transition: fill .2s
}

.wa-mediabox-frame .wa-mediabox-close:hover svg {
  fill: #fff
}

.wa-mediabox-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 52px 0 14px;
  line-height: 24px;
  font-size: 13px;
  font-weight: 300;
  background: #333;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  opacity: 0;
  transition: opacity .3s, padding .3s;
  -webkit-transition: opacity .3s, padding .3s
}

.wa-mediabox-frame.loaded.has-title .wa-mediabox-title {
  padding: 14px 52px 14px 14px;
  opacity: 1
}

.wa-mediabox-frame .wa-mediabox-open {
  position: absolute;
  padding: 4px;
  display: none;
  opacity: 0;
  z-index: 20;
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 2px;
  transition: opacity .3s;
  -webkit-transition: opacity .3s
}

.wa-mediabox-frame .wa-mediabox-open svg {
  width: 24px;
  height: 24px;
  fill: #333
}

.wa-mediabox-frame.can-open-in-new .wa-mediabox-open {
  display: block
}

.wa-mediabox-frame.can-open-in-new:hover .wa-mediabox-open {
  opacity: .4
}

.wa-mediabox-frame.can-open-in-new:hover .wa-mediabox-open:hover {
  opacity: 1
}

.wa-mediabox-next,
.wa-mediabox-prev {
  position: absolute;
  top: 50%;
  width: 74px;
  height: 74px;
  padding: 5px;
  margin-top: -32px;
  border: 0;
  background: 0 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity .3s;
  -webkit-transition: opacity .3s
}

.wa-mediabox-prev {
  left: -80px
}

.wa-mediabox-next {
  right: -80px
}

.wa-mediabox-frame.has-next .wa-mediabox-next,
.wa-mediabox-frame.has-prev .wa-mediabox-prev {
  opacity: 1
}

.wa-mediabox-next svg,
.wa-mediabox-prev svg {
  width: 64px;
  height: 64px;
  fill: #999;
  transition: fill .2s;
  -webkit-transition: fill .2s
}

.wa-mediabox-next:hover svg,
.wa-mediabox-prev:hover svg {
  fill: #fff
}

@media (max-width:479px) {
  .wa-mediabox-prev {
    left: -40px
  }
  .wa-mediabox-next {
    right: -40px
  }
  .wa-mediabox-next,
  .wa-mediabox-prev {
    width: 42px;
    height: 42px;
    margin-top: -21px
  }
  .wa-mediabox-next svg,
  .wa-mediabox-prev svg {
    width: 32px;
    height: 32px
  }
}

.wa-mediabox-preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  opacity: 1;
  transition: opacity .5s;
  -webkit-transition: opacity .5s
}

.wa-mediabox-preloader.hidden {
  opacity: 0
}

.wa-mediabox-preloader .wa-mediabox-preloader-wrap {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
  -webkit-animation: wa-mediabox-preloader-container-rotate 1568ms linear infinite;
  animation: wa-mediabox-preloader-container-rotate 1568ms linear infinite
}

.wa-mediabox-preloader .wa-mediabox-preloader-spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-color: #2196f3;
  -webkit-animation: wa-mediabox-preloader-fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: wa-mediabox-preloader-fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  box-sizing: inherit
}

.wa-mediabox-preloader .wa-mediabox-preloader-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
  box-sizing: inherit
}

.wa-mediabox-preloader .wa-mediabox-preloader-clipper.left {
  float: left
}

.wa-mediabox-preloader .wa-mediabox-preloader-clipper.right {
  float: right
}

.wa-mediabox-preloader .wa-mediabox-preloader-clipper .wa-mediabox-preloader-circle {
  width: 200%;
  height: 100%;
  border: 5px solid;
  border-color: inherit;
  border-bottom-color: transparent!important;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: inherit
}

.wa-mediabox-preloader .wa-mediabox-preloader-clipper.left .wa-mediabox-preloader-circle {
  left: 0;
  border-right-color: transparent!important;
  transform: rotate(129deg);
  -webkit-animation: wa-mediabox-preloader-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: wa-mediabox-preloader-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.wa-mediabox-preloader .wa-mediabox-preloader-clipper.right .wa-mediabox-preloader-circle {
  left: -100%;
  border-left-color: transparent!important;
  transform: rotate(-129deg);
  -webkit-animation: wa-mediabox-preloader-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: wa-mediabox-preloader-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.wa-mediabox-preloader .wa-mediabox-preloader-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit
}

.wa-mediabox-preloader .wa-mediabox-preloader-patch .wa-mediabox-preloader-circle {
  width: 1000%;
  left: -450%
}

@-webkit-keyframes wa-mediabox-preloader-container-rotate {
  to {
    -webkit-transform: rotate(1turn)
  }
}

@keyframes wa-mediabox-preloader-container-rotate {
  to {
    transform: rotate(1turn)
  }
}

@-webkit-keyframes wa-mediabox-preloader-fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg)
  }
  25% {
    -webkit-transform: rotate(270deg)
  }
  37.5% {
    -webkit-transform: rotate(405deg)
  }
  50% {
    -webkit-transform: rotate(540deg)
  }
  62.5% {
    -webkit-transform: rotate(675deg)
  }
  75% {
    -webkit-transform: rotate(810deg)
  }
  87.5% {
    -webkit-transform: rotate(945deg)
  }
  to {
    -webkit-transform: rotate(3turn)
  }
}

@keyframes wa-mediabox-preloader-fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg)
  }
  25% {
    transform: rotate(270deg)
  }
  37.5% {
    transform: rotate(405deg)
  }
  50% {
    transform: rotate(540deg)
  }
  62.5% {
    transform: rotate(675deg)
  }
  75% {
    transform: rotate(810deg)
  }
  87.5% {
    transform: rotate(945deg)
  }
  to {
    transform: rotate(3turn)
  }
}

@-webkit-keyframes wa-mediabox-preloader-blue-fade-in-out {
  0%,
  25%,
  90%,
  to {
    opacity: 1
  }
  26%,
  89% {
    opacity: 0
  }
}

@keyframes wa-mediabox-preloader-blue-fade-in-out {
  0%,
  25%,
  90%,
  to {
    opacity: 1
  }
  26%,
  89% {
    opacity: 0
  }
}

@-webkit-keyframes wa-mediabox-preloader-left-spin {
  0%,
  to {
    -webkit-transform: rotate(130deg)
  }
  50% {
    -webkit-transform: rotate(-5deg)
  }
}

@keyframes wa-mediabox-preloader-left-spin {
  0%,
  to {
    transform: rotate(130deg)
  }
  50% {
    transform: rotate(-5deg)
  }
}

@-webkit-keyframes wa-mediabox-preloader-right-spin {
  0%,
  to {
    -webkit-transform: rotate(-130deg)
  }
  50% {
    -webkit-transform: rotate(5deg)
  }
}

@keyframes wa-mediabox-preloader-right-spin {
  0%,
  to {
    transform: rotate(-130deg)
  }
  50% {
    transform: rotate(5deg)
  }
}

.tns-outer {
  padding: 0!important
}

.tns-outer [hidden] {
  display: none!important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer
}

.tns-slider {
  transition: all 0s
}

.tns-slider>.tns-item {
  box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%
}

.tns-gallery,
.tns-no-calc {
  position: relative;
  left: 0
}

.tns-gallery {
  min-height: 1px
}

.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
  position: relative;
  left: auto!important
}

.tns-gallery>.tns-moving {
  transition: all .25s
}

.tns-autowidth {
  display: inline-block
}

.tns-lazy-img {
  transition: opacity .6s;
  opacity: .6
}

.tns-lazy-img.tns-complete {
  opacity: 1
}

.tns-ah {
  transition: height 0s
}

.tns-ovh {
  overflow: hidden
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em
}

.tns-transparent {
  opacity: 0;
  visibility: hidden
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0
}

.tns-fadeOut,
.tns-normal {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1
}

.tns-vpfix {
  white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
  display: inline-block
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden
}

.tns-t-ct {
  width: 2333.33333%;
  position: absolute;
  right: 0
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both
}

.tns-t-ct>div {
  width: 1.42857%;
  height: 10px;
  float: left
}

@font-face {
  font-display: swap;
  font-family: PT Sans;
  src: url(/local/templates/.default/assets/css/../fonts/PTSans-Regular.ttf)
}

@font-face {
  font-display: swap;
  font-family: PT Sans;
  font-style: italic;
  src: url(/local/templates/.default/assets/css/../fonts/PTSans-Italic.ttf)
}

@font-face {
  font-display: swap;
  font-family: PT Sans;
  font-weight: 700;
  src: url(/local/templates/.default/assets/css/../fonts/PTSans-Bold.ttf)
}

@font-face {
  font-display: swap;
  font-family: Circe;
  font-weight: 800;
  src: url(/local/templates/.default/assets/css/../fonts/Circe-ExtraBold.ttf)
}

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

html {
  color: #474747;
  font: 15px/1.5 PT Sans, sans-serif;
  letter-spacing: .04em;
  min-width: 320px
}

a {
  color: #71be42;
  transition: color .18s;
  text-decoration: none
}

img {
  max-width: 100%;
  vertical-align: middle
}

b,
strong {
  font-weight: 700
}

em,
i {
  font-style: italic
}

svg {
  display: block;
  height: 100%;
  width: 100%
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none
}

button {
  cursor: pointer
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: .5
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: .5
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: .5
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: inherit;
  opacity: 0
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: inherit;
  opacity: 0
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: inherit;
  opacity: 0
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: inherit;
  opacity: 0
}

.link:hover {
  color: #5bd513
}

.link:hover .link__text {
  border-bottom-color: transparent
}

.link--dark {
  color: #474747
}

.link--dark:hover {
  color: #71be42
}

.link__text {
  border-bottom: 1px solid;
  transition: border-bottom-color .18s
}

.no-script-warning {
  background: red;
  color: #fff;
  padding: 1rem;
  position: relative;
  text-align: center;
  z-index: 9999
}

.no-script-warning a {
  color: #fff
}

.g-area h1,
.h1 {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 24px
}

.g-area h1,
.g-area h2,
.g-area h3,
.h1,
.h2 {
  color: #333;
  font-weight: 700;
  letter-spacing: 0
}

.g-area h2,
.g-area h3,
.h2 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 16px
}

.g-area h4,
.g-area h5,
.g-area h6,
.h3 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0 0 10px
}

.g-area p,
.p {
  margin: 0 0 18px
}

.g-area p:last-child,
.p:last-child {
  margin: 0
}

.g-area ul,
.ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0
}

.g-area ul:last-child,
.ul:last-child {
  margin: 0
}

.g-area ul>li,
.ul>li {
  margin: 0 0 5px;
  padding-left: 15px;
  position: relative
}

.g-area ul>li:last-child,
.ul>li:last-child {
  margin: 0
}

.g-area ul>li:before,
.ul>li:before {
  color: #71be42;
  content: "\2022";
  display: block;
  left: 0;
  position: absolute;
  top: 0
}

.g-area ol,
.ol {
  list-style-position: inside;
  margin: 0 0 18px;
  padding: 0
}

.g-area ol:last-child,
.ol:last-child {
  margin: 0
}

.g-area ol>li,
.ol>li {
  margin: 0 0 5px
}

.g-area ol>li:last-child,
.ol>li:last-child {
  margin: 0
}

.g-area section,
.section {
  margin: 0 0 25px
}

.g-area section:last-child,
.section:last-child {
  margin: 0
}

.g-page {
  overflow: hidden
}

.g-cnt {
  margin: 0 auto;
  width: 1180px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .g-cnt {
    width: 880px
  }
}

@media screen and (min-width:620px) and (max-width:919px) {
  .g-cnt {
    width: 580px
  }
}

@media screen and (max-width:619px) {
  .g-cnt {
    width: 280px
  }
}

.g-sec {
  margin: 0 0 35px
}

.g-sec--bg {
  background: #f4f4f4;
  padding: 35px 0
}

.g-box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
  padding: 40px
}

@media screen and (max-width:619px) {
  .g-box {
    padding: 20px
  }
}

.g-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -20px
}

.g-grid__item {
  margin: 0 20px 20px 0
}

@media screen and (max-width:619px) {
  .g-grid__item {
    margin: 0 0 20px
  }
}

.g-grid__item--1x4 {
  width: 280px
}

@media screen and (min-width:1220px) {
  .g-grid__item--1x4:nth-child(4n) {
    margin-right: 0
  }
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .g-grid__item--1x4:nth-child(3n) {
    margin-right: 0
  }
}

@media screen and (min-width:620px) and (max-width:919px) {
  .g-grid__item--1x4:nth-child(2n) {
    margin-right: 0
  }
}

.g-grid__item--1x3w {
  width: 380px
}

@media screen and (max-width:1219px) {
  .g-grid__item--1x3w {
    width: 280px
  }
}

@media screen and (min-width:920px) {
  .g-grid__item--1x3w:nth-child(3n) {
    margin-right: 0
  }
}

@media screen and (min-width:620px) and (max-width:919px) {
  .g-grid__item--1x3w:nth-child(2n) {
    margin-right: 0
  }
}

.g-grid__item--1x3n {
  width: 280px
}

@media screen and (min-width:1220px) {
  .g-grid__item--1x3n:nth-child(3n) {
    margin-right: 0
  }
}

@media screen and (min-width:620px) and (max-width:1219px) {
  .g-grid__item--1x3n:nth-child(2n) {
    margin-right: 0
  }
}

.g-grid__item--1x2w {
  width: 580px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .g-grid__item--1x2w {
    width: 430px
  }
}

@media screen and (max-width:919px) {
  .g-grid__item--1x2w {
    margin-right: 0;
    width: 100%
  }
}

.g-grid__item--1x2w:nth-child(2n) {
  margin-right: 0
}

.g-grid__item--1x2n {
  width: 580px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .g-grid__item--1x2n {
    width: 430px
  }
}

@media screen and (min-width:620px) and (max-width:919px) {
  .g-grid__item--1x2n {
    width: 280px
  }
}

.g-grid__item--1x2n:nth-child(2n) {
  margin-right: 0
}

.g-heading {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 14px
}

.g-heading--small {
  margin: 0 0 6px
}

.g-heading__title {
  width: 600px;
  margin: 0 20px 10px 0
}

.g-heading__link {
  margin: 0 0 10px
}

.g-img {
  display: block
}

.g-img,
.g-img img {
  border-radius: 5px;
  width: 100%
}

.g-vid {
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  overflow: hidden;
  position: relative
}

.g-vid:hover:before {
  transform: scale3d(1.1, 1.1, 1)
}

.g-vid:before {
  background: rgba(0, 0, 0, .2) url(/local/templates/.default/assets/css/../img/play.svg) 50% 50% no-repeat;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform .18s;
  z-index: 9
}

@media screen and (max-width:619px) {
  .g-vid:before {
    background-size: 80px 80px
  }
}

.g-vid img {
  width: 100%
}

.g-video {
  padding: 56.24% 0 0;
  position: relative;
}

.g-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.btn {
  align-items: center;
  border: none;
  border-radius: 5px;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  letter-spacing: .08em;
  max-width: 100%;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .18s, border-color .18s, color .18s;
  width: 220px
}

@media screen and (max-width:619px) {
  .btn {
    width: 100%
  }
}

.btn:hover {
  background: #5bd513;
  border-color: #5bd513;
  color: #fff
}

.btn--t1 {
  border: 1px solid #71be42;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
  color: #71be42
}

.btn--t2 {
  background: #71be42;
  color: #fff
}

.btn--t3 {
  background: rgba(113, 190, 66, .5);
  border: 1px solid #71be42;
  color: #fff
}

.btn--more {
  margin: 20px auto 0
}

.input {
  background: #f4f4f4;
  border: none;
  border-radius: 5px;
  display: block;
  font-style: italic;
  height: 50px;
  padding: 0 20px
}

textarea.input {
  height: auto;
  resize: none;
  padding: 20px
}

.tabs__control {
  align-items: flex-end;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between
}

@media screen and (max-width:619px) {
  .tabs__control {
    border: none;
    flex-wrap: wrap
  }
}

.tabs__control-item {
  background: #e6e6e6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #474747;
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
  height: 50px;
  line-height: 1;
  margin-right: 2px;
  padding: 0 8px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .18s, color .18s;
  width: 100%
}

@media screen and (min-width:620px) and (max-width:1219px) {
  .tabs__control-item {
    font-size: 14px
  }
}

@media screen and (max-width:619px) {
  .tabs__control-item {
    font-size: 13px;
    height: 40px;
    margin: 0 0 2px;
    width: 139px
  }
}

@media screen and (min-width:620px) {
  .tabs__control-item:last-child {
    margin: 0
  }
}

@media screen and (max-width:619px) {
  .tabs__control-item:last-child:nth-child(odd) {
    width: 100%
  }
}

.tabs__control-item.is-active {
  background: #71be42;
  color: #fff;
  height: 55px;
  padding-top: 5px
}

@media screen and (max-width:619px) {
  .tabs__control-item.is-active {
    height: 40px;
    padding-top: 0
  }
}

.tabs__cnt {
  position: relative
}

.tabs__cnt-item {
  transition: opacity .18s, visibility .18s;
  z-index: 99
}

.tabs__cnt-item:not(.is-active) {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1
}

.tns-nav {
  display: flex;
  justify-content: center
}

.tns-nav button {
  background: #ccc;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  height: 4px;
  margin-right: 10px;
  transition: background-color .18s, width .18s;
  width: 20px
}

.tns-nav button:last-child {
  margin-right: 0
}

.tns-nav button.tns-nav-active {
  background: #71be42;
  width: 48px
}

.tns-controls {
  align-items: center;
  display: flex;
  justify-content: space-between;
  outline: none;
}

.tns-controls button {
  align-items: center;
  background: none;
  border: none;
  color: #71be42;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  transition: color .18s
}

.tns-controls button:hover {
  color: #5bd513
}

.tns-controls button svg {
  height: unset;
  width: unset
}

.tns-controls button span:first-child {
  margin-right: 18px
}

.tns-controls button span:last-child {
  margin-left: 18px
}

.wa-mediabox-overlay {
  background: rgba(51, 51, 51, .5)
}

.wa-mediabox-preloader .wa-mediabox-preloader-spinner {
  border-color: #71be42
}

.wa-mediabox-frame.can-open-in-new:hover .wa-mediabox-open {
  opacity: 1
}

.wa-mediabox-frame.has-next .wa-mediabox-next,
.wa-mediabox-frame.has-prev .wa-mediabox-prev {
  visibility: visible
}

.wa-mediabox-frame.loaded.has-title .wa-mediabox-title {
  align-items: center;
  background: linear-gradient(0deg, rgba(51, 51, 51, .9), rgba(51, 51, 51, .1));
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 20px;
  min-height: 60px;
  padding: 10px 60px 10px 20px;
  text-shadow: 0 0 9px rgba(0, 0, 0, .7)
}

.wa-mediabox-container img {
  border-radius: 5px
}

.wa-mediabox-frame {
  border-radius: 5px;
  box-shadow: none;
  position: relative;
  z-index: 1
}

.wa-mediabox-frame .wa-mediabox-close,
.wa-mediabox-frame .wa-mediabox-next,
.wa-mediabox-frame .wa-mediabox-open,
.wa-mediabox-frame .wa-mediabox-prev {
  border-radius: 5px;
  box-shadow: none;
  height: 40px;
  position: absolute;
  width: 40px
}

.wa-mediabox-frame .wa-mediabox-close:hover,
.wa-mediabox-frame .wa-mediabox-next:hover,
.wa-mediabox-frame .wa-mediabox-open:hover,
.wa-mediabox-frame .wa-mediabox-prev:hover {
  background: #5bd513;
  border-color: #5bd513;
  box-shadow: none
}

.wa-mediabox-frame .wa-mediabox-close:hover svg,
.wa-mediabox-frame .wa-mediabox-next:hover svg,
.wa-mediabox-frame .wa-mediabox-open:hover svg,
.wa-mediabox-frame .wa-mediabox-prev:hover svg {
  fill: #fff
}

.wa-mediabox-frame .wa-mediabox-close svg,
.wa-mediabox-frame .wa-mediabox-next svg,
.wa-mediabox-frame .wa-mediabox-open svg,
.wa-mediabox-frame .wa-mediabox-prev svg {
  fill: #fff;
  height: 100%;
  transition: fill .18s;
  width: 100%
}

.wa-mediabox-frame .wa-mediabox-next,
.wa-mediabox-frame .wa-mediabox-prev {
  background: rgba(113, 190, 66, .5);
  border: 1px solid #71be42;
  margin-top: -20px;
  padding: 8px;
  transition: background-color .18s, border-color .18s, opacity .18s, visibility .18s;
  visibility: hidden
}

@media screen and (max-width:619px) {
  .wa-mediabox-frame .wa-mediabox-next,
  .wa-mediabox-frame .wa-mediabox-prev {
    background: #71be42
  }
}

.wa-mediabox-frame .wa-mediabox-prev {
  left: -60px
}

@media screen and (max-width:619px) {
  .wa-mediabox-frame .wa-mediabox-prev {
    left: -20px
  }
}

.wa-mediabox-frame .wa-mediabox-next {
  right: -60px
}

@media screen and (max-width:619px) {
  .wa-mediabox-frame .wa-mediabox-next {
    right: -20px
  }
}

.wa-mediabox-frame .wa-mediabox-open {
  background: rgba(113, 190, 66, .5);
  border: 1px solid #71be42;
  bottom: 10px;
  opacity: 1;
  right: 10px;
  padding: 10px;
  transition: background-color .18s, border-color .18s, opacity .18s
}

.wa-mediabox-frame .wa-mediabox-open svg {
  margin: auto
}

.wa-mediabox-frame .wa-mediabox-close {
  background: #71be42;
  padding: 11px;
  right: -20px;
  top: -20px;
  transition: background-color .18s
}

.wa-mediabox-frame .wa-mediabox-close svg {
  height: 100%;
  width: 100%
}

.scroller {
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
  scrollbar-color: #71be42 #fff;
  scrollbar-width: thin
}

.scroller::-webkit-scrollbar {
  background: transparent;
  width: 4px
}

.scroller::-webkit-scrollbar-thumb {
  background: #71be42;
  border-radius: 2px;
  width: 4px
}

.decorated {
  border-radius: 5px;
  position: relative
}

.decorated--bg1,
.decorated--bg1 .decorated__mask {
  background: #c5eda9
}

.decorated--bg2,
.decorated--bg2 .decorated__mask {
  background: #99d075
}

.decorated--bg3,
.decorated--bg3 .decorated__mask {
  background: #7ac14d
}

.decorated--bg4,
.decorated--bg4 .decorated__mask {
  background: #63aa36
}

.decorated:before {
  border: 1px solid hsla(0, 0%, 100%, .45);
  border-radius: 5px;
  bottom: 40px;
  content: "";
  left: 40px;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 0
}

@media screen and (max-width:619px) {
  .decorated:before {
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 20px
  }
}

.decorated__cnt {
  position: relative;
  z-index: 99
}

.doc-link {
  align-items: center;
  display: inline-flex
}

.doc-link--cert {
  align-items: flex-start
}

.doc-link--cert .doc-link__img {
  width: 19px
}

.doc-link__img {
  color: #71be42;
  flex-shrink: 0;
  height: 30px;
  margin-right: 10px;
  width: 24px
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  margin: 20px 0
}

.breadcrumbs__item:not(:last-child) {
  background: url(/local/templates/.default/assets/css/../img/breadcrumbs.svg) 100% 7px no-repeat;
  margin-right: 8px;
  padding-right: 12px
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 -20px
}

.features__item {
  margin: 0 0 20px;
  width: 280px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .features__item {
    width: 430px
  }
}

.features__item-cnt {
  align-items: flex-end;
  display: flex;
  height: 190px;
  padding: 35px 80px 35px 40px
}

@media screen and (max-width:619px) {
  .features__item-cnt {
    padding: 20px 40px 20px 20px
  }
}

.features__item-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 99
}

.features__item-text .decorated__mask:first-child {
  padding-top: 15px
}

.features__item-text .decorated__mask:last-child {
  padding-right: 20px
}

.features__item-img {
  align-items: flex-start;
  color: rgba(0, 0, 0, .3);
  display: flex;
  height: 68px;
  justify-content: flex-end;
  padding-left: 15px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 0
}

@media screen and (max-width:619px) {
  .features__item-img {
    right: 20px;
    top: 20px
  }
}

.features__item-img svg {
  height: unset;
  width: unset
}

@media screen and (min-width:920px) {
  .guarantees {
    display: flex;
    margin: -20px 0 0;
    /*margin-top: 20px;*/
  }
}

@media screen and (max-width:919px) {
  .guarantees__col {
    overflow: hidden
  }
}

@media screen and (min-width:920px) {
  .guarantees__col--c1 {
    justify-content: flex-end;
    padding: 20px 0;
    /*width:50%;*/
    width: calc(50% + 20px)
  }
}

.guarantees__col--c1 .guarantees__bg {
  color: #cdcdcd;
  background: #595959
}

@media screen and (min-width:920px) {
  .guarantees__col--c1 .guarantees__bg {
    display: flex;
    justify-content: flex-end;
    height: 100%
  }
}

@media screen and (min-width:1220px) {
  .guarantees__col--c1 .guarantees__cnt {
    padding-right: 60px;
    width: 600px
  }
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .guarantees__col--c1 .guarantees__cnt {
    padding-right: 40px;
    width: 460px
  }
}

.guarantees__col--c2 {
  background: #f3f3f3
}

@media screen and (min-width:920px) {
  .guarantees__col--c2 {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    /*width:50%;*/
    width: calc(50% - 20px);
  }
}

@media screen and (min-width:1220px) {
  .guarantees__col--c2 .guarantees__cnt {
    padding-left: 100px;
    width: 580px
  }
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .guarantees__col--c2 .guarantees__cnt {
    padding-left: 40px;
    width: 420px
  }
}

.guarantees__cnt {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 35px 0;
  position: relative;
  z-index: 99
}

@media screen and (min-width:620px) and (max-width:919px) {
  .guarantees__cnt {
    margin: 0 auto;
    width: 580px
  }
}

@media screen and (max-width:619px) {
  .guarantees__cnt {
    margin: 0 auto;
    width: 280px
  }
}

.guarantees__item {
  align-items: flex-start;
  display: flex;
  margin: 0 0 25px
}

.guarantees__item:last-child {
  margin: 0
}

.guarantees__item-img {
  color: #fff;
  flex-shrink: 0;
  height: 40px;
  margin-right: 15px;
  padding: 5px 0 0;
  width: 45px
}

.guarantees__item-title {
  color: #dedede;
  margin: 0 0 5px
}

.guarantees__cert {
  margin: 12px 0 8px
}

.guarantees__btn {
  margin: 15px 0 0
}

.guarantees__img {
  left: 100%;
  margin-left: -150px;
  position: absolute;
  top: -10px;
  z-index: -1
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .guarantees__img {
    margin-left: -50px
  }
}

@media screen and (min-width:620px) and (max-width:919px) {
  .guarantees__img {
    margin-left: -270px
  }
}

@media screen and (max-width:619px) {
  .guarantees__img {
    display: none
  }
}

.locations {
  background: #f4f4f4 url(/local/templates/.default/assets/css/../img/locations-bg.jpg) 50% 50% no-repeat;
  padding: 35px 0 55px
}

@media screen and (max-width:919px) {
  .locations {
    padding: 35px 0
  }
}

.locations--index {
  margin: -85px 0 0;
  padding-top: 100px
}

.locations__grid {
  -moz-column-count: 6;
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -moz-column-width: 180px;
  columns: 180px 6
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .locations__grid {
    -moz-column-count: 5;
    -moz-column-width: 160px;
    columns: 160px 5
  }
}

@media screen and (min-width:620px) and (max-width:919px) {
  .locations__grid {
    -moz-column-count: 3;
    column-count: 3
  }
}

@media screen and (max-width:619px) {
  .locations__grid {
    -moz-column-count: 2;
    -moz-column-width: 130px;
    columns: 130px 2
  }
}

.locations__grid--short {
  max-height: 256px;
  overflow: hidden
}

.locations__item {
  margin: 0 0 10px
}

.locations__more {
  display: inline-block;
  font-weight: 700;
  margin: 10px 0 0
}

.locations__more.is-active {
  display: none
}

.calc-bnr {
  position: relative
}

@media screen and (max-width:1219px) {
  .calc-bnr {
    border-radius: 5px;
    overflow: hidden
  }
}

.calc-bnr--index {
  margin: 0 0 -60px;
  z-index: 111
}

.calc-bnr__img {
  bottom: 0;
  border-radius: 5px;
  max-width: unset;
  position: absolute;
  right: 0;
  z-index: 0
}

@media screen and (max-width:619px) {
  .calc-bnr__img {
    display: none
  }
}

.calc-bnr__text {
  align-items: flex-start;
  background: linear-gradient(90deg, #5e5a58, #5e5a58 290px, #5e5a58 291px, transparent);
  border-radius: 5px;
  color: #cdcdcd;
  display: flex;
  flex-direction: column;
  height: 360px;
  padding: 35px 220px 35px 40px;
  position: relative;
  width: 700px;
  z-index: 99
}

@media screen and (min-width:620px) and (max-width:919px) {
  .calc-bnr__text {
    background: linear-gradient(90deg, rgba(94, 90, 88, .9), rgba(94, 90, 88, .9) 290px, rgba(94, 90, 88, .9) 291px, rgba(94, 90, 88, .3));
    padding: 35px 40px 40px;
    width: 100%
  }
}

@media screen and (max-width:619px) {
  .calc-bnr__text {
    background: #595959;
    height: auto;
    padding: 20px 20px 25px;
    width: 100%
  }
}

.calc-bnr__title {
  color: #fff
}

.calc-bnr__btn {
  margin: auto 0 0
}

@media screen and (max-width:619px) {
  .calc-bnr__btn {
    margin: 6px 0 0
  }
}

.benefits {
  counter-reset: benefits;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 -20px;
  padding: 0
}

.benefits__item {
  counter-increment: benefits;
  margin: 0 0 20px;
  position: relative
}

@media screen and (min-width:620px) {
  .benefits__item {
    padding: 30px 40px
  }
}

@media screen and (min-width:1220px) {
  .benefits__item:nth-child(-n+3) {
    width: 580px
  }
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .benefits__item:nth-child(-n+3) {
    width: 430px
  }
}

@media screen and (min-width:920px) {
  .benefits__item:nth-child(2),
  .benefits__item:nth-child(3) {
    background: #71be42
  }
}

@media screen and (min-width:920px) {
  .benefits__item:nth-child(2) .benefits__item-title:before,
  .benefits__item:nth-child(3) .benefits__item-title:before {
    color: #fff
  }
}

@media screen and (min-width:1220px) {
  .benefits__item:nth-child(n+3) {
    width: 380px
  }
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .benefits__item:nth-child(n+3) {
    width: 280px
  }
}

@media screen and (max-width:919px) {
  .benefits__item:nth-child(2n) {
    background: #71be42
  }
}

@media screen and (max-width:919px) {
  .benefits__item:nth-child(2n) .benefits__item-title:before {
    color: #fff
  }
}

.benefits__item-title {
  color: #474747
}

.benefits__item-title:before {
  content: "0" counter(benefits);
  display: block;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 5px
}

.spec-item {
  align-items: flex-end;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  margin: -7px 0 12px;
  justify-content: space-between
}

@media screen and (max-width:619px) {
  .spec-item--promo {
    border: none;
    display: block
  }
}

@media screen and (max-width:619px) {
  .spec-item--promo .spec-item__col {
    top: 0
  }
}

@media screen and (max-width:619px) {
  .spec-item--promo .spec-item__col:first-child {
    padding: 0
  }
}

@media screen and (max-width:619px) {
  .spec-item--promo .spec-item__col:last-child {
    padding: 0;
    text-align: left
  }
}

.spec-item--result {
  border-bottom: 4px solid #71be42;
  color: #71be42;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 5px 0 15px
}

@media screen and (max-width:619px) {
  .spec-item--result {
    line-height: 1.2;
    padding: 0 0 15px
  }
}

.spec-item--result .spec-item__col {
  top: 0
}

.spec-item__col {
  background: #fff;
  position: relative;
  top: 7px
}

.spec-item__col:first-child {
  padding-right: 8px
}

.spec-item__col:last-child {
  font-weight: 700;
  padding-left: 8px;
  text-align: right
}

@media screen and (min-width:920px) {
  .intro {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
  }
}

@media screen and (min-width:1220px) {
  .intro--about {
    margin: 0 0 -40px
  }
}

.intro__text {
  width: 560px
}

@media screen and (max-width:919px) {
  .intro__text {
    margin: 0 0 24px;
    width: 100%
  }
}

.intro__img {
  width: 580px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .intro__img {
    width: 280px
  }
}

@media screen and (max-width:919px) {
  .intro__img {
    width: 100%
  }
}

.photo-slider__item {
  display: block;
  font-size: 15px
}

@media screen and (max-width:919px) {
  .photo-slider__item {
    font-size: 13px
  }
}

.photo-slider__item img {
  margin: 0 0 10px
}

.photo-slider .tns-nav {
  margin: 24px 180px 0
}

@media screen and (max-width:619px) {
  .photo-slider .tns-nav {
    margin: 24px 60px 0
  }
}

.photo-slider .tns-controls {
  margin: -13px 0 0
}

.photo-slider .tns-controls button {
  height: 22px
}

@media screen and (max-width:619px) {
  .photo-slider .tns-controls button span {
    display: none
  }
}

.conditions {
  counter-reset: conditions;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  margin: 0;
  padding: 0
}

.conditions:last-child {
  margin: 0 0 -20px
}

.conditions__item {
  counter-increment: conditions;
  margin: 0 0 20px
}

.conditions__item:before {
  color: #71be42;
  display: block;
  content: "0" counter(conditions);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0
}

.conditions__item-title {
  margin: 0 0 5px
}

.conditions--t1 .conditions__item,
.conditions--t2 .conditions__item {
  width: 380px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .conditions--t1 .conditions__item,
  .conditions--t2 .conditions__item {
    width: 280px
  }
}

@media screen and (max-width:919px) {
  .conditions--t1 .conditions__item,
  .conditions--t2 .conditions__item {
    width: 100%
  }
}

.conditions--t1 .conditions__item:before {
  margin: 0 0 8px
}

.conditions--t2 .conditions__item,
.conditions--t3 .conditions__item {
  padding-left: 55px;
  position: relative
}

.conditions--t2 .conditions__item:before,
.conditions--t3 .conditions__item:before {
  left: 0;
  position: absolute;
  top: -4px
}

@media screen and (min-width:920px) {
  .error-page {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding: 70px 0 45px
  }
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .error-page {
    align-items: center
  }
}

.error-page__text {
  flex-shrink: 0;
  width: 380px
}

@media screen and (max-width:919px) {
  .error-page__text {
    margin: 0 0 35px;
    width: 100%
  }
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .error-page__img {
    width: 460px
  }
}

.error-page__title {
  font-size: 60px;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 22px
}

@media screen and (max-width:619px) {
  .error-page__title {
    font-size: 48px
  }
}

@media screen and (max-width:619px) {
  .hide-on-phone {
    display: none
  }
}

.header {
  background: #fff;
  padding: 15px 0
}

.header__cnt {
  display: flex
}

.header__logo {
  align-items: center;
  color: #474747;
  display: flex;
  margin-right: 60px;
  width: 280px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .header__logo {
    margin-right: 40px
  }
}

@media screen and (min-width:620px) and (max-width:919px) {
  .header__logo {
    margin-right: 10px
  }
}

@media screen and (max-width:619px) {
  .header__logo {
    margin: 0;
    width: 68px
  }
}

.header__logo-img {
  width: 68px
}

.header__logo-text {
  margin-left: 20px
}

@media screen and (max-width:619px) {
  .header__logo-text {
    display: none
  }
}

.header__logo-title {
  color: #5d5f5f;
  font: 800 24px/1 Circe, sans-serif;
  margin: 0 0 5px;
  text-transform: uppercase
}

.header__logo-brief {
  font-size: 13px;
  line-height: 16px;
  width: 200px;

}

.header__time {
  align-items: center;
  display: flex;
  justify-content: space-around;
  position: relative;
  width: 500px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .header__time {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    width: 240px
  }
}

@media screen and (max-width:919px) {
  .header__time {
    display: none
  }
}

.header__time:after,
.header__time:before {
  background: #f1f1f1;
  border-radius: 2px;
  bottom: -5px;
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  width: 4px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .header__time:after,
  .header__time:before {
    border-radius: 1px;
    width: 2px
  }
}

.header__time:before {
  left: -2px
}

.header__time:after {
  right: -2px
}

.header__time-item {
  align-items: flex-start;
  display: flex
}

.header__time-img {
  color: #dcdcdc;
  margin-right: 12px
}

@media screen and (max-width:1219px) {
  .header__time-img {
    display: none
  }
}

.header__time-img--i1 {
  height: 30px;
  margin-top: -5px;
  width: 30px
}

.header__time-img--i2 {
  height: 38px;
  margin-top: -9px;
  width: 38px
}

@media screen and (max-width:1219px) {
  .header__time-text br {
    display: none
  }
}

.header__time-text strong {
  color: #71be42
}

.header__time-mobile {
  font-size: 14px;
  text-align: right;
  width: 100%
}

@media screen and (max-width:619px) {
  .header__time-mobile {
    font-size: 12px
  }
}

@media screen and (min-width:920px) {
  .header__time-mobile {
    display: none
  }
}

.header__time-mobile strong {
  color: #71be42
}

.header__contacts {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 340px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .header__contacts {
    width: 320px
  }
}

@media screen and (min-width:620px) and (max-width:919px) {
  .header__contacts {
    width: 290px
  }
}

@media screen and (max-width:619px) {
  .header__contacts {
    width: 212px
  }
}

.header__phone {
  color: #5e6060;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1
}

@media screen and (max-width:919px) {
  .header__phone {
    display: none
  }
}

.header__phone a {
  color: inherit
}

.header__phone span {
  color: #71be42
}

@media screen and (min-width:620px) {
  .header__feedback {
    margin-right: 20px
  }
}

@media screen and (max-width:619px) {
  .header__feedback {
    display: none
  }
}

.header__callback {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
  height: 30px;
  letter-spacing: .04em;
  text-transform: none;
  width: 180px
}

@media screen and (min-width:620px) and (max-width:919px) {
  .header__callback {
    width: 150px
  }
}

.nav-bar {
  background: #f4f4f4;
  position: relative;
  z-index: 888
}

@media screen and (min-width:920px) {
  .nav-bar {
    display: block!important;
    overflow: unset
  }
}

@media screen and (max-width:919px) {
  .nav-bar {
    display: none;
    max-height: calc(100vh - 50px);
    position: -webkit-sticky;
    position: sticky;
    top: 50px
  }
}

.nav-bar a.is-active svg {
  transform: rotate(180deg)
}

.nav-bar a svg {
  height: 4px;
  margin-left: 5px;
  transition: transform .18s;
  width: 7px
}

@media screen and (min-width:920px) {
  .nav-bar__cnt {
    display: flex;
    justify-content: space-between
  }
}

@media screen and (max-width:919px) {
  .nav-bar__cnt {
    padding: 20px 0
  }
}

.nav-bar__item {
  position: relative
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .nav-bar__item {
    font-size: 14px
  }
}

@media screen and (max-width:919px) {
  .nav-bar__item {
    border-top: 1px solid #dcdcdc
  }
}

.nav-bar__catalog {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
  height: 48px;
  width: 180px
}

@media screen and (max-width:919px) {
  .nav-bar__catalog {
    background: none;
    box-shadow: none;
    color: #71be42;
    justify-content: flex-start;
    padding: 0;
    text-align: left;
    width: auto
  }
}

@media screen and (max-width:919px) {
  .nav-bar__catalog:hover {
    background: none;
    color: #5bd513
  }
}

@media screen and (min-width:920px) {
  .nav-bar__catalog.is-active {
    background: #5bd513
  }
}

@media screen and (max-width:919px) {
  .nav-bar__catalog.is-active {
    color: #5bd513
  }
}

.nav-bar__link {
  align-items: center;
  display: flex;
  height: 50px
}

.nav-bar__link.is-active {
  color: #71be42
}

.nav-bar__subnav {
  background: #f4f4f4;
  border-top: 1px solid #dbdbdb;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  left: -20px;
  opacity: 0;
  position: absolute;
  right: -20px;
  top: 100%;
  transition: opacity .18s;
  z-index: 99
}

@media screen and (min-width:920px) {
  .nav-bar__subnav {
    opacity: 0;
    transition: opacity .18s
  }
}

@media screen and (max-width:919px) {
  .nav-bar__subnav {
    position: static
  }
}

.nav-bar__subnav.is-active {
  opacity: 1
}

.nav-bar__subnav-item {
  display: block;
  padding: 5px 20px
}

@media screen and (max-width:919px) {
  .nav-bar__subnav-item {
    font-size: 13px;
    padding: 5px 0
  }
}

.nav-bar__subnav-item:first-child {
  padding-top: 15px
}

.nav-bar__subnav-item:last-child {
  padding-bottom: 15px
}

.nav-catalog {
  background: #f4f4f4;
  border-top: 1px solid #dcdcdc;
  left: 0;
  padding: 35px 0 37px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99
}

@media screen and (min-width:920px) {
  .nav-catalog {
    opacity: 0;
    transition: opacity .18s
  }
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .nav-catalog {
    font-size: 13px;
    padding: 30px 0 32px
  }
}

@media screen and (max-width:919px) {
  .nav-catalog {
    display: none;
    font-size: 13px;
    padding: 25px 0 27px;
    position: static
  }
}

.nav-catalog.is-active {
  opacity: 1;
  pointer-events: auto
}

.nav-catalog__cnt {
  display: flex
}

@media screen and (max-width:919px) {
  .nav-catalog__cnt {
    flex-wrap: wrap;
    justify-content: space-between
  }
}

.nav-catalog__group {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	margin: -30px 38px 0 -30px;
	padding-right: 38px;
	position: relative;
}

@media screen and (min-width:920px) and (max-width:1219px) {
	.nav-catalog__group {
		margin: -20px 19px 0 -19px;
    padding-right: 0;
	}
}

@media screen and (max-width:919px) {
	.nav-catalog__group {
		margin: 0;
		padding: 0;
	}
}

.nav-catalog__group:before {
  background: #eaeaea;
  border-radius: 2px;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: 30px;
  width: 4px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .nav-catalog__group:before {
    border-radius: 1px;
    right: -1px;
		top: 19px;
    width: 2px
  }
}

@media screen and (max-width:919px) {
  .nav-catalog__group:before {
    display: none
  }
}

.nav-catalog__col {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 30px 0 0 30px;
	width: 25%;
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .nav-catalog__col {
    padding: 19px 0 0 19px;
  }
}

@media screen and (max-width:919px) {
  .nav-catalog__col {
		margin: 0 0 22px;
    padding: 0;
    width: 280px
  }
}

.nav-catalog__col--mod {
	flex-shrink: 0;
	padding: 0;
  width: 340px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .nav-catalog__col--mod {
    width: 240px
  }
}

@media screen and (max-width:919px) {
  .nav-catalog__col--mod {
		margin: 0;
    width: 100%
  }
}

.nav-catalog__title {
  color: inherit;
  margin: 0 0 3px
}

@media screen and (max-width:1219px) {
  .nav-catalog__title {
    font-size: 16px
  }
}

.nav-catalog__title a {
  color: inherit
}

.nav-catalog__item {
  padding: 3px 0;
  position: relative
}

.nav-catalog__item:hover:before {
  opacity: 1
}

.nav-catalog__item:hover .link__text {
  transform: translate3d(10px, 0, 0)
}

.nav-catalog__item:before {
  color: inherit;
  content: "\2022";
  left: 0;
  opacity: 0;
  position: absolute;
  top: 3px;
  transition: opacity .18s
}

.nav-catalog__item .link__text {
  border: none;
  display: block;
  transition: transform .18s
}

.nav-mobile {
  background: #f4f4f4;
  font-size: 13px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 888
}

@media screen and (min-width:920px) {
  .nav-mobile {
    display: none
  }
}

.nav-mobile__cnt {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.nav-mobile__toggle {
  border-color: transparent;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: block;
  height: 50px;
  position: relative;
  transition: background-color .18s, border-color .18s, color .18s;
  width: 68px
}

.nav-mobile__toggle.is-active {
  background: rgba(113, 190, 66, .75);
  border-color: #71be42;
  color: #fff
}

.nav-mobile__toggle.is-active .nav-mobile__toggle-line--top {
  transform: translate3d(0, -2px, 0) rotate(45deg)
}

.nav-mobile__toggle.is-active .nav-mobile__toggle-line--mid {
  opacity: 0
}

.nav-mobile__toggle.is-active .nav-mobile__toggle-line--bot {
  transform: translate3d(0, -2px, 0) rotate(-45deg)
}

.nav-mobile__toggle-line {
  background: currentColor;
  border-radius: 2px;
  height: 4px;
  left: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform-origin: 50% 50%;
  transition: opacity .18s, transform .18s
}

.nav-mobile__toggle-line--top {
  transform: translate3d(0, -12px, 0)
}

.nav-mobile__toggle-line--mid {
  transform: translate3d(0, -2px, 0)
}

.nav-mobile__toggle-line--bot {
  transform: translate3d(0, 8px, 0)
}

.nav-mobile__phone {
  color: #5e6060;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1
}

.nav-mobile__phone a {
  color: inherit
}

.nav-mobile__phone span {
  color: #71be42
}

.footer {
  background: #f3f3f3;
  font-size: 13px
}

.footer--index {
  padding: 60px 0 0
}

.footer--about {
  padding: 20px 0 0
}

.footer__cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -webkit-box-align: center; 
  -ms-flex-align: center;
}

.footer__top {
  padding: 35px 0
}

.footer__bot {
  border-top: 1px solid #dbdbdb;
  padding: 15px 0
}

@media screen and (max-width:619px) {
  .footer__bot {
    font-size: 12px
  }
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 -25px;
  width: 880px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .footer__nav {
    width: 580px
  }
}

@media screen and (max-width:919px) {
  .footer__nav {
    display: none
  }
}

.footer__nav-col {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: 0 0 25px;
  width: 280px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .footer__nav-col:nth-child(n+4) {
    order: -1
  }
}

@media screen and (max-width:919px) {
  .footer__nav-col:nth-child(n+4) {
    display: none
  }
}

.footer__nav-title {
  color: #595959;
  margin: 0
}

.footer__nav-title a {
  color: inherit
}

.footer__nav-item {
  margin: 5px 0 0;
  position: relative;
  transition: padding-left .18s
}

.footer__nav-item:hover {
  padding-left: 10px
}

.footer__nav-item:hover:before {
  opacity: 1
}

.footer__nav-item:before {
  color: inherit;
  content: "\2022";
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .18s
}

.footer__contacts {
  align-items: flex-start;
  display: flex;
  flex-direction: column
}

@media screen and (min-width:620px) and (max-width:919px) {
  .footer__contacts {
    width: 100%
  }
}

.footer__contacts-title {
  color: #595959;
  margin: 0 0 15px
}

@media screen and (min-width:620px) and (max-width:919px) {
  .footer__contacts-cnt {
    display: flex;
    justify-content: space-between;
    width: 100%
  }
}

@media screen and (min-width:620px) and (max-width:919px) {
  .footer__contacts-col {
    align-items: flex-start;
    display: flex;
    flex-direction: column
  }
}

.footer__contacts-item {
  margin: 0 0 22px;
  padding-left: 40px;
  position: relative
}

@media screen and (min-width:620px) and (max-width:919px) {
  .footer__contacts-item:last-child {
    margin: 0
  }
}

.footer__contacts-item-img {
  color: #dcdcdc;
  left: 0;
  position: absolute;
  top: 0
}

.footer__contacts-item-img--i1 {
  height: 18px;
  margin: 1px 0 0;
  width: 25px
}

.footer__contacts-item-img--i2 {
  height: 25px;
  margin: -3px 0 0;
  width: 25px
}

.footer__contacts-item-img--i3 {
  height: 38px;
  margin: -9px 0 0 -7px;
  width: 38px
}

.footer__contacts-item-text span {
  font-weight: 700
}

.footer__contacts-item-text strong {
  color: #71be42
}

.footer__phone {
  color: #5e6060;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 22px
}

.footer__phone a {
  color: inherit
}

.footer__phone span {
  color: #71be42;
  font-weight: 700
}

.footer__callback {
  margin: 0 0 20px;
  width: 240px
}

.footer__supply {
  align-items: center;
  border: 2px solid #71be42;
  border-radius: 5px;
  display: flex;
  padding: 14px 17px;
  width: 240px
}

.footer__supply-img {
  margin-right: 17px;
  width: 40px
}

.footer__copy {
  color: rgba(71, 71, 71, .3);
  width: 580px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .footer__copy {
    width: 280px
  }
}

@media screen and (min-width:620px) and (max-width:919px) {
  .footer__copy {
    width: auto
  }
}

@media screen and (max-width:619px) {
  .footer__copy {
    margin: 0 0 10px;
    width: 100%
  }
}

.footer__link {
  width: 280px
}

@media screen and (max-width:919px) {
  .footer__link {
    width: auto
  }
}

.index-slider {
  color: #fff;
  position: relative
}

@media screen and (max-width:619px) and (orientation:portrait) {
  .index-slider {
    display: none
  }
}

.index-slider__item {
  background-position: 50% 50%;
  background-size: cover;
  height: 570px;
  padding: 0 0 100px;
  position: relative
}

.index-slider__item:before {
  background: rgba(0, 0, 0, .3);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0
}

.index-slider__cnt {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 99
}

.index-slider__title {
  color: #fff;
  margin: 0 0 40px;
  position: relative
}

@media screen and (max-width:619px) {
  .index-slider__title {
    font-size: 30px
  }
}

.index-slider__title:before {
  background: #5bd513;
  border-radius: 2px;
  bottom: -22px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 180px
}

.index-slider__brief {
  color: #fff
}

.index-slider__controls {
  display: flex
}

@media screen and (min-width:1480px) {
  .index-slider__controls {
    justify-content: space-between
  }
}

@media screen and (max-width:619px) {
  .index-slider__controls {
    display: none
  }
}

.index-slider__controls-item {
  background: hsla(0, 0%, 100%, .3);
  border: none;
  border-radius: 100%;
  bottom: 263px;
  color: #fff;
  display: block;
  height: 44px;
  margin: -44px 0 0;
  padding: 10px;
  position: relative;
  transition: background-color .18s;
  width: 44px
}

@media screen and (max-width:1479px) {
  .index-slider__controls-item {
    bottom: 124px
  }
}

.index-slider__controls-item:hover {
  background: #71be42
}

.index-slider__controls-item:first-child {
  margin-left: -100px
}

@media screen and (max-width:1479px) {
  .index-slider__controls-item:first-child {
    margin: -44px 20px 0 0
  }
}

@media screen and (min-width:1480px) {
  .index-slider__controls-item:last-child {
    margin-right: -100px
  }
}

.index-slider__dots {
  display: flex;
  justify-content: flex-end;
  margin: -4px 0 0;
  position: relative;
  top: -124px;
  z-index: 99
}

@media screen and (max-width:619px) {
  .index-slider__dots {
    justify-content: flex-start
  }
}

.index-slider__dots-item {
  background: hsla(0, 0%, 100%, .4);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  height: 4px;
  margin-left: 10px;
  transition: background-color .18s, width .18s;
  width: 20px
}

.index-slider__dots-item:first-child {
  margin-left: 0
}

.index-slider__dots-item.tns-nav-active {
  background: #71be42;
  width: 48px
}

.index-slider__scroll {
  align-items: center;
  color: hsla(0, 0%, 100%, .6);
  bottom: 120px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  text-align: center;
  width: 100px;
  z-index: 99
}

@media screen and (max-width:619px) {
  .index-slider__scroll {
    display: none
  }
}

.index-slider__scroll-img {
  height: unset;
  margin: 0 0 7px;
  width: unset
}

.index-slider__scroll-text {
  margin: 7px 0 0
}

.index-features {
  margin: -90px 0 10px
}

@media screen and (max-width:619px) and (orientation:portrait) {
  .index-features {
    display: none
  }
}

.index-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 -20px
}

@media screen and (max-width:619px) and (orientation:portrait) {
  .index-categories {
    margin-top: 20px
  }
}

.index-categories__item {
  align-items: flex-end;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 5px;
  color: #fff;
  display: flex;
  height: 275px;
  margin: 0 0 20px;
  padding: 35px 40px;
  text-shadow: 0 0 10px rgba(0, 0, 0, .7);
  width: 380px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .index-categories__item {
    width: 280px
  }
}

@media screen and (min-width:620px) and (max-width:919px) {
  .index-categories__item {
    justify-content: center;
    width: 180px
  }
}

@media screen and (max-width:619px) {
  .index-categories__item {
    align-items: center;
    height: 100px;
    padding: 25px 20px;
    width: 100%
  }
}

.index-categories__item:hover {
  color: #5bd513
}

.about-desc {
  background: #595959;
  color: #cdcdcd;
  position: relative;
  z-index: 111
}

@media screen and (min-width:920px) {
  .about-desc--index {
    margin: 0 0 60px
  }
}

@media screen and (min-width:920px) {
  .about-desc--category {
    margin: 38px 0 55px
  }
}

.about-desc__img {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  background-position: 50% 50%;
  background-size: cover;
  border-bottom-right-radius: 5px;
  height: 388px;
  border-top-right-radius: 5px;
  bottom: 0;
  bottom: -20px;
  display: block;
  overflow: hidden;
  position: absolute;
  right: calc(50% + 20px);
  top: 0;
  top: -20px;
  width: calc(50% - 20px)
}

@media screen and (max-width:919px) {
  .about-desc__img {
    border-radius: 0;
    bottom: 0;
    height: 410px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%
  }
}

@media screen and (max-width:919px) {
  .about-desc__img--resp {
    height: auto !important;
  }
}

.about-desc__img img {
  display: none;
  width: 100%;
}

@media screen and (max-width:919px) {
  .about-desc__img img {
    display: block;
    width: 100%;
  }
}

.about-desc__img iframe {
  height: 100%;
  width: 100%;
}

.about-desc__cnt {
  height: 348px;
  padding: 35px 0 35px 700px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .about-desc__cnt {
    padding-left: 470px
  }
}

@media screen and (max-width:919px) {
  .about-desc__cnt {
    padding: 35px 0;
	height: unset;
  }
}

.about-desc__title {
  color: #fff
}

.about-desc__btn {
  margin: 22px 0 0
}

@media screen and (min-width:920px) {
  .about-brief {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
  }
}

.about-brief__text {
  width: 880px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .about-brief__text {
    width: 640px
  }
}

@media screen and (max-width:919px) {
  .about-brief__text {
    margin: 0 0 20px;
    width: 100%
  }
}

@media screen and (min-width:920px) {
  .feedback-form--contacts {
    margin: -30px 0 0;
    padding-top: 30px
  }
}

.feedback-form__title {
  margin: 0 0 8px
}

.feedback-form__input {
  margin: 0 0 20px;
  width: 100%
}

@media screen and (min-width:620px) {
  .feedback-form__group {
    display: flex;
    justify-content: space-between
  }
}

@media screen and (min-width:620px) {
  .feedback-form__group-item {
    width: calc(50% - 10px)
  }
}

.feedback-form__prod {
  border-top: 1px solid #e6e6e6;
  margin: 0 0 20px;
  padding: 20px 0 0
}

.feedback-form__prod span {
  font-weight: 700
}

.feedback-form__note {
  font-size: 13px;
  margin: 15px 0 0
}

.popup-overlay {
  align-items: center;
  background: rgba(51, 51, 51, .5);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  transition: opacity .18s, visibility .18s;
  top: 0;
  z-index: 999
}

.popup-overlay:not(.is-active) {
  opacity: 0;
  visibility: hidden
}

.popup-balloon {
  background: #fff;
  border-radius: 5px;
  max-height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
  padding: 35px 40px;
  position: relative;
  width: 520px
}

@media screen and (max-width:619px) {
  .popup-balloon {
    padding: 20px;
    width: 280px
  }
}

.popup-balloon__close {
  height: 40px;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 40px
}

.popup-balloon__close svg {
  height: 14px;
  width: 14px
}

.popup-balloon__title {
  margin-right: 20px
}

.catalog-item {
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 5px;
  color: #fff;
  min-height: 382px;
  text-shadow: 0 0 10px rgba(0, 0, 0, .7)
}

@media screen and (max-width:619px) {
  .catalog-item {
    min-height: 342px
  }
}

.catalog-item:before {
  border-left: none;
  border-top: none;
  border-top-right-radius: 0
}

.catalog-item a {
  color: inherit
}

.catalog-item__cnt {
  align-items: flex-start;
  background: linear-gradient(90deg, rgba(0, 0, 0, .3), transparent);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 35px 65px 65px 40px
}

@media screen and (max-width:619px) {
  .catalog-item__cnt {
    padding: 20px 40px 40px 20px
  }
}

.catalog-item__title {
  color: inherit;
  margin: 0 0 10px
}

.catalog-item__link {
  margin: 8px 0 0
}

@media screen and (min-width:620px) {
  .catalog-item__group {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    width: 100%
  }
}

.catalog-item__col {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 220px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .catalog-item__col {
    width: 140px
  }
}

.category-item {
  border-radius: 5px;
  display: flex;
  flex-direction: column
}

.category-item--usage:hover .category-item__btn {
  background: #5bd513;
  border-color: #5bd513
}

.category-item--usage .category-item__heading {
  background: linear-gradient(0deg, #595959, #595959 50%, transparent)
}

.category-item--usage .category-item__text {
  padding-top: 15px
}

.category-item__img {
  color: #fff;
  display: block;
  flex-shrink: 0;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, .7)
}

.category-item__img,
.category-item__img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.category-item__img img {
  width: 100%
}

.category-item__heading {
  background: linear-gradient(0deg, #595959, #595959 15px, transparent);
  bottom: 0;
  left: 0;
  padding: 10px 40px;
  position: absolute;
  right: 0;
  z-index: 99
}

@media screen and (max-width:619px) {
  .category-item__heading {
    padding: 10px 20px
  }
}

.category-item__heading-title {
  color: inherit;
  margin: 0 0 5px
}

.category-item__heading-title:only-child {
  margin: 0
}

.category-item__heading-price {
  color: inherit;
  margin: 0
}

.category-item__text {
  align-items: flex-start;
  background: #595959;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 25px 40px 40px
}

@media screen and (max-width:619px) {
  .category-item__text {
    padding: 5px 20px 20px
  }
}

.category-item__prod {
  margin: 0 0 20px;
  min-height: 92px;
  width: 100%
}

.category-item__prod-item {
  align-items: flex-start;
  color: #ccc;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin: 0 0 5px
}

.category-item__prod-item:last-child {
  margin: 0
}

.category-item__prod-link {
  color: inherit
}

.category-item__prod-price {
  flex-shrink: 0;
  margin-left: 10px
}

.category-item__btn {
  margin: auto 0 0
}

@media screen and (min-width:920px) {
  .cat-grid {
    display: flex
  }
}

@media screen and (min-width:920px) {
  .cat-grid__sidebar {
    display: block!important;
    flex-shrink: 0;
    margin-right: 20px;
    width: 280px
  }
}

@media screen and (max-width:919px) {
  .cat-grid__sidebar {
    display: none
  }
}

.cat-grid__sidebar-toggle {
  margin: 0 0 20px
}

@media screen and (min-width:920px) {
  .cat-grid__sidebar-toggle {
    display: none
  }
}

.cat-grid__sidebar-toggle.is-active {
  background: #5bd513;
  border-color: #5bd513;
  color: #fff
}

.cat-grid__sidebar-toggle.is-active svg {
  transform: rotate(180deg)
}

.cat-grid__sidebar-toggle svg {
  height: 6px;
  margin-left: 10px;
  transition: transform .18s;
  width: 10px
}

@media screen and (max-width:919px) {
  .cat-grid__sidebar-cnt {
    padding: 0 0 70px;
    position: relative
  }
}

@media screen and (min-width:620px) and (max-width:919px) {
  .cat-grid__sidebar-cnt {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
}

.cat-grid__sidebar-cnt:before {
  background: #e5e5e5;
  bottom: 38px;
  content: "";
  display: none;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0
}

@media screen and (max-width:919px) {
  .cat-grid__sidebar-cnt:before {
    display: block
  }
}

.cat-grid__main {
  width: 880px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .cat-grid__main {
    width: 580px
  }
}

@media screen and (max-width:919px) {
  .cat-grid__main {
    width: 100%
  }
}

.cat-filter {
  border-top: 1px solid #e5e5e5;
  margin: 0 0 35px;
  width: 100%
}

.cat-filter:last-child {
  margin: 0
}

.cat-filter__toggle {
  border-bottom: 1px solid #e5e5e5;
  color: #474747;
  display: block;
  margin: 0;
  padding: 12px 20px 12px 0;
  position: relative
}

.cat-filter__toggle.is-active .cat-filter__toggle-img {
  transform: rotate(180deg)
}

.cat-filter__toggle-img {
  color: rgba(51, 51, 51, .6);
  height: 6px;
  margin: -3px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  transition: transform .18s;
  width: 10px
}

.cat-filter__subs {
  border-bottom: 1px solid #e5e5e5;
  display: none;
  padding-left: 20px
}

.cat-filter__subs-item {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  padding: 12px 0
}

.cat-filter__subs-item:last-child {
  border-bottom: none
}

.cat-filter__subs-item.is-active {
  color: #71be42
}

.cat-cert {
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  margin: 0 0 25px;
  padding: 0 0 20px
}

@media screen and (min-width:620px) and (max-width:919px) {
  .cat-cert {
    border: none;
    margin: 0;
    padding: 0;
    width: 280px
  }
}

.cat-cert__img {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .5);
  display: block;
  margin: 0 0 20px
}

.cat-cert__img img {
  width: 100%
}

.cat-cert__note {
  font-style: italic
}

.cat-sale {
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 5px;
  color: #fff;
  display: block
}

@media screen and (min-width:620px) and (max-width:919px) {
  .cat-sale {
    width: 280px
  }
}

.cat-sale:hover .cat-sale__btn {
  background: #5bd513
}

.cat-sale:before {
  border-left: none;
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  bottom: 110px;
  left: 140px
}

@media screen and (max-width:619px) {
  .cat-sale:before {
    bottom: 90px
  }
}

.cat-sale__cnt {
  padding: 30px 40px 40px
}

@media screen and (max-width:619px) {
  .cat-sale__cnt {
    padding: 15px 20px 20px
  }
}

.cat-sale__num {
  color: #ff2626;
  margin: 0 0 0 -12px
}

.cat-sale__brief {
  color: inherit;
  margin: 0 0 15px
}

.cat-sale__bnt {
  width: 100%
}

.cat-sale img {
  border-radius: 5px;
  width: 100%
}

@media screen and (min-width:920px) {
  .cat-text {
    padding-left: 40px
  }
}

.prod-item {
  color: #474747;
  display: flex;
  flex-direction: column
}

@media screen and (min-width:620px) {
  .prod-item {
    padding-bottom: 30px
  }
}

.prod-item:hover .prod-item__btn {
  background: #5bd513
}

.prod-item__img {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 120px;
  margin: 0 0 20px
}

.prod-item__title {
  color: inherit;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 8px
}

.prod-item__price {
  font-size: 13px;
  margin: auto 0 0
}

.prod-item__price-old {
  text-decoration: line-through
}

.prod-item__price-val {
  color: #71be42;
  font-size: 18px;
  font-weight: 700
}

.prod-item__price-val--discount {
  color: #ff2626
}

.prod-item__btn {
  margin: 15px 0 0
}

@media screen and (min-width:1220px) {
  .prod-grid {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
  }
}

@media screen and (min-width:1220px) {
  .prod-grid__gallery {
    width: 430px
  }
}

@media screen and (min-width:620px) and (max-width:1219px) {
  .prod-grid__gallery {
    margin: 0 0 25px
  }
}

@media screen and (max-width:619px) {
  .prod-grid__gallery {
    margin: 0 0 11px
  }
}

@media screen and (min-width:1220px) {
  .prod-grid__card {
    width: 380px
  }
}

.prod-gallery__full {
  margin: 0 0 11px;
  padding: 0
}

.prod-gallery__full .tns-outer {
  overflow: hidden
}

.prod-gallery__full .tns-slider {
  display: flex
}

.prod-gallery__full-slide {
  align-items: center;
  display: flex!important;
  min-height: 368px;
  justify-content: center;
  padding: 40px
}

@media screen and (max-width:619px) {
  .prod-gallery__full-slide {
    min-height: unset;
    padding: 20px
  }
}

.prod-gallery__thumbs {
  position: relative;
  width: 100%
}

.prod-gallery__thumbs-cnt {
  margin-left: -9px;
  overflow: hidden;
  width: calc(100% + 18px)
}

.prod-gallery__thumbs-cnt .tns-slider {
  display: flex
}

.prod-gallery__thumbs-cnt .tns-item {
  display: block
}

.prod-gallery__thumbs-slide {
  padding: 9px
}

.prod-gallery__thumbs-slide a {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100px;
  padding: 20px;
  position: relative
}

@media screen and (max-width:619px) {
  .prod-gallery__thumbs-slide a {
    min-height: unset
  }
}

.prod-gallery__thumbs-slide a:before {
  background: rgba(113, 190, 66, .25);
  bottom: 0;
  border-radius: 5px;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .18s
}

.prod-gallery__thumbs-slide a.is-active:before {
  opacity: 1
}

.prod-gallery__thumbs-slide img {
  width: 100%
}

.prod-gallery__nav {
  align-items: center;
  background: rgba(113, 190, 66, .7);
  border: none;
  color: #fff;
  display: flex;
  height: 30px;
  justify-content: center;
  margin: -15px 0 0;
  position: absolute;
  top: 50%;
  transition: background-color .18s;
  width: 25px;
  z-index: 99
}

.prod-gallery__nav svg {
  height: 11px;
  width: 6px
}

.prod-gallery__nav--prev {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  left: 0
}

.prod-gallery__nav--next {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  right: 0
}

.prod-card__status {
  color: #71be42;
  font-style: italic;
  margin: 0 0 8px
}

.prod-card__status--none {
  color: #ff2626
}

.prod-card__cert {
  margin: 10px 0 20px
}

.prod-card__price {
  align-items: baseline;
  border-top: 1px solid #e6e6e6;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 25px;
  padding: 20px 0 0
}

.prod-card__price-old {
  margin-left: 15px;
  text-decoration: line-through
}

@media screen and (max-width:619px) {
  .prod-card__price-old {
    margin: 0 0 -10px;
    order: -1
  }
}

.prod-card__price-val {
  color: #71be42;
  font-size: 36px;
  font-weight: 700
}

@media screen and (max-width:619px) {
  .prod-card__price-val {
    font-size: 32px
  }
}

.prod-card__price-val--discount {
  color: #ff2626
}

.prod-card__price-note {
  width: 100%
}

.prod-card__delivery {
  margin: 0 0 25px
}

@media screen and (max-width:619px) {
  .prod-card__delivery {
    font-size: 13px
  }
}

.prod-card__btn {
  width: 100%
}

.prod-delivery {
  align-items: flex-end;
  display: flex;
  justify-content: space-between
}

.prod-delivery__item-img {
  color: #71be42;
  height: 36px;
  margin: 0 0 8px;
  width: 53px
}

.prod-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10px
}

.prod-features__item {
  margin: 0 0 20px;
  width: 205px
}

@media screen and (max-width:1219px) {
  .prod-features__item {
    width: 280px
  }
}

.prod-features__item:before {
  border-bottom: none;
  border-left: none;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  bottom: 100px;
  right: 30px;
  left: 30px;
  top: 30px
}

@media screen and (max-width:619px) {
  .prod-features__item:before {
    bottom: 90px;
    left: 20px;
    right: 20px;
    top: 20px
  }
}

.prod-features__item-cnt {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 20px 25px
}

@media screen and (max-width:619px) {
  .prod-features__item-cnt {
    padding: 20px
  }
}

.prod-features__item-img {
  color: rgba(0, 0, 0, .3);
  height: 42px;
  margin: 0 0 15px;
  padding-right: 15px
}

.prod-features__item-img svg {
  height: unset;
  width: unset
}

.prod-desc__control {
  border-bottom: none;
  position: relative;
  z-index: 99
}

@media screen and (max-width:619px) {
  .prod-desc__control {
    margin: 0 0 -2px
  }
}

.prod-desc__cnt {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  z-index: 1
}

.prices-table {
  border: 2px solid #fff;
  border-spacing: 0;
  padding: 0;
  width: 100%
}

@media screen and (max-width:619px) {
  .prices-table tbody,
  .prices-table td,
  .prices-table th,
  .prices-table tr {
    display: block
  }
}

@media screen and (max-width:619px) {
  .prices-table tr {
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 0
  }
}

@media screen and (max-width:619px) {
  .prices-table tr:first-child {
    display: none
  }
}

@media screen and (max-width:619px) {
  .prices-table tr:last-child {
    border-bottom: none
  }
}

.prices-table tr:last-child td {
  border-bottom: none
}

.prices-table td,
.prices-table th {
  border-right: 1px solid #e5e5e5;
  padding: 14px 18px
}

@media screen and (max-width:619px) {
  .prices-table td,
  .prices-table th {
    border: none;
    padding: 0 18px
  }
}

.prices-table td:last-child,
.prices-table th:last-child {
  border-right: none
}

.prices-table th {
  background: #f4f4f4;
  font-size: 18px;
  line-height: 1.2
}

.prices-table th:first-child {
  border-top-left-radius: 5px;
  text-align: left
}

.prices-table th:last-child {
  border-top-right-radius: 5px
}

.prices-table td {
  border-bottom: 1px solid #e5e5e5
}

@media screen and (max-width:619px) {
  .prices-table td {
    border: none
  }
}

@media screen and (max-width:619px) {
  .prices-table td:first-child {
    font-weight: 700;
    margin: 0 0 5px
  }
}

.prices-table--full td:not(:first-child) {
  text-align: center;
  width: 25%
}

@media screen and (min-width:620px) and (max-width:919px) {
  .prices-table--full td:not(:first-child) {
    width: 160px
  }
}

@media screen and (max-width:619px) {
  .prices-table--full td:not(:first-child) {
    text-align: left;
    width: 100%
  }
}

@media screen and (max-width:619px) {
  .prices-table--short tr:first-child {
    background: #f4f4f4;
    display: block
  }
}

.prices-table--short td {
  border-right: none
}

@media screen and (min-width:620px) {
  .prices-table--short td:last-child:not(:only-child) {
    text-align: right
  }
}

.prices-table--short .link__text {
  font-weight: 700
}

@media screen and (min-width:620px) {
  .prices-table__caption {
    display: none
  }
}

.promo-item {
  margin: 0 0 20px;
  padding: 0
}

@media screen and (min-width:920px) {
  .promo-item {
    display: flex
  }
}

.promo-item:last-child {
  margin: 0
}

.promo-item__img {
  background-position: 50% 50%;
  background-size: cover;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  width: 560px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .promo-item__img {
    width: 420px
  }
}

@media screen and (max-width:919px) {
  .promo-item__img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    width: 100%
  }
}

.promo-item__img img {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%
}

@media screen and (max-width:919px) {
  .promo-item__img img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px
  }
}

.promo-item__cnt {
  padding: 35px 80px 35px 40px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .promo-item__cnt {
    padding: 25px 40px 30px 30px
  }
}

@media screen and (min-width:620px) and (max-width:919px) {
  .promo-item__cnt {
    padding: 35px 40px
  }
}

@media screen and (max-width:619px) {
  .promo-item__cnt {
    padding: 20px
  }
}

.promo-item__title {
  margin: 0 0 5px
}

.promo-item__time {
  font-style: italic;
  margin: 0 0 10px
}

.promo-item__subtitle {
  font-size: 20px;
  margin: 0 0 5px
}

.promo-item__btn {
  margin: 20px 0 0
}

@media screen and (min-width:1220px) {
  .promo-grid {
    display: flex;
    justify-content: space-between
  }
}

.promo-grid__main {
  width: 780px
}

@media screen and (max-width:1219px) {
  .promo-grid__main {
    margin: 0 0 35px;
    width: 100%
  }
}

@media screen and (min-width:1220px) {
  .promo-grid__sidebar {
    width: 280px
  }
}

.promo-title {
  max-width: 780px
}

@media screen and (min-width:1220px) {
  .promo-related {
    margin: -35px 0 0
  }
}

@media screen and (min-width:1220px) {
  .promo-related__title {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 10px
  }
}

@media screen and (max-width:1219px) {
  .promo-related__cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 -25px
  }
}

.promo-related__item {
  display: block;
  margin: 0 0 40px
}

@media screen and (min-width:620px) and (max-width:1219px) {
  .promo-related__item {
    margin: 0 20px 25px 0;
    width: 280px
  }
}

@media screen and (max-width:619px) {
  .promo-related__item {
    margin: 0 0 25px;
    width: 100%
  }
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .promo-related__item:nth-child(3n) {
    margin-right: 0
  }
}

@media screen and (min-width:620px) and (max-width:919px) {
  .promo-related__item:nth-child(2n) {
    margin-right: 0
  }
}

@media screen and (min-width:1220px) {
  .promo-related__item:last-child {
    margin: 0
  }
}

.promo-related__item-img {
  margin: 0 0 10px;
  position: relative
}

.promo-related__item-time {
  background: rgba(89, 89, 89, .95);
  border-radius: 5px;
  bottom: 10px;
  color: #fff;
  left: 10px;
  padding: 7px 14px;
  position: absolute
}

.contacts-item {
  align-items: flex-start;
  display: flex;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 12px
}

.contacts-item__img {
  color: #71be42;
  height: 18px;
  margin-right: 12px;
  width: 18px
}

.contacts-item__text strong {
  color: #71be42
}

@media screen and (min-width:920px) {
  .contacts-grid {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
  }
}

.contacts-grid__main {
  width: 640px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .contacts-grid__main {
    width: 410px
  }
}

@media screen and (max-width:919px) {
  .contacts-grid__main {
    margin: 0 0 35px;
    width: 100%
  }
}

.contacts-grid__sidebar {
  width: 480px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .contacts-grid__sidebar {
    width: 430px
  }
}

@media screen and (max-width:919px) {
  .contacts-grid__sidebar {
    width: 100%
  }
}

.contacts-group {
  margin: 0 0 70px;
  position: relative
}

.contacts-group:last-child {
  margin: 0
}

.contacts-group:last-child:before {
  display: none
}

.contacts-group:before {
  background: #e5e5e5;
  bottom: -35px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 480px
}

@media screen and (max-width:1219px) {
  .contacts-group:before {
    width: 100%
  }
}

.contacts-group__note {
  color: #71be42;
  font-weight: 700
}

.contacts-group__download {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 0
}

.contacts-group__label {
  bottom: 0;
  pointer-events: none;
  position: absolute;
  right: 0
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .contacts-group__label {
    margin: -20px 0 0 205px;
    position: static
  }
}

@media screen and (max-width:619px) {
  .contacts-group__label {
    display: none
  }
}

.contacts-map {
  height: 500px
}

@media screen and (max-width:619px) {
  .contacts-map {
    height: 320px
  }
}

.delivery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 -20px;
  position: relative;
  z-index: 111
}

.delivery--other {
  margin: 0 0 -80px
}

.delivery__item {
  color: #474747;
  display: block;
  margin: 0 0 20px;
  width: 380px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .delivery__item {
    width: 280px
  }
}

@media screen and (max-width:919px) {
  .delivery__item {
    width: 100%
  }
}

a.delivery__item {
  transition: box-shadow .18s
}

a.delivery__item:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2)
}

.delivery__item:before {
  border-left: none
}

.delivery__item-cnt {
  padding: 35px 80px 50px 40px;
  position: relative
}

@media screen and (max-width:619px) {
  .delivery__item-cnt {
    padding: 20px 35px 35px 20px
  }
}

.delivery__item-num {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 6px;
  padding-right: 18px
}

.delivery__item-title {
  line-height: 1.3;
  margin: 0 0 26px;
  position: relative
}

.delivery__item-title:before {
  background: rgba(51, 51, 51, .2);
  border-radius: 2px;
  bottom: -14px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 50px
}

.delivery__item-text {
  position: relative;
  z-index: 99
}

.delivery__item-img {
  align-items: flex-start;
  color: rgba(0, 0, 0, .3);
  display: flex;
  height: 68px;
  justify-content: flex-end;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 108px;
  z-index: 0
}

@media screen and (max-width:619px) {
  .delivery__item-img {
    right: 10px;
    top: 10px
  }
}

.delivery__item-img svg {
  height: 50px;
  width: 73px
}

@media screen and (min-width:920px) {
  .pickup {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
  }
}

.pickup__text {
  width: 580px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .pickup__text {
    width: 460px
  }
}

@media screen and (max-width:919px) {
  .pickup__text {
    margin: 0 0 24px;
    width: 100%
  }
}

.pickup__map {
  text-align: center
}

@media screen and (min-width:1220px) {
  .pickup__map {
    width: 580px
  }
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .pickup__map {
    width: 380px
  }
}

.pickup__map-cnt {
  display: inline-block;
  position: relative
}

.pickup__map-pin {
  background: #ff2626;
  border-radius: 100%;
  height: 18px;
  position: absolute;
  width: 18px;
  z-index: 99
}

.pickup__map-pin:before {
  -webkit-animation: pinPulse 1s linear infinite;
  animation: pinPulse 1s linear infinite;
  background: transparent;
  border: 1px solid #ff2626;
  border-radius: 100%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

@-webkit-keyframes pinPulse {
  0% {
    opacity: 1;
    transform: scaleX(1)
  }
  75% {
    opacity: .75;
    transform: scale3d(1.5, 1.5, 1)
  }
  to {
    opacity: 0;
    transform: scale3d(1.75, 1.75, 1)
  }
}

@keyframes pinPulse {
  0% {
    opacity: 1;
    transform: scaleX(1)
  }
  75% {
    opacity: .75;
    transform: scale3d(1.5, 1.5, 1)
  }
  to {
    opacity: 0;
    transform: scale3d(1.75, 1.75, 1)
  }
}

.point-stock__toggle {
  border-top: 1px solid #dadada;
  color: #474747;
  font-weight: 700;
  display: block;
  padding: 15px 0 15px 20px;
  position: relative
}

@media screen and (min-width:620px) {
  .point-stock__toggle {
    align-items: flex-start;
    display: flex
  }
}

.point-stock__toggle.is-active .point-stock__toggle-img {
  transform: rotate(180deg)
}

.point-stock__toggle-img {
  color: rgba(51, 51, 51, .7);
  flex-shrink: 0;
  height: 6px;
  left: 0;
  position: absolute;
  top: 24px;
  transition: transform .18s;
  width: 10px
}

.point-stock__toggle-title {
  margin-right: 20px;
  width: 340px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .point-stock__toggle-title {
    width: 280px
  }
}

@media screen and (max-width:619px) {
  .point-stock__toggle-title {
    margin: 0;
    width: 100%
  }
}

.point-stock__toggle-val {
  width: 200px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .point-stock__toggle-val {
    width: 180px
  }
}

@media screen and (max-width:619px) {
  .point-stock__toggle-val {
    width: 100%
  }
}

.point-stock__cnt {
  display: none
}

.point-stock__cnt-grid {
  padding: 0 0 20px
}

@media screen and (min-width:920px) {
  .point-stock__cnt-grid {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
  }
}

.point-stock__cnt-text {
  width: 580px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .point-stock__cnt-text {
    width: 500px
  }
}

@media screen and (max-width:919px) {
  .point-stock__cnt-text {
    margin: 0 0 20px;
    width: 100%
  }
}

.point-stock__cnt-img {
  width: 580px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .point-stock__cnt-img {
    width: 360px
  }
}

@media screen and (max-width:919px) {
  .point-stock__cnt-img {
    width: 100%
  }
}

.point-stock__cnt-item {
  margin: 0 0 10px
}

@media screen and (min-width:620px) {
  .point-stock__cnt-item {
    align-items: flex-start;
    display: flex
  }
}

.point-stock__cnt-item:last-child {
  margin: 0
}

.point-stock__cnt-title {
  margin-right: 20px;
  width: 360px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .point-stock__cnt-title {
    width: 300px
  }
}

@media screen and (max-width:619px) {
  .point-stock__cnt-title {
    margin: 0;
    width: 100%
  }
}

.point-stock__cnt-val {
  width: 200px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .point-stock__cnt-val {
    width: 180px
  }
}

@media screen and (max-width:619px) {
  .point-stock__cnt-val {
    width: 100%
  }
}

.point-video {
  margin: 0 0 80px
}

.point-video__img {
  margin: 0 0 -80px
}

.news-item {
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px
}

.news-item:hover .news-item__link {
  color: #5bd513
}

.news-item:hover .news-item__link .link__text {
  border-bottom-color: transparent
}

.news-item--wide {
  flex-direction: row;
  min-height: 380px;
  width: 100%;
}

@media screen and (min-width:620px) and (max-width:919px) {
  .news-item--wide {
    min-height: 280px
  }
}

@media screen and (max-width:619px) {
  .news-item--wide {
    min-height: unset
  }
}

@media screen and (min-width:1220px) {
  .news-item--wide .news-item__text {
    padding: 40px
  }
}

@media screen and (min-width:920px) {
  .news-item--wide .news-item__text {
    color: #474747;
    background: #f4f4f4;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    justify-content: flex-start
  }
}

@media screen and (min-width:620px) and (max-width:919px) {
  .news-item--wide .news-item__text {
    background: linear-gradient(0deg, rgba(51, 51, 51, .9), rgba(51, 51, 51, .9) 25%, transparent 69%, transparent)
  }
}

@media screen and (min-width:920px) {
  .news-item--wide .news-item__title {
    color: #333
  }
}

.news-item--medium {
  min-height: 580px;
  width: 780px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .news-item--medium {
    width: 480px
  }
}

@media screen and (min-width:620px) and (max-width:919px) {
  .news-item--medium {
    min-height: 280px
  }
}

@media screen and (max-width:619px) {
  .news-item--medium {
    min-height: unset
  }
}

@media screen and (min-width:620px) {
  .news-item--medium .news-item__text {
    background: linear-gradient(0deg, rgba(51, 51, 51, .9), rgba(51, 51, 51, .9) 25%, transparent 69%, transparent)
  }
}

@media screen and (min-width:1220px) {
  .news-item--medium .news-item__text {
    padding-right: 180px
  }
}

@media screen and (min-width:620px) {
  .news-item--narrow {
    min-height: 280px
  }
}

@media screen and (min-width:620px) {
  .news-item--narrow .news-item__text {
    background: linear-gradient(0deg, rgba(51, 51, 51, .9), rgba(51, 51, 51, .9) 35%, transparent)
  }
}

.news-item__img {
  background-position: 50% 50%;
  background-size: cover;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  display: block;
  flex-shrink: 0;
  width: 780px
}

@media screen and (min-width:920px) and (max-width:1219px) {
  .news-item__img {
    width: 500px
  }
}

@media screen and (max-width:919px) {
  .news-item__img {
    display: none
  }
}

.news-item__text {
  align-items: flex-start;
  background: linear-gradient(0deg, rgba(51, 51, 51, .9), rgba(51, 51, 51, .9) 50%, transparent);
  border-radius: 5px;
  color: #ccc;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  height: 100%;
  padding: 35px
}

.news-item__title {
  color: #fff;
  margin: 0 0 12px
}

@media screen and (max-width:619px) {
  .news-item__title {
    font-size: 18px;
    line-height: 1.3;
    text-shadow: 0 0 10px rgba(0, 0, 0, .7)
  }
}

.news-item__title a:not(:hover) {
  color: inherit
}

.news-item__stats {
  margin: 0 0 6px
}

.news-item__brief {
  margin: 0 0 12px
}

.news-item__link {
  align-items: center;
  display: flex;
  margin: 0
}

.news-item__link:not(:hover) {
  color: #71be42
}

.news-item__link svg {
  height: 6px;
  margin-left: 5px;
  width: 4px
}

.news-grid,
.news-grid__col {
  justify-content: space-between
}

.news-grid__col {
  display: flex
}

@media screen and (min-width:920px) {
  .news-grid__col {
    flex-direction: column;
    width: 380px
  }
}

@media screen and (max-width:619px) {
  .news-grid__col {
    flex-direction: column;
    width: 100%
  }
}

.news-grid__col .news-item {
  flex-grow: 1
}

@media screen and (min-width:620px) and (max-width:919px) {
  .news-grid__col .news-item:first-child {
    margin-right: 20px
  }
}

.news-stats {
  align-items: baseline;
  display: flex;
  font-style: italic
}

.news-stats__date {
  margin-right: 30px
}

.news-stats__views {
  align-items: center;
  display: flex
}

.news-stats__views svg {
  height: 12px;
  margin-right: 7px;
  opacity: .7;
  width: 19px
}

.about-desc .about-desc--index .g-sec {
  height: 360px;
}

.footer__contacts__mb{margin-bottom: 70px}
/* End */
/* /local/templates/.default/assets/css/app.min.css?175256622792361 */
