
.ac_footer {
      position: relative;
      top: 10px;
      height: 0;
      text-align: center;
      margin-bottom: 70px;
      color: #A12000;
    }

    .ac_footer a {
      color: #A12000;
    }

    .ac_footer p {
      text-align: center;
    }

    img[height="1"],
    img[width="1"] {
      display: none !important;
    }



/*!
*
*
* FONTS IMPORT
*
*
*/
@import url(https://fonts.googleapis.com/css?family=Bangers|Roboto:400,700);
/*!
*
*
* LIBS FILES
*
*
*/
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}
@-ms-viewport {
  width: device-width
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}
body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}
[tabindex="-1"]:focus {
  outline: 0!important
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}
p {
  margin-top: 0;
  margin-bottom: 1rem
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}
dt {
  font-weight: 700
}
dd {
  margin-bottom: .5rem;
  margin-left: 0
}
blockquote {
  margin: 0 0 1rem
}
dfn {
  font-style: italic
}
b,
strong {
  font-weight: bolder
}
small {
  font-size: 80%
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:hover {
  color: #0056b3;
  text-decoration: underline
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}
a:not([href]):not([tabindex]):focus {
  outline: 0
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}
figure {
  margin: 0 0 1rem
}
img {
  vertical-align: middle;
  border-style: none
}
svg:not(:root) {
  overflow: hidden
}
table {
  border-collapse: collapse
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}
th {
  text-align: inherit
}
label {
  display: inline-block;
  margin-bottom: .5rem
}
button {
  -webkit-border-radius: 0;
  border-radius: 0
}
/* button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
} */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}
textarea {
  overflow: auto;
  resize: vertical
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}
progress {
  vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
output {
  display: inline-block
}
summary {
  display: list-item;
  cursor: pointer
}
template {
  display: none
}
[hidden] {
  display: none!important
}
/*!
*
*
* END OF LIBS FILES
*
* MAIN.CSS START
*
*
*/
::-webkit-input-placeholder {
  color: #666
}
::-moz-placeholder {
  color: #666
}
::-ms-input-placeholder {
  color: #666
}
::placeholder {
  color: #666
}
::-moz-selection {
  background-color: #008bc2;
  color: #fff
}
::selection {
  background-color: #008bc2;
  color: #fff
}
body,
html {
  height: 100%
}
body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  font-family: Roboto,sans-serif;
  overflow-x: hidden;
  background-color: #fff;
  line-height: 1.4;
  color: #000;
  font-weight: 400
}
body input,
body textarea {
  border: #666 1px solid;
  outline: 0
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red
}
body input:required:valid,
body textarea:required:valid {
  border-color: green
}
section {
  position: relative;
  padding: 80px 0
}
.container {
  position: relative;
  max-width: 992px;
  padding: 12px 16px;
  margin: auto
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}
.theme-button {
  font-family: Bangers,sans-serif;
  letter-spacing: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  background: #008bc2;
  background: -webkit-linear-gradient(left,#01a19f 0,#008bc2 100%);
  background: -o-linear-gradient(left,#01a19f 0,#008bc2 100%);
  background: -webkit-gradient(linear,left top,right top,from(#01a19f),to(#008bc2));
  background: linear-gradient(to right,#01a19f 0,#008bc2 100%);
  cursor: pointer;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
}
.theme-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.first {
  background: url(../img/bg-first.jpg) no-repeat center top;
  -webkit-background-size: 100% cover;
  background-size: 100% cover;
  padding: 60px 0 150px
}
.first:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8)
}
.first-man {
  width: 451px;
  height: 740px;
  background: url(../img/man-first-a.png) no-repeat top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  bottom: -150px;
  right: -60px;
}
.first-title {
  font-size: 56px;
  font-family: Bangers,sans-serif;
  width: 590px;
  text-align: center;
  background: none;
  background: -webkit-linear-gradient(right,#01a19f 0,#008bc2 40%);
  background: -o-linear-gradient(right,#01a19f 0,#008bc2 40%);
  background: -webkit-gradient(linear,right top,left top,from(#01a19f),color-stop(40%,#008bc2));
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #008bc2;
  opacity: .8
}
.first-title span {
  font-size: 100px;
}
.first-content {
  position: relative;
  width: 590px
}
.first-product {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  position: relative;
  width: 240px;
  height: 237px;
  text-align: center
}
.first-product--img {
  position: relative;
  width: 165px;
  height: 237px
}
.first-product:before {
  content: "";
  left: 10px;
  top: 3px;
  position: absolute;
  width: 230px;
  height: 230px;
  border-left: 2px dashed #01a19f;
  border-top: 2px dashed #01a19f;
  border-right: 2px dashed #008bc2;
  border-bottom: 2px dashed #008bc2;
  -webkit-border-radius: 50%;
  border-radius: 50%
}
.first-descr {
  display: inline-block;
  vertical-align: middle;
  width: 300px
}
.first-descr--text {
  font-size: 18px;
  text-align: justify;
  margin-bottom: 32px;
  color: #f5f5f5
}
.first-button {
  width: 160px;
  font-family: Roboto,sans-serif;
  font-weight: 700;
  letter-spacing: 2px
}
.what {
  padding-top: 120px
}
.what-triangle--left {
  position: absolute;
  width: 750px;
  height: 444px;
  background: url(../img/bg-triangle-left.jpg) no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  right: 72%;
  top: 240px
}
.what-triangle--right {
  position: absolute;
  width: 750px;
  height: 444px;
  background: url(../img/bg-triangle-right.jpg) no-repeat center;
  left: 72%;
  top: 100px
}
.what-content {
  position: relative;
  width: 730px;
  padding-right: 250px
}
.what-title {
  font-size: 40px;
  color: #008bc2;
  font-family: Bangers,sans-serif;
  letter-spacing: 6px;
  margin-bottom: 40px
}
.what-product {
  position: absolute;
  right: 0;
  top: 18px;
  width: 240px;
  height: 237px;
  text-align: center
}
.what-product--img {
  position: relative;
  width: 165px;
  height: 237px
}
.what-product:before {
  content: "";
  left: 10px;
  top: 3px;
  position: absolute;
  width: 230px;
  height: 230px;
  border-left: 2px dashed #01a19f;
  border-top: 2px dashed #01a19f;
  border-right: 2px dashed #008bc2;
  border-bottom: 2px dashed #008bc2;
  -webkit-border-radius: 50%;
  border-radius: 50%
}
.why-title {
  font-size: 50px;
  color: #01a19f;
  font-family: Bangers,sans-serif;
  text-align: right;
  letter-spacing: 6px;
  margin-bottom: 50px
}
.why-items {
  font-size: 0
}
.why-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 6px;
  text-align: center;
  font-size: 16px
}
.why-item--icon {
  height: 60px;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 24px
}
.why-item--icon.ic1 {
  background-image: url(../img/icon1.png)
}
.why-item--icon.ic2 {
  background-image: url(../img/icon2.png)
}
.why-item--icon.ic3 {
  background-image: url(../img/icon3.png)
}
.why-item--icon.ic4 {
  background-image: url(../img/icon4.png)
}
.why-item--title {
  color: #01a19f;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px
}
.reviews {
  background: url(../img/bg-reviews.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover
}
.reviews-title {
  display: block;
  width: 350px;
  text-align: center;
  font-size: 50px;
  letter-spacing: 6px;
  margin: 0 auto 40px;
  font-family: Bangers,sans-serif;
  background: #008bc2;
  background: -webkit-linear-gradient(right,#01a19f 0,#008bc2 100%);
  background: -o-linear-gradient(right,#01a19f 0,#008bc2 100%);
  background: -webkit-gradient(linear,right top,left top,from(#01a19f),to(#008bc2));
  background: linear-gradient(to left,#01a19f 0,#008bc2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0b2349
}
.reviews-slider {
  width: 820px;
  margin: auto
}
.reviews-slider .slick-next,
.reviews-slider .slick-prev {
  height: 30px;
  width: 30px;
  background: url(../img/arrow.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover
}
.reviews-slider .slick-next:before,
.reviews-slider .slick-prev:before {
  content: ""
}
.reviews-slider .slick-prev {
  left: -50px
}
.reviews-slider .slick-next {
  right: -50px;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg)
}
.reviews-item--inner {
  padding: 16px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  background-color: #fff;
  width: 370px;
  margin: auto
}
.reviews-item--img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  background-color: #888;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center
}
.reviews-item--img.i1 {
  background-image: url(../img/reviews/1a.jpg)
}
.reviews-item--img.i2 {
  background-image: url(../img/reviews/2a.jpg)
}
.reviews-item--img.i3 {
  background-image: url(../img/reviews/3a.jpg)
}
.reviews-item--img.i4 {
  background-image: url(../img/reviews/4a.jpg)
}
.reviews-item--name {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin: 24px 0 12px
}
.reviews-item--text {
  text-align: center
}
.order {
  background: url(../img/bg-order.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover
}
.order-content {
  font-size: 0;
  text-align: right
}
.order-product {
  position: absolute;
  top: 0;
  text-align: center;
  width: 286px;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.order-product--img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 190px
}
.order-product::before {
  content: "";
  position: absolute;
  top: -80px;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%) skewX(-10deg);
  -ms-transform: translateX(-50%) skewX(-10deg);
  transform: translateX(-50%) skewX(-10deg);
  width: 200px;
  background: #008bc2;
  background: -webkit-linear-gradient(bottom,#01a19f 0,#008bc2 100%);
  background: -o-linear-gradient(bottom,#01a19f 0,#008bc2 100%);
  background: -webkit-gradient(linear,left bottom,left top,from(#01a19f),to(#008bc2));
  background: linear-gradient(to top,#01a19f 0,#008bc2 100%)
}
.order-man {
  width: 340px;
  height: 576px;
  bottom: -80px;
  position: absolute;
  background: url(../img/man-order-a.png) no-repeat top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 2
}
.order-form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 310px;
  background: url(../img/form.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% 100%;
  font-size: 18px;
  padding: 36px 28px
}
.order-form--label {
  display: block;
  margin-bottom: 24px
}
.order-form--input {
  margin-top: 6px;
  display: block;
  border: 1px solid #eee;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  height: 56px;
  padding-left: 12px;
  -webkit-box-shadow: 0 2px 2px #ddd;
  box-shadow: 0 2px 2px #ddd;
  color: #444
}
.order-form--select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(../img/angle-down.svg) no-repeat;
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
  background-position: -webkit-calc(100% - 16px) center;
  background-position: calc(100% - 16px) center
}
.order-form--button {
  width: 100%;
  font-size: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px
}
.price {
  text-align: center;
  margin-bottom: 24px
}
.price-old {
  font-size: 18px;
  color: #01a19f;
  text-decoration: line-through
}
.price-new {
  font-size: 22px;
  color: #008bc2;
  font-weight: 700
}
.ordertop {
  z-index: 1;
  display: none;
  background-color: rgba(0,0,0,.85);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  padding: 25px 0
}
.ordertop .container {
  padding-top: 0;
  padding-bottom: 0;
  text-align: justify
}
.ordertop .container::after {
  content: "";
  display: inline-block;
  width: 100%
}
.ordertop-text {
  font-size: 26px;
  color: #008bc2;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700
}
.ordertop-count {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px
}
.ordertop-minus,
.ordertop-plus {
  display: inline-block;
  float: left;
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border: none
}
.ordertop-minus {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px
}
.ordertop-plus {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0
}
.ordertop-number {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  border: none;
  float: left;
  text-align: center;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,.3);
  -webkit-border-radius: 5px;
  border-radius: 5px
}
.ordertop-button {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: 200px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 20px;
  line-height: 1.1
}
/*!
*
*
* END OF MAIN.CSS
*
* MEDIA.CSS START
*
*
*/
@media (max-width:991.98px) {
  section {
    padding: 40px 0;
  }
  .container {
    width: 320px
  }
  .desktop-only {
    display: none
  }
  .first {
    padding-bottom: 60px
  }
  .first-title {
    width: 100%;
    font-size: 30px;
    line-height: 1.2
  }
  .first-title span {
    font-size: 45px
  }
  .first-content {
    width: 100%
  }
  .first-product {
    display: block;
    margin: 24px auto
  }
  .first-descr {
    width: 100%
  }
  .first-button {
    display: block;
    margin: auto
  }
  .what {
    padding-top: 40px;
    padding-bottom: 0
  }
  .what-title {
    font-size: 30px
  }
  .what-content {
    width: 100%;
    padding: 0
  }
  .what-product {
    position: relative
  }
  .why-title {
    font-size: 30px;
    text-align: center
  }
  .why-item {
    width: 100%;
    margin-bottom: 30px
  }
  .why-item--icon {
    margin-bottom: 10px
  }
  .why-item--title {
    margin-bottom: 8px
  }
  .reviews {
    background-position: left
  }
  .reviews-title {
    font-size: 30px;
    width: 250px
  }
  .reviews-slider {
    width: 80%
  }
  .reviews-slider .slick-prev {
    left: -40px
  }
  .reviews-slider .slick-next {
    right: -40px;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg)
  }
  .reviews-item--inner {
    width: 100%
  }
  .reviews-item--img {
    height: 180px
  }
  .reviews-item--name {
    font-size: 16px;
    margin: 10px 0 6px
  }
  .reviews-item--text {
    font-size: 12px;
    line-height: 1.2
  }
  .order {
    padding-top: 68px
  }
  .order-product {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    margin-bottom: 60px
  }
  .order-product--img {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    margin: auto
  }
  .order {
    background: 0 0
  }
  .order-form {
    width: 100%;
    height: 442px;
    padding: 36px 20px
  }
  .order-form--input {
    height: 48px;
    font-size: 16px
  }
  .price-old {
    font-size: 16px
  }
  .price-new {
    font-size: 18px
  }
  .ordertop {
    height: 60px;
    padding: 10px 0
  }
  .ordertop-count {
    display: none
  }
  .ordertop-button {
    width: 140px;
    height: 40px
  }
}
.verification {
    max-width: 260px;
    margin: 10px auto;
}
.verification img {
  max-width: 100%;
}
.restriction {
  width: 100%;
  background: #ffd303;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: -15px;
  text-align: center
}
.restriction span {
  background: red;
  display: inline-block;
  padding: 0 5px;
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}