@import url(animate.css);
@import url(material-design.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:400,700,800,900,300);
/*========================================================
					  Main Styles
=========================================================*/
html {
  font: 400 20px/1.7 'Open Sans', sans-serif;
}
@media (min-width: 768px) and (max-width: 992px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  html {
    font-size: 17px;
  }
.top-header {
    margin-top: 80px;
}    
}
@media (max-width: 479px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #333333;
  font: inherit;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 700;
  color: #333333;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #71b64d;
}
h1.primary-clr a:hover, h2.primary-clr a:hover, h3.primary-clr a:hover, h4.primary-clr a:hover, h5.primary-clr a:hover, h6.primary-clr a:hover {
  color: #333333;
}

h1 {
  font-size: 3.5em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

h2 {
  font-size: 3em;
}
h2 span {
  display: inline-block;
  margin-top: 0.75rem;
  font-weight: 300;
  font-size: 2.75rem;
}

h3 {
  font-size: 1.95em;
  line-height: 1.46;
  font-weight: 300;
}

h4 {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 300;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

p {
  font-weight: 300;
}
@media (max-width: 479px) {
  p {
    font-size: 16px;
  }
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  color: #71b64d;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
}
/*=======================================================
					   Main Layout
=========================================================*/
h2 + h4 {
  margin-top: 1.75rem;
}

h4 + p {
  margin-top: 1.25rem;
}

p + .btn {
  margin-top: 2.5rem;
}

h2 + .owl-carousel {
  margin-top: 1.7rem;
}

.brand + * {
  /*margin-top: 3.15rem;*/
}

.btn + * {
  margin-top: 2rem;
}

.marked-list + p {
  margin-top: 3.9rem;
}

h2 + p {
  margin-top: 1.75rem;
  /*padding-left: 80px;*/
  padding-right: 80px;
}
@media (max-width: 767px) {
  h2 + p {
    padding: 0 15px;
  }
}

* + .flex-list {
  margin-top: 3.05rem;
}

/*=======================================================
					   Help Classes
=========================================================*/
.clr-primary {
  color: #71b64d;
}

.center {
  text-align: center;
}

@media (max-width: 1199px) {
  .center-md {
    text-align: center;
  }
   header {
      background-image: none !important;
   }
   header h1 {
      text-align: center;
   }
   .vide_cnt p.xs-center {
      text-align: center;
   }
   .marked-list li {
      text-shadow: none !important;
   }
   header .main-block-slider {
      max-width: 100%;
   }
}

@media (max-width: 992px) {
  .center-sm {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .center-xs {
    text-align: center;
  }
}

.caps {
  text-transform: uppercase;
}

/*=======================================================
						Components
=========================================================*/
/*==================== Video ====================*/
.vide_bg {
  z-index: -1 !important;
}
/*
.vide_bg {
  opacity: .8;
}
@media (max-width: 992px) {
  .vide_bg {
    opacity: 0;
  }
}
.vide_cnt {
  position: relative;
}
*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand span {
  margin-top: -6px;
  font-size: 0.9em;
  white-space: nowrap;
}
.brand a:hover {
  color: inherit;
}

@media (max-width: 599px) {
  .brand a span {
    display: block;
  }
  .brand {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .top-header {
    margin-top: 40px !important;
  }
  .vide_cnt .brand + * .col-lg-5, .vide_cnt .brand + * .col-lg-5 .col-sm-12 {
    margin-top: 0px !important;
  }
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #71b64d;
}

.bg-default {
  background: #f7f7f7;
}

.bg-image {
  overflow: hidden;
}
.bg-image .container {
  position: relative;
}
.bg-image .container > .img_wr {
  position: absolute;
  top: 49%;
  left: -22px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.bg-image .container > .img_wr .img_inner + .img_inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bg-image * + .row {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bg-image {
    position: relative;
  }
  .bg-image .container {
    position: static;
  }
  .bg-image .container > .img_wr {
    position: absolute;
    left: -14%;
  }
}
@media (max-width: 767px) {
  .bg-image {
    position: relative;
  }
  .bg-image .container {
    position: static;
  }
  .bg-image .container > .img_wr {
    position: static;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .bg-image .container > .img_wr img {
    display: inline-block;
    width: 100%;
    max-width: 300px;
  }
}
.bg-image--mod-1 .container {
  position: relative;
}
.bg-image--mod-1 .container > .img_wr {
  top: auto;
  left: auto;
  bottom: 0;
  right: 15px;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 768px) and (max-width: 991px) {
  .bg-image--mod-1 .container {
    position: static;
  }
  .bg-image--mod-1 .container > .img_wr {
    right: -14%;
  }
}
@media (max-width: 767px) {
  .bg-image--mod-1 .container {
    padding-bottom: 0;
  }
  .bg-image--mod-1 .container > .img_wr {
    margin-top: 60px;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .bg-image--mod-1 .container > .img_wr .img_inner {
    width: 100%;
    margin-top: 2em;
  }
  .bg-image--mod-1 .container > .img_wr .img_inner img {
    max-width: 300px;
  }
}
.bg-image--mod-2 .container {
  position: relative;
  overflow: visible;
}
.bg-image--mod-2 .container > .img_wr {
  position: absolute;
  top: 50%;
  left: -26%;
  right: 61%;
  -moz-transform: translateY(-44%);
  -ms-transform: translateY(-44%);
  -o-transform: translateY(-44%);
  -webkit-transform: translateY(-44%);
  transform: translateY(-44%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .bg-image--mod-2 {
    position: relative;
  }
  .bg-image--mod-2 .container {
    position: static;
  }
  .bg-image--mod-2 .container > .img_wr {
    position: absolute;
    left: -24%;
  }
}
@media (max-width: 767px) {
  .bg-image--mod-2 {
    position: relative;
  }
  .bg-image--mod-2 .container {
    position: static;
  }
  .bg-image--mod-2 .container > .img_wr {
    margin-top: 60px;
    position: static;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  background: #333333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fa-facebook:hover,
.fa-twitter:hover,
.fa-google-plus:hover {
  color: #71b64d;
  background: #fff;
}

.icon {
  padding-top: 120px;
  position: relative;
}
.icon a:before {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 5.45rem;
  margin-bottom: 7px;
  line-height: 1;
  color: #71b64d;
  text-shadow: 8px 8px 5px rgba(0, 0, 0, 0.11);
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.icon a:hover {
  color: inherit;
}
.icon a:hover:before {
  color: #6dae4b;
  text-shadow: none;
}
.icon a:active:before {
  color: #629c43;
}

/*==================    Buttons    ======================*/
.btn {
  -webkit-box-shadow: 8px 8px 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 8px 8px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 8px 8px 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  position: relative;
  display: inline-block;
  padding: 20px 45px 18px;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  background: transparent;
  color: #fff;
  z-index: 2;
}
.btn:before {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #8b00ff;
  background: -moz-linear-gradient(top, #8b00ff 0%, #8000ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8b00ff), color-stop(100%, #8000ff));
  background: -webkit-linear-gradient(top, #8b00ff 0%, #8000ff 100%);
  background: -o-linear-gradient(top, #8b00ff 0%, #8000ff 100%);
  background: -ms-linear-gradient(top, #8b00ff 0%, #8000ff 100%);
  background: linear-gradient(to bottom, #8b00ff 0%, #8000ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b00ff', endColorstr='#8000ff',GradientType=0 );
  border-right: 1px solid #9400d3;
  border-bottom: 1px solid #9400d3;
  z-index: -2;
}
.btn:after {
  -moz-transition: 0.4s opacity ease;
  -o-transition: 0.4s opacity ease;
  -webkit-transition: 0.4s opacity ease;
  transition: 0.4s opacity ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #8b00ff;
  border-top: 1px solid #9400d3;
  border-left: 1px solid #9400d3;
  opacity: 0;
  z-index: -1;
}
.btn:hover {
  box-shadow: none;
}
.btn:hover:after {
  opacity: 1;
}
.btn:active:after {
  background: #8b00ff;
}
@media (max-width: 479px) {
  .btn {
      font-size: 16px;
      letter-spacing: 1px;
      padding: 20px 20px 18px;
      min-width: 100%;
  }
  #form_wrap_anketa .form .content .content_block form button {
     max-width: none !important;
 }
}

.btn-default {
  color: #333333;
}
.btn-default:before {
  border: none;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(top, white 0%, #e8e8e8 100%);
  background: -o-linear-gradient(top, white 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, white 0%, #e8e8e8 100%);
  background: linear-gradient(to bottom, white 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
}
.btn-default:after {
  background: #e8e8e8;
  border: none;
}
.btn-default:active:after {
  background: #dbdbdb;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box__aside {
  float: left;
}
.box__cnt--no-flow {
  overflow: hidden;
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 70px;
  font-size: 1.2em;
  line-height: 1.58;
  text-shadow: 1px 1px 4px #333, 0 0 1em #333333;
}
.marked-list li:before {
  content: '\e18e';
  position: absolute;
  left: -6px;
  top: 6px;
  font-weight: 400;
  font-size: 2.5em;
  line-height: .35em;
  font-family: "material-design";
  color: #7eff3a;
}
header .one-hour {
  color: #7eff3a !important;
}
.marked-list li + li {
  margin-top: 0.9em;
}
.marked-list a:hover {
  color: #71b64d;
}

/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 15px;
}
.flex-list li {
  display: table-cell;
  padding: 0 15px;
}
.flex-list li img {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.flex-list li img:hover {
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media (max-width: 992px) {
  .flex-list {
    padding: 0;
  }
  .flex-list li {
    padding: 0 5px;
  }
}
@media (max-width: 479px) {
  .flex-list li {
    display: inline-block;
    width: 30%;
  }
  .flex-list li:nth-child(n+4) {
    margin-top: 10px;
  }
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 6px;
}

/*==================      Quote    ======================*/
blockquote {
  text-align: center;
}
blockquote > *:first-child {
  display: block;
  font-size: 3.5em;
  color: #71b64d;
}
blockquote p {
  color: #71b64d;
  font-size: 1.5em;
  line-height: 1.5;
  padding: 0 80px;
  margin-top: 8px;
}
blockquote p + p {
  margin-top: 38px;
}
@media (max-width: 767px) {
  blockquote p {
    padding: 0 15px;
  }
}

cite {
  color: #888888;
  font-size: 1rem;
  line-height: 1.7;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax h3 {
  color: #fff;
}
.parallax .icon {
  padding-top: 148px;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #333333;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #71b64d;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
					 HEADER  Section
=========================================================*/
header {
  color: #fff;
  padding-top: 5.65em;
  padding-bottom: 7.45em;
  background: url(../images/header-bg2.jpg) no-repeat top center;
  /*background: url(../video/video-bg.webp) center no-repeat; */
  background-size: cover;
  background-color: #909b9f;
}
header:before, header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
header h1,
header h2 {
  color: #fff;
}
.top-header {
  position: relative;
  top:25px;
}
header h2 {
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.32;
}
header h4 {
  line-height: 1.2;
}
header .one-hour {
  display: inline-block;
  position: relative;
  font-size: 2.5em;
  font-weight: 700;
  padding-left: 15px;
}
header .one-hour:before {
  position: absolute;
  top: 14px;
  right: 100%;
  margin-right: 4px;
  color: #71b64d;
  font-size: 2em;
  line-height: .3;
}
@media (min-width: 1200px) and (min-height: 840px) {
  header {
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
  }
  header .vide_cnt {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header h2.col-lg-12 + p.col-lg-12 {
    margin-top: 0;
  }
  header .mailform {
    overflow-y: auto;
    max-height: 80vh;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header h2 {
    font-size: 2em;
    text-align: left;
  }
  header h2 + p {
    padding-top: 2em;
    vertical-align: middle;
  }
  header .mailform {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  header a[href^="callto:"] {
    display: inline-block;
    font-size: 2em;
  }
  header a[href^="callto:"]:before {
    position: static;
    display: inline-block;
  }
}
@media (max-width: 479px) {
  header a[href^="callto:"] {
    font-size: 1.7em;
  }
}
.selectric-items {
  top: 21px !important;
}
/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
.well-1 {
  padding-top: 5.6em;
  padding-bottom: 4.8em;
}
.well-2 {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}
.well-3 {
  padding-top: 4.95em;
  padding-bottom: 5.5em;
}
.well-4 {
  padding-top: 8.15em;
  padding-bottom: 7.2em;
}
.well--ins-1 {
  padding-bottom: 4.85em;
}
.well--ins-2 {
  padding-top: 3.45em;
}
.well--ins-3 {
  padding-top: 2.3em;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  padding-top: 4.85em;
  padding-bottom: 4.8em;
  text-align: center;
  background: #71b64d;
  color: #fff;
}
footer h2 {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
footer .btn {
   font-weight: 600;
   font-size: 26px;
   line-height: 1;
   padding: 20px 50px 18px;
}
@media (max-width: 767px) {
  footer .btn {
      font-size: 20px;
      letter-spacing: 1px;
  }
}
@media (max-width: 479px) {
  footer .btn {
    font-size: 16px;
    margin-bottom: 1.85rem;
  }
  footer .container p {
    font-size: 1.2em;
  }
}
footer .btn:active {
  background: #e8e8e8;
  background: -moz-radial-gradient(center, ellipse cover, #e8e8e8 0%, white 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #e8e8e8), color-stop(100%, white));
  background: -webkit-radial-gradient(center, ellipse cover, #e8e8e8 0%, white 100%);
  background: -o-radial-gradient(center, ellipse cover, #e8e8e8 0%, white 100%);
  background: -ms-radial-gradient(center, ellipse cover, #e8e8e8 0%, white 100%);
  background: radial-gradient(ellipse at center, #e8e8e8 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=1 );
}
footer * + .btn {
  margin-top: 1.85rem;
}
footer .btn + .inline-list {
  margin-top: 3.5rem;
}
footer .copyright {
  margin-top: 3.2rem;
  font-size: 0.8em;
}

#form_wrap_anketa {
  padding-bottom: 20px !important;
}
.text-title{
	font-size: 1.7em;
	margin: 20px auto;
}
.text-to{
	width: 1000px;
  margin: 50px auto;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 1219px){
	.text-to {
	    width: calc(100% - 20px);
	    left: 10px;
	}
}
/*  PUSH  */
/* @media (min-width: 490px) { */
	body .sendpulse-backdrop-info {
		display: block !important;
		opacity: 1;
	}
/* } */
.arrow_wrap {
	transform: rotate(180deg);
   top: 180px;
   left: 280px;
   position: fixed;
	z-index: 999;
}
.sendpulse-backdrop-info + .arrow_wrap {
	display: inline-block;
}
.arrow{
    position: absolute;
    transform: translate(-50%,-50%);
}
.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #06A8FF;
    border-right: 5px solid #06A8FF;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

body .sendpulse-backdrop-info .backdrop-message {
	margin: 0;
	margin-top: 225px;
	margin-left: 110px;
	line-height: 27px;
}

@media (max-width: 490px) {
	body {
		position: relative;
	}
	.sendpulse-backdrop-info {
		background: rgba(0,0,0,.85);
		z-index: 999999
	}
	.arrow_wrap {
	/*		display: none !important; */
		 top: calc(50% + 145px);
		 right: 50px;
	}
	body .sendpulse-backdrop-info .backdrop-message {
		margin-right: 100px;
		margin-top: calc(50% + 270px);
		margin-left: 10px;
		font-size: 19px;
	}
}
#form_wrap_anketa .form .content .content_block form div.yes input {
   margin-top: 2px;
}

.lcform input {
    border: 1px solid #9e9e9e!important;
}