/* Generated on August 27, 2018 */
@font-face {
  font-family: 'sfuidisplay';
  src: url("../fonts/sfuidisplay-300-normal.woff2") format("woff2"), url("../fonts/sfuidisplay-300-normal.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'sfuidisplay';
  src: url("../fonts/sfuidisplay-400-normal.woff2") format("woff2"), url("../fonts/sfuidisplay-400-normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'sfuidisplay';
  src: url("../fonts/sfuidisplay-500-normal.woff2") format("woff2"), url("../fonts/sfuidisplay-500-normal.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'sfuidisplay';
  src: url("../fonts/sfuidisplay-700-normal.woff2") format("woff2"), url("../fonts/sfuidisplay-700-normal.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'sfuidisplay';
  src: url("../fonts/sfuidisplay-900-normal.woff2") format("woff2"), url("../fonts/sfuidisplay-900-normal.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'coresansd65heavy';
  src: url("../fonts/coresansd65heavy-900-italic.woff2") format("woff2"), url("../fonts/coresansd65heavy-900-italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-size: 1em;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: transparent;
  opacity: 1;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: transparent;
  opacity: 1;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: transparent;
  opacity: 1;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: transparent;
  opacity: 1;
}

img {
  -webkit-backface-visibility: hidden;
}

body {
  font-family: sfuidisplay, sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  position: relative;
}

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

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

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1em;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: calc(100% - 1em * 2);
}

.modal-content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1em;
}

.modal-body {
  position: relative;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1em;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.fade {
  opacity: 0;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -o-transition: height 0.3s linear;
  transition: height 0.3s linear;
}

/* lightgallery - v1.6.9 - 2018-04-03
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: 'lg', sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(40, 40, 40, 0.8);
  opacity: 0;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.wrapper {
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1921px) {
  .wrapper {
    font-size: 0.84vw;
  }
}

.wrapper__center {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}

@media (min-width: 1921px) {
  .wrapper__center {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    max-width: 73.125em;
  }
}

@media (max-width: 767px) {
  .yfhere {
    font-size: 0.75em;
  }
}

@media (max-width: 768px) {
  .advantages, .benefits, .callus, .cinfo, .clist, .compnews, .conson, .hquons, .lassort-white, .lassort, .oso, .products, .profbuy, .requisits, .rideus, .servlist, .sinformed, .sotpers, .writeus, .wwus, .sertificate, .letter, .payment, .wrapper__faq-ask {
    font-size: 0.60em;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .advantages, .benefits, .callus, .cinfo, .clist, .compnews, .conson, .hquons, .lassort-white, .lassort, .oso, .products, .profbuy, .requisits, .rideus, .servlist, .sinformed, .sotpers, .tbinfo, .writeus, .wwus, .yfhere, .sertificate, .letter, .payment, .wrapper__faq-ask {
    font-size: 0.65em;
  }
}

@media (max-width: 767px) {
  .benefits, .callus, .cinfo, .clist, .compnews, .hquons, .lassort-white, .lassort, .oso, .products, .profbuy, .requisits, .rideus, .servlist, .sinformed, .sotpers, .writeus, .wwus, .yfhere {
    padding-top: 3.125em !important;
  }
}

@media (max-width: 767px) {
  .advantages, .benefits, .callus, .cinfo, .clist, .compnews, .hquons, .lassort-white, .lassort, .oso, .products, .profbuy, .requisits, .rideus, .servlist, .sinformed, .writeus, .wwus {
    padding-bottom: 3.125em !important;
  }
}

.wrapper__center::after {
  display: block;
  clear: both;
  content: "";
}

/**
 * Returns the position of a value within a list. If the value isn't found,
 * returns `null` instead.
 *
 * Note that unlike some languages, the first item in a Sass list is number
 * 1, the second number 2, and so forth.
 *
 * This can return the position of a pair in a map as well.
 *
 * @example
 * index(1px solid red, solid) => 2
 * index(1px solid red, dashed) => null
 * index((width: 10px, height: 20px), (height 20px)) => 2
 * @overload index($list, $value)
 * @param $list [Sass::Script::Value::Base]
 * @param $value [Sass::Script::Value::Base]
 * @return [Sass::Script::Value::Number, Sass::Script::Value::Null] The
 * 1-based index of `$value` in `$list`, or `null`
 */
.btn, .callus__item-link, .finfo__nav a, .finfo__cont-item-phone, .finfo__cont-item-mail, .finfo__link, .foo__dev-link, .hquons__text-link, .lang li a, .mail, .menu__link, .oso__swiper-slide, .rideus__item-content-info-text-main a, .sotpers__map-info-item-link, .switcher__link, .tinfo__cont-item-phone, .tinfo__cont-item-mail, .tinfo__link, .yfhere__link {
  text-decoration: none;
  color: inherit;
}

.clist ul, .finfo__nav ul, .lang ul, .menu__list, .menu .sub-menu, .tabs__caption {
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn, .hamburger, .menu__item .caret, .menu .sub-menu > li .caret, .modal__close, .oso__swiper-button, .tbinfo__swiper-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0 none;
  border: 0 none;
  background-color: transparent;
  line-height: 1;
  color: inherit;
  margin: 0;
  padding: 0;
}

.field__input, .field__textarea {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  border-radius: 0;
  background-color: transparent;
}

.field__input::-ms-clear, .field__textarea::-ms-clear {
  display: none;
}

/**
 * Returns the position of a value within a list. If the value isn't found,
 * returns `null` instead.
 *
 * Note that unlike some languages, the first item in a Sass list is number
 * 1, the second number 2, and so forth.
 *
 * This can return the position of a pair in a map as well.
 *
 * @example
 * index(1px solid red, solid) => 2
 * index(1px solid red, dashed) => null
 * index((width: 10px, height: 20px), (height 20px)) => 2
 * @overload index($list, $value)
 * @param $list [Sass::Script::Value::Base]
 * @param $value [Sass::Script::Value::Base]
 * @return [Sass::Script::Value::Number, Sass::Script::Value::Null] The
 * 1-based index of `$value` in `$list`, or `null`
 */
.advantages {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 9.0625em;
  padding-bottom: 4.375em;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .advantages {
    font-size: 0.85em;
  }
}

.advantages__items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.advantages__item {
  margin-bottom: 1.875em;
  margin-left: 1.875em;
  margin-right: 1.875em;
  max-width: 14.0625em;
  text-align: center;
}

@media (max-width: 767px) {
  .advantages__item {
    min-width: 13.75em;
  }
}

.advantages__item-icowrap {
  position: relative;
  margin-bottom: 2.1875em;
}

.advantages__item-icobg {
  margin-left: auto;
  margin-right: auto;
}

.advantages__item-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.advantages__item-text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 900;
  font-size: 1.25em;
  line-height: 1.3;
  color: #000;
}

.advantages__item-subtext {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.44444;
  color: #888;
  margin-top: 1.38889em;
}

.benefits {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 5.9375em;
  padding-bottom: 7.5em;
}

.benefits__title {
  max-width: 13em;
  margin-left: auto;
  margin-right: auto;
}

.benefits__tline {
  margin-top: 1.75em;
  margin-bottom: 2.1875em;
}

@media (max-width: 767px) {
  .benefits__items {
    font-size: 1.25em;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .benefits__items {
    font-size: 0.80em;
  }
}

.benefits__item {
  position: relative;
}

@media (min-width: 768px) {
  .benefits__item:nth-child(even) .benefits__item-content {
    -webkit-order: 2;
    order: 2;
  }
  .benefits__item:nth-child(even) .benefits__item-content-triangle {
    left: auto;
    right: calc(100% - 0.125em);
  }
}

@media (max-width: 767px) {
  .benefits__item {
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .benefits__item:not(:last-child) {
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .benefits__item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.benefits__item-content {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .benefits__item-content {
    width: 50%;
  }
}

.benefits__item-content-triangle {
  display: none;
}

@media (min-width: 768px) {
  .benefits__item-content-triangle {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 0.125em);
    height: 100% !important;
    max-width: none !important;
  }
}

.benefits__item-content-inner {
  background-color: #fff;
  padding-left: 2.8125em;
  padding-top: 2.5em;
  padding-bottom: 1.875em;
  padding-right: 3.125em;
  position: relative;
  z-index: 2;
}

.benefits__item-content-tline {
  width: 100%;
  height: 0.4375em;
  background-color: #539244;
  background-image: -o-linear-gradient(left, #79a04d 0%, #0a6238 100%);
  background-image: linear-gradient(to right, #79a04d 0%, #0a6238 100%);
}

.benefits__item-content-label {
  font-family: sfuidisplay, sans-serif;
  font-weight: 900;
  font-size: 1.25em;
  line-height: 1.1;
  color: #000;
}

@media (max-width: 575px) {
  .benefits__item-content-label {
    line-height: 1.5;
  }
}

.benefits__item-content-text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.44444;
  color: #888;
  margin-top: 1.38889em;
}

.benefits__item-content-text p:not(:last-child) {
  margin-bottom: 1.11111em;
}

.benefits__item-content-btn {
  max-width: 23.6875em;
  margin-top: 1.5625em;
}

@media (max-width: 767px) {
  .benefits__item-content-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.benefits__item-imgwrap {
  position: relative;
}

@media (min-width: 768px) {
  .benefits__item-imgwrap {
    width: 50%;
  }
}

.benefits__item-img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 15.625em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .benefits__item-img {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
    width: 100%;
  }
}

.btn {
  display: block;
  background-color: #0a6238;
  background-image: -o-linear-gradient(left, #79a04d 0%, #0a6238 100%);
  background-image: linear-gradient(to right, #79a04d 0%, #0a6238 100%);
  border-radius: 1.875em;
  width: 100%;
  height: 3.75em;
  text-align: center;
  -o-transition: opacity 0.3s linear, background-color 0.3s linear;
  transition: opacity 0.3s linear, background-color 0.3s linear;
}

.btn:hover, .btn:focus {
  opacity: 0.9;
}

.btn_green {
  background-image: none;
}

.btn__text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 700;
  font-size: 0.8125em;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn_as-link .btn__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn_tinfo {
  height: 2.5em;
}

.btn_tinfo .btn__text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 700;
  font-size: 0.6875em;
  line-height: 1;
}

@media (max-width: 1023px) {
  .btn__hiddenTill1023 {
    display: none;
  }
}

.callus {
  position: relative;
  background-color: #fff;
  padding-top: 5.9375em;
  padding-bottom: 5.9375em;
}

@media (min-width: 768px) {
  .callus__items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.callus__item {
  margin-bottom: 1.875em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .callus__item {
    max-width: 34.375em;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .callus__item {
    max-width: 50%;
    min-width: 50%;
    padding-right: 2em;
  }
}

.callus__item-icowrap {
  position: relative;
  margin-right: 1.875em;
}

.callus__item-icobg {
  margin-left: auto;
  margin-right: auto;
}

.callus__item-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.callus__item-text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.375em;
  line-height: 1.27273;
  color: #000;
}

.callus__item-link {
  display: inline-block;
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.375em;
  line-height: 1.27273;
  color: #79a04d;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.callus__item-link:hover, .callus__item-link:focus {
  color: rgba(121, 160, 77, 0.8);
}

.callus__btn {
  max-width: 26.25em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125em;
}

.cinfo {
  position: relative;
  background-color: #fff;
  padding-top: 5.9375em;
  padding-bottom: 5.9375em;
}

@media (max-width: 767px) {
  .cinfo__items {
    font-size: 1.25em;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .cinfo__items {
    font-size: 0.80em;
  }
}

.cinfo__item {
  position: relative;
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.15);
}

.cinfo__item:not(:last-child) {
  margin-bottom: 3.125em;
}

@media (min-width: 768px) {
  .cinfo__item:nth-child(odd) .cinfo__item-content {
    -webkit-order: 2;
    order: 2;
  }
  .cinfo__item:nth-child(even) .cinfo__item-content-triangle {
    right: auto;
    left: calc(100% - 0.125em);
  }
}

@media (max-width: 767px) {
  .cinfo__item {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .cinfo__item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.cinfo__item-tline {
  width: 100%;
  height: 0.4375em;
  background-color: #539244;
  background-image: -o-linear-gradient(left, #79a04d 0%, #0a6238 100%);
  background-image: linear-gradient(to right, #79a04d 0%, #0a6238 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.cinfo__item-content {
  background-color: #fff;
  padding-left: 3.125em;
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  padding-right: 3.125em;
  position: relative;
  z-index: 2;
  margin-top: 0.4375em;
}

@media (max-width: 767px) {
  .cinfo__item-content {
    padding-left: 1.875em;
    padding-right: 1.875em;
    padding-top: 1.875em;
    padding-bottom: 1.875em;
  }
}

@media (min-width: 768px) {
  .cinfo__item-content {
    width: 53%;
  }
}

.cinfo__item-content-triangle {
  display: none;
}

@media (min-width: 768px) {
  .cinfo__item-content-triangle {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% - 0.125em);
    height: 100% !important;
    max-width: none !important;
  }
}

.cinfo__item-content-label {
  font-family: sfuidisplay, sans-serif;
  font-weight: 900;
  font-size: 2.25em;
  line-height: 1.11111;
  color: #000;
}

@media (max-width: 767px) {
  .cinfo__item-content-label {
    font-size: 1.625em;
    line-height: 1.15385;
  }
}

@media (max-width: 575px) {
  .cinfo__item-content-label {
    line-height: 1.5;
  }
}

.cinfo__item-content-text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.44444;
  color: #888;
  margin-top: 1.38889em;
}

@media (max-width: 767px) {
  .cinfo__item-content-text {
    margin-top: 0.88889em;
  }
}

.cinfo__item-content-text p:not(:last-child) {
  margin-bottom: 1.11111em;
}

.cinfo__item-content-btn {
  max-width: 23.6875em;
  margin-top: 2.1875em;
}

@media (max-width: 767px) {
  .cinfo__item-content-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.cinfo__item-imgwrap {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .cinfo__item-imgwrap {
    width: 50%;
  }
}

.cinfo__item-img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  -o-object-position: center top;
  object-position: center top;
  height: 15.625em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .cinfo__item-img {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: 'object-fit: cover;';
    height: 100%;
    width: 100%;
  }
}

.clist {
  position: relative;
  background-color: #fff;
  padding-top: 5.9375em;
  padding-bottom: 5.9375em;
}

.clist__items {
  -webkit-column-gap: 1.875em;
  -moz-column-gap: 1.875em;
  column-gap: 1.875em;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .clist__items {
    max-width: 30em;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .clist__items {
    max-width: 25em;
  }
}

@media (min-width: 768px) {
  .clist__items {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .clist__items {
    max-width: 59.375em;
  }
}

@media (min-width: 1024px) {
  .clist__items {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.clist__item {
  margin-bottom: 3.125em;
  position: relative;
  padding-left: 5.8125em;
  padding-top: 2em;
  display: inline-block;
}

.clist__letter {
  width: 4.375em;
  height: 4.875em;
  position: absolute;
  top: 0;
  left: 0;
}

.clist__letter-bg {
  display: block;
  width: 4.375em;
  height: 4.875em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.clist__letter-text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 600;
  font-size: 2.25em;
  line-height: 0.55556;
  color: #fff;
  position: absolute;
  top: 0.88889em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  text-transform: uppercase;
}

.clist ul li {
  position: relative;
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.44444;
  color: #000;
  padding-left: 0.77778em;
}

@media (max-width: 575px) {
  .clist ul li {
    font-size: 1.375em;
    line-height: 1.6;
  }
}

.clist ul li:before {
  content: '';
  display: block;
  min-width: 0.375em;
  width: 0.375em;
  height: 0.375em;
  border-radius: 50%;
  position: absolute;
  top: 0.38889em;
  left: 0;
  background-color: #79a04d;
}

.clist__foo {
  padding-top: 4.125em;
}

@media (max-width: 767px) {
  .clist__foo {
    padding-top: 3.75em;
    max-width: 31.25em;
    margin-left: auto;
    margin-right: auto;
  }
}

.clist__foo-text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  line-height: 1.45455;
  color: #000;
  text-align: center;
}

.clist__foo-btn {
  max-width: 23.75em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5em;
}

.compnews {
  padding-top: 5.9375em;
  padding-bottom: 6.25em;
}

.compnews__tline {
  margin-top: 1.75em;
  margin-bottom: 2.1875em;
}

@media (min-width: 665px) {
  .compnews__items {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
  }
}

@media (max-width: 664px) {
  .compnews__item {
    margin-bottom: 1.875em;
  }
}

.compnews__item-inner {
  position: relative;
  border-bottom-left-radius: 1.875em;
  border-bottom-right-radius: 1.875em;
  background-color: #fff;
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media (min-width: 665px) {
  .compnews__item {
    width: 50%;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
}

.compnews__item-tline {
  width: 100%;
  height: 0.4375em;
  background-color: #539244;
  background-image: -o-linear-gradient(left, #79a04d 0%, #0a6238 100%);
  background-image: linear-gradient(to right, #79a04d 0%, #0a6238 100%);
}

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

.compnews__item-content {
  padding-left: 2.9375em;
  padding-right: 2.9375em;
  padding-top: 2.1875em;
  padding-bottom: 3.125em;
}

@media (max-width: 664px) {
  .compnews__item-content {
    text-align: center;
  }
}

.compnews__item-content-label {
  font-family: sfuidisplay, sans-serif;
  font-weight: 900;
  font-size: 1.25em;
  line-height: 1.1;
  color: #000;
}

@media (max-width: 767px) {
  .compnews__item-content-label {
    font-size: 1.75em;
  }
}

.compnews__item-content-text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.44444;
  color: #888888;
  margin-top: 1.66667em;
}

.compnews__item-content-btn {
  margin-top: 1.875em;
}

@media (max-width: 664px) {
  .compnews__item-content-btn {
    max-width: 23.75em;
    margin-left: auto;
    margin-right: auto;
  }
}

.conson {
  position: relative;
  z-index: 5;
  background-color: #79a04d;
}

.conson__items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .conson__items {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.conson__icowrap {
  position: relative;
  margin-top: -1.3125em;
  margin-bottom: -1.3125em;
}

.conson__icobg {
  margin-left: auto;
  margin-right: auto;
}

.conson__ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.conson__text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  line-height: 1.36364;
  color: #fff;
  max-width: 27.27273em;
}

@media (max-width: 767px) {
  .conson__text {
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .conson__text {
    padding: 1.25em;
  }
}

@media (min-width: 1024px) {
  .conson__text {
    max-width: 19.77273em;
  }
}

.conson__btn {
  max-width: 20em;
  min-width: 20em;
}

@media (max-width: 767px) {
  .conson__btn {
    margin-bottom: 2em;
  }
}

.field {
  position: relative;
  width: 100%;
}

.field__label {
  display: block;
  width: 100%;
}

.field__input, .field__textarea {
  width: 100%;
  font-family: sfuidisplay, sans-serif;
  font-weight: 400;
  font-size: 0.8125em;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  height: 4.61538em;
  border: 0.0625em solid #e0e1e2;
  padding-left: 1.92308em;
  padding-right: 1.92308em;
  background-color: #fff;
  border-radius: 2.30769em;
  box-shadow: none;
}

.field__input::-webkit-input-placeholder, .field__textarea::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}

.field__input::-moz-placeholder, .field__textarea::-moz-placeholder {
  color: #888;
  opacity: 1;
}

.field__input:-moz-placeholder, .field__textarea:-moz-placeholder {
  color: #888;
  opacity: 1;
}

.field__input:-ms-input-placeholder, .field__textarea:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}

.field__input.error, .field__textarea.error {
  border-color: #f61313;
  color: #f61313;
}

.field__input.error::-webkit-input-placeholder, .field__textarea.error::-webkit-input-placeholder {
  color: #f61313;
  opacity: 1;
}

.field__input.error::-moz-placeholder, .field__textarea.error::-moz-placeholder {
  color: #f61313;
  opacity: 1;
}

.field__input.error:-moz-placeholder, .field__textarea.error:-moz-placeholder {
  color: #f61313;
  opacity: 1;
}

.field__input.error:-ms-input-placeholder, .field__textarea.error:-ms-input-placeholder {
  color: #f61313;
  opacity: 1;
}

.field__input_textarea, .field__textarea_textarea {
  padding-top: 1.69231em;
  padding-bottom: 1.69231em;
  min-width: 100%;
  max-width: 100%;
}

.field__input_textarea::-webkit-scrollbar, .field__textarea_textarea::-webkit-scrollbar {
  width: 0.5em;
}

.field__input_textarea::-webkit-scrollbar-track, .field__textarea_textarea::-webkit-scrollbar-track {
  background-color: rgba(10, 98, 56, 0.1);
}

.field__input_textarea::-webkit-scrollbar-thumb, .field__textarea_textarea::-webkit-scrollbar-thumb {
  background-color: #0a6238;
}

.finfo__logo, .finfo__nav, .finfo__cont {
  margin-bottom: 2.3125em;
}

.finfo {
  background-color: #79a04d;
  padding-top: 1.625em;
}

@media (max-width: 767px) {
  .finfo {
    font-size: 0.75em;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .finfo {
    font-size: 0.80em;
  }
}

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

@media (max-width: 767px) {
  .finfo__inner {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1079px) {
  .finfo__inner {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.finfo__logo {
  width: 100%;
  height: 5.875em;
}

@media (max-width: 767px) {
  .finfo__logo {
    font-size: 0.85em;
  }
}

@media (min-width: 768px) {
  .finfo__logo {
    margin-right: 0;
  }
}

.finfo__descr {
  position: relative;
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.0625em;
  line-height: 1.41176;
  color: #fff;
  border-left: 0.05882em solid #fff;
  padding-left: 1.76471em;
  max-width: 16em;
  margin-bottom: 2.17647em;
  display: none;
}

@media (max-width: 767px) {
  .finfo__descr {
    border-top: 0.05882em solid #fff;
    border-left: 0 none;
    padding-top: 1.76471em;
    padding-left: 0;
    text-align: center;
    display: block;
  }
}

@media (min-width: 1080px) {
  .finfo__descr {
    display: block;
  }
}

.finfo__nav {
  max-width: 21.875em;
  margin-left: 0.9375em;
  margin-right: 0.9375em;
}

@media (min-width: 768px) {
  .finfo__nav ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.finfo__nav li {
  padding-top: 0.4375em;
  padding-bottom: 0.4375em;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

@media (max-width: 767px) {
  .finfo__nav li {
    text-align: center;
  }
}

.finfo__nav a {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.125;
  color: #fff;
  text-decoration: underline;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  white-space: nowrap;
}

.finfo__nav a:hover, .finfo__nav a:focus {
  color: rgba(255, 255, 255, 0.8);
}

.finfo__cont-label {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.125;
  color: #fff;
}

.finfo__cont-items {
  margin-top: 0.9375em;
}

.finfo__cont-item {
  padding-left: 1.75em;
  position: relative;
}

.finfo__cont-item:not(:last-child) {
  margin-bottom: 0.9375em;
}

.finfo__cont-item-icon {
  position: absolute;
}

.finfo__cont-item-icon_phone {
  top: 0.0625em;
  left: 0.125em;
}

.finfo__cont-item-icon_mail {
  top: 0.1875em;
  left: 0;
}

.finfo__cont-item-phone {
  display: block;
  font-family: sfuidisplay, sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.125;
  color: #fff;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.finfo__cont-item-phone:hover, .finfo__cont-item-phone:focus {
  color: rgba(255, 255, 255, 0.8);
}

.finfo__cont-item-phone:not(:last-child) {
  margin-bottom: 0.1875em;
}

.finfo__cont-item-mail {
  display: block;
  font-family: sfuidisplay, sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.125;
  color: #fff;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

@media (max-width: 575px) {
  .finfo__cont-item-mail {
    line-height: 1.5;
  }
}

.finfo__cont-item-mail:hover, .finfo__cont-item-mail:focus {
  color: rgba(255, 255, 255, 0.8);
}

.finfo__link {
  display: block;
}

.foo {
  background-color: #0a6238;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
}

.foo__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 650px) {
  .foo__inner {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.foo__copy {
  font-family: sfuidisplay, sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.16667;
  color: #fff;
  text-transform: uppercase;
}

.foo__socials {
  margin-left: 18%;
}

@media (min-width: 651px) and (max-width: 755px) {
  .foo__socials {
    margin-left: 5%;
  }
}

@media (max-width: 650px) {
  .foo__socials {
    margin-left: 0;
    margin-top: 0.9375em;
    margin-bottom: 0.9375em;
  }
}

.foo__dev {
  font-family: sfuidisplay, sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.16667;
  color: #fff;
  text-transform: uppercase;
}

.foo__dev-link {
  margin-left: 0.3125em;
  text-decoration: underline;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.foo__dev-link:hover, .foo__dev-link:focus {
  color: rgba(255, 255, 255, 0.8);
}

.form {
  position: relative;
  background-color: #fff;
  padding-bottom: 3.125em;
}

.form__tline {
  width: 100%;
  height: 0.4375em;
  background-color: #539244;
  background-image: -o-linear-gradient(left, #79a04d 0%, #0a6238 100%);
  background-image: linear-gradient(to right, #79a04d 0%, #0a6238 100%);
  margin-bottom: 3.125em;
}

.form__title {
  font-family: sfuidisplay, sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  line-height: 1.45455;
  color: #000;
  text-align: center;
  padding-left: 2.27273em;
  padding-right: 2.27273em;
  margin-left: auto;
  margin-right: auto;
}

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

@media (max-width: 767px) {
  .form__title {
    padding-left: 1.13636em;
    padding-right: 1.13636em;
  }
}

.form__title b {
  text-transform: uppercase;
  font-weight: 900;
  display: block;
}

.form__fields {
  padding-left: 3.125em;
  padding-right: 3.125em;
}

@media (max-width: 767px) {
  .form__fields {
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }
}

.form__btn {
  font-family: sfuidisplay, sans-serif;
  font-weight: 700;
  font-size: 0.8125em;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  height: 4.61538em;
  padding-left: 1.92308em;
  padding-right: 1.92308em;
  border-radius: 2.30769em;
}

.form_horizontal .form__fields {
  margin-top: 1.875em;
}

@media (min-width: 768px) {
  .form_horizontal .form__row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .form_horizontal .form__col {
    width: 33.33%;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (max-width: 767px) {
  .form_horizontal .form__col:not(:last-child) {
    margin-bottom: 1.5em;
  }
}

.form_horizontal-wtextarea .form__fields {
  margin-top: 1.875em;
}

@media (min-width: 768px) {
  .form_horizontal-wtextarea .form__row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .form_horizontal-wtextarea .form__col {
    width: 32%;
  }
}

@media (max-width: 767px) {
  .form_horizontal-wtextarea .form__col:not(:last-child) {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 768px) {
  .form_horizontal-wtextarea .form__col:last-child {
    width: 66%;
  }
}

.form_horizontal-wtextarea .form__field:not(:last-child) {
  margin-bottom: 1.25em;
}

.form_horizontal-wtextarea .field__input_textarea {
  min-height: 10.5em;
  max-height: 21em;
}

.hamburger {
  width: 1.875em;
  height: 1.25em;
}

@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

.hamburger__line {
  display: block;
  width: 100%;
  height: 0.25em;
  border-radius: 0.25em;
  background-color: #fff;
  transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  -o-transition: opacity 0.3s linear, transform 0.3s linear;
  transition: opacity 0.3s linear, transform 0.3s linear;
  transition: opacity 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hamburger:before, .hamburger:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.25em;
  border-radius: 0.25em;
  background-color: #fff;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}

.hamburger:before {
  top: 0;
}

.hamburger:after {
  top: 100%;
}

.hamburger.is-open .hamburger__line {
  opacity: 0;
}

.hamburger.is-open:before {
  margin-bottom: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger.is-open:after {
  margin-top: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hquons {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 5.9375em;
  padding-bottom: 6.25em;
}

.hquons__icowrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
}

.hquons__icobg {
  margin-left: auto;
  margin-right: auto;
}

.hquons__ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hquons__tline {
  margin-top: 1.75em;
  margin-bottom: 2.1875em;
}

.hquons__text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.375em;
  line-height: 1.45455;
  color: #000;
  text-align: center;
}

@media (max-width: 767px) {
  .hquons__text {
    max-width: 18.75em;
    margin-left: auto;
    margin-right: auto;
  }
}

.hquons__text-link {
  font-family: sfuidisplay, sans-serif;
  font-weight: 500;
  text-decoration: underline;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.hquons__text-link:hover, .hquons__text-link:focus {
  color: rgba(0, 0, 0, 0.8);
}

.icon-logo, .icon-line, .icon-icobg, .icon-icobg-small, .icon-mowtruck, .icon-freeship, .icon-travel, .icon-ship, .icon-herb, .icon-kievkonti, .icon-mivina, .icon-flagman, .icon-rollton, .icon-lukas, .icon-lubnifarm, .icon-pin, .icon-pin-green, .icon-time-green, .icon-phone-green, .icon-phone-white, .icon-mail-green, .icon-mail-white, .icon-brain, .icon-vk, .icon-fb, .icon-insta, .icon-yt, .icon-zoom, .icon-calendar, .icon-gearth, .icon-cup, .icon-hands, .icon-sticker, .icon-dropdown-triangle, .icon-starq, .icon-checklist, .icon-card, .icon-exclusive, .icon-fly, .icon-target, .icon-triangle, .icon-call, .icon-viber, .icon-mob-phone, .icon-message, .icon-mailto {
  height: auto;
}

.icon {
  display: block;
}

.icon-logo {
  max-width: 11.25em;
}

.icon-line {
  max-width: 8.375em;
}

.icon-icobg {
  max-width: 11.25em;
}

.icon-icobg-small {
  max-width: 6.25em;
}

.icon-mowtruck {
  max-width: 4em;
}

.icon-freeship {
  max-width: 4em;
}

.icon-travel {
  max-width: 4.375em;
}

.icon-ship {
  max-width: 4.375em;
}

.icon-herb {
  max-width: 3.75em;
}

.icon-kievkonti {
  max-width: 6.25em;
}

.icon-mivina {
  max-width: 9.375em;
}

.icon-flagman {
  max-width: 9.6875em;
}

.icon-rollton {
  max-width: 8.0625em;
}

.icon-lukas {
  max-width: 6.4375em;
}

.icon-lubnifarm {
  max-width: 8.125em;
}

.icon-pin {
  max-width: 8.5em;
}

.icon-pin-green {
  max-width: 0.875em;
}

.icon-time-green {
  max-width: 1.125em;
}

.icon-phone-green {
  max-width: 0.875em;
}

.icon-phone-white {
  max-width: 0.875em;
}

.icon-mail-green {
  max-width: 1em;
}

.icon-mail-white {
  max-width: 1em;
}

.icon-brain {
  max-width: 4.375em;
}

.icon-vk {
  max-width: 1em;
}

.icon-fb {
  max-width: 0.5em;
}

.icon-insta {
  max-width: 1em;
}

.icon-yt {
  max-width: 1em;
}

.icon-zoom {
  max-width: 2.5em;
}

.icon-calendar {
  max-width: 4.375em;
}

.icon-gearth {
  max-width: 4.375em;
}

.icon-cup {
  max-width: 4.375em;
}

.icon-hands {
  max-width: 4.625em;
}

.icon-sticker {
  max-width: 13em;
}

.icon-dropdown-triangle {
  max-width: 1.25em;
}

.icon-starq {
  max-width: 3.6875em;
}

.icon-checklist {
  max-width: 3.125em;
}

.icon-card {
  max-width: 3.125em;
}

.icon-exclusive {
  max-width: 4.3125em;
}

.icon-fly {
  max-width: 4.375em;
}

.icon-target {
  max-width: 4.375em;
}

.icon-triangle {
  max-width: 3.125em;
}

.icon-call {
  max-width: 2.5em;
}

.icon-viber {
  max-width: 2.3125em;
}

.icon-mob-phone {
  max-width: 1.375em;
}

.icon-message {
  max-width: 2.5em;
}

.icon-mailto {
  max-width: 2.5em;
}

.lang {
  border: 0.0625em solid #e0e1e2;
  border-radius: 2.5em;
}

.lang ul {
  display: -webkit-flex;
  display: flex;
}

.lang li {
  position: relative;
}

.lang li:not(.is-active):hover a, .lang li:not(.is-active):focus a {
  background-color: #e6e6e6;
}

.lang li.is-active a {
  background-color: #79a04d;
  color: #fff;
}

.lang li a {
  display: block;
  font-family: sfuidisplay, sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 3.58333;
  color: #888;
  text-align: center;
  text-transform: uppercase;
  width: 3.33333em;
  height: 3.33333em;
  border-radius: 3.33333em;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.lassort-white {
  background-color: #fff;
  padding-top: 5.9375em;
  padding-bottom: 6.25em;
}

.lassort-white__tline {
  margin-top: 1.75em;
  margin-bottom: 2.1875em;
}

@media (max-width: 767px) {
  .lassort-white__form {
    max-width: 31.25em;
    margin-left: auto;
    margin-right: auto;
  }
}

.lassort-white__form .form__tline {
  display: none;
}

.lassort-white__form-switcher {
  display: inline-block;
  margin-top: 1.5625em;
}

.lassort-white__form-switcher-wrap {
  text-align: center;
  padding-left: 3.125em;
  padding-right: 3.125em;
}

@media (max-width: 767px) {
  .lassort-white__form-switcher-wrap {
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }
}

@media (min-width: 768px) {
  .lassort-white .form__col {
    width: 42%;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .lassort-white .form__col {
    width: 48%;
  }
}

.lassort-white .field__input {
  text-align: center;
}

.lassort-white .form__fields {
  margin-top: 5em;
}

@media (max-width: 767px) {
  .lassort-white .form__fields {
    margin-top: 2.5em;
  }
}

.lassort {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 5.9375em;
  padding-bottom: 6.25em;
}

.lassort__tline {
  margin-top: 1.75em;
  margin-bottom: 2.1875em;
}

@media (max-width: 767px) {
  .lassort__form {
    max-width: 31.25em;
    margin-left: auto;
    margin-right: auto;
  }
}

.lassort__form-switcher {
  display: inline-block;
  margin-top: 1.5625em;
}

.lassort__form-switcher-wrap {
  text-align: center;
  padding-left: 3.125em;
  padding-right: 3.125em;
}

@media (max-width: 767px) {
  .lassort__form-switcher-wrap {
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }
}

@media (min-width: 768px) {
  .lassort .form__col {
    width: 42%;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .lassort .form__col {
    width: 48%;
  }
}

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

.mail {
  position: relative;
  display: inline-block;
}

.mail__icowrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}

.mail__icobg {
  margin-left: auto;
  margin-right: auto;
}

.mail__ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mail__textwrap {
  width: 18.75em;
  height: 3.125em;
  background-color: #79a04d;
  border-radius: 1.5625em;
  position: relative;
  z-index: 0;
  margin-left: 2.5em;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.mail__text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 4.625em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}

.mail:hover .mail__textwrap,
.mail:focus .mail__textwrap {
  background-color: #0a6238;
}

.map {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-top {
  background-color: #79a04d;
  box-shadow: 0 0 1.875em rgba(0, 0, 0, 0.15);
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  .menu-top {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

@media (max-width: 991px) {
  .menu-top__menu-desktop {
    display: none;
  }
}

.menu-top__hamburger {
  margin-left: auto;
  margin-right: auto;
}

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

.menu__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (min-width: 992px) {
  .menu__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.menu__item, .menu .sub-menu > li {
  position: relative;
}

@media (max-width: 991px) {
  .menu__item, .menu .sub-menu > li {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .menu__item:not(:last-child):after, .menu .sub-menu > li:not(:last-child):after {
    content: '|';
    font-family: sfuidisplay, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
  }
}

.menu__item .caret, .menu .sub-menu > li .caret {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375em 0.3125em 0 0.3125em;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  z-index: 10;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}

@media (min-width: 992px) {
  .menu__item .caret, .menu .sub-menu > li .caret {
    top: 0.9375em;
    right: 0.875em;
  }
}

@media (max-width: 991px) {
  .menu__item .caret, .menu .sub-menu > li .caret {
    top: 0.9375em;
    right: -0.3125em;
  }
}

.menu__item.is-hover .caret, .menu .sub-menu > li.is-hover .caret {
  top: 1.1875em;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  border-color: #0a6238 transparent transparent transparent;
}

@media (min-width: 992px) {
  .menu__item.is-hover .sub-menu, .menu .sub-menu > li.is-hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .menu__item:last-child .menu__link, .menu .sub-menu > li:last-child .menu__link {
    padding-right: 0;
  }
}

.menu__link {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 0.8125em;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  padding: 1em;
  white-space: nowrap;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  position: relative;
  display: inline-block;
}

.menu__link:hover, .menu__link:focus {
  color: #0a6238;
}

@media (min-width: 992px) {
  .menu__link_has-caret {
    padding-right: 1.5em;
  }
}

.menu__item.is-hover > .menu__link, .menu .sub-menu > li.is-hover > .menu__link {
  color: #0a6238;
}

@media (min-width: 992px) {
  .menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    -o-transition: visibility 0.15s linear, opacity 0.15s linear;
    transition: visibility 0.15s linear, opacity 0.15s linear;
  }
  .menu .sub-menu.collapse.show {
    opacity: 1;
    visibility: visible;
  }
  .menu .sub-menu:before {
    content: '';
    width: 1.25em;
    height: 1.375em;
    background-image: url("../img/icons/icon-dropdown-triangle.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1.25em 1.375em;
    position: absolute;
    top: -0.3125em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .menu .sub-menu:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 0.9375em;
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .menu .sub-menu {
    text-align: left;
    position: absolute;
    top: calc(100% + 0.9375em);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #79a04d;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .menu .sub-menu {
    padding: 0.5em 1.5625em;
  }
}

.menu .sub-menu > li:not(:last-child) {
  border-bottom: 0.0625em solid #fff;
}

.menu .sub-menu > li:after {
  display: none;
}

.menu .sub-menu > li > a {
  display: inline-block;
}

@media (min-width: 992px) {
  .menu .sub-menu > li > a {
    padding-left: 0;
  }
}

.modal {
  padding-top: 3em;
  padding-bottom: 3em;
}

.modal-backdrop {
  background-color: rgba(9, 52, 31, 0.9);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-content {
  background-color: transparent;
}

.modal__close {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  color: #fff;
}

.modal__close span {
  font-size: 3em;
}

.modal__close-icon {
  display: block;
  width: 3.1875em;
  height: 3.3125em;
}

.modal__close:hover {
  opacity: 0.6;
}

.modal__backdrop-close {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal_menu .modal__menu {
  padding-top: 3.75em;
}

@media (max-width: 767px) {
  .modal_menu .modal__menu {
    padding-top: 4.25em;
  }
}

.modal_menu .menu__item.is-hover > .menu__link, .modal_menu .menu .sub-menu > li.is-hover > .menu__link, .menu .modal_menu .sub-menu > li.is-hover > .menu__link,
.modal_menu .menu .sub-menu > li.is-hover > .menu__link {
  color: #79a04d;
}

.modal_menu .menu__item .caret[aria-expanded="true"], .modal_menu .menu .sub-menu > li .caret[aria-expanded="true"], .menu .modal_menu .sub-menu > li .caret[aria-expanded="true"] {
  border-color: #79a04d transparent transparent transparent;
}

.modal_callback .modal__close {
  top: -0.625em;
  left: calc(100% + 0.625em);
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 767px) {
  .modal_callback .modal__close {
    right: -0.3125em;
    bottom: calc(100%);
    top: auto;
    left: auto;
  }
}

.modal_callback .modal__form {
  max-width: 26.875em;
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

@media (max-width: 767px) {
  .modal_callback .modal__form {
    font-size: 0.75em;
  }
}

.modal_callback .modal__form .form__fields {
  margin-top: 1.875em;
  padding-left: 3.125em;
  padding-right: 3.125em;
}

@media (max-width: 767px) {
  .modal_callback .modal__form .form__fields {
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }
}

.modal_callback .modal__form .form__col:not(:last-child) {
  margin-bottom: 0.9375em;
}

.modal_callback .modal__form .sinformed__form-switcher-wrap {
  text-align: left;
  padding-left: 3.125em;
  padding-right: 3.125em;
}

@media (max-width: 767px) {
  .modal_callback .modal__form .sinformed__form-switcher-wrap {
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }
}

.modal_callback .modal__form .sinformed__form-switcher-wrap .switcher__icon {
  position: absolute;
  top: 0;
  left: 0;
}

.modal_callback .modal__form .sinformed__form-switcher-wrap .switcher__text {
  font-size: 0.875em;
  line-height: 1.28571;
  padding-left: 2.14286em;
}

.oso {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 5.9375em;
  padding-bottom: 4.375em;
}

.oso__tline {
  margin-top: 1.75em;
  margin-bottom: 2.1875em;
}

.oso__swiper-container-wrapper {
  position: relative;
  padding-right: 0.625em;
}

.oso__swiper-button {
  width: 3.125em;
  height: 3.125em;
  background-color: #79a04d;
  background-image: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -o-transition: background-color 0.3s linear, opacity 0.3s linear;
  transition: background-color 0.3s linear, opacity 0.3s linear;
  z-index: 2;
  opacity: 1;
  position: absolute;
}

.oso__swiper-button.swiper-button-disabled {
  pointer-events: auto;
}

.oso__swiper-button:hover {
  background-color: #6c934a;
}

.oso__swiper-button .icon-svg-critical {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.oso__swiper-button .icon-svg-critical path {
  fill: #fff;
}

.oso__swiper-button_prev {
  right: 0;
  top: 5em;
  left: auto;
}

.oso__swiper-button_next {
  right: 0;
  top: 1.25em;
}

.oso__swiper-slide {
  position: relative;
  box-sizing: border-box;
  max-height: 15.3125em;
  display: block;
}

.oso__swiper-slide-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 15.3125em;
  position: relative;
  z-index: 0;
}

.oso__swiper-slide-tline {
  width: 100%;
  height: 0.4375em;
  background-color: #539244;
  background-image: -o-linear-gradient(left, #79a04d 0%, #0a6238 100%);
  background-image: linear-gradient(to right, #79a04d 0%, #0a6238 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -o-transition: visibility 0.3s linear, opacity 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}

.oso__swiper-slide-zicon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -o-transition: visibility 0.3s linear, opacity 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}

.oso__swiper-slide:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #539244;
  background-image: -o-linear-gradient(left, #79a04d 0%, #0a6238 100%);
  background-image: linear-gradient(to right, #79a04d 0%, #0a6238 100%);
  visibility: hidden;
  opacity: 0;
  -o-transition: visibility 0.3s linear, opacity 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}

.oso__swiper-slide:hover:before, .oso__swiper-slide:focus:before {
  opacity: 0.9;
  visibility: visible;
}

.oso__swiper-slide:hover .oso__swiper-slide-tline,
.oso__swiper-slide:focus .oso__swiper-slide-tline {
  opacity: 0;
  visibility: hidden;
}

.oso__swiper-slide:hover .oso__swiper-slide-zicon,
.oso__swiper-slide:focus .oso__swiper-slide-zicon {
  opacity: 1;
  visibility: visible;
}

.products {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
  position: relative;
  z-index: 1;
}

.products__tabs {
  position: relative;
}

@media (min-width: 700px) {
  .products__tabs-caption {
    position: absolute;
    top: 0;
    right: 0;
    width: 26%;
  }
}

.products__tabs-caption li {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 6.25em;
  background-color: #ebf6de;
  position: relative;
}

@media (max-width: 699px) {
  .products__tabs-caption li {
    height: 4.168em;
  }
  .products__tabs-caption li:before {
    content: '';
    display: none;
  }
}

.products__tabs-caption li span {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.44444;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media (max-width: 575px) {
  .products__tabs-caption li span {
    font-size: 1.375em;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .products__tabs-caption li span {
    font-size: 1em;
    line-height: 1.625;
  }
}

.products__tabs-caption li:not(:last-child) {
  margin-bottom: 0.625em;
}

.products__tabs-caption li:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.125em 1.5625em 3.125em 0;
  border-color: transparent #ebf6de transparent transparent;
  position: absolute;
  top: 0;
  right: 100%;
}

.products__tabs-caption li.active {
  background-color: #79a04d;
}

.products__tabs-caption li.active:before {
  content: '';
  border-color: transparent #79a04d transparent transparent;
}

.products__tabs-caption li.active span {
  color: #fff;
}

.products__item {
  background-color: #fff;
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.15);
}

@media (max-width: 699px) {
  .products__item {
    margin-top: 0.625em;
  }
}

@media (min-width: 700px) {
  .products__item {
    width: 70%;
  }
}

.products__item-tline {
  width: 100%;
  height: 0.4375em;
  background-color: #539244;
  background-image: -o-linear-gradient(left, #79a04d 0%, #0a6238 100%);
  background-image: linear-gradient(to right, #79a04d 0%, #0a6238 100%);
}

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

.products__item-content {
  background-color: #fff;
  padding: 3.125em;
}

.products__item-content-text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.44444;
  color: #888;
}

@media (max-width: 575px) {
  .products__item-content-text {
    font-size: 1.375em;
    text-align: center;
  }
}

.products__item-content-btn {
  margin-top: 1.875em;
  max-width: 23.75em;
}

@media (max-width: 699px) {
  .products__item-content-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.profbuy {
  padding-top: 6.25em;
  padding-bottom: 4.375em;
}

.profbuy__sublabel {
  font-family: sfuidisplay, sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  line-height: 1.45455;
  color: #000;
  text-align: center;
  margin-top: 1.36364em;
  max-width: 45.90909em;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .profbuy__sublabel {
    line-height: 1.5;
  }
}

.profbuy__tline {
  margin-top: 1.75em;
  margin-bottom: 2.1875em;
}

.profbuy__items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 3.125em;
}

@media (max-width: 767px) {
  .profbuy__items {
    margin-top: 1.5625em;
  }
}

.profbuy__item {
  margin-bottom: 1.875em;
  margin-left: 1.40625em;
  margin-right: 1.40625em;
  max-width: 20.625em;
  text-align: center;
}

@media (max-width: 767px) {
  .profbuy__item {
    max-width: 15.625em;
    margin-bottom: 1.875em;
    margin-left: 0.9375em;
    margin-right: 0.9375em;
  }
}

.profbuy__item-icowrap {
  position: relative;
  margin-bottom: 2.1875em;
}

.profbuy__item-icobg {
  margin-left: auto;
  margin-right: auto;
}

.profbuy__item-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.profbuy__item-text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 900;
  font-size: 1.25em;
  line-height: 1.3;
  color: #000;
}

.profbuy__item-subtext {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.44444;
  color: #888;
  margin-top: 1.38889em;
}

.profbuy__subtext {
  font-family: sfuidisplay, sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  line-height: 1.45455;
  color: #000;
  text-align: center;
  padding-top: 1.81818em;
  max-width: 45.90909em;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .profbuy__subtext {
    line-height: 1.5;
  }
}

.profbuy__btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 23.75em;
  margin-top: 2.8125em;
}

.requisits {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 5.9375em;
  padding-bottom: 5.9375em;
}

.requisits__content {
  background-color: #fff;
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.15);
  padding: 3.125em 3.125em 2.6875em 3.125em;
  position: relative;
  text-align: center;
}

.requisits__content-tline {
  width: 100%;
  height: 0.4375em;
  background-color: #539244;
  background-image: -o-linear-gradient(left, #79a04d 0%, #0a6238 100%);
  background-image: linear-gradient(to right, #79a04d 0%, #0a6238 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.requisits__content-item:not(:last-child) {
  margin-bottom: 1em;
}

.requisits__content-item-label {
  font-family: sfuidisplay, sans-serif;
  font-weight: 500;
  font-size: 1.375em;
  line-height: 1.18182;
  color: #000;
}

.requisits__content-item-text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.66667;
  color: #000;
}

.rideus {
  position: relative;
  background-color: #fff;
  padding-top: 5.9375em;
  padding-bottom: 5.9375em;
}

.rideus__subtitle {
  font-family: sfuidisplay, sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  line-height: 1.45455;
  color: #000;
  text-align: center;
}

.rideus__items {
  margin-top: 6.1875em;
}

@media (max-width: 575px) {
  .rideus__items {
    margin-top: 3em;
  }
}

@media (max-width: 767px) {
  .rideus__items {
    font-size: 1.25em;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .rideus__items {
    font-size: 0.80em;
  }
}

.rideus__item {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.15);
}

.rideus__item:not(:last-child) {
  margin-bottom: 8.75em;
}

@media (max-width: 575px) {
  .rideus__item:not(:last-child) {
    margin-bottom: 5em;
  }
}

@media (min-width: 768px) {
  .rideus__item:nth-child(even) .rideus__item-mapwrap {
    left: auto;
    right: 0;
  }
  .rideus__item:nth-child(even) .rideus__item-content {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .rideus__item {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .rideus__item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.rideus__item-tline {
  width: 100%;
  height: 0.4375em;
  background-color: #539244;
  background-image: -o-linear-gradient(left, #79a04d 0%, #0a6238 100%);
  background-image: linear-gradient(to right, #79a04d 0%, #0a6238 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.rideus__item-content {
  background-color: #fff;
  padding-left: 3.125em;
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  padding-right: 3.125em;
  position: relative;
  z-index: 2;
  margin-top: 0.4375em;
}

@media (max-width: 767px) {
  .rideus__item-content {
    padding-left: 1.875em;
    padding-right: 1.875em;
    padding-top: 1.875em;
    padding-bottom: 1.875em;
  }
}

@media (min-width: 768px) {
  .rideus__item-content {
    width: 50%;
    margin-left: auto;
    min-height: 17.5em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

.rideus__item-content-label {
  font-family: sfuidisplay, sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  line-height: 1.25;
  color: #000;
  margin-bottom: 0.66667em;
}

@media (max-width: 767px) {
  .rideus__item-content-label {
    font-size: 1.25em;
    line-height: 1.3;
  }
}

@media (max-width: 575px) {
  .rideus__item-content-label {
    line-height: 1.5;
  }
}

.rideus__item-content-info {
  position: relative;
  display: inline-block;
  padding-left: 1.6875em;
  margin-right: 1em;
}

.rideus__item-content-info:not(:last-child) {
  margin-bottom: 0.5em;
}

.rideus__item-content-info-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.rideus__item-content-info-icon_time {
  left: -0.125em;
}

.rideus__item-content-info-text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.44444;
  color: #000;
}

.rideus__item-content-info-text-label {
  display: inline-block;
  margin-right: 0.3125em;
}

.rideus__item-content-info-text-main {
  color: #888;
}

.rideus__item-content-info-text-main a {
  color: #79a04d;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.rideus__item-content-info-text-main a:hover, .rideus__item-content-info-text-main a:focus {
  color: rgba(121, 160, 77, 0.8);
}

.rideus__item-mapwrap {
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .rideus__item-mapwrap {
    width: 100%;
    height: 21.875em;
  }
}

@media (min-width: 768px) {
  .rideus__item-mapwrap {
    position: absolute;
    top: -1.875em;
    bottom: -1.875em;
    left: 0;
    width: 50%;
  }
}

.servlist {
  padding-top: 5.9375em;
  padding-bottom: 6.25em;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .servlist {
    font-size: 0.85em;
  }
}

.servlist__tline {
  margin-top: 1.75em;
  margin-bottom: 2.1875em;
}

.servlist__items {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}

.servlist__item {
  position: relative;
  padding-left: 6%;
  padding-right: 6%;
  margin-bottom: 2.8125em;
  text-align: center;
}

@media (max-width: 767px) {
  .servlist__item {
    width: 15.625em;
    padding-left: 0;
    padding-right: 0;
  }
}

.servlist__item-icowrap {
  position: relative;
  margin-bottom: 2.1875em;
}

.servlist__item-icobg {
  margin-left: auto;
  margin-right: auto;
}

.servlist__item-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.servlist__item-text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 900;
  font-size: 1.25em;
  line-height: 1.3;
  color: #000;
}

.sinformed {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 5.9375em;
  padding-bottom: 6.25em;
}

.sinformed__tline {
  margin-top: 1.75em;
  margin-bottom: 2.1875em;
}

@media (max-width: 767px) {
  .sinformed__form {
    max-width: 31.25em;
    margin-left: auto;
    margin-right: auto;
  }
}

.sinformed__form-switcher {
  display: inline-block;
  margin-top: 1.5625em;
}

.sinformed__form-switcher-wrap {
  text-align: center;
  padding-left: 3.125em;
  padding-right: 3.125em;
}

@media (max-width: 767px) {
  .sinformed__form-switcher-wrap {
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }
}

.socials {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.socials__item {
  min-width: 2.875em;
  width: 2.875em;
  height: 2.875em;
  border-radius: 50%;
  position: relative;
  margin-left: 0.3125em;
  margin-right: 0.3125em;
  background-color: #08512e;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.socials__item:hover, .socials__item:focus {
  background-color: rgba(8, 81, 46, 0.8);
}

.socials__item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sotpers {
  padding-top: 5.9375em;
}

.sotpers__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 15em;
}

.sotpers__tline {
  margin-top: 1.75em;
  margin-bottom: 2.1875em;
}

.sotpers__map {
  padding-top: 5.9375em;
  padding-bottom: 5.9375em;
  position: relative;
}

@media (max-width: 767px) {
  .sotpers__map {
    padding-top: 31.25em;
  }
}

.sotpers__map-wrapper-center {
  pointer-events: none;
}

.sotpers__map-info {
  pointer-events: auto;
  max-width: 32.5em;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 1.875em rgba(0, 0, 0, 0.15);
  padding-top: 3.4375em;
  padding-bottom: 3.4375em;
  padding-left: 3em;
  padding-right: 3em;
}

@media (max-width: 767px) {
  .sotpers__map-info {
    margin-right: auto;
  }
}

.sotpers__map-info-label {
  font-family: sfuidisplay, sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  line-height: 1.08333;
  color: #000;
}

.sotpers__map-info-items {
  margin-top: 2.1875em;
}

.sotpers__map-info-item:not(:last-child) {
  margin-bottom: 0.625em;
}

.sotpers__map-info-item-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625em;
}

.sotpers__map-info-item-icon_pin {
  position: relative;
  left: 0.0625em;
  margin-right: 0.6875em;
}

.sotpers__map-info-item-icon_time {
  position: relative;
  left: -0.125em;
  margin-right: 0.4375em;
}

.sotpers__map-info-item-icon_mail {
  position: relative;
  left: -0.0625em;
}

.sotpers__map-info-item-label {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.11111;
  color: #000;
  margin-right: 0.3125em;
}

.sotpers__map-info-item-text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.55556;
  color: #888;
}

.sotpers__map-info-item-link {
  color: #79a04d;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.sotpers__map-info-item-link:hover, .sotpers__map-info-item-link:focus {
  color: #57773b;
}

.sotpers #gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.sotpers__wrapper-center {
  position: relative;
  z-index: 1;
}

.switcher {
  position: relative;
}

.switcher__label {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switcher__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.switcher__input + .switcher__text .switcher__icon {
  width: 1.25em;
  height: 1.25em;
  background-color: #fff;
  border: 0.0625em solid #79a04d;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  position: relative;
  top: -0.0625em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.9375em;
}

.switcher__input + .switcher__text .switcher__icon:before {
  display: block;
  content: '';
  width: 0.625em;
  height: 0.625em;
  background-image: url("../img/icons/icon-check-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.625em 0.625em;
  visibility: hidden;
  opacity: 0;
  -o-transition: visibility 0.3s linear, opacity 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.switcher__input:checked + .switcher__text .switcher__icon {
  background-color: #79a04d;
}

.switcher__input:checked + .switcher__text .switcher__icon:before {
  opacity: 1;
  visibility: visible;
}

.switcher__text {
  display: inline-block;
  vertical-align: middle;
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1.14286;
  color: #888;
  cursor: pointer;
}

@media (max-width: 767px) {
  .switcher__text {
    line-height: 1.5;
  }
}

.switcher__link {
  display: inline;
  text-decoration: underline;
  color: #539244;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.switcher__link:hover, .switcher__link:focus {
  color: rgba(83, 146, 68, 0.85);
}

.tabs__content {
  display: none;
}

.tabs__content.active {
  display: block;
}

.tbinfo {
  position: relative;
  z-index: 2;
  padding-top: 6.25em;
}

.tbinfo:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

@media (min-width: 768px) {
  .tbinfo {
    padding-top: 15.625em;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .tbinfo {
    padding-top: 15.625em;
  }
}

@media (min-width: 1280px) {
  .tbinfo {
    padding-top: 25.9375em;
  }
}

.tbinfo_page {
  padding-bottom: 7.5em;
}

@media (min-width: 768px) {
  .tbinfo_page {
    padding-top: 6.25em;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .tbinfo_page {
    padding-top: 6.25em;
  }
}

@media (min-width: 1280px) {
  .tbinfo_page {
    padding-top: 6.25em;
  }
}

.tbinfo__wrapper-center-sticker {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.tbinfo_page .tbinfo__sticker {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -4.6875em;
  left: auto;
  right: -0.625em;
}

@media (max-width: 767px) {
  .tbinfo_page .tbinfo__sticker {
    font-size: 0.55em;
    -webkit-transform: none;
    transform: none;
    bottom: -4.125em;
    right: -0.3125em;
    left: auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tbinfo_page .tbinfo__sticker {
    font-size: 0.75em;
    -webkit-transform: none;
    transform: none;
    bottom: -4.6875em;
    right: 0;
    left: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .tbinfo_page .tbinfo__sticker {
    -webkit-transform: none;
    transform: none;
    bottom: -4.6875em;
    right: -0.3125em;
    left: auto;
  }
}

.tbinfo__bg {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media (max-width: 767px) {
  .tbinfo__bg {
    -o-object-position: right top;
    object-position: right top;
  }
}

.tbinfo__label {
  font-family: sfuidisplay, sans-serif;
  font-weight: 900;
  font-size: 3.25em;
  line-height: 0.93333;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .tbinfo__label {
    font-size: 2.15em;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tbinfo__label {
    font-size: 3.15em;
  }
}

.tbinfo__text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.41667;
  color: #fff;
  margin-top: 1.25em;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 1279px) {
.tbinfo__text {
    font-size: 1.25em;
}
}

@media (max-width: 767px) {
  .tbinfo__text {
    font-size: 1em;
  }
  .tbinfo__text br {
    display: none;
  }
}

@media (min-width: 768px) {
  .tbinfo__text {
    padding-left: 2.08333em;
    padding-right: 2.08333em;
  }
}

.tbinfo__sticker {
  position: absolute;
  z-index: 2;
  bottom: calc(100% + 5.3125em);
  right: 4.25em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 767px) {
  .tbinfo__sticker {
    font-size: 0.55em;
    bottom: calc(100% - 2.5em);
    right: 4.25em;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tbinfo__sticker {
    font-size: 0.75em;
    bottom: calc(100% + 1.25em);
    right: 3.125em;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .tbinfo__sticker {
    bottom: calc(100% + 1.875em);
    right: 4.25em;
  }
}

.tbinfo__sticker-img {
  display: block;
}

.tbinfo__sticker-text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.625;
  letter-spacing: 0.1em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
  transform: translate(-50%, -50%) rotate(20deg);
  text-transform: uppercase;
}

.tbinfo__swiper-container-wrapper {
  position: relative;
  position: relative;
  z-index: 2;
  padding-right: 0.625em;
  bottom: -3.125em;
  z-index: 2;
}

.tbinfo__swiper-wrapper {
  background-color: #fff;
}

.tbinfo__swiper-button {
  width: 3.125em;
  height: 3.125em;
  background-color: #79a04d;
  background-image: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -o-transition: background-color 0.3s linear, opacity 0.3s linear;
  transition: background-color 0.3s linear, opacity 0.3s linear;
  z-index: 2;
  opacity: 1;
  position: absolute;
}

.tbinfo__swiper-button.swiper-button-disabled {
  pointer-events: auto;
}

.tbinfo__swiper-button:hover {
  background-color: #6c934a;
}

.tbinfo__swiper-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tbinfo__swiper-button_prev {
  right: 0;
  top: 5em;
  left: auto;
}

.tbinfo__swiper-button_next {
  right: 0;
  top: 1.25em;
}

.tbinfo__swiper-slide {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  padding-top: 0.3125em;
  padding-left: 3.125em;
  padding-right: 4.375em;
  padding-bottom: 0.3125em;
}

@media (max-width: 767px) {
  .tbinfo__swiper-slide {
    font-size: 0.65em;
    padding-left: 2em;
    min-height: 15.625em;
  }
}

.tbinfo__swiper-slide-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.tbinfo__swiper-slide-imgwrap {
  position: relative;
  margin-right: 3.3125em;
}

@media (max-width: 767px) {
  .tbinfo__swiper-slide-imgwrap {
    display: none;
  }
}

.tbinfo__swiper-slide-img {
  display: block;
  max-width: 11.875em;
  height: auto;
}

.tbinfo__swiper-slide-label {
  font-family: sfuidisplay, sans-serif;
  font-weight: 900;
  font-size: 1.875em;
  line-height: 1.06667;
  color: #000;
  margin-top: 1.5em;
}

@media (max-width: 767px) {
  .tbinfo__swiper-slide-label {
    margin-top: 1em;
  }
}

.tbinfo__swiper-slide-text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.44444;
  color: #888;
  margin-top: 1.33333em;
  margin-bottom: 2.5em;
}

@media (max-width: 767px) {
  .tbinfo__swiper-slide-text {
    margin-bottom: 1.66667em;
  }
}

.tinfo {
  background-color: #fff;
  padding-top: 0.875em;
  padding-bottom: 1em;
}

@media (max-width: 767px) {
  .tinfo {
    font-size: 0.75em;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tinfo {
    font-size: 0.80em;
  }
}

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

@media (max-width: 1023px) {
  .tinfo__inner {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.tinfo__col {
  max-width: 35.625em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .tinfo__col {
    width: 48%;
    max-width: none;
  }

  .en .tinfo__col {
    justify-content: start;
  }
}

.tinfo__col:last-child {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.tinfo__logo {
  margin-right: 1.875em;
  width: 100%;
  height: 5.875em;
}

@media (max-width: 767px) {
  .tinfo__logo, .en .tinfo__logo{
    margin-right: 1.25em;
    margin-left: 1.25em;
    margin-bottom: 1em;
    font-size: 0.85em;
  }
}

.tinfo__descr {
  position: relative;
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.0625em;
  line-height: 1.41176;
  color: #888;
  border-left: 0.05882em solid #888;
  padding-left: 1.76471em;
  max-width: 16em;
}

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

@media (min-width: 768px) and (max-width: 1280px) {
  .tinfo__descr {
    margin-right: 0.94118em;
    font-size: 0.9375em;
    line-height: 1.46667;
  }
}

@media (max-width: 767px) {
  .tinfo__cont {
    margin-right: 1.25em;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tinfo__cont {
    margin-right: 1em;
  }
}

.tinfo__cont-label {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.125;
  color: #000;
}

@media (max-width: 1023px) {
  .tinfo__cont-label {
    display: none;
  }
}

.tinfo__cont-items {
  margin-top: 0.9375em;
}

.tinfo__cont-item {
  padding-left: 1.75em;
  position: relative;
}

.tinfo__cont-item:not(:last-child) {
  margin-bottom: 0.9375em;
}

.tinfo__cont-item-icon {
  position: absolute;
}

.tinfo__cont-item-icon_phone {
  top: -0.25em;
  left: 0.125em;
}

@media (max-width: 767px) {
  .tinfo__cont-item-icon_phone {
    top: 0.0625em;
  }
}

.tinfo__cont-item-icon_mail {
  top: 0.1875em;
  left: 0;
}

.tinfo__cont-item-phone {
  font-family: sfuidisplay, sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.125;
  color: #79a04d;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

@media (max-width: 767px) {
  .tinfo__cont-item-phone {
    display: block;
    margin-top: 0.3125em;
  }
}

.tinfo__cont-item-phone-divider {
  display: inline-block;
  margin-left: 0.4375em;
  margin-right: 0.3125em;
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.125;
  color: #79a04d;
}

@media (max-width: 767px) {
  .tinfo__cont-item-phone-divider {
    display: none;
  }
}

.tinfo__cont-item-phone:hover, .tinfo__cont-item-phone:focus {
  color: rgba(121, 160, 77, 0.8);
}

.tinfo__cont-item-phone:not(:last-child) {
  margin-bottom: 0.1875em;
}

.tinfo__cont-item-mail {
  display: block;
  font-family: sfuidisplay, sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.125;
  color: #79a04d;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

@media (max-width: 575px) {
  .tinfo__cont-item-mail {
    line-height: 1.4;
  }
}

.tinfo__cont-item-mail:hover, .tinfo__cont-item-mail:focus {
  color: rgba(121, 160, 77, 0.8);
}

.tinfo__link {
  display: flex;
}

.tinfo__lancb {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.tinfo__lang {
  margin-bottom: 0.625em;
}

.tinfo__btn {
  width: 11.25em;
}

.title {
  font-family: sfuidisplay, sans-serif;
  font-weight: 900;
  font-size: 2.75em;
  line-height: 1.2;
  color: #000;
}

@media (max-width: 767px) {
  .title {
    font-size: 2.35em;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .title {
    font-size: 3.15em;
  }
}

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

.title_twolines {
  font-size: 1em;
}

.title_twolines .title__text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 900;
  font-size: 3.125em;
  line-height: 1.04;
  color: #000;
}

.title_twolines .title__time {
  font-family: sfuidisplay, sans-serif;
  font-weight: 900;
  font-size: 2.25em;
  line-height: 1.27778;
}

.tline {
  text-align: center;
}

.tline__icon {
  display: inline-block;
}

.writeus {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 5.9375em;
  padding-bottom: 6.25em;
}

.writeus__tline {
  margin-top: 1.75em;
  margin-bottom: 2.1875em;
}

.writeus__mail {
  text-align: center;
  margin-bottom: 4.6875em;
  margin-top: 3.75em;
}

@media (max-width: 767px) {
  .writeus__form {
    max-width: 31.25em;
    margin-left: auto;
    margin-right: auto;
  }
}

.writeus__form-switcher {
  display: inline-block;
}

.writeus__form-switcher-wrap {
  margin-top: 1.5625em;
  padding-left: 3.125em;
  padding-right: 3.125em;
}

@media (max-width: 767px) {
  .writeus__form-switcher-wrap {
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }
}

.wwus {
  padding-top: 5.9375em;
  padding-bottom: 6.25em;
}

.wwus__tline {
  margin-top: 1.75em;
  margin-bottom: 2.1875em;
}

.wwus__items {
  margin-top: 2.1875em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 4.0625em;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wwus__items {
    font-size: 1.3em;
  }
}

.wwus__item {
  text-align: center;
  padding: 0.3125em;
}

.wwus__item-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wwus__item-img-wrap {
  position: relative;
  width: 11.25em;
  height: 6.25em;
  background-color: #fff;
  box-shadow: 0 0 1.875em rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5em;
}

.wwus__item-text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.11111;
  color: #888888;
}

.wwus__subtext {
  font-family: sfuidisplay, sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  line-height: 1.09091;
  color: #000;
  text-align: center;
}

@media (max-width: 575px) {
  .wwus__subtext {
    line-height: 1.5;
  }
}

.wwus__btn {
  max-width: 23.75em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.75em;
}

@media (max-width: 767px) {
  .wwus__btn {
    font-size: 1.25em;
  }
}

.yfhere {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 5.9375em;
  padding-bottom: 4.375em;
}

@media (max-width: 767px) {
  .yfhere {
    padding-bottom: 1.25em;
  }
}

.yfhere__tline {
  margin-top: 1.75em;
  margin-bottom: 2.1875em;
}

.yfhere__items {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}

@media (max-width: 767px) {
  .yfhere__items {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.yfhere__item {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  margin-bottom: 1.875em;
}

@media (max-width: 767px) {
  .yfhere__item {
    max-width: 25em;
  }
}

@media (min-width: 768px) {
  .yfhere__item {
    width: 33.33%;
  }
}

.yfhere__item-inner {
  background-color: #fff;
  padding: 1.25em;
  border-bottom-left-radius: 1.875em;
  border-bottom-right-radius: 1.875em;
}

.yfhere__item-tline {
  width: 100%;
  height: 0.4375em;
  background-color: #539244;
  background-image: -o-linear-gradient(left, #79a04d 0%, #0a6238 100%);
  background-image: linear-gradient(to right, #79a04d 0%, #0a6238 100%);
}

.yfhere__item-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1.875em;
}

.yfhere__item-text {
  font-family: sfuidisplay, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.44444;
  color: #000;
  text-align: center;
}

@media (max-width: 767px) {
  .yfhere__item-text br {
    display: none;
  }
}

.yfhere__item-foo {
  margin-top: 1.6875em;
}
