#acts {
  overflow: auto; }

#acts .act-item {
  text-decoration: none;
  display: block;
  overflow: auto;
  margin-bottom: 28px; }

#acts .act-item img {
  width: 209px;
  height: auto;
  display: inline-block;
  margin-right: 40px;
  float: left; }

#acts .act-item .act-title, #acts .act-item .act-text {
  text-align: left;
  display: block; }

#acts .act-item:hover .act-title {
  text-decoration: underline !important; }

#acts .act-item:hover .arrowbox {
  background: url(arrowbox-bg.png) no-repeat top left;
  background-size: 100% 100%;
  color: white; }

.act-title {
  font-family: 'Roboto',sans-serif;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  color: #2e70ac;
  margin-bottom: 12px; }

.act-text {
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #333;
  text-decoration: none !important; }

.address {
  display: none !important; }

.address .city {
  position: relative;
  margin-bottom: 15px; }

.address .city img {
  margin-right: 10px; }

.address .city span {
  position: absolute;
  bottom: 0;
  font-family: 'Exo 2',sans-serif;
  font-weight: bold;
  font-size: 19px; }

.address .info {
  line-height: 1.7; }

.border-grad-1 {
  position: relative;
  z-index: 2;
  font-size: 1.5em;
  text-align: center; }

.border-grad-1:before, .border-grad-1:after {
  content: "";
  position: absolute; }

.border-grad-1:before {
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: #5495d4;
  background: -webkit-linear-gradient(left, #5495d4 0, #7ac578 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #5495d4), to(#7ac578));
  background: linear-gradient(to right, #5495d4 0, #7ac578 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5495d4',endColorstr='#7ac578',GradientType=1 );
  z-index: -2; }

.border-grad-1:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: -1; }

.border-grad-11px {
  position: relative;
  z-index: 2;
  font-size: 1.5em;
  text-align: center; }

.border-grad-11px:before, .border-grad-11px:after {
  content: "";
  position: absolute; }

.border-grad-11px:before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #5495d4;
  background: -webkit-linear-gradient(left, #5495d4 0, #7ac578 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #5495d4), to(#7ac578));
  background: linear-gradient(to right, #5495d4 0, #7ac578 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5495d4',endColorstr='#7ac578',GradientType=1 );
  z-index: -2; }

.border-grad-11px:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: -1; }

.border-grad-1-selected {
  position: relative;
  z-index: 101;
  font-size: 19pt;
  font-weight: 600;
  color: #000;
  text-align: center; }

.border-grad-1-selected:before, .border-grad-1-selected:after {
  content: "";
  position: absolute; }

.border-grad-1-selected:before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: 1px;
  background: #5495d4;
  background: -webkit-linear-gradient(left, #5495d4 0, #7ac578 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #5495d4), to(#7ac578));
  background: linear-gradient(to right, #5495d4 0, #7ac578 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5495d4',endColorstr='#7ac578',GradientType=1 );
  z-index: -2; }

.border-grad-1-selected:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: -1; }

.bread-container {
  overflow: auto; }

#wrapper .d-carousel ul li {
  background: none;
  background-color: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px #b7b7b7;
  box-shadow: 0px 1px 2px 0px #b7b7b7;
  padding: 15px;
  width: 175px; }

.jcarousel-direction-rtl {
  direction: rtl; }

.d-carousel h4 {
  margin: 5px 0 5px 0; }

.d-carousel .jcarousel-container {
  display: block;
  overflow: hidden;
  margin-bottom: 20px; }

.d-carousel .jcarousel-item {
  width: 190px;
  height: 290px; }

.d-carousel .jcarousel-container-horizontal {
  width: 870px;
  height: 325px;
  padding: 0 45px; }

.d-carousel .jcarousel-item-horizontal {
  margin-left: 3px;
  margin-bottom: 3px;
  margin-top: 3px;
  margin-right: 11px; }

.d-carousel .jcarousel-next-horizontal {
  position: absolute;
  top: 149px;
  right: 0;
  margin-right: 3px;
  width: 15px;
  height: 28px;
  cursor: pointer;
  background: transparent url(blog-arrows.html) no-repeat top right; }

.d-carousel .jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;
  background-image: url(blog-arrows.html); }

.d-carousel .jcarousel-next-horizontal:hover {
  background-position: bottom right; }

.d-carousel .jcarousel-prev-horizontal {
  position: absolute;
  top: 149px;
  left: 0;
  margin-left: 3px;
  width: 15px;
  height: 28px;
  cursor: pointer;
  background: transparent url(blog-arrows.html) no-repeat top left; }

.d-carousel .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
  background-image: url(blog-arrows.html); }

.d-carousel .jcarousel-prev-horizontal:hover {
  background-position: bottom left; }

#contacts .container {
  padding: 0 139px;
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  line-height: 2;
  font-weight: 300; }

#contacts .contacts-item {
  position: relative;
  overflow: auto;
  margin-bottom: 25px; }

#contacts .contacts-item:last-of-type {
  margin-bottom: 116px; }

#contacts .map-wrap {
  width: 63%;
  height: 202px;
  padding: 6px;
  float: left;
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-right: 30px;
  z-index: 1 !important; }
  @media (max-width: 1200px) {
    #contacts .map-wrap {
      width: 49%; } }

#contacts .map-wrap div {
  width: 100%;
  height: 100%; }

#contacts .contacts-item .info {
  position: relative;
  width: 32%;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 1200px) {
    #contacts .contacts-item .info {
      width: -webkit-calc(49% - 36px);
      width: calc(49% - 36px); } }
  @media (max-width: 768px) {
    #contacts .contacts-item .info {
      width: 100%; } }

#contacts .contacts-item .info b {
  font-family: 'Exo 2',sans-serif;
  font-size: 19px;
  font-weight: bold; }

#content {
  width: 100%;
  margin: 0 auto;
  max-width: 1170px; }

.entry-content {
  text-align: justify; }

.content {
  margin: 0 auto;
  max-width: 1170px;
  text-align: center; }

h2.cong {
  text-align: center;
  margin: 45px 0; }

img.itime {
  padding: 1px 5px 5px 0px;
  vertical-align: middle;
  height: 16px; }

.wo-margin {
  margin: 0 !important; }

.bg-grad {
  background: #5495d4;
  background: -webkit-linear-gradient(left, #5495d4 0, #7ac578 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #5495d4), to(#7ac578));
  background: linear-gradient(to right, #5495d4 0, #7ac578 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5495d4',endColorstr='#7ac578',GradientType=1 ); }

.text-italic {
  font-style: italic;
  font-weight: 300; }

.text-semibold {
  font-weight: 600; }

.text-medium {
  font-weight: 500; }

img.iair {
  margin-top: -27px;
  padding: 10px 87px;
  background-color: #f3f3f3; }

.v {
  padding-bottom: 50px; }

.arrowbox {
  display: inline-block;
  min-width: 167px;
  height: 66px;
  background: url(arrowbox.png) no-repeat top left;
  background-size: 100% 100%;
  font-family: 'Exo 2',sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 51px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #5495d4;
  margin-bottom: 5px;
  text-align: left; }

a {
  text-decoration: none;
  outline: none;
  color: #589aca; }

li:focus {
  outline: none; }

p.desc {
  height: 50px; }

.cool-line {
  display: block;
  height: 2px; }

#top.cool-line {
  width: 223px;
  margin-bottom: 34px; }

#bot.cool-line {
  width: 129px;
  margin-top: 34px; }

.border-decorate {
  border: 1px solid transparent;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#5495d4), to(#7ac578));
  -webkit-border-image: -webkit-linear-gradient(left, #5495d4 0%, #7ac578 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#5495d4), to(#7ac578));
  border-image: linear-gradient(to right, #5495d4 0%, #7ac578 100%);
  border-image-slice: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a.button-decorate,
.ui-dialog a.button-decorate {
  color: #fff !important;
  text-decoration: none !important; }

.button-decorate {
  border: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #00c000;
  background-image: -webkit-gradient(linear, left top, right top, from(#5799cd), to(#77c181));
  background-image: -webkit-linear-gradient(left, #5799cd 0%, #77c181 100%);
  background-image: linear-gradient(to right, #5799cd 0%, #77c181 100%);
  border-bottom: 4px solid transparent;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#0070b3), to(#009700));
  -webkit-border-image: -webkit-linear-gradient(left, #0070b3 0%, #009700 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#0070b3), to(#009700));
  border-image: linear-gradient(to right, #0070b3 0%, #009700 100%);
  border-image-slice: 1;
  display: inline-block;
  padding: 15px 57px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  height: 49px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }
  .button-decorate:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#77c181), to(#5799cd));
    background-image: -webkit-linear-gradient(left, #77c181 0%, #5799cd 100%);
    background-image: linear-gradient(to right, #77c181 0%, #5799cd 100%); }

.button-decorate.with-hover:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#77c181), to(#5799cd));
  background-image: -webkit-linear-gradient(left, #77c181 0%, #5799cd 100%);
  background-image: linear-gradient(to right, #77c181 0%, #5799cd 100%); }

.button-decorate:active {
  padding: 18px 57px 15px 57px;
  border-bottom: 1px solid; }

.button-decorate.hover-transparent {
  -webkit-transition: all 0ms;
  transition: all 0ms; }
  .button-decorate.hover-transparent:active {
    padding: 13px 57px; }
  .button-decorate.hover-transparent:hover {
    background-color: transparent;
    background-image: none;
    color: #5799cd !important;
    border: 4px solid #5799cd;
    padding: 13px 53px; }

div#blockDerevo {
  padding: 5px 0 40px 0;
  background: #fafafa;
  border-top: 2px solid #6db597;
  border-bottom: 2px solid #6db597; }

.derevoLine {
  width: 100%;
  height: auto;
  display: table;
  padding: 0px 0px 20px 0px; }

.derevorImg {
  display: table-cell;
  float: left;
  padding-right: 40px;
  padding-bottom: 130px; }

.derevolImg {
  padding: 40px 40px 90px 0px;
  display: table-cell; }

.derevolImg img {
  max-width: none; }

.derevoText.left {
  text-align: right;
  float: left;
  padding: 25px 40px;
  overflow: visible; }

p.derevoTit {
  font-family: 'Exo 2';
  font-size: 32px;
  font-weight: bold;
  margin: 0px 10px;
  line-height: 38px; }

p.derevoTxt {
  font-family: 'Exo 2';
  font-size: 20px;
  font-weight: 300; }

.derevoText.right {
  text-align: left;
  padding-left: 40px; }

.download-doc {
  width: 796px;
  padding: 20px;
  display: inline-block;
  margin: 2px auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.download-doc.border-grad:before {
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px; }

.download-doc img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle; }

.download-doc a {
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  text-decoration: underline; }

.download-doc a:hover {
  text-decoration: none; }

.feedImg {
  display: inline-block;
  float: left;
  margin-right: 15px; }

.feedImg img {
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.feedPrLine {

  display: inline-block; }

.message {
  color: red;
  margin: 10px 0;
  font-size: 16px !important; }

h5.form-main {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  margin: 15px 0; }

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

.auth-form.border-gradmain {
  background-color: rgba(255, 255, 255, 0.58);
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.clearfix {
  clear: both; }

.hidden {
  display: none; }

.container {
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  padding: 0 58px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Exo 2',sans-serif;
  line-height: 1; }

#shop .container {
  padding: 0 45px;
  padding-bottom: 45px;
  margin-top: 40px;
  padding-top: 50px; }

.page-container {
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  font-family: 'Exo 2',sans-serif; }

.full-container {
  max-width: 100%;
  margin: 0 auto; }

.fix {
  width: 100%;
  height: 24px; }

.inlineblock {
  display: inline-block; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.width100 {
  width: 100%; }

#how_to_buy h3 {
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  text-align: center;
  margin-bottom: 25px;
  font-size: 16px; }

#how_to_buy h3 b {
  font-weight: bold;
  font-size: 19px;
  font-family: 'Exo 2',sans-serif; }

#how_to_buy h3 span {
  font-weight: 500; }

#how_to_buy h3 span.how-done {
  font-size: 21px;
  color: #6db597;
  font-weight: 500; }

#how_to_buy .how-pic {
  background: #f3f3f3;
  padding: 10px 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 45px; }

.item-image {
  height: 225px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important; }

.row:first-of-type {
  margin-top: 40px; }

.row {
  margin-bottom: 13px; }

.item-name {
  color: #2e70ac;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  height: 75px;
  overflow: hidden;
  line-height: 1.3; }

.item-bot {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.item-desc {
  font-weight: 300;
  font-size: 16px;
  color: #333;
  height: 80px;
  overflow: hidden; }

.item-info {
  font-weight: 400;
  font-size: 16px;
  color: #bdbdbd;
  margin-top: 15px;
  display: none; }

.item-info span {
  color: #6bb29c;
  display: block; }

.item-buy-block {
  margin-top: 15px; }

.item-price {
  font-weight: 400;
  font-size: 21px;
  color: #333;
  display: inline-block;
  vertical-align: middle; }

.item-price-old {
  font-size: 18px;
  opacity: 0.8;
  text-decoration: line-through; }

.shop-item .yoba-btn {
  display: inline-block;
  float: left;
  width: 153px;
  padding: 0; }

.show-all-items {
  margin-top: 40px; }

.show-all-items ul {
  text-align: center; }

.show-all-items .news-cats li:before {
  z-index: 0; }

.show-all-items .news-cats li:after {
  z-index: 1;
  background: #f3f3f3; }

.show-all-items .news-cats li a {
  position: relative;
  z-index: 2; }

.list-text {
  padding-left: 70px;
  margin-bottom: 45px;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  font-size: 16px; }

.yoba-list:last-of-type {
  margin-bottom: 100px; }

.list-title {
  font-family: 'Exo 2',sans-serif;
  font-size: 19px;
  font-weight: bold; }

.list-title .number {
  width: 53px;
  height: 53px;
  line-height: 53px;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #76c081;
  z-index: 0;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-right: 15px; }

.list-title .number:before, .list-title .number:after {
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.list-title .number:before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #5495d4;
  background: -webkit-linear-gradient(left, #5495d4 0, #7ac578 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #5495d4), to(#7ac578));
  background: linear-gradient(to right, #5495d4 0, #7ac578 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5495d4',endColorstr='#7ac578',GradientType=1 );
  z-index: -2; }

.list-title .number:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: -1; }

.logo {
  max-width: 247px;
  float: left;
  text-align: center;
  padding-top: 18px; }

.logo-text {
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #5c91e4; }

#main-news {
  background: #f2fbf7;
  border-top: 2px solid #cdded7;
  padding-bottom: 34px; }

.main-news-item {
  width: 100%;
  display: inline-block;
  float: left;
  color: #333;
  text-decoration: none;
  margin-bottom: 30px; }

.main-news-item:nth-of-type(odd) {
  margin-right: 34px; }

.main-news-item:hover h2 {
  text-decoration: underline; }

.news-image {
  width: 180px;
  height: 134px;
  padding: 4px;
  position: relative;
  margin-right: 20px;
  display: inline-block;
  float: left; }

.news-image:after {
  background: #f2fbf7; }

.news-image div {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

#main-news h2 {
  font-family: 'Exo 2',sans-serif;
  /* display:inline-block; */
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1; }

#main-news .news-text {
  font-family: 'Exo 2',sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  float: left;
  width: 80%; }

#main-news .news-text p {
  margin: 0; }

#news-inner .news-item {
  margin-bottom: 60px; }

#news-inner .news-text {
  margin: 20px 0 0 0; }

div#news-m {
  padding-bottom: 34px;
  background: rgba(213, 241, 245, 0.18);
  border-top: 2px solid #cdded7; }

img {
  max-width: 100%; }

html {
  margin-top: 0 !important; }

* html body {
  margin-top: 0 !important; }

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important; }
  * html body {
    margin-top: 0 !important; } }

html, body {
  min-width: 320px;
  margin: 0;
  color: #333;
  height: auto;
  position: relative;
  font-family: 'Exo 2',sans-serif; }

h1 {
  font-size: 31px;
  font-weight: bold;
  text-align: center; }

h2 {
  font-size: 22px;
  font-weight: bold;
  font-family: 'Exo 2',sans-serif;
  margin: 30px 0; }

h2.pt {
  color: #2e70ac;
  font-size: 21px; }

.news-text {
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
  padding-bottom: 50px; }

h1.mt {
  text-transform: uppercase;
  font-family: 'Exo 2',sans-serif;
  margin: 50px 0; }

h3 {
  font-size: 19px;
  font-family: 'Exo 2'; }

span.cn {
  font-size: 13px;
  font-style: italic; }

h5.form-mainf {
  font-size: 20px;
  text-align: center; }

#opt, #partners {
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  font-size: 18px; }

#opt .opt-pic {
  float: left;
  width: 485px;
  margin-right: 20px; }

.form-prev {
  font-style: italic;
  text-align: center;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 18px; }

#opt .form-wrap, #partners .form-wrap {
  text-align: center; }

#opt .auth-form {
  width: 500px;
  position: relative;
  display: inline-block;
  padding: 15px 60px;
  font-family: 'Roboto',sans-serif;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#opt .auth-form:before {
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px; }

#opt .yoba-title {
  margin: 0 auto;
  margin-bottom: 40px; }

#opt .inptext {
  width: 100%;
  margin-bottom: 20px; }

#opt #remember {
  float: left;
  margin-top: 10px; }

#opt #forgot_reg {
  float: right;
  text-align: left;
  margin-top: 10px; }

#opt #forgot_reg a {
  display: block;
  color: #73b6ff;
  margin-bottom: 5px; }

#opt #forgot_reg a:hover {
  text-decoration: none; }

#opt .yoba-btn {
  margin-top: 55px;
  width: 198px;
  padding: 0; }

#opt .reg-wrap {
  text-align: center; }

#opt h2 {
  margin-top: 30px; }

#opt .btn-grad {
  font-size: 16px;
  line-height: 50px;
  padding: 0 25px;
  margin-bottom: 50px; }

.opt-download {
  position: relative;
  z-index: 0;
  font-size: 18px;
  text-align: center;
  width: 100%;
  max-width: 796px;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle; }

.opt-download:before, .opt-download:after {
  content: "";
  position: absolute; }

.opt-download:before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: #5495d4;
  background: -webkit-linear-gradient(left, #5495d4 0, #7ac578 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #5495d4), to(#7ac578));
  background: linear-gradient(to right, #5495d4 0, #7ac578 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5495d4',endColorstr='#7ac578',GradientType=1 );
  z-index: -2; }

.opt-download:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: -1; }

.opt-download img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle; }

.opt-download a {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.opt-reg {
  margin-top: 30px; }

.page-title {
  font-family: 'Exo 2',sans-serif;
  font-weight: bold;
  font-size: 31px;
  margin-bottom: 30px;
  text-align: left; }

.how-pic img {
  max-width: 100%;
  max-height: 100%; }

#serts .container {
  text-align: center; }

.sert-wrap {
  display: inline-block;
  margin-bottom: 35px;
  font-family: 'Exo 2',sans-serif;
  font-size: 21px;
  font-weight: 400;
  /* width: 27%; */
  text-align: center;
  text-decoration: none;
  color: #333; }

.sert-wrap:hover {
  text-decoration: underline; }

.sert {
  width: 247px;
  height: 338px;
  display: inline-block; }

.sert-bg {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important; }

.sert-wrap:nth-of-type(3n), .sert-wrap:last-of-type {
  margin-right: 0; }

.sert-wrap:last-of-type {
  margin: 0; }

.shop-title {
  min-height: 200px;
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  overflow: hidden; }

#nut.shop-title {
  background: url(shop-bg-nut.png); }

#airfit.shop-title {
  background: url(airfit_up.jpg); }

#airforest.shop-title {
  background: url(shop-bg-airforest.png); }

.shop-title h1, .shop-title h3 {
  color: white;
  font-family: 'Exo 2',sans-serif;
  text-align: center; }

.shop-title h1 {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 25px; }

.shop-title h3 {
  font-weight: 300;
  font-size: 19px; }

#shop {
  background: #f3f3f3;
  padding-bottom: 80px; }

.catalog {
  overflow: auto; }

.shop-item-wrap {
  display: inline-block;
  text-align: center;
  width: 33.3%;
  margin-bottom: 15px;
  float: left;
  margin-top: 2px; }

.shop-item {
  width: 100%;
  height: 475px;
  position: relative;
  z-index: 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.12);
  display: inline-block;
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer; }
  .shop-item-wrap .shop-item {
    width: -webkit-calc(100% - 14px);
    width: calc(100% - 14px); }
  @media (max-width: 980px) {
    .shop-item {
      height: 505px; } }

.shop-item:nth-of-type(3n) {
  margin-right: 0; }

.shop-item:before, .shop-item:after {
  content: "";
  position: absolute; }

.shop-item:before {
  background: white; }

.block.defaultBlock.blockDerevo {
  padding-bottom: 35px;
  margin-bottom: 55px;
  background-color: rgba(245, 245, 245, 0.62); }

.shop-item:hover:before {
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: #5495d4;
  background: -webkit-linear-gradient(left, #5495d4 0, #7ac578 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #5495d4), to(#7ac578));
  background: linear-gradient(to right, #5495d4 0, #7ac578 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5495d4',endColorstr='#7ac578',GradientType=1 );
  z-index: -2; }

.shop-item:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: -1; }

.blPartner:hover {
  cursor: pointer; }

#lk-logo {
  margin: 55px auto;
  width: 334px;
  height: 75px; }

.border-grad-1 {
  position: relative;
  z-index: 2;
  font-size: 1.5em;
  text-align: center; }

.border-grad-1:before, .border-grad-1:after {
  content: "";
  position: absolute; }

.border-grad-1:before {
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: #5495d4;
  background: -webkit-linear-gradient(left, #5495d4 0, #7ac578 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #5495d4), to(#7ac578));
  background: linear-gradient(to right, #5495d4 0, #7ac578 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5495d4',endColorstr='#7ac578',GradientType=1 );
  z-index: -2; }

.border-grad-1:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: -1; }

.border-grad-11px {
  position: relative;
  z-index: 2;
  font-size: 1.5em;
  text-align: center; }

.border-grad-11px:before, .border-grad-11px:after {
  content: "";
  position: absolute; }

.border-grad-11px:before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #5495d4;
  background: -webkit-linear-gradient(left, #5495d4 0, #7ac578 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #5495d4), to(#7ac578));
  background: linear-gradient(to right, #5495d4 0, #7ac578 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5495d4',endColorstr='#7ac578',GradientType=1 );
  z-index: -2; }

.border-grad-11px:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: -1; }

.border-grad-1-selected {
  position: relative;
  z-index: 101;
  font-size: 19pt;
  font-weight: 600;
  color: #000;
  text-align: center; }

.border-grad-1-selected:before, .border-grad-1-selected:after {
  content: "";
  position: absolute; }

.border-grad-1-selected:before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: 1px;
  background: #5495d4;
  background: -webkit-linear-gradient(left, #5495d4 0, #7ac578 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #5495d4), to(#7ac578));
  background: linear-gradient(to right, #5495d4 0, #7ac578 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5495d4',endColorstr='#7ac578',GradientType=1 );
  z-index: -2; }

.border-grad-1-selected:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: -1; }

.tab {
  padding-bottom: 30px;
  z-index: 100;
  text-align: center;
  width: 100%; }

.tab2 {
  padding-bottom: 20px; }

.formblock {
  width: 528px;
  display: inline-block;
  text-align: left;
  margin-top: 50px; }

ul {
  margin: 0;
  padding: 0; }

ul.deliv {
  padding: 18px;
  line-height: 1.5em; }

ol {
  list-style: none;
  padding: 0;
  display: table; }

ol > li {
  list-style-image: url(galochka.png);
  padding-left: 20px;
  position: relative;
  margin: 10px 35px; }

ol > li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0; }

p.p_text {
  padding-left: 20px;
  text-align: justify;
  padding-right: 20px; }

.marginleft7px {
  margin-left: 11px !important; }

#save {
  display: inline-block;
  margin-left: 30px;
  width: 153px;
  height: 52px;
  border: 0; }

#clear {
  display: inline-block;
  width: 153px;
  height: 52px;
  border: 0; }

.th {
  padding-top: 30px;
  padding-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #f0f0f0; }

.hr {
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0; }

.td {
  padding-top: 45px;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Exo 2';
  font-style: normal; }

td.col {
  width: 50%;
  vertical-align: baseline; }

th {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Exo 2';
  font-style: italic; }

.numhead {
  width: 50px;
  padding-left: 20px; }

.numberhead {
  width: 25%; }

.datehead {
  width: 25%; }

.statushead {
  width: 25%; }

.summhead {
  min-width: 170px; }

.delhead {
  width: 20px; }

.num {
  width: 50px;
  padding-left: 20px; }

li.nums {
  list-style-type: decimal;
  margin-left: 30px;
  padding: 0px 5px; }

.date {
  width: 150px;
  padding-left: 10px;
  font-family: 'Roboto'; }

.status {
  width: 170px;
  color: #309f39;
  font-weight: 400;
  font-family: 'Roboto'; }

.pic {
  width: 170px; }

.name {
  width: 255px;
  font-weight: 500;
  color: #2e70ac;
  font-family: 'Roboto'; }

.name a {
  width: 255px;
  font-weight: 500;
  color: #2e70ac !important;
  font-family: 'Roboto';
  text-decoration: none; }

.price {
  width: 135px;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  font-family: 'Roboto'; }

.count {
  width: 150px;
  font-size: 1em;
  font-weight: 300;
  color: #000;
  font-family: 'Roboto'; }

.countwithplus {
  color: #8cb4e0;
  font-size: 26px;
  font-weight: 400; }

.countwithplus i {
  font-style: normal !important; }

.code {
  width: 100%;
  margin-bottom: 35px;
  margin-top: 35px; }
.discounts-notice {
  padding: 20px;
  color: red;
}
.summ {
  width: 110px;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  font-family: 'Roboto'; }

.table1 {
  margin-bottom: 35px; }

.allsumm {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  font-family: 'Roboto';
  font-style: normal; }

.table2 {
  margin-bottom: 25px;
  width: 100%; }

.pointer {
  cursor: pointer; }

#typeofdelivery {
  font-weight: 400 !important; }

img.deliv {
  float: left;
  padding: 0px 10px 0px; }

.del {
  padding-top: 55px;
  padding-left: 20px;
  cursor: pointer; }

.typeprice {
  color: #bdbdbd;
  font-size: 13px; }

.value {
  float: left;
  height: 48px;
  width: 48px;
  background-color: #f0f0f0;
  text-align: center;
  margin-top: 6px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 48px;
  font-size: 16px;
  color: #000;
  border: none;
  outline: none; }

.minus, .plus {
  float: left;
  cursor: pointer;
  line-height: 55px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.findtext {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Exo 2';
  font-style: italic;
  margin-left: 120px;
 }

.itog {
  font-weight: 400;
  font-size: 18px;
  font-family: 'Exo 2';
  font-style: italic;
  margin-right: 10px; }

.inpcode {
  max-width: 220px;
  border-style: dashed;
  border-width: 2px;
  border-color: #8cb4e0;
  margin-left: 0;
  font-size: 0.8em;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top; }

.interinp {
  width: 100%;
  height: 50px;
  font-size: 16px !important;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 20px;
}

.send {
  margin-left: 20px; }

.yoba-title {
  position: relative;
  width: 199px;
  height: 68px;
  z-index: 0;
  text-align: center; }

.yoba-title:before, .yoba-title:after {
  content: "";
  position: absolute; }

.yoba-title:before {
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: #5495d4;
  background: -webkit-linear-gradient(left, #5495d4 0, #7ac578 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #5495d4), to(#7ac578));
  background: linear-gradient(to right, #5495d4 0, #7ac578 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5495d4',endColorstr='#7ac578',GradientType=1 );
  z-index: -2; }

.yoba-title:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: -1; }

.yoba-title h1 {
  position: absolute;
  font-family: 'Exo 2',sans-serif;
  font-weight: bold;
  font-size: 31px;
  display: inline-block;
  padding: 5px 0;
  margin: 0;
  background: white;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%); }

#nav {
  text-align: center;
  color: #8e8e8e;
  margin-bottom: 34px; }

.selectedNav {
  color: #000;
  font-size: 1em !important; }

.border-grad-1-nav {
  position: relative;
  z-index: 2;
  font-size: 1.5em;
  text-align: center; }

.border-grad-1-nav:before, .border-grad-nav:after {
  content: "";
  position: absolute; }

.border-grad-1-nav:before {
  top: -0px;
  left: -0px;
  right: -0px;
  bottom: -2px;
  background: #5495d4;
  background: -webkit-linear-gradient(left, #5495d4 0, #7ac578 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #5495d4), to(#7ac578));
  background: linear-gradient(to right, #5495d4 0, #7ac578 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5495d4',endColorstr='#7ac578',GradientType=1 );
  z-index: -2; }

.border-grad-1-nav:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: -1; }

#informblock {
  padding: 30px;
  width: 100%;
  text-align: left;
  margin-bottom: 35px; }

#leftcontactblock {
  float: left;
  margin-left: 30px;
  width: 290px;
  padding-top: 23px; }

#rightcontactblock {
  float: left;
  width: 528px; }

.alignleft {
  text-align: left !important;
  float: left;
  padding-right: 25px; }

.alignright {
  float: right;
  padding-left: 25px; }

.width400px {
  width: 400px !important;
  font-size: 0.8em; }

.width257px {
  width: 257px !important; }

.deliveryprice {
  font-weight: 400;
  font-size: 1.7em;
  font-family: 'Roboto';
  font-style: normal; }

#adressblock {
  width: 100%; }

.width520 {
  float: left !important;
  width: 520px !important;
  padding: 21px;
  text-align: left !important; }

.width595 {
  float: right !important;
  width: 595px !important; }

.sityBlock {
  text-align: left !important;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #2e70ad;
  font-family: 'Roboto';
  font-size: 0.8em; }

.sityName {
  padding-left: 20px; }

.sitySelect {
  margin-top: 10px;
  display: none;
  width: 100%;
  color: #000 !important; }

.shop {
  padding-left: 24px;
  margin-top: 10px;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px; }

.withborder {
  border-style: solid;
  border-width: 1px;
  border-color: #62006e; }

.shopname {
  font-weight: 500; }

.desc_im {
  font-family: 'Exo 2',sans-serif;
  width: 100%;
  margin: 0 auto; }

.wrapc {
  display: inline-block;
  padding: 15px; }

span.c-name {
  font-family: 'Exo 2',sans-serif;
  font-size: 21px; }

div#text-shop {
  padding: 0px 55px 0px 55px !important;
  text-align: justify;
  font-family: 'Exo 2',sans-serif; }

span.s-name {
  font-family: 'Exo 2',sans-serif;
  font-size: 21px;
  line-height: 2em; }

.money {
  margin-right: 80px; }

.spoilerIcon {
  margin-right: 5px; }

.mtext {
  right: 60px; }

.moneypic {
  height: 50px; }

input[type="text"]::-webkit-input-placeholder {
  color: #585858; }

input[type="text"]::-moz-placeholder {
  color: #585858; }

input[type="text"]:-moz-placeholder {
  color: #585858; }

input[type="text"]:-ms-input-placeholder {
  color: #585858; }

input[type="password"]::-webkit-input-placeholder {
  color: #585858; }

input[type="password"]::-moz-placeholder {
  color: #585858; }

input[type="password"]:-moz-placeholder {
  color: #585858; }

input[type="password"]:-ms-input-placeholder {
  color: #585858; }

.inside-info {
  width: 760px;
  display: inline-block; }

.inside-price-block {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #bdbdbd; }

.inside-price-block span {
  display: block;
  color: #6bb29c;
  margin-bottom: 3px; }

.inside-price {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 48px;
  margin-right: 40px;
  display: inline-block;
  color: #333;
  float: left; }

.inside-price.is-old {
  opacity: 0.7;
  text-decoration: line-through;
  margin-right: 20px;
  font-size: 22px; }

.inside-price-block .yoba-btn {
  float: left;
  margin-bottom: 3px; }

.inside-price-block .yoba-btn:active {
  margin-top: 5px; }

#inside .about-product {
  margin-bottom: 47px; }

#buy_with_it {
  background: #f3f3f3;
  padding: 30px 0 57px 0; }

.with-title {
  margin-bottom: 20px;
  font-family: 'Exo 2',sans-serif;
  font-weight: bold;
  font-size: 25px; }

.with-wrap {
  padding: 0 52px; }

.with-item {
  width: 205px;
  height: 290px;
  background: white;
  margin-right: 6px;
  padding: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
  color: #2e70ac;
  -webkit-box-shadow: 1px 1px 1px 0 #ddd;
  box-shadow: 1px 1px 1px 0 #ddd; }

.with-item:hover {
  text-decoration: underline; }

.with-item-pic {
  width: 100%;
  height: 130px;
  background-position: center !important;
  background-size: contain !important; }

#news {
  padding-bottom: 40px; }

.news-cats {
  list-style-type: none; }

.news-cats li {
  display: inline-block;
  margin-right: 17px;
  width: 190px;
  position: relative; }

.news-cats li:before, .news-cats li:after {
  content: "";
  position: absolute; }

.news-cats li:before {
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: #5495d4;
  background: -webkit-linear-gradient(45deg, #5495d4 0, #7ac578 100%);
  background: linear-gradient(45deg, #5495d4 0, #7ac578 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5495d4',endColorstr='#7ac578',GradientType=1 );
  -webkit-border-radius: 1px;
  border-radius: 1px;
  z-index: -2; }

.news-cats li:hover:before, .news-cats li.active:before {
  background: #adadad; }

.news-cats li:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: -1; }

.news-cats li a {
  display: inline-block;
  color: #5495d4;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 41px; }

.news-cats li:hover a, .news-cats li.active a {
  color: #adadad; }

.news-item {
  font-family: 'Roboto';
  font-size: 16px;
  color: #333;
  margin-bottom: 36px;
  display: block; }

.news-item h2 {
  font-family: 'Exo 2'; }

.news-item .news-text {
  margin-left: 217px; }

.news-date {
  font-family: "Exo 2";
  font-weight: 300;
  font-size: 18px;
  color: #6bb29c; }

.callback {
  color: #333;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #dfdfdf; }

.callback:last-of-type {
  padding-bottom: 0;
  margin-bottom: 100px;
  border-bottom: none; }

.callback:first-of-type {
  padding-top: 0; }

.callback-video {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 40%; }

.callback-video iframe {
  width: 100%; }

.callback-video p {
  margin: 0; }

.callback-info {
  display: inline-block;
  margin-left: 28px;
  width: -webkit-calc(60% - 28px);
  width: calc(60% - 28px); }

.person-info {
  margin-bottom: 30px; }

.person-info img {
  width: 153px;
  height: 153px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dce9e9;
  margin-right: 15px;
  float: left; }

.person-name {
  display: inline-block;
  font-family: 'Exo 2',sans-serif;
  float: left; }

.person-name h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px; }

.person-name span {
  font-weight: 400;
  font-size: 15px;
  font-style: italic;
  line-height: 1; }

.callback-text {
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  font-size: 16px; }

.consult {
  margin-left: 20px;
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  text-decoration: underline dotted;
  display: inline-block;
  line-height: 48px; }

.consult:hover {
  text-decoration: none; }

.with-arrow-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 100%;
  background: url(arrow-left.png) no-repeat left center;
  cursor: pointer; }

.with-arrow-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 100%;
  background: url(arrow-right.png) no-repeat right center;
  cursor: pointer; }

.hamburger {
  display: none; }

.mobile {
  display: none !important; }

#cabinet .yoba-title {
  width: 315px;
  margin: 40px auto; }

#cabinet .yoba-title h1 {
  display: block;
  width: 350px;
  font-size: 37px;
  text-transform: uppercase; }

.finish-order {
  text-align: right;
  padding-right: 55px;
  margin-top: 15px; }

.finish-order a {
  color: white !important; }

.pic.td img {
  max-width: 150px;
  max-height: 100px; }

.cabinet-save a {
  color: white !important; }

.ui-reg-dialog {
  width: 1000px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 50px !important;
  margin-top: 10%; }

.ui-reg-dialog .ui-dialog-content {
  padding: 0 !important; }

.ui-reg-dialog .ui-dialog-titlebar {
  display: none; }

.ui-reg-dialog .yoba-title {
  margin: 20px auto;
  margin-bottom: 40px; }

.ui-reg-dialog .tab {
  width: 888px !important; }

.ui-reg-dialog .ui-tabs-nav li {
  width: 435px;
  margin-right: 18px !important;
  border: none !important; }

.ui-reg-dialog .ui-tabs-active a {
  color: #333 !important; }

.ui-reg-dialog .ui-widget-content {
  overflow: auto; }

.reg-form-row {
  margin-bottom: 20px;
  height: 48px;
  text-align: left;
  overflow: auto; }

.reg-input {
  display: inline-block;
  width: 378px;
  height: 100%;
  margin-right: 26px;
  background: #f0f0f0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0 15px;
  color: #585858;
  font-family: 'Exo 2',sans-serif !important;
  font-size: 18px !important;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }

.reg-input-small {
  width: 208px;
  margin-right: 12px; }

.reg-label {
  display: inline-block;
  font-family: 'Exo 2',sans-serif;
  color: #585858;
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
  float: left;
  margin-top: 14px; }

.reg-checkbox {
  font-family: 'Roboto',sans-serif;
  font-size: 14px;
  color: #333; }

#reg_form .yoba-btn, #reg_form_ret .yoba-btn {
  color: white !important;
  text-decoration: none !important;
  margin-top: 20px; }

.feedPrName {
  font-family: 'Exo 2',sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px; }

.feedPrName span {
  vertical-align: baseline;
  font-weight: 600;
  color: #6bb29c;
  display: inline-block;
  padding-left: 10px; }

.airforest .shop-item {
  height: 485px; }

.nutrition .shop-item {
  height: 445px; }

div#rodovoe_derevo {
  background: url(rodovoe-derevo-latta.jpg);
  background-image: url(rodovoe-derevo-latta.jpg);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial; }

.mytextarea {
  width: 100%;
  height: 100px;
  background: #f0f0f0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  border: none; }

#share-buttons img {
  width: 35px;
  padding: 5px;
  border: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  display: inline; }

.download-doc {
  width: 796px;
  padding: 20px;
  display: inline-block;
  margin: 2px auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.download-doc.border-grad:before {
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px; }

.download-doc img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle; }

.download-doc a {
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  text-decoration: underline; }

.download-doc a:hover {
  text-decoration: none; }

.tabs-li {
  list-style-type: none;
  display: inline-block;
  width: 360px; }

#inside #tabs.ui-widget.ui-widget-content, #cabinet #tabs.ui-widget.ui-widget-content {
  border: none !important; }

#inside #tabs .ui-tabs-nav, #cabinet #tabs .ui-tabs-nav, .ui-reg-dialog #tabs .ui-tabs-nav {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }

#inside #tabs.ui-tabs .ui-tabs-nav li:after, #cabinet #tabs.ui-tabs .ui-tabs-nav li:after, .ui-reg-dialog #tabs.ui-tabs .ui-tabs-nav li:after {
  background: #fafafa !important; }

#inside #tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active:after, #cabinet #tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active:after, .ui-reg-dialog #tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
  background: white !important; }

#inside #tabs .ui-tabs-nav .ui-tabs-active a, #cabinet #tabs .ui-tabs-nav .ui-tabs-active a, .ui-reg-dialog #tabs .ui-tabs-nav .ui-tabs-active a {
  font-family: 'Exo 2',sans-serif !important;
  font-weight: bold; }

#inside #tabs .ui-tabs-nav a, #cabinet #tabs .ui-tabs-nav a, .ui-reg-dialog #tabs .ui-tabs-nav a {
  font-family: 'Exo 2',sans-serif !important;
  font-weight: 300;
  color: #2e70ac;
  font-size: 19px;
  line-height: 58px;
  padding: 0;
  display: block;
  text-align: center;
  width: 100%; }

.ui-reg-dialog .ui-widget.ui-widget-content {
  border: none !important; }

#inside #tabs.ui-tabs .ui-tabs-nav li {
  margin-right: 18px !important;
  position: relative;
  border: none;
  background: none;
  /* width:572px; */
  text-align: center; }

#cabinet #tabs.ui-tabs .ui-tabs-nav li {
  margin-right: 11px !important;
  margin-left: 0 !important;
  position: relative;
  border: none;
  background: none;
  width: 380px;
  text-align: center; }

#inside #tabs.ui-tabs .ui-tabs-nav li:last-of-type, #cabinet #tabs.ui-tabs .ui-tabs-nav li:last-of-type {
  margin-right: 0 !important; }

#inside #tabs, #cabinet #tabs {
  margin-bottom: 60px; }

#inside #tabs .ui-tabs-panel, #cabinet #tabs .ui-tabs-panel {
  padding: 45px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  color: #333; }

#inside #tabs .ui-tabs-panel b, #cabinet #tabs .ui-tabs-panel b {
  font-weight: 500; }

#inside #tabs .person-name h4 {
  font-family: 'Exo 2',sans-serif;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin: 0; }

#inside #tabs .person-name span {
  color: #6bb29c;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
  font-style: normal; }

#inside #tabs .callback:last-of-type {
  margin-bottom: 0; }

#inside #tabs .person-info {
  float: none;
  display: inline-block; }

#inside #tabs .person-info img {
  width: 125px;
  height: 125px; }

#inside #tabs .person-name {
  width: 915px;
  display: inline-block; }

#inside #tabs .callback-info {
  width: 100%;
  display: block; }

#inside #tabs .callback-text {
  display: inline-block; }

.title-decore {
  text-align: center;
  position: relative; }
  .title-decore > * {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Exo 2',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 0 22px 0; }
    .title-decore > *:before {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px);
      height: 14px;
      background: rgba(238, 238, 238, 0);
      border: 4px solid transparent;
      -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#5495d4), to(#7ac578));
      -webkit-border-image: -webkit-linear-gradient(left, #5495d4 0%, #7ac578 100%);
      border-image: -webkit-gradient(linear, left top, right top, from(#5495d4), to(#7ac578));
      border-image: linear-gradient(to right, #5495d4 0%, #7ac578 100%);
      border-image-slice: 1;
      content: '';
      display: inline-block;
      position: absolute;
      border-bottom: none;
      left: 13px;
      top: 0; }
    .title-decore > *:after {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px);
      height: 18px;
      background: rgba(238, 238, 238, 0);
      border: 4px solid transparent;
      -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#5495d4), to(#7ac578));
      -webkit-border-image: -webkit-linear-gradient(left, #5495d4 0%, #7ac578 100%);
      border-image: -webkit-gradient(linear, left top, right top, from(#5495d4), to(#7ac578));
      border-image: linear-gradient(to right, #5495d4 0%, #7ac578 100%);
      border-image-slice: 1;
      content: '';
      display: inline-block;
      position: absolute;
      border-top: none;
      left: 13px;
      bottom: 0; }

.clear_fix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 100%; }

.inptext {
  height: 48px;
  background-color: #f0f0f0;
  outline: none;
  border: none;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Exo 2',sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.yoba-title {
  position: relative;
  width: 199px;
  height: 68px;
  z-index: 2;
  text-align: center; }

.yoba-title:before, .yoba-title:after {
  content: "";
  position: absolute; }

.yoba-title:before {
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: #5495d4;
  background: -webkit-linear-gradient(left, #5495d4 0, #7ac578 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #5495d4), to(#7ac578));
  background: linear-gradient(to right, #5495d4 0, #7ac578 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5495d4',endColorstr='#7ac578',GradientType=1 );
  z-index: -2; }

.yoba-title:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: -1; }

.yoba-title h1 {
  position: absolute;
  font-family: 'Exo 2',sans-serif;
  font-weight: bold;
  font-size: 31px;
  display: inline-block;
  padding: 5px 0;
  margin: 0;
  background: white;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%); }

.btn-grad {
  position: relative;
  z-index: 0;
  color: #5495d4;
  font-family: 'Roboto',sans-serif;
  font-size: 13px;
  font-weight: 500;
  min-width: 199px;
  padding: 10px 20px 25px;
  text-align: center;
  text-decoration: none; }

.btn-grad:before, .btn-grad:after {
  content: "";
  position: absolute; }

.btn-grad:before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #5495d4;
  background: -webkit-linear-gradient(left, #5495d4 0, #7ac578 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #5495d4), to(#7ac578));
  background: linear-gradient(to right, #5495d4 0, #7ac578 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5495d4',endColorstr='#7ac578',GradientType=1 );
  z-index: -2;
  -webkit-border-radius: 1px;
  border-radius: 1px; }

.btn-grad:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: -1; }

.btn-grad:hover {
  color: white; }

.btn-grad:hover:after {
  background: #5495d4;
  background: -webkit-linear-gradient(left, #5495d4 0, #7ac578 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #5495d4), to(#7ac578));
  background: linear-gradient(to right, #5495d4 0, #7ac578 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5495d4',endColorstr='#7ac578',GradientType=1 ); }

.code .btn-grad {
  max-width: 186px;
  line-height: 5px;
  font-size: 16px;
  margin-top: 3px;
  margin-left: 15px;
  margin-bottom: 2px;
  margin-right: 2px;
  padding-top: 22px;
  box-sizing: border-box;
}

.code .btn-grad:before {
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px; }

button.v {
  background-color: #eee;
  border: 0;
  min-width: 186px;
  border: 1px solid transparent;
  -webkit-border-image: -webkit-linear-gradient(left, #4582ca 20%, #68bb66 100%);
  border-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #4582ca), to(#68bb66));
  border-image: linear-gradient(to right, #4582ca 20%, #68bb66 100%);
  border-image-slice: 1;
  cursor: pointer;
  font-family: 'Roboto',sans-serif;
  font-size: 13px;
  line-height: 41px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px; }

textarea.inptext {
  padding: 10px 15px;
  resize: none; }

.ui-selectmenu-button.ui-button {
  width: 378px !important;
  height: 46px !important;
  border: 1px solid #5495d4 !important;
  -webkit-border-radius: 1px !important;
  border-radius: 1px !important;
  padding: 0 15px !important;
  line-height: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  font-size: 18px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  color: #585858; }

.ui-button .ui-icon {
  background: url(ico-select.png) no-repeat !important;
  margin-top: 18px !important; }

.ui-menu .ui-menu-item {
  width: 374px !important;
  height: 46px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  font-size: 18px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  color: #585858;
  border: 1px solid #ddd; }

.ui-menu .ui-menu-item-wrapper {
  line-height: 46px;
  padding: 0 15px !important; }

.ui-dialog .ui-button .ui-icon {
  background: url(close-btn.png) no-repeat !important;
  margin-top: -10px !important; }

.ui-dialog a {
  color: #5495d4 !important;
  text-decoration: underline; }

.ui-dialog {
  border: none !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding-bottom: 34px !important;
  text-align: center; }

.ui-dialog .ui-dialog-titlebar {
  background: none !important;
  border: none !important; }

.ui-dialog .ui-button {
  background: none !important;
  border: none !important; }

.ui-dialog:before, .ui-dialog:after {
  content: "";
  position: absolute; }

.ui-dialog:before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: #5495d4;
  background: -webkit-linear-gradient(left, #5495d4 0, #7ac578 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #5495d4), to(#7ac578));
  background: linear-gradient(to right, #5495d4 0, #7ac578 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5495d4',endColorstr='#7ac578',GradientType=1 );
  z-index: -2; }

.ui-dialog:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: -1; }

.ui-auth-dialog .ui-dialog-titlebar, .ui-callback-dialog .ui-dialog-titlebar {
  display: none !important; }

#auth_dialog {
  text-align: center; }

#auth_dialog .yoba-title {
  display: inline-block; }

.ui-auth-dialog, .ui-callback-dialog {
  padding: 40px 60px !important;
  width: 500px !important; }

.ui-auth-dialog .yoba-title, .ui-callback-dialog .yoba-title {
  margin: auto;
  margin-bottom: 40px; }

.ui-auth-dialog .yoba-btn, .ui-callback-dialog .yoba-btn {
  width: 200px;
  padding: 0;
  margin-top: 20px;
  color: white !important;
  text-decoration: none !important; }

.myinput {
  display: block;
  width: 100%;
  height: 48px;
  border: none;
  background: #f0f0f0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mylink {
  color: #73b6ff;
  display: inline-block;
  text-decoration: underline; }

#where_to_buy .container {
  padding: 0 230px !important;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  overflow: auto; }

#where_to_buy h3 {
  font-family: 'Exo 2',sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px; }

#where_to_buy .address {
  width: 310px;
  float: left;
  display: inline-block;
  margin-bottom: 45px; }

#where_to_buy .address:nth-of-type(odd) {
  margin-right: 80px; }

#where_to_buy_bot {
  background: url(bg-1.jpg) no-repeat;
  background-position: top center;
  background-size: auto;
  padding: 45px 0;
  text-align: center;
  font-family: 'Exo 2',sans-serif;
  font-weight: normal;
  font-size: 19px;
  margin-top: 45px; }

#where_to_buy_bot a {
  font-size: 19px !important; }



/************************/
/* Actions on main page */
div#action-wrapper {
	padding: 0;
	text-align: center;
/*	background: scroll url(https://static-internal.insales.ru/files/1/1034/4252682/original/2018_1.jpg) top center no-repeat;*/
/*	background: scroll url(//files.latta-bio.ru/actions/30/30_3.jpg) top center no-repeat;*/
}

div#action-wrapper h2 {
	font-size: 32px;
}

div#action-wrapper p {
	font-size: 22px;
	max-width: 740px;
	line-height: normal;
}

/* Banner of actions on main page */
div#action-banner {
	height: 709px;
}

div#action-banner video {
	width: 100%;
}

div#action-banner:hover {
	cursor: pointer;
}


/************************/
/* Action february wind */

/* airfit-kedr-s-flavonolom */
form[data-product-id="99761646"] div.item-image {
	background-image: url('https://static-eu.insales.ru/files/1/4549/4542917/original/a91bafc4e734ce146dff6f57fe4b28f8.gif') !important;
}
form[data-product-id="99761646"] div.product-pic img {
	content: url('https://static-eu.insales.ru/files/1/4549/4542917/original/a91bafc4e734ce146dff6f57fe4b28f8.gif');
}

/* airfit-kedr-pihta-s-kedrovym-miksom-obogashhennym-vitaminom-c */
form[data-product-id="99763423"] div.item-image {
	background-image: url('https://static-eu.insales.ru/files/1/4552/4542920/original/87cb8269c82a6e903e1600b29f3ea1c7.gif') !important;
}
form[data-product-id="99763423"] div.product-pic img {
	content: url('https://static-eu.insales.ru/files/1/4552/4542920/original/87cb8269c82a6e903e1600b29f3ea1c7.gif');
}

/* airfit-kedr-pihta-i-air-bolotnyj-s-kedrovym-miksom-obogashhennym-jodom */
form[data-product-id="99764683"] div.item-image {
	background-image: url('https://static-eu.insales.ru/files/1/4553/4542921/original/5b0827a2c31fa8828c27b5273a46e600.gif') !important;
}
form[data-product-id="99764683"] div.product-pic img {
	content: url('https://static-eu.insales.ru/files/1/4553/4542921/original/5b0827a2c31fa8828c27b5273a46e600.gif');
}


div#actions {
/*	height: 688px;*/
/*	height: auto;*/
/*	background: white;*/
}
    
/*div#actions:before,*/
/*
div.block-video:before, div#cert:before {
	content: '';
	background-image: -webkit-gradient(linear, left top, right top, from(#0096d7), to(#40c674));
	background-image: -webkit-linear-gradient(left, #0096d7 0%, #40c674 100%);
	background-image: linear-gradient(to right, #0096d7 0%, #40c674 100%);
	display: block;
	max-width: 1160px;
	width: 100%;
	height: 2px;
	margin: auto;
	margin-bottom: 60px;
}
*/

div.action-bar {
	float: left;
	text-align: center;
	width: 33%;
}
div.action-bar-bottom {
	width: 33%;
}


/***********/
/* Bullets */
.bullet {
	display: inline-block;
	vertical-align: top;
	margin-right: 85px;  
}

@media screen and (max-width: 768px){
.bullet {
    width: 30%;
    display: inline-block;
    text-align: center;
}
}

@media (max-width: 760px){
.bullet {
    width: -webkit-calc(49% - 5px);
    width: calc(49% - 5px);
    margin: 0;
}
}



/**********************/
/* AirFit custom page */
/**********************/

div#airfit-banner.shop-title {
	min-height: 250px;
/*	background-size: cover !important;*/
	background-image: url(//files.latta-bio.ru/airfit/AirFit_mobil.png);
}

table#force3-tbl {
	display: none;
}

div#airfit-catalog .shop-item {
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
	height: 520px !important;
}

div#airfit-catalog .item-desc {
	height: 200px;
}

/* for desctops */
@media screen and (min-width: 768px){

div#airfit-banner.shop-title {
	min-height: 539px;
	background-size: cover !important;
	background-image: url(//static-eu.insales.ru/images/collections/1/5679/1725999/AirFit_%D0%B1%D0%B0%D0%BD%D0%B5%D1%802222.png);
}

div#force3-div {
	display: none;
}

table#force3-tbl {
	display: table;
}

div#airfit-catalog .shop-item {
	height: 620px !important;
}

}














