.ask-google-container {
  box-sizing: border-box;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 15px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
}
.ask-google-container .main {
  position: relative;
}
.ask-google-container .main a {
  text-decoration: none !important;
}
.ask-google-container .mb-remove {
  margin-bottom: 0 !important;
}
.ask-google-container .articles-list,
.ask-google-container .articles-list-nothing {
  position: relative;
}
.ask-google-container .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: 1;
  transition: all ease 0.5s;
}
.ask-google-container .bg.scrolled {
  opacity: 0.7;
}
.ask-google-container .bg.inited .am {
  opacity: 1;
}
.ask-google-container .bg.inited .am-1 {
  top: 5%;
  left: 15%;
}
.ask-google-container .bg.inited .am-2 {
  top: 40%;
  left: -17%;
}
.ask-google-container .bg.inited .am-3 {
  top: 10%;
  left: 85%;
}
.ask-google-container .bg.inited .am-4 {
  left: 50%;
  top: 75%;
}
.ask-google-container .am {
  position: absolute;
  transition: all cubic-bezier(0, 1.83, 0.34, 1.01) 2s;
  opacity: 0;
}
.ask-google-container .am-1 {
  top: -5%;
  left: 15%;
  width: 20%;
}
.ask-google-container .am-2 {
  top: 35%;
  left: -17%;
  width: 30%;
  transition-delay: 0.2s;
}
.ask-google-container .am-3 {
  top: 0%;
  left: 85%;
  width: 40%;
  transition-delay: 0.25s;
}
.ask-google-container .am-4 {
  left: 50%;
  top: 55%;
  width: 15%;
  transition-delay: 0.3s;
}
.ask-google-container .bg svg {
  max-width: 100%;
}
.ask-google-container .ask-google-header {
  position: relative;
  line-height: 1.3;
}
.ask-google-container .ask-google-header h1,
.ask-google-container .ask-google-header .lead {
  font-family: EuclidFlex, sans-serif;
  font-weight: bold;
  color: #000;
}
.ask-google-container .ask-google-header h1 {
  font-size: 45px;
  line-height: 1.1;
  text-transform: uppercase;
}
.ask-google-container .ask-google-header h1 img {
  display: inline-block;
  margin-top: 15px;
  max-width: 100%;
}
.ask-google-container .ask-google-header .description {
  font-size: 22px;
}
.ask-google-container .ask-google-header .lead {
  font-size: 18px;
  color: #000;
}
.ask-google-container .form-header {
  position: relative;
  font-family: EuclidFlex, sans-serif;
  color: #3cba54;
  text-transform: uppercase;
  font-size: 40px;
}
.ask-google-container .ask-google-form {
  overflow: hidden;
  position: relative;
}
.ask-google-container .ask-google-form .sended-result {
  display: none;
}
.ask-google-container .ask-google-form form {
  text-align: center;
}
.ask-google-container .ask-google-form form.sended .form-row {
  display: none;
}
.ask-google-container .ask-google-form form.sended .sended-result {
  display: block;
  border: 2px solid #3cba54;
  color: #3cba54;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}
.ask-google-container .ask-google-form .form-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.ask-google-container .ask-google-form .form-row .form-col {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 30px;
}
.ask-google-container .ask-google-form .form-row .form-col > input {
  width: 100%;
}
.ask-google-container .ask-google-form .form-row [type="checkbox"] {
  opacity: 0;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
}
.ask-google-container .ask-google-form .form-row [type="checkbox"] ~ .glabel {
  position: relative;
  padding-left: 40px;
  font-family: EuclidFlex, sans-serif;
}
.ask-google-container .ask-google-form .form-row [type="checkbox"] ~ .glabel:before,
.ask-google-container .ask-google-form .form-row [type="checkbox"] ~ .glabel:after {
  content: "";
  position: absolute;
  left: 0;
}
.ask-google-container .ask-google-form .form-row [type="checkbox"] ~ .glabel:before {
  width: 22px;
  height: 22px;
  border: 2px solid #333;
  top: 0;
  left: 0;
}
.ask-google-container .ask-google-form .form-row [type="checkbox"] ~ .glabel:after {
  width: 18px;
  height: 8px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  top: 16px;
  transition: all ease 0.3s;
}
.ask-google-container .ask-google-form .form-row [type="checkbox"]:checked ~ label:after {
  left: 3px;
  top: 5px;
  transform: rotate(-45deg);
}
.ask-google-container .ask-google-form .form-row input,
.ask-google-container .ask-google-form .form-row select,
.ask-google-container .ask-google-form .form-row textarea {
  box-sizing: border-box;
  flex-grow: 1;
  outline: none;
  padding: 6px 0;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}
.ask-google-container .ask-google-form .form-row input,
.ask-google-container .ask-google-form .form-row select {
  border: none;
  border-bottom: 2px solid #333;
}
.ask-google-container .ask-google-form .form-row select {
  width: 100%;
  padding-right: 20px;
  position: relative;
  border: 0;
  /* -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;*/
}
.ask-google-container .ask-google-form .form-row select::-ms-expand {
  /* для IE */
  display: none;
}
.ask-google-container .ask-google-form .form-row textarea {
  border: 2px solid #333;
  resize: none;
  padding: 6px;
  font: inherit;
  height: 130px;
}
.ask-google-container .ask-google-form .form-row .glabel.label-absolute {
  position: absolute;
  font-size: 13px;
  left: 0;
  bottom: -35px;
  font-weight: 400;
}
.ask-google-container .glabel {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
.ask-google-container .select-row {
  border-bottom: 2px solid #333;
}
.ask-google-container .gbtn {
  box-sizing: border-box;
  background: none;
  margin: 0;
  padding: 0 20px;
  border: none;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f4c20d;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
.ask-google-container #subscribe_email {
  margin: 23px 0 0;
  padding-left: 3px;
  width: 100%;
}
.ask-google-container a {
  color: inherit;
  text-decoration: none;
}
.ask-google-container a:hover {
  text-decoration: underline;
}
.ask-google-container .subscribe-confirmation {
  display: none;
}
.ask-google-container #ask_subscribe:checked ~ .subscribe-confirmation {
  display: block;
  width: 100%;
}
.ask-google-container .subscribe-wrapper {
  margin: 0 !important;
}
.ask-google-container .action-row {
  margin-top: 40px !important;
}
.ask-google-container #action_create_ask {
  display: inline-block;
  padding: 16px 26px;
  background: #3cba54;
  color: #fff;
  cursor: pointer;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-delay: 2.5s;
  text-decoration: none;
  font-size: 22px;
}
.ask-google-container #action_create_ask:hover {
  opacity: 0.9;
}
.ask-google-container .ad-banners {
  position: relative;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
.ask-google-container .ad-banners > div {
  margin-right: 15px;
}
.ask-google-container .ad-banners > div:last-child {
  margin: 0;
}
.ask-google-container .ad-banners img {
  max-width: 100%;
  vertical-align: middle;
  filter: grayscale(1);
  transition: all ease 0.3s;
}
.ask-google-container .ad-banners img:hover {
  filter: grayscale(0);
}
.ask-google-container .articles-list-header {
  margin-top: 35px;
  font-family: EuclidFlex;
  font-size: 30px;
}
.ask-google-container .articles-list {
  position: relative;
  padding-left: 40px;
}
.ask-google-container .articles-list .articles-list-item {
  position: relative;
  margin-top: 15px;
}
.ask-google-container .articles-list .articles-list-item:before {
  content: " ";
  position: absolute;
  top: 4px;
  left: -40px;
  width: 20px;
  height: 20px;
  background: #db3236;
  border-radius: 50%;
}
.ask-google-container .articles-list .articles-list-item h2 {
  margin: 0;
  font-family: EuclidFlex;
  font-weight: 500;
  font-size: 18px;
}
.ask-google-container .articles-list .articles-list-item .podzag {
  margin: 5px 0;
}
.ask-google-container .articles-list .articles-list-item .item-info {
  color: #888;
}
.ask-google-container .article {
  position: relative;
}
.ask-google-container .g-comments-wrapper {
  background: rgba(255, 255, 255, 0.4);
  margin: 30px -15px 0;
  padding: 15px;
  border-top: 2px solid #3cba54;
}
.ask-google-container .g-comments-wrapper .comments-header {
  font-weight: bold;
  text-transform: uppercase;
}
.ask-google-container .page-sharer.bottom {
  margin: 30px 0 60px;
}
.ask-google-container .article-content {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 2px solid #3cba54;
}
.ask-google-container .article-content h3,
.ask-google-container .article-content h4,
.ask-google-container .article-content p,
.ask-google-container .article-content ol,
.ask-google-container .article-content ul {
  max-width: none;
}
#privacy_text {
  display: none;
}
.privacy-modal .vex-content {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 40px;
  line-height: 1.4;
}
.privacy-modal .vex-content .vex-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  padding: 0 5px;
}
@media all and (min-width: 540px) {
  .ask-google-container .ask-google-header h1 {
    font-size: 60px;
  }
  .ask-google-container .ask-google-header h1 img {
    max-width: 380px;
  }
}
@media all and (min-width: 768px) {
  .ask-google-container .ask-google-header {
    margin-bottom: 70px;
  }
  .ask-google-container .ask-google-header h1 {
    font-size: 89px;
  }
  .ask-google-container .ask-google-header .lead {
    font-size: 24px;
  }
  .ask-google-container .ask-google-form {
    margin-left: 25%;
  }
  .ask-google-container .ask-google-form form {
    text-align: left;
  }
  .ask-google-container .ask-google-form .form-row {
    position: relative;
    justify-content: flex-start;
  }
  .ask-google-container .ask-google-form .form-row .form-col {
    width: 50%;
  }
  .ask-google-container .ask-google-form .form-row .form-col:last-child {
    width: calc(50% - 10px);
    box-sizing: border-box;
    margin-left: 10px;
    flex-shrink: 1;
  }
  .ask-google-container .ad-banners > div {
    margin-right: 35px;
  }
  #action_create_ask {
    position: absolute;
    top: 18px;
    right: 0;
  }
}
@media all and (max-width: 1083px) {
  .ask-google-container {
    /*.am-1 {
      width: 30%;
    }*/
    /*.am-3 {
      width: 50%;
    }*/
  }
  .ask-google-container .bg {
    position: absolute;
    overflow: hidden;
    max-width: 100%;
  }
  .ask-google-container .am-2 {
    width: 40%;
  }
  .ask-google-container .am-4 {
    width: 35%;
  }
}
@media all and (min-width: 1084px) {
  .ask-google-container .articles-list .articles-list-item h2 {
    font-size: 24px;
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
/*# sourceMappingURL=styles.css.map */