@charset "UTF-8";
/* ------------------------------------------------ */
/* ------------------- Reset CSS --------------- */
/* ------------------------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/fontello.eot?57924069");
  src: url("../fonts/fontello/fontello.eot?57924069#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff2?57924069") format("woff2"), url("../fonts/fontello/fontello.woff?57924069") format("woff"), url("../fonts/fontello/fontello.ttf?57924069") format("truetype"), url("../fonts/fontello/fontello.svg?57924069#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?57924069#fontello') format('svg');
 *  }
 *} */
[class^="icon-"]: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); */
.icon-hamburger:before {
  content: '\e800'; }

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

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

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

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

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

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

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

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

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

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

/* '' */
.icon-star-bg:before {
  content: '\e80b'; }

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

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

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

/* '' */
.icon-user-icon:before {
  content: '\e80f'; }

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

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

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

/* '' */
.icon-check:before {
  content: '\e813'; }

/* '' */
.icon-cancel-1:before {
  content: '\e814'; }

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

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

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

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

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

/* '' */
.icon-right-open:before {
  content: '\e81a'; }

/* '' */
.icon-up-open:before {
  content: '\e81b'; }

/* '' */
.icon-right-small:before {
  content: '\e81c'; }

.jq-checkbox, .jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input, .jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox, .jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select, .jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li, .jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-selectbox {
  z-index: 10; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

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

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto  */ }

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

.jq-checkbox, .jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #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.focused, .jq-radio.focused {
  border: 1px solid #08C; }

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

.jq-checkbox {
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
      transform: rotate(-50deg); }

.jq-radio {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  -webkit-border-radius: 50%;
          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-file {
  width: 270px;
  -webkit-border-radius: 4px;
          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 {
  cursor: pointer; }

.jq-file__name {
  -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;
  -webkit-border-radius: 4px;
          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; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  -webkit-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #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: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #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 {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.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;
  vertical-align: middle;
  padding: 0 36px 0 0; }

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          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; }

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #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: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #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 {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.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 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #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-selectbox__select:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.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;
  width: 100%; }

.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;
  -webkit-border-radius: 4px;
          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;
  -webkit-border-radius: 3px;
          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; }

.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;
  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;
  -webkit-border-radius: 4px;
          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; }

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

.jq-select-multiple li:last-child {
  -webkit-border-radius: 0 0 3px 3px;
          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 li.optgroup {
  font-weight: bold; }

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

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

input[type='email'].styler, input[type='password'].styler, input[type='search'].styler, input[type='tel'].styler, input[type='text'].styler, input[type='url'].styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          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; }

textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          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;
  -moz-appearance: none;
  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 {
  border-color: #B3B3B3; }

textarea.styler:hover {
  border-color: #B3B3B3; }

input[type='email'].styler:hover:focus, input[type='password'].styler:hover:focus, input[type='search'].styler:hover:focus, input[type='tel'].styler:hover:focus, input[type='text'].styler:hover:focus, input[type='url'].styler:hover: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); }

textarea.styler:hover: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 {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #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; }

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;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #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.styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

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

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

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

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

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

input[type='button'].styler:active, input[type='submit'].styler: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] {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

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

@font-face {
  font-family: 'Conv_Lato-Black';
  src: url("fonts/Lato-Black/Lato-Black.eot");
  src: local("☺"), url("../fonts/Lato-Black/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black/Lato-Black.ttf") format("truetype"), url("../fonts/Lato-Black/Lato-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Lato-Bold';
  src: url("../fonts/Lato-Black/Lato-Bold.eot");
  src: local("☺"), url("../fonts/Lato-Bold/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato-Bold/Lato-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Lato-Regular';
  src: url("../fonts/Lato-Regular/Lato-Regular.eot");
  src: local("☺"), url("../fonts/Lato-Regular/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular/Lato-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_BebasNeue Regular';
  src: url("../fonts/BebasNeue-Regular/BebasNeue Regular.eot");
  src: local("☺"), url("../fonts/BebasNeue-Regular/BebasNeue-Regular.woff") format("woff"), url("../fonts/BebasNeue-Regular/BebasNeue Regular.ttf") format("truetype"), url("../fonts/BebasNeue-Regular/BebasNeue Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font: 14px 'Conv_Lato-Regular'; }

p {
  font: 14px/170% 'Conv_Lato-Regular';
  color: #425568;
  padding: 10px 0;
  margin: 0; }

p.intro {
  font-size: 20px;
  line-height: 170%; }

strong {
  font-family: 'Conv_Lato-Bold'; }

h2 {
  font: 35px/150% 'Conv_Lato-Black';
  color: #425568; }

h2 .bigger-letters {
  font-size: 45px; }

h3 {
  font: 20px/150% 'Conv_Lato-Black'; }

h4 {
  font: 18px/150% 'Conv_Lato-Regular';
  color: #425568;
  padding-top: 20px; }

.uppercase {
  text-transform: uppercase; }

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

.m-auto {
  margin: 0 auto; }

.green-color {
  color: #4cb059; }

.white-color {
  color: #ffffff; }

.padding-left-100px {
  padding-left: 100px; }

.fsz-18 {
  font-size: 18px; }

.main-header {
  padding: 40px 0; }

.main-header .mobile-nav-button {
  display: none; }

.main-header .wrapper {
  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; }

.main-header .header-nav {

  font: 12px 'Conv_Lato-Regular';
  display: inline-block;
  width: 650px;
  padding-top: 10px; }

.main-header .header-nav ul {
  text-align: center;
  margin: 0;
  padding: 0; }

.main-header .header-nav li {
  display: inline-block; }
.main-header .header-nav ul li:last-child{
        /*display:none*/
    }
.main-header .header-nav a {
  display: block;
  padding: 0 15px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s; }

.main-header .header-nav a.active {
  color: #4cb059; }

.main-header .header-nav a:hover {
  color: #4cb059; }

.main-header .header-nav a.mobile-nav-close {
  display: none; }

.main-header .logo {
  display: inline-block; }

.main-header .logo a {
  display: block;
  width: 190px; }

.main-header .logo a img {
  width: 100%; }

.main-header .personal-nav {
  display: inline-block;
  padding-top: 10px; }

.main-header .personal-nav a.personal-nav-link {
  font: 12px 'Conv_Lato-Regular';
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  -webkit-transition: .3s;
  transition: .3s; }

.main-header .personal-nav a.personal-nav-link.active {
  color: #4cb059; }

.main-header .personal-nav a.personal-nav-link:hover {
  color: #4cb059; }

.main-header .personal-nav a.personal-nav-link i {
  color: #4cb06d;
  display: inline-block;
  padding-right: 5px; }

.main-header .personal-nav a.personal-nav-link span {
  display: inline-block;
  vertical-align: middle; }

.main-header .personal-nav a.personal-nav-link .icon-nav {
  display: inline-block;
  vertical-align: middle; }

.main-footer {
  background: #ffffff;
  padding: 20px 0; }

.main-footer .flexbox {
  -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; }

.main-footer .foot-logo {
  display: inline-block;
  vertical-align: middle; }

.main-footer .foot-logo img {
  width: 130px;
  height: 35px; }

.main-footer .foot-nav {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 600px; }

.main-footer .foot-nav li {
  display: inline-block; }

.main-footer .foot-nav li a {
  font-family: 'Conv_Lato-Regular';
  font-size: 13px;
  color: #425568;
  text-decoration: none;
  padding: 0 10px; }

.main-footer .foot-nav li a:hover {
  text-decoration: underline; }

.main-footer .copyrights {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Conv_Lato-Regular';
  font-size: 13px;
  color: #425568; }

.main-footer .ga-logo {
  display: inline-block;
  vertical-align: middle; }

body {
  overflow-x: hidden; }

html, body {
  height: 100%;
  width: 100%;
  margin: 0; }

.wrapper {
  width: 1170px;
  margin: 0 auto; }

.row:after {
  clear: both;
  content: '';
  display: block;
  width: 100%; }

.pos-relative {
  position: relative; }

.w-250px {
  width: 250px; }

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.icon-nav:before {
  display: inline-block;
  width: 11px;
  height: 9px;
  font-size: 9px;
  content: url("../assets/icons/burger.svg");
  color: #4cb06d; }

.edit-icon {
  background: url("../img/icon_edit.svg") no-repeat center/contain;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle; }

.icon-profile {
  background: url("../img/icon_profile.svg") no-repeat center/contain;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle; }

.icon-pay {
  background: url("../img/icon_wallet.svg") no-repeat center/contain;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle; }

.icon-wallet {
  background: url("../img/icon_wallet-green.svg") no-repeat center/contain;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle; }

.icon-proj {
  background: url("../img/icon_project.svg") no-repeat center/contain;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle; }

.icon-support {
  background: url("../img/icon_support.svg") no-repeat center/contain;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle; }

.button {
  display: inline-block;
  font: 14px 'Conv_Lato-Bold';
  padding: 20px 20px;
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #4cb059;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0px 13px 121px -10px rgba(255, 255, 255, 0.89);
  box-shadow: 0px 13px 121px -10px rgba(255, 255, 255, 0.89);
  border: none; }

.button:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.button.button-green {
  background: #4cb059;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4cb059), color-stop(100%, #45a151));
  background: -webkit-linear-gradient(left, #4cb059 0%, #45a151 100%);
  background: -webkit-gradient(linear, left top, right top, from(#4cb059), to(#45a151));
  background: linear-gradient(to right, #4cb059 0%, #45a151 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb059', endColorstr='#45a151', GradientType=1 );
  color: #fff;
  box-shadow: 0px 13px 30px -10px rgba(76, 176, 89, 0.89); }

.button.button-grey {
          box-shadow: 0px 13px 70px -20px rgba(0, 0, 0, 0.55); }

.button.button-dark {
  color: #fff;
  background: #3c4e5f;
  background: -webkit-gradient(left top, right top, color-stop(0%, #3c4e5f), color-stop(100%, #425568));
  background: -webkit-linear-gradient(left, #3c4e5f 0%, #425568 100%);
  background: -webkit-gradient(linear, left top, right top, from(#3c4e5f), to(#425568));
  background: linear-gradient(to right, #3c4e5f 0%, #425568 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c4e5f', endColorstr='#425568', GradientType=1 );
  -webkit-box-shadow: 0px 6px 40px -8px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 6px 40px -8px rgba(0, 0, 0, 0.75); }

.popup-window {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 300px;
  margin: 20px auto;
  padding: 40px; }

.popup-window.one-col {
  max-width: 300px; }

.popup-window.two-col {
  max-width: 600px; }

.popup-window form {
  position: relative;
  z-index: 10; }

.popup-window h3 {
  font: 25px 'Conv_Lato-Black';
  color: #425568;
  text-transform: uppercase;
  text-align: center; }

.popup-window .mfp-close {
  top: -44px;
  color: #fff !important; }

.popup-window .popup-rocket-top {
  background: url("../assets/icons/rocket.svg") no-repeat center/contain;
  position: absolute;
  top: -20px;
  left: -70px;
  width: 160px;
  height: 90px;
  z-index: -1; }

.popup-window .popup-rocket-bottom_q {
  display: block;
  background: url("../img/popup-rocket_2.png") no-repeat center/contain;
  position: absolute;
  width: 370px;
  height: 265px;
  z-index: -1;
  bottom: -140px;
  right: -140px; }

.popup-window .popup-rocket-bottom_w {
  display: block;
  position: absolute;
  background: url("../img/popup-rocket_1.png") no-repeat center/contain;
  bottom: -140px;
  right: -140px;
  width: 299px;
  height: 266px;
  z-index: 1; }

.input-box {
  margin: 20px 0; }

.input-box label {
  display: block;
  font: 14px 'Conv_Lato-Bold';
  color: #425568;
  text-align: center;
  padding-bottom: 10px; }

.input-box input {
  background: #f1f4f7;
  border-top: 2px solid #d8dde2;
  border-left: 2px solid #d8dde2;
  border-bottom: 0px;
  border-right: 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.input-box textarea {
  background: #f1f4f7;
  border-top: 2px solid #d8dde2;
  border-left: 2px solid #d8dde2;
  border-bottom: 0px;
  border-right: 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 150px; }

.input-box .a-lostpass {
  display: block;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  margin: 10px 0; }

.input-box .a-reg {
  display: block;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  margin: 30px 0 10px 0; }

.input-box .button {
  width: 100%;
  border: none;
  cursor: pointer; }

.input-box.w-250px {
  width: 250px;
  margin: 0 auto;
  display: block; }

.col-2 {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px; }

.col-4 {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px; }

.application {
  min-width: 800px !important; }

.application textarea {
  height: 70px; }

.application h3 {
  font-size: 25px;
  text-align: left;
  color: #4cb059;
  text-transform: none;
  font-family: 'Conv_Lato-Regular', sans-serif;
  padding-top: 14px; }

.application .input-box label {
  text-align: left; }

.col-2-bg {
  width: 59%;
  float: right; }

.col-2-bg .button {
  margin: 0;
  float: right; }

.col-2-sm {
  width: 40%;
  text-align: left; }

.blog-header {
  background: url("../img/header_bg.jpg") no-repeat center bottom/cover;
  padding-bottom: 350px !important;
  position: relative; }

.blog-header:after {
  content: '';
  width: 100%;
  height: 450px;
  background: url("../img/header_clouds.png") no-repeat center top/cover;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0; }

.blog-header a {
  color: #FFFFFF !important; }

.blog-header .header-title {
  width: 1170px;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 30px 40px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.blog-page .pagination {
  margin: 0 auto;
  text-align: center; }

.blog-page .main-content {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(10%, #f1f4f7));
  background: -webkit-linear-gradient(top, white 0%, #f1f4f7 10%);
  background: linear-gradient(to bottom, white 0%, #f1f4f7 10%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f4f7', GradientType=0 ); }

.blog-nav {
  border-bottom: 2px solid #e4e8eb;
  margin-bottom: 50px; }

.blog-nav ul li {
  display: inline-block;
  padding: 20px; }

.blog-nav ul li.active a {
  color: #47a453 !important; }

.blog-nav ul li.active a:after {
  background: #47a453; }

.blog-nav ul li:first-child {
  padding-left: 0; }

.blog-nav ul li a {
  font-weight: bold;
  color: #303b40;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.blog-nav ul li a:after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  background: #e4e8eb;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.blog-nav ul li a:hover {
  color: #47a453 !important; }

.blog-nav ul li a:hover:after {
  background: #47a453; }

.last-posts_box {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.last-posts_box .date {
  color: #3c4e5f; }

.last-posts_box .last-post-big {
  margin-bottom: 30px; }
.last-posts_box .last-post-big .date{
  color: #ffffff;
}
.last-posts_box .last-post-sm {
  margin-bottom: 30px; }

.blog-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.blog-post h1 {
  font-size: 25px;
  color: #383838;
  font-weight: bold;
  padding-bottom: 10px; }

.blog-post h3, .blog-post h2 {
  padding: 20px 0 10px;
  margin: 0; }

.blog-post img {
  width: 100%; }

.blog-post ol {
  margin-left: 20px;
  list-style: decimal; }

.blog-post ol li {
  padding: 5px 0;
  font-size: 16px;
  line-height: 150%;
  color: #3d4e5f; }

.blog-post ul {
  margin-left: 20px;
  list-style: square; }

.blog-post ul li {
  padding: 5px 0;
  font-size: 16px;
  line-height: 150%;
  color: #3d4e5f; }

.blog-post blockquote {
  background: #f1f4f7;
  color: #47a453;
  padding: 50px 100px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 150%;
  font-style: italic;
  margin: 30px 0; }

.blog-post p {
  font-size: 16px;
  line-height: 150%; }

.blog-post p a {
  color: #47a453; }

.blog-post .blog-post_main {
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  background: #FFFFFF; }

.blog-post .blog-post_sidebar {
  width: 30%;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.blog-post .blog-post_sidebar .last-post-sm {
  width: 100%; }

.blog-post .blog-post_sidebar .last-post-sm .date {
  color: #3d4e5f; }

.blog-post .blog-post_sidebar .last-post-sm .last-post-wr {
  padding: 0; }

.blog-post table {
  width: 100%;
  margin: 30px 0; }

.blog-post table tr:nth-child(even) {
  background: #f1f4f7; }

.blog-post table td {
  padding: 10px; }

.blog-post table thead {
  background: #f1f4f7; }

.blog-post table thead td {
  font-weight: bold;
  padding: 10px; }

.blog-title {
  font-size: 25px;
  text-transform: none !important; }

.blog-title .breadcrumbs {
  color: #FFFFFF; }

.blog-title .breadcrumbs a {
  color: #FFFFFF;
  font-weight: 500; }

.blog-title .breadcrumbs span {
  color: #FFFFFF;
  font-weight: 500; }

.main-bg {
  background: url("../img/header_bg.jpg") no-repeat center top/cover;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  position: fixed;
  z-index: -1; }

.main-welcome {
  height: 100vh;
  min-height: 600px;
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 0; }

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

.main-welcome-wrap {
  height: 100vh; }

.top-section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.top-section .wrapper {
  display: table;
  height: 100%; }

.top-section .wrapper .top-section-content {
  display: table-cell;
  height: 430px;
  vertical-align: middle; }

.top-section_logo_a {
  display: block; }

.top-section_logo_a img {
  width: 800px; }

.top-section_logo {
  position: relative;
  width: 800px;
  display: inline-block;
  vertical-align: top;
  float: left; }

.top-section_logo a {
  text-decoration: none; }

.top-section_logo a .top-section_logo_text {
  font: 34px 'Conv_BebasNeue Regular';
  color: #4cb059;
  text-align: right;
  display: block;
  margin-top: -50px; }

.top-section-buttons {
  position: relative;
  width: 270px;
  display: inline-block;
  float: right;
  vertical-align: top;
  padding: 35px 0 0 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right; }

.top-section-buttons .button {
  width: 250px;
  margin-bottom: 20px; }

.rocket_1 {
  background: url("../assets/icons/rocket.svg") no-repeat center/contain;
  width: 160px;
  height: 95px;
  position: absolute;
  right: -20px;
  top: -120px; }

.rocket_2 {
  background: url("../assets/icons/rocket.svg") no-repeat center/contain;
  width: 95px;
  height: 57px;
  position: absolute;
  left: 40px;
  bottom: -120px; }

.rocket_3 {
  background: url("../assets/icons/rocket.svg") no-repeat center/contain;
  width: 216px;
  height: 130px;
  position: absolute;
  left: -270px;
  top: 150px; }

.rocket_4 {
  background: url("../assets/icons/rocket.svg") no-repeat center/contain;
  width: 95px;
  height: 57px;
  position: absolute;
  left: -150px;
  top: 50px; }

.mouse-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -21px;
  display: block;
  height: 55px;
  width: 23px;
  text-align: center; }

.about-section {
  background: #ffffff;
  position: relative;
  margin-top: 220px;
  height: 590px;
  min-height: 590px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.about-section:after {
  content: '';
  display: block;
  width: 100%;
  background: url("../img/mainpage-img_2.png") no-repeat center;
  height: 427px;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 9; }

.about-section:before {
  content: '';
  display: block;
  background: url("../img/header_clouds.png") no-repeat top/cover;
  height: 720px;
  width: 100%;
  top: -420px;
  position: absolute;
  left: 0;
  z-index: 0; }

.about-section .wrapper {
  height: 100%;
  position: relative; }

.about-section .about-section-text {
  z-index: 10;
  position: relative;
  width: 560px;
  height: 100%;
  margin: 0 auto; }

.about-section .about-section-text h2 {
  padding-bottom: 50px;
  padding-top: 20px; }

.about-section .about-section-text p {
  width: 520px; }

.about-section .about-section-text .about-img {
  position: absolute;
  bottom: 0px;
  right: -110%; }

.about-section .about-section-text .about-img img {
  vertical-align: bottom; }

.result-section {
  background: #f1f4f7;
  padding: 100px 0 60px 0;
  margin: 0;
  text-align: center;
  position: relative; }

.result-section:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  z-index: 1; }

.result-section .button {
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block;
  margin: 30px 0 0px; }

.result-section .flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -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;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between; }

.result-section .result-item {
  width: 200px;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  padding: 100px 0 0 0;
  margin-top: 50px; }

.result-section .result-item .res-txt p {
  -webkit-transition: .5s;
  transition: .5s; }

.result-section .result-item .res-number {
  font: 140px 'Conv_Lato-Black';
  color: #4cb059;
  opacity: .2;
  top: -5px;
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s; }

.result-section .result-item .res-title {
  font: 15px 'Conv_Lato-Black';
  text-transform: uppercase;
  color: #4cb059;
  position: relative; }

.result-section .result-item .res-title:before {
  font-family: 'fontello';
  content: '\e808';
  font-size: 15px;
  top: 2px;
  position: absolute;
  left: -30px; }

.result-section .result-item .res-title:after {
  content: '';
  height: 2px;
  width: 40%;
  background: #4cb059;
  display: block;
  margin-top: 10px;
  -webkit-transition: .5s;
  transition: .5s; }

.result-section .result-item:nth-child(1) .res-title:before {
  display: none; }

.result-section .result-item:hover .res-title:after {
  width: 100%;
  background: #425568; }

.result-section .result-item:hover .res-number {
  top: -50px;
  opacity: 1; }

.result-section .result-item:hover .res-txt p {
  color: #4cb059; }

.reviews-section {
  background: #ffffff;
  position: relative;
  margin: 0;
  padding: 0;
  height: 710px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.reviews-section:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #f1f4f7;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -30px;
  z-index: 1; }

.reviews-section .row,
.reviews-section .wrapper {
  height: 100%; }

.reviews-section .reviews-left {
  width: 50%;
  float: left;
  position: relative;
  height: 100%;
  z-index: 0; }

.reviews-section .reviews-left .reviews-left-img {
  position: absolute;
  right: -200px;
  bottom: 0;
  z-index: 0; }

.reviews-section .reviews-left .reviews-left-img img {
  vertical-align: bottom; }

.reviews-section .reviews-right {
  width: 50%;
  float: right;
  position: relative;
  z-index: 1; }

.reviews-section .reviews-right .reviews-txt {
  padding-left: 200px;
  padding-top: 140px; }

.reviews-section .reviews-right .reviews-text-vertical {
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  left: -100px;
  top: 250px; }

.reviews-section .reviews-right .reviews-text-vertical .rocket_5 {
  background: url("../assets/icons/rocket.svg") no-repeat center/contain;
  width: 140px;
  height: 80px;
  position: absolute;
  left: -140px;
  top: 50px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.reviews-section .reviews-right .reviews-text-vertical h2 {
  font-size: 45px;
  line-height: 130%; }

.reviews-section .reviews-right .reviews-text-vertical span {
  display: block; }

.methods-section {
  padding: 100px 0;
  position: relative; }

.methods-section .wrapper {
  position: relative;
  z-index: 10; }

.methods-title {
  width: 720px;
  margin: 0 auto 50px; }

.methods-title:after {
  content: '';
  clear: both;
  display: block;
  width: 100%; }

.methods-title h2, .methods-title h3 {
  line-height: 100%;
  margin: 0;
  padding: 0; }

.methods-title .methods-title-icon {
  float: left;
  width: 80px;
  border-right: 2px solid #4cb059;
  padding: 10px; }

.methods-title .methods-title-icon .icon {
  color: #4cb059;
  font-size: 50px; }

.methods-title .methods-title-text {
  float: right;
  width: 580px;
  padding: 10px; }

.methods-title .methods-title-text h2 {
  color: #fff;
  text-transform: uppercase; }

.methods-title .methods-title-text h3 {
  color: #4cb059;
  text-transform: lowercase;
  font-size: 20px;
  font-family: 'Conv_Lato-Regular';
  line-height: 190%; }

.method-box-left {
  width: 48.5%;
  background: #ffffff;
  float: left;
  height: 550px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 80px;
  position: relative;
  z-index: 6; }

.method-box-left h3 {
  padding: 0 0 20px 0; }

.method-box-right {
  background: #47a453;
  position: relative;
  width: 48.5%;
  float: right;
  height: 590px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 80px;
  z-index: 4; }

.method-box-right:after {
  content: '';
  position: absolute;
  display: block;
  background: url("../img/clouds_small.png") no-repeat right bottom/cover;
  width: 100%;
  height: 300px;
  left: 0;
  bottom: 0; }

.method-box-right h3 {
  padding: 0 0 20px 0; }

.methods-box {
  position: relative;
  z-index: 10; }

.method-vs {
  display: block;
  position: absolute;
  top: 45%;
  right: -50px;
  margin-top: -40px;
  background: #ffffff;
  width: 50px;
  height: 75px;
  font-family: 'Conv_Lato-Black';
  font-size: 28px;
  color: #4cb059;
  z-index: 10;
  padding-right: 7px;
  line-height: 75px;
  text-align: center;
  -webkit-box-shadow: 15px -1px 25px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 15px -1px 25px -2px rgba(0, 0, 0, 0.1); }

.methods-clouds {
  background: url("../img/header_clouds.png") no-repeat top center/cover;
  height: 370px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10; }

.delivery-section {
  background: #f7f9fb;
  position: relative; }

.delivery-section:before {
  content: '';
  display: block;
  background: url("../img/header_clouds.png") no-repeat top center/cover;
  height: 430px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.delivery-section .wrapper {
  position: relative;
  z-index: 10; }

.delivery-section .delivery-left {
  width: 50%;
  float: left;
  position: relative;
  height: 830px; }

.delivery-section .delivery-left .delivery-left-img {
  position: absolute;
  right: -100px;
  top: -60px; }

.delivery-section .delivery-right {
  width: 50%;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px; }

.delivery-section .delivery-right h2 {
  padding-bottom: 40px; }

.delivery-section .delivery-right .button {
  margin-top: 140px;
  width: 250px; }

.watermark-txt {
  font-family: 'Conv_BebasNeue Regular';
  font-size: 321px;
  line-height: 321px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -70px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #ecf0f3;
  overflow: hidden; }

.advantages-section {
  background: url("../img/advantages_bg.jpg") no-repeat center/cover;
  text-align: center;
  padding: 50px 0; }

.advantage-item {
  width: 350px;
  height: 525px;
  display: inline-block;
  vertical-align: top;
  background: url("../img/advantages-item_bg.jpg") no-repeat left top/cover;
  padding: 60px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 15px;
  text-align: left;
  position: relative;
  overflow: hidden; }

.advantage-item h2 {
  line-height: 130%;
  font-size: 28px; }

.advantage-item.advantage-title {
  background: url("../img/advantages_img_1.jpg") no-repeat center/cover;
  position: relative; }

.advantage-item .advantage-item_title {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.advantage-item .advantage-item_title .advantage-item_num {
  color: rgba(255, 255, 255, 0.5);
  font: 140px 'Conv_Lato-Black';
  position: absolute;
  width: 50%;
  float: left;
  left: -40px;
  top: -40px; }

.advantage-item .advantage-item_title .advantage-item_icon {
  position: relative;
  width: 50%;
  float: right;
  text-align: right;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.advantage-item .advantage-item_title .advantage-item_icon i {
  color: #4cb059;
  font-size: 27px; }

.advantage-item .advantage-item_desc {
  padding-top: 0px;
  position: relative; }

.advantage-item .advantage-item_desc h3 {
  padding-bottom: 10px; }

.icon-rocket {
  background: url("../assets/icons/rocket-white.svg") no-repeat center/contain;
  width: 45px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px; }

.faq-section {
  background: #fff;
  padding: 100px 0; }

.faq-section .faq-box {
  padding: 50px 0 0 0; }

.faq-section .faq-section-left {
  width: 50%;
  float: left; }

.faq-section .faq-section-right {
  width: 50%;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px; }

.faq-item {
  width: 97%;
  margin: 10px 0;
  position: relative; }

.faq-item .faq-item_title {
  background: #f1f4f7;
  padding: 15px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s; }

.faq-item .faq-item_title:after {
  content: '';
  display: block; }

.faq-item .faq-item_title span {
  background: url("../assets/icons/faq_plus.svg") no-repeat center left/contain;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Conv_Lato-Bold';
  color: #425568;
  display: block;
  padding-left: 40px; }

.faq-item .faq-item_text {
  display: none;
  border-left: 1px solid #bfdef0;
  padding: 20px;
  margin-left: 22px;
  margin-top: 10px;
  margin-bottom: 10px; }

.faq-item.active .faq-item_title {
  background: #3c4e5f;
  background: -webkit-gradient(left top, right top, color-stop(0%, #3c4e5f), color-stop(100%, #425568));
  background: -webkit-linear-gradient(left, #3c4e5f 0%, #425568 100%);
  background: -webkit-gradient(linear, left top, right top, from(#3c4e5f), to(#425568));
  background: linear-gradient(to right, #3c4e5f 0%, #425568 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c4e5f', endColorstr='#425568', GradientType=1 );
  -webkit-box-shadow: 0px 6px 40px -8px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 6px 40px -8px rgba(0, 0, 0, 0.75); }

.faq-item.active .faq-item_text {
  display: block; }

.faq-item.active span {
  display: block;
  background: url("../assets/icons/faq_minus.svg") no-repeat center left/contain;
  color: #ffffff; }

.rates-section {
  background: #f1f4f7;
  padding: 40px 0;
  position: relative; 

}
.rates-section:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -30px;
  z-index: 1; }

.rates-section h2 {
  padding: 40px 0; }

.rates-section .wrapper {
  text-align: center; }

.rates-box {
  text-align: center;
  padding: 50px 0; }

.rates-item .rates-title{
  height: 150px;
}
.rates-item {
  width: 350px;
  height: 480px;
  display: inline-block;
  background: #ffffff;
  margin: 15px;
  position: relative;
  padding: 50px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
  cursor: default;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden; }
.rates-item .button{
	width: 100%;
	position: relative;
	display: block;
	margin-top: 15px;
	transition: 0.4s;
}
.rates-item .button:hover{
	background: #3c4e5f;
    background: -webkit-gradient(linear, left top, right top, from(#3c4e5f), to(#425568));
    background: -webkit-linear-gradient(left, #3c4e5f 0%, #425568 100%);
    background: linear-gradient(to right, #3c4e5f 0%, #425568 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c4e5f', endColorstr='#425568', GradientType=1 );
    -webkit-box-shadow: 0px 6px 40px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 40px -8px rgba(0, 0, 0, 0.75);
}

}
.rates-item:after {
  display: block;
  content: '';
  border-bottom: solid 5px #4cb059;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.rates-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f0f8f1));
  background: -webkit-linear-gradient(top, white 0%, #f0f8f1 100%);
  background: linear-gradient(to bottom, white 0%, #f0f8f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f8f1', GradientType=0 );
  -webkit-box-shadow: 0px 13px 51px -10px rgba(76, 176, 89, 0.89);
          box-shadow: 0px 13px 51px -10px rgba(76, 176, 89, 0.89);
  z-index: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s; }

.rates-item .rates-title {
  position: relative; }

.rates-item h3 {
  color: #4cb059;
  text-transform: uppercase;
  font-family: 'Conv_Lato-Black';
  font-size: 20px; }

.rates-item p {
  padding: 20px 0; }

.rates-item .rates-num {
  color: #f1f4f7;
  font-size: 87px;
  position: absolute;
  top: -25px;
  left: -10px;
  font-family: 'Conv_Lato-Black'; }

.rates-item .rates-link-count {
  background: #f1f4f7;
  padding: 20px 30px;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  margin: 10px 0 20px 0;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s; }

.rates-item .rates-link-count span {
  line-height: 20px;
  display: inline-block;
  vertical-align: middle; }

.rates-item .rates-link-count i {
  color: #4cb059;
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle; }

.rates-item .rates-price {
  position: relative; }

.rates-item .rates-price span {
  display: inline-block;
  font-size: 60px;
  line-height: 76px;
  font-family: 'Conv_Lato-Black';
  color: #4cb059; }

.rates-item .rates-price i {
  font-size: 30px;
  color: #3c4e5f;
  display: inline-block; }

.rates-item:hover {
  -webkit-box-shadow: 0px 13px 50px -10px rgba(76, 176, 89, 0.89);
          box-shadow: 0px 13px 50px -10px rgba(76, 176, 89, 0.89); }

.rates-item:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1); }

.rates-item:hover:before {
  opacity: 1; }

.rates-item:hover .rates-link-count {
  background: #ffffff; }

.rates-buttons .button {
  margin: 10px; }

.rates-box {
  display: none; }

.rates-buttons li {
  display: inline-block; }

.rates-box.active {
  display: block !important; }

.rates-buttons li a.active {
  color: #fff;
  background: #3c4e5f;
  background: -webkit-gradient(linear, left top, right top, from(#3c4e5f), to(#425568));
  background: -webkit-linear-gradient(left, #3c4e5f 0%, #425568 100%);
  background: linear-gradient(to right, #3c4e5f 0%, #425568 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c4e5f', endColorstr='#425568', GradientType=1 );
  -webkit-box-shadow: 0px 6px 40px -8px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 6px 40px -8px rgba(0, 0, 0, 0.75); }

  .rates-section .tabs-mobile{
    display: none;
  }
.methods-section {
  padding-bottom: 0; }

.ethereal-links {
  position: relative;
  z-index: 400; }

.ethereal-links .methods-clouds {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0; }

.delivery-section {
  padding-top: 100px; }

.ethereal-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 100;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.ethereal-box_l {
  width: 49.5%;
  color: #FFFFFF;
  padding: 200px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ethereal-box_l p {
  color: #FFFFFF; }

.ethereal-box_l h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  padding-bottom: 20px; }

.ethereal-box_l h3 span {
  display: block; }

.ethereal-box_r {
  width: 49.5%;
  padding: 250px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.ethereal-box_r:before {
  content: url("../assets/arrow_1.svg");
  line-height: 20px;
  font-size: 20px;
  display: block;
  position: absolute;
  padding: 20px 25px 20px 20px;
  background: #FFFFFF;
  top: 50%;
  left: -30px; }

.ethereal-box_r .button {
  margin-top: 30px; }

.ethereal-box_r p {
  color: #425568; }

.ethereal-box_r h3 {
  color: #425568;
  text-transform: uppercase;
  padding-bottom: 20px; }

.ethereal-links_bg {
  position: absolute;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100.5%;
  width: 100.05%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px; }

.ethereal-links_bg .ethereal-bg_l {
  width: 50.5%;
  position: relative; }

.ethereal-links_bg .ethereal-bg_l .methods-clouds {
  width: 105%;
  height: 190px;
  z-index: 1001;
  top: -1px;
  left: -1px;
  right: -1px; }

.ethereal-links_bg .ethereal-bg_r {
  width: 49.5%;
  height: 100%;
  background: #FFFFFF;
  position: relative; }

.triang_1_box {
  position: absolute;
  top: 40px;
  z-index: 10;
  width: 70%; }

.triang_1_box .triang_1_box_1 {
  background: url("../assets/triangle_1.svg") no-repeat center/contain;
  width: 60%;
  height: 120px;
  position: absolute;
  right: 0; }

.triang_1_box .triang_1_box_2 {
  background: url("../assets/triangle_2.svg") no-repeat center/contain;
  width: 30%;
  height: 50px;
  position: absolute;
  top: 100px;
  left: 50px; }

.last-posts {
  background: #f1f4f7;
  padding: 70px 0; }

.last-posts_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }

.last-post-wr {
  padding: 15px;
  display: block;
  text-decoration: none; }

.last-post-wr .category span {
  color: #4cb059;
  font-size: 11px; }

.date {
  font-size: 11px;
  padding-bottom: 10px; }

.last-post-sm {
  width: 25%; }

.last-post-sm .last-post-wr {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
  padding-bottom: 0; }

.last-post-sm .last-post-sm_text {
  height: 100%;
  background: #FFFFFF;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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; }

.last-post-sm h3 {
  color: #303b40;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  padding: 5px 0; }

.last-post-sm img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block; }

.last-post-big {
  width: 50%; }

.last-post-big .last-post-wr {
  position: relative;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0; }

.last-post-big .last-post-big_text-b {
  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;
  padding-top: 10px;
  font-size: 11px; }

.last-post-big .date {
  padding-bottom: 0; }

.last-post-big img {
  width: 100%;
  height: 100%; }

.last-post-big .last-post-big_text {
  position: absolute;
  padding: 20px;
  bottom: 0;
  left: 15px;
  right: 15px;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, black 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, black 0%, rgba(255, 255, 255, 0) 100%); }

.last-post-big .last-post-big_text h3 {
  line-height: 130%;
  padding-bottom: 10px;
  font-weight: 500; }

.last-posts_title {
  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;
  padding-bottom: 40px; }

.last-posts_title h2 {
  font-size: 35px; }

.last-posts_title h2 .green-color {
  color: #4cb06d; }

.last-posts_title .last-posts_all {
  margin-left: 30px; }

.last-posts_title .last-posts_all a {
  font-weight: bold;
  color: #4cb059;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none; }

.last-posts_title .last-posts_all a:after {
  content: '';
  display: inline-block;
  line-height: 14px;
  background: url("../assets/menu_icon.svg") no-repeat center/contain;
  width: 14px;
  height: 10px;
  margin-left: 5px; }

.bold {
  font-weight: bold; }

* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

.inner-page h2 {
  font-family: 'Conv_Lato-Bold'; }

.inner-page .main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.inner-page .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.inner-page .main-footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.inner-page .main-header {
  padding: 20px 0; }

.inner-page .main-header a {
  color: #3c4e5f; }

.inner-page .main-header .personal-nav a {
  color: #3c4e5f; }

.inner-page .main-content {
  -webkit-box-shadow: inset 0px 44px 70px -27px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 44px 70px -27px rgba(0, 0, 0, 0.05); }

.inner-page .faq-section {
  padding: 20px 0;
  background: transparent; }

.inner-page .faq-section .faq-box {
  padding-top: 30px; }

.inner-page .main-footer {
  -webkit-box-shadow: inset 0px 44px 70px -27px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 44px 70px -27px rgba(0, 0, 0, 0.05);
  background-color: transparent; }

.breadcrumbs {
  padding: 20px 0 20px 0; }

.breadcrumbs ul li {
  display: inline-block; }

.breadcrumbs ul li a {
  font-size: 11px;
  color: #3c4e5f;
  text-decoration: none; }
.breadcrumbs ul li{
  font-size: 11px;
  color: #3c4e5f;
  text-decoration: none; }
.breadcrumbs ul li a:hover {
  text-decoration: underline; }

.breadcrumbs ul li a:after {
  font-family: 'fontello';
  content: '\e81c';
  vertical-align: middle;
  color: #4cb059;
  padding: 0 5px 0 10px;
  display: inline-block; }

.breadcrumbs ul li span {
  font-size: 11px;
  color: #color: #ffffff;; }

.text-page {
  padding: 0px 0 50px 0; }

.main-header .personal-exit {
  display: inline-block;
  padding-top: 9px; }

.main-header .personal-exit a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px; }

.main-header .personal-nav a.personal-nav-link i {
  vertical-align: middle; }
.inner-page .personal-exit a{
  color: #425568 !important;
}
h2 {
  font-size: 25px;
  color: #425568; }

.flexbox-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.flexbox-main .sidebar {
  width: 32%;
  background: #f1f4f7; }

.flexbox-main .mainbar {
  width: 65%; }

.sidebar-name {
  background: #4cb059;
  height: 120px;
  padding: 0 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sidebar-name_c {
  font-size: 15px;
  color: #ffffff;
  font-family: 'Conv_Lato-Bold';
  line-height: 120px;
  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; }

.sidebar-nav ul {
  margin: 20px 0; }

.sidebar-nav ul li {
  display: block;
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sidebar-nav ul li svg {
  fill: #425568;
  display: inline-block;
  vertical-align: middle;
  fill-rule: evenodd;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.sidebar-nav ul li svg path {
  -o-object-fit: contain;
     object-fit: contain;
  fill-rule: evenodd;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.sidebar-nav ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.sidebar-nav ul li a {
  display: block;
  text-transform: uppercase;
  color: #425568;
  font-size: 13px;
  text-decoration: none;
  font-family: 'Conv_Lato-Bold'; }

.sidebar-nav ul li a:hover {
  color: #4cb059; }

.sidebar-nav ul li a:hover span {
  color: #4cb059; }

.sidebar-nav ul li a:hover path {
  fill: #4cb059; }

.sidebar-nav ul li.active {
  background: #e3e9f0;
  border-right: 3px solid #4cb06d; }

.sidebar-nav ul li.active path {
  fill: #4cb059; }

.sidebar-nav ul li.active span {
  color: #4cb059; }

.mainbar_maininfo {
  background: #f1f4f7;
  height: 120px;
  padding: 0 40px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 60px;
  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; }

.mainbar_maininfo .mainbar_info-id {
  font-size: 25px;
  font-family: 'Conv_Lato-Bold';
  color: #4cb06d;
  text-transform: uppercase; }

.mainbar_maininfo .mainbar_info-id span {
  color: #425568;
  display: inline-block;
  padding-right: 10px; }

.mainbar_maininfo .mainbar_info-balance {
  font-size: 25px;
  font-family: 'Conv_Lato-Bold';
  color: #4cb06d;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.mainbar_maininfo .mainbar_info-balance span:nth-child(1) {
  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; }

.mainbar_maininfo .mainbar_info-balance span:nth-child(1) i {
  margin-right: 10px; }

.mainbar_maininfo .mainbar_info-balance span {
  color: #425568;
  padding-right: 10px; }

.mainbar_info {
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px; }

.mainbar_info .row {
  margin-left: -10px;
  margin-right: -10px;
  text-align: left; }

.mainbar_info .input-box label {
  text-align: left; }

.mainbar_info .save-btn-box {
  text-align: right; }

.mainbar_info .button {
  cursor: pointer; }

input, textarea {
  outline: none;
  font-family: 'Conv_Lato-Regular';
  color: #425568;
  font-size: 16px; }

.personal-nav {
  position: relative; }

.personal-nav:hover .personal-nav_menu {
  top: 38px;
  opacity: 1;
  visibility: visible; }

.personal-nav .personal-nav_menu {
  background: #FFFFFF;
  position: absolute;
  padding: 20px;
  z-index: 10;
  /* left: -10px; */
  right:0;
  -webkit-box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  top: 70px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.personal-nav .personal-nav_menu a {
  text-decoration: none;
  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;
  padding: 10px;
  color: #425568; }

.personal-nav .personal-nav_menu a:hover span {
  color: #4cb059; }

.personal-nav .personal-nav_menu a path {
  fill: #425568; }

.personal-nav .personal-nav_menu a span {
  padding-left: 10px;
  color: #425568; }

.infobox {
  padding: 20px 20px 20px 30px;
  margin: 30px 0;
  -webkit-box-shadow: 5px 10px 90px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 90px -10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.infobox .infobox_icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px; }

.infobox .infobox_title {
  display: inline-block;
  vertical-align: middle;
  color: #425568; }

.icon-info {
  background: url("../assets/icon_i.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: inline-block; }

.infotable {
  margin: 30px 0; }

.infotable .infotable_row {
  font-size: 16px;
  padding: 15px 10px;
  color: #425568; }

.infotable .infotable_row:nth-child(odd) {
  background: #f1f4f7; }

.btn-payment {
  background: #425568 !important;
  -webkit-box-shadow: 0 13px 121px -10px rgba(66, 85, 104, 0.89) !important;
          box-shadow: 0 13px 121px -10px rgba(66, 85, 104, 0.89) !important;
  text-transform: none;
  position: relative; }

.btn-payment:after {
  content: '';
  display: block;
  background: url("../assets/icon_arrow.svg") no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 30px; }

.btn-history:after {
  display: none !important; }

.btn-history:before {
  content: '';
  display: block;
  background: url("../assets/icon_arrow.svg") no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.table-payments .table-tr-head {
  background: #e7ebf0 !important;
  border-color: #e7ebf0 !important; }

.table-payments .table-tr-head .table-td {
  font-family: 'Conv_Lato-Bold', sans-serif;
  color: #425568; }

.table-payments .table-tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #FFFFFF;
  margin: 10px 0;
  background: #ffffff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 30px -5px rgba(61, 78, 95, 0.2);
          box-shadow: 0 0 30px -5px rgba(61, 78, 95, 0.2); }

.table-payments .table-tr:hover {
  border-color: rgba(66, 85, 104, 0.4); }
.table-payments .table-tr.newitem {
  border-color: #45a151; }
.table-payments .table-tr .table-td {
  padding: 20px 10px;
  color: #425568;
  font-size: 14px; }

.table-payments .table-tr .table-td:nth-child(1) {
  width: 20%; }

.table-payments .table-tr .table-td:nth-child(2) {
  width: 35%; }

.table-payments .table-tr .table-td:nth-child(3) {
  width: 15%; }

.table-payments .table-tr .table-td:nth-child(4) {
  width: 10%; }

.table-payments .table-tr .table-td:nth-child(5) {
  width: 20%; }

.status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.status-process {
  display: inline-block;
  padding-right: 5px; }
.status span{
  white-space: nowrap;
}
.status-process:before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  background: url("../assets/icon-process.svg") no-repeat center/contain; }

.status-cancelled {
  display: inline-block;
  padding-right: 5px; }
.status-cancelled:before {
  content: '';
  width: 13px;
  height: 13px;
  display: block;
  background: url("../assets/icon_cancelled.svg") no-repeat center/contain; }
.mfp-close{
  top: -40px !important;
}
.status-done {
  display: inline-block;
  padding-right: 5px; }

.status-done:before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  background: url("../assets/icon-done.svg") no-repeat center/contain; }

.status-finished {
  display: inline-block;
  padding-right: 5px; }

.status-finished:before {
  content: '\2022';
  font-size: 20px;
  line-height: 16px;
  color: #ced6e1; }

.paylink {
  color: #45a151;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px; }

.paylink:before {
  content: '';
  display: inline-block;
  background: url("../assets/icon_pdf.svg") no-repeat center/contain;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -1px; }

.actlink {
  color: #45a151;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px; }

.double-arrow {
  display: block; }

.double-arrow:after {
  content: '';
  background: url("../assets/icon_arrow.svg") no-repeat center/contain;
  width: 10px;
  height: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle; }

.double-arrow:before {
  content: '';
  background: url("../assets/icon_arrow.svg") no-repeat center/contain;
  width: 10px;
  height: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px; }

.double-arrow-l {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.double-arrow-l:before {
  margin-bottom: 4px; }

.double-arrow-l:after {
  margin-bottom: 4px; }

.pagination {
  padding: 20px 0; }

.pagination ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px; }

.pagination ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #3c4e5f;
  width: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px -2px rgba(61, 78, 95, 0.2);
          box-shadow: 0 10px 30px -2px rgba(61, 78, 95, 0.2); }

.payment-summ-box {
  position: relative;
  width: auto; }

.payment-summ-box input {
  padding-left: 50px; }

.payment-summ-box:before {
  content: '';
  background: url("../assets/rub-logo.svg") no-repeat center/contain;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 20px; }

.styled {
  width: 100%; }

.styled .jq-selectbox__select {
  background: #f1f4f7;
  border-top: 2px solid #d8dde2;
  border-left: 2px solid #d8dde2;
  border-bottom: 0;
  border-right: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 61px;
  line-height: 61px; }

.styled .jq-selectbox__select-text {
  color: #425568;
  font-size: 16px;
  font-family: 'Conv_Lato-Regular', sans-serif;
  line-height: 55px; }

.styled .jq-selectbox__trigger {
  border-left: none; }

.styled .jq-selectbox__trigger-arrow {
  top: 26px; }

.payment-btn-box {
  padding-top: 20px; }

.payment-btn-box .button {
  padding: 22px 20px;
  width: 100%; }

.btn-add-project {
  text-transform: none; }

.table-projects.table-payments .table-tr .table-td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.table-projects.table-payments .table-tr .table-td:nth-child(1) {
  width: 8%;
  min-width: 8%; }

.table-projects.table-payments .table-tr .table-td:nth-child(2) {
  width: 13%;
  text-align: center;
  min-width: 13%; }

.table-projects.table-payments .table-tr .table-td:nth-child(3) {
  width: 23%;
  min-width: 23%; }

.table-projects.table-payments .table-tr .table-td:nth-child(4) {
  width: 8%;
  min-width: 8%; }

.table-projects.table-payments .table-tr .table-td:nth-child(5) {
  width: 18%;
  text-align: center;
  min-width: 18%; }

.table-projects.table-payments .table-tr .table-td:nth-child(6) {
  width: 14%;
  min-width: 14%; }

.table-projects.table-payments .table-tr .table-td:nth-child(7) {
  width: 14%;
  min-width: 14%; }

.icon-eye-link {
  color: #3c4e5f;
  text-decoration: none; }

.download-otchet {
  color: #45a151;
  background: url("../assets/download-icon.svg") no-repeat center/contain;
  display: block;
  width: 20px;
  height: 20px; }

.start-project {
  color: #47a453;
  font-weight: bold;
  text-decoration: none; }

.projects-tabs .rates-item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 50px -5px rgba(60, 78, 95, 0.2);
          box-shadow: 0px 0px 50px -5px rgba(60, 78, 95, 0.2);
  cursor: default;
  margin: 40px 0; }

.projects-tabs .rates-item:hover .rates-link-count {
  background: #f1f4f7; }

.projects-tabs .rates-item:hover:before {
  display: none; }

.projects-tabs .rates-item:hover:after {
  display: none; }

.projects-tabs .rates-item .rates-item_l {
  width: 60%; }

.projects-tabs .rates-item .rates-item_l .rates-link-count {
  width: 150px; }

.projects-tabs .rates-item .rates-item_r {
  width: 40%; }

.projects-tabs .rates-item .rates-price span {
  font-size: 50px; }

.projects-tabs .rates-item .rates-price .icon-rouble {
  font-size: 16px; }

.projects-tabs .rates-item .button {
  width: 180px;
  margin-top: 30px; }

.button.right {
  float: right; }

.jq-file.styled {
  height: 59px;
  width: auto;
  -webkit-box-shadow: 0 0 30px -5px rgba(60, 78, 95, 0.4);
          box-shadow: 0 0 30px -5px rgba(60, 78, 95, 0.4);
  max-width: 100%; }

.jq-file.styled .jq-file__name {
  height: 100%;
  line-height: 59px;
  position: relative;
  padding: 0 40px 0 50px;
  text-align: center;
  width: 100%;
  border: none;
  font-size: 16px;
  font-family: 'Conv_Lato-Regular', sans-serif;
  color: #3c4e5f;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(49%, white), to(#e9e9e9));
  background: -webkit-linear-gradient(top, white 0%, white 49%, #e9e9e9 100%);
  background: linear-gradient(to bottom, white 0%, white 49%, #e9e9e9 100%); }

.jq-file.styled .jq-file__name:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../assets/skrepka.svg") no-repeat center/contain;
  left: 20px;
  top: 50%;
  margin-top: -10px; }

.jq-file.styled .jq-file__browse {
  height: 100%;
  line-height: 59px;
  display: none; }

.table-payments.table-support .table-tr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.table-payments.table-support .table-tr .table-td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.table-payments.table-support .table-tr .table-td:nth-child(1) {
  width: 20%;
  min-width: 20%; }

.table-payments.table-support .table-tr .table-td:nth-child(2) {
  width: 50%;
  min-width: 50%; }

.table-payments.table-support .table-tr .table-td:nth-child(3) {
  width: 30%;
  min-width: 30%; }

.support-mess-item .support-pagetitle{
    font-family: 'Conv_Lato-Bold'!important;
}
.support-done {
  background: #f0f8f1 !important;
  border-color: #f0f8f1 !important; }
.support-done .support-pagetitle{
    font-family: 'Conv_Lato-Regular'!important;
}
.message {
  padding: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 35px -5px rgba(60, 78, 95, 0.2);
          box-shadow: 0 0 35px -5px rgba(60, 78, 95, 0.2);
  margin: 20px 0; }

.message.author-message {
  background: #f0f8f1; }

.message.author-message .message_name {
  color: #3c4e5f; }

.message_top {
  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;
  margin-bottom: 10px; }

.message_top .message_date {
  color: #3c4e5f;
  margin-left: 20px; }

.message_top .message_name {
  font-size: 16px;
  color: #47a453; }

.message .message_bottom {
  color: #3c4e5f;
  font-size: 14px; }
.white-color p{
  color: #ffffff;
}
.message_bottom b{
  font-weight: 800;
  font-size: 20px;
  padding-top: 10px;
  display: block;
}
/* ------------------------------------------------------------ */
/* ---------------- Styles for 1200px desktops  --------------- */
/* ------------------------------------------------------------ */
@media only screen and (max-width: 1170px) {
  .wrapper {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

/* ---------------------------------------------------------- */
/* ---------------- Styles for 992px tablets  --------------- */
/* ---------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  .last-post-big {
    width: 100%; }
  .last-post-sm {
    width: 50%; }
  .rocket_1 {
    display: none; }
  .top-section-content {
    height: auto !important;
    display: block !important;
    padding-top: 50px; }
  .top-section_logo {
    width: 100%;
    text-align: center;
    display: block; }
  .top-section_logo .top-section_logo_a {
    display: inline-block; }
  .top-section-buttons {
    width: 100%;
    display: block;
    text-align: center; }
  .header-nav {
    width: auto !important; }
  .sidebar-nav ul li,
  .sidebar-name {
    padding-left: 20px;
    padding-right: 20px; }
  .mainbar_maininfo,
  .mainbar_info {
    padding-left: 20px;
    padding-right: 20px; }
  .blog-post {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .blog-post .blog-post_main {
    width: 100%; }
  .blog-post .blog-post_sidebar {
    margin-top: 30px;
    width: 100%;
    padding: 0; }
  .blog-header:after {
    height: 300px; }
  .blog-header {
    height: 250px; }
  .header-title {
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    padding-left: 30px !important;
    padding-right: 30px !important; } }

/* ---------------------------------------------------------- */
/* ---------------- Styles for 768px tablets  --------------- */
/* ---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
    .header-nav ul li:last-child{
        display:block!important;
    }
  .ethereal-box{
    flex-direction: column !important;
  }
  .header-phone{
  	display: none;
  }
  .personal-exit{
  	display: none !important;
  }
  .main-header .header-nav a.mobile-nav-close{
  	display: block;
  }
  .ethereal-box_l{
    width: 100%;
    color: #ffffff !important;
  }
  .last-posts_title{
    flex-direction: column;
  }
  .ethereal-box_r p{
    color: #ffffff;
  }
  .ethereal-box_r h3{
    color: #ffffff;
  }
  .ethereal-box_r{
    width: 100%;
  }
  .ethereal-links_bg .ethereal-bg_l{
    width: 100%;
  }
  .ethereal-links_bg .ethereal-bg_r{
    display: none;
  }
  .header-title {
    font-size: 25px !important; }
  .main-header .wrapper .header-nav {
    display: none;
    position: absolute;
    z-index: 100;
    background: #4cb059;
    top: 0;
    left: 0;
    height: 100vh;
    width: 50%;
    -webkit-box-shadow: inset -23px -1px 26px -19px rgba(0, 0, 0, 0.3);
            box-shadow: inset -23px -1px 26px -19px rgba(0, 0, 0, 0.3); }
  .main-header .wrapper .header-nav li {
    display: block;
    text-align: center;
    padding: 20px; }
  .main-header .wrapper .header-nav .mobile-nav-close {
    position: absolute;
    top: 5px;
    right: -50px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    text-decoration: none; }
  .main-header .wrapper .header-nav .mobile-nav-close i {
    color: #4cb059;
    font-size: 20px; }
  .mobile-nav-button {
    background: rgba(255, 255, 255, 0.1);
    display: inline-block !important;
    padding: 20px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    text-decoration: none; }
  .mobile-nav-button:after {
    font-family: 'fontello';
    content: '\e800';
    display: block;
    color: #4cb059;
    font-size: 20px; }
  .personal-nav {
    padding-top: 0 !important; }
  .personal-nav a.personal-nav-link {
    background: rgba(255, 255, 255, 0.1);
    display: inline-block !important;
    padding: 20px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    text-decoration: none; }
  .personal-nav a.personal-nav-link:after {
    content: '';
    display: block;
    color: #4cb059;
    background: url("../assets/icons/lock.svg") no-repeat center/contain;
    width: 20px;
    height: 20px; }
  .personal-nav a.personal-nav-link i {
    display: none !important; }
  .personal-nav a.personal-nav-link span {
    display: none !important; }
  .top-section_logo {
    width: 100%; }
  .top-section_logo .top-section_logo_a {
    width: 100%; }
  .top-section_logo img {
    width: 100%; }
  .about-section {
    height: auto; }
  .about-section-text {
    width: 100%;
    float: none; }
  .about-section-text .about-img {
    position: static !important; }
  .result-item {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 45% !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    text-align: left;
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .result-item .res-title:before {
    display: none !important; }
  .flexbox {
    display: block !important; }
  .reviews-section {
    height: auto; }
  .reviews-section .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .reviews-section .reviews-left .reviews-left-img {
    position: static;
    width: 100% !important;
    height: auto !important; }
  .reviews-section .reviews-left .reviews-left-img img {
    width: 100% !important; }
  .reviews-right {
    float: left !important;
    width: 100% !important;
    height: auto !important; }
  .reviews-right .reviews-txt {
    padding: 20px !important; }
  .reviews-left {
    width: 100% !important;
    float: right !important;
    height: auto !important; }
  .reviews-text-vertical {
    -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
    position: static !important;
    text-align: center;
    padding-top: 50px; }
  .method-box-left {
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px; }
  .method-vs {
    bottom: 0 !important;
    left: 50% !important;
    top: 102%;
    width: 70px;
    padding: 0;
    margin-left: -35px; }
  .method-box-right {
    float: none;
    width: 90%;
    margin: 0 auto; }
  .methods-section {
    padding: 30px 0; }
  .methods-title {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0; }
  .methods-title .methods-title-icon {
    display: none; }
  .methods-title .methods-title-text {
    width: 100%;
    text-align: center; }
  .methods-clouds {
    background-position: center; }
  .delivery-section .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .delivery-left {
    float: none !important;
    width: 100% !important;
    height: auto !important; }
  .delivery-right {
    float: none !important;
    width: 100% !important;
    padding-left: 0 !important; }
  .padding-left-100px {
    padding-left: 0; }
  .delivery-section .delivery-right {
    text-align: center; }
  .delivery-section .delivery-right .button {
    margin-top: 30px;
    margin-bottom: 50px; }
  .delivery-left-img {
    position: static !important;
    width: 100%;
    height: auto; }
  .delivery-left-img img {
    width: 100%; }
  .advantage-item {
    width: 90%;
    display: block;
    float: none;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 20px auto; }
  .faq-section-left {
    float: none !important;
    width: 100% !important;
    padding: 10px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .faq-section-left .faq-item {
    width: 100%; }
  .faq-right_img {
    width: 100% !important; }
  .faq-right_img img {
    width: 100% !important; }
  .faq-section-right {
    width: 100% !important;
    float: none;
    text-align: center;
    padding-left: 0 !important; }
  .foot-logo {
    display: block !important; }
  .foot-nav {
    display: block !important;
    width: 100% !important;
    padding: 20px 0; }
  .foot-nav li {
    padding: 10px !important;
    display: block !important;
    text-align: center; }
  .copyrights {
    display: block !important; }
  .ga-logo {
    display: block !important;
    padding-top: 20px; }
  .main-footer {
    text-align: center; }
  .about-section-text {
    width: 100% !important; }
  .about-section-text p {
    width: 100% !important; }
  .about-img img {
    width: 100% !important; }
  .watermark-txt {
    display: none; }
  .flexbox-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flexbox-main .sidebar {
    width: 100%; }
  .flexbox-main .mainbar {
    width: 100%; }
  h2 {
    font-size: 20px; }
  .mainbar_maininfo,
  .sidebar-name,
  .sidebar-name_c {
    height: auto;
    padding: 20px;
    line-height: 120%; }
  .sidebar-name_c {
    padding: 0; }
  .mainbar_info-balance {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .mainbar_maininfo .mainbar_info-id {
    display: block; } }

/* ---------------------------------------------------------------- */
/* ------------------ Styles for 480 mobile devices --------------- */
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  .table-tr {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .table-tr > * {
    width: 100% !important;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .table-tr > * .status {
    display: inline-block; }
  .table-tr-head {
    display: none !important; }
  .blog-header .header-title {
    font-size: 25px;
    text-align: center;
    width: 100%; }
  .blog-header {
    padding-bottom: 150px !important; }
  .blog-header:after {
    height: 150px; }
  .blog-nav ul {
    text-align: center; }
  .blog-nav li {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 20px !important; }
  .last-post-big {
    width: 100%; }
  .last-post-sm {
    width: 100%; }
  .save-btn-box .button {
    width: 100%;
    margin-top: 10px; }
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .row .col-2 {
    width: 100%; }
  .row .col-4 {
    width: 100%; }
    
  .mainbar_info .rates-buttons {
    display: inline-block!important;
    width: 100%!important;
  }
  .mainbar_info .rates-buttons li {
    width: 100%!important;
    margin: 10px 0;
  }
  
  .projects-tabs .rates-item{
    display: inline-block!important;
  }
  .rates-item{
    padding: 70px 20px!important;
  }
  .projects-tabs .rates-item .rates-item_l{
    width:100%!important;
  }
  .projects-tabs .rates-item .rates-item_r{
    width:100%!important;
  }
  .projects-tabs .rates-item .button{
    width:100%!important;
  }
  .projects-tabs .rates-item .rates-item_l .rates-link-count{
    width:auto!important;
  }
  .jq-file.styled{
    width:100%!important;
  }
  

  .input-box {
    margin: 5px 0; }
  .mainbar_maininfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .mainbar_maininfo > div {
    padding: 10px 0; }
  .top-section_logo a .top-section_logo_text {
    margin-top: 5px !important; }
  .result-item {
    width: 100% !important;
    height: auto !important;
    float: none !important; }
  h2 {
    font-size: 35px !important; }
  .method-box-left {
    padding: 10px 10px 50px 10px;
    height: auto !important; }
  .method-box-right {
    padding: 50px 10px 200px 10px;
    height: auto !important; }
  .advantage-item {
    padding: 30px; }
  .advantage-item h2 {
    font-size: 25px !important; }
  .faq-section {
    padding-top: 10px; }


    .rates-section #tabs{
      display: none;
    }
    .rates-section .tabs-mobile {
      display: block;
    }
    .rates-section .tabs-mobile .tabs-box-mobile h4{
      color: #3d4f60;
      margin-bottom: 17px;
      margin-top: 45px;
      font: 20px/150% 'Conv_Lato-Black';
    }

  .rates-section .rates-item {
    width: 95% !important;
    /* width: 100% !important; */
    border-radius: 8px;
    padding: 30px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0;
    height: inherit;
    padding-bottom: 0px!important; }
    .rates-item h3 {
      text-transform: none;
    }
    .rates-item .rates-price span {
      font-size: 31px;
    }
    .rates-item .rates-price i {
      font-size: 15px;
    }
    .rates-item .rates-title {
     height: inherit;
    }
    .rates-item .rates-link-count {
      background: #f1f4f7;
      padding: 0; 
      -webkit-border-radius: 100px;
      border-radius: 50%;
      margin: 0; 
      position: absolute;
      -webkit-transition: .3s;
      transition: .3s;
      width: 45px;
      height: 45px;
      display: inline-block;
      right:  101px;
      bottom: 16px;
    }
    .rates-item .rates-link-count i {
      color: #4cb059;
      font-size: 20px;
      margin-right: auto;
      /* vertical-align: middle; */
      text-align: center;
      line-height: 42px;
      display: block;
    }
    .rates-item .rates-link-count span {
      line-height: 20px;
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      top: 13px;
      right: 0px;
      left: 57px;
      color: #425568;
      width: 74px;
    }
    .rates-item .button {
      display: none;
    }
    .rates-section .button-to-action {
      display: block!important;
      width: 100%;
      margin-top: 30px;
      margin-bottom: 40px;
    }
    .rates-section .button-to-action a{
        width: 75%;
    }
    .rates-box {
    padding: 25px 0;
    }
  .blog-post_main {
    padding: 15px !important; }
  .header-title {
    padding-bottom: 150px !important;
    font-size: 20px !important; }
  .blog-header:after {
    height: 100px; }
  .blog-post h3 {
    font-size: 20px !important; }
  .blog-post h2 {
    font-size: 20px !important; }
  .blog-post h3, .blog-post h2 {
    line-height: 110% !important; }
  .blog-post blockquote {
    padding: 20px !important; } }

/* ---------------------------------------------------------------- */
/* ---------------- Styles for 320px mobile devices --------------- */
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 320px) {
  .logo {
    width: 150px; }
  .logo a {
    width: 140px !important; }
  .logo img {
    width: 100% !important; }
  .top-section_logo_a {
    text-align: center !important; }
  .top-section_logo_text {
    font-size: 28px !important;
    text-align: center !important; } }

@media only screen and (min-width: 2000px) {
  .methods-clouds {
    height: 500px; }
  .ethereal-links_bg .ethereal-bg_l .methods-clouds {
    height: 250px; }
  .ethereal-box_l, .ethereal-box_r {
    padding-top: 200px; } }
/*.about-box{
	overflow-x: hidden;
    overflow-y: visible !important;
}*/
.div-flex a{
  display: block;
  text-align: center;
  text-decoration: none;
}
.div-flex input{
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.modal.fade{
	outline: none;
    width: 380px;
    margin: 0 auto;
}
.page-404{
  height: 65vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-404{
  font-size: 30px;
  text-align: center;
}
.pagination .disabled{
  display: none;
}
.pagination .active a{
  color: #4cb059;
}

.main-pagination{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  position: fixed;
  align-items: flex-end;
  justify-content: center;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 100vh;
  z-index: 9990;
}

.main-pagination a{
  display: block;
  padding: 10px 0;
}

.main-pagination-ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100vh;
}

.main-pagination a:after{
  content: '';
  width: 20px;
  height: 1px;
  background: #425568;
  display: block;
  transition: 0.4s;
}
.main-pagination .active a:after{
  width: 40px;
  background: #4cb059 !important;
}
@media only screen and (max-width: 1170px) {
  .main-pagination{
    display: none;
  }
}
.white-c.main-pagination a:after{
  background: #fff;
}

.craud-link, .reviews_button, .ethereal-link.button {
	margin-top: 20px;
}
.delivery-section .delivery-right .button{
	margin-top: 20px;
}
.ya-share2__list{
	margin-left: 0 !important;
}
.header-phone{
    padding-top: 10px;
}
.header-phone span{
display: block;
    padding: 0 15px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.inner-page .header-phone span{
	color: #3c4e5f;
}
.inner-page.blog-page .header-phone span{
    color: #ffffff !important;
}
.inner-page.blog-page .personal-exit a{
  color: #ffffff !important;
}
.modal{
  position: relative;
}
.mfp-close-btn-in .mfp-close{
  color: #fff !important;
}
#ajaxlogin-modal{
  background: #fff;
  
}

.text-danger{
  color: brown !important;
  text-align: center !important;
}
.ajaxlogin-form{
  padding: 0 !important;
}

.personal-nav-link span{
  max-width: 110px;
  width: 100px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.saved-success{
  color: #4cb059 !important;
  font-size: 16px;
  padding: 10px 0;
}
.error-field{
  color: brown;
  display: inline-block;
  padding-bottom: 10px;
}
/*.personal-nav-link span:after{
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline-block;
  right: 0;
  top: -2px;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
}
*/
.dflex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.col-3{
  padding: 10px;
  min-width: 33.3%;
  box-sizing: border-box;
}
.w-215{
  width: 215px;
}

.mainbar_info .rates-buttons{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.mainbar_info .rates-buttons li{
  width: 23%;
}
.mainbar_info .rates-buttons a{
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  height: 100%;
  font-size: 12px; 
}
.mainbar_info .rates-box{
  padding: 10px 0;
}
.projects-tabs{
  padding-top: 40px;
}
.mainbar_info .rates-title{
  height: auto !important;
}
#payment-checkout{
  display: none;
}
input.error{
  border-color: brown;
}
textarea.error{
  border-color: brown;
}
.saved-error{
  color: brown;
  display: none;
}
.popup-wr{
  max-width: 400px;
}
.popup a{
  color: #4cb059;
}
.nomoney{
  text-align: center;
  font-size: 16px;
}
a.table-tr{
  text-decoration: none !important;
}
.message{
  position: relative;
  //z-index: 10;
}
.message:before{
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid white; 
  border-left: 30px solid transparent;
  position: absolute;
  left: -30px;
  top: 0;
  z-index: 1;
}
.message:after{
  content: '';
  width: 0;
  height: 0;
  border-top: 32px solid rgba(0,0,0,0.11); 
  border-left: 32px solid transparent;
  position: absolute;
  left: -30px;
  top: 1px;
  filter: blur(5px);
  z-index: -1;
}
.author-message:before{
  border-top-color:#f0f8f1;
}

.popup h3{
  color: #43556A;
}
.rates-item.no-hover:hover{
  box-shadow: none !important;
  background: none !important;
}
.rates-item.no-hover{
  cursor: default;
}
.rates-item.no-hover:hover:before{
  display: none;
}
.rates-item.no-hover:hover .rates-link-count{
  background: #f1f4f7;
}
.popup p b{
  font-weight: 800;
  font-size: 18px;
}
.table-td:nth-child(2){
  overflow: hidden;
  white-space: nowrap;
}
.table-td a{
  color: #4cb059;
  display: inline-block;
}

/* Added 01/04/2020*/
.main-header.fixed .header-phone span{
  color: #425568 !important;
}
.main-header.fixed .personal-nav a.personal-nav-link span {
  display: inline-block;
  color: #4cb059;
  vertical-align: middle; 
}
.main-header.fixed .personal-nav a.personal-nav-link{
  color: #425568 !important;
}
.top-section{
  padding-top: 120px;
}
.main-header.fixed .header-nav a{
  color: #425568;
}
.main-header{
  position: fixed;
  opacity: 1 !important;
  z-index: 1000 !important;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  transition: 0.4s;
}
.main-header.fixed{
  background: #ffffff;
  padding: 5px 0 10px;
  box-shadow: 0 5px 10px -10px rgba(0,0,0,0.3);
}
.main-header.fixed .personal-exit a{
  color: #425568 !important;
}
.main-header .logo a img{
  transition: 0.4s;
}
.main-header.fixed .logo a img{
  transition: 0.3s;
  height: 80px;
  object-fit: contain;
  display: block;
}
.fixed.blog-header{
  padding-bottom: 10px !important;
}
.blog-page-header.main-header a{
  color: #fff;
}
.blog-page-header.main-header span{
  color: #fff;
}
.blog-header{
  margin-top: -100px;
  padding-top: 220px;
}
/*.inner-page .main-wrapper{
  padding-top: 100px;
}*/

.blog-page .main-content{
	padding-top: 0 !important;
}

.main-content{
	padding-top: 120px;
	overflow: hidden;
}
/*.inner-page .main-wrapper{
  padding-top: 120px;
}*/
/* End added 01/04/2020 */
.new-footer {
	background: #fff;
	padding: 25px 0;
}
.new-footer span{
	display: block;
	color: #425568;
	padding-bottom: 7px;
}
.new-footer .footer-wrapper > * {
	padding: 0 10px;
}
.new-footer .footer-wrapper > *:first-of-type{
	padding-left: 0;
}
.new-footer .footer-wrapper > *:last-of-type{
	padding-right: 0;
}
.new-footer .footer-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.footer-logo{
	width: 250px;
}
.new-footer  .line-bottom a{
	color: #4cb059 !important;
	text-decoration: none;
}
.new-footer .line-top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.new-footer .line-top .r{
	padding-left: 20px;
}
.new-footer .cp{
	padding-top: 5px;
}
.new-footer  .line-bottom{
	padding-top: 10px;
}
.footer-copyrights{
	min-width: 210px;
	text-align: right;
}

.new-footer .footer-wrapper {justify-content: space-between;}

.footer-address{
	max-width: 550px;
}
.footer-address a{
	color: #425568;
	text-decoration: none !important;
}
.footer-payments{
	width: 200px;
	text-align: right;
}
.new-footer .line-bottom{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.new-footer .line-bottom a{
	padding-left: 20px;
	display: inline-block;
}
.new-footer  .line-bottom a:first-of-type{
	padding-left: 0;
}
a.phone{
	font-size: 20px !important;
	display: block;
}
a.email{
	display: block;
}

.input-box-chk{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.input-box-chk label{
	flex-grow: 2;
	width: 100%;
	padding: 0;
	display: block;
	text-align: left;
	padding-left: 10px;
}
.input-box-chk input{
	width: auto;
}

@media screen and (max-width: 992px){
  .footer-wrapper{
    flex-wrap: wrap-reverse;
  }
  .footer-logo{
    width: 15%;
    display: none;
  }
  .footer-copyrights{
    width: 100%;
    padding-top: 20px !important;
  }
  .new-footer .cp{
    padding-top: 0;
  }
  .footer-address{
    width: 70%;
  }
  .footer-payments{
    width: 26%;
  }
}
@media screen and (max-width: 767px){
  .footer-wrapper{
    justify-content: center;
    align-content: center;
    text-align: center;
  }
  .footer-wrapper > * {
    width: 100%;
    text-align: center !important;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .new-footer .line-top{
    justify-content: center;
  }
  .footer-payments{
    padding: 20px !important;
  }
  .new-footer .line-bottom{
    justify-content: center;
  }
  .footer-address{
    text-align: center;
  }
}
@media screen and (max-width: 767px){
  .line-top{
    flex-direction: column;
    flex-wrap: wrap !important;
  }
  .footer-wrapper{
    flex-wrap: wrap !important;
  }
  .line-top > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .line-bottom{
    flex-direction: column;
  }
  .line-bottom > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-payments{
    display: none;
  }
  .line-bottom{
   /* display: none !important;*/
  }
  .line-top > .l{
    /*display: none;*/
  }
  .footer-address a.phone{
    padding: 20px 0 !important;
  }
  a.email{
    display: none !important;
  }
  .footer-logo{
    display: none;
  }
  .footer-copyrights{
   /* display: none;*/
  }
  .footer-logo{
    display: block;
  }
}

.input-box-checkbox{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

}
.input-box-checkbox input{
  width: auto;
  position: relative;
  top: 3px;
}
.input-box-checkbox label{
  width: 100%;
  flex-grow: 2;
  padding-left: 4px;
}
.input-box-checkbox{
  padding-bottom: 0;
  margin-bottom: 0;
}
.mainbar_info .input-box label a{
  color: #4cb059;
}

.checklang ul li.actlang {
    display: block;
    line-height: 15px;
}

.checklang ul li {
    display: none;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.checklang ul:hover li {
    display: block;
}

.checklang ul {
    position: absolute;
}

.checklang ul li a {
    text-decoration: none;
}
.fixed .checklang ul li {
    color: #333;
    background: #fff;
}

.fixed .checklang ul li a {
    color: #333;
    background: #fff;
}

.inner-page .checklang ul li {
    color: #333;
    background: #fff;
}

.fiinner-pagexed .checklang ul li a {
    color: #333;
    background: #fff;
}

 .checklang ul li {
    color: #fff;
}

 .checklang ul li a {
    color: #fff;
}

.footer-address {
    display: flex;
    align-items: center;
    max-width: 100%;
}

.new-footer .line-bottom {
    padding-top: 0;
    padding-bottom: 7px;
}

.new-footer .line-top {
    margin-right: 20px;
}

.checklang ul li.actlang span {
    color: #4ea659;
}
@media screen and (max-width: 767px){
  .line-top{
    flex-direction: column;
    flex-wrap: wrap !important;
  }
  .footer-wrapper{
    flex-wrap: wrap !important;
  }
  .line-top > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .line-bottom{
    flex-direction: column;
  }
  .line-bottom > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-payments{
    display: none;
  }
  .line-bottom{
   /* display: none !important;*/
  }
  .line-top > .l{
    /*display: none;*/
  }
  .footer-address a.phone{
    padding: 20px 0 !important;
  }
  a.email{
    display: none !important;
  }
  .footer-logo{
    display: none;
  }
  .footer-copyrights{
   /* display: none;*/
  }
  .footer-logo{
    display: block;
  }
}

.input-box-checkbox{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

}
.input-box-checkbox input{
  width: auto;
  position: relative;
  top: 3px;
}
.input-box-checkbox label{
  width: 100%;
  flex-grow: 2;
  padding-left: 4px;
}
.input-box-checkbox{
  padding-bottom: 0;
  margin-bottom: 0;
}
.mainbar_info .input-box label a{
  color: #4cb059;
}

.checklang ul li.actlang {
    display: block;
    line-height: 15px;
}

.checklang ul li {
    display: none;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.checklang ul:hover li {
    display: block;
}

.checklang ul {
    position: absolute;
}

.checklang ul li a {
    text-decoration: none;
}
.fixed .checklang ul li {
    color: #333;
    background: #fff;
}

.fixed .checklang ul li a {
    color: #333;
    background: #fff;
}

.inner-page .checklang ul li {
    color: #333;
    background: #fff;
}

.fiinner-pagexed .checklang ul li a {
    color: #333;
    background: #fff;
}

 .checklang ul li {
    color: #fff;
}

 .checklang ul li a {
    color: #fff;
}

.footer-address {
    display: flex;
    align-items: center;
    max-width: 100%;
}

.new-footer .line-bottom {
    padding-top: 0;
    padding-bottom: 7px;
}

.new-footer .line-top {
    margin-right: 20px;
}

.checklang ul li.actlang span {
    color: #4ea659;
}
.foot-logo {
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -52px;
}


i.icon.icon-evro {
    font-size: 38px;
}






@media screen and (max-width: 767px){
  i.icon.icon-evro {
    font-size: 20px;
}

 .checklang ul:hover {
    top: 18px;
}


.checklang ul {
    position: relative;
    right: 0;
}

.checklang ul li.actlang {
    display: flex;
    margin-bottom: 14px;
}

.personal-nav a.personal-nav-link {
    padding: 6px;
    margin-right: 5px;
}



.checklang ul {
  top: 18px;
  height: 55px;
}

.new-footer .cp {
    text-align: center;
}

.footer-address {
    display: revert;
}

.new-footer .line-top {
    margin: 0;
}
}
