@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

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

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%; }

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/font/fontello.eot");
  src: url("../fonts/fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("../fonts/fontello/font/fontello.woff2") format("woff2"), url("../fonts/fontello/font/fontello.woff") format("woff"), url("../fonts/fontello/font/fontello.ttf") format("truetype"), url("../fonts/fontello/font/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?264017#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, .jq-selectbox__trigger-arrow, .text-style ol li:before,
.text-style ul li:before, .main-page .interesting-text ol li:before,
.main-page .interesting-text ul li:before,
.sub-page .interesting-text ol li:before,
.sub-page .interesting-text ul li:before, .article_descr .article_descr-date:before, .article_descr .article_descr-views:before, .testimonials_date:before, .contact_left .contact_left-top .contact_adress:before, .contact_left .contact_left-top .contact_mail:before, .contact_left .contact_left-bottom .contact_fon:before, .contact_left .contact_left-bottom .contact_skype:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }
  .scroll-wrapper > .scroll-content {
    border: none !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important; }
    .scroll-wrapper > .scroll-content::-webkit-scrollbar {
      height: 0;
      width: 0; }
  .scroll-wrapper.scroll--rtl {
    direction: rtl; }

.scroll-element {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: none; }
  .scroll-element div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  .scroll-element .scroll-bar,
  .scroll-element .scroll-arrow {
    cursor: default; }
  .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }
  .scroll-textarea > .scroll-content {
    overflow: hidden !important; }
    .scroll-textarea > .scroll-content > textarea {
      border: none !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 100% !important;
      margin: 0;
      max-height: none !important;
      max-width: none !important;
      overflow: scroll !important;
      outline: none;
      padding: 2px;
      position: relative !important;
      top: 0;
      width: 100% !important; }
      .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
        height: 0;
        width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-outer > .scroll-element {
  background-color: #ffffff; }

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px; }

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9; }

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2; }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-light > .scroll-element {
  background-color: #ffffff; }

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px; }

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px; }

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px; }

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-rail > .scroll-element {
  background-color: #ffffff; }

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%; }

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px; }

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px; }

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff; }

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px; }

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px; }

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9; }

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e; }

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px; }

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

.scrollbar {
  padding-top: 30px;
  padding-bottom: 30px; }

.scrollbar > div {
  max-height: 250px; }

.scrollbar .scroll-content {
  padding: 0 35px 0 0; }

.scrollbar_inner > .scroll-element,
.scrollbar_inner > .scroll-element div {
  border: none;
  position: absolute;
  z-index: 10; }

.scrollbar_inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar_inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 6px;
  left: 0;
  width: 100%; }

.scrollbar_inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar_inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar_inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 11px; }

.scrollbar_inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar_inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

.scrollbar_inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar_inner > .scroll-element .scroll-element_outer,
.scrollbar_inner > .scroll-element .scroll-element_track,
.scrollbar_inner > .scroll-element .scroll-bar {
  border-radius: 3px; }

.scrollbar_inner > .scroll-element .scroll-element_track,
.scrollbar_inner > .scroll-element .scroll-bar {
  opacity: 1; }

.scrollbar_inner > .scroll-element .scroll-element_track {
  background-color: #dce1e1;
  width: 1px;
  position: relative;
  left: 50%; }

.scrollbar_inner > .scroll-element .scroll-bar {
  cursor: pointer;
  background-color: #87c98a; }

.scrollbar_inner > .scroll-element:hover .scroll-bar {
  background-color: #49a14d; }

.scrollbar_inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #49a14d; }

.jq-checkbox {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 8px;
  margin: 4px 0 0 4px;
  border-radius: 2px;
  background: #666;
  -webkit-box-shadow: inset 0 -3px 6px #AAA;
  box-shadow: inset 0 -3px 6px #AAA; }

.jq-checkbox.focused {
  border: 1px solid #000; }

.jq-checkbox.disabled {
  opacity: .55; }

.jq-radio {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer; }

.jq-radio.checked .jq-radio__div {
  width: 6px;
  height: 6px;
  margin: 5px 0 0 5px;
  border-radius: 50%;
  background: #777;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7); }

.jq-radio.focused {
  border: 1px solid #08C; }

.jq-radio.disabled {
  opacity: .55; }

.jq-file {
  width: 270px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer; }

.jq-file__name {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF; }

.jq-file:hover .jq-file__browse {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF; }

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }

.jq-number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 36px 0 0; }

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-number__field:hover {
  border-color: #B3B3B3; }

.jq-number__field input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
  text-align: left;
  /* для Opera Presto */
  -moz-appearance: textfield; }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

.jq-number__spin.minus {
  top: auto;
  bottom: 0; }

.jq-number__spin:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-number__spin:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:hover:after {
  border-top-color: #000; }

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000; }

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF; }

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA; }

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer; }

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 23px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #dce1e1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF; }

.jq-selectbox__select:hover {
  background: #dce1e1; }

.jq-selectbox__select:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox .placeholder {
  color: #888; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000; }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA; }

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif; }

.jq-selectbox__search {
  margin: 5px; }

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231F20; }

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF; }

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF; }

.jq-selectbox li.disabled {
  color: #AAA; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.jq-select-multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default; }

.jq-select-multiple.focused {
  border: 1px solid #5794BF; }

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF; }

.jq-select-multiple li.disabled {
  color: #AAA; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF; }

.jq-select-multiple li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333; }

input[type='search'].styler {
  -webkit-appearance: none; }

textarea.styler {
  overflow: auto; }

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3; }

input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD; }

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }

.select-wrp .popup-wrp [class^=col-] {
  margin-bottom: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 50px auto 0;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.popup-wrp {
  max-width: 750px;
  min-width: 270px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  background: #fff;
  border-top: 6px solid #87c98a; }
  .popup-wrp input {
    background-color: rgba(243, 243, 245, 0.5);
    color: #212121 !important; }
  .popup-wrp p {
    position: relative;
    margin-bottom: 20px;
    color: #c2c7c9;
    font-size: 14px;
    text-transform: uppercase; }
  .popup-wrp .big-title {
    color: #397e3c;
    font-size: 30px;
    font-size: 1.875rem;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    background-color: #fff;
    color: #fff;
    font-family: ProximaNova;
    color: #212121;
    font-size: 36px;
    margin: 0;
    padding: 45px 30px 35px 30px; }
  .popup-wrp .btn-center {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative; }
    .popup-wrp .btn-center a {
      line-height: 42px;
      color: #ffffff;
      font-size: 16px; }
    .popup-wrp .btn-center a,
    .popup-wrp .btn-center input[type="submit"] {
      display: block;
      margin: 0 auto;
      border-style: solid;
      border-width: 2px;
      border-color: #87c98a;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #87c98a;
      text-shadow: none !important;
      text-transform: uppercase;
      font-size: 11px;
      width: 288px;
      height: 42px;
      color: #ffffff !important;
      font-size: 16px;
      border-radius: 4px;
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media only screen and (max-width: 768px) {
        .popup-wrp .btn-center a,
        .popup-wrp .btn-center input[type="submit"] {
          width: 100%; } }
      .popup-wrp .btn-center a:hover,
      .popup-wrp .btn-center input[type="submit"]:hover {
        background: #374d5b;
        border-color: #374d5b;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        text-decoration: none; }
    .popup-wrp .btn-center .icon-paper-plane {
      position: absolute;
      top: 24px;
      left: 28%;
      font-size: 18px;
      color: #fff;
      border-left: none;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        .popup-wrp .btn-center .icon-paper-plane {
          display: none; } }
  .popup-wrp [class*=" col-"],
  .popup-wrp [class^=col-] {
    margin-bottom: 20px; }
  .popup-wrp .f2 > p,
  .popup-wrp .f2 .btn-center,
  .popup-wrp form {
    padding: 10px 95px 35px; }
    @media only screen and (max-width: 768px) {
      .popup-wrp .f2 > p,
      .popup-wrp .f2 .btn-center,
      .popup-wrp form {
        padding: 5px 45px 30px; } }
    @media only screen and (max-width: 480px) {
      .popup-wrp .f2 > p,
      .popup-wrp .f2 .btn-center,
      .popup-wrp form {
        padding: 5px 20px 20px; } }
  .popup-wrp .f2 > p {
    padding: 0px 95px;
    text-transform: none;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .popup-wrp .f2 > p {
        padding: 0px 45px; } }
    @media only screen and (max-width: 480px) {
      .popup-wrp .f2 > p {
        padding: 0px 20px; } }
  .popup-wrp .f2 .btn-center {
    padding: 0px 95px 60px; }
    @media only screen and (max-width: 768px) {
      .popup-wrp .f2 .btn-center {
        padding: 0px 45px; } }
    @media only screen and (max-width: 480px) {
      .popup-wrp .f2 .btn-center {
        padding: 0px 20px 30px; } }

.hidden .mfp-content {
  padding: 0 30px;
  margin-top: 90px; }
  @media only screen and (max-width: 480px) {
    .hidden .mfp-content {
      padding: 0 10px;
      margin-top: 40px; } }

.form-popup .max-input input {
  width: 100%; }

.form-popup [class*=" icon-"],
.form-popup [class^=icon-] {
  position: absolute;
  border-left: 1px solid #87c98a;
  top: 5px;
  color: #983350;
  margin-top: 0;
  height: 38px;
  display: block;
  line-height: 38px;
  right: 0;
  bottom: 5px;
  width: 55px;
  font-size: 18px;
  right: 0; }

.form-popup input[type=email],
.form-popup input[type=text] {
  padding: 3px 55px 3px 15px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #e3e4e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #397e3c;
  font-size: 18px;
  height: 48px; }

.form-popup [class*=" icon-"]:before,
.form-popup [class^=icon-]:before,
.form-popup [class^=icon-].jq-selectbox__trigger-arrow {
  padding-left: 15px; }

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.close-click,
.mfp-close {
  background: transparent;
  border: none;
  width: 80px;
  height: 10px;
  line-height: 60px;
  font-size: 38px;
  position: absolute;
  right: 25px;
  top: 0px;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #c2c6c9;
  font-size: 12px;
  text-transform: uppercase; }
  .close-click:hover,
  .mfp-close:hover {
    color: #87c98a; }

.mfp-close:active {
  top: 0px; }

.newsletter input[type="text"] {
  max-width: 366px;
  margin-right: 20px; }

.newsletter input[type="submit"],
.newsletter input[type="text"] {
  display: inline-block;
  vertical-align: middle; }

.popup-wrp form input[type="color"],
.popup-wrp form input[type="date"],
.popup-wrp form input[type="datetime"],
.popup-wrp form input[type="datetime-local"],
.popup-wrp form input[type="email"],
.popup-wrp form input[type="month"],
.popup-wrp form input[type="number"],
.popup-wrp form input[type="password"],
.popup-wrp form input[type="search"],
.popup-wrp form input[type="tel"],
.popup-wrp form input[type="text"],
.popup-wrp form input[type="time"],
.popup-wrp form input[type="url"],
.popup-wrp form input[type="week"],
.popup-wrp form input:not([type]),
.popup-wrp form textarea {
  margin-top: 5px;
  border: 1px solid #dce1e1;
  border-radius: 6px;
  color: #212121;
  height: 46px; }

.popup-wrp form input:focus,
.popup-wrp form textarea:focus {
  border: 1px solid #87c98a; }

.popup-wrp form textarea {
  height: 150px; }

.popup-wrp input {
  padding: 0 15px; }

.popup-wrp input[type=email],
.popup-wrp input[type=text],
.popup-wrp textarea {
  max-width: 100%;
  width: 100%; }

textarea {
  padding: 10px 25px 10px 15px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #e3e4e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(243, 243, 245, 0.5);
  color: #767676;
  font-size: 16px; }

.popup-wrp .wpcf7-list-item {
  display: block;
  margin-bottom: 5px; }

.jq-checkbox,
.jq-radio {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #87c98a;
  background-color: rgba(243, 243, 245, 0.5); }

.jq-checkbox input,
.jq-radio input {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.jq-checkbox.checked .jq-checkbox__div,
.jq-radio.checked .jq-checkbox__div {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  background: #87c98a; }

.jq-checkbox input,
.jq-radio input {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.jq-checkbox.focused {
  border: 1px solid #87c98a; }

.jq-radio.focused {
  border: 1px solid #87c98a; }

.jq-checkbox.checked .jq-radio__div,
.jq-radio.checked .jq-radio__div {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  background: #87c98a; }

.popup-wrp .jq-selectbox {
  width: 100%;
  margin-top: 5px; }

.popup-wrp .jq-selectbox__select {
  font-size: 1.0625em;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 6px;
  color: #767676;
  background: #fff;
  height: 48px;
  line-height: 46px; }

.jq-selectbox__trigger {
  border: none; }

.jq-selectbox__trigger-arrow {
  border: none;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  right: 22px;
  font-size: 20px;
  color: #87c98a; }

.jqselect.focused {
  border: none; }

.popup-wrp .jq-selectbox__dropdown {
  margin: 0px 0 0 0; }

.popup-wrp .jq-selectbox__select {
  background-color: rgba(243, 243, 245, 0.5); }

.jq-selectbox.opened .jq-selectbox__select {
  border-color: #87c98a; }

.jq-selectbox.opened .jq-selectbox__select-text {
  color: #212121; }

.popup-wrp .jq-selectbox li {
  background-color: rgba(243, 243, 245, 0.5); }

.jq-selectbox__dropdown {
  bottom: inherit !important; }

.jq-selectbox li.selected {
  background-color: #87c98a; }

.jq-selectbox li:hover {
  background-color: #87c98a; }

.jq-selectbox li {
  padding: 15px 22px;
  color: #767676;
  font-size: 16px;
  border-bottom: 1px solid #dce1e1; }

.jq-file__name {
  margin-top: 5px;
  padding: 23px 20px;
  line-height: 0px;
  color: #767676;
  font-size: 16px;
  background-color: #f3f3f5;
  text-transform: none; }

.jq-file.focused .jq-file__name {
  border-color: #87c98a; }

.jq-file__browse {
  margin-top: 5px;
  padding: 23px 20px;
  line-height: 0px;
  color: #767676;
  font-size: 16px;
  text-transform: none; }

/* Media queries breakpoints */
/* grid system*/
.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::after {
    display: block;
    content: "";
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }
  .col-xs-1 {
    width: 8.33333%; }
  .col-xs-2 {
    width: 16.66667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-4 {
    width: 33.33333%; }
  .col-xs-5 {
    width: 41.66667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-7 {
    width: 58.33333%; }
  .col-xs-8 {
    width: 66.66667%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-10 {
    width: 83.33333%; }
  .col-xs-11 {
    width: 91.66667%; }
  .col-xs-12 {
    width: 100%; }
  .col-xs-pull-0 {
    right: auto; }
  .col-xs-pull-1 {
    right: 8.33333%; }
  .col-xs-pull-2 {
    right: 16.66667%; }
  .col-xs-pull-3 {
    right: 25%; }
  .col-xs-pull-4 {
    right: 33.33333%; }
  .col-xs-pull-5 {
    right: 41.66667%; }
  .col-xs-pull-6 {
    right: 50%; }
  .col-xs-pull-7 {
    right: 58.33333%; }
  .col-xs-pull-8 {
    right: 66.66667%; }
  .col-xs-pull-9 {
    right: 75%; }
  .col-xs-pull-10 {
    right: 83.33333%; }
  .col-xs-pull-11 {
    right: 91.66667%; }
  .col-xs-pull-12 {
    right: 100%; }
  .col-xs-push-0 {
    left: auto; }
  .col-xs-push-1 {
    left: 8.33333%; }
  .col-xs-push-2 {
    left: 16.66667%; }
  .col-xs-push-3 {
    left: 25%; }
  .col-xs-push-4 {
    left: 33.33333%; }
  .col-xs-push-5 {
    left: 41.66667%; }
  .col-xs-push-6 {
    left: 50%; }
  .col-xs-push-7 {
    left: 58.33333%; }
  .col-xs-push-8 {
    left: 66.66667%; }
  .col-xs-push-9 {
    left: 75%; }
  .col-xs-push-10 {
    left: 83.33333%; }
  .col-xs-push-11 {
    left: 91.66667%; }
  .col-xs-push-12 {
    left: 100%; }
  .col-xs-offset-0 {
    margin-left: 0%; }
  .col-xs-offset-1 {
    margin-left: 8.33333%; }
  .col-xs-offset-2 {
    margin-left: 16.66667%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .col-xs-offset-4 {
    margin-left: 33.33333%; }
  .col-xs-offset-5 {
    margin-left: 41.66667%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .col-xs-offset-7 {
    margin-left: 58.33333%; }
  .col-xs-offset-8 {
    margin-left: 66.66667%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .col-xs-offset-10 {
    margin-left: 83.33333%; }
  .col-xs-offset-11 {
    margin-left: 91.66667%; }
  .col-xs-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 960px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1100px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

[class*="col"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.icon-mail:before {
  content: '\e800'; }

/* '' */
.icon-users:before {
  content: '\e801'; }

/* '' */
.icon-user:before {
  content: '\e802'; }

/* '' */
.icon-video:before {
  content: '\e803'; }

/* '' */
.icon-th:before {
  content: '\e804'; }

/* '' */
.icon-th-list:before {
  content: '\e805'; }

/* '' */
.icon-th-large:before {
  content: '\e806'; }

/* '' */
.icon-ok:before {
  content: '\e807'; }

/* '' */
.icon-ok-circled2:before, .main-page .interesting-text ol li:before,
.main-page .interesting-text ul li:before,
.sub-page .interesting-text ol li:before,
.sub-page .interesting-text ul li:before {
  content: '\e808'; }

/* '' */
.icon-plus:before {
  content: '\e809'; }

/* '' */
.icon-minus:before {
  content: '\e80a'; }

/* '' */
.icon-help-circled:before {
  content: '\e80b'; }

/* '' */
.icon-info-circled:before {
  content: '\e80c'; }

/* '' */
.icon-link:before {
  content: '\e80d'; }

/* '' */
.icon-lock:before {
  content: '\e80e'; }

/* '' */
.icon-eye:before, .article_descr .article_descr-views:before {
  content: '\e80f'; }

/* '' */
.icon-eye-off:before {
  content: '\e810'; }

/* '' */
.icon-tag:before {
  content: '\e811'; }

/* '' */
.icon-tags:before {
  content: '\e812'; }

/* '' */
.icon-location:before, .contact_left .contact_left-top .contact_adress:before {
  content: '\e813'; }

/* '' */
.icon-trash-empty:before {
  content: '\e814'; }

/* '' */
.icon-phone:before {
  content: '\e815'; }

/* '' */
.icon-cog:before {
  content: '\e816'; }

/* '' */
.icon-wrench:before {
  content: '\e817'; }

/* '' */
.icon-basket:before {
  content: '\e818'; }

/* '' */
.icon-calendar:before {
  content: '\e819'; }

/* '' */
.icon-zoom-in:before {
  content: '\e81a'; }

/* '' */
.icon-zoom-out:before {
  content: '\e81b'; }

/* '' */
.icon-down-dir:before {
  content: '\e81c'; }

/* '' */
.icon-up-dir:before {
  content: '\e81d'; }

/* '' */
.icon-left-dir:before {
  content: '\e81e'; }

/* '' */
.icon-right-dir:before {
  content: '\e81f'; }

/* '' */
.icon-down-open:before {
  content: '\e820'; }

/* '' */
.icon-left-open:before {
  content: '\e821'; }

/* '' */
.icon-up-open:before {
  content: '\e822'; }

/* '' */
.icon-right-open:before {
  content: '\e823'; }

/* '' */
.icon-down-big:before {
  content: '\e824'; }

/* '' */
.icon-left-big:before {
  content: '\e825'; }

/* '' */
.icon-right-big:before {
  content: '\e826'; }

/* '' */
.icon-up-big:before {
  content: '\e827'; }

/* '' */
.icon-cw:before {
  content: '\e828'; }

/* '' */
.icon-arrows-cw:before {
  content: '\e829'; }

/* '' */
.icon-play:before {
  content: '\e82a'; }

/* '' */
.icon-play-circled2:before {
  content: '\e82b'; }

/* '' */
.icon-briefcase:before {
  content: '\e82c'; }

/* '' */
.icon-book:before {
  content: '\e82d'; }

/* '' */
.icon-gift:before {
  content: '\e82e'; }

/* '' */
.icon-credit-card:before {
  content: '\e82f'; }

/* '' */
.icon-truck:before {
  content: '\e830'; }

/* '' */
.icon-mail-1:before {
  content: '\e831'; }

/* '' */
.icon-camera:before {
  content: '\e832'; }

/* '' */
.icon-menu-1:before {
  content: '\e833'; }

/* '' */
.icon-help-circled-1:before {
  content: '\e834'; }

/* '' */
.icon-minus-squared-1:before {
  content: '\e835'; }

/* '' */
.icon-minus-1:before {
  content: '\e836'; }

/* '' */
.icon-plus-1:before {
  content: '\e837'; }

/* '' */
.icon-plus-squared-1:before {
  content: '\e838'; }

/* '' */
.icon-location-1:before {
  content: '\e839'; }

/* '' */
.icon-phone-1:before, .contact_left .contact_left-bottom .contact_fon:before {
  content: '\e83a'; }

/* '' */
.icon-basket-1:before {
  content: '\e83b'; }

/* '' */
.icon-left-open-big:before {
  content: '\e83c'; }

/* '' */
.icon-right-open-big:before {
  content: '\e83d'; }

/* '' */
.icon-up-open-big:before {
  content: '\e83e'; }

/* '' */
.icon-down-open-big:before {
  content: '\e83f'; }

/* '' */
.icon-trophy:before {
  content: '\e840'; }

/* '' */
.icon-suitcase-1:before {
  content: '\e841'; }

/* '' */
.icon-graduation-cap-1:before {
  content: '\e842'; }

/* '' */
.icon-mail-2:before {
  content: '\e843'; }

/* '' */
.icon-users-1:before {
  content: '\e844'; }

/* '' */
.icon-user-1:before {
  content: '\e845'; }

/* '' */
.icon-map:before {
  content: '\e846'; }

/* '' */
.icon-phone-2:before {
  content: '\e847'; }

/* '' */
.icon-clock:before {
  content: '\e848'; }

/* '' */
.icon-menu-2:before {
  content: '\e849'; }

/* '' */
.icon-basket-2:before {
  content: '\e84a'; }

/* '' */
.icon-clock-alt:before {
  content: '\e84b'; }

/* '' */
.icon-cog-1:before {
  content: '\e84c'; }

/* '' */
.icon-search-1:before {
  content: '\e84d'; }

/* '' */
.icon-home:before {
  content: '\e84e'; }

/* '' */
.icon-clock-1:before, .article_descr .article_descr-date:before, .testimonials_date:before {
  content: '\e84f'; }

/* '' */
.icon-down-circled2:before {
  content: '\e850'; }

/* '' */
.icon-up-circled2:before {
  content: '\e851'; }

/* '' */
.icon-ccw:before {
  content: '\e852'; }

/* '' */
.icon-award:before {
  content: '\e853'; }

/* '' */
.icon-list-alt:before {
  content: '\e854'; }

/* '' */
.icon-search-2:before {
  content: '\e855'; }

/* '' */
.icon-ok-1:before {
  content: '\e856'; }

/* '' */
.icon-cancel:before {
  content: '\e857'; }

/* '' */
.icon-hammer:before {
  content: '\e858'; }

/* '' */
.icon-flash:before {
  content: '\e859'; }

/* '' */
.icon-key:before {
  content: '\e85a'; }

/* '' */
.icon-leaf:before {
  content: '\e85b'; }

/* '' */
.icon-attention:before {
  content: '\e85c'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e85d'; }

/* '' */
.icon-star-empty:before {
  content: '\e85e'; }

/* '' */
.icon-chart-bar:before {
  content: '\e85f'; }

/* '' */
.icon-umbrella:before {
  content: '\e860'; }

/* '' */
.icon-desktop:before {
  content: '\e861'; }

/* '' */
.icon-road:before {
  content: '\e862'; }

/* '' */
.icon-facebook:before {
  content: '\f052'; }

/* '' */
.icon-link-ext:before {
  content: '\f08e'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook-1:before {
  content: '\f09a'; }

/* '' */
.icon-certificate:before {
  content: '\f0a3'; }

/* '' */
.icon-left-circled:before {
  content: '\f0a8'; }

/* '' */
.icon-right-circled:before {
  content: '\f0a9'; }

/* '' */
.icon-up-circled:before {
  content: '\f0aa'; }

/* '' */
.icon-down-circled:before {
  content: '\f0ab'; }

/* '' */
.icon-filter:before {
  content: '\f0b0'; }

/* '' */
.icon-beaker:before {
  content: '\f0c3'; }

/* '' */
.icon-docs:before {
  content: '\f0c5'; }

/* '' */
.icon-menu:before {
  content: '\f0c9'; }

/* '' */
.icon-list-bullet:before {
  content: '\f0ca'; }

/* '' */
.icon-list-numbered:before {
  content: '\f0cb'; }

/* '' */
.icon-magic:before {
  content: '\f0d0'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\f0d2'; }

/* '' */
.icon-pinterest-squared:before {
  content: '\f0d3'; }

/* '' */
.icon-gplus-squared:before {
  content: '\f0d4'; }

/* '' */
.icon-gplus:before {
  content: '\f0d5'; }

/* '' */
.icon-money:before {
  content: '\f0d6'; }

/* '' */
.icon-sort:before {
  content: '\f0dc'; }

/* '' */
.icon-sort-down:before {
  content: '\f0dd'; }

/* '' */
.icon-sort-up:before {
  content: '\f0de'; }

/* '' */
.icon-mail-alt:before, .contact_left .contact_left-top .contact_mail:before {
  content: '\f0e0'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.icon-gauge:before {
  content: '\f0e4'; }

/* '' */
.icon-comment-empty:before {
  content: '\f0e5'; }

/* '' */
.icon-chat-empty:before {
  content: '\f0e6'; }

/* '' */
.icon-sitemap:before {
  content: '\f0e8'; }

/* '' */
.icon-suitcase:before {
  content: '\f0f2'; }

/* '' */
.icon-coffee:before {
  content: '\f0f4'; }

/* '' */
.icon-food:before {
  content: '\f0f5'; }

/* '' */
.icon-doc-text:before {
  content: '\f0f6'; }

/* '' */
.icon-medkit:before {
  content: '\f0fa'; }

/* '' */
.icon-plus-squared:before {
  content: '\f0fe'; }

/* '' */
.icon-angle-double-left:before {
  content: '\f100'; }

/* '' */
.icon-angle-double-right:before {
  content: '\f101'; }

/* '' */
.icon-angle-double-up:before {
  content: '\f102'; }

/* '' */
.icon-angle-double-down:before {
  content: '\f103'; }

/* '' */
.icon-angle-left:before {
  content: '\f104'; }

/* '' */
.icon-angle-right:before {
  content: '\f105'; }

/* '' */
.icon-angle-up:before, .opened .jq-selectbox__trigger-arrow:before {
  content: '\f106'; }

/* '' */
.icon-angle-down:before, .jq-selectbox__trigger-arrow:before {
  content: '\f107'; }

/* '' */
.icon-tablet:before {
  content: '\f10a'; }

/* '' */
.icon-mobile:before {
  content: '\f10b'; }

/* '' */
.icon-circle-empty:before {
  content: '\f10c'; }

/* '' */
.icon-quote-left:before {
  content: '\f10d'; }

/* '' */
.icon-quote-right:before {
  content: '\f10e'; }

/* '' */
.icon-circle:before {
  content: '\f111'; }

/* '' */
.icon-folder-empty:before {
  content: '\f114'; }

/* '' */
.icon-flag-empty:before {
  content: '\f11d'; }

/* '' */
.icon-code:before {
  content: '\f121'; }

/* '' */
.icon-info:before {
  content: '\f129'; }

/* '' */
.icon-puzzle:before {
  content: '\f12e'; }

/* '' */
.icon-shield:before {
  content: '\f132'; }

/* '' */
.icon-calendar-empty:before {
  content: '\f133'; }

/* '' */
.icon-rocket:before {
  content: '\f135'; }

/* '' */
.icon-angle-circled-left:before {
  content: '\f137'; }

/* '' */
.icon-angle-circled-right:before {
  content: '\f138'; }

/* '' */
.icon-angle-circled-up:before {
  content: '\f139'; }

/* '' */
.icon-angle-circled-down:before {
  content: '\f13a'; }

/* '' */
.icon-lock-open-alt:before {
  content: '\f13e'; }

/* '' */
.icon-ellipsis:before {
  content: '\f141'; }

/* '' */
.icon-ellipsis-vert:before {
  content: '\f142'; }

/* '' */
.icon-play-circled:before {
  content: '\f144'; }

/* '' */
.icon-minus-squared:before {
  content: '\f146'; }

/* '' */
.icon-minus-squared-alt:before {
  content: '\f147'; }

/* '' */
.icon-dollar:before {
  content: '\f155'; }

/* '' */
.icon-doc-text-inv:before {
  content: '\f15c'; }

/* '' */
.icon-youtube-squared:before {
  content: '\f166'; }

/* '' */
.icon-youtube:before {
  content: '\f167'; }

/* '' */
.icon-youtube-play:before {
  content: '\f16a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-tumblr:before {
  content: '\f173'; }

/* '' */
.icon-tumblr-squared:before {
  content: '\f174'; }

/* '' */
.icon-down:before {
  content: '\f175'; }

/* '' */
.icon-up:before {
  content: '\f176'; }

/* '' */
.icon-left:before {
  content: '\f177'; }

/* '' */
.icon-right:before {
  content: '\f178'; }

/* '' */
.icon-skype:before {
  content: '\f17e'; }

/* '' */
.icon-sun:before {
  content: '\f185'; }

/* '' */
.icon-box:before {
  content: '\f187'; }

/* '' */
.icon-vkontakte:before {
  content: '\f189'; }

/* '' */
.icon-right-circled2:before {
  content: '\f18e'; }

/* '' */
.icon-left-circled2:before {
  content: '\f190'; }

/* '' */
.icon-dot-circled:before, .text-style ol li:before,
.text-style ul li:before {
  content: '\f192'; }

/* '' */
.icon-vimeo-squared:before {
  content: '\f194'; }

/* '' */
.icon-plus-squared-alt:before {
  content: '\f196'; }

/* '' */
.icon-bank:before {
  content: '\f19c'; }

/* '' */
.icon-graduation-cap:before {
  content: '\f19d'; }

/* '' */
.icon-google:before {
  content: '\f1a0'; }

/* '' */
.icon-stumbleupon:before {
  content: '\f1a4'; }

/* '' */
.icon-behance:before {
  content: '\f1b4'; }

/* '' */
.icon-behance-squared:before {
  content: '\f1b5'; }

/* '' */
.icon-file-pdf:before {
  content: '\f1c1'; }

/* '' */
.icon-file-word:before {
  content: '\f1c2'; }

/* '' */
.icon-file-excel:before {
  content: '\f1c3'; }

/* '' */
.icon-file-powerpoint:before {
  content: '\f1c4'; }

/* '' */
.icon-file-image:before {
  content: '\f1c5'; }

/* '' */
.icon-file-archive:before {
  content: '\f1c6'; }

/* '' */
.icon-file-audio:before {
  content: '\f1c7'; }

/* '' */
.icon-file-video:before {
  content: '\f1c8'; }

/* '' */
.icon-file-code:before {
  content: '\f1c9'; }

/* '' */
.icon-lifebuoy:before {
  content: '\f1cd'; }

/* '' */
.icon-paper-plane:before {
  content: '\f1d8'; }

/* '' */
.icon-paper-plane-empty:before {
  content: '\f1d9'; }

/* '' */
.icon-circle-thin:before {
  content: '\f1db'; }

/* '' */
.icon-share:before {
  content: '\f1e0'; }

/* '' */
.icon-binoculars:before {
  content: '\f1e5'; }

/* '' */
.icon-plug:before {
  content: '\f1e6'; }

/* '' */
.icon-newspaper:before {
  content: '\f1ea'; }

/* '' */
.icon-cc-visa:before {
  content: '\f1f0'; }

/* '' */
.icon-cc-mastercard:before {
  content: '\f1f1'; }

/* '' */
.icon-cc-paypal:before {
  content: '\f1f4'; }

/* '' */
.icon-trash:before {
  content: '\f1f8'; }

/* '' */
.icon-copyright:before {
  content: '\f1f9'; }

/* '' */
.icon-at:before {
  content: '\f1fa'; }

/* '' */
.icon-brush:before {
  content: '\f1fc'; }

/* '' */
.icon-bus:before {
  content: '\f207'; }

/* '' */
.icon-diamond:before {
  content: '\f219'; }

/* '' */
.icon-user-secret:before {
  content: '\f21b'; }

/* '' */
.icon-facebook-official:before {
  content: '\f230'; }

/* '' */
.icon-whatsapp:before {
  content: '\f232'; }

/* '' */
.icon-odnoklassniki:before {
  content: '\f263'; }

/* '' */
.icon-odnoklassniki-square:before {
  content: '\f264'; }

/* '' */
.icon-calendar-plus-o:before {
  content: '\f271'; }

/* '' */
.icon-calendar-minus-o:before {
  content: '\f272'; }

/* '' */
.icon-calendar-times-o:before {
  content: '\f273'; }

/* '' */
.icon-calendar-check-o:before {
  content: '\f274'; }

/* '' */
.icon-credit-card-alt:before {
  content: '\f283'; }

/* '' */
.icon-shopping-basket:before {
  content: '\f291'; }

/* '' */
.icon-volume-control-phone:before {
  content: '\f2a0'; }

/* '' */
.icon-user-circle:before {
  content: '\f2bd'; }

/* '' */
.icon-user-circle-o:before {
  content: '\f2be'; }

/* '' */
.icon-user-o:before {
  content: '\f2c0'; }

/* '' */
.icon-twitter-squared:before {
  content: '\f304'; }

/* '' */
.icon-facebook-squared:before {
  content: '\f308'; }

/* '' */
.icon-linkedin-squared:before {
  content: '\f30c'; }

/* '' */
.icon-gplus-1:before {
  content: '\f30f'; }

/* '' */
.icon-gplus-circled:before {
  content: '\f310'; }

/* '' */
.icon-linkedin-1:before {
  content: '\f318'; }

/* '' */
.icon-linkedin-circled:before {
  content: '\f319'; }

/* '' */
.icon-mastercard:before {
  content: '\f329'; }

/* '' */
.icon-instagram-1:before {
  content: '\f32d'; }

/* '' */
.icon-evernote:before {
  content: '\f333'; }

/* '' */
.icon-skype-1:before, .contact_left .contact_left-bottom .contact_skype:before {
  content: '\f339'; }

/* '' */
.icon-skype-circled:before {
  content: '\f33a'; }

/* '' */
.icon-search:before {
  content: '\f50d'; }

/* '' */
.fon-white {
  background: #fff !important; }

.fon-brand {
  background: #87c98a !important; }

.fon-dark {
  background: #397e3c !important; }

.fon-light {
  background: #f1f8f1 !important; }

.fon-gray {
  background: #f3f3f5 !important; }

h1 {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: normal;
  font-weight: normal;
  margin: 15px 0; }
  h1.main-titles {
    font-size: 90px;
    text-align: center;
    margin: 30px 0; }

h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: normal;
  font-weight: normal;
  margin: 15px 0; }
  h2.main-titles {
    font-size: 90px;
    text-align: center;
    margin: 30px 0; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: normal;
  margin: 15px 0; }
  h3.main-titles {
    font-size: 90px;
    text-align: center;
    margin: 30px 0; }

h4 {
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  margin: 15px 0; }
  h4.main-titles {
    font-size: 90px;
    text-align: center;
    margin: 30px 0; }

h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: normal;
  font-weight: normal;
  margin: 15px 0; }
  h5.main-titles {
    font-size: 90px;
    text-align: center;
    margin: 30px 0; }

h6 {
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  margin: 15px 0; }
  h6.main-titles {
    font-size: 90px;
    text-align: center;
    margin: 30px 0; }

.main-page h,
.sub-page h {
  color: #397e3c;
  line-height: normal; }
  .main-page h1,
  .sub-page h1 {
    font-size: 44px;
    font-size: 2.75rem; }
  .main-page h2,
  .sub-page h2 {
    font-size: 36px;
    font-size: 2.25rem; }
  .main-page h3,
  .sub-page h3 {
    font-size: 24px;
    font-size: 1.5rem; }
  .main-page h4,
  .sub-page h4 {
    font-size: 16px; }
  .main-page h5,
  .sub-page h5 {
    font-size: 20px;
    font-size: 1.25rem; }
  .main-page h6,
  .sub-page h6 {
    font-size: 16px; }

.header-login a {
  display: block;
  width: 161px;
  padding: 6px 0;
  text-align: center;
  border-radius: 3px;
  border: 2px solid #87c98a;
  text-transform: uppercase;
  font-size: 16px; }

.our-products_wraper .our-products_button a, .starting_button a, .news_three-block .news_button a {
  display: block;
  padding: 10px 0;
  width: 78%;
  text-align: center;
  border-radius: 3px;
  border: 2px solid #87c98a;
  text-transform: uppercase;
  font-size: 16px; }

.our-offers_block .our-offers_button a, .news_block .news_button a, .contact_right .contact_button a {
  display: block;
  padding: 10px 0;
  width: 50%;
  text-align: center;
  border-radius: 3px;
  border: 2px solid #87c98a;
  text-transform: uppercase;
  font-size: 16px; }

.footer_distribution .footer_distribution-button input, .pricing_wraper .pricing_button a, .discount_button a, .fact_right-button a, .recommend .recommend_button a, .testimonials_button a {
  display: block;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  border-radius: 3px;
  border: 2px solid #87c98a;
  text-transform: uppercase;
  font-size: 14px; }

.header-login a, .free_right .free_right-button a, .discount_button a, .free_mob .free_right-button a, .fact_right-button a, .recommend .recommend_button a {
  color: #fff;
  background-color: #87c98a; }
  .header-login a:hover, .free_right .free_right-button a:hover, .discount_button a:hover, .free_mob .free_right-button a:hover, .fact_right-button a:hover, .recommend .recommend_button a:hover, .header-login a:focus, .free_right .free_right-button a:focus, .discount_button a:focus, .free_mob .free_right-button a:focus, .fact_right-button a:focus, .recommend .recommend_button a:focus {
    text-decoration: none; }
  .header-login a:hover, .free_right .free_right-button a:hover, .discount_button a:hover, .free_mob .free_right-button a:hover, .fact_right-button a:hover, .recommend .recommend_button a:hover {
    color: #87c98a;
    background: #fff; }

.footer_distribution .footer_distribution-button input, .our-offers_block .our-offers_button a {
  color: #87c98a;
  background-color: #fff;
  border: 2px solid #87c98a; }
  .footer_distribution .footer_distribution-button input:hover, .our-offers_block .our-offers_button a:hover, .footer_distribution .footer_distribution-button input:focus, .our-offers_block .our-offers_button a:focus {
    text-decoration: none; }
  .footer_distribution .footer_distribution-button input:hover, .our-offers_block .our-offers_button a:hover {
    color: #fff;
    background: #87c98a; }

.our-products_wraper .our-products_button a, .pricing_wraper .pricing_button a, .starting_button a, .news_block .news_button a, .news_three-block .news_button a, .testimonials_button a, .testimonials_button-more a, .contact_right .contact_button a {
  color: #87c98a;
  background-color: transparent;
  border: 2px solid #87c98a; }
  .our-products_wraper .our-products_button a:hover, .pricing_wraper .pricing_button a:hover, .starting_button a:hover, .news_block .news_button a:hover, .news_three-block .news_button a:hover, .testimonials_button a:hover, .testimonials_button-more a:hover, .contact_right .contact_button a:hover, .our-products_wraper .our-products_button a:focus, .pricing_wraper .pricing_button a:focus, .starting_button a:focus, .news_block .news_button a:focus, .news_three-block .news_button a:focus, .testimonials_button a:focus, .testimonials_button-more a:focus, .contact_right .contact_button a:focus {
    text-decoration: none; }
  .our-products_wraper .our-products_button a:hover, .pricing_wraper .pricing_button a:hover, .starting_button a:hover, .news_block .news_button a:hover, .news_three-block .news_button a:hover, .testimonials_button a:hover, .testimonials_button-more a:hover, .contact_right .contact_button a:hover {
    color: #fff;
    background: #87c98a; }

@font-face {
  font-family: "ProximaNova-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ProximaNova-Bold/ProximaNova-Bold.eot?") format("eot"), url("../fonts/ProximaNova-Bold/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg"); }

.popup-wrp p, .popup-wrp .big-title, .popup-wrp .btn-center a,
.popup-wrp .btn-center input[type="submit"], .close-click,
.mfp-close, .header-login a, .our-products_wraper .our-products_button a, .starting_button a, .news_three-block .news_button a, .our-offers_block .our-offers_button a, .news_block .news_button a, .contact_right .contact_button a, .footer_distribution .footer_distribution-button input, .pricing_wraper .pricing_button a, .discount_button a, .fact_right-button a, .recommend .recommend_button a, .testimonials_button a, body, .sub-page h1,
.sub-page h2,
.sub-page h3,
.sub-page h4, .main-page h1,
.main-page h2,
.main-page h3,
.main-page h4, b,
strong, table th, .accordion_header, .footer_top h4, .footer_products a, .footer_article a, .footer_about a, .word_proxy .word_proxy-right .word_desription, .discount_description, .free-web_container input[type="submit"], .recommend td:first-child, .result_amount, .search-results_text, .search-results_submit input, .testimonials_name {
  font-family: "ProximaNova-Bold", sans-serif; }

@font-face {
  font-family: "ProximaNova-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ProximaNova-Light/ProximaNova-Light.eot?") format("eot"), url("../fonts/ProximaNova-Light/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Light/ProximaNova-Light.svg#ProximaNova-Light") format("svg"); }

.breadcrumbs, .free_right .free_day, .word_proxy .word_proxy-right .word_proxy-amout, .pricing_wraper .pricing_cost-amount, .discount_amount, .free_mob .free_day, .free_wraper .free_vpn-text, .vpn-pricing .pricing_cost-disc, .fact_right h4, .free_wraper .free_anom-text, .contact_right h2 {
  font-family: "ProximaNova-Light", sans-serif; }

@font-face {
  font-family: "ProximaNova-Light-Ital";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/ProximaNova-Light-Ital/ProximaNova-Light-Ital.eot?") format("eot"), url("../fonts/ProximaNova-Light-Ital/ProximaNova-Light-Ital.woff") format("woff"), url("../fonts/ProximaNova-Light-Ital/ProximaNova-Light-Ital.ttf") format("truetype"), url("../fonts/ProximaNova-Light-Ital/ProximaNova-Light-Ital.svg#ProximaNova-Light-Ital") format("svg"); }

.footer_news .footer_news-block .footer_news-date {
  font-family: "ProximaNova-Light-Ital", cursive; }

@font-face {
  font-family: "ProximaNova-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ProximaNova-Regular/ProximaNova-Regular.eot?") format("eot"), url("../fonts/ProximaNova-Regular/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg"); }

h1, h2, h3, h4, h5, h6, .main-page h,
.sub-page h, html, .sub-page h5,
.sub-page h6, .main-page h5,
.main-page h6, p, .text-style ol li,
.text-style ul li, table td, .main-page .interesting-text ol li,
.main-page .interesting-text ul li,
.sub-page .interesting-text ol,
.sub-page .interesting-text ul, .header .header_lang, #qtranxs_select_qtranslate-chooser, .accordion_panel li a, .header_lang-mob li a, .footer_distribution .footer_distribution-email input, .footer_news .footer_news-block .footer_news-title a, .article_descr, .pricing_wraper .pricing_description, .free-vpn_wraper .free_right .free_right-description, .news_date, .testimonials_date, .testimonials_in-what span, .testimonials_in-what a, .testimonials_text, .contact, .faq .accordion_header {
  font-family: "ProximaNova-Regular", sans-serif; }

@font-face {
  font-family: "ProximaNova-Regular-Ital";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/ProximaNova-Regular-Ital/ProximaNova-Regular-Ital.eot?") format("eot"), url("../fonts/ProximaNova-Regular-Ital/ProximaNova-Regular-Ital.woff") format("woff"), url("../fonts/ProximaNova-Regular-Ital/ProximaNova-Regular-Ital.ttf") format("truetype"), url("../fonts/ProximaNova-Regular-Ital/ProximaNova-Regular-Ital.svg#ProximaNova-Regular-Ital") format("svg"); }

html span.wpcf7-not-valid-tip {
  font-family: "ProximaNova-Regular-Ital", cursive; }

@font-face {
  font-family: "ProximaNova-Semibold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot?") format("eot"), url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg"); }

.text-style ol li:before, .pricing_wraper .pricing_sale .pricing_sale-amount {
  font-family: "ProximaNova-Semibold", sans-serif; }

* {
  outline: none; }

.container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  min-width: 250px; }
  @media screen and (max-width: 1100px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 960px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 768px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 480px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 320px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }

.fon-brand {
  background: #87c98a; }

.color-brand, .main-page .interesting-text ol li:before,
.main-page .interesting-text ul li:before,
.sub-page .interesting-text ol li:before,
.sub-page .interesting-text ul li:before {
  color: #87c98a; }

html {
  font-size: 100%;
  color: #ccc;
  line-height: normal;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow-x: hidden;
  word-wrap: break-word; }
  @media only screen and (max-width: 1320px) {
    html {
      font-size: 100%; } }
  @media only screen and (max-width: 1100px) {
    html {
      font-size: 95%; } }
  @media only screen and (max-width: 960px) {
    html {
      font-size: 90%; } }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 85%; } }
  @media only screen and (max-width: 480px) {
    html {
      font-size: 80%; } }
  @media only screen and (max-width: 320px) {
    html {
      font-size: 80%; } }

.sub-page h1,
.sub-page h2,
.sub-page h3,
.sub-page h4 {
  text-align: center;
  text-transform: uppercase;
  color: #212121;
  margin: 35px 0; }

.sub-page h5,
.sub-page h6 {
  text-align: left;
  margin: 25px 0;
  color: #212121; }

@media only screen and (max-width: 768px) {
  .sub-page h1 {
    font-size: 24px; } }

.main-page h1,
.main-page h2,
.main-page h3,
.main-page h4 {
  text-align: center;
  text-transform: uppercase;
  color: #212121;
  margin: 35px 0; }

.main-page h5,
.main-page h6 {
  text-align: left;
  margin: 25px 0;
  color: #212121; }

@media only screen and (max-width: 768px) {
  .main-page h1 {
    font-size: 24px; } }

blockquote {
  color: #212121;
  font-size: 15px;
  position: relative;
  background-color: #edeaf2;
  line-height: 24px;
  margin: 30px 0;
  border-left: 3px solid #87c98a;
  padding: 30px 20px 20px 60px;
  font-style: italic;
  background-image: url("../img/icons/blockquote.png");
  background-repeat: no-repeat;
  background-position: 2% 30%; }

p {
  color: #767676;
  font-size: 16px;
  line-height: 24px; }

.text-style p,
.text-style li {
  margin: 0 0 15px; }

b,
strong {
  color: #212121; }

a {
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #87c98a; }
  a:focus {
    outline: none; }
  a:hover {
    text-decoration: underline;
    color: #aad9ac; }
  .current-menu-item a {
    text-decoration: underline; }

img {
  max-width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type=email],
input[type=text],
textarea {
  max-width: 100%; }

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #c2c6c9 !important; }

textarea::-webkit-input-placeholder,
input::-moz-placeholder {
  color: #c2c6c9 !important; }

textarea::-webkit-input-placeholder,
input:-moz-placeholder {
  color: #c2c6c9 !important; }

textarea::-webkit-input-placeholder,
input:-ms-input-placeholder {
  color: #c2c6c9 !important; }

.text-style ol,
.text-style ul {
  font-size: 16px;
  color: #767676;
  padding-left: 23px; }
  @media only screen and (max-width: 768px) {
    .text-style ol,
    .text-style ul {
      padding-left: 15px; } }
  @media only screen and (max-width: 480px) {
    .text-style ol,
    .text-style ul {
      padding-left: 5px; } }
  @media only screen and (max-width: 320px) {
    .text-style ol,
    .text-style ul {
      padding-left: 0px; } }

.text-style ol li,
.text-style ul li {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding-left: 32px; }
  @media only screen and (max-width: 768px) {
    .text-style ol li,
    .text-style ul li {
      padding-left: 25px; } }
  @media only screen and (max-width: 480px) {
    .text-style ol li,
    .text-style ul li {
      padding-left: 20px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 320px) {
    .text-style ol li,
    .text-style ul li {
      padding-left: 15px;
      margin-bottom: 10px; } }

.text-style ol li:before,
.text-style ul li:before {
  color: #87c98a;
  position: absolute;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  left: -4px; }

.text-style ol {
  counter-reset: li; }

.text-style ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  font-size: 16px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 3px solid #87c98a; }

.article_wrapper table {
  border-bottom: 3px solid #243441; }
  .article_wrapper table th {
    background-color: #243441; }

table td {
  padding: 20px 25px 19px;
  color: #767676;
  font-size: 16px;
  background-color: #f3f3f5;
  border-bottom: 1px solid #dce1e1; }
  @media only screen and (max-width: 768px) {
    table td {
      padding: 15px; } }
  @media only screen and (max-width: 480px) {
    table td {
      padding: 5px; } }
  @media only screen and (max-width: 320px) {
    table td {
      padding: 2px; } }

table th {
  font-size: 16px;
  padding: 15px;
  color: #ffffff;
  background-color: #87c98a;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    table th {
      padding: 15px; } }
  @media only screen and (max-width: 480px) {
    table th {
      padding: 5px; } }
  @media only screen and (max-width: 320px) {
    table th {
      padding: 2px; } }

.main-page .interesting-text ol,
.main-page .interesting-text ul,
.text-style ol,
.text-style ul {
  font-size: 16px;
  color: #767676;
  padding-left: 23px; }
  @media only screen and (max-width: 768px) {
    .main-page .interesting-text ol,
    .main-page .interesting-text ul,
    .text-style ol,
    .text-style ul {
      padding-left: 15px; } }
  @media only screen and (max-width: 480px) {
    .main-page .interesting-text ol,
    .main-page .interesting-text ul,
    .text-style ol,
    .text-style ul {
      padding-left: 5px; } }
  @media only screen and (max-width: 320px) {
    .main-page .interesting-text ol,
    .main-page .interesting-text ul,
    .text-style ol,
    .text-style ul {
      padding-left: 0px; } }

@media only screen and (max-width: 768px) {
  .text-style ol li,
  .text-style ul li {
    padding-left: 25px; } }

@media only screen and (max-width: 480px) {
  .text-style ol li,
  .text-style ul li {
    padding-left: 20px;
    margin-bottom: 15px; } }

@media only screen and (max-width: 320px) {
  .text-style ol li,
  .text-style ul li {
    padding-left: 15px;
    margin-bottom: 10px; } }

.main-page .interesting-text ol li:before,
.main-page .interesting-text ul li:before,
.sub-page .interesting-text ol li:before,
.sub-page .interesting-text ul li:before {
  position: absolute;
  top: 0;
  left: -4px; }

.main-page .interesting-text ol,
.sub-page .interesting-text ol {
  counter-reset: li; }

.main-page .interesting-text ol li:before,
.sub-page .interesting-text ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  font-size: 14px; }

.main-page .interesting-text ol li,
.main-page .interesting-text ul li,
.sub-page .interesting-text ol,
.sub-page .interesting-text ul {
  font-size: 16px;
  color: #6a6a6a;
  padding-left: 23px; }
  @media only screen and (max-width: 768px) {
    .main-page .interesting-text ol li,
    .main-page .interesting-text ul li,
    .sub-page .interesting-text ol,
    .sub-page .interesting-text ul {
      padding-left: 15px; } }
  @media only screen and (max-width: 480px) {
    .main-page .interesting-text ol li,
    .main-page .interesting-text ul li,
    .sub-page .interesting-text ol,
    .sub-page .interesting-text ul {
      padding-left: 5px; } }
  @media only screen and (max-width: 320px) {
    .main-page .interesting-text ol li,
    .main-page .interesting-text ul li,
    .sub-page .interesting-text ol,
    .sub-page .interesting-text ul {
      padding-left: 0px; } }

.main-page .interesting-text ol li,
.main-page .interesting-text ul li,
.sub-page .interesting-text ol li,
.sub-page .interesting-text ul li {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding-left: 32px; }
  @media only screen and (max-width: 768px) {
    .main-page .interesting-text ol li,
    .main-page .interesting-text ul li,
    .sub-page .interesting-text ol li,
    .sub-page .interesting-text ul li {
      padding-left: 25px; } }
  @media only screen and (max-width: 480px) {
    .main-page .interesting-text ol li,
    .main-page .interesting-text ul li,
    .sub-page .interesting-text ol li,
    .sub-page .interesting-text ul li {
      padding-left: 20px;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 320px) {
    .main-page .interesting-text ol li,
    .main-page .interesting-text ul li,
    .sub-page .interesting-text ol li,
    .sub-page .interesting-text ul li {
      padding-left: 15px;
      margin-bottom: 10px; } }

.extension ol {
  counter-reset: section; }
  .extension ol li:before {
    counter-increment: list 1;
    content: counter(list) "."; }

.switch-links {
  padding: 45px 0; }

select:focus,
input:focus,
button:focus {
  outline: 0;
  outline-style: none;
  outline-width: 0px !important;
  outline-color: none !important; }

.article_wrapper h1,
.article_wrapper h2 {
  text-align: center; }

.article_wrapper h3,
.article_wrapper h4,
.article_wrapper h5,
.article_wrapper h6 {
  text-align: left; }

.breadcrumbs {
  padding: 35px 0 0; }
  .breadcrumbs a {
    color: #87c98a;
    font-size: 16px;
    text-decoration: underline;
    margin: 0 8px; }
    .breadcrumbs a:hover {
      color: #49a14d;
      text-decoration: none; }
    .breadcrumbs a:first-child {
      margin-left: 0; }
  .breadcrumbs .breadcrumb_last {
    color: #b7b7b7;
    font-size: 16px;
    margin-left: 5px; }

.scroll_wraper {
  padding: 70px 0 85px; }
  @media only screen and (max-width: 480px) {
    .scroll_wraper {
      padding: 25px 0 25px; } }

.scrollbar > div {
  max-height: 200px; }

.video-responsive {
  position: relative;
  padding-bottom: 69.25%;
  height: 0;
  overflow: hidden; }

.video-responsive.video-responsive_anom {
  padding-bottom: 58.25%; }

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* span.wpcf7-not-valid-tip, */
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  display: none !important; }

html span.wpcf7-not-valid-tip {
  padding: 10px 15px;
  color: #e98458;
  text-transform: none;
  font-size: 13px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -33px; }

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: inline-block; }

.wpcf7-not-valid {
  border-color: #983350 !important;
  background-image: url("../img/icons/error-img.png");
  background-repeat: no-repeat;
  background-position: 95% 50%; }

form .wpcf7-validation-errors {
  display: none !important; }

.alignleft {
  float: left;
  margin: 0 30px 15px 0; }

.alignright {
  float: right;
  margin: 0 0px 15px 30px; }

@media only screen and (max-width: 768px) {
  .alignleft,
  .alignright {
    margin: 0 auto 15px;
    display: block;
    float: none; } }

.aligncenter {
  display: block;
  margin: 0 auto; }

.clearfix:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.left {
  float: left; }

.right {
  float: right; }

.hidden {
  display: none; }

.overflow {
  overflow: hidden; }

.header {
  background-color: #fff; }
  .header_wraper {
    position: relative;
    padding-top: 23px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .header .main-header_nav {
    width: -webkit-calc(66.66666666666667% - 30px);
    width: calc(66.66666666666667% - 30px);
    padding-right: 65px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .header .main-header_nav a {
      color: #767676;
      font-size: 15px;
      display: block;
      padding: 15px 5px;
      text-transform: uppercase; }
      .header .main-header_nav a:hover {
        text-decoration: underline;
        color: #2a2a2a; }
  .header .main-header_ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    word-wrap: break-word;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .header .nav-toggle {
    position: relative; }
  .header .nav-toggle_burger {
    z-index: 99;
    color: #374d5b;
    border: none;
    background: 0 0;
    width: 20px;
    height: 18px;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .header .nav-toggle_burger span {
      border-radius: 3px;
      display: block;
      width: 20px;
      height: 4px;
      background-color: #374d5b; }
  .header .burger__button {
    position: absolute;
    display: none;
    width: 25px;
    height: 25px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    border: 2px solid transparent;
    background: transparent;
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px);
    right: -webkit-calc(50% - 13px);
    right: calc(50% - 13px); }
    .header .burger__button:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 5; }
  .header .burger__button__icon {
    top: 48%;
    display: block;
    width: 27px;
    height: 6px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px); }
  .header .burger__button__icon,
  .header .burger__button__icon:after,
  .header .burger__button__icon:before {
    position: absolute;
    left: 0;
    width: 20px;
    height: 4px;
    margin: 0 auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #374d5b;
    right: 0;
    border-radius: 13px;
    z-index: 2; }
  .header .burger__button__icon:after,
  .header .burger__button__icon:before {
    content: ""; }
  .header .burger__button__icon:before {
    bottom: 8px; }
  .header .burger__button__icon:after {
    top: 8px; }
  .header .js-open .burger__button__icon {
    background: 0 0; }
  .header .js-open .burger__button__icon:after,
  .header .js-open .burger__button__icon:before {
    left: 4px;
    width: 20px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%; }
  .header .js-open .burger__button__icon:before {
    -webkit-transform: rotateZ(0.89474rad);
    -ms-transform: rotate(0.89474rad);
    transform: rotateZ(0.89474rad); }
  .header .js-open .burger__button__icon:after {
    -webkit-transform: rotateZ(-0.89474rad);
    -ms-transform: rotate(-0.89474rad);
    transform: rotateZ(-0.89474rad); }

.header .header_lang {
  position: absolute;
  text-align: center;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  right: 10px;
  color: #87c98a;
  font-size: 15px;
  outline: none !important;
  border: none !important;
  outline: none !important;
  border: transparent !important; }
  .header .header_lang:active, .header .header_lang:focus {
    outline: none !important;
    border: none !important;
    outline: none !important;
    border: transparent !important; }

#qtranxs_select_qtranslate-chooser {
  text-align: center;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  right: 10px;
  color: #87c98a;
  font-size: 15px;
  outline: none !important;
  border: none !important;
  outline: none !important;
  border: transparent !important; }
  #qtranxs_select_qtranslate-chooser:active, #qtranxs_select_qtranslate-chooser:focus {
    outline: none !important;
    border: none !important;
    outline: none !important;
    border: transparent !important; }

.accordion_header {
  position: relative;
  padding: 25px 30px;
  border-bottom: 1px solid rgba(220, 225, 225, 0.05);
  background: #374d5b;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px; }

.accordion_panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .accordion_panel li a {
    display: block;
    background-color: #243441;
    border: 1px solid rgba(220, 225, 225, 0.05);
    padding: 20px 20px;
    color: #c2c6c9;
    font-size: 15px;
    text-align: center; }

.ui-accordion-icons .ui-icon {
  background: url(../img/icons/arrow-down.png) no-repeat;
  width: 16px;
  height: 16px; }

.ui-state-active .ui-icon {
  background: url(../img/icons/arrow-up.png) no-repeat;
  width: 16px;
  height: 16px; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -1px; }

.mobi-menu {
  display: none; }

.header_lang-mob {
  background-color: #374d5b; }
  .header_lang-mob ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 30px; }
  .header_lang-mob li {
    padding: 15px 0px; }
    .header_lang-mob li a {
      color: #87c98a;
      font-size: 15px; }
    .header_lang-mob li.active a {
      color: #ffffff; }

@media only screen and (max-width: 960px) {
  .header .js-open + .mobi-menu {
    display: block; }
  .header .cancel-panel {
    display: inline-block;
    z-index: 99; }
  .header .show-panel {
    display: none; }
  .header .burger__button {
    display: block; }
  .header .main-header_nav {
    display: none; }
  .header .header_wraper {
    padding-left: 30px;
    padding-right: 30px; } }

@media only screen and (max-width: 480px) {
  .header .header-login {
    display: none; }
  .header .burger__button {
    right: 25px; }
  .header .header_wraper {
    padding: 22px 30px 10px; } }

@media only screen and (max-width: 320px) {
  .header .accordion_header {
    padding: 15px 30px; }
  .header .header_wraper {
    padding: 22px 30px 10px; }
  .header .accordion_panel li a {
    padding: 10px 30px;
    color: #c2c6c9;
    font-size: 15px;
    text-align: left; } }

.footer_copy {
  padding-bottom: 30px; }

.footer_top {
  background-color: #fff;
  position: relative;
  min-height: 30px;
  padding-top: 65px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .footer_top h4 {
    color: #212121;
    font-size: 16px;
    margin-bottom: 28px;
    text-transform: uppercase; }

.footer .main-footer_nav a {
  font-size: 16px;
  display: block;
  padding: 15px 0; }
  .footer .main-footer_nav a:hover {
    color: #397e3c;
    text-decoration: underline; }

.footer .main-footer_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  padding-left: 15px;
  padding-right: 15px;
  word-wrap: break-word;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.nav-toggle {
  position: relative; }

.nav-toggle_burger {
  z-index: 99;
  color: #374d5b;
  border: none;
  background: 0 0;
  width: 20px;
  height: 18px;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .nav-toggle_burger span {
    border-radius: 3px;
    display: block;
    width: 20px;
    height: 4px;
    background: #374d5b; }

.footer .burger__button {
  position: absolute;
  display: none;
  width: 25px;
  height: 25px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center;
  background: transparent;
  top: 45px;
  right: 30px; }
  .footer .burger__button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5; }

.footer .burger__button__icon {
  top: 48%;
  display: block;
  width: 27px;
  height: 6px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px); }

.footer .burger__button__icon,
.footer .burger__button__icon:after,
.footer .burger__button__icon:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 4px;
  margin: 0 auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #374d5b;
  right: 0;
  border-radius: 13px; }

.footer .burger__button__icon:after,
.footer .burger__button__icon:before {
  content: ""; }

.footer .burger__button__icon:before {
  bottom: 8px; }

.footer .burger__button__icon:after {
  top: 8px; }

.footer .js-open .burger__button__icon {
  background: 0 0; }

.footer .js-open .burger__button__icon:after,
.footer .js-open .burger__button__icon:before {
  left: 4px;
  width: 20px;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.footer .js-open .burger__button__icon:before {
  -webkit-transform: rotateZ(0.89474rad);
  -ms-transform: rotate(0.89474rad);
  transform: rotateZ(0.89474rad); }

.footer .js-open .burger__button__icon:after {
  -webkit-transform: rotateZ(-0.89474rad);
  -ms-transform: rotate(-0.89474rad);
  transform: rotateZ(-0.89474rad); }

.main-footer_social {
  background-color: #87c98a;
  padding: 1px 0; }
  .main-footer_social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .main-footer_social li {
    position: relative;
    display: block;
    width: 100%;
    text-align: center; }
  .main-footer_social li + li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #87c98a;
    border-left: 1px solid #abd9ad; }
  .main-footer_social a {
    margin: 30px 0;
    display: inline-block;
    color: #fff;
    font-size: 30px; }
    .main-footer_social a:hover {
      text-decoration: none;
      color: #49a14d; }

.footer_distribution {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px); }
  .footer_distribution .footer_distribution-email input {
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #dce1e1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fafafb;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 6px 15px;
    font-size: 16px;
    margin-bottom: 11px;
    border-radius: 5px; }
  .footer_distribution .footer_distribution-button input {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px; }

.footer_products {
  width: -webkit-calc(16.666666666666668% - 30px);
  width: calc(16.666666666666668% - 30px); }
  .footer_products a {
    color: #767676;
    font-size: 15px;
    text-transform: uppercase; }
    .footer_products a:hover {
      color: #2a2a2a; }
  .footer_products li + li {
    margin-top: 17px; }

.footer_article {
  width: -webkit-calc(16.666666666666668% - 30px);
  width: calc(16.666666666666668% - 30px); }
  .footer_article a {
    color: #767676;
    font-size: 15px;
    text-transform: uppercase; }
    .footer_article a:hover {
      color: #2a2a2a; }
  .footer_article li + li {
    margin-top: 17px; }

.footer_about {
  width: -webkit-calc(16.666666666666668% - 30px);
  width: calc(16.666666666666668% - 30px); }
  .footer_about a {
    color: #767676;
    font-size: 15px;
    text-transform: uppercase; }
    .footer_about a:hover {
      color: #2a2a2a; }
  .footer_about li + li {
    margin-top: 17px; }

.footer_news {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px); }
  .footer_news .footer_news-block + .footer_news-block {
    margin-top: 20px; }
  .footer_news .footer_news-block .footer_news-title {
    margin-bottom: 5px; }
    .footer_news .footer_news-block .footer_news-title a {
      color: #90cd93;
      font-size: 16px;
      text-decoration: underline; }
      .footer_news .footer_news-block .footer_news-title a:hover {
        color: #4daa51; }
  .footer_news .footer_news-block .footer_news-date {
    color: #767676;
    font-size: 16px; }

@media only screen and (max-width: 960px) {
  .footer .js-open + .mobi-menu {
    display: block; }
  .footer .footer_distribution,
  .footer .footer_distribution-button input,
  .footer .footer_distribution .footer_distribution-email input {
    width: 100%; }
  .footer .footer_top {
    padding: 30px 30px 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer .footer_news,
  .footer .main-footer_nav,
  .footer .footer_news,
  .footer .show-panel,
  .footer .footer_about,
  .footer .footer_products,
  .footer .footer_article {
    display: none;
    width: 100%;
    text-align: center; }
  .footer .main-footer_ul {
    display: block; }
    .footer .main-footer_ul li {
      text-align: center; }
  .footer .cancel-panel {
    display: inline-block;
    z-index: 99; }
  .footer .burger__button {
    display: block; }
  .footer .footer_copy {
    padding-top: 25px;
    padding-bottom: 20px; } }

@media only screen and (max-width: 480px) {
  .footer .main-footer_social li {
    padding: 20px 0; } }

@media only screen and (max-width: 320px) {
  .footer .accordion_panel li a {
    padding: 10px 30px;
    color: #c2c6c9;
    font-size: 15px;
    text-align: left; } }

.footer_distribution .seach-f {
  position: relative;
  color: #fff;
  margin-top: 15px; }

.footer_distribution .btn-search-f {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  right: 35px; }

.footer_distribution .icon-search {
  font-size: 20px;
  color: #87c98a; }

.footer_distribution .input-f {
  padding: 10px 0 10px 10px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #f1f8f1;
  color: #397e3c;
  font-size: 16px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 1100px) {
    .footer_distribution .input-f {
      width: 100%; } }

.footer_distribution .submit-f {
  position: absolute;
  font-size: 0;
  background-color: transparent;
  border: 0;
  width: 30px;
  top: 0;
  bottom: 0;
  right: 30px; }
  @media only screen and (max-width: 1100px) {
    .footer_distribution .submit-f {
      width: 50px;
      right: 5px; } }

.footer_distribution-button a {
  text-decoration: none; }

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .main-container img {
    height: auto; }
  .main-container .main-contant {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    width: 100%; }

h1.article-h1 {
  max-width: 700px;
  margin: 30px auto 30px;
  padding: 0 15px; }

.article_wrapper {
  padding: 95px;
  margin-bottom: 90px; }
  @media only screen and (max-width: 768px) {
    .article_wrapper {
      padding: 25px 10px;
      margin-bottom: 30px; } }
  .article_wrapper p {
    margin-bottom: 30px; }

.article_descr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #b7b7b7;
  font-size: 16px; }
  .article_descr .article_descr-date {
    margin-right: 30px;
    margin-bottom: 30px; }
    .article_descr .article_descr-date:before {
      margin-right: 10px; }
  .article_descr .article_descr-views:before {
    margin-right: 10px; }

.free_wraper {
  padding-top: 170px;
  padding-bottom: 190px;
  background-image: url("../img/fon/free-fon.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 768px) {
    .free_wraper {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media only screen and (max-width: 480px) {
    .free_wraper {
      padding-top: 30px;
      padding-bottom: 45px; } }
  .free_wraper .free_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

.free_left {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px); }
  @media only screen and (max-width: 768px) {
    .free_left {
      width: 100%; } }
  .free_left h1 {
    color: #fff;
    text-align: left;
    margin-right: -5px;
    margin-top: 40px; }
    @media only screen and (max-width: 480px) {
      .free_left h1 {
        font-size: 30px;
        margin-bottom: 25px; } }
  .free_left p {
    color: #fff;
    margin-bottom: 10px; }

.free_right {
  width: -webkit-calc(33.333333333333336% - 30px);
  width: calc(33.333333333333336% - 30px);
  background-color: rgba(55, 77, 91, 0.9); }
  @media screen and (max-width: 1100px) {
    .free_right {
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px); } }
  @media only screen and (max-width: 768px) {
    .free_right {
      display: none; } }
  .free_right h4 {
    color: #f3f3f5;
    text-align: center;
    width: 50%;
    margin: 30px auto 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #87c98a; }
  .free_right .free_day {
    color: #f3f3f5;
    font-size: 74px;
    font-size: 4.625rem;
    text-align: center; }
    .free_right .free_day p {
      color: #f3f3f5;
      font-size: 52px;
      font-size: 3.25rem;
      line-height: 58px;
      line-height: 3.625rem; }
  .free_right .free_right-button {
    text-align: center;
    padding: 0 60px;
    margin-bottom: 35px;
    margin-top: 35px; }
    .free_right .free_right-button a {
      display: block;
      width: 100%;
      padding: 15px 0;
      border-radius: 4px; }

.our-products_wraper {
  background-color: #f3f3f5;
  padding-top: 75px;
  padding-bottom: 83px; }
  @media only screen and (max-width: 768px) {
    .our-products_wraper {
      padding-top: 45px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 480px) {
    .our-products_wraper {
      padding-top: 15px;
      padding-bottom: 20px; } }
  .our-products_wraper h2 {
    margin-bottom: 60px; }
    @media only screen and (max-width: 480px) {
      .our-products_wraper h2 {
        font-size: 24px;
        margin: 20px 0 30px; } }
  .our-products_wraper .our-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .our-products_wraper .our-products_block {
    position: relative;
    padding-bottom: 58px;
    margin-bottom: 15px;
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word; }
    @media screen and (max-width: 768px) {
      .our-products_wraper .our-products_block {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px); } }
    @media screen and (max-width: 480px) {
      .our-products_wraper .our-products_block {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px); } }
    @media only screen and (max-width: 480px) {
      .our-products_wraper .our-products_block {
        padding-bottom: 0;
        margin-bottom: 10px; } }
    .our-products_wraper .our-products_block h3 {
      text-align: left;
      margin: 25px 0 10px; }
      .our-products_wraper .our-products_block h3 a {
        color: #212121; }
        .our-products_wraper .our-products_block h3 a:hover {
          color: #87c98a;
          text-decoration: none; }
      @media only screen and (max-width: 480px) {
        .our-products_wraper .our-products_block h3 {
          margin: 28px 0 17px; } }
  .our-products_wraper .our-products_button {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media only screen and (max-width: 768px) {
      .our-products_wraper .our-products_button a {
        width: 100%; } }

.our-product_img {
  position: relative; }
  .our-product_img img {
    width: 100%; }
  .our-product_img .our-product_link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff; }
    .our-product_img .our-product_link:hover {
      color: #87c98a; }
  .our-product_img .our-product_icon {
    font-size: 48px;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.js-hover-our-products .our-products_button {
  display: block; }

.js-hover-our-products .our-product_link {
  color: #87c98a; }

.js-hover-our-products.our-products_block h3 a {
  color: #87c98a; }

.our-offers_wraper {
  padding-top: 77px;
  padding-bottom: 105px; }
  .our-offers_wraper h2 {
    padding-bottom: 23px; }
    @media only screen and (max-width: 480px) {
      .our-offers_wraper h2 {
        font-size: 24px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 25px; } }
  @media only screen and (max-width: 768px) {
    .our-offers_wraper {
      padding-top: 40px;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 480px) {
    .our-offers_wraper {
      padding-top: 35px;
      padding-bottom: 10px; } }

.our-offers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.our-offers_block {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word; }
  @media screen and (max-width: 768px) {
    .our-offers_block {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px); } }
  @media only screen and (max-width: 768px) {
    .our-offers_block {
      padding-bottom: 15px; } }
  .our-offers_block img {
    width: 100%; }
  .our-offers_block h3 {
    text-align: left;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .our-offers_block h3 {
        margin: 23px 0 15px; } }
  .our-offers_block .our-offers_button {
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      .our-offers_block .our-offers_button {
        margin-bottom: 20px; } }
    .our-offers_block .our-offers_button a {
      padding: 14px; }
      @media only screen and (max-width: 768px) {
        .our-offers_block .our-offers_button a {
          width: 100%; } }

.word_wraper {
  background-color: #f3f3f5;
  padding-top: 72px;
  padding-bottom: 125px; }
  @media only screen and (max-width: 480px) {
    .word_wraper {
      padding-top: 10px;
      padding-bottom: 25px; } }
  .word_wraper .word_link-see {
    color: #87c98a;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    vertical-align: super;
    text-transform: none;
    margin-left: 25px; }
    @media only screen and (max-width: 480px) {
      .word_wraper .word_link-see {
        display: none; } }
  @media only screen and (max-width: 480px) {
    .word_wraper h2 {
      font-size: 24px;
      margin-bottom: 20px; } }
  .word_wraper h3 {
    text-align: left;
    margin: 82px 0 30px; }

.word {
  width: 100%;
  padding: 44px 70px 0 95px; }
  @media only screen and (max-width: 480px) {
    .word {
      display: none; } }

.word_mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  padding-bottom: 20px;
  display: none; }
  @media only screen and (max-width: 480px) {
    .word_mob {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .word_mob .word_mob_item {
    text-align: center;
    margin-bottom: 25px;
    width: -webkit-calc(33.333333333333336% - 30px);
    width: calc(33.333333333333336% - 30px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word; }
  .word_mob .word_mob-block {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .word_mob .word_mob-block a {
      color: #87c98a;
      font-size: 16px;
      text-decoration: underline;
      text-transform: none; }

.main-slider_world .slide-prev {
  color: #87c98a; }
  .main-slider_world .slide-prev:hover {
    color: #397e3c;
    cursor: pointer; }

.main-slider_world .slide-next {
  color: #87c98a; }
  .main-slider_world .slide-next:hover {
    color: #397e3c;
    cursor: pointer; }

.main-slider_world .slick-arrow-wrp-right {
  position: absolute;
  top: -webkit-calc(50% + 8px);
  top: calc(50% + 8px);
  right: 15px;
  z-index: 9;
  cursor: pointer;
  line-height: 31px;
  text-align: center; }

.main-slider_world .slick-arrow-wrp-left {
  position: absolute;
  top: -webkit-calc(50% + 8px);
  top: calc(50% + 8px);
  left: 15px;
  z-index: 9;
  cursor: pointer;
  line-height: 31px;
  text-align: center; }

.word_proxy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .word_proxy .word_proxy-left {
    width: -webkit-calc(41.66666666666667% - 30px);
    width: calc(41.66666666666667% - 30px); }
    @media only screen and (max-width: 1100px) {
      .word_proxy .word_proxy-left {
        width: 90%;
        margin: 0 auto; } }
    @media only screen and (max-width: 480px) {
      .word_proxy .word_proxy-left {
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      .word_proxy .word_proxy-left table th {
        padding: 20px 15px; } }
    .word_proxy .word_proxy-left table td {
      background-color: #fff; }
      @media only screen and (max-width: 480px) {
        .word_proxy .word_proxy-left table td {
          padding: 25px 15px; } }
  .word_proxy .word_proxy-right {
    width: 50%; }
    @media only screen and (max-width: 1100px) {
      .word_proxy .word_proxy-right {
        width: 90%;
        margin: 0 auto; } }
    @media only screen and (max-width: 480px) {
      .word_proxy .word_proxy-right {
        width: 100%; } }
    .word_proxy .word_proxy-right table {
      border-bottom: none; }
      .word_proxy .word_proxy-right table tr + tr td {
        padding-top: 35px; }
        @media only screen and (max-width: 480px) {
          .word_proxy .word_proxy-right table tr + tr td {
            padding-top: 15px; } }
      .word_proxy .word_proxy-right table td {
        padding: 0;
        vertical-align: middle;
        background-color: transparent;
        border-bottom: none; }
    .word_proxy .word_proxy-right .word_icon {
      color: #87c98a;
      font-size: 30px;
      font-size: 1.875rem;
      text-align: right; }
      @media only screen and (max-width: 768px) {
        .word_proxy .word_proxy-right .word_icon {
          display: none; } }
    .word_proxy .word_proxy-right .word_desription {
      color: #212121;
      font-size: 16px;
      text-transform: uppercase;
      padding-left: 60px; }
      @media only screen and (max-width: 768px) {
        .word_proxy .word_proxy-right .word_desription {
          padding-left: 0px; } }
    @media only screen and (max-width: 768px) {
      .word_proxy .word_proxy-right .word_arrow {
        display: none; } }
    .word_proxy .word_proxy-right .word_proxy-amout {
      color: #87c98a;
      font-size: 72px;
      font-size: 4.5rem;
      text-align: right; }
      @media only screen and (max-width: 768px) {
        .word_proxy .word_proxy-right .word_proxy-amout {
          font-size: 42px; } }

@media only screen and (max-width: 320px) {
  .pricing_container {
    margin: 0 -15px; } }

.pricing_wraper {
  padding: 80px 0 170px; }
  @media only screen and (max-width: 1100px) {
    .pricing_wraper {
      padding: 30px 0 70px; } }
  @media only screen and (max-width: 480px) {
    .pricing_wraper {
      padding: 30px 0 35px; } }
  @media only screen and (max-width: 1100px) {
    .pricing_wraper h2 {
      margin: 20px 0; } }
  .pricing_wraper .pricing {
    padding-top: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center; }
    @media screen and (max-width: 1100px) {
      .pricing_wraper .pricing {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (max-width: 1100px) {
      .pricing_wraper .pricing {
        padding-top: 15px; } }
  .pricing_wraper .pricing_item {
    width: -webkit-calc(33.333333333333336% - 30px);
    width: calc(33.333333333333336% - 30px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    background-color: #374d5b; }
    @media screen and (max-width: 1100px) {
      .pricing_wraper .pricing_item {
        width: -webkit-calc(66.66666666666667% - 30px);
        width: calc(66.66666666666667% - 30px); } }
    @media only screen and (max-width: 480px) {
      .pricing_wraper .pricing_item {
        width: 100%;
        margin: 0; } }
    .pricing_wraper .pricing_item h4 {
      color: #ffffff;
      margin: 0;
      background-color: #243441;
      padding: 15px 0;
      position: relative;
      z-index: 3; }
  .pricing_wraper .pricing_block {
    position: relative;
    padding: 65px 35px 35px; }
  .pricing_wraper .pricing_cost:after {
    content: "";
    display: block;
    height: 3px;
    width: 60%;
    margin: 30px auto 40px;
    border-bottom: 3px solid #87c98a; }
  .pricing_wraper .pricing_cost-amount {
    color: #ffffff;
    font-size: 72px;
    font-size: 4.5rem; }
    .pricing_wraper .pricing_cost-amount span {
      color: #c2c6c9;
      font-size: 36px;
      font-size: 2.25rem;
      margin-right: 20px;
      vertical-align: super; }
  .pricing_wraper .pricing_description {
    color: #ffffff;
    font-size: 20px;
    font-size: 1.25rem;
    width: 60%;
    margin: 0 auto; }
  .pricing_wraper .pricing_button {
    margin-top: 50px; }
    .pricing_wraper .pricing_button a {
      padding: 15px 0; }
      .pricing_wraper .pricing_button a:hover {
        color: #fff; }
  .pricing_wraper .pricing_sale {
    background-image: url("../img/icons/star-sell.png");
    position: absolute;
    width: 108px;
    height: 108px;
    top: -25px;
    left: -webkit-calc(50% - 54px);
    left: calc(50% - 54px);
    text-align: center;
    line-height: 108px;
    z-index: 2; }
    .pricing_wraper .pricing_sale .pricing_sale-amount {
      color: #ffffff;
      font-size: 30px;
      font-size: 1.875rem; }
  .pricing_wraper .pricing_item__sale {
    margin-top: -25px;
    margin-bottom: -25px; }
    @media only screen and (max-width: 1100px) {
      .pricing_wraper .pricing_item__sale {
        margin: 25px 0; } }
    .pricing_wraper .pricing_item__sale h4 {
      padding: 20px 0; }
    .pricing_wraper .pricing_item__sale .pricing_block {
      padding-top: 80px; }
    .pricing_wraper .pricing_item__sale .pricing_cost-amount {
      font-size: 90px;
      font-size: 5.625rem; }
    .pricing_wraper .pricing_item__sale .pricing_description {
      width: 93%; }

.applications_wraper {
  background-color: #f3f3f5;
  padding-top: 70px;
  padding-bottom: 135px; }
  @media only screen and (max-width: 768px) {
    .applications_wraper {
      padding-top: 30px;
      padding-bottom: 40px; }
      .applications_wraper h2 {
        margin-top: 10px;
        margin-bottom: 00px;
        font-size: 24px; } }

.applications {
  width: 100%;
  padding: 30px 20px 0 90px; }
  @media only screen and (max-width: 480px) {
    .applications {
      padding: 30px 20px 0 30px; } }
  .applications .main-slider_item:hover {
    opacity: 0.7; }
  .applications .slide-prev {
    color: #87c98a; }
    .applications .slide-prev:hover {
      color: #397e3c;
      cursor: pointer; }
  .applications .slide-next {
    color: #87c98a; }
    .applications .slide-next:hover {
      color: #397e3c;
      cursor: pointer; }
  .applications .slick-arrow-wrp-right {
    position: absolute;
    top: -webkit-calc(50% + 8px);
    top: calc(50% + 8px);
    right: 15px;
    z-index: 9;
    cursor: pointer;
    line-height: 31px;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .applications .slick-arrow-wrp-right {
        right: 5px; } }
  .applications .slick-arrow-wrp-left {
    position: absolute;
    top: -webkit-calc(50% + 8px);
    top: calc(50% + 8px);
    left: 15px;
    z-index: 9;
    cursor: pointer;
    line-height: 31px;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .applications .slick-arrow-wrp-left {
        left: 5px; } }

.discount_wraper {
  background-image: url("../img/fon/discount-fon.png");
  padding: 70px 0 60px; }
  @media only screen and (max-width: 480px) {
    .discount_wraper {
      padding: 45px 0 45px; } }

.discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 1100px) {
    .discount {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.discount_amount {
  color: #ffffff;
  vertical-align: middle;
  font-size: 72px;
  font-size: 4.5rem;
  margin-right: 40px; }
  @media only screen and (max-width: 768px) {
    .discount_amount {
      font-size: 20px;
      margin-right: 10px;
      font-family: "ProximaNova-Bold" , sans-serif; } }

.discount_description {
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 10px 0 0px; }
  @media only screen and (max-width: 768px) {
    .discount_description {
      font-size: 20px;
      padding: 0; } }

.discount_button {
  margin-left: auto;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px); }
  @media screen and (max-width: 768px) {
    .discount_button {
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px); } }
  @media only screen and (max-width: 480px) {
    .discount_button {
      width: 100%; } }
  @media only screen and (max-width: 1100px) {
    .discount_button {
      margin-left: 0;
      margin-top: 20px; } }
  .discount_button a {
    padding: 13px 0; }

.free-mob_wraper {
  background-color: #374d5b;
  padding: 25px 0;
  display: none; }
  @media only screen and (max-width: 768px) {
    .free-mob_wraper {
      display: block; } }

.free_mob h4 {
  margin: 0;
  color: #f3f3f5;
  text-align: center;
  width: 50%;
  margin: 30px auto 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #87c98a; }
  @media only screen and (max-width: 480px) {
    .free_mob h4 {
      width: 80%; } }

.free_mob .free_day {
  color: #f3f3f5;
  font-size: 30px;
  text-align: center; }

.free_mob .free_right-button {
  text-align: center;
  padding: 0 60px;
  margin-bottom: 35px;
  margin-top: 35px; }
  @media only screen and (max-width: 480px) {
    .free_mob .free_right-button {
      padding: 0;
      margin: 20px 0; } }
  .free_mob .free_right-button a {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-radius: 4px; }

.free-vpn_wraper {
  padding-bottom: 100px; }
  .free-vpn_wraper .free_left .free_h1-up {
    margin-top: -20px; }
  .free-vpn_wraper .free_left-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    .free-vpn_wraper .free_left-block i {
      position: absolute;
      top: -5px;
      left: 15px;
      font-size: 30px;
      color: #87c98a; }
      @media only screen and (max-width: 480px) {
        .free-vpn_wraper .free_left-block i {
          left: 0px; } }
    .free-vpn_wraper .free_left-block h4 {
      color: #ffffff;
      font-size: 16px;
      margin: 0 0 20px;
      text-align: left; }
    .free-vpn_wraper .free_left-block p {
      color: #c2c6c9;
      font-size: 14px; }
  .free-vpn_wraper .free_left-block-i {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    padding-left: 16.66667%;
    position: relative;
    margin-bottom: 30px; }
    @media only screen and (max-width: 480px) {
      .free-vpn_wraper .free_left-block-i {
        width: 100%; } }
  .free-vpn_wraper .free_left-block-t {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    margin-bottom: 40px; }
    @media only screen and (max-width: 480px) {
      .free-vpn_wraper .free_left-block-t {
        width: 100%; } }
    .free-vpn_wraper .free_left-block-t p {
      color: #ffffff;
      font-size: 16px; }
  .free-vpn_wraper .free_right .free_right-description {
    color: #c2c6c9;
    font-size: 16px;
    text-align: center;
    width: 80%;
    margin: 15px auto 0;
    line-height: 24px; }

.free_wraper .free_h4-full {
  width: 80%; }

.free_wraper .free_h1-up {
  margin-top: -20px; }

.free_wraper li {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px; }

.free_wraper .free_vpn-text {
  color: #f3f3f5;
  font-size: 39px;
  font-size: 2.4375rem;
  text-align: center;
  text-transform: uppercase; }

.free_wraper .free_right-button {
  text-transform: uppercase; }

.vpn-pricing .pricing_cost-disc {
  color: #c2c6c9;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center; }

.vpn-pricing .pricing_description {
  width: 100%; }
  .vpn-pricing .pricing_description p {
    color: #ffffff;
    font-size: 16px;
    text-align: center; }

.starting {
  width: -webkit-calc(66.66666666666667% - 30px);
  width: calc(66.66666666666667% - 30px);
  margin: 0 auto;
  padding-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .starting {
      width: 100%; } }
  .starting h3 {
    margin: 45px 0 10px;
    text-align: left; }
  .starting p {
    color: #767676;
    font-size: 16px; }

.starting_button {
  text-align: center; }
  .starting_button a {
    width: 262px;
    margin: 0 auto 30px; }

.fact_wraper {
  background-color: #f3f3f5;
  padding: 80px 0 50px; }

.fact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .fact h4 {
    text-align: left;
    margin: 10px 0 10px; }
  .fact p {
    color: #767676;
    font-size: 14px; }

.fact_left {
  width: -webkit-calc(58.333333333333336% - 30px);
  width: calc(58.333333333333336% - 30px); }
  @media only screen and (max-width: 960px) {
    .fact_left {
      width: 100%; } }

.fact_left-full .fact_left-block {
  padding: 1px 1px 1px 100px;
  position: relative;
  margin-bottom: 25px; }
  .fact_left-full .fact_left-block i {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 35px;
    color: #87c98a; }

.fact_left-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fact_left-half .fact_left-block {
    margin-bottom: 15px;
    width: 50%;
    padding: 1px 1px 1px 100px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 480px) {
      .fact_left-half .fact_left-block {
        width: 100%; } }
    .fact_left-half .fact_left-block i {
      position: absolute;
      top: 0;
      left: 25px;
      font-size: 30px;
      color: #87c98a; }

.fact_right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 45px 35px;
  background-color: rgba(55, 77, 91, 0.9);
  width: -webkit-calc(33.333333333333336% - 30px);
  width: calc(33.333333333333336% - 30px); }
  @media screen and (max-width: 1100px) {
    .fact_right {
      width: -webkit-calc(33.333333333333336% - 30px);
      width: calc(33.333333333333336% - 30px); } }
  @media only screen and (max-width: 960px) {
    .fact_right {
      width: 100%; } }
  .fact_right h4 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 40px;
    color: #f3f3f5;
    font-size: 39px;
    text-align: center; }

.fact_right-img {
  width: 168px;
  height: 168px;
  margin: 0 auto 40px;
  border-radius: 50%;
  border: 6px solid #fff;
  overflow: hidden; }

.fact_right-button {
  width: 80%;
  margin: 0 auto; }
  .fact_right-button a {
    padding: 15px 0; }

.fact-vpn .fact_left-block {
  margin-bottom: 0px; }

.fact_left-full i.icon-star-empty > .icon-star-empty {
  font-size: 17px !important;
  position: absolute;
  top: -webkit-calc(50% - 11px);
  top: calc(50% - 11px);
  left: -webkit-calc(50% - 12px);
  left: calc(50% - 12px); }

.free_wraper .free_anom-text {
  color: #f3f3f5;
  font-size: 39px;
  font-size: 2.4375rem;
  text-align: center;
  text-transform: uppercase; }

.free_mob .free_right-button a {
  text-transform: uppercase; }

.pricing-anom .pricing_item .pricing_block {
  padding-top: 80px; }

.pricing-anom .pricing_sale-block .pricing_sale-text {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  margin: 0;
  text-transform: uppercase; }

.pricing-anom .pricing_sale-block p {
  color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1;
  margin: 0; }

.pricing-anom .pricing_sale-block {
  position: relative;
  -webkit-transform: translate(0, 80%);
  -ms-transform: translate(0, 80%);
  transform: translate(0, 80%); }

.pricing_wraper .pricing_item__sale .pricing_description-full {
  width: 100%; }

.pricing_wraper .pricing_description-full {
  width: 100%; }

.pricing_wraper .pricing_description-full + .pricing_description-full {
  margin-top: 15px; }

.fact-anom_wraper {
  background-color: #f3f3f5;
  padding: 50px 0; }
  .fact-anom_wraper h2 {
    margin-bottom: 50px; }

.fact-anom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .fact-anom h4 {
    text-align: left;
    margin: 10px 0 10px; }
  .fact-anom p {
    color: #767676;
    font-size: 14px; }

.fact-anom_left {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px); }
  @media only screen and (max-width: 960px) {
    .fact-anom_left {
      width: 100%; } }

.fact-anom_left-full .fact-anom_left-block {
  padding: 1px 1px 1px 100px;
  position: relative;
  margin-bottom: 25px; }
  .fact-anom_left-full .fact-anom_left-block i {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 35px;
    color: #87c98a; }

.fact-anom_left-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fact-anom_left-half .fact-anom_left-block {
    margin-bottom: 15px;
    width: 50%;
    padding: 1px 1px 1px 100px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 480px) {
      .fact-anom_left-half .fact-anom_left-block {
        width: 100%; } }
    .fact-anom_left-half .fact-anom_left-block i {
      position: absolute;
      top: 0;
      left: 25px;
      font-size: 30px;
      color: #87c98a; }

.fact-anom_right {
  width: -webkit-calc(41.66666666666667% - 30px);
  width: calc(41.66666666666667% - 30px); }
  @media screen and (max-width: 1100px) {
    .fact-anom_right {
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px); } }
  @media only screen and (max-width: 960px) {
    .fact-anom_right {
      width: 100%; } }
  .fact-anom_right h4 {
    font-size: 20px;
    margin-bottom: 40px; }

.how-to-pay {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .how-to-pay .discount_pay .discount_master {
    background-image: url(../img/sprite/sprite.png);
    background-position: 0px 0px;
    width: 68px;
    height: 47px;
    display: inline-block; }
  .how-to-pay .discount_pay .discount_mastercard {
    background-image: url(../img/sprite/sprite.png);
    background-position: 0px -52px;
    width: 68px;
    height: 47px;
    display: inline-block; }
  .how-to-pay .discount_pay .discount_paypal {
    background-image: url(../img/sprite/sprite.png);
    background-position: -73px 0px;
    width: 68px;
    height: 47px;
    display: inline-block; }
  @media only screen and (max-width: 1100px) {
    .how-to-pay .discount_pay {
      margin-top: 15px; } }
  .how-to-pay .discount_pay a + a {
    margin-left: 20px; }
    @media only screen and (max-width: 480px) {
      .how-to-pay .discount_pay a + a {
        margin-left: 8px; } }

.advice_wraper {
  padding: 50px 0 30px; }
  @media only screen and (max-width: 768px) {
    .advice_wraper {
      padding: 20px 0; } }
  @media only screen and (max-width: 320px) {
    .advice_wraper {
      padding: 10px 0; } }

.free_wraper .free_left h4 {
  margin: 0 0 15px;
  text-align: left;
  color: #fefefe; }

.get_wraper {
  background-color: #f3f3f5;
  padding: 80px 0 100px; }
  @media only screen and (max-width: 768px) {
    .get_wraper {
      padding: 40px 0 40px; } }

.get {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.get_block {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  padding-left: 8%;
  position: relative; }
  @media screen and (max-width: 960px) {
    .get_block {
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px); } }
  @media only screen and (max-width: 768px) {
    .get_block {
      width: 100%;
      padding-left: 0;
      text-align: center; } }
  .get_block h4 {
    margin-bottom: 13px;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      .get_block h4 {
        text-align: center;
        margin-top: 15px; } }
  .get_block i {
    position: absolute;
    top: 30px;
    left: 15px;
    color: #87c98a;
    font-size: 30px; }
    @media only screen and (max-width: 768px) {
      .get_block i {
        position: static; } }
  .get_block p {
    color: #767676;
    font-size: 14px; }

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

.start-proxy {
  width: -webkit-calc(66.66666666666667% - 30px);
  width: calc(66.66666666666667% - 30px);
  margin: 60px auto 40px; }
  @media screen and (max-width: 768px) {
    .start-proxy {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px); } }

.proxy-pricing .pricing_cost:after {
  display: none; }

.free-web-anom {
  width: -webkit-calc(83.33333333333334% - 30px);
  width: calc(83.33333333333334% - 30px);
  margin: 0 auto;
  display: block; }
  @media only screen and (max-width: 1100px) {
    .free-web-anom {
      width: 100%; } }
  .free-web-anom h4 {
    color: #ffffff;
    text-align: left;
    margin: 50px 0 20px; }
    @media only screen and (max-width: 1100px) {
      .free-web-anom h4 {
        width: 100%;
        text-align: center; } }

.free-web_container .free-web-anom-h1 {
  color: #ffffff;
  text-align: left;
  width: 85%;
  margin: 0; }
  @media only screen and (max-width: 1100px) {
    .free-web_container .free-web-anom-h1 {
      width: 100%; } }

.free-web_container .free-p {
  width: 60%;
  color: #fff;
  margin-top: 60px; }
  @media only screen and (max-width: 960px) {
    .free-web_container .free-p {
      width: 100%; } }

.free-web_container input[type="email"] {
  width: 60%;
  padding: 15px 20px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #dce1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(243, 243, 245, 0.38);
  margin-right: 30px; }
  @media only screen and (max-width: 960px) {
    .free-web_container input[type="email"] {
      width: 80%;
      margin: 0 auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block; } }
  @media only screen and (max-width: 480px) {
    .free-web_container input[type="email"] {
      width: 100%; } }

.free-web_container input[type="submit"] {
  width: 30%;
  padding: 15px 20px;
  border-radius: 4px;
  background-color: #87c98a;
  color: #fff;
  border: none; }
  @media only screen and (max-width: 960px) {
    .free-web_container input[type="submit"] {
      width: 80%;
      margin: 30px auto 0 !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block; } }
  @media only screen and (max-width: 480px) {
    .free-web_container input[type="submit"] {
      width: 100%; } }

.recommend_wraper {
  padding: 80px 0; }
  .recommend_wraper h2 {
    margin-bottom: 50px; }

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

@media only screen and (max-width: 480px) {
  .recommend {
    margin: 0 -30px;
    overflow: auto; } }

.recommend table {
  border-bottom: none; }

.recommend th {
  background-color: #243441;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 17px 25px; }
  @media only screen and (max-width: 768px) {
    .recommend th {
      padding: 10px;
      font-size: 16px; } }
  .recommend th:first-child {
    text-align: left; }

.recommend td {
  text-align: center;
  padding: 20px 25px; }
  @media only screen and (max-width: 768px) {
    .recommend td {
      padding: 10px; } }
  .recommend td:first-child {
    color: #767676;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .recommend td:first-child {
        font-size: 13px; } }

.recommend tfoot td {
  background-color: #243441; }

.recommend .recommend_button {
  width: 75%;
  margin: 0 auto; }
  .recommend .recommend_button a {
    padding: 12px 5px; }

.news_wraper {
  background-color: #f3f3f5;
  padding: 1px 0 45px; }
  .news_wraper h1 {
    margin-top: 25px;
    margin-bottom: 40px; }

.news_two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 0; }

.news_block {
  position: relative;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word; }
  @media screen and (max-width: 768px) {
    .news_block {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px); } }
  @media only screen and (max-width: 768px) {
    .news_block {
      padding-bottom: 15px; } }
  .news_block img {
    width: 100%; }
  .news_block h3 {
    text-align: left;
    margin-bottom: 13px; }
    .news_block h3 a {
      color: #212121; }
      .news_block h3 a:hover {
        color: #87c98a; }
  .news_block .news_button {
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      .news_block .news_button {
        margin-bottom: 15px; } }
    .news_block .news_button a {
      padding: 14px; }
      @media only screen and (max-width: 768px) {
        .news_block .news_button a {
          width: 100%; } }

.news_three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 0; }

.news_three-block {
  width: -webkit-calc(33.333333333333336% - 30px);
  width: calc(33.333333333333336% - 30px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  margin-bottom: 40px;
  position: relative; }
  @media screen and (max-width: 960px) {
    .news_three-block {
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px); } }
  @media screen and (max-width: 768px) {
    .news_three-block {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px); } }
  @media only screen and (max-width: 768px) {
    .news_three-block {
      padding-bottom: 15px; } }
  .news_three-block img {
    width: 100%; }
  .news_three-block h3 {
    text-align: center;
    margin-bottom: 20px; }
    .news_three-block h3 a {
      color: #212121; }
      .news_three-block h3 a:hover {
        color: #87c98a; }
  .news_three-block .news_button {
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      .news_three-block .news_button {
        margin-bottom: 15px; } }
    .news_three-block .news_button a {
      padding: 14px; }
      @media only screen and (max-width: 768px) {
        .news_three-block .news_button a {
          width: 100%; } }

.news_date {
  color: #fff;
  font-size: 16px;
  width: 165px;
  padding: 14px 0;
  text-align: center;
  background-color: rgba(17, 28, 39, 0.5);
  position: absolute;
  top: 0;
  right: 0; }

.pagination_wraper {
  background: #fff;
  padding: 1px 0px; }
  .pagination_wraper .wp-pagenavi {
    margin: 0;
    text-align: center;
    padding: 60px 0;
    position: relative; }
    .pagination_wraper .wp-pagenavi a {
      text-decoration: underline; }
  .pagination_wraper .wp-pagenavi .current {
    background: transparent;
    color: #212121; }
  .pagination_wraper .first {
    display: inline-block;
    width: 69px;
    height: 11px;
    background-image: url("../img/icons/arrow-b-left.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    bottom: -webkit-calc(50% - 6px);
    bottom: calc(50% - 6px);
    left: 5%; }
    @media only screen and (max-width: 768px) {
      .pagination_wraper .first {
        display: none; } }
  .pagination_wraper .last {
    display: inline-block;
    width: 69px;
    height: 11px;
    background-image: url("../img/icons/arrow-b-right.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    bottom: -webkit-calc(50% - 6px);
    bottom: calc(50% - 6px);
    right: 5%; }
    @media only screen and (max-width: 768px) {
      .pagination_wraper .last {
        display: none; } }

.search_wraper {
  background-color: #f3f3f5;
  padding: 5px 0 100px; }
  @media only screen and (max-width: 480px) {
    .search_wraper .pagination_container {
      padding: 0; } }

.search-results h2 {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f1f1f1));
  background: -webkit-linear-gradient(bottom, #ffffff 0%, #f1f1f1 100%);
  background: linear-gradient(0deg, #ffffff 0%, #f1f1f1 100%); }

.search-results h4 {
  text-align: left;
  margin: 2px 0 0px; }

.result {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(66.66666666666667% - 30px);
  width: calc(66.66666666666667% - 30px); }
  @media screen and (max-width: 1100px) {
    .result {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px); } }
  @media only screen and (max-width: 1100px) {
    .result {
      margin-bottom: 20px; } }

.result_amount {
  color: #c2c7c9;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(16.666666666666668% - 30px);
  width: calc(16.666666666666668% - 30px); }
  @media screen and (max-width: 1100px) {
    .result_amount {
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px); } }

.result_page {
  color: #c2c7c9;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(16.666666666666668% - 30px);
  width: calc(16.666666666666668% - 30px); }
  @media screen and (max-width: 1100px) {
    .result_page {
      width: -webkit-calc(25% - 30px);
      width: calc(25% - 30px); } }

.search-results_text {
  margin-right: 30px;
  color: #c2c7c9;
  font-size: 14px;
  text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    .search-results_text {
      margin-bottom: 20px;
      margin-right: 0px; } }

.search-results_search input {
  color: #1e2a32;
  font-size: 18px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #e3e4e5;
  background-color: #ffffff;
  padding: 12px 25px;
  width: 300px; }
  @media only screen and (max-width: 768px) {
    .search-results_search input {
      margin-bottom: 20px;
      width: 400px; } }
  @media only screen and (max-width: 480px) {
    .search-results_search input {
      width: 100%; } }

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

.search-results_submit input,
.search-results_submit input:visited,
.search-results_submit input:focus,
.search-results_submit input:active,
.search-results_submit input:hover {
  outline: 0 !important;
  outline-offset: 0;
  border: none; }

.search-results_submit input {
  margin-left: 30px;
  width: 165px;
  text-align: center;
  padding: 11px 25px 12px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  background: #87c98a; }
  .search-results_submit input:hover {
    background: #64b968; }
  @media only screen and (max-width: 768px) {
    .search-results_submit input {
      margin-left: 0px;
      margin-bottom: 20px;
      width: 400px; } }
  @media only screen and (max-width: 480px) {
    .search-results_submit input {
      width: 100%; } }

.search-results_wraper {
  background-color: #374d5b;
  color: #000;
  padding: 23px 0;
  color: #9c9c9c;
  font-size: 16px;
  margin-bottom: 60px; }

.search-page .srch-wrp li {
  position: relative;
  padding: 0 30px 20px 80px;
  width: 85%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .search-page .srch-wrp li {
      width: 100%;
      padding: 0 10px 20px 20px; } }

.search-title h4 {
  padding: 15px 0; }
  .search-title h4 a {
    color: #1e2a32;
    text-transform: none;
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase; }

.search-results_container {
  color: #9c9c9c;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1100px) {
    .search-results_container {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .search-results_container b {
    color: #fff;
    margin-left: 5px; }

.search-results_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 1100px) {
    .search-results_form {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 768px) {
    .search-results_form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

mark {
  background: #f0e1e5; }

.search-title_block {
  font-size: 13px;
  color: #9c9c9c;
  line-height: 24px;
  margin-bottom: 10px; }
  .search-title_block a {
    color: #9c9c9c; }

.search-title_date {
  display: inline-block;
  margin-right: 25px; }
  .search-title_date:before {
    margin-right: 15px; }

.search-title_doc {
  display: inline-block;
  margin-right: 15px; }
  .search-title_doc a {
    color: #87c98a;
    text-decoration: underline; }

.counter_num {
  display: inline-block;
  font-size: 15px;
  position: absolute;
  left: 25px;
  top: 23px;
  color: #87c98a;
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .counter_num {
      left: 0px;
      top: 20px; } }

.wp-pagenavi {
  margin-top: 50px;
  text-align: center;
  padding: 30px 0;
  background: #fff; }

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  padding: 15px;
  text-decoration: none;
  color: #ffffff; }

.wp-pagenavi span {
  color: #9c9c9c; }

.wp-pagenavi a {
  color: #87c98a;
  font-size: 16px; }
  .wp-pagenavi a:hover {
    color: #212121; }

.wp-pagenavi .current {
  background: #ccc;
  color: #fff; }

.search-results {
  background-color: #fff; }

.srch-wrp li {
  border-bottom: 1px solid #dce1e1; }
  .srch-wrp li p > img {
    float: left;
    margin: 0 15px 15px 0; }

.srch-wrp li:before {
  display: none !important; }

.testimonials_wraper {
  background-color: #f3f3f5;
  padding: 5px 0 30px; }

.testimonials_wraper .testimonials_h {
  text-align: center;
  position: relative;
  padding-right: 23%;
  padding-left: 23%; }
  @media only screen and (max-width: 768px) {
    .testimonials_wraper .testimonials_h {
      padding-right: 0;
      padding-left: 0;
      text-align: center; } }

.testimonials_main {
  margin-left: 105px; }
  @media only screen and (max-width: 480px) {
    .testimonials_main {
      margin-left: 0; } }

.testimonials_button {
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px); }
  @media only screen and (max-width: 768px) {
    .testimonials_button {
      width: 100%;
      position: static;
      padding-top: 15px; } }
  .testimonials_button a {
    padding: 15px 0; }

.testimonials_block + .testimonials_block {
  margin-top: 25px; }

.testimonials_block {
  background-color: #ffffff;
  padding: 25px 90px 45px; }
  @media only screen and (max-width: 960px) {
    .testimonials_block {
      padding: 25px 30px 35px; } }
  @media only screen and (max-width: 480px) {
    .testimonials_block {
      padding: 20px 15px 20px; } }

.testimonials_button-more {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 30px; }
  .testimonials_button-more a {
    display: inline-block;
    border-radius: 4px;
    width: 263px;
    padding: 15px 5px;
    text-transform: uppercase; }

.testimonials_ava {
  float: left;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  border: 6px solid #f3f3f5;
  overflow: hidden;
  background-image: url("../img/content/testimonials-no-ava.png"); }
  @media only screen and (max-width: 480px) {
    .testimonials_ava {
      float: none;
      margin: 0 auto; } }
  .testimonials_ava img {
    width: 100%; }

.testimonials_up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 10px; }
  @media screen and (max-width: 768px) {
    .testimonials_up {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.testimonials_name {
  color: #212121;
  font-size: 16px;
  text-transform: uppercase; }

.testimonials_date {
  margin-left: auto;
  color: #b7b7b7;
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .testimonials_date {
      margin: 15px auto 0; } }
  .testimonials_date:before {
    margin-right: 15px; }

.testimonials_in-what {
  margin-bottom: 25px; }
  .testimonials_in-what span {
    color: #b7b7b7;
    font-size: 16px;
    margin-right: 10px; }
  .testimonials_in-what a {
    color: #87c98a;
    font-size: 16px;
    text-decoration: underline; }

.testimonials_text {
  color: #767676;
  font-size: 16px;
  line-height: 24px; }

.map-contact {
  width: 100%;
  height: 576px; }
  @media only screen and (max-width: 480px) {
    .map-contact {
      height: 376px; } }

.contact_wraper {
  background-color: #f3f3f5;
  padding: 1px 0 80px; }
  .contact_wraper h1 {
    margin: 25px 0 40px; }

.contact {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.contact_left {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px); }
  @media screen and (max-width: 1100px) {
    .contact_left {
      width: -webkit-calc(58.333333333333336% - 30px);
      width: calc(58.333333333333336% - 30px); } }
  @media only screen and (max-width: 960px) {
    .contact_left {
      width: 100%;
      margin-bottom: 25px; } }
  .contact_left .contact_left-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 480px) {
      .contact_left .contact_left-top {
        display: block;
        margin-bottom: 25px; } }
    .contact_left .contact_left-top .contact_adress {
      width: 50%;
      color: #212121;
      font-size: 16px;
      padding-left: -webkit-calc(16.66667% + 15px);
      padding-left: calc(16.66667% + 15px);
      position: relative; }
      @media only screen and (max-width: 480px) {
        .contact_left .contact_left-top .contact_adress {
          width: 100%;
          margin-bottom: 25px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
      .contact_left .contact_left-top .contact_adress:before {
        color: #87c98a;
        position: absolute;
        top: -webkit-calc(50% - 15px);
        top: calc(50% - 15px);
        left: 25px;
        font-size: 30px; }
        @media only screen and (max-width: 480px) {
          .contact_left .contact_left-top .contact_adress:before {
            left: 5px; } }
    .contact_left .contact_left-top .contact_mail {
      width: 50%;
      padding-left: -webkit-calc(16.66667% + 15px);
      padding-left: calc(16.66667% + 15px);
      position: relative; }
      @media only screen and (max-width: 480px) {
        .contact_left .contact_left-top .contact_mail {
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
      .contact_left .contact_left-top .contact_mail a {
        display: inline-block;
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%); }
        @media only screen and (max-width: 480px) {
          .contact_left .contact_left-top .contact_mail a {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; } }
      .contact_left .contact_left-top .contact_mail:before {
        color: #87c98a;
        position: absolute;
        top: -webkit-calc(50% - 15px);
        top: calc(50% - 15px);
        left: 35px;
        font-size: 30px; }
        @media only screen and (max-width: 480px) {
          .contact_left .contact_left-top .contact_mail:before {
            left: 5px; } }
  .contact_left .contact_left-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 480px) {
      .contact_left .contact_left-bottom {
        display: block; } }
    .contact_left .contact_left-bottom .contact_fon {
      width: 50%;
      color: #212121;
      font-size: 16px;
      padding-left: -webkit-calc(16.66667% + 15px);
      padding-left: calc(16.66667% + 15px);
      position: relative; }
      @media only screen and (max-width: 480px) {
        .contact_left .contact_left-bottom .contact_fon {
          width: 100%;
          margin-bottom: 25px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
      .contact_left .contact_left-bottom .contact_fon p {
        margin: 0;
        color: #212121; }
      .contact_left .contact_left-bottom .contact_fon:before {
        color: #87c98a;
        position: absolute;
        top: -webkit-calc(50% - 15px);
        top: calc(50% - 15px);
        left: 25px;
        font-size: 30px; }
        @media only screen and (max-width: 480px) {
          .contact_left .contact_left-bottom .contact_fon:before {
            left: 5px; } }
    .contact_left .contact_left-bottom .contact_skype {
      width: 50%;
      padding-left: -webkit-calc(16.66667% + 15px);
      padding-left: calc(16.66667% + 15px);
      position: relative; }
      @media only screen and (max-width: 480px) {
        .contact_left .contact_left-bottom .contact_skype {
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
      .contact_left .contact_left-bottom .contact_skype:before {
        color: #87c98a;
        position: absolute;
        top: -webkit-calc(50% - 15px);
        top: calc(50% - 15px);
        left: 35px;
        font-size: 30px; }
        @media only screen and (max-width: 480px) {
          .contact_left .contact_left-bottom .contact_skype:before {
            left: 5px; } }

.contact_right {
  width: -webkit-calc(41.66666666666667% - 30px);
  width: calc(41.66666666666667% - 30px);
  padding-left: 15px;
  background-image: url("../img/fon/contact-fon.png"); }
  @media only screen and (max-width: 960px) {
    .contact_right {
      width: 100%; } }
  .contact_right h2 {
    color: #f3f3f5;
    font-size: 30px;
    font-size: 1.875rem;
    margin: 30px 0 25px; }
  .contact_right .contact_button a {
    margin: 0 auto 45px; }

.faq_wraper {
  background-color: #f3f3f5;
  padding: 1px 0 120px; }
  @media only screen and (max-width: 768px) {
    .faq_wraper {
      padding: 1px 0 40px; } }
  .faq_wraper h1 {
    margin-top: 25px;
    margin-bottom: 25px; }
  .faq_wraper .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: 50px;
    top: -webkit-calc(50% - 9px);
    top: calc(50% - 9px); }
    @media only screen and (max-width: 768px) {
      .faq_wraper .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        left: 10px; } }
  .faq_wraper .ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px); }
  .faq_wraper .ui-accordion-icons .ui-icon {
    background: url(../img/icons/arrow-faq-left.png) no-repeat;
    width: 13px;
    height: 18px; }
  .faq_wraper .ui-state-active .ui-icon {
    background: url(../img/icons/arrow-faq-down.png) no-repeat;
    width: 18px;
    height: 13px;
    top: -webkit-calc(50% - 116px);
    top: calc(50% - 116px); }
  .faq_wraper .ui-accordion-header.ui-state-active {
    background-color: #87c98a;
    color: #fff; }

.faq {
  padding-top: 22px; }
  .faq .accordion_header {
    cursor: pointer;
    padding: 20px 40px 16px 100px;
    text-transform: none;
    color: #c2c7c9;
    font-size: 20px;
    font-size: 1.25rem; }
    @media only screen and (max-width: 768px) {
      .faq .accordion_header {
        padding: 20px 20px 16px 30px; } }
  .faq .accordion_panel + .accordion_header {
    margin-top: 12px; }
  .faq .accordion_panel {
    margin-bottom: 25px;
    padding: 45px 100px;
    background-color: #fff; }
    @media only screen and (max-width: 768px) {
      .faq .accordion_panel {
        padding: 15px; } }
    .faq .accordion_panel p {
      margin-bottom: 0; }
    .faq .accordion_panel p + p {
      margin-top: 30px; }

html .widget_wrap:after{content:"hover me";color:#fff;width:85px !important;background:#222}
