/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

/*!------------------------------------------------------------------------------

    helper style
    
------------------------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  padding: 0;
}

.l-grid {
  margin-left: -7px;
  margin-right: -7px;
}

.l-grid:before, .l-grid:after {
  display: table;
  content: "";
}

.l-grid:after {
  clear: both;
}

.lt-ie8 .l-grid {
  zoom: 1;
}

.l-grid__xs-1, .l-grid__sm-1, .l-grid__md-1, .l-grid__xs-2, .l-grid__sm-2, .l-grid__md-2, .l-grid__xs-3, .l-grid__sm-3, .l-grid__md-3, .l-grid__xs-4, .l-grid__sm-4, .l-grid__md-4, .l-grid__xs-5, .l-grid__sm-5, .l-grid__md-5, .l-grid__xs-6, .l-grid__sm-6, .l-grid__md-6, .l-grid__xs-7, .l-grid__sm-7, .l-grid__md-7, .l-grid__xs-8, .l-grid__sm-8, .l-grid__md-8, .l-grid__xs-9, .l-grid__sm-9, .l-grid__md-9, .l-grid__xs-10, .l-grid__sm-10, .l-grid__md-10, .l-grid__xs-11, .l-grid__sm-11, .l-grid__md-11, .l-grid__xs-12, .l-grid__sm-12, .l-grid__md-12 {
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  float: left;
  width: 100%;
}

.l-grid__xs-12 {
  width: 100%;
}

.l-grid__xs-11 {
  width: 91.66666667%;
}

.l-grid__xs-10 {
  width: 83.33333333%;
}

.l-grid__xs-9 {
  width: 75%;
}

.l-grid__xs-8 {
  width: 66.66666667%;
}

.l-grid__xs-7 {
  width: 58.33333333%;
}

.l-grid__xs-6 {
  width: 50%;
}

.l-grid__xs-5 {
  width: 41.66666667%;
}

.l-grid__xs-4 {
  width: 33.33333333%;
}

.l-grid__xs-3 {
  width: 25%;
}

.l-grid__xs-2 {
  width: 16.66666667%;
}

.l-grid__xs-1 {
  width: 8.33333333%;
}

.h-vis-xs,
.h-vis-sm,
.h-vis-md {
  display: none !important;
}

@media (min-width: 667px) {
  .l-grid__sm-12 {
    width: 100%;
  }
  .l-grid__sm-11 {
    width: 91.66666667%;
  }
  .l-grid__sm-10 {
    width: 83.33333333%;
  }
  .l-grid__sm-9 {
    width: 75%;
  }
  .l-grid__sm-8 {
    width: 66.66666667%;
  }
  .l-grid__sm-7 {
    width: 58.33333333%;
  }
  .l-grid__sm-6 {
    width: 50%;
  }
  .l-grid__sm-5 {
    width: 41.66666667%;
  }
  .l-grid__sm-4 {
    width: 33.33333333%;
  }
  .l-grid__sm-3 {
    width: 25%;
  }
  .l-grid__sm-2 {
    width: 16.66666667%;
  }
  .l-grid__sm-1 {
    width: 8.33333333%;
  }
  .l-grid__sm--invert {
    float: right;
  }
}

@media (min-width: 992px) {
  .l-grid__md-12 {
    width: 100%;
  }
  .l-grid__md-11 {
    width: 91.66666667%;
  }
  .l-grid__md-10 {
    width: 83.33333333%;
  }
  .l-grid__md-9 {
    width: 75%;
  }
  .l-grid__md-8 {
    width: 66.66666667%;
  }
  .l-grid__md-7 {
    width: 58.33333333%;
  }
  .l-grid__md-6 {
    width: 50%;
  }
  .l-grid__md-5 {
    width: 41.66666667%;
  }
  .l-grid__md-4 {
    width: 33.33333333%;
  }
  .l-grid__md-3 {
    width: 25%;
  }
  .l-grid__md-2 {
    width: 16.66666667%;
  }
  .l-grid__md-1 {
    width: 8.33333333%;
  }
  .l-grid__md--invert {
    float: right;
  }
}

@media (max-width: 666px) {
  .h-vis-xs {
    display: block !important;
  }
  .h-hid-xs {
    display: none !important;
  }
}

@media (min-width: 667px) and (max-width: 991px) {
  .h-hid-sm {
    display: none !important;
  }
  .h-vis-sm {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .h-hid-md {
    display: none !important;
  }
  .h-vis-md {
    display: block !important;
  }
}

/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(https://fonts.gstatic.com/s/ptsans/v8/JX7MlXqjSJNjQvI4heMMGvY6323mHUZFJMgTvxaG2iE.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(https://fonts.gstatic.com/s/ptsans/v8/vtwNVMP8y9C17vLvIBNZI_Y6323mHUZFJMgTvxaG2iE.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(https://fonts.gstatic.com/s/ptsans/v8/9kaD4V2pNPMMeUVBHayd7vY6323mHUZFJMgTvxaG2iE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(https://fonts.gstatic.com/s/ptsans/v8/ATKpv8nLYAKUYexo8iqqrg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(https://fonts.gstatic.com/s/ptsans/v8/kTYfCWJhlldPf5LnG4ZnHCEAvth_LlrfE80CYdSH47w.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(https://fonts.gstatic.com/s/ptsans/v8/g46X4VH_KHOWAAa-HpnGPiEAvth_LlrfE80CYdSH47w.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(https://fonts.gstatic.com/s/ptsans/v8/hpORcvLZtemlH8gI-1S-7iEAvth_LlrfE80CYdSH47w.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(https://fonts.gstatic.com/s/ptsans/v8/0XxGQsSc1g4rdRdjJKZrNPk_vArhqVIZ0nv9q090hN8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.h-t-left {
  text-align: left !important;
}

.h-t-right {
  text-align: right !important;
}

.h-t-center {
  text-align: center !important;
}

.h-t-bold {
  font-weight: 700 !important;
}

.h-fl {
  float: left;
}

.h-fr {
  float: right;
}

.h-m0 {
  margin: 0 !important;
}

.h-img-resp {
  display: block;
  width: 100%;
  height: auto;
}

.h-clearfix:before, .h-clearfix:after {
  display: table;
  content: "";
}

.h-clearfix:after {
  clear: both;
}

.lt-ie8 .h-clearfix {
  zoom: 1;
}

.h-iframe {
  font-size: 0;
}

.h-iframe iframe,
.h-iframe img {
  display: block;
  width: 100% !important;
}
.h-iframe--order{overflow-x:auto;padding:20px;}.h-iframe__order iframe{width:100%}.h-iframe__order{width:960px;overflow:hidden}.h-iframe--order{overflow-x:auto;padding:20px;}.h-iframe__order iframe{width:100%}.h-iframe__order{width:960px;overflow:hidden}


p {
  margin: 10px 0;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.l-p {
  margin: 10px 0;
}

.l-p:first-child {
  margin-top: 0;
}

.l-container {
  padding: 0 8px;
  margin: 0 auto;
}

.l-wrapper {
  overflow: hidden;
}

.l-wrapper__unit {
  padding: 25px 0;
}

.l-sub-unit {
  margin: 0 0 30px 0;
}

.l-sub-unit:before, .l-sub-unit:after {
  display: table;
  content: "";
}

.l-sub-unit:after {
  clear: both;
}

.lt-ie8 .l-sub-unit {
  zoom: 1;
}

.l-sub-unit:last-child {
  margin-bottom: 0;
}

.l-text-unit {
  margin: 16px 0 0 0;
}

.l-text-unit:first-child {
  margin-top: 0;
}

.c-img-float {
  font-size: 0;
  text-align: center;
  margin-bottom: 10px;
}

.c-img-float--fl {
  float: left;
  margin-right: 20px;
}

.c-img-float--fr {
  float: right;
  margin-left: 20px;
}

.c-img-float img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 816px) and (max-width: 841px) {
  .h-iframe__order {
    height: 880px !important;
    overflow-y: hidden;
  }
}

@media (min-width: 835px) {
  .h-iframe__order {
    height: 880px;
    overflow-y: hidden;
  }
}

@media (min-width: 568px) {
  .c-img-float--fl {
    float: left;
    margin-right: 20px;
  }
  .c-img-float--fr {
    float: right;
    margin-left: 20px;
  }
  .l-text-unit {
    margin: 20px 0 0 0;
  }
}

@media (min-width: 667px) {
  .h-m0--g-sm {
    margin: 0 auto !important;
  }
}

@media (min-width: 768px) {
  p,
  .l-p {
    margin: 15px 0;
  }
  .l-container {
    max-width: 1048px;
    padding: 0 24px;
  }
  .l-text-unit {
    margin: 32px 0 0 0;
  }
  .h-m0--sm {
    margin: 0 auto !important;
  }
}

@media (min-width: 992px) {
  .h-m0--md {
    margin: 0 auto !important;
  }
}

/*!------------------------------------------------------------------------------

    helper style end
    
------------------------------------------------------------------------------*/
/*!------------------------------------------------------------------------------

    style template T-1
    
------------------------------------------------------------------------------*/
body {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
   color: #664951; 
}

a,
.c-link {
  text-decoration: none;
   color: #39c36d; 
}

a:hover {
  text-decoration: underline;
}

.c-text-link {
   color: #664951; 
}

.c-text-link:hover {
  text-decoration: underline;
}

.l-txt-invert {
  color: #fff;
}

hr {
   color: #664951 
}

h1, h2, h3, h4, h5, h6,
.title-h1, .title-h2, .title-h3, .title-h4, .title-h5, .title-h6, .title-lg {
  margin: 0 0 10px 0;
  line-height: 1.2;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
.title-h1 *, .title-h2 *, .title-h3 *, .title-h4 *, .title-h5 *, .title-h6 *, .title-lg * {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.title-h1:last-child, .title-h2:last-child, .title-h3:last-child, .title-h4:last-child, .title-h5:last-child, .title-h6:last-child, .title-lg:last-child {
  margin-bottom: 0;
}

h1, .title-h1 {
  font-size: 20px;
  text-transform: uppercase;
}

h2, .title-h2 {
  font-size: 18px;
  text-transform: uppercase;
}

h3, .title-h3 {
  font-size: 18px;
  text-transform: uppercase;
}

h4, .title-h4,
h5, .title-h5,
h6, .title-h6 {
  font-size: 16px;
}

.title-lg {
  font-size: 28px;
  text-transform: uppercase;
}

.c-btn {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  outline: none;
  text-align: center;
  border: 0;
  background: none;
  margin: 0;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  padding: 11px 10px;
  font-weight: 700;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}

.c-btn--dngr {
   border-bottom: 3px solid #689400 ;
   background: #91ce00; 
}

.c-btn--dngr:hover {
   background: #6eb400; 
}

.c-btn--prm {
   border-bottom: 3px solid #1a5684; 
   background: #5886af; 
}

.c-btn--prm:hover {
   background: #3d668b; 
}

.c-btn--info {
   border-bottom: 3px solid #3bbce0; 
   background: #3bbce0; 
}

.c-btn--info:hover {
   background: #3d668b; 
}

.c-btn:hover {
  text-decoration: none;
}

.c-btn--block {
  display: block;
  width: 100%;
}

.c-btn--sub {
  display: block;
  padding: 12px 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
  background: transparent;
  text-shadow: none;
}

.c-btn--sub.c-btn--dngr {
   border: 2px solid #91ce00; 
   color: #91ce00; 
}

.c-btn--sub.c-btn--dngr:hover {
   border: 2px solid #6eb400; 
   color: #6eb400; 
}

.c-btn--sub.c-btn--prm {
   border: 2px solid #5886af; 
   color: #5886af; 
}

.c-btn--sub.c-btn--prm:hover {
   border: 2px solid #3d668b; 
   color: #3d668b; 
}

.c-btn--sub.c-btn--info {
   border: 2px solid #3bbce0; 
   color: #3bbce0; 
}

.c-btn--sub.c-btn--info:hover {
   border: 2px solid #3d668b; 
   color: #3d668b; 
}

.c-btn--sub:hover {
  background: transparent;
}

.c-ico {
  padding: 0 0 0 34px;
  position: relative;
}

.c-ico:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
   background: url('/static/img-T-2/general/main-sprite.png') no-repeat 0 0px; 
}

.c-ico--tel:before {
  top: 4px;
  width: 21px;
  height: 18px;
  background-position: -118px -72px;
}

.c-ico--sup:before {
  top: 5px;
  width: 21px;
  height: 16px;
  background-position: -141px -72px;
}

.l-btn-wr {
  max-width: 320px;
  margin: 15px auto 0;
}

.l-btn-wr--lg {
  max-width: 490px;
}

.l-list-un {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 667px) {
  .l-grid-btn {
    padding: 0 40px;
  }
  .l-grid-btn__col {
    margin-bottom: 20px;
  }
  .l-grid-btn__col:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .l-grid-btn {
    padding: 0 130px;
  }
}

.l-wrapper__unit--color {
   background: #802d44; 
}

.l-wrapper__unit--color-light {
   background: #f4f5f6; 
}

.l-tit-decor {
  position: relative;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}

.l-tit-decor:last-child {
  border: 0;
}

.l-tit-decor:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
   background: url('/static/img-T-2/general/main-sprite.png') no-repeat 0 0px; 
}

.l-tit-decor--light {
   color: #fff; 
}

.l-tit-decor--light:after {
  width: 233px;
  height: 15px;
  background-position: 0px -111px;
}

.l-tit-decor--dark:after {
  width: 180px;
  height: 12px;
  background-position: 0px -97px;
}

.l-tit-undrl {
  position: relative;
  padding-bottom: 10px;
}

.l-tit-undrl:before {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0px;
  top: 100%;
   background: #91ce00; 
}

.c-dot {
  padding-left: 16px;
  position: relative;
}

.c-dot:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  width: 6px;
  height: 6px;
   background: #91ce00; 
}

.c-dot-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  margin: 10px 0;
}

.c-dot-list li {
  padding-left: 16px;
  position: relative;
  margin: 10px auto;
}

.c-dot-list li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  width: 5px;
  height: 5px;
   background: #91ce00; 
}

.slick-arrow {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  height: 100%;
  top: 0;
  width: 22px;
}

.slick-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 24px;
   background: url('/static/img-T-2/general/main-sprite.png') repeat-x 0 0px; 
}

.slick-prev {
  right: 100%;
}

.slick-prev:after {
  left: 0;
  background-position: -20px -70px;
}

.slick-next {
  left: 100%;
}

.slick-next:after {
  right: 0;
  background-position: -34px -70px;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
  h1, h2, h3, h4, h5, h6,
  .title-h1, .title-h2, .title-h3, .title-h4, .title-h5, .title-h6 {
    margin: 0 0 20px 0;
  }
  h1, .title-h1 {
    font-size: 30px;
  }
  h2, .title-h2 {
    font-size: 28px;
  }
  h3, .title-h3 {
    font-size: 24px;
  }
  h4, .title-h4,
  h5, .title-h5 {
    font-size: 20px;
  }
  h6, .title-h6 {
    font-size: 16px;
  }
  .title-lg {
    font-size: 36px;
  }
  .l-tit-decor {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}

/*!------------------------------------------------------------------------------

    style template T-1 end
    
------------------------------------------------------------------------------*/

.c-head-T-2 .c-m-top {
  position: relative;
  height: 50px;
  color: #fff;
   background: #642335; 
}

.c-head-T-2 .c-m-top:before, .c-head-T-2 .c-m-top:after {
  display: table;
  content: "";
}

.c-head-T-2 .c-m-top:after {
  clear: both;
}

.lt-ie8 .c-head-T-2 .c-m-top {
  zoom: 1;
}

.c-head-T-2 .c-logo {
  height: 100%;
  float: left;
  height: 50px;
  font-size: 0;
}

.c-head-T-2 .c-logo:before,
.c-head-T-2 .c-logo img {
  display: inline-block;
  vertical-align: middle;
}

.c-head-T-2 .c-logo:before {
  content: '';
  width: 0;
  height: 100%;
}

.c-head-T-2 .c-logo img {
  max-height: 100%;
  width: auto;
}

.c-head-T-2 .c-burger {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 18px 8px 0;
  cursor: pointer;
}

.c-head-T-2 .c-burger:before, .c-head-T-2 .c-burger:after {
  content: '';
}

.c-head-T-2 .c-burger:before, .c-head-T-2 .c-burger:after,
.c-head-T-2 .c-burger span {
  display: block;
  height: 3px;
  margin: 0 0 4px;
  background: #fff;
  width: 24px;
}

.c-head-T-2 .c-m-top-nav__li {
  display: block;
}

.c-head-T-2 .c-m-top-nav__a {
   color: #fff; 
}

.c-head-T-2 .c-m-top-nav__a:hover, .c-head-T-2 .c-m-top-nav__a.is-active {
  text-decoration: none;
   color: #91ce00; 
}

@media (max-width: 991px) {
  .c-head-T-2 .c-mb-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.4);
  }
  .c-head-T-2 .c-mb-nav.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
  }
  .c-head-T-2 .c-mb-nav.fade .c-main-menu__mb-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(-25%, 0);
            transform: translate(-25%, 0);
  }
  .c-head-T-2 .c-mb-nav.fade.in {
    opacity: 1;
  }
  .c-head-T-2 .c-mb-nav.in .c-mb-nav__dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .c-head-T-2 .c-mb-nav__dialog {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    width: 260px;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.4);
    padding: 5px 17px;
     background: #ffffff; 
  }
  .c-head-T-2 .c-mb-nav__close {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 100%;
    top: 0px;
    cursor: pointer;
  }
  .c-head-T-2 .c-mb-nav__close:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
     background: url('/static/img-T-2/general/main-sprite.png') no-repeat 0px -78px; 
  }
  .c-head-T-2 .c-m-top-nav {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .c-head-T-2 .c-m-top-nav__li {
    line-height: 1.2;
     border-bottom: 1px solid #91ce00; 
  }
  .c-head-T-2 .c-m-top-nav__a {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 18px 0 18px;
     color: #664951; 
  }
}

@media (min-width: 768px) {
  .c-head-T-2 .c-m-top {
    height: 60px;
  }
  .c-head-T-2 .c-logo {
    height: 60px;
  }
  .c-head-T-2 .c-burger {
    padding: 22px 24px 0;
  }
}

@media (min-width: 992px) {
  .c-head-T-2 .c-burger {
    display: none;
  }
  .c-head-T-2 .c-mb-nav {
    display: block !important;
    float: right;
  }
  .c-head-T-2 .c-m-top-nav {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .c-head-T-2 .c-m-top-nav__a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 0px;
    position: relative;
  }
  .c-head-T-2 .c-m-top-nav__a:hover {
    text-decoration: none;
  }
  .c-head-T-2 .c-m-top-nav__a--home {
    font-size: 0px;
    letter-spacing: 0;
  }
  .c-head-T-2 .c-m-top-nav__a--home:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
   background: url('/static/img-T-2/general/main-sprite.png') no-repeat 0 -63px;
  }
  .c-head-T-2 .c-m-top-nav__li {
    padding: 0 25px;
    float: left;
  }
}

.c-head-ban-T-3 .c-main-slider {
  position: relative;
  padding: 13px 0 20px 0;
  overflow: hidden;
  color: #fff;
}

.c-head-ban-T-3 .c-main-slider__img {
  display: block;
  min-height: 308px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-head-ban-T-3 .c-main-slider__form {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

.c-head-ban-T-3 .c-main-slider__h, .c-head-ban-T-3 .c-main-slider__txt {
  display: block;
  text-transform: uppercase;
}

.c-head-ban-T-3 .c-main-slider__h {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 5px 0;
   color: #91ce00; 
}

.c-head-ban-T-3 .c-main-slider__txt {
  font-size: 16px;
  margin: 0;
}

.c-head-ban-T-3 .c-main-slider .c-form {
  margin: 14px auto 0px;
}

.c-head-ban-T-3 .c-main-slider .c-ctr {
  height: 49px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
  font-size: 16px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
   color: #664951; 
}

.c-head-ban-T-3 .c-main-slider .c-ctr-row {
  margin-bottom: 20px;
  position: relative;
}

.c-head-ban-T-3 .c-main-slider .c-ctr-row--error {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0px;
  padding: 2px 5px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 12px;
  border-radius: 5px;
  background: #e0e0e0;
  color: #ec6953;
  border: 2px solid #ec6953;
}

.c-head-ban-T-3 .c-main-slider .c-ctr-row--error:before, .c-head-ban-T-3 .c-main-slider .c-ctr-row--error:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.c-head-ban-T-3 .c-main-slider .c-ctr-row--error:before {
  border-color: transparent;
  border-width: 8px;
  margin-left: -40px;
  border-top-color: #ec6953;
}

.c-head-ban-T-3 .c-main-slider .c-ctr-row--error:after {
  border-color: transparent;
  border-width: 6px;
  margin-left: -38px;
  border-top-color: #e0e0e0;
}

.c-head-ban-T-3 .c-main-slider .c-ctr-row.has-error .c-ctr-row--error {
  display: block;
}

.c-head-ban-T-3 .c-main-slider .c-ctr-row.has-error .c-ctr {
  border-color: #ec6953;
  box-shadow: inset 0px 0px 0px 1px #ec6953;
}

@media (min-width: 667px) {
  .c-head-ban-T-3 .c-main-slider {
    padding: 20px 0 30px 0;
    margin-bottom: 8px;
  }
  .c-head-ban-T-3 .c-main-slider__h {
    font-size: 36px;
    margin: 0 0 0px 0;
  }
  .c-head-ban-T-3 .c-main-slider__txt {
    font-size: 20px;
  }
  .c-head-ban-T-3 .c-main-slider__form {
    position: relative;
  }
  .c-head-ban-T-3 .c-main-slider__form:before {
    content: '';
    display: block;
    width: 63px;
    height: 105px;
    position: absolute;
    bottom: 40px;
    right: -7px;
     background: url('/static/img-T-2/general/main-sprite.png') no-repeat -188px 0px; 
  }
  .c-head-ban-T-3 .c-main-slider .c-form {
    margin-top: 9px;
    padding: 0 82px;
  }
  .c-head-ban-T-3 .c-main-slider--sub .c-main-slider__form {
    padding: 0px 220px;
    max-width: none;
    text-align: center;
  }
  .c-head-ban-T-3 .c-main-slider--sub .c-main-slider__form:before {
    display: none;
  }
  .c-head-ban-T-3 .c-main-slider--sub .c-form {
    max-width: 406px;
  }
}

@media (min-width: 768px) {
  .c-head-ban-T-3 .c-main-slider__h {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .c-head-ban-T-3 .c-main-slider {
    height: 290px;
  }
  .c-head-ban-T-3 .c-main-slider__calc {
    max-width: 490px;
  }
  .c-head-ban-T-3 .c-main-slider--sub {
    height: 268px;
  }
}
.c-star-rat-T-3 .c-rating {
  font-size: 14px;
}

.c-star-rat-T-3 .c-rating-r {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.c-star-rat-T-3 .c-rating-r__item {
  float: left;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  width: 15px;
  height: 14px;
  background: url("/static/img-T-3/general/star-default.png") no-repeat 0 0px;
}

.c-star-rat-T-3 .c-rating-r__item:first-child {
  margin-left: 0;
}

.c-star-rat-T-3 .c-rating-r[data-rat="1"] .is-1 {
  background: url("/static/img-T-3/general/star-active.png") no-repeat 0 0px;
}

.c-star-rat-T-3 .c-rating-r[data-rat="2"] .is-1,
.c-star-rat-T-3 .c-rating-r[data-rat="2"] .is-2 {
  background: url("/static/img-T-3/general/star-active.png") no-repeat 0 0px;
}

.c-star-rat-T-3 .c-rating-r[data-rat="3"] .is-1,
.c-star-rat-T-3 .c-rating-r[data-rat="3"] .is-2,
.c-star-rat-T-3 .c-rating-r[data-rat="3"] .is-3 {
  background: url("/static/img-T-3/general/star-active.png") no-repeat 0 0px;
}

.c-star-rat-T-3 .c-rating-r[data-rat="4"] .is-1,
.c-star-rat-T-3 .c-rating-r[data-rat="4"] .is-2,
.c-star-rat-T-3 .c-rating-r[data-rat="4"] .is-3,
.c-star-rat-T-3 .c-rating-r[data-rat="4"] .is-4 {
  background: url("/static/img-T-3/general/star-active.png") no-repeat 0 0px;
}

.c-star-rat-T-3 .c-rating-r[data-rat="5"] .is-1,
.c-star-rat-T-3 .c-rating-r[data-rat="5"] .is-2,
.c-star-rat-T-3 .c-rating-r[data-rat="5"] .is-3,
.c-star-rat-T-3 .c-rating-r[data-rat="5"] .is-4,
.c-star-rat-T-3 .c-rating-r[data-rat="5"] .is-5 {
  background: url("/static/img-T-3/general/star-active.png") no-repeat 0 0px;
}
.c-slider-T-3 {
  padding: 0 22px;
}

.c-slider-T-3 .c-thumb-slide {
  opacity: 0;
}

.c-slider-T-3 .c-thumb-slide.slick-initialized {
  opacity: 1;
}

.c-slider-T-3 .c-thumb-slide .slick-slide {
  padding: 0 3px;
  font-size: 14px;
  text-align: center;
  outline: none;
  line-height: 1.5;
}

.c-slider-T-3 .c-thumb-slide__el {
  position: relative;
  border-radius: 5px;
  padding: 10px 16px 10px 90px;
  text-align: center;
  max-width: 220px;
  margin: 0 auto;
   color: #fff; 
   background: #512f40; 
}

.c-slider-T-3 .c-thumb-slide__ava {
  display: block;
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 64px;
  overflow: hidden;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
   border: 2px solid #ffffff; 
}

.c-slider-T-3 .c-thumb-slide__ava img {
  display: block;
  width: 100%;
  height: auto;
}

.c-slider-T-3 .c-thumb-slide__n {
  display: block;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  margin: 0;
}

.c-slider-T-3 .c-thumb-slide__w {
  display: block;
  margin: 0;
}

@media (min-width: 992px) {
  .c-slider-T-3 .c-thumb-slide .slick-slide {
    padding: 0 9px;
  }
  .c-slider-T-3 .c-thumb-slide__w {
    font-size: 16px;
  }
}
.c-services-T-3 .c-svc__item {
  padding: 8px 0px;
}

.c-services-T-3 .c-svc__ico {
  display: block;
  width: 103px;
  height: 103px;
  margin: 0 10px 0px 0;
  float: left;
}

.c-services-T-3 .c-svc__ico img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.c-services-T-3 .c-svc__h {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 8px;
  line-height: 1.3;
}

.c-services-T-3 .c-svc__t {
  display: block;
  font-size: 14px;
  margin: 0;
}

.c-services-T-3 .c-svc--invert {
   color: #fff; 
}

@media (min-width: 768px) {
  .c-services-T-3 .c-svc__item {
    padding: 0px 0px 0px 130px;
    margin: 15px 0;
    min-height: 103px;
    position: relative;
  }
  .c-services-T-3 .c-svc__ico {
    float: none;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .c-services-T-3 .c-svc__h {
    font-size: 22px;
    margin: 0 auto 10px;
  }
  .c-services-T-3 .c-svc__t {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .c-services-T-3 .c-svc__item {
    padding: 0px 25px;
    margin: 0px auto;
  }
  .c-services-T-3 .c-svc__ico {
    margin: 0 20px 20px 0;
    float: left;
    position: static;
  }
  .c-services-T-3 .c-svc__h {
    height: 103px;
    display: table-cell;
    vertical-align: middle;
  }
  .c-services-T-3 .c-svc__t {
    clear: both;
  }
  .c-services-T-3 .c-svc__t:before, .c-services-T-3 .c-svc__t:after {
    display: table;
    content: "";
  }
  .c-services-T-3 .c-svc__t:after {
    clear: both;
  }
  .lt-ie8 .c-services-T-3 .c-svc__t {
    zoom: 1;
  }
}
.c-soc-T-1 .c-soc {
  font-size: 0;
}

.c-soc-T-1 .c-soc__el {
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  margin: 0 25px 0 0;
  text-decoration: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  height: 49px;
  width: 49px;
  line-height: 40px;
  font-weight: 700;
}

.c-soc-T-1 .c-soc__el:last-child {
  margin-right: 0px;
}

.c-soc-T-1 .c-soc__el span {
  display: none;
  margin: 0 0 0 10px;
}

.c-soc-T-1 .c-soc__el:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
   background: url('/static/img-T-2/general/main-sprite.png') no-repeat 0 0; 
}

.c-soc-T-1 .c-soc__el--fb {
   border: 2px solid #3b5997; 
   color: #3b5997; 
}

.c-soc-T-1 .c-soc__el--fb:before {
  width: 13px;
  height: 27px;
  background-position: 0 -131px;
}

.c-soc-T-1 .c-soc__el--fb:hover {
   border: 2px solid #1e396f; 
   color: #1e396f; 
}

.c-soc-T-1 .c-soc__el--fb:hover:before {
  background-position: 0 -160px;
}

.c-soc-T-1 .c-soc__el--tw {
   border: 2px solid #3bbce0; 
   color: #3bbce0; 
}

.c-soc-T-1 .c-soc__el--tw:before {
  width: 27px;
  height: 22px;
  background-position: -15px -131px;
}

.c-soc-T-1 .c-soc__el--tw:hover {
   border: 2px solid 2c96b3; 
   color: 2c96b3; 
}

.c-soc-T-1 .c-soc__el--tw:hover:before {
  background-position: -15px -160px;
}

.c-soc-T-1 .c-soc__el--gp {
   border: 2px solid #f56657; 
   color: #f56657; 
}

.c-soc-T-1 .c-soc__el--gp:before {
  width: 29px;
  height: 22px;
  background-position: -43px -131px;
}

.c-soc-T-1 .c-soc__el--gp:hover {
   border: 2px solid c94639; 
   color: c94639; 
}

.c-soc-T-1 .c-soc__el--gp:hover:before {
  background-position: -43px -160px;
}

.c-soc-T-1 .c-soc__el:hover {
  text-decoration: none;
}

@media (min-width: 667px) {
  .c-soc-T-1 .c-soc__el {
    width: 132px;
    margin-right: 8px;
  }
  .c-soc-T-1 .c-soc__el span {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 992px) {
  .c-soc-T-1 .c-soc__el {
    width: 152px;
  }
}
.c-foot-T-1 .c-foot {
  padding: 16px 0;
  font-size: 14px;
  position: relative;
   background: #642335; 
   color: #fff; 
}

.c-foot-T-1 .c-foot__h {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px 0;
  text-transform: uppercase;
}

.c-foot-T-1 .c-foot ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-foot-T-1 .c-foot__tit {
  font-size: 18px;
  margin: 14px auto 14px;
}

.c-foot-T-1 .c-foot__tit:first-child {
  margin-top: 0px;
}

.c-foot-T-1 .c-foot__tit span {
  padding: 0 0 6px;
   border-bottom: 1px solid #fff; 
}

.c-foot-T-1 .c-foot__contact.c-ico--tel:before {
  top: 2px;
  width: 21px;
  height: 18px;
  background-position: -51px -72px;
}

.c-foot-T-1 .c-foot__contact.c-ico--sup:before {
  width: 21px;
  height: 16px;
  background-position: -77px -72px;
}

.c-foot-T-1 .c-foot__mark {
   color: #d9a3b2; 
}

.c-foot-T-1 .c-foot__bottom {
  position: relative;
}

.c-foot-T-1 .c-foot__bottom-list {
  font-size: 12px;
}

.c-foot-T-1 .c-foot__c {
  margin-top: 10px;
}

.c-foot-T-1 .c-foot .collapse {
  display: none;
}

.c-foot-T-1 .c-foot .collapse.in {
  display: block;
}

.c-foot-T-1 .c-foot .c-collapse-btn {
  position: relative;
  min-height: 12px;
  cursor: pointer;
  max-width: 140px;
  display: block;
}

.c-foot-T-1 .c-foot .c-collapse-btn:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 12px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
   background: url('/static/img-T-2/general/main-sprite.png') no-repeat -101px -72px; 
}

.c-foot-T-1 .c-foot .c-collapse-btn.collapsed:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-foot-T-1 .c-pay {
  font-size: 0;
  margin: 0 -6px 10px;
}

.c-foot-T-1 .c-pay__i {
  display: inline-block;
  vertical-align: top;
  margin: 6px 6px;
}

.c-foot-T-1 .c-pay__i:after {
  content: '';
  display: block;
  width: 55px;
  height: 36px;
   background: url('/static/img-T-2/general/i-pay.png') no-repeat 0 0; 
}

.c-foot-T-1 .c-pay__i--visa:after {
  background-position: 0 0;
}

.c-foot-T-1 .c-pay__i--paypal:after {
  background-position: 0 -36px;
}

.c-foot-T-1 .c-pay__i--mc:after {
  background-position: 0 -72px;
}

.c-foot-T-1 .c-pay__i--discover:after {
  background-position: 0 -108px;
}

.c-foot-T-1 .c-pay__i--ae:after {
  background-position: 0 -144px;
}

.c-foot-T-1 .c-pay__i--cirrus:after {
  background-position: 0 -180px;
}

.c-foot-T-1 .c-foot-m-nav__ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

.c-foot-T-1 .c-foot-m-nav__a {
  display: block;
  color: inherit;
  margin: 4px auto;
}

.c-foot-T-1 .c-foot-nav__li {
  display: block;
}

.c-foot-T-1 .c-foot-nav__a {
  display: inline-block;
  margin: 4px 0;
  font-weight: 400;
   color: #d9a3b2; 
}

.c-foot-T-1 .c-btn-top {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 8px;
  bottom: 0px;
}

.c-foot-T-1 .c-btn-top:after {
  content: '';
  width: 40px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
   background: url('/static/img-T-2/general/main-sprite.png') no-repeat -78px -131px; 
}

@media (min-width: 667px) {
  .c-foot-T-1 .c-pay__h {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
  }
  .c-foot-T-1 .c-pay__i {
    display: inline-block;
    vertical-align: middle;
  }
  .c-foot-T-1 .collapse {
    display: block !important;
  }
  .c-foot-T-1 .c-collapse-btn {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .c-foot-T-1 .c-foot__logo {
    text-align: right;
  }
  .c-foot-T-1 .c-btn-top {
    display: none;
  }
}
.c-adv-T-2 .c-plus {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-adv-T-2 .c-plus__el {
  padding-left: 88px;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 14px;
}

.c-adv-T-2 .c-plus__el span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 70px;
}

.c-adv-T-2 .c-plus__el:before {
  content: '';
  display: block;
  width: 62px;
  height: 63px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
   background: url('/static/img-T-2/general/main-sprite.png') no-repeat 0 0px; 
}

.c-adv-T-2 .c-plus__el--ico-service:before {
  background-position: 0 0;
}

.c-adv-T-2 .c-plus__el--ico-papers:before {
  background-position: -64px 0;
  left: 1px;
}

.c-adv-T-2 .c-plus__el--ico-ethnic:before {
  background-position: -126px 0;
  left: 5px;
}

.c-adv-T-2 .c-plus--sm .c-plus__el:before {
  width: 68px;
  height: 68px;
}

.c-adv-T-2 .c-plus--sm .c-plus__el--ico-service:before {
  background-position: 0 -189px;
}

.c-adv-T-2 .c-plus--sm .c-plus__el--ico-papers:before {
  background-position: -70px -189px;
  left: 1px;
}

.c-adv-T-2 .c-plus--sm .c-plus__el--ico-ethnic:before {
  background-position: -140px -189px;
  left: 5px;
}

@media (min-width: 667px) {
  .c-adv-T-2 .c-plus--sm {
    margin-left: -7px;
    margin-right: -7px;
  }
  .c-adv-T-2 .c-plus--sm:before, .c-adv-T-2 .c-plus--sm:after {
    display: table;
    content: "";
  }
  .c-adv-T-2 .c-plus--sm:after {
    clear: both;
  }
  .lt-ie8 .c-adv-T-2 .c-plus--sm {
    zoom: 1;
  }
  .c-adv-T-2 .c-plus--sm .c-plus__el {
    width: 33.33333333%;
    padding-right: 7px;
    position: relative;
    float: left;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .c-adv-T-2 .c-plus__el {
    font-size: 26px;
  }
  .c-adv-T-2 .c-plus__el:first-child {
    margin-top: 0px;
  }
  .c-adv-T-2 .c-plus--sm {
    padding: 0 55px !important;
  }
}
.c-adv-horiz-T-2 .c-plus-horiz {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-adv-horiz-T-2 .c-plus-horiz__el {
  padding-left: 88px;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 14px;
  color: #fff;
}

.c-adv-horiz-T-2 .c-plus-horiz__el span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 70px;
}

.c-adv-horiz-T-2 .c-plus-horiz__el:before {
  content: '';
  display: block;
  width: 62px;
  height: 63px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
   background: url('/static/img-T-2/general/main-sprite.png') no-repeat 0 0px; 
}

.c-adv-horiz-T-2 .c-plus-horiz__el--ico-service:before {
  background-position: 0 -259px;
}

.c-adv-horiz-T-2 .c-plus-horiz__el--ico-papers:before {
  background-position: -64px -259px;
  left: 1px;
}

.c-adv-horiz-T-2 .c-plus-horiz__el--ico-ethnic:before {
  background-position: -126px -259px;
  left: 5px;
}

@media (min-width: 667px) {
  .c-adv-horiz-T-2 .c-plus-horiz__el {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .c-adv-horiz-T-2 .c-plus-horiz__el {
    font-size: 26px;
  }
  .c-adv-horiz-T-2 .c-plus-horiz__el:first-child {
    margin-top: 0px;
  }
}
.c-num-T-1 .c-num {
  text-align: center;
}

.c-num-T-1 .c-num__count {
  font-size: 40px;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.c-num-T-1 .c-num__count:before {
  content: '';
  display: block;
  width: 82px;
  height: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-num-T-1 .c-num__t {
  font-size: 14px;
  line-height: 1.2;
}

.c-num-T-1 .c-num__el {
  width: 148px;
  height: 148px;
  border-radius: 148px;
  font-size: 0;
  display: inline-block;
  text-align: center;
  border-width: 6px;
  border-style: solid;
  padding: 20px 10px 0;
  position: relative;
  margin-bottom: 5px;
}

.c-num-T-1 .c-num__el--executed {
   border-color: #91ce00; 
   color: #91ce00; 
}

.c-num-T-1 .c-num__el--executed .c-num__count:before {
   border-color: #91ce00; 
}

.c-num-T-1 .c-num__el--writers {
   border-color: #b32951; 
   color: #b32951; 
}

.c-num-T-1 .c-num__el--writers .c-num__count:before {
   border-color: #b32951; 
}

.c-num-T-1 .c-num__el--working {
   border-color: #7291ad; 
   color: #7291ad; 
}

.c-num-T-1 .c-num__el--working .c-num__count:before {
   border-color: #7291ad; 
}

.c-num-T-1 .c-num__el--rate {
   border-color: #c86d98; 
   color: #c86d98; 
}

.c-num-T-1 .c-num__el--rate .c-num__count:before {
   border-color: #c86d98; 
}

@media (min-width: 768px) {
  .c-num-T-1 .c-num__item {
    width: 162px;
    height: 162px;
    border-radius: 162px;
    margin-bottom: 0px;
  }
  .c-num-T-1 .c-num__el {
    width: 162px;
    height: 162px;
    border-radius: 162px;
    padding-top: 24px;
  }
}

@media (min-width: 992px) {
  .c-num-T-1 .c-num {
    margin: 0 auto 15px;
  }
  .c-num-T-1 .c-num__item {
    width: 213px;
    height: 213px;
    border-radius: 213px;
  }
  .c-num-T-1 .c-num__el {
    width: 213px;
    height: 213px;
    border-radius: 213px;
    padding: 45px 28px 0;
  }
  .c-num-T-1 .c-num__count {
    font-size: 50px;
  }
  .c-num-T-1 .c-num__t {
    font-size: 16px;
  }
}
.c-price-T-2 .c-table-pr-nav {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}

.c-price-T-2 .c-table-pr-nav__item {
  display: block;
}

.c-price-T-2 .c-table-pr-nav__item.active .c-table-pr-nav__btn {
   background: #5886af; 
  color: #fff;
}

.c-price-T-2 .c-table-pr-nav__btn {
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  line-height: 1;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}

.c-price-T-2 .c-table-pr-nav__btn:hover {
  background: #ededed;
}

.c-price-T-2 .c-table-pr-content__item {
  display: none;
}

.c-price-T-2 .c-table-pr-content__item.active {
  display: block;
}

.c-price-T-2 .c-table-pr-tb {
  width: 100%;
  text-align: center;
}

.c-price-T-2 .c-table-pr-tb th,
.c-price-T-2 .c-table-pr-tb td {
  font-weight: 400;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  height: 37px;
  padding: 5px;
}

.c-price-T-2 .c-table-pr-tb th:first-child,
.c-price-T-2 .c-table-pr-tb td:first-child {
  border-left: 1px solid #dddddd;
}

.c-price-T-2 .c-table-pr-tb th:last-child,
.c-price-T-2 .c-table-pr-tb td:last-child {
  border-right: 1px solid #dddddd;
}

.c-price-T-2 .c-table-pr-tb th {
  font-style: italic;
  line-height: 1;
  word-break: break-word;
}

.c-price-T-2 .c-table-pr-tb tr:hover td {
  background: #ededed;
}

@media (min-width: 992px) {
  .c-price-T-2 .c-table-pr-nav {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .c-price-T-2 .c-table-pr-nav__item {
    display: table-cell;
  }
  .c-price-T-2 .c-table-pr-nav__item.active .c-table-pr-nav__btn:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 10px solid transparent;
     border-top: 10px solid #5886af; 
  }
}
.c-content-ban-T-3 {
  margin: 20px 0;
}

.c-content-ban-T-3:first-child {
  margin-top: 0;
}

.c-content-ban-T-3:last-child {
  margin-bottom: 0;
}

.c-content-ban-T-3 .c-inside-banner {
  position: relative;
  overflow: hidden;
  padding: 14px 25px;
   border: 1px solid #373737; 
}

.c-content-ban-T-3 .c-inside-banner__img {
  display: block;
  min-height: 130px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-content-ban-T-3 .c-inside-banner__tit {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0 0 10px;
  text-align: center;
}

@media (min-width: 667px) {
  .c-content-ban-T-3 .c-inside-banner {
    max-height: 130px;
  }
  .c-content-ban-T-3 .c-inside-banner__tit {
    font-size: 36px;
    text-align: left;
    margin: 0;
  }
  .c-content-ban-T-3 .c-inside-banner__btn {
    margin: 30px 0 0;
  }
}
.c-calc-T-2 .c-calculator {
  max-width: 460px;
  margin: 0 auto 15px auto;
  text-shadow: none;
   color: #664951; 
}

.c-calc-T-2 .c-calculator__h {
  border-radius: 5px 5px 0 0;
  padding: 15px 0;
  color: white;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  font-family: Helvetica;
  line-height: 1;
   background: #642335; 
}

.c-calc-T-2 .c-calculator__content {
  border-radius: 0 0 5px 5px;
  padding: 25px 20px 20px 20px;
  background: #fcfcfc;
  border: 1px solid #eee;
}

.c-calc-T-2 .c-calculator .c-row {
  margin-bottom: 15px;
}

.c-calc-T-2 .c-calculator .c-row:last-child {
  margin-bottom: 15px;
}

.c-calc-T-2 .c-calculator__sel {
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 4px;
  border: 0;
  background: #efebe7;
  outline: none;
  padding: 0 10px;
}

.c-calc-T-2 .c-calculator__in {
  border-radius: 4px;
  background: #efebe7;
  border: 0;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  text-align: center;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.22) inset;
  width: 50px;
  margin: 0 0 0 5px;
}

.c-calc-T-2 .c-calculator__rh {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}

.c-calc-T-2 .c-calculator__num {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin: 15px 0;
}

.c-calc-T-2 .c-calculator__num span {
  font-size: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 0;
}

.c-calc-T-2 .c-calculator .c-btn--calc {
  font-size: 16px;
}

.c-calc-T-2 .c-calculator .calc-bottom-blocks {
  text-align: center;
}

@media (min-width: 992px) {
  .c-calc-T-2 .c-calculator {
    margin: 0;
  }
}
