@font-face {
  font-family: 'Lato';
  src: url("/system/design/fonts/lato-medium-webfont.eot");
  src: url("/system/design/fonts/lato-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/system/design/fonts/lato-medium-webfont.woff2") format("woff2"), url("/system/design/fonts/lato-medium-webfont.woff") format("woff"), url("/system/design/fonts/lato-medium-webfont.ttf") format("truetype"), url("/system/design/fonts/lato-medium-webfont.svg#latomedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url("/system/design/fonts/lato-regular-webfont.eot");
  src: url("/system/design/fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/system/design/fonts/lato-regular-webfont.woff2") format("woff2"), url("/system/design/fonts/lato-regular-webfont.woff") format("woff"), url("/system/design/fonts/lato-regular-webfont.ttf") format("truetype"), url("/system/design/fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url("/system/design/fonts/lato-light-webfont.eot");
  src: url("/system/design/fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("/system/design/fonts/lato-light-webfont.woff2") format("woff2"), url("/system/design/fonts/lato-light-webfont.woff") format("woff"), url("/system/design/fonts/lato-light-webfont.ttf") format("truetype"), url("/system/design/fonts/lato-light-webfont.svg#latolight") format("svg");
  font-weight: 300;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: inherit;
  vertical-align: baseline;
}

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

*[required], *:focus, *:active {
  outline: none;
  box-shadow: none;
}

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

br {
    display: inherit;
}

.answer_content.wysiwyg img {
    height: auto !important;
    max-width: 100%;
    margin: 25px auto;
    display: block;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
	font-weight: 300;
	margin: 1em 0 .3em;
	clear: both;
    line-height: normal;
}

.tabs.wysiwyg .head_primary {
    margin: 0;
    padding: 1.6em 0 1em;    
}

.wysiwyg .show_on_mobile.table_heading {
    margin: 0;
}

.wysiwyg .table_heading + .head_primary {
    padding-top: 0;
}


.wysiwyg h2 {
  font-size: 28px;
}

.wysiwyg h3 {
  font-size: 26px;
}

.wysiwyg h4 {
  font-size: 24px;
}

.wysiwyg h5 {
  font-size: 22px;
}

.wysiwyg h6 {
  font-size: 20px;
}

.go_error {
  min-height: -webkit-calc(100vh - 80px - 128px);
  min-height: calc(100vh - 80px - 128px);
}

a {
  text-decoration: none;
  color: inherit;
}

input, button, select, textarea {
  font: inherit;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

textarea {
  resize: none;
  overflow: auto;
}

a, input[type="submit"], input[type="reset"], label[for], button {
  cursor: pointer;
}

a:not([href]) {
  cursor: not-allowed;
}

ul, ol {
  list-style: none;
}

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

address {
  font-style: normal;
}

::-webkit-input-placeholder {
  color: #909090;
}

:-moz-placeholder {
  color: #909090;
  opacity: 1;
}

::-moz-placeholder {
  color: #909090;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #909090;
}

:focus::-webkit-input-placeholder {
  color: transparent !important;
}

:focus:-moz-placeholder {
  color: transparent !important;
  opacity: 0 !important;
}

:focus::-moz-placeholder {
  color: transparent !important;
  opacity: 0 !important;
}

:focus:-ms-input-placeholder {
  color: transparent !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.input_hidden {
  opacity: 0;
  position: absolute;
}

html, body {
  overflow-x: hidden;
}

@-webkit-keyframes rotateCoin {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(1080deg);
  }
}
@keyframes rotateCoin {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(1080deg);
  }
}
@-webkit-keyframes pip-prev {
  0% {
    left: 0px;
  }
  25% {
    left: -10px;
  }
  50% {
    left: 0px;
  }
  75% {
    left: -10px;
  }
  100% {
    left: 0px;
  }
}
@keyframes pip-prev {
  0% {
    left: 0px;
  }
  25% {
    left: -10px;
  }
  50% {
    left: 0px;
  }
  75% {
    left: -10px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes pip-next {
  0% {
    left: 0px;
  }
  25% {
    left: 10px;
  }
  50% {
    left: 0px;
  }
  75% {
    left: 10px;
  }
  100% {
    left: 0px;
  }
}
@keyframes pip-next {
  0% {
    left: 0px;
  }
  25% {
    left: 10px;
  }
  50% {
    left: 0px;
  }
  75% {
    left: 10px;
  }
  100% {
    left: 0px;
  }
}
.jq-selectbox {
  cursor: pointer;
  color: #909090;
  line-height: 46px;
  height: 46px;
  width: 100%;
  font-size: 15px;
  font-family: 'Lato', 'Roboto', sans-serif;
  border-radius: 3px;
  background: #fff;
	display: block !important;
}

.jq-selectbox__select {
  padding: 0 30px 0 17px;
  height: 46px;
}

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

.jq-selectbox__trigger {
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  right: 13px;
  border-style: solid;
  border-color: #919191 transparent transparent transparent;
  border-width: 7px 4.5px;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
}

.select.opened .jq-selectbox__trigger {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -11px;
}

.select:hover.first_hovered .jq-selectbox__trigger {
  border-top-color: #fff;
}

.jq-selectbox__dropdown {
  min-width: 100%;
  top: 0;
  left: 0;
}

.jq-selectbox ul {
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
  border-radius: 5px;
  overflow: hidden;
  padding: 0 1px 1px;
  margin-left: -1px;
  margin-right: -1px;
    max-height: 230px;
}

.jq-selectbox li {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0 17px;
  background: #fff;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jq-selectbox li.selected, .jq-selectbox li:hover {
  background: #02ba98;
  color: #fff;
}

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

body {
  min-width: 320px;
  font-family: 'Lato', 'Open Sans', 'Roboto', sans-serif;
  font-size: 14px;
  padding-top: 80px;
  position: relative;
}

.container {
  width: 1280px;
  margin: auto;
  position: relative;
  padding: 0 5px;
}

.container:after {
  display: table;
  content: ' ';
  clear: both;
}

a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* .blog_article.wysiwyg a { */
.wysiwyg a {
	color: #00C7E4;
	text-decoration: underline;
}

/* .blog_article.wysiwyg a:hover { */
.wysiwyg a:hover {
	color: #02BA98;
	text-decoration: none;
}

.header {
  background: #323d43;
  padding: 21px 0 18px;
  height: 80px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header > .container {
  position: static;
}

.header_content > * {
  vertical-align: bottom;
}

.header .phones, .header_actions {
  display: inline-block;
}

.header .phones {
  margin-left: 32px;
}

.header_actions {
  margin-left: 0;
  position: relative;
}

.header_actions_link {
  display: inline-block;
  height: 36px;
  line-height: 35px;
  border-radius: 18px;
  border: 1px solid #02ba98;
  padding: 0 18px;
  margin-left: 18px;
}

.header_actions_link:first-child {
  margin-left: 0;
}

.header.fancybox-margin {
  padding-right: 17px;
}

.phones {
  text-align: right;
}

.logo {
  display: inline-block;
  width: 280px;
  height: 41px;
  background-image: url(/system/design/images/logotop.png);
  background-repeat: no-repeat;
}

.nav {
  display: inline-block;
  line-height: 12px;
  position: relative;
  top: -9px;
}

.nav_item {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13.4px;
  margin-left: 36px;
}

.nav_item.has_dropbox {
  position: relative;
}

.nav_item:first-child {
  margin-left: 0;
}

.show_menu {
  display: none;
}

.document_load_complete .dropbox {
    display: block;
}

.dropbox {
  position: absolute;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
  top: -16px;
  visibility: hidden;
  opacity: 0;
    display: none;
  background: #fff;
  -webkit-transform-origin: center 20px;
  -moz-transform-origin: center 20px;
  transform-origin: center 20px;
  -webkit-perspective-origin: center 20px;
  -moz-perspective-origin: center 20px;
  perspective-origin: center 20px;
  -webkit-transform: rotate3d(1, 0, 0, 90deg) scale(0);
  -moz-transform: rotate3d(1, 0, 0, 90deg) scale(0);
  transform: rotate3d(1, 0, 0, 90deg) scale(0);
  pointer-events: none;
  -webkit-transition: all 0.3s linear 0.1s;
  -moz-transition: all 0.3s linear 0.1s;
  transition: all 0.3s linear 0.1s;
  width: 150px;
  margin-left: -75px;
  padding-top: 43px;
  left: 50%;
  font-size: 0;
  color: #323d43;
}

.nav_item:hover .dropbox {
  -webkit-transition: all 0.55s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -moz-transition: all 0.55s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.55s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate3d(1, 0, 0, 0deg) scale(1);
  -moz-transform: rotate3d(1, 0, 0, 0deg) scale(1);
  transform: rotate3d(1, 0, 0, 0deg) scale(1);
}

.dropbox:before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  background: #02ba98;
  height: 43px;
  content: '';
}

.dropbox_item {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .05em;
  overflow: hidden;
}

.dropbox_link {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  padding: 3px 15px 0;
  line-height: 40px;
  background: #fff;
}

.dropbox_link.active, .dropbox_link:hover {
  color: #02ba98;
}

.dropbox_link.active {
  pointer-events: none;
}

.tel {
  font-size: 18px;
  font-weight: 500;
  display: block;
  line-height: 14px;
}

.tel:last-child {
  margin-top: 10px;
  margin-bottom: -3px;
}

.tel:hover {
  color: #02ba98;
}

.link_in {
  background-color: #02ba98;
  background-image: url(/system/design/images/in.png);
  background-repeat: no-repeat;
  background-position: left 13px center;
  padding-left: 39px;
}

.link_in:hover {
  background-color: transparent;
}

.nav_item:hover .nav_link, .nav_link.active {
  color: #02ba98;
}

.has_dropbox:hover > .nav_link, .has_dropbox > .nav_link.active {
  color: #fff;
}

.has_dropbox > .nav_link {
  cursor: default;
  position: relative;
  z-index: 1;
}
.nav_item.has_dropbox > .nav_link:hover {
  color: #fff;
}

.home {
  padding: 170px 0 235px;
  background-image: url(/system/design/images/home/top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  color: #fff;
}

.home.go_error {
	background-image: url(/system/design/images/404/bg_404-min.jpg);
	position: relative;
}


.home.go_error:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #252e32;
    opacity: .6;
}

.home_head {
  font-size: 30px;
  font-weight: normal;
}

.home_sub {
  font-size: 70px;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 85px;
}

.head_primary {
  clear: both;
  font-size: 35px;
    display: block;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  padding: 52px 0;
}

.why .head_primary {
  padding: 65px 0;
}

.page .why .head_primary {
  padding: 35px 0 60px;
}

.articles .head_primary {
  padding: 30px 0;
}

.guys .head_primary {
  padding: 35px 0 85px;
}

.guys_wrapper + .guys_wrapper {
    margin-top: 45px;
}

.head_primary .right {
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  margin-top: 12px;
  line-height: 15px;
  border-bottom: 1px solid rgba(2, 186, 152, 0.5);
  color: #00c5dd;
  padding-bottom: 1px;
}

.reviews .head_primary .right {
	float: none;
    margin-left: 45px;
    position: relative;
    bottom: 2px;
}

.head_primary .right:hover {
  color: #02ba98;
}

.linear_gradient {
  height: 2px;
  display: block;
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
}

.service {
  display: inline-block;
  width: 310px;
  min-height: 380px;
  border-radius: 5px;
  overflow: hidden;
  padding: 1px;
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
  margin-right: 10px;
  margin-bottom: 60px;
}

.service:last-child {
  margin-right: 0;
}

.service_figure {
  height: 182px;
  border-radius: 3px 3px 0 0;
  position: relative;
}

.service_img {
  display: block;
  min-width: 100%;
  min-height: 100%;
}

.service_img_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service_icon {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
  min-width: 50px;
  min-height: 50px;
}

.service_desc {
  min-height: 205px;
  margin-top: 1px;
  background: #fff;
  border-radius: 0px 0px 3px 3px;
  padding: 40px 32px 18px;
  color: #333;
}

.service_desc p {
  line-height: 18px;
}

.service_head {
  font-size: 24px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-bottom: 17px;
}

.service:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.service:hover .service_head {
  color: #00c5dd;
}

.why {
  background: #f6f6f5;
  padding-bottom: 60px;
}

.why_item {
  width: 25%;
  padding: 0 10px 20px;
  border-style: solid;
  border-color: #e1e1e1;
  border-width: 0 1px 0 0;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  min-height: 170px;
}

.page .why_item {
  border-width: 0px;
  padding-bottom: 0;
}

.why_item:nth-child(n+5) {
  padding: 20px 10px 0;
  margin-bottom: 40px;
  border-width: 1px 1px 0 0;
}

.why_item:nth-child(4n) {
  border-right-width: 0;
}

.why_figure {
  width: 128px;
  height: 64px;
  line-height: 64px;
  font-size: 0;
  margin: 0 auto 30px;
}

.why_img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.reviews {
  width: 960px;
}

.reviews_holder:after {
  display: table;
  content: ' ';
  clear: both;
}

.review {
  width: 100%;
  padding: 0 65px 42px 0;
}

.review_heading {
  font-size: 20px;
  font-weight: 300;
  position: relative;
  padding-left: 48px;
  padding-bottom: 6.5px;
}

.review_heading:after {
    content: '';
    display: table;
    clear: both;
}

.review_heading .linear_gradient {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
}

.review_text {
  padding-left: 48px;
  padding-top: 16px;
    word-wrap: break-word;
}

.like {
  display: block;
  position: absolute;
  content: '';
  width: 38px;
  height: 38px;
  left: 0;
  top: 0;
  margin-top: -19px;
  border-radius: 19px;
  background-color: #00c7e3;
  background-image: url(/system/design/images/heart.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.text_muted {
  line-height: 24px;
  color: #4e4e4e;
  font-size: 16px;
}

.news {
  width: 310px;
  margin-bottom: 30px;
}

.news:after {
  display: table;
  content: ' ';
  clear: both;
}

.article {
  display: block;
  float: left;
  width: 310px;
  margin-bottom: 11px;
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
  padding: 1px;
  overflow: hidden;
  border-radius: 5px;
}

.article_content {
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  padding: 9px;
}

.article:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.article_figure {
  /* height: 150px; */
  height: 200px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: center;
}

.article_figure img {
    max-width: 100%;
	width: auto;
    display: inline-block;
}

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

.article_head {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #00c5dd;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-bottom: 11px;
  height: 48px;
  overflow: hidden;
}

.article:hover .article_head {
  color: #02ba98;
}

.article_text {
  padding-bottom: 5px;
}

.blog .article {
  margin: 0 10px 10px 0;
}

.blog .article:nth-child(4n) {
  margin-right: 0;
}

.date {
  font-size: 10px;
  color: #797979;
  margin-bottom: 11px;
}

.sub_primary {
  margin: -32px 0 55px;
  font-weight: normal;
  font-size: 18px;
}

.think .sub_primary {
  margin-bottom: 73px;
}

.sub_huge {
  margin: -32px 0 40px;
  font-weight: 500;
  font-size: 24px;
}

.btn {
  display: inline-block;
  border: 0;
  border-radius: 25.5px;
  height: 51px;
  line-height: 51px;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 0 50px;
  background: #02ba98;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.btn > * {
  position: relative;
}

.btn:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: inherit;
  left: -100%;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
}

.btn:hover:before {
  left: 0;
}

.easy {
  padding-bottom: 70px;
}

.easy_list {
  color: #fff;
  margin-bottom: 40px;
}

.easy_list:after {
  display: table;
  content: ' ';
  clear: both;
}

.page .easy_list {
  margin-bottom: 0;
}

.easy_item {
  margin: 0 12px 15px 0;
  float: left;
  width: 415px;
  height: 285px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 2px 2px #d9d9d9;
  padding: 30px 40px;
  font-size: 24px;
  line-height: 30px;
  position: relative;
}

.easy_item:nth-child(3n) {
  margin-right: 0;
}

.easy_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.easy_img:after, .easy_img:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.easy_img:after {
  background: #000;
  opacity: .1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.easy_item:hover .easy_img:after {
  opacity: .3;
}

.easy_img:before {
  background: rgba(0, 0, 0, 0.6);
  background: radial-gradient(transparent, rgba(0, 0, 0, 0.5));
}

.easy_image {
  display: block;
  margin: auto;
  min-width: 100%;
  max-width: 120%;
}

.easy_head, .easy_desc {
  position: relative;
  font-size: 20px;
}

.easy_head {
  font-weight: 300;
  margin-bottom: 12px;
}

.easy_desc {
  font-weight: 500;
}

.btn_abs {
  position: absolute;
  left: 0;
  bottom: 13px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.easy_item:hover .btn_abs {
  bottom: 33px;
  visibility: visible;
  opacity: 1;
}

.think {
  background: #f6f6f5;
  padding-bottom: 45px;
}

.think_list {
  margin-bottom: 65px;
}

.think_list:after {
  display: table;
  content: ' ';
  clear: both;
}

.think_item {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 310px;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.think_img {
  width: 128px;
  height: 128px;
  border-radius: 64px;
  font-size: 0;
  line-height: 128px;
  overflow: hidden;
  margin: 0 auto 25px;
}

.think_image {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.footer {
  padding: 21px 0 14px;
  background: #323d43;
  color: #fff;
}

.footer .phones {
  margin-left: 34px;
}

.footer_content:after, .footer_content_left:after {
  display: table;
  content: ' ';
  clear: both;
}

.copyright {
  font-size: 12px;
  padding-top: 5px;
  clear: both;
}

.bugoff {
  display: inline-block;
  margin-top: -12px;
  margin-left: 58px;
}

.copyright > * {
  vertical-align: top;
}

.nav_bottom {
  display: inline-block;
  vertical-align: top;
}

.nav_bottom_holder {
  display: inline-block;
  vertical-align: top;
  width: 154px;
  padding-left: 14px;
  text-transform: uppercase;
  font-size: 12px;
}

.nav_bottom_link {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.nav_bottom_link:hover {
  color: #02ba98;
}

.nav_bottom_item {
  margin-bottom: 10px;
}

.nav_bottom_item:last-child {
  margin-bottom: 0;
}

.soc {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.soc_icon {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.12);
  margin-right: 30px;
  background-image: url(/system/design/images/soc.png);
  background-repeat: no-repeat;
}

.soc_icon:hover {
  opacity: .75;
}

.soc_icon_vk {
  background-position: 0px 0px;
}

.soc_icon_fb {
  background-position: -66px 0px;
}

.soc_icon_tw {
  background-position: -132px 0px;
}

.soc_icon_ok {
  background-position: -198px 0px;
}

.soc *[class*="__list"] {
  margin: 0;
}

.soc *[class*="__item"] {
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.12);
  width: 36px;
  height: 36px;
  margin-right: 33px !important;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
}

.soc *[class*="__item"]:before {
  display: none;
}

.soc *[class*="__item"] *[class*="__badge"], .soc *[class*="__item"] *[class*="__link"] {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
}

.soc *[class*="__item"] *[class*="__icon"] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}

.sign_in, #sign_in {
  width: 480px;
  padding: 30px;
  display: none;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 20px 28px 2px rgba(0, 0, 0, 0.24);
}

.sign_in .form-heading, #sign_in .form-heading {
  margin-bottom: 30px;
}

.sign_in .system, #sign_in .system {
  /*margin-bottom: 0;*/
}

.sign_in a, #sign_in a {
  color: #00c5dd;
}

.sign_in a:hover, #sign_in a:hover {
  color: #02ba98;
  text-decoration: underline;
}

.forget {
  margin-bottom: 25px;
}

.forget:after {
  display: table;
  content: ' ';
  clear: both;
}

#registration {
  width: 1270px;
  display: none;
  margin: 0 auto 28px;
  box-shadow: 0 20px 28px 2px rgba(0, 0, 0, 0.24);
  font-size: 16px;
  padding: 30px 160px 68px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

#registration .linear_gradient {
  margin: 40px -75px;
}

#registration a {
  color: #00c5dd;
}

#registration a:hover {
  color: #02ba98;
  text-decoration: underline;
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  background: transparent;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-close {
  position: absolute;
  z-index: 8040;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

.fancybox-close:after, .fancybox-close:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #02ba98;
  border-radius: 1px;
  top: 0;
  left: 50%;
  margin: 11px 0 0 -13px;
}

.fancybox-close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-nav {
  position: absolute;
  top: 50%;
  width: 19px;
  height: 42px;
  margin-top: -21px;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 9px;
}

.fancybox-next {
  right: 9px;
}

.fancybox-nav span {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 42px;
  cursor: pointer;
  z-index: 8040;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.fancybox-next span {
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.form-heading {
  font-size: 30px;
  margin-bottom: 15px;
}

.form-sub {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 35px;
}

.system {
  border: 0;
  font-size: 0;
  margin-bottom: 35px;
}


.system .btn {
	margin: 0 10px;
}

.system .btn:first-of-type {
    margin-left: 0;
} 

.system .btn:last-of-type {
    margin-right: 0;
} 

.page_head .system .btn {
  margin-bottom: 0;
}

.page_head .system .btn:hover {
  opacity: .8;
}

.caption {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 28px;
}

.btn_label {
  background: #e3e3e3;
  color: #323d43;
  margin: 0 5px 25px;
  padding: 0 40px;
  min-width: 150px;
}

.btn_label:before {
  display: none;
}

.input_hidden:checked + .btn_label, .input_hidden:checked + .btn_label:hover, .btn_label.active {
  background: #02ba98;
  color: #fff;
}

.registration:after, .rowgroup:after {
  display: table;
  content: ' ';
  clear: both;
}

.rowgroup {
  margin: 0 auto;
}

.colgroup {
  width: 444px;
  float: left;
}

.colgroup:last-child {
  float: right;
}

.colgroup .caption {
  margin-bottom: 25px;
}

.colorful {
  display: block;
  width: 100%;
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
  padding: 1px;
  border-radius: 5px;
  font-size: 0;
  /*overflow: hidden;*/
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

.colorful_half {
  width: 49%;
  float: left;
  overflow: visible;
}

.colorful_half:nth-of-type(2) {
  float: right;
  width: 48.5%;
}

.colorful.invalid {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: rgba(186, 2, 36, 0.5);
  box-shadow: 0px 0px 10px rgba(186, 2, 36, 0.4);
}

input[type!=file]:invalid, select:invalid {
	background: #fdd;
}
input[type!=file]:valid, select:valid {
background: #dfd; /* Çåëåíûé öâåò ôîíà */
}

.input {
  color: #909090;
  width: 100%;
  border: 0;
  height: 46px;
  padding: 0 17px;
  font-size: 15px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
}

.input.input_cost {
  background-image: url(/system/design/images/ball/dollar_sign.png);
  background-position: center right 17px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

textarea.input {
  padding: 12px 17px;
  line-height: 22px;
  height: 230px;
}

.row {
  margin-bottom: 10px;
}

.row:before, .row:after {
  content: '';
  display: table;
}

.row:after {
  clear: both;
}

.agree > * {
  vertical-align: middle;
}

.i_agree {
  margin: 40px auto 50px;
}

.checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/system/design/images/checkbox.png);
  background-position: 0px 0px;
  margin-right: 16px;
}

.g-recaptcha {
  display: block;
  text-align: center;
  margin: 10px auto;
}

.g-recaptcha > div {
  display: inline-block;
}

.g-recaptcha > div,
.g-recaptcha > div > div,
.g-recaptcha iframe {
  max-width: 100% !important;
}

.input_hidden:checked + .agree .checkbox {
  background-position: 0px -16px;
}

.page_head {
  position: relative;
  color: #fff;
  font-size: 30px;
  padding: 67px 0 71px;
  min-height: 350px;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
}

.go_parallax_img {
    display: none;
}

.page_head:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #252e32;
  opacity: .6;
}

.page_doctor {
  background-image: url(/system/design/images/edoctor/bg-doctor.png);
}

.page_paypal {
  background-image: url(/system/design/images/paypal/paypal-bg.png);
  padding-top: 100px;
}

.page_blog {
  background-image: url(/system/design/images/blog/blog-bg.png);
}

.page_contact {
  background-image: url(/system/design/images/contact/contact-bg.png);
}

.page_about {
  background-image: url(/system/design/images/about/about-bg.png);
}

.page_reviews {
  background-image: url(/system/design/images/reviews/reviews-bg.png);
  padding: 110px 0 49px;
}

.page_reviews + .reviews_list .news .head_primary {
	padding-top: 0;
}

.page_lavky {
  background-image: url(/system/design/images/lavky/lavky-bg.png);
}

.page_help {
  background-image: url(/system/design/images/help/help-bg.png);
}

.page_places {
  background-image: url(/system/design/images/places/places-bg.png);
  /* padding: 115px 0 35px; */

}

.page_places + .text_simple .container > h1:not([class]) {
    font-weight: 300;
}

.page_payment {
  background-image: url(/system/design/images/payment/payment-bg.png);
}

.page_scheme {
  background-image: url(/system/design/images/scheme/scheme-bg.png);
}

.page_rate {
  background-image: url(/system/design/images/rate/rate-bg.png);
  padding-top: 130px;
}

.page_ball {
  background-image: url(/system/design/images/ball/ball-bg.png);
}

.head {
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.head_desc {
  font-weight: normal;
  font-size: 36px;
  line-height: 45px;
  margin-left: auto;
  margin-right: auto;
}

.head_desc_min {
  font-size: 16px;
  line-height: 36px;
}

.easy_desc_abs {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 45px 35px;
  font-weight: 400;
}

.how_it_works {
  margin-bottom: 33px;
}

.how_it_works .btn, .lavky .btn {
    margin: 30px 30px 40px;
    line-height: 50px;
}

.lavky .btn {
    margin: 0 30px 60px;
}

.page_paypal ~ .how_it_works {
  background: #f6f6f5;
  margin-bottom: -33px;
}

.page_paypal ~ .how_it_works .think_list {
  margin-bottom: 100px;
}

.how_it_works .think_list {
  margin-bottom: 40px;
}

.how_it_works .head_primary {
  padding-bottom: 80px;
}

.how_it_works .think_item {
  line-height: 25px;
}

.how_it_works .think_item:first-child {
  width: 390px;
  padding: 0 5px;
  float: left;
}

.how_it_works .think_item:last-child {
  width: 390px;
  padding: 0 5px;
  float: right;
}

.go_page {
  margin-top: -25.5px;
  padding: 0 40px;
  min-width: 165px;
  font-weight: bold;
  z-index: 1;
}

.go_page + .go_page {
    margin-left: 20px;
}

.go_prev {
  background: #00c5dd;
}

.go_prev:before {
  left: 100%;
}

.triang {
  position: absolute;
  border-style: solid;
  border-width: 5px 10px;
  top: 50%;
  margin-top: -4px;
}

.triang_prev {
  border-color: transparent #fff transparent transparent;
  left: 1px;
}

.triang_next {
  border-color: transparent transparent transparent #fff;
  right: 1px;
}

.reviews_promo {
  padding-bottom: 110px;
}

.reviews_promo .head_primary {
  padding-bottom: 75px;
}

.rp_item {
  width: 380px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
}

.rp_item:first-child {
  float: left;
}

.rp_item:nth-child(3) {
  float: right;
}

.rp_item .review_heading {
  padding: 0 0 30px;
}

.rp_item .linear_gradient {
  position: relative;
  margin: 0 0 38px;
}

.rp_item .like {
  left: 50%;
  margin-left: -19px;
  background-color: #01bfc1;
}

.rp_intro {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 14px;
}

.rp_desc {
  color: #4e4e4e;
}

.coin {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
}

.review:hover .coin, .service:hover .coin, .rp_item:hover .coin {
  -webkit-animation: rotateCoin 1.8s ease 0s 1 forwards;
  animation: rotateCoin 1.8s ease 0s 1 forwards;
}

.interest {
  padding-bottom: 65px;
}

.interest .head_primary {
  padding: 75px 0 40px;
}

.interest .article {
  margin: 0 10px 0 0;
}

.interest .article:nth-child(4n) {
  margin-right: 0;
}

.benefits {
  padding-bottom: 50px;
}

.benefits .head_primary {
  padding: 65px 0 42px;
}

.benefit {
  float: left;
  width: 630px;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 24px;
}

.benefit:nth-child(2) {
  float: right;
}

.benefit_img {
  width: 100%;
  height: 280px;
  overflow: hidden;
  line-height: 280px;
  font-size: 0;
  margin-bottom: 15px;
}

.benefit_image {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.benefit_head {
  font-size: 20px;
  margin-bottom: 10px;
}

.benefit_text {
    font-size: 16px;
    font-weight: 300;
    padding: 0 20px;
}

.seo_text {
  font-size: 16px;
  background-image: url(/system/design/images/paypal/guys.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  color: #fff;
  line-height: 30px;
  padding-bottom: 130px;
}

.seo_text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #252e32;
  opacity: .6;
}

.seo_text p {
  margin-bottom: 30px;
}

.head_seo {
  font-size: 35px;
  line-height: 36px;
  padding: 105px 0 70px;
    font-weight: 300
}

.paypal_block {
  font-size: 16px;
  line-height: 30px;
}

.paypal_info {
  width: 770px;
}

.paypal_white {
  background: #f6f6f5;
  padding-top: 50px;
}

.paypal_white .paypal_info {
  width: 790px;
}

.paypal_white .container {
  min-height: 550px;
  padding: 60px 0 50px;
  background-image: url(/system/design/images/paypal/iphone.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.paypal_white .paypal_text {
  color: #4e4e4e;
}

.paypal_head {
  font-size: 35px;
  line-height: 40px;
    font-weight: 300;
  margin-bottom: 30px;
}

.paypal_color {
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
  padding-top: 40px;
  color: #fff;
}

.paypal_color .container {
  padding: 65px 0 40px;
  background-image: url(/system/design/images/paypal/girl.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  min-height: 560px;
}

.paypal_color .paypal_head {
  max-width: 615px;
}

.head_huge {
  /*font-size: 48px;*/
    font-size: 30px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}

.head_medium {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.head_medium + .btn {
  margin-top: 94px;
}

.blog {
  padding: 34px 0;
}

.paginato {
  margin: 28px auto 68px;
  line-height: 23px;
  font-size: 15px;
  color: #3e6372;
}

.paginato > * {
  vertical-align: middle;
}

.page_link {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 3px;
  background: #b2d4dc;
  padding: 1px;
  position: relative;
  height: 25px;
}

.page_link.current {
  pointer-events: none;
}

.page_link:before {
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
  content: '';
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.page_link:hover:before, .page_link.current:before {
  left: 0;
}

.link_num {
  line-height: 23px;
  display: inline-block;
  background: #fff;
  padding: 0 3px;
  min-width: 23px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.page_link:hover .link_num, .page_link.current .link_num {
  background: transparent;
  color: #fff;
}

.page_goto {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.page_goto.page_prev {
  margin-right: 6px;
}

.page_goto.page_next {
  margin-left: 6px;
}

.page_goto:hover {
  color: #00c5dd;
}

.page_goto:hover .pip_next {
  -webkit-animation: pip-next .65s ease-in-out 0s 1 forwards;
  animation: pip-next .65s ease-in-out 0s 1 forwards;
  border-left-color: #02ba98;
}

.page_goto:hover .pip_prev {
  -webkit-animation: pip-prev .65s ease-in-out 0s 1 forwards;
  animation: pip-prev .65s ease-in-out 0s 1 forwards;
  border-right-color: #02ba98;
}

.pip {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-width: 3px 4px;
  border-style: solid;
}

.pip_prev {
  border-color: transparent #3e6372 transparent transparent;
  margin-right: 3px;
}

.pip_next {
  border-color: transparent transparent transparent #3e6372;
  margin-left: 3px;
}

.contact {
  padding: 65px 0 45px;
  font-size: 15px;
    font-weight: 300;
  line-height: 22px;
}

.map_tabs:after {
  display: table;
  content: ' ';
  clear: both;
}

.map_desc {
  width: 310px;
  overflow: hidden;
  height: 612px;
}

.help .map_desc {
  height: auto;
}

.map_desc:after {
  display: table;
  content: ' ';
  clear: both;
}

.map_desc_trigger {
  font-size: 20px;
    font-weight: 400;
  line-height: 22px;
  display: block;
  width: 100%;
  padding: 18.5px 20px;
  background: #02ba98;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}

.help .map_desc_trigger {
  padding-top: 13px;
  padding-bottom: 13px;
}

.map_desc_trigger > * {
  position: relative;
}

.map_desc_trigger:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: inherit;
  left: -100%;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
}

.map_desc_trigger:hover:before {
  left: 0;
}

.map_desc_trigger.active {
  background: #00c5dd;
  cursor: default;
}

.map_desc_trigger.active:before {
  display: none;
}

.map_desc_block {
  margin-bottom: 10px;
  width: 100%;
}

.map_desc_block:last-child {
  margin-bottom: 0;
}

.map_desc_block:after {
  display: table;
  content: ' ';
  clear: both;
}

.map_desc_texts {
  display: none;
  clear: both;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 414px;
  margin-right: -30px;
}

.active .map_desc_texts {
  display: block;
}

.map_desc_inner {
  padding: 13px 50px 13px 20px;
}

.map_desc_box {
  margin-bottom: 20px;
}

.map_desc_box.strong, .map_desc_box.strong strong {
  font-size: 18px;
  font-weight: 500;
}

.map_desc_box:last-child {
  margin-bottom: 0;
}

.map {
  width: 950px;
  height: 612px;
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
  padding: 1px;
}

#map {
  width: 100%;
  height: 100%;
}

.contact_warning:after {
  display: table;
  content: ' ';
  clear: both;
}

.contact_warning .left {
  width: 712px;
}

.contact_warning .right {
  width: 530px;
}

.guys {
  background: #f6f6f5;
  padding-bottom: 60px;
}

.single {
  width: 310px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 24px;
  padding: 0 30px;
}

.guy_img {
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
  width: 175px;
  height: 175px;
  padding: 2px;
  line-height: 165px;
  border-radius: 87.5px;
  overflow: hidden;
  margin: 0 auto 25px;
}

.guy_image {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.seo_about {
  color: #4e4e4e;
  font-size: 16px;
  color: #4e4e4e;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 24px;
  line-height: 24px;
  padding: 45px 0 65px;
  background: #f6f6f5;
}

.seo_about p {
  margin-bottom: 12px;
}

.seo_about p:last-child {
  margin-bottom: 0;
}

.about {
  color: #4e4e4e;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 24px;
  padding-bottom: 70px;
}

.about p {
  margin-bottom: 12px;
}

.about p:last-child {
  margin-bottom: 0;
}

.about .head_primary {
  padding: 40px 0;
  color: #000;
}

.about .head_primary + .container {
  margin-bottom: 60px;
}

.number {
  margin-bottom: 15px;
}

.number * {
  font-size: 72px;
  font-weight: 300;
  line-height: 54px;
}

.single_1 .number {
  color: #00c5dd;
}

.single_2 .number {
  color: #01c1cb;
}

.single_3 .number {
  color: #01bdb6;
}

.single_4 .number {
  color: #02ba98;
}

.color_caption, .guy_desc .strong, .guy_desc .strong strong {
  font-size: 18px;
  font-weight: 500;
}

.reviews_list {
  padding-top: 75px;
}

.reviews_list .review {
  width: 100%;
  float: none;
  margin-bottom: 45px;
}

.reviews_list .review:last-child {
  margin-bottom: 0;
}

.review_small {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
}

.ebay_id {
    float: left;
    margin-top: 4px;
}

.ebay_id + .ebay_id {
    margin-left: 25px;
}

.linear_gradient + .review_left.left {
    display: block;
    clear: both;
    width: 100%;
}

.review_date {
  margin-top: 4px;
}

.review_left {
  margin-right: 25px;
}

.blog_article {
    padding-top: 50px;
}

.blog_article .head_primary {
    padding: 35px 0 55px;
    padding-bottom: 35px;
    text-align: left;
    line-height: 45px;
}

.blog_article .news .head_primary {
    text-align: center;
    padding-bottom: 18px;
}

.blog_content {
    line-height: 24px;
    font-size: 16px;
    color: #4e4e4e;
    padding-right: 68px;
    padding-bottom: 68px;
}

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

.blog_article .service {
    margin: 0 0 30px;
}

.blog_content:after {
  display: table;
  content: ' ';
  clear: both;
}

.blog_content img {
  float: left;
  display: block;
  margin-right: 25px;
  max-width: 100%;
}

.blog_content p {
  margin-bottom: 24px;
}

.blog_content ul, .blog_content ol {
  clear: both;
  font-weight: 500;
}

.blog_content ul li, .blog_content ol li, .answer ul li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 33px;
}

.blog_content ul li:before, .blog_content ol li:before, .answer ul li:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 15px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #02ba98;
}

.blog_content .soc {
  display: block;
  clear: both;
  margin-top: 45px;
}

.lavky {
  margin-bottom: -33px;
}

.what_is_lavky {
  padding-bottom: 29px;
}

.what_is_lavky .easy_item {
  width: 310px;
  height: 220px;
  margin: 0 10px 0 0;
  border-radius: 0px;
}

.what_is_lavky .easy_item:nth-child(4n) {
  margin-right: 0;
}

.what_is_lavky .easy_desc_abs {
  padding: 0 22px 22px;
  font-size: 18px;
  line-height: 24px;
  min-height: 77px;
}

.what_is_lavky .head_primary {
  padding: 45px 0;
}

.terms {
  background: #f6f6f5;
  padding-bottom: 40px;
}

.terms .head_primary {
  padding: 35px 0 50px;
}

.color_list:after {
  display: table;
  content: ' ';
  clear: both;
}

.color_list_item {
  position: relative;
    line-height: 24px;
    float: left;
    width: 50%;
    font-size: 15px;
    font-weight: 300;
    padding-left: 28px;
    padding-right: 28px;
    margin-bottom: 20px;
}

.color_list_item:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 14px;
  left: 0;
  top: 5px;
  background-image: url(/system/design/images/lavky/list-style-green.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.lavky_promo {
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
  color: #fff;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}

.lavky_promo_inner {
  padding: 110px 0 220px;
  position: relative;
  margin: 0 auto;
  width: 1440px;
  background-image: url(/system/design/images/lavky/girl.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 550px;
}

.lavky_head {
  font-size: 30px;
  line-height: 48px;
  clear: both;
}

.lavky_head_text {
  display: block;
  max-width: 525px;
}

.lavky_right {
  width: 470px;
}

.lavky_list li {
  position: relative;
  padding-left: 34px;
    font-size: 18px;
    font-weight: 400;
    max-width: 375px;
}

.lavky_list li:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 14px;
  top: 8px;
  left: 8px;
  background-image: url(/system/design/images/lavky/list-style.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.lavky_icons {
  position: absolute;
  margin-left: -640px;
  left: 50%;
  padding: 0;
  bottom: 0;
  height: 148px;
  pointer-events: none;
  font-size: 0;
}

.lavky_icons * {
  vertical-align: top;
  display: inline-block;
}

.lavky_icon {
  width: 100px;
  height: 100px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  margin: 0 14px;
}

.lavky_icon_first {
  background-image: url(/system/design/images/lavky/icon_1.png);
}

.lavky_icon_second {
  background-image: url(/system/design/images/lavky/icon_2.png);
}

.lavky_icon_third {
  background-image: url(/system/design/images/lavky/icon_3.png);
}

.lavky_icon_fourth {
  background-image: url(/system/design/images/lavky/icon_4.png);
}

.lavky_icon_fifth {
  background-image: url(/system/design/images/lavky/icon_5.png);
}

.lavky_line {
  width: 160px;
  height: 2px;
  background: #fff;
  margin-top: 50px;
}

.lavky_line_abs {
  position: absolute;
  opacity: .3;
}

.lavky_line_transparent {
  opacity: .6;
}

.lavky_line_left {
  right: 1294px;
}

.lavky_line_right {
  left: 1294px;
}

.head_mid {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 115px;
}

.text_simple {
  padding: 45px 0 60px;
  line-height: 30px;
}

.text_simple p {
  margin-bottom: 15px;
}

.text_simple p:last-child {
  margin: 0;
}

.places {
  padding: 55px 0 45px;
  font-size: 12px;
  line-height: 24px;
}

.places .container {
  margin-bottom: 13px;
}

.places .container:last-child {
  margin-bottom: 0;
}

.place_img {
  width: 310px;
  height: 204px;
  padding: 2px;
  border-radius: 5px;
  overflow: hidden;
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
}

.place_img_inner {
  width: 100%;
  height: 100%;
  line-height: 200px;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
}

.place_image {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.place_text {
  width: 940px;
}

.aside {
  width: 310px;
}

.help {
  padding: 35px 0 65px;
}

.help .map_desc_texts {
  max-height: none;
  margin-right: 0;
}

.questions_list {
  padding: 22px 8px 16px;
}

.question_link {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
    position: relative;
    padding-left: 15px;
}

.question_link:before {
    content: '•';
    position: absolute;
    color: #02ba98;
    line-height: 18px;
    top: 0;
    left: 0;
    pointer-events: none;
}

.question_link:hover:before {
    color: #02ba98;
    transition: all .15s ease;
}

.question_link:last-child {
  margin-bottom: 0;
}

.question_trigger {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.question_trigger:hover {
  color: #00c5dd;
}

.question_trigger:hover.active, .question_trigger.active {
  color: #02ba98;
}

.map_desc_icon {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 12px;
  height: 10px;
  width: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
}

.map_desc_trigger.active .map_desc_icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.map_desc_line {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
  width: 10px;
  height: 2px;
  display: block;
  background: #fff;
  top: 50%;
  margin-top: -1px;
  left: 0;
}

.map_desc_line_top {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.map_desc_trigger.active .map_desc_line_top {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.questions_all {
  width: 950px;
}

.query {
  position: relative;
  margin-bottom: 25px;
}

.help_block {
    padding: 0px 14px;
    font-size: 28px;
    font-weight: 300;
}

.help_block .head_primary {
    line-height: 40px;
    padding-bottom: 28px;
}

.query .colorful, .query .input, .query .btn {
  border-radius: 0;
  box-shadow: none;
}

.query .input {
  font-size: 16px;
  padding-right: 167px;
}

.query .btn {
  font-size: 16px;
  width: 150px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  line-height: 48px;
}

.help_head {
  font-size: 24px;
  font-weight: 500;
  margin: 26px 0 30px;
}

.answer {
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
  border-radius: 5px;
  overflow: hidden;
  padding: 1px;
  margin-bottom: 14px;
}

.answer_inner {
  border-radius: 3px;
  background: #f9f9f9;
  padding: 12px 17px 14px;
}

.answer:nth-of-type(2n) .answer_inner {
  background: #ececec;
}

.answer_head {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  margin: 15px 0;
}

.answer_head:hover {
  color: #00c5dd;
}

.answer_head.active {
  color: #02ba98;
}

.answer_content {
    font-size: 16px;
  line-height: 34px;
  color: #323d43;
  padding-left: 22px;
}

.answer ol li {
  list-style: decimal inside;
}

.answer ul li {
  /*list-style: circle inside;*/
}

.why.white {
  padding: 67px 0 142px;
  background: #fff;
}

.payment_main {
  color: #fff;
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
}

.payment_main .head_primary {
  padding: 35px 0 65px;
}

.payment_main .container {
  min-height: 260px;
  padding-bottom: 35px;
}

.payment_main_bg {
  position: absolute;
  left: 125px;
  bottom: 0;
  width: 350px;
  height: 473px;
  background-image: url(/system/design/images/payment/asian-girl.png);
  background-repeat: no-repeat;
}

.payment_list {
  padding-left: 600px;
  font-weight: 300  ;
  line-height: 24px;
  font-size: 16px;
}

.payment_white .payment_list {
  padding-left: 15px;
  max-width: 670px;
}

.payment_list p, .payment_list li {
  margin-bottom: 16px;
}

.payment_list p:last-child, .payment_list li:last-child {
  margin-bottom: 0;
}

.payment_list li {
  padding-left: 36px;
  position: relative;
}

.payment_list li:before {
  position: absolute;
  width: 16px;
  height: 16px;
  content: '';
  top: 4px;
  left: 0;
  background-image: url(/system/design/images/payment/tick.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.payment_list_green li:before {
  background-image: url(/system/design/images/payment/tick-green.png);
}

.payment_white .head_primary {
  padding: 40px 0 55px;
}

.payment_white .container {
  padding-bottom: 50px;
  min-height: 395px;
}

.payment_white_bg {
  position: absolute;
  background-image: url(/system/design/images/payment/guy.png);
  background-repeat: no-repeat;
  width: 578px;
  height: 550px;
  bottom: 0;
  right: 20px;
}

.payment_fin {
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
  padding: 29px 0;
  margin-bottom: 100px;
}

.payment_fin_block {
  width: 950px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 15px rgba(1, 134, 130, 0.2);
  padding: 23px;
  background: #fff;
}

.payment_fin_text {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin: 10px 0 40px;
}

.steps {
  padding: 67px 0 5px;
  font-size: 0;
}

.steps > .container {
  -webkit-perspective: 1920px;
  -moz-perspective: 1920px;
  perspective: 1920px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.step {
  width: 310px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 50px 50px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate3d(0, 1, 0, 120deg);
  -moz-transform: rotate3d(0, 1, 0, 120deg);
  transform: rotate3d(0, 1, 0, 120deg);
  -webkit-transition: all .8s linear;
  -moz-transition: all .8s linear;
  transition: all .8s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective-origin: left center;
  -moz-perspective-origin: left center;
  perspective-origin: left center;
  opacity: 0;
  visibility: hidden;
    font-weight: 300;
  font-size: 16px;
  line-height: 21px;
}

.step_name {
  margin-bottom: 9px;
  font-size: 24px;
  font-weight: 300;
}

.step a {
  color: #00c5dd;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.step a:hover {
  color: #02ba98;
}

.step_img {
  height: 204px;
  padding: 2px;
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.step_wrapper {
  width: 100%;
  height: 100%;
  line-height: 200px;
  height: 200px;
  font-size: 0;
  overflow: hidden;
  border-radius: 3px;
}

.step_image {
  display: block;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: 120%;
  max-width: 120%;
}

.step_num {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  line-height: 48px;
  font-size: 24px;
  font-weight: 900;
  white-space: nowrap;
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
  color: #fff;
  top: 10px;
  right: 10px;
}

.step:before, .step:after {
  position: absolute;
  content: '';
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.step:after {
  border-width: 4px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #00c5dd;
  top: 97px;
  right: -24px;
}

.step:before {
  top: 100px;
  left: 100%;
  width: 0px;
  height: 2px;
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
}

.step:nth-child(3n):before, .step:nth-child(3n):after {
  display: none;
}

.step:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.step:nth-child(1):before, .step:nth-child(1):after {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s;
}

.step:nth-child(2) {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s;
}

.step:nth-child(2):before, .step:nth-child(2):after {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s;
}

.step:nth-child(3) {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s;
}

.step:nth-child(3):before, .step:nth-child(3):after {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.step:nth-child(4) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.step:nth-child(4):before, .step:nth-child(4):after {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.step:nth-child(5) {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.step:nth-child(5):before, .step:nth-child(5):after {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
}

.step:nth-child(6) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
}

.step:nth-child(6):before, .step:nth-child(6):after {
  -webkit-transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.go_animate.step {
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
  -moz-transform: rotate3d(0, 1, 0, 0deg);
  transform: rotate3d(0, 1, 0, 0deg);
  opacity: 1;
  visibility: visible;
}

.go_animate.step:before {
  width: 100px;
}

.go_animate.step:after {
  right: -115px;
}

.rate {
  line-height: 25px;
  padding: 75px 0 82px;  
  background: #efefef;
}

.rate > .container {
  width: 960px;
}

.table_desc {
  padding-right: 10px;
  margin-top: 61px;
  line-height: 24px;
  font-size: 16px;
    font-weight: 300;
}

.table_desc p, .table_desc li {
  font-size: 16px;
  margin-bottom: 10px;
}

.table_desc p:last-child, .table_desc li:last-child {
  margin-bottom: 0;
}

.table_desc_block {
  font-size: 16px;
  margin-bottom: 24px;
}

.table_desc_block p, .table_desc_block li {
  font-size: 16px;
}

.table_desc_block:last-child {
  margin-bottom: 0;
}

.tabs_triggers {
  margin: 0 auto 45px;
  clear: both;
}

.tabs_triggers:after {
  display: table;
  content: ' ';
  clear: both;
}

.tabs_link {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
  padding: 0;
  min-width: 300px;
}

.tabs_link:first-child {
  margin-left: 0;
}

.tabs_link:last-child {
  margin-right: 0;
}

.tabs_link.active {
  pointer-events: none;
}

.tabs_link.active:before {
  left: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  background: #00c5dd;
}

.btn.active {
  pointer-events: none;
}
.btn.active:before {
  left: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  background: #00c5dd;
}


.table_wrap {
  border: 2px solid #00c5dd;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

.tab {
  display: none;
}

.tab_table {
  width: 100%;
  border-radius: 3px;
  border: 2px solid #00c5dd;
}

.tab.active {
  display: block;
}

.tab_td {
  width: 33.333333%;
  vertical-align: top;
  /*text-align: center;*/
  border-style: solid;
  border-color: #00c5dd;
  border-width: 0 2px 0 0;
}

div[data-tab="1052"] .tab_td {
    width: 23.3%;
}

div[data-tab="1052"] thead .tab_td {
    font-size: 19px;
}

div[data-tab="1052"] .tab_td:nth-child(3),
div[data-tab="1052"] .tab_td:nth-child(5){
    width: 15%;
}

.tab_td:last-child {
  border-right-width: 0;
}

.tab_tbody .tab_td {
  font-size: 15px;
line-height: 18px;
font-weight: 300;
padding: 15px 17px;
}

.tab_td.hide_on_mobile {
    font-weight: 400;
}

.tab_thead .tab_td {
  font-size: 22px;
  font-weight: 500;
  background: #00c5dd;
    text-align: center;
  color: #fff;
  border-bottom-width: 2px;
  line-height: 25px;
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

.lang {
  position: absolute;
  top: 54px;
  right: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  transform: translateY(35px);
  visibility: hidden;
  opacity: 0;
}

.active_lang .lang {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.lang_toggle {
  margin: 0 0 18px;
  display: block;
  background: #02ba98;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
}

.lang_toggle:hover {
  border-color: #00c5dd;
  background: #00c5dd;
  color: #fff;
}

.link_lang {
  display: none;
}

html[lang="en"] .lang_toggle.lang_en {
  display: none;
}

html[lang="en"] .link_lang.lang_en {
  display: inline-block;
}

html[lang="de"] .lang_toggle.lang_de {
  display: none;
}

html[lang="de"] .link_lang.lang_de {
  display: inline-block;
}

html[lang="ru"] .lang_toggle.lang_ru {
  display: none;
}

html[lang="ru"] .link_lang.lang_ru {
  display: inline-block;
}

.active_lang .link_lang, .active_lang .link_lang:hover {
  background: #00c5dd;
  color: #fff;
  border-color: #00c5dd;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
}

.header_link_text {
  position: relative;
}

.link_lang:hover {
  background: #02ba98;
  color: #fff;
}

.page_ball {
  padding: 45px 0 140px;
}

.page_ball .head_desc {
  max-width: 835px;
}

.pagination {
  margin: 33px 0;
}

.pagination + * .head_primary {
  padding-top: 19px;
}

.ball_intro {
  padding: 74px 0 85px;
}

.ball_list {
  margin-bottom: 95px;
  font-size: 0;
}

.ball_list:after {
  display: table;
  content: ' ';
  clear: both;
}

.ball_item {
  display: inline-block;
  text-align: left;
  font-size: 0;
}

.ball_item:after {
  display: table;
  content: ' ';
  clear: both;
}

.ball_item:first-child {
  max-width: 280px;
}

.ball_item:first-child .ball_caption {
  max-width: 120px;
  margin-left: 5px;
}

.ball_item:nth-child(2), .ball_item:nth-child(4) {
  margin-top: 150px;
}

.ball_item:nth-child(2) {
  margin-left: -90px;
  max-width: 355px;
}

.ball_item:nth-child(2) .ball_caption {
  max-width: 205px;
}

.ball_item:nth-child(3) {
  margin-left: -30px;
  max-width: 310px;
}

.ball_item:nth-child(3) .ball_caption {
  max-width: 160px;
}

.ball_item:nth-child(4) {
  margin-left: -85px;
  max-width: 350px;
}

.ball_item:nth-child(4) .ball_caption {
  max-width: 200px;
}

.ball_item:nth-child(5) {
  margin-left: -100px;
  max-width: 295px;
}

.ball_item:nth-child(5) .ball_caption {
  max-width: 145px;
}

.ball_num {
  font-size: 120px;
  font-weight: 900;
  line-height: 88px;
  color: #00c5dd;
  width: 139px;
  display: inline-block;
}

.ball_caption {
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  margin-left: 10px;
}

.ball_scheme {
  padding-bottom: 35px;
}

.ball_scheme .head_primary {
  padding: 50px 0 150px;
}

.video {
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.video_wrap {
  width: 640px;
  position: relative;
}

.video_play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border-radius: 40px;
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
  overflow: hidden;
  -webkit-transition: all 0.25s ease 0.25s;
  -moz-transition: all 0.25s ease 0.25s;
  transition: all 0.25s ease 0.25s;
  opacity: .9;
  border: none;
}

.video_play:hover {
  opacity: 1;
}

.video_playing .video_play {
  -webkit-transform: translateY(28px);
  -moz-transform: translateY(28px);
  transform: translateY(28px);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
}

.video_playing .video_wrap:hover .video_play {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  opacity: .9;
  visibility: visible;
}

.video_playing .video_wrap:hover .video_play:hover {
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.video_desc {
  font-size: 16px;
  line-height: 24px;
  width: 600px;
}

.video_desc p, .video_desc li {
  margin-bottom: 24px;
}

.video_desc p:last-child, .video_desc li:last-child {
  margin-bottom: 0;
}

.video_desc strong {
  font-weight: 500;
}

.video_desc .btn {
  margin-top: 20px;
  min-width: 311px;
}

.play_icon {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  height: 32px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.play_icon_play {
  background-image: url(/system/design/images/ball/play.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: 30px;
  width: 28px;
}

.video_playing .play_icon_play {
  top: -50%;
}

.play_icon_pause {
  width: 6px;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
}

.play_icon_pause_left {
  left: -6px;
}

.play_icon_pause_right {
  right: -6px;
}

.video_playing .play_icon_pause_left {
  left: 29px;
}

.video_playing .play_icon_pause_right {
  right: 29px;
}

.ball_include {
  background: #f6f6f5;
  padding-bottom: 53px;
  position: relative;
  overflow: hidden;
}

.ball_include .head_primary {
  padding: 40px 0 80px;
}

.ball_include .btn {
  min-width: 311px;
}

.stern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  opacity: .9;
  font-size: 600px;
  font-weight: 500;
  line-height: 330px;
  text-transform: uppercase;
  pointer-events: none;
}

.stern ~ * {
  position: relative;
}

.path {
  margin: 0 -5px 110px;
  position: relative;
  min-height: 427px;
}

.path:after {
  display: table;
  content: ' ';
  clear: both;
}

.path_item {
  position: relative;
  width: 33.333333%;
  padding: 0 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

.path_item:nth-of-type(1), .path_item:nth-of-type(2), .path_item:nth-of-type(3) {
  margin-top: -77px;
  margin-bottom: 135px;
  height: 292px;
}

.path_img {
  margin: 0 auto 12px;
  font-size: 0;
  height: 153px;
  line-height: 153px;
  width: 153px;
  overflow: hidden;
  border-radius: 76.5px;
}

.path_image {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.path i, .path em {
  font-style: normal;
  color: #02ba98;
}

.path sup {
  vertical-align: middle;
  position: relative;
  top: -3px;
}

.path a {
  color: #00c5dd;
  text-decoration: underline;
}

.path a:hover {
  color: #02ba98;
  text-decoration: none;
}

#canvas {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.cost {
  margin: 0 auto;
  box-shadow: 0 10px 15px rgba(1, 134, 130, 0.2);
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
  overflow: hidden;
  width: 648px;
  border-radius: 5px;
  padding: 1px;
  line-height: 36px;
    font-size: 20px;
    font-weight: 300;
}

.cost a {
  color: #00c5dd;
  text-decoration: underline;
}

.cost a:hover {
  color: #02ba98;
  text-decoration: none;
}

.cost_inner {
  padding: 35px 25px 45px;
  background: #f6f6f5;
  border-radius: 3px;
  overflow: hidden;
}

.cost p {
  margin-bottom: 10px;
}

.cost p:last-child {
  margin-bottom: 0;
}

.cost img {
  vertical-align: middle;
  max-width: 100%;
  margin: 0 15px;
}

.cost strong {
  font-size: 18px;
  font-weight: 300;
}

.cost_strong {
    font-weight: 300;
}

.trade {
  margin-bottom: -33px;
  padding-bottom: 41px;
  background: #f6f6f5;
}

.trade .head_primary {
  padding: 42px 0;
}

.trade .btn {
  min-width: 311px;
  margin-top: 20px;
}

.trade textarea.input {
  height: 114px;
}

.row_half {
  margin-bottom: 10px;
}

.row_half.left {
  width: 285px;
}

.row_half.right {
  width: 310px;
}

.form_half {
  width: 605px;
  border: 0;
}

.form_half ~ .cleared:first-of-type {
  padding-top: 40px;
}

.form_half:after {
  display: table;
  content: ' ';
  clear: both;
}

.cleared {
  clear: both;
}

.caption_bold {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 15px 0;
  clear: both;
}

.radioset:after {
  display: table;
  content: ' ';
  clear: both;
}

.label_radio {
  display: inline-block;
  line-height: 16px;
  min-height: 16px;
  padding-left: 28px;
  position: relative;
  margin-right: 27px;
}

.label_radio:hover {
  color: #00c5dd;
}

input:checked + .label_radio {
  color: inherit;
  cursor: default;
}

.radio_icon {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  margin-top: -8px;
  background-image: url(/system/design/images/ball/radio.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

input:checked + label .radio_icon {
  background-position: 0px -16px;
}

.selectbox {
  overflow: visible;
}

.question {
  width: 310px;
  background: #00c5dd;
  background: linear-gradient(to right, #00c5dd, #02ba99);
  border-radius: 5px;
  overflow: hidden;
  padding: 1px;
  margin-top: 10px;
}

.question_inner {
  padding: 8px 15px;
  background: #fff;
  border-radius: 3px;
}

.question .answer_head {
  cursor: text;
  color: #00c5dd;
}

.question .answer_head:hover {
  color: #00c5dd;
}

.question .caption_bold {
  padding-top: 0;
  color: #323d43;
}

.breadcrumbs {
  margin: 25px 0;
  line-height: 18px;
  color: #323d43;
}

.breadcrumbs a {
  display: inline-block;
  margin-right: 5px;
  color: #00c5dd;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  color: #02ba98;
  text-decoration: none;
}

.divider {
  display: inline-block;
  margin-right: 5px;
  color: #02ba98;
}

#file_list {
  clear: both;
}

#file_list:after {
  display: table;
  content: ' ';
  clear: both;
}

.file_wrapper {
  float: left;
  width: 195px;
  padding: 2px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  color: #909090;
  line-height: 46px;
  font-size: 0;
  position: relative;
  margin: 10px 10px 0 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.file_wrapper:nth-child(3n) {
  margin-right: 0;
}

.file_img {
  display: inline-block;
  width: 46px;
  height: 46px;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
}

.file_image {
  max-width: 46px;
  max-height: 46px;
  vertical-align: middle;
}

.file_name {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 110px;
  margin-left: 10px;
  vertical-align: top;
  font-size: 15px;
  font-weight: 500;
}

.file_rm {
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(/system/design/images/ball/delete.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.cutted {
  max-width: 350px;
}

.btn.btn_label_for {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  min-width: 160px;
  margin: 15px 0 0;
}

.show_on_mobile, .show_on_tablet, .show_on_laptop {
  display: none;
}

.to_animate {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  position: relative;
  top: 40px;
  opacity: 0;
}

.to_animate.animated {
  opacity: 1;
  top: 0;
}

.to_animate:nth-child(1) {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}

.to_animate:nth-child(2) {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s;
}

.to_animate:nth-child(3) {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}

.to_animate:nth-child(4) {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s;
}

.to_animate:nth-child(5) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}

.to_animate:nth-child(6) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.to_animate:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.to_animate:nth-child(8) {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.to_animate:nth-child(9) {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.to_animate:nth-child(10) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
}

.to_animate:nth-child(11) {
  -webkit-transition-delay: 2.2s;
  -moz-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.to_animate:nth-child(12) {
  -webkit-transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.to_animate:nth-child(13) {
  -webkit-transition-delay: 2.6s;
  -moz-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.to_animate:nth-child(14) {
  -webkit-transition-delay: 2.8s;
  -moz-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.to_animate:nth-child(15) {
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  transition-delay: 3s;
}

.message_to_user {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.row_half.left {
    width: 295px;
}
.row_half {
    margin-bottom: .5px;
}

@media (max-width: 1300px) {
  .container {
    width: 960px;
  }

  .number * {
    font-size: 60px;
    line-height: 40px;
  }

  .single {
    width: 235px;
    padding: 0 15px;
  }

  .show_on_laptop {
    display: block;
  }

  .show_on_laptop.bugoff {
    clear: right;
    margin: 35px 0 0;
  }

  .hide_on_laptop {
    display: none;
  }

  .hide_on_laptop.soc {
    display: none;
  }

  .nav_bottom_holder {
    text-align: right;
  }

  .nav {
    position: absolute;
    top: 80px;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 15.25px;
    background: #323D43;
    visibility: hidden;
    opacity: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.45s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    -moz-transition: all 0.45s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    transition: all 0.45s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  }

  .active-navigation .nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  .dropbox {
    top: -15px;
  }

  .nav_item:hover .dropbox {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s linear 0.1s;
    -moz-transition: all 0.25s linear 0.1s;
    transition: all 0.25s linear 0.1s;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    pointer-events: none;
    -webkit-transition: all 0.25s linear 0.1s;
    -moz-transition: all 0.25s linear 0.1s;
    transition: all 0.25s linear 0.1s;
  }

  .active-dropbox .dropbox, .active-dropbox .nav_item:hover .dropbox {
    -webkit-transition: all 0.45s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    -moz-transition: all 0.45s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    transition: all 0.45s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  .has_dropbox > .nav_link {
    cursor: pointer;
  }

  .show_menu {
    display: inline-block;
    background: transparent;
    margin-top: 1px;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }

  .show_menu:before, .show_menu:after {
    content: '';
    position: absolute;
    height: 26px;
    top: 50%;
    margin-top: -13px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    border-radius: 1px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }

  .active-navigation .show_menu {
    color: transparent;
    border-color: transparent;
  }

  .active-navigation .show_menu:before, .active-navigation .show_menu:after {
    visibility: visible;
    opacity: .75;
  }

  .active-navigation .show_menu:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .active-navigation .show_menu:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .header .phones {
    margin-left: 18px;
  }

  .header.fancybox-margin {
    padding-right: 0;
  }

  .soc {
    padding-top: 15px;
    display: block;
    text-align: center;
    float: none;
    clear: both;
    width: 100%;
    margin: 0;
  }

  .footer {
    padding-bottom: 21px;
  }

  .footer .phones {
    margin-top: 1px;
  }

  .copyright {
    float: left;
    clear: none;
    margin-top: 15px;
  }

  .tabs_link {
    margin: 0 10px;
    min-width: 280px;
  }

  .interest {
    text-align: center;
  }

  .interest .article, .interest .article:nth-child(4n) {
    margin: 0 10px 20px;
  }

  .article {
    display: inline-block;
    text-align: left;
    float: none;
    margin: 0 10px 20px;
  }

  .article:nth-child(4n) {
    margin: 0 10px 20px;
  }

  .rp_item {
    width: 33.333333%;
    padding: 0 15px;
  }

  .rp_intro, .rp_desc {
    text-align: left;
  }

  .reviews_promo {
    padding-bottom: 75px;
  }

  .reviews_promo .head_primary, .guys .head_primary {
    padding-bottom: 52px;
  }

  .video_desc, .video_wrap {
    float: none;
  }

  .video_wrap {
    margin: 0 auto;
  }

  .video_desc {
    width: 100%;
  }

  .video_desc .btn {
    display: block;
    max-width: 311px;
    margin: 0 auto 50px;
  }

  .ball_list {
    margin-bottom: 5px;
  }

  .ball_list .ball_item {
    width: 310px;
    float: none;
    margin: 0 0 45px;
    vertical-align: top;
    padding: 0 15px;
    text-align: center;
  }

  .ball_num {
    display: block;
    font-size: 100px;
    line-height: 80px;
    margin-bottom: 15px;
    width: auto;
  }

  .stern {
    font-size: 350px;
  }

  .path_item:nth-child(1) {
    margin-bottom: 77px;
  }

  .path_item:nth-child(2) {
    margin-bottom: 77px;
  }

  .path_item:nth-child(3) {
    margin-bottom: 77px;
  }

  .form_half {
    margin: 0 auto;
    float: none;
    width: 710px;
  }

  .form_half.left {
    margin-bottom: 25px;
  }

  .row_half.left {
    width: 355px;
  }

  .row_half.right {
    width: 355px;
  }

  .questions_all, .map {
    width: 630px;
  }

  .contact_warning {
    width: 712px;
    margin: 0 auto;
  }

  .contact_warning .right {
    width: 100%;
    float: none;
  }

  .contact_warning .left {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 50px auto 0;
    float: none;
  }

  .easy_item {
    margin: 0 5px 15px;
    padding: 25px 15px;
    width: 305px;
    height: 230px;
  }

  .easy_item .btn_abs, .easy_item:hover .btn_abs {
    bottom: 20px;
    visibility: visible;
    opacity: 1;
  }

  .easy_item .btn_abs .btn, .easy_item:hover .btn_abs .btn {
    line-height: 40px;
    font-size: 17px;
    height: 40px;
    padding: 0 40px;
    border-radius: 20px;
  }

  .easy_item .easy_desc, .easy_item .easy_head {
    line-height: 26px;
    font-size: 18px;
  }

  .easy_desc_abs {
    padding: 0 10px 25px;
  }

  .easy_img:after {
    opacity: .3;
  }

  .how_it_works .think_item, .how_it_works .think_item:nth-child(1n), .think .think_item, .think .think_item:nth-child(1n) {
    width: 33.333333%;
    margin: 0;
    padding: 0 10px;
  }

  .think .think_item:first-child {
    float: left;
  }

  .think .think_item:last-child {
    float: right;
  }

  .head_desc {
    font-size: 30px;
    line-height: 40px;
  }

  .head_desc_min {
    font-size: 20px;
    line-height: 32px;
  }

  .why.white {
    padding-bottom: 82px;
  }

  .payment_main_bg {
    left: 0;
  }

  .payment_list {
    padding-left: 400px;
  }

  .payment_white_bg {
    right: 0;
  }

  .home {
    padding: 130px 0 180px;
  }

  .home_sub {
    font-size: 58px;
    line-height: 74px;
  }

  .service {
    float: none;
    width: 410px;
    margin: 0 10px 20px;
  }

  .service:nth-child(4n) {
    margin: 0 10px 20px;
  }

  .why_figure + p {
    min-height: 45px;
  }

  .reviews {
    float: none;
    width: auto;
  }

  .news {
    text-align: center;
    float: none;
    width: auto;
  }

  .news .head_primary {
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
  }

  .news .head_primary .right {
    position: absolute;
    right: 0;
  }

  #registration {
    width: 720px;
    padding: 30px 50px 50px;
  }

  .colgroup, .colgroup:last-child {
    float: none;
    width: auto;
  }

  .colgroup:last-child {
    margin-top: 25px;
  }

  .blog .article, .blog .article:nth-child(1n) {
    margin: 0 5px 10px;
    float: left;
    width: 305px;
  }

  .lavky_promo_inner {
    background-position: right 30px bottom;
    width: auto;
  }

  .lavky_right {
    width: 470px;
    float: none;
    margin-top: 25px;
  }

  .lavky_icons {
    margin-left: -480px;
  }

  .lavky_line {
    width: 80px;
  }

  .lavky_line_left {
    right: 960px;
  }

  .lavky_line_right {
    left: 960px;
  }

  .what_is_lavky .easy_item, .what_is_lavky .easy_item:nth-child(1n) {
    float: none;
    margin: 0 10px 20px;
    display: inline-block;
  }

  .what_is_lavky .easy_item .easy_desc_abs, .what_is_lavky .easy_item:nth-child(1n) .easy_desc_abs {
    padding: 0 15px 25px;
    font-size: 18px;
    line-height: 24px;
  }

  .paypal_info {
    width: 520px;
  }

  .paypal_white .paypal_info {
    width: 590px;
  }

  .seo_text {
    background-attachment: scroll;
    padding-bottom: 100px;
  }

  .benefit, .benefit:nth-child(1n) {
    margin: 0 auto 50px;
    float: none;
  }

  .place_text {
    width: 620px;
  }

  .reviews_list .review {
    padding-right: 0;
  }

  .step {
    width: 305px;
    float: left;
    margin: 0 5px 40px;
  }

  .step:before, .step:after {
    display: none;
  }

  .show_on_mobile, .show_on_tablet {
    display: none;
  }

  .to_animate:nth-child(1) {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
  }

  .to_animate:nth-child(2) {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
  }

  .to_animate:nth-child(3) {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
  }

  .to_animate:nth-child(4) {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
  }

  .to_animate:nth-child(5) {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
  }

  .to_animate:nth-child(6) {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
  }

  .to_animate:nth-child(7) {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
  }

  .to_animate:nth-child(8) {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
  }

  .to_animate:nth-child(9) {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
  }

  .to_animate:nth-child(10) {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
  }

  .to_animate:nth-child(11) {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
  }

  .to_animate:nth-child(12) {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
  }

  .to_animate:nth-child(13) {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
  }

  .to_animate:nth-child(14) {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
  }

  .to_animate:nth-child(15) {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
  }
}
@media (max-width: 1000px) {
  .hide_on_tablet {
    display: none;
  }

  .container, .color_numbers, .guys_wrapper, .rate > .container {
    width: 720px;
  }

  .copyright_top {
    font-size: 12px;
    clear: both;
    padding-top: 10px;
  }

  .color_numbers, .guys_wrapper {
    margin: 0 auto;
  }

  .color_numbers:after, .guys_wrapper:after {
    display: table;
    content: ' ';
    clear: both;
  }

  .single {
    width: 50%;
    float: left;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .show_on_tablet {
    display: block;
  }

  .rp_item {
    width: 100%;
    padding: 0 50px;
    margin-bottom: 50px;
  }

  .rp_item:last-child {
    margin-bottom: 0;
  }

  .header_actions {
    margin-left: 0;
  }

  .header_actions_link {
    margin-left: 14px;
  }

  .logo {
    width: 250px;
    background-size: 100%;
  }

  .footer_content, .nav_bottom {
    float: none;
    clear: both;
    width: 100%;
  }

  .footer_content:after, .nav_bottom:after {
    display: table;
    content: ' ';
    clear: both;
  }

  .nav_bottom_holder {
    float: left;
    text-align: left;
    width: 33.333333%;
    padding: 0 14px 0 0;
  }

  .footer_content {
    padding-top: 35px;
  }

  .show_on_laptop.bugoff {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .video_desc .btn {
    margin: 50px auto;
  }

  .ball_list .ball_item {
    width: 235px;
  }

  .stern {
    font-size: 300px;
  }

  .path_item, .path_item:nth-child(1n) {
    width: 50%;
    margin: 0 0 50px;
    min-height: 0px;
    height: auto;
  }

  .ball_scheme .head_primary {
    padding: 52px 0;
  }

  .path {
    margin: 0 0 50px;
  }

  .trade .cleared .btn {
    margin: 20px 0 50px;
  }

  .blog {
    text-align: center;
  }

  .blog .article, .blog .article:nth-child(1n) {
    margin: 0 10px 20px;
    float: none;
    text-align: left;
  }

  .blog_content img {
    margin: 0 auto 50px;
    float: none;
  }

  .map_desc {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 25px;
  }

  .map_desc_texts {
    max-height: none;
    margin: 0;
    overflow: hidden;
  }

  .map_desc_inner {
    padding-right: 20px;
  }

  .questions_all, .map {
    float: none;
    width: 100%;
  }

  .map {
    height: 480px;
  }

  .contact_warning {
    width: 100%;
  }

  .easy_item, .easy_item:nth-child(1n) {
    display: block;
    float: none;
    margin: 0 auto 25px;
    width: 415px;
    height: 285px;
  }

  .why_item, .why_item:nth-child(1n) {
    border: 0;
    width: 50%;
    padding: 0 10px;
    margin: 0 0 25px;
  }

  .rp_item {
    padding: 0;
  }

  .head_desc {
    font-size: 26px;
    line-height: 36px;
  }

  .head_desc_min {
    font-size: 18px;
    line-height: 32px;
  }

  .question {
    width: 100%;
    background: transparent;
  }

  .question .btn {
    margin-top: 10px;
  }

  .home_sub {
    font-size: 42px;
    line-height: 60px;
  }

  .reviews .review, .reviews .review:nth-child(1n) {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .lavky_promo_inner {
    background-image: none;
    padding-top: 90px;
  }

  .lavky_head_text {
    max-width: 100%;
  }

  .lavky_icons {
    margin-left: -360px;
  }

  .lavky_icon {
    margin: 0 7px;
  }

  .lavky_line {
    width: 35px;
  }

  .lavky_line_left {
    right: 720px;
  }

  .lavky_line_right {
    left: 720px;
  }

  .color_list_item {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }

  .why_figure + p {
    min-height: 80px;
  }

  .payment_main_bg, .payment_white_bg {
    display: none;
  }

  .payment_list {
    padding: 0;
  }

  .payment_fin_block {
    width: auto;
    margin: 0 29px;
  }

  .paypal_white .paypal_info {
    width: 360px;
  }

  .paypal_color {
    padding: 60px 0;
  }

  .paypal_color .container {
    background-image: none;
    min-height: 0px;
    padding: 0;
  }

  .paypal_color .paypal_info {
    float: none;
    width: auto;
  }

  .place_img, .place_text {
    margin: 0 auto 35px;
    float: none;
  }

  .place_text {
    width: 100%;
  }

  .tabs_link {
    margin: 0 10px;
    min-width: 280px;
    min-width: 0px;
    max-width: 30%;
    padding: 13px 15px 11px;
    line-height: 20px;
    height: auto;
    border-radius: 32px;
  }

  .tab_tbody .tab_td {
    padding: 18px 10px;
  }

  .step:nth-child(1n), .step {
    margin: 0 20px 40px;
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    -moz-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
    opacity: 1;
    visibility: visible;
  }

  .steps:after {
    display: table;
    content: ' ';
    clear: both;
  }

  .steps > .container:after {
    display: none;
  }

  .questions_list:after {
    display: table;
    content: ' ';
    clear: both;
  }

  .question_link {
    float: left;
    width: 50%;
  }
    .blog_content {
        padding-right: 0;
    }
}

.help_block table, .help_block table[style] {
    overflow-x: auto;
    max-width: 100%;
    margin: 0 0 35px;
    border: 1px solid #00C5DD !important;
}

.help_block table td *[style], .help_block table[style] td *[style] {
    font: inherit !important;
}

.help_block table br {
    display: none !important;   
}

.help_block table td {
    padding: 15px;
    vertical-align: top;    
    border: 1px solid #00C5DD
}

@media (max-width: 750px) {
  body {
    padding-top: 165px;
  }
    
    /* Extra styles for tables */

.help_block table, .help_block table[style] {
    display: block;
}

    
    .map_desc_trigger {
        font-size: 18px;
        text-align: center;
    }

    

.tooltip:after {
    left: 20px;
}
    
    .review_date {
        float: none;
        clear: both;
        width: 100%;
    }
    
  .container, .rate > .container {
    width: 320px;
    padding: 0 20px;
  }

  .container {
  	padding-right: 0!important;
  	padding-left: 0!important;
  }
  .header_actions {
  	padding-left: 20px;
  }

  .show_on_mobile {
    display: block;
  }

  .show_on_mobile.show_menu {
    display: inline-block;
    margin-left: 11px;
  }

  .show_on_mobile.tab_tr {
    display: table-row;
  }

  .header {
    height: 165px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  .header_content {
    float: none;
  }

  .hidden_header .header {
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
    top: -93px;
  }

  .nav {
    top: 165px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .colorful_half {
    float: none;
    width: 100%;
  }

  .nav_item {
    margin: 30px 0;
    display: block;
  }

  .sign_in, #sign_in, #registration {
    width: 280px;
    padding: 30px 15px;
  }

  .sign_in .form-heading, #sign_in .form-heading, #registration .form-heading {
    margin-bottom: 20px;
  }

  .agree a {
    display: inline-block;
    margin-left: 7px;
  }

  .i_agree {
    margin: 20px auto 30px;
  }

  .nav_bottom_holder {
    width: 100%;
    float: none;
    display: block;
    padding-right: 0;
  }

  .nav_bottom_item {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 10px;
  }

  .nav_bottom_item:last-child {
    margin-bottom: 10px;
  }

  .color_numbers, .guys_wrapper, .single {
    width: 100%;
  }

  .single {
    float: none;
  }

  .single:last-child {
    margin-bottom: 0;
  }

  .head_desc {
    font-size: 24px;
  }

  .copyright {
    margin-top: 5px;
  }

  .show_on_laptop.bugoff {
    right: 20px;
  }

  .copyright_top {
    margin: 0 -5px;
  }

  .soc_icon {
    margin-right: 15px;
  }

  .checkbox {
    margin-right: 11px;
  }

  .system {
    margin-bottom: 15px;
  }

  .colgroup .caption {
    margin-bottom: 20px;
    text-align: center;
  }

  .form-heading {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 30px;
    font-weight: 500;
  }

  .form-sub {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .fancybox-close {
    top: 10px;
    right: 10px;
  }

  .btn {
    line-height: 45px;
    font-size: 16px;
    height: 45px;
      line-height: 45px;
    padding: 0 45px;
  }
    
    .how_it_works .btn, .lavky .btn {
        line-height: 45px;
    }

  .ball_include .btn, .video_desc .btn {
    min-width: 0px;
  }

  .registration .btn {
    padding: 0 30px;
  }

  .btn_label {
    min-width: 0px;
    padding: 0 25px;
  }

  .logo {
    float: none;
    display: block;
    margin: 0 auto 15px;
  }

  .header .phones, .footer .phones {
    margin: 15px auto;
    float: none;
    text-align: center;
    display: block;
  }

  .phones .tel {
    display: inline-block;
    font-size: 15px;
    margin: 0 5px;
  }

  .phones .tel:first-child {
    margin-left: 0;
  }

  .phones .tel:last-child {
    margin-right: 0;
  }

  .header .phones {
    margin-top: 5px;
  }

  .page_head {
    padding: 40px 0;
    min-height: 0px;
  }

  .head {
    margin-bottom: 25px;
  }

  .video_wrap {
    width: auto;
    display: none;
  }

  .ball_intro {
    padding: 40px 0 0;
  }

  .head_primary, .head_primary:nth-child(1n) {
    font-size: 24px;
    padding: 42px 0;
  }

  .stern {
    display: none;
  }

  .path_item, .path_item:nth-child(n) {
    width: 100%;
    padding: 0;
  }

  .cost {
    width: auto;
  }

  .cost_inner {
    padding: 25px 15px;
  }

  .form_half {
    width: auto;
  }

  .row_half.left, .row_half.right {
    width: auto;
    float: none;
  }

  .file_wrapper {
    width: 100%;
    margin-right: 0;
  }

  .file_wrapper:first-child {
    margin-top: 28px;
  }

  .question_link {
    float: none;
    width: auto;
  }

  .btn.btn_label_for {
    float: none;
    display: block;
    width: 160px;
    padding: 0;
    margin: auto;
  }

  .trade {
    margin-bottom: 0;
  }

  .trade .cleared .btn {
    display: block;
    width: 100%;
    min-width: 0px;
  }

  .cutted {
    max-width: 350px;
    text-align: center;
    font-size: 16px;
    float: none;
  }

  .pagination {
    background: rgba(246, 246, 245, 0.3);
    margin: 0;
    padding: 15px 0;
    height: auto;
    text-align: center;
    border-style: solid;
    border-color: #02ba98 transparent #00c5dd;
    border-width: 2px 0;
    font-size: 0;
  }

  .pagination + * .head_primary {
    padding-top: 52px;
  }

  .file_name {
    max-width: 185px;
  }

  .label_radio {
    margin-bottom: 12px;
  }

  .label_radio:last-of-type {
    margin-bottom: 0;
  }

  .go_page {
    float: none;
    margin: 10px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .article {
    display: block;
    width: auto;
  }

  .blog .article, .blog .article:nth-child(n) {
    display: block;
    margin: 0 0 20px;
    width: auto;
  }

  .head_huge {
    margin: 40px auto;
  }

  .page_goto span {
    display: none;
  }

  .page_goto .pip {
    display: inline-block;
  }

  .why_item, .why_item:nth-child(n) {
    width: 100%;
    margin-bottom: 35px;
  }

  .how_it_works .think_item, .how_it_works .think_item:nth-child(n), .think .think_item, .think .think_item:nth-child(n) {
    width: 100%;
    margin-bottom: 40px;
  }

  .how_it_works .think_item:last-child, .how_it_works .think_item:nth-child(n):last-child, .think .think_item:last-child, .think .think_item:nth-child(n):last-child {
    margin-bottom: 0;
  }

  .map {
    height: 320px;
  }

  .head_desc {
    font-size: 20px;
    line-height: 28px;
  }

  .easy_item, .easy_item:nth-child(n) {
    width: 280px;
    height: 192px;
  }

  .easy {
    padding-bottom: 52px;
  }

  .query .btn {
    width: 90px;
  }

  .query .input {
    padding-right: 107px;
  }

  .breadcrumbs {
    line-height: 24px;
  }

  .answer_content {
    line-height: 28px;
    padding-left: 0;
  }

  .question_inner {
    padding: 0;
  }

  .home_sub {
    font-size: 30px;
    line-height: 38px;
  }

  .home {
    padding: 50px 0;
  }

  .service, .service:nth-child(1n) {
    width: 100%;
    min-height: 0px;
    margin-left: 0;
    margin-right: 0;
  }

  .sub_primary {
    font-size: 14px;
    margin-top: -20px;
  }

  .why {
    padding-bottom: 0;
  }

  .news .head_primary {
    padding: 32px 10px 42px;
  }

  .news .head_primary .right {
    position: static;
    float: none;
    display: block;
    border: 0;
    text-decoration: underline;
  }

  .easy_list .easy_desc {
    display: none;
  }

  .easy_list .easy_head {
    font-size: 20px;
    font-weight: 500;
  }

  .lavky_promo_inner {
    padding: 40px 0;
    min-height: 0px;
  }

  .lavky_icons {
    display: none;
  }

  .lavky_head {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .lavky_right {
    width: auto;
  }

  .color_list_item {
    line-height: 24px;
  }

  .color_list_item:before {
    top: 5px;
  }

  .what_is_lavky .easy_item, .what_is_lavky .easy_item:nth-child(n) {
    width: auto;
    display: block;
  }

  .lavky {
    margin-bottom: 0;
  }

  .sub_huge {
    margin: -20px 0 30px;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
  }

  .why_figure + p {
    min-height: 0px;
  }

  .why.white {
    padding-bottom: 32px;
  }

  .payment_fin_text {
    font-size: 17px;
    line-height: 28px;
    margin: 10px 0 25px;
  }

  .paypal_white {
    padding: 40px 0;
  }

  .paypal_white .container {
    background-image: none;
    padding: 0 20px;
    min-height: 0px;
    background: none!important;
  }

  .paypal_white .paypal_info {
    width: auto;
  }

  .paypal_color {
    padding: 40px 0;
  }

  .paypal_color .container {
    padding: 0 20px;
    background-image: none!important;
  }

  .paypal_head {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }

  .head_seo {
    padding: 40px 0;
    font-size: 24px;
    line-height: 34px;
  }

  .seo_text {
    padding-bottom: 40px;
  }

  .benefit {
    display: block;
    width: auto;
  }

  .benefit_img {
    height: auto;
    line-height: normal;
  }

  .benefits {
    padding-bottom: 0;
  }

  .place_img {
    width: auto;
    height: auto;
  }

  .place_img_inner {
    height: auto;
    line-height: normal;
    padding: 25px 10px;
  }

  .head_medium {
    font-size: 22px;
  }

  .tab {
    display: block;
  }

  .rate {
    padding: 0 0 40px;
  }

  .table_heading {
    font-size: 24px;
    padding: 42px 0;
    text-align: center;
  }

  .tab_tbody .tab_td {
    width: 50%;
    padding: 15px 5px;
  }

  .show_on_mobile.tab_tr .tab_td {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 10px;
    line-height: 24px;
    border: 2px solid #00c5dd;
    border-width: 2px 0;
  }

  .show_on_mobile.tab_tr:first-child .tab_td {
    border-top: 0;
  }

  .table_desc {
    margin-top: 40px;
  }

  .reviews_list .review {
    margin-bottom: 0px;
  }

  .step:nth-child(1n), .step {
    display: block;
    width: 280px;
    margin-left: 0;
    margin-right: 0;
  }

  .step_img, .step_wrapper {
    width: auto;
    height: auto;
    line-height: normal;
  }

  .step_image {
    max-width: 100%;
    height: auto;
    min-height: 0px;
  }

  .hide_on_mobile {
    display: none;
  }
}


/* New */

.article_text {
  /*max-height: 65px;
  overflow: hidden;*/
}

/*
.article_image {
  display: inline-block;
  width: auto;
}*/

.blog_content img {
  float: none;
  margin: 25px auto;
}

.mceContentBody {
  margin: 0;
  padding: 0;
}

.mceContentBody * {
  opacity: 1;
}

.tooltip {
  cursor: help !important;
  color: #00C7E3;
}
.tooltip:hover {
  color: #fff;
}

.tooltip::after {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px 8px 8px 0px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  color: #FFF;
  content: attr(data-tooltip);
  margin-top: -40px;
  margin-left: 3px;
  opacity: 0;
  padding: 7px;
  position: absolute;
  visibility: hidden;
  max-width: 200px;
  transition: all 0.4s ease-in-out;
  line-height: 1.2;
  z-index: 2;
  font-size: 14px;
}

.tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}
.head_desc .tooltip::after {
  bottom: 35px;
}

img.blog_image {
	margin: 0px 20px 20px 0px;
	float: left;
}
.reset {
	margin: 0;
	padding: 0;
}

.wysiwyg_padding {
	margin: 0 40px 40px;
	line-height: 24px;
	font-size: 16px;
	color: #4e4e4e;
}
.file {
	
}
.cost_padding {
	margin-bottom: 40px;
}
.cost_inner .head_primary:first-child {
	padding-top: 0;
}
.row {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
	line-height: 100%;
}
.row:nth-child(even) {
	margin-right: 6px;
}
.label {
	font-size: 16px;
}
.head_primary_line {
	line-height: 110%;
}
a.btn, a.btn:hover {
	color: white;
	text-decoration: none;
}