.zero, html,
body,
div,
span,
object,
iframe,
img,
strong,
b,
u,
i,
table,
tbody,
tfoot,
thead,
td,
th,
tr,
form,
label,
legend,
button, header,
footer,
article,
section,
aside,
figcaption,
figure,
hgroup,
time, p,
ul,
li,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body,
div,
span,
object,
iframe,
img,
strong,
b,
u,
i,
table,
tbody,
tfoot,
thead,
td,
th,
tr,
form,
label,
legend,
button {
  vertical-align: baseline;
  background: transparent;
}

input:focus,
select:focus,
textarea:focus,
button:active {
  outline: none;
}

table,
td,
th,
tr {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

input,
select,
textarea {
  font-family: Arial, sans-serif;
  font-weight: 400;
  border: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}

.clear {
  clear: both;
  font-size: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

header,
footer,
article,
section,
aside,
figcaption,
figure,
hgroup,
time {
  display: block;
}

* {
  box-sizing: border-box;
  outline: none;
}

ul {
  list-style: none;
}

a, input[type="submit"] {
  transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  cursor: pointer;
}

body {
  font-family: "Gilroy";
  font-size: 62.5%;
  color: #444444;
  font-weight: normal;
  line-height: 1.3;
}
h5.prod-title {
    font-size: 18px;
    padding-top: 10px;
}
p.prod-desr {
    font-size: 16px;
}
.mash {
    display: inline;
    font-size: 5px;
    color: transparent;
}
h1.title-none {
    font-size: 20px;
    color: #ffffff;
}
.counter {
    text-align: center;
}
a {
  text-decoration: none;
  font-size: 14px;
  color: #000000;
}

.flex-wrap, header .container, .banner-top .garant, .question .question-info, .slider-section .custom-navigation, .form-section .container .form-info .form-wrap, .very-simply .simply-info, .very-simply .simply-info .simply-block .title-block, .slider-shock .slider-2 .slick-dots, .slider-shock .slider-2 .slide .slide-wrap, .request-section .request-info, .logo-footer .block-wrap, footer .footer-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.flex-wrap2, .advantages .advantages-info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap3 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}

header {
  width: 100%;
  position: absolute;
}
header .container {
  margin: 0 auto;
  max-width: 1230px;
  padding: 0px 30px;
}
header .container .logo-header {
  display: block;
  width: 160px;
  height: 68px;
  padding-top: 0px;
}
header .container .logo-header img {
  display: block;
  width: 100%;
  height: auto;
}
header .container .phone-block {
  padding-top: 15px;
}
header .container .phone-block .phone-header {
  font-size: 25px;
  color: #ffffff;
  font-weight: 800;
  padding-right: 30px;
  display: inline-block;
}
@media screen and (max-width: 570px) {
  header .container .phone-block .phone-header {
    font-size: 20px;
  }
}
header .container .phone-block .call-small {
  display: none;
  width: 200px;
  height: 42px;
  background: #7ed354;
  font-size: 16px;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  padding-top: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 640px) {
  header .container {
    display: block;
  }
  header .container .logo-header {
    display: none;
  }
  header .container .phone-block .phone-header {
    display: none;
  }
}

header.small {
  z-index: 4;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 25px 0px 20px;
}
header.small .phone-block .call-small {
  display: inline-block;
}
@media screen and (max-width: 770px) {
  header.small .container {
    display: block;
  }
  header.small .container .logo-header {
    padding: 0;
    margin: 0 auto 10px;
  }
  header.small .container .phone-block {
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  header.small .container .logo-header {
    display: none;
  }
  header.small .container .phone-block .phone-header {
    display: none;
  }
  header.small .container .phone-block .call-small {
    display: block;
    margin: 0 auto;
  }
}

#pop_up {
  width: 100%;
  max-width: 440px;
  background: #ffffff;
  padding: 40px 20px 50px;
  z-index: 5;
  position: fixed;
  top: 30px;
  left: 50%;
  margin-left: -220px;
  text-align: center;
  display: none;
}
#pop_up .close {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 9px;
  right: 7px;
  background: url(../images/close.png) center no-repeat;
}
#pop_up .close:hover {
  background: #303030 url(../images/close-hover.png) center no-repeat;
}
#pop_up .title-popup {
  font-size: 25px;
  color: #303030;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#pop_up .form-wrap .form-box {
  width: 272px;
  display: block;
  margin: 0px auto 32px;
  position: relative;
}
#pop_up .form-wrap .form-box input[type="text"] {
  font-size: 14px;
  color: #303030;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #303030;
  padding: 0px 0px 17px;
  letter-spacing: 0.6px;
}
#pop_up .form-wrap .form-box input::-webkit-input-placeholder {
  font-size: 14px;
  color: #303030;
}
#pop_up .form-wrap .form-box input::-moz-placeholder {
  font-size: 14px;
  color: #303030;
}
#pop_up .form-wrap .form-box input:-moz-placeholder {
  font-size: 14px;
  color: #303030;
}
#pop_up .form-wrap .form-box input:-ms-input-placeholder {
  font-size: 14px;
  color: #303030;
}
#pop_up .form-wrap .form-submit {
  width: 272px;
  margin: 65px auto 0px;
}
#pop_up .form-wrap .form-submit input[type="submit"] {
  width: 100%;
  height: 60px;
  line-height: 59px;
  background: #7ed354;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}
#pop_up .form-wrap .form-submit input[type="submit"]:hover {
  background: #233d5e;
  color: #ffffff;
}

.banner-top {
  padding: 335px 0px 77px;
  background: url(../images/banner.jpg) top center no-repeat;
}
.banner-top .banner-info {
  max-width: 970px;
  margin: 0px auto 19px;
  background: #7ed354;
  text-align: center;
  padding: 26px 0px 30px;
  position: relative;
}
.banner-top .banner-info:after {
  content: "";
  position: absolute;
  top: -121px;
  left: 4px;
  width: 255px;
  height: 140px;
  background: url(../images/leaves.png) no-repeat;
}
.banner-top .banner-info .title-banner {
  font-size: 45px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0px;
  position: relative;
}
.banner-top .banner-info .title-banner span {
  position: absolute;
  top: -72px;
  right: 0;
  background: #f81d8e;
  font-size: 20px;
  color: #ffffff;
  font-weight: 800;
  padding: 10px;
  text-transform: none;
}
.banner-top .banner-info .title-banner span i {
  font-size: 10px;
  text-transform: uppercase;
  top: -8px;
  position: relative;
}
.banner-top .banner-info .text-banner {
  font-size: 30px;
  color: #ffffff;
  font-weight: 300;
}
.banner-top .banner-info .text-banner span {
  font-weight: 800;
}
.banner-top .garant {
  max-width: 663px;
  margin: 0 auto;
}
.banner-top .garant .garant-block {
  width: 204px;
  height: 204px;
  background: url(../images/garant-block.png) no-repeat;
  text-align: center;
  padding-top: 79px;
}
.banner-top .garant .garant-block .title-garant {
  font-size: 35px;
  color: #303030;
  font-weight: 800;
  line-height: 21px;
  margin-bottom: 3px;
}
.banner-top .garant .garant-block .text-grant {
  font-size: 21px;
  color: #303030;
  font-weight: 800;
}
@media screen and (max-width: 1030px) {
  .banner-top {
    padding: 300px 0px 50px;
  }
  .banner-top .banner-info:after {
    display: none;
  }
  .banner-top .banner-info .title-banner {
    font-size: 35px;
  }
  .banner-top .banner-info .text-banner {
    font-size: 25px;
  }
}
@media screen and (max-width: 750px) {
  .banner-top {
    padding: 100px 0px 50px;
  }
  .banner-top .banner-info .title-banner {
    font-size: 25px;
  }
  .banner-top .banner-info .text-banner {
    font-size: 20px;
  }
  .banner-top .garant .garant-block {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    background: #fff200;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-top: 13px;
  }
  .banner-top .garant .garant-block .title-garant {
    font-size: 16px;
  }
  .banner-top .garant .garant-block .text-grant {
    font-size: 12px;
  }
}
@media screen and (max-width: 570px) {
  .banner-top .banner-info .title-banner {
    font-size: 20px;
  }
  .banner-top .banner-info .text-banner {
    font-size: 16px;
  }
}

.title-section {
  text-align: center;
  font-size: 30px;
  color: #303030;
  font-weight: 300;
  text-transform: uppercase;
}
.title-section span {
  font-weight: 800;
}
.title-section .line {
  position: relative;
}
.title-section .line:after {
  content: "";
  position: absolute;
  top: -14px;
  left: 0px;
  width: 166px;
  height: 7px;
  background: #7ed354;
}
@media screen and (max-width: 850px) {
  .title-section {
    font-size: 25px;
  }
}
@media screen and (max-width: 690px) {
  .title-section {
    font-size: 20px;
  }
}

.advantages {
  padding: 72px 0px 221px;
  background: #e5f4fc;
  background: -moz-linear-gradient(left, #e5f4fc 0%, #f2f7fd 100%);
  background: -webkit-linear-gradient(left, #e5f4fc 0%, #f2f7fd 100%);
  background: linear-gradient(to right, #e5f4fc 0%, #f2f7fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f4fc', endColorstr='#f2f7fd',GradientType=1 );
}
.advantages .title-section {
  margin-bottom: 64px;
}
.advantages .advantages-info {
  padding: 0px 0px 0px 28px;
}
.advantages .advantages-info .advantages-block {
  position: relative;
  max-width: 310px;
  margin-bottom: 50px;
}
.advantages .advantages-info .advantages-block .title-block {
  font-size: 20px;
  color: #303030;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.advantages .advantages-info .advantages-block .text-block {
  font-size: 16px;
  color: #303030;
  font-weight: 300;
  line-height: 25px;
}
.advantages .advantages-info .advantages-block .text-block span {
  font-weight: 800;
}
.advantages .advantages-info .advantages-block:after {
  content: "";
  position: absolute;
}
.advantages .advantages-info .advantages-block:first-child:after {
  top: -19px;
  right: -73px;
  width: 98px;
  height: 174px;
  background: url(../images/ic-advantages-1.png) no-repeat;
}
.advantages .advantages-info .advantages-block:nth-child(2):after {
  bottom: 15px;
  left: 99px;
  width: 98px;
  height: 82px;
  background: url(../images/ic-advantages-2.png) no-repeat;
}
.advantages .advantages-info .advantages-block:nth-child(3):after {
  top: -19px;
  left: -102px;
  width: 98px;
  height: 174px;
  background: url(../images/ic-advantages-3.png) no-repeat;
}
.advantages .advantages-info .advantages-block:nth-child(4):after {
  bottom: -132px;
  left: 137px;
  width: 174px;
  height: 98px;
  background: url(../images/ic-advantages-4.png) no-repeat;
}
.advantages .advantages-info .advantages-block:last-child:after {
  bottom: -57px;
  left: -40px;
  width: 174px;
  height: 98px;
  background: url(../images/ic-advantages-5.png) no-repeat;
}
.advantages .advantages-info .advantages-img .img-block {
  width: 558px;
  position: absolute;
  top: -58px;
  left: -274px;
}
.advantages .advantages-info .advantages-img .img-block img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .advantages {
    padding: 50px 0px;
  }
  .advantages .advantages-info {
    display: block;
    padding: 0;
  }
  .advantages .advantages-info .advantages-block {
    text-align: center;
    padding: 20px;
    background: #ffffff;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .advantages .advantages-info .advantages-block:after {
    display: none;
  }
  .advantages .advantages-info .advantages-img {
    display: none;
  }
}
.advantages .container {
  position: relative;
}
.advantages .container .leaves {
  position: absolute;
  top: -149px;
  left: -7%;
}
@media screen and (max-width: 1280px) {
  .advantages .container .leaves {
    display: none;
  }
}
.advantages .container .leaves-2 {
  position: absolute;
  bottom: -304px;
  right: -17%;
}
@media screen and (max-width: 1670px) {
  .advantages .container .leaves-2 {
    display: none;
  }
}
.advantages .container .leaves-3 {
  position: absolute;
  bottom: -224px;
  left: -4%;
}
@media screen and (max-width: 1280px) {
  .advantages .container .leaves-3 {
    display: none;
  }
}

.video-section {
  padding: 33px 0px 47px;
}
.video-section .ic-video {
  width: 180px;
  margin: 0px auto 3px;
}
.video-section .text-block {
  max-width: 530px;
  margin: 0px auto 31px;
  text-align: center;
  font-size: 20px;
  color: #303030;
  font-weight: 300;
}
.video-section .text-block span {
  font-weight: 800;
}

.video {
  display: block;
  text-align: center;
  display: flex;

}
.video .pulse {
  display: block;
  background: url(../images/ic-video-2.png) no-repeat;
  width: 59px;
  height: 59px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
  margin: 0px auto 25px;
}
.video .pulse:before, .video .pulse:after {
  content: "";
  position: absolute;
  border: 1px solid #7ed354;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 1.8s linear infinite;
  opacity: 0;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.text-video {
  text-align: center;
  font-size: 16px;
  color: #233d5e;
  font-weight: 300;
}

#divbox_frame #divbox_data {
  width: 100% !important;
}

.divbox_default .closed {
  background: #ffffff url(../images/close.png) 4px 3px no-repeat;
}

.question {
  padding: 71px 0px 22px;
  background: #f1f7fd;
  background: -moz-linear-gradient(top, #f1f7fd 0%, #f2f7fd 100%);
  background: -webkit-linear-gradient(top, #f1f7fd 0%, #f2f7fd 100%);
  background: linear-gradient(to bottom, #f1f7fd 0%, #f2f7fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f7fd', endColorstr='#f2f7fd',GradientType=0 );
}
.question .title-section {
  margin-bottom: 10px;
}
.question .question-info .left-block {
  margin: 0px 101px 0px 0px;
}
.question .question-info .right-block {
  padding-top: 11px;
}
.question .question-info .right-block .title-block {
  font-size: 30px;
  color: #303030;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 21px;
}
.question .question-info .right-block .title-block span {
  color: #7ed354;
}
.question .question-info .right-block .title-block-2 {
  font-size: 30px;
  color: #303030;
  font-weight: 800;
  margin-bottom: 29px;
}
.question .question-info .right-block .title-block-2 span {
  font-size: 70px;
  color: #7ed354;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 18px;
  position: relative;
  top: 9px;
  left: 13px;
}
.question .question-info .right-block .text-block {
  font-size: 13px;
  color: #303030;
  font-weight: 300;
  line-height: 18px;
  padding-right: 120px;
}
.question .question-info .right-block .text-block span {
  font-weight: 800;
}
@media screen and (max-width: 1280px) {
  .question {
    padding: 50px 0px 20px;
  }
  .question .title-section {
    margin-bottom: 50px;
  }
  .question .question-info {
    padding: 0px 100px 0px 200px;
  }
  .question .question-info .left-block {
    margin-right: 50px;
  }
  .question .question-info .right-block .text-block {
    padding: 0;
  }
}
@media screen and (max-width: 1030px) {
  .question .question-info {
    padding: 0px 50px 0px 100px;
  }
}
@media screen and (max-width: 800px) {
  .question .question-info {
    padding: 0px 10px 0px 20px;
    display: block;
  }
  .question .question-info .left-block {
    margin: 0px auto 20px;
    width: 150px;
  }
  .question .question-info .left-block img {
    display: block;
    width: 100%;
    height: auto;
  }
  .question .question-info .right-block {
    text-align: center;
    padding: 0;
  }
  .question .question-info .right-block .title-block {
    font-size: 20px;
  }
  .question .question-info .right-block .title-block-2 {
    font-size: 25px;
  }
  .question .question-info .right-block .title-block-2 span {
    font-size: 30px;
    top: 0;
  }
}
.question .container {
  position: relative;
}
.question .container .leaves-4 {
  position: absolute;
  bottom: 0px;
  left: -6%;
}
@media screen and (max-width: 1280px) {
  .question .container .leaves-4 {
    display: none;
  }
}
.question .container .leaves-5 {
  position: absolute;
  bottom: -40px;
  right: -18%;
}
@media screen and (max-width: 1750px) {
  .question .container .leaves-5 {
    display: none;
  }
}

.color-section {
  padding: 70px 0px 65px;
}
.color-section .color-info {
  padding: 0px 32px 0px 68px;
}
.color-section .color-info::after {
  clear: both;
  content: "";
  display: table;
}
.color-section .color-info .left-block {
  float: left;
  padding-top: 120px;
}
.color-section .color-info .left-block .left-br {
  border: 10px solid #7ed354;
  padding: 19px 63px 29px 52px;
  margin-bottom: 71px;
}
.color-section .color-info .left-block .left-br .title-block {
  font-size: 30px;
  color: #303030;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.color-section .color-info .left-block .left-br .text-block {
  font-size: 15px;
  color: #303030;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 32px;
}
.color-section .color-info .left-block .left-br .call-small {
  display: block;
  width: 174px;
  margin: 0 auto;
  font-size: 16px;
  color: #303030;
  font-weight: 800;
  border: 1px solid #7ed354;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 20px 9px;
  position: relative;
}
.color-section .color-info .left-block .left-br .call-small:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 11px;
  width: 26px;
  height: 26px;
  background: url(../images/ic-btn-color.png) no-repeat;
}
.color-section .color-info .left-block .left-br .call-small:hover {
  color: #7ed354;
}
.color-section .color-info .left-block .color-z {
  font-size: 15px;
  color: #303030;
  font-weight: 300;
  position: relative;
  padding-left: 51px;
}
.color-section .color-info .left-block .color-z:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 32px;
  width: 12px;
  height: 13px;
  background: url(../images/ic-star.png) no-repeat;
}
.color-section .color-info .right-block {
  float: right;
  margin: 0;
}
@media screen and (max-width: 1230px) {
  .color-section {
    padding: 50px 0px;
  }
  .color-section .color-info {
    padding: 0;
  }
  .color-section .color-info .left-block {
    float: none;
    padding: 0;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .color-section .color-info .left-block .left-br {
    margin-bottom: 20px;
  }
  .color-section .color-info .right-block {
    float: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .color-section .color-info .right-block img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.color-section .container {
  position: relative;
}
.color-section .container .leaves-6 {
  position: absolute;
  bottom: -300px;
  right: -20%;
}
@media screen and (max-width: 1750px) {
  .color-section .container .leaves-6 {
    display: none;
  }
}

#popup_bg {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(0, 0, 0, 0.7);
}

#color_popup {
  width: 100%;
  max-width: 440px;
  background: #ffffff;
  padding: 40px 20px 50px;
  z-index: 5;
  position: fixed;
  top: 30px;
  left: 50%;
  margin-left: -220px;
  text-align: center;
  display: none;
}
#color_popup .close {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 9px;
  right: 7px;
  background: url(../images/close.png) center no-repeat;
}
#color_popup .close:hover {
  background: #303030 url(../images/close-hover.png) center no-repeat;
}
#color_popup .title-popup {
  font-size: 25px;
  color: #303030;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#color_popup .form-wrap .form-box {
  width: 272px;
  display: block;
  margin: 0px auto 32px;
  position: relative;
}
#color_popup .form-wrap .form-box input[type="text"] {
  font-size: 14px;
  color: #303030;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #303030;
  padding: 0px 0px 17px;
  letter-spacing: 0.6px;
}
#color_popup .form-wrap .form-box input::-webkit-input-placeholder {
  font-size: 14px;
  color: #303030;
}
#color_popup .form-wrap .form-box input::-moz-placeholder {
  font-size: 14px;
  color: #303030;
}
#color_popup .form-wrap .form-box input:-moz-placeholder {
  font-size: 14px;
  color: #303030;
}
#color_popup .form-wrap .form-box input:-ms-input-placeholder {
  font-size: 14px;
  color: #303030;
}
#color_popup .form-wrap .form-submit {
  width: 272px;
  margin: 65px auto 0px;
}
#color_popup .form-wrap .form-submit input[type="submit"] {
  width: 100%;
  height: 60px;
  line-height: 59px;
  background: #7ed354;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}
#color_popup .form-wrap .form-submit input[type="submit"]:hover {
  background: #233d5e;
  color: #ffffff;
}

.slider-section {
  padding: 93px 0px 41px;
  background: #f1f7fd;
  background: -moz-linear-gradient(top, #f1f7fd 0%, #f2f7fd 100%);
  background: -webkit-linear-gradient(top, #f1f7fd 0%, #f2f7fd 100%);
  background: linear-gradient(to bottom, #f1f7fd 0%, #f2f7fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f7fd', endColorstr='#f2f7fd',GradientType=0 );
}
.slider-section .title-section {
  margin-bottom: 76px;
}
.slider-section .slick-dots{
  display: none !important;
}
.slider-section .custom-navigation {
  padding: 0px 30px;
  margin-bottom: 95px;
}
.slider-section .custom-navigation p {
  width: 169px;
  font-size: 16px;
  color: #303030;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  padding: 7px 0px 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #7ed354;
  color: #ffffff;
}
.slider-section .custom-navigation p:hover {
  color: #303030;
  background: #e8e8e8;
}
.slider-section .slider .slide .img-block {
  max-width: 970px;
  margin: 0 auto;
}
.slider-section .slider .slide .img-block img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1230px) {
  .slider-section {
    padding: 50px 0px;
  }
  .slider-section .title-section {
    margin-bottom: 40px;
  }
  .slider-section .custom-navigation {
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }
  .slider-section .custom-navigation p {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
  }
}
.slider-section .container {
  position: relative;
}
.slider-section .container .leaves-7 {
  position: absolute;
  top: -300px;
  left: -10%;
}
@media screen and (max-width: 1230px) {
  .slider-section .container .leaves-7 {
    display: none;
  }
}
.slider-section .container .leaves-8 {
  position: absolute;
  bottom: -200px;
  left: -11%;
}
@media screen and (max-width: 1230px) {
  .slider-section .container .leaves-8 {
    display: none;
  }
}

.slick-prev, .slick-next {
  width: 37px;
  height: 37px;
  z-index: 3;
}
.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-prev {
  background: url(../images/arrow-left.png);
  left: 31px;
}
.slick-prev:hover, .slick-prev:active, .slick-prev:focus {
  background: url(../images/arrow-left-hover.png);
}

.slick-next {
  background: url(../images/arrow-right.png);
  right: 32px;
}
.slick-next:hover, .slick-next:active, .slick-next:focus {
  background: url(../images/arrow-right-hover.png);
}

.form-section {
  padding: 118px 0px 135px;
  background: #233d5e url(../images/img-machine.png) 173px bottom no-repeat;
}
.form-section .container::after {
  clear: both;
  content: "";
  display: table;
}
.form-section .container .form-info {
  float: right;
  max-width: 500px;
  margin: 0px 74px 0px 0px;
}
.form-section .container .form-info .title-form {
  font-size: 30px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.form-section .container .form-info .title-form span {
  color: #7ed354;
}
.form-section .container .form-info .text-form {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 26px;
}
.form-section .container .form-info .text-form span {
  color: #7ed354;
}
.form-section .container .form-info .form-wrap {
  padding-right: 51px;
}
.form-section .container .form-info .form-wrap .form-box {
  width: 225px;
  height: 49px;
}
.form-section .container .form-info .form-wrap .form-box input[type='text'] {
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  color: #303030;
  font-weight: 800;
  background: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 13px 5px 13px 25px;
}
.form-section .container .form-info .form-wrap .form-box input::-webkit-input-placeholder {
  font-size: 15px;
  color: #cccccc;
  font-weight: 800;
}
.form-section .container .form-info .form-wrap .form-box input::-moz-placeholder {
  font-size: 15px;
  color: #cccccc;
  font-weight: 800;
}
.form-section .container .form-info .form-wrap .form-box input:-moz-placeholder {
  font-size: 15px;
  color: #cccccc;
  font-weight: 800;
}
.form-section .container .form-info .form-wrap .form-box input:-ms-input-placeholder {
  font-size: 15px;
  color: #cccccc;
  font-weight: 800;
}
.form-section .container .form-info .form-wrap .form-submit {
  width: 205px;
}
.form-section .container .form-info .form-wrap .form-submit input[type='submit'] {
  font-size: 15px;
  color: #ffffff;
  font-weight: 800;
  width: 100%;
  height: 49px;
  text-align: center;
  box-sizing: border-box;
  background: #f81d8e;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  line-height: 15px;
}
.form-section .container .form-info .form-wrap .form-submit input[type='submit']:hover {
  background: #7ed354;
}
@media screen and (max-width: 1800px) {
  .form-section {
    padding: 100px 0px;
    background: #233d5e url(../images/img-machine.png) 0px bottom no-repeat;
  }
  .form-section .container .form-info {
    margin: 0px;
  }
}
@media screen and (max-width: 1310px) {
  .form-section {
    background: #233d5e;
    padding: 50px 0px;
  }
  .form-section .container .form-info {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .form-section .container .form-info {
    padding-left: 20px;
  }
  .form-section .container .form-info .title-form {
    font-size: 20px;
  }
  .form-section .container .form-info .form-wrap {
    display: block;
    padding: 0;
  }
  .form-section .container .form-info .form-wrap .form-box {
    margin-bottom: 10px;
  }
  .form-section .container .form-info .form-wrap .form-submit {
    width: 225px;
  }
}

.very-simply {
  padding: 72px 0px 101px;
  background: #f1f7fd;
  background: -moz-linear-gradient(top, #f1f7fd 0%, #f2f7fd 100%);
  background: -webkit-linear-gradient(top, #f1f7fd 0%, #f2f7fd 100%);
  background: linear-gradient(to bottom, #f1f7fd 0%, #f2f7fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f7fd', endColorstr='#f2f7fd',GradientType=0 );
}
.very-simply .title-section {
  margin-bottom: 54px;
}
.very-simply .simply-info {
  padding: 0px 30px;
}
.very-simply .simply-info .simply-block {
  width: 313px;
  border: 1px solid #7ed354;
  padding: 17px 5px 27px 26px;
}
.very-simply .simply-info .simply-block .title-block {
  justify-content: start;
  margin-bottom: 14px;
  padding: 0;
}
.very-simply .simply-info .simply-block .title-block .title-num {
  font-size: 50px;
  color: #7ed354;
  font-weight: 800;
  margin-right: 16px;
}
.very-simply .simply-info .simply-block .title-block .title-block {
  font-size: 20px;
  color: #303030;
  font-weight: 800;
  line-height: 25px;
  padding-top: 9px;
}
.very-simply .simply-info .simply-block .text-block {
  font-size: 16px;
  color: #303030;
  font-weight: 300;
  line-height: 25px;
}
.very-simply .simply-info .simply-block .text-block span {
  font-weight: 800;
}
@media screen and (max-width: 1200px) {
  .very-simply {
    padding: 50px 0px 100px;
  }
  .very-simply .title-section {
    margin-bottom: 40px;
  }
  .very-simply .simply-info {
    padding: 0;
    display: block;
  }
  .very-simply .simply-info .simply-block {
    margin: 0 auto 10px;
    width: 100%;
    max-width: 320px;
  }
}
.very-simply .container {
  position: relative;
}
.very-simply .container .leaves-9 {
  position: absolute;
  top: 500px;
  left: -6%;
}
@media screen and (max-width: 1670px) {
  .very-simply .container .leaves-9 {
    display: none;
  }
}
.very-simply .container .leaves-10 {
  position: absolute;
  top: -30px;
  right: -17%;
}
@media screen and (max-width: 1670px) {
  .very-simply .container .leaves-10 {
    display: none;
  }
}

.slider-shock {
  padding: 82px 0px 41px;
}
.slider-shock .title-section {
  margin-bottom: 60px;
}
.slider-shock .slider-2 .slick-prev, .slider-shock .slider-2 .slick-next {
  top: auto;
  bottom: -10px;
}
.slider-shock .slider-2 .slick-prev {
  margin-left: -88px;
  left: 50%;
}
.slider-shock .slider-2 .slick-next {
  margin-right: 4px;
  right: 50%;
}
.slider-shock .slider-2 .slick-dots {
  width: 73px;
  z-index: 3;
  bottom: 26px;
  left: 224px;
}
.slider-shock .slider-2 .slick-dots li {
  margin: 0;
  padding: 0;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #c8c8c8;
}
.slider-shock .slider-2 .slick-dots li button {
  display: none;
}
.slider-shock .slider-2 .slick-dots li.slick-active {
  background: #7ed354;
}
.slider-shock .slider-2 .slide .slide-wrap {
  padding: 0px 30px;
}
.slider-shock .slider-2 .slide .slide-wrap .slide-text-block {
  background: #f1f7fd;
  background: -moz-linear-gradient(top, #f1f7fd 0%, #f2f7fd 100%);
  background: -webkit-linear-gradient(top, #f1f7fd 0%, #f2f7fd 100%);
  background: linear-gradient(to bottom, #f1f7fd 0%, #f2f7fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f7fd', endColorstr='#f2f7fd',GradientType=0 );
  padding: 79px 45px 5px 63px;
  position: relative;
}
.slider-shock .slider-2 .slide .slide-wrap .slide-text-block:after {
  content: "";
  position: absolute;
  top: 62px;
  left: 429px;
  width: 71px;
  height: 7px;
  background: url(../images/ic-line.jpg) no-repeat;
}
.slider-shock .slider-2 .slide .slide-wrap .slide-text-block .title-block {
  font-size: 20px;
  color: #303030;
  font-weight: 800;
  margin-bottom: 33px;
  padding-left: 23px;
  text-transform: uppercase;
}
.slider-shock .slider-2 .slide .slide-wrap .slide-text-block .text-block {
  font-size: 15px;
  color: #303030;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 38px;
}
.slider-shock .slider-2 .slide .slide-wrap .slide-text-block .btn-slide {
  font-size: 16px;
  color: #ffffff;
  font-weight: 800;
  display: block;
  width: 205px;
  height: 49px;
  background: #f81d8e;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  padding-top: 15px;
  -webkit-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.3);
}
.slider-shock .slider-2 .slide .slide-wrap .slide-text-block .btn-slide:hover {
  background: #7ed354;
}
@media screen and (max-width: 1200px) {
  .slider-shock {
    padding: 50px 0px;
  }
  .slider-shock .title-section {
    margin-bottom: 40px;
  }
  .slider-shock .slider-2 .slick-prev {
    margin-left: -40px;
    bottom: 300px;
  }
  .slider-shock .slider-2 .slick-next {
    margin-right: -40px;
    bottom: 300px;
  }
  .slider-shock .slider-2 .slick-dots {
    left: 50%;
    margin-left: -40px;
    width: 80px;
    bottom: 20px;
  }
  .slider-shock .slider-2 .slide .slide-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row-reverse wrap-reverse;
    -moz-flex-flow: row-reverse wrap-reverse;
    flex-flow: row-reverse wrap-reverse;
    padding: 0 20px;
  }
  .slider-shock .slider-2 .slide .slide-wrap .slide-text-block {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 20px 50px;
  }
  .slider-shock .slider-2 .slide .slide-wrap .slide-text-block:after {
    display: none;
  }
  .slider-shock .slider-2 .slide .slide-wrap .slide-img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  .slider-shock .slider-2 .slide .slide-wrap .slide-img img {
    display: block;
    width: 100%;
  }
}
.slider-shock .container {
  position: relative;
}
.slider-shock .container .leaves-11 {
  position: absolute;
  bottom: 15px;
  left: -6%;
}
@media screen and (max-width: 1670px) {
  .slider-shock .container .leaves-11 {
    display: none;
  }
}

.request-section {
  padding: 58px 0px 76px;
  background: #f1f7fd;
  background: -moz-linear-gradient(top, #f1f7fd 0%, #f2f7fd 100%);
  background: -webkit-linear-gradient(top, #f1f7fd 0%, #f2f7fd 100%);
  background: linear-gradient(to bottom, #f1f7fd 0%, #f2f7fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f7fd', endColorstr='#f2f7fd',GradientType=0 );
}
.request-section .request-info .left-block {
  margin-left: 120px;
  width: 459px;
}
.request-section .request-info .left-block img {
  display: block;
  width: 100%;
  height: auto;
}
.request-section .request-info .right-block {
  width: 300px;
  margin: 91px 200px 0px 0px;
}
.request-section .request-info .right-block .form .title-block {
  font-size: 30px;
  color: #303030;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 37px;
}
.request-section .request-info .right-block .form .title-block span {
  color: #7ed354;
}
.request-section .request-info .right-block .form .form-box {
  width: 260px;
  margin-bottom: 15px;
}
.request-section .request-info .right-block .form .form-box input[type='text'] {
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  font-size: 20px;
  color: #adadad;
  font-weight: 800;
  border-bottom: 1px solid #303030;
  padding: 0px 5px 7px 0px;
}
.request-section .request-info .right-block .form .form-box input::-webkit-input-placeholder {
  font-size: 20px;
  color: #adadad;
  font-weight: 800;
}
.request-section .request-info .right-block .form .form-box input::-moz-placeholder {
  font-size: 20px;
  color: #adadad;
  font-weight: 800;
}
.request-section .request-info .right-block .form .form-box input:-moz-placeholder {
  font-size: 20px;
  color: #adadad;
  font-weight: 800;
}
.request-section .request-info .right-block .form .form-box input:-ms-input-placeholder {
  font-size: 20px;
  color: #adadad;
  font-weight: 800;
}
.request-section .request-info .right-block .form input[type='submit'] {
  width: 205px;
  height: 49px;
  background: #f81d8e;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 800;
  margin-top: 21px;
}
.request-section .request-info .right-block .form input[type='submit']:hover {
  background: #7ed354;
}
@media screen and (max-width: 1200px) {
  .request-section {
    padding: 50px 0px;
  }
  .request-section .request-info {
    display: block;
  }
  .request-section .request-info .left-block {
    display: none;
  }
  .request-section .request-info .right-block {
    margin: 0 auto 0px;
    width: 100%;
    max-width: 300px;
  }
}
.request-section .container {
  position: relative;
}
.request-section .container .leaves-12 {
  position: absolute;
  bottom: 15px;
  left: -6%;
}
@media screen and (max-width: 1670px) {
  .request-section .container .leaves-12 {
    display: none;
  }
}
.request-section .container .leaves-13 {
  position: absolute;
  bottom: 65px;
  right: -18%;
}
@media screen and (max-width: 1750px) {
  .request-section .container .leaves-13 {
    display: none;
  }
}

.logo-footer {
  padding: 25px 0px 27px;
  background: #233d5e;
}
.logo-footer .block-wrap {
  justify-content: start;
  padding-left: 33px;
}
.logo-footer .block-wrap .logo-footer {
  width: 169px;
}
.logo-footer .block-wrap .logo-footer img {
  display: block;
  width: 100%;
  height: auto;
}
.logo-footer .block-wrap .phone {
  display: block;
  font-size: 45px;
  color: #7ed354;
  font-weight: 800;
  padding: 28px 0px 0px 260px;
  position: relative;
}
.logo-footer .block-wrap .phone:after {
  content: "";
  position: absolute;
  top: 36px;
  left: 201px;
  width: 36px;
  height: 36px;
  background: url(../images/ic-phone.png) no-repeat;
}
@media screen and (max-width: 1200px) {
  .logo-footer .block-wrap {
    display: block;
  }
  .logo-footer .block-wrap .logo-footer {
    display: block;
    width: 200px;
    margin: 0 auto 20px;
  }
  .logo-footer .block-wrap .phone {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .logo-footer .block-wrap .phone:after {
    left: 50%;
    margin-left: -190px;
    top: 10px;
  }
}
.logo-footer .container {
  position: relative;
}
.logo-footer .container .leaves-14 {
  position: absolute;
  bottom: -1230px;
  left: -6%;
}
@media screen and (max-width: 1750px) {
  .logo-footer .container .leaves-14 {
    display: none;
  }
}
.logo-footer .container .leaves-15 {
  position: absolute;
  bottom: -1830px;
  right: -18%;
}
@media screen and (max-width: 1750px) {
  .logo-footer .container .leaves-15 {
    display: none;
  }
}

footer {
  padding: 23px 0px 17px;
}
footer .footer-wrap {
  padding: 0px 30px;
}
footer .footer-wrap .info-footer {
  font-size: 15px;
  color: #303030;
  font-weight: 300;
  line-height: 20px;
}
footer .footer-wrap .facebook{
  display: block;
  width: 60px;
}
footer .footer-wrap .facebook img{
  display: block;
  width: 100%;
  height: auto;
}
footer .footer-wrap .idea {
  font-size: 15px;
  color: #303030;
  font-weight: 300;
  display: block;
  padding-top: 3px;
}
footer .footer-wrap .idea i {
  position: relative;
  top: 14px;
  margin-left: 15px;
}
@media screen and (max-width: 500px) {
  footer .footer-wrap {
    display: block;
    text-align: center;
  }
}

.scrollup {
  width: 32px;
  height: 32px;
  opacity: 0.5;
  position: fixed;
  bottom: 25px;
  right: 50px;
  display: none;
  z-index: 6;
  text-indent: -9999px;
  background: url(../images/arrow-up.png) no-repeat;
}
@media screen and (max-width: 650px) {
  .scrollup {
    bottom: 15px;
    right: 30px;
  }
}

.whatapp {
  position: fixed;
  bottom: 20px;
  right: 380px;
  width: 49px;
  height: 50px;
  z-index: 4;
}
.whatapp img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1370px) {
  .whatapp {
    right: 80px;
  }
}

.phone_call {
  display: none;
  width: 40px;
  height: 40px;
  display: block;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 4;
}
.phone_call img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .phone_call {
    display: block;
  }
}

.img-circle {
  background-color: #29AEE3;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.circlephone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #29AEE3;
  width: 100px;
  height: 100px;
  bottom: -10px;
  right: -50px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
  -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
  -o-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.circle-fill {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #29AEE3;
  width: 80px;
  height: 80px;
  bottom: 0px;
  right: -40px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.img-circle {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: -20px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #29AEE3;
  opacity: 0.7;
}

.img-circleblock {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 40px;
  height: 40px;
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.img-circleblock img {
  display: block;
  width: 100%;
}

.img-circle:hover {
  opacity: 1;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
}
@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
  }
}
@-moz-keyframes circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
