a,
a *,
a::before,
a::after {
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  outline: none;
  text-decoration: none !inportant;
}
.hidden {
  display: none;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
html * {
  max-height: 1000000px;
}
body {
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 400;
}
body #menu {
  display: none;
}
body #menu.mm-opened {
  display: block;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0px;
  width: 100%;
  display: table;
}
ul,
ol {
  list-style: none;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1024px;
}
.btn_link {
  background-color: #a68b13;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  padding: 12px 25px;
  text-shadow: 0.7px 0.7px 0 rgba(255, 255, 255, 0.34);
  color: #2f2f2f;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 500;
  background-color: #dab30a;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dab30a), to(#fcd631));
  background: -webkit-linear-gradient(left, #dab30a, #fcd631);
  background: -moz-linear-gradient(left, #dab30a, #fcd631);
  background: -ms-linear-gradient(left, #dab30a, #fcd631);
  background: -o-linear-gradient(left, #dab30a, #fcd631);
  -webkit-box-shadow: 0px 3px 0px #a68b13;
  -moz-box-shadow: 0px 3px 0px #a68b13;
  box-shadow: 0px 3px 0px #a68b13;
  text-decoration: none;
  -webkit-transition: all 0.0s, background 0.3s ease;
  -moz-transition: all 0.0s, background 0.3s ease;
  -ms-transition: all 0.0s, background 0.3s ease;
  -o-transition: all 0.0s, background 0.3s ease;
  transition: all 0.0s, background 0.3s ease;
}
.btn_link:hover {
  -webkit-box-shadow: 0px 2px 0px #a68b13;
  -moz-box-shadow: 0px 2px 0px #a68b13;
  box-shadow: 0px 2px 0px #a68b13;
  -ms-transform: translate(0px, 1px);
  -webkit-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
  text-decoration: none;
  color: #2f2f2f;
}
.btn_link:active {
  -webkit-box-shadow: 0px 0px 0px #a68b13;
  -moz-box-shadow: 0px 0px 0px #a68b13;
  box-shadow: 0px 0px 0px #a68b13;
  -ms-transform: translate(0px, 3px);
  -webkit-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
  text-decoration: none;
  color: #2f2f2f;
}
.btn_link:focus {
  -webkit-box-shadow: 0px 0px 0px #a68b13;
  -moz-box-shadow: 0px 0px 0px #a68b13;
  box-shadow: 0px 0px 0px #a68b13;
  -ms-transform: translate(0px, 3px);
  -webkit-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
  text-decoration: none;
  color: #2f2f2f;
}
.page-header .top_line {
  padding: 10px 0 8px;
  background-color: #fff;
}
.page-header .top_line .logo {
  width: 100%;
  max-width: 100px;
  height: auto;
  float: left;
  display: inline-block;
  margin-top: 2px;
}
.page-header .top_line .logo img {
  width: 100%;
  height: auto;
}
.page-header .top_line .company_name {
  margin-top: 5px;
  display: inline-block;
  float: left;
  border-left: 1px solid rgba(46, 46, 46, 0.3);
  height: 64px;
  margin-left: 15px;
  padding-left: 24px;
  padding-right: 10px;
}
.page-header .top_line .company_name strong {
  color: #2e2e2f;
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 8px;
  line-height: 16px;
  display: block;
}
.page-header .top_line .company_name small {
  display: block;
  color: #2e2e2f;
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 300;
  line-height: 16px;
}
.page-header .top_line .wraper_link {
  display: inline-block;
  float: right;
  border-right: 1px solid rgba(46, 46, 46, 0.3);
  height: 64px;
  margin-right: 15px;
  padding-right: 24px;
  margin-top: 10px;
}
.page-header .top_line .wraper_link .btn_link {
  margin-top: 12px;
}
.page-header .top_line .info_contact {
  display: inline-block;
  float: right;
  margin-top: -5px;
}
.page-header .top_line .info_contact a {
  text-decoration: none;
}
.page-header .top_line .info_contact a span {
  color: #2e2e2f;
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.page-header .top_line .info_contact a:hover {
  text-decoration: none;
}
.page-header .top_line .info_contact p {
  width: 180px;
}
.page-header .top_line .info_contact p img {
  margin-right: 10px;
  margin-top: 6px;
  float: left;
}
.page-header .top_line .info_contact p > span,
.page-header .top_line .info_contact .hMap span {
  color: #2e2e2f;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}                            
                                 
.page-header__wraper {
  position: relative;
  min-height: 575px;
  padding-top: 3%;
  z-index: 1;
}
.page-header__wraper .bg_img {
  position: absolute;
  height: 700px;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url(../img/bg_head.png);
}
.page-header__wraper h1 {
  text-shadow: 1.8px 3.6px 4px rgba(0, 0, 0, 0.35);
  color: white;
  font-family: Ubuntu;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 40px;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 20px;
}
.page-header__wraper h1 small {
  display: block;
  font-size: 20px;
}
.page-header__wraper h1:after {
  content: "";
  width: 89px;
  height: 8px;
  background-color: #fbcd04;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.page-header__wraper h3 {
  text-shadow: 0.5px 0.9px 3px rgba(0, 0, 0, 0.41);
  color: white;
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.page-header__wraper .m-t-35 {
  margin-top: 35px;
}
.page-header__wraper .head_icon_item {
  width: 345px;
  display: inline-block;
  text-align: left;
  margin-bottom: 5px;
}
.page-header__wraper .head_icon_item:after {
  content: "";
  clear: both;
  height: 0px;
  width: 100%;
  display: table;
}
.page-header__wraper .head_icon_item img {
  float: left;
  margin-right: 5px;
  margin-top: -5px;
}
.page-header__wraper .head_icon_item p span {
  text-shadow: 0.5px 0.9px 3px rgba(0, 0, 0, 0.41);
  font-family: Ubuntu;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.page-header__wraper .head_icon_item p span.mod_color {
  color: #fbcd04;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.page-header__wraper .wraper_link {
  margin-top: 25px;
  position: relative;
}
.page-header__wraper .wraper_link:after {
  content: "";
  position: absolute;
  width: 320px;
  height: 200px;
  bottom: -105px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/shadow_btn.png);
}
.page-header__wraper .wraper_link .btn_link {
  text-shadow: 0.7px 0.7px 0 rgba(255, 255, 255, 0.34);
  color: #2e2e2f;
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 500;
  padding: 19px 25px;
  position: relative;
  z-index: 2;
}
.title {
  display: inline-block;
  font-family: Ubuntu;
  margin-top: 50px;
  margin-bottom: 50px;
}
.title h4 {
  color: #2e2e2f;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.title h2 {
  color: #2836a0;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.title .line {
  position: relative;
}
.title .line small {
  color: #2e2e2f;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 5px 10px;
}
.title .line span {
  font-family: Ubuntu;
  color: #2e2e2f;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  background-color: #fff;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  padding: 5px 10px;
}
.title .line h2 {
  color: #2836a0;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fff;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 5px 10px;
}
.title .line:after {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #fbcd04;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
section {
  overflow: hidden;
}
.section1 {
  padding-top: 20px;
  padding-bottom: 60px;
  overflow: hidden;
}
.section2 {
  background-color: #f9f9f9;
  padding-bottom: 50px;
}
.section2 .title .line span {
  background-color: #f9f9f9;
}
#map {
  height: 550px;
  width: 100%;
}
#map .gm-style-iw * {
  display: block;
  width: 100%;
}
#map .gm-style-iw h4,
#map .gm-style-iw p {
  margin: 0;
  padding: 0;
}
#map .gm-style-iw a {
  color: #4272db;
}
.work-carousel {
  width: 200px;
  margin: 0 auto;
}
.work-carousel .owl-stage-outer {
  overflow: visible !important;
}
.work-carousel .owl-item {
  opacity: 0.3;
  float: left;
  margin-bottom: 30px;
}
.work-carousel .owl-item:last-child {
  margin-right: 0 !important;
}
.work-carousel .owl-item:after {
  opacity: 0;
}
.work-carousel .owl-item.active {
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  position: relative;
  opacity: 1;
  -ms-transform: scale(1.13);
  -webkit-transform: scale(1.13);
  transform: scale(1.13);
  z-index: 2;
}
.work-carousel .owl-item.active:after {
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  content: "";
  position: absolute;
  width: 377px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 290px;
  background-image: url(../img/shadow.png);
  bottom: -30px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  opacity: 1;
}
.work-carousel .item {
  height: 230px;
}
.work-carousel .item img {
  height: 100%;
  width: auto;
}
.work-carousel .owl-controls {
  display: inline-block;
  position: relative;
}
.work-carousel .owl-controls .owl-nav {
  position: absolute;
  top: -180px;
  left: -400px;
  width: 1000px;
  height: 0;
}
.work-carousel .owl-controls .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/arow_l.png);
  -webkit-box-shadow: 10px 3px 14px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 10px 3px 14px rgba(0, 0, 0, 0.22);
  box-shadow: 10px 3px 14px rgba(0, 0, 0, 0.22);
  border: 1px solid #fff;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  float: left;
}
.work-carousel .owl-controls .owl-nav .owl-prev:hover {
  border: 1px solid #2836a0;
}
.work-carousel .owl-controls .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/arow_r.png);
  -webkit-box-shadow: 10px 3px 14px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 10px 3px 14px rgba(0, 0, 0, 0.22);
  box-shadow: 10px 3px 14px rgba(0, 0, 0, 0.22);
  border: 1px solid #fff;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  float: right;
}
.work-carousel .owl-controls .owl-nav .owl-next:hover {
  border: 1px solid #2836a0;
}
.partner-carousel .item {
  height: 110px;
  background: #fff;
  text-align: center;
}
.partner-carousel .item img {
  height: 100%;
  width: auto;
  display: inline-block;
}
.partner-carousel .owl-controls {
  display: inline-block;
  position: relative;
}
.partner-carousel .owl-controls .owl-nav {
  position: absolute;
  top: -90px;
  left: 0px;
  width: 994px;
  height: 0;
}
.partner-carousel .owl-controls .owl-nav .owl-prev {
  margin-left: -100px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/arow_l.png);
  -webkit-box-shadow: 10px 3px 14px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 10px 3px 14px rgba(0, 0, 0, 0.22);
  box-shadow: 10px 3px 14px rgba(0, 0, 0, 0.22);
  border: 1px solid #fff;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  float: left;
}
.partner-carousel .owl-controls .owl-nav .owl-prev:hover {
  border: 1px solid #2836a0;
}
.partner-carousel .owl-controls .owl-nav .owl-next {
  margin-right: -100px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/arow_r.png);
  -webkit-box-shadow: 10px 3px 14px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 10px 3px 14px rgba(0, 0, 0, 0.22);
  box-shadow: 10px 3px 14px rgba(0, 0, 0, 0.22);
  border: 1px solid #fff;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  float: right;
}
.partner-carousel .owl-controls .owl-nav .owl-next:hover {
  border: 1px solid #2836a0;
}
.section3 {
  overflow: hidden;
  padding-bottom: 30px;
}
.section3 .col-sm-6 {
  margin-bottom: 40px;
}
.section3 .transform1 {
  -ms-transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}
.section3 .transform2 {
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.section3 .text-left .about_item {
  margin-left: 40px;
}
.section3 .text-right .about_item {
  margin-right: 40px;
}
.section3 .about_item {
  margin-top: 15%;
}
.section3 .about_item .titles_ab h2 {
  color: #2e2e2f;
  font-family: Ubuntu;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
}
.section3 .about_item .titles_ab .separator {
  width: 159px;
  height: 7px;
  display: inline-block;
  background-color: #fbcd04;
  margin: 30px 0;
}
.section3 .about_item .titles_ab p {
  display: inline-block;
  max-width: 380px;
  color: #868686;
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.section4 {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/bg.jpg);
}
.section4 h2 {
  text-shadow: 1.8px 3.6px 4px rgba(0, 0, 0, 0.35);
  font-family: Ubuntu;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section4 h4 {
  text-shadow: 1.8px 3.6px 4px rgba(0, 0, 0, 0.35);
  font-family: Ubuntu;
  color: #fbcd04;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
.section4 p {
  text-shadow: 1.8px 3.6px 4px rgba(0, 0, 0, 0.35);
  font-family: Ubuntu;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 60px;
}
.section4 img {
  display: inline-block;
}
.section5 .create > div {
  margin-bottom: 25px;
}
.section5 .create__item img {
  display: inline-block;
}
.section5 .create__item p {
  font-family: Ubuntu;
  font-size: 16px;
  color: #868686;
  font-weight: 300;
}
.section5 .create__item p b {
  color: #2e2e2f;
  font-weight: 500;
}
.section6 {
  background-color: #f9f9f9;
  padding: 40px 0;
}
.section6 .fotos_wrap {
  display: inline-block;
  width: 100%;
  height: 220px;
  background-color: #fbcd04;
  border: 1px solid #f9f9f9;
  margin: 15px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section6 .fotos_wrap:hover {
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.47);
}
.section6 .fotos_wrap img {
  display: none;
}
.section7 .col-sm-6 {
  margin-bottom: 25px;
}
.section7 .about_item .titles_ab h2 {
  color: #2e2e2f;
  font-family: Ubuntu;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
  margin-top: 25px;
}
.section7 .about_item .titles_ab .separator {
  width: 159px;
  height: 7px;
  display: inline-block;
  background-color: #fbcd04;
  margin: 25px 0;
}
.section7 .about_item .titles_ab p {
  color: #868686;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
}
.section8 {
  background-color: #f9f9f9;
}
.section8 .title {
  min-width: 230px;
}
.section8 .title .line span {
  background-color: #f9f9f9;
}
.prise-carousel .owl-item {
  padding: 8px;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
.prise-carousel .item {
  padding: 23px;
  background: #fff;
  text-align: center;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  min-height: 450px;
  margin-bottom: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.prise-carousel .item:hover {
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.37);
}
.prise-carousel .item img {
  height: 100%;
  width: auto;
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}
.prise-carousel .item .name {
  color: #2e2e2f;
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.prise-carousel .item .description {
  color: #868686;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  padding-left: 15px;
  position: relative;
}
.prise-carousel .item .description:after {
  content: "";
  position: absolute;
  top: -43px;
  left: 55px;
  width: 157px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/shadow1.png);
}
.prise-carousel .item .separ {
  width: 98px;
  height: 3px;
  background: #fbcd04;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 10px;
}
.prise-carousel .item .prising {
  color: #2836a0;
  font-family: Ubuntu;
  font-size: 24px;
  line-height: 22px;
  font-weight: 400;
}
.prise-carousel .item .prising span {
  font-weight: 500;
}
.prise-carousel .owl-controls {
  display: inline-block;
  position: relative;
}
.prise-carousel .owl-controls .owl-nav {
  position: absolute;
  top: -315px;
  left: 0px;
  width: 994px;
  height: 0;
}
.prise-carousel .owl-controls .owl-nav .owl-prev {
  margin-left: -100px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/arow_l.png);
  -webkit-box-shadow: 10px 3px 14px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 10px 3px 14px rgba(0, 0, 0, 0.22);
  box-shadow: 10px 3px 14px rgba(0, 0, 0, 0.22);
  border: 1px solid #fff;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  float: left;
}
.prise-carousel .owl-controls .owl-nav .owl-prev:hover {
  border: 1px solid #2836a0;
}
.prise-carousel .owl-controls .owl-nav .owl-next {
  margin-right: -100px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/arow_r.png);
  -webkit-box-shadow: 10px 3px 14px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 10px 3px 14px rgba(0, 0, 0, 0.22);
  box-shadow: 10px 3px 14px rgba(0, 0, 0, 0.22);
  border: 1px solid #fff;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  float: right;
}
.prise-carousel .owl-controls .owl-nav .owl-next:hover {
  border: 1px solid #2836a0;
}
.section9 {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/bg1.jpg);
}
.section9 p {
  color: #fefefe;
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
}
.section9 h2 {
  color: #fbcd04;
  font-family: Ubuntu;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
}
.section9 form {
  text-align: center;
}
.section9 form .input_wrap {
  display: inline-block;
  position: relative;
}
.section9 form .input_wrap:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 18px;
  left: 27px;
  z-index: 3;
  opacity: 0.5;
  width: 24px;
  height: 24px;
}
.section9 form .input_wrap.focus:before {
  opacity: 1;
}
.section9 form .input_wrap.form-name:before {
  background-image: url(../img/form1.png);
}
.section9 form .input_wrap.form-mail:before {
  background-image: url(../img/form.png);
}
.section9 form .input_wrap.form-phone:before {
  background-image: url(../img/form2.png);
}
.section9 form input {
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -3px 0px #d7d7d7;
  -moz-box-shadow: 0px -3px 0px #d7d7d7;
  box-shadow: 0px -3px 0px #d7d7d7;
  border: 1px solid #fff;
  outline: none;
  padding: 18px 25px 22px 70px;
  color: #2e2e2f;
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 300;
  width: 272px;
  box-sizing: border-box;
  margin: 0 5px 30px;
}
.section9 form input.error {
  border-bottom: 1px solid #f00;
}
.section9 form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.section9 form input:focus::-moz-placeholder {
  color: transparent;
}
.section9 form input:focus:-moz-placeholder {
  color: transparent;
}
.section9 form input:focus:-ms-input-placeholder {
  color: transparent;
}
.section9 form button {
  background-color: #a68b13;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  padding: 20px 25px;
  text-shadow: 0.7px 0.7px 0 rgba(255, 255, 255, 0.34);
  color: #2f2f2f;
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 500;
  background-color: #dab30a;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dab30a), to(#fcd631));
  background: -webkit-linear-gradient(left, #dab30a, #fcd631);
  background: -moz-linear-gradient(left, #dab30a, #fcd631);
  background: -ms-linear-gradient(left, #dab30a, #fcd631);
  background: -o-linear-gradient(left, #dab30a, #fcd631);
  -webkit-box-shadow: 0px 3px 0px #a68b13;
  -moz-box-shadow: 0px 3px 0px #a68b13;
  box-shadow: 0px 3px 0px #a68b13;
  text-decoration: none;
  -webkit-transition: all 0.0s, background 0.3s ease;
  -moz-transition: all 0.0s, background 0.3s ease;
  -ms-transition: all 0.0s, background 0.3s ease;
  -o-transition: all 0.0s, background 0.3s ease;
  transition: all 0.0s, background 0.3s ease;
  border: none;
  outline: none;
}
.section9 form button:hover {
  -webkit-box-shadow: 0px 2px 0px #a68b13;
  -moz-box-shadow: 0px 2px 0px #a68b13;
  box-shadow: 0px 2px 0px #a68b13;
  -ms-transform: translate(0px, 1px);
  -webkit-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
  text-decoration: none;
  color: #2f2f2f;
}
.section9 form button:active {
  -webkit-box-shadow: 0px 0px 0px #a68b13;
  -moz-box-shadow: 0px 0px 0px #a68b13;
  box-shadow: 0px 0px 0px #a68b13;
  -ms-transform: translate(0px, 3px);
  -webkit-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
  text-decoration: none;
  color: #2f2f2f;
}
.section9 form button:focus {
  -webkit-box-shadow: 0px 0px 0px #a68b13;
  -moz-box-shadow: 0px 0px 0px #a68b13;
  box-shadow: 0px 0px 0px #a68b13;
  -ms-transform: translate(0px, 3px);
  -webkit-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
  text-decoration: none;
  color: #2f2f2f;
}
.section9 form input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.section9 form input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 26px;
  height: 19px;
  display: inline-block;
  line-height: 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}
.section9 form input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -21px;
}
.section9 form .wrap_chek {
  height: 70px;
  margin-top: 25px;
  display: inline-block;
}
.section9 form label.css-label {
  width: 325px;
  text-align: left;
  background-image: url(../img/chek.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(255, 255, 255, 0.6);
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 300;
}
.timer {
  text-align: center;
  position: relative;
  width: 600px;
  margin: 0 auto;
}
.timer:before {
  content: "";
  width: 124px;
  height: 3px;
  background-color: #fbcd04;
  position: absolute;
  top: 59px;
  left: 0;
}
.timer:after {
  content: "";
  width: 124px;
  height: 3px;
  background-color: #fbcd04;
  position: absolute;
  top: 59px;
  right: 0;
}
.timer .clock {
  display: inline-block;
  width: auto;
}
.timer .clock .flip-clock-divider.seconds .flip-clock-label {
  display: none;
}
.timer .clock .flip-clock-divider.minutes .flip-clock-label {
  display: none;
}
.timer .message {
  margin-top: -10px;
  margin-bottom: 10px;
}
.timer .message p {
  color: #ffffff;
  font-family: Ubuntu;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  width: 50%;
  float: left;
  display: inline-block;
}
.timer .message p.text-right {
  padding-right: 62px;
}
.timer .message p.text-left {
  padding-left: 62px;
}
.modal {
  display: none;
  width: 440px;
  height: 418px;
  background-color: #f9f9f9;
  border: 10px solid #fbcd04;
  text-align: center;
}
.modal#messag {
  width: 310px;
  height: 300px;
}
.modal#messag h3 {
  margin-top: 95px;
}
.modal h3 {
  color: #2e2e2f;
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 35px;
  margin-bottom: 10px;
}
.modal p {
  color: #2e2e2f;
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 30px;
}
.modal .close {
  color: #2e2e2f;
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: none;
}
.modal .close:hover {
  text-decoration: none;
}
.modal form .input_wrap {
  display: inline-block;
  position: relative;
}
.modal form .input_wrap:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 18px;
  left: 27px;
  z-index: 3;
  opacity: 0.5;
  width: 24px;
  height: 24px;
}
.modal form .input_wrap.focus:before {
  opacity: 1;
}
.modal form .input_wrap.form-name:before {
  background-image: url(../img/form1.png);
}
.modal form .input_wrap.form-mail:before {
  background-image: url(../img/form.png);
}
.modal form .input_wrap.form-phone:before {
  background-image: url(../img/form2.png);
}
.modal form input {
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -3px 0px #d7d7d7;
  -moz-box-shadow: 0px -3px 0px #d7d7d7;
  box-shadow: 0px -3px 0px #d7d7d7;
  border: 1px solid #fff;
  outline: none;
  padding: 18px 25px 22px 70px;
  color: #2e2e2f;
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 300;
  width: 272px;
  box-sizing: border-box;
  margin: 0 5px 30px;
}
.modal form input.error {
  border-bottom: 1px solid #f00;
}
.modal form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.modal form input:focus::-moz-placeholder {
  color: transparent;
}
.modal form input:focus:-moz-placeholder {
  color: transparent;
}
.modal form input:focus:-ms-input-placeholder {
  color: transparent;
}
.modal form button {
  background-color: #a68b13;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  padding: 20px 25px;
  text-shadow: 0.7px 0.7px 0 rgba(255, 255, 255, 0.34);
  color: #2f2f2f;
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 500;
  background-color: #dab30a;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dab30a), to(#fcd631));
  background: -webkit-linear-gradient(left, #dab30a, #fcd631);
  background: -moz-linear-gradient(left, #dab30a, #fcd631);
  background: -ms-linear-gradient(left, #dab30a, #fcd631);
  background: -o-linear-gradient(left, #dab30a, #fcd631);
  -webkit-box-shadow: 0px 3px 0px #a68b13;
  -moz-box-shadow: 0px 3px 0px #a68b13;
  box-shadow: 0px 3px 0px #a68b13;
  text-decoration: none;
  -webkit-transition: all 0.0s, background 0.3s ease;
  -moz-transition: all 0.0s, background 0.3s ease;
  -ms-transition: all 0.0s, background 0.3s ease;
  -o-transition: all 0.0s, background 0.3s ease;
  transition: all 0.0s, background 0.3s ease;
  border: none;
  outline: none;
}
.modal form button:hover {
  -webkit-box-shadow: 0px 2px 0px #a68b13;
  -moz-box-shadow: 0px 2px 0px #a68b13;
  box-shadow: 0px 2px 0px #a68b13;
  -ms-transform: translate(0px, 1px);
  -webkit-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
  text-decoration: none;
  color: #2f2f2f;
}
.modal form button:active {
  -webkit-box-shadow: 0px 0px 0px #a68b13;
  -moz-box-shadow: 0px 0px 0px #a68b13;
  box-shadow: 0px 0px 0px #a68b13;
  -ms-transform: translate(0px, 3px);
  -webkit-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
  text-decoration: none;
  color: #2f2f2f;
}
.modal form button:focus {
  -webkit-box-shadow: 0px 0px 0px #a68b13;
  -moz-box-shadow: 0px 0px 0px #a68b13;
  box-shadow: 0px 0px 0px #a68b13;
  -ms-transform: translate(0px, 3px);
  -webkit-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
  text-decoration: none;
  color: #2f2f2f;
}
body.cupon_on {
  min-height: 100%;
  overflow: hidden;
  height: auto;
}
body.cupon_on .btn_link.popap_form {
  display: none;
}
body.cupon_on .cupon_modal {
  display: block;
  overflow: auto;
}
body.cupon_on .cupon_modal .wraper_cupon {
  padding: 80px 0;
}
body.cupon_on .cupon_modal .wraper_cupon .wraper_cupon_link {
  display: inline-block;
  margin-top: 10px;
  width: 530px;
}
body.cupon_on .cupon_modal .wraper_cupon .wraper_cupon_link a {
  font-weight: 300;
  color: #2f2f2f;
  font-size: 16px;
  font-family: Ubuntu;
}
body.cupon_on .cupon_modal .wraper_cupon .wraper_cupon_link a:first-child {
  float: left;
}
body.cupon_on .cupon_modal .wraper_cupon .wraper_cupon_link a:last-child {
  float: right;
}
body.cupon_on .cupon_modal .wraper_cupon .cupon {
  display: inline-block;
  width: 530px;
  border: 10px solid #fbcd04;
  padding: 35px;
  background-color: #fff;
}
body.cupon_on .cupon_modal .wraper_cupon .cupon h3 {
  color: #2f2f2f;
  font-size: 24px;
  font-family: Ubuntu;
  font-weight: 400;
  margin-bottom: 15px;
}
body.cupon_on .cupon_modal .wraper_cupon .cupon h2 {
  color: #2f2f2f;
  font-size: 40px;
  font-family: Ubuntu;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 7px;
}
body.cupon_on .cupon_modal .wraper_cupon .cupon h2 span {
  color: #2f2f2f;
  font-size: 40px;
  font-family: Ubuntu;
  font-weight: 500;
  text-transform: uppercase;
}
body.cupon_on .cupon_modal .wraper_cupon .cupon span {
  color: #979797;
  font-size: 14px;
  font-family: Ubuntu;
  font-weight: 300;
}
body.cupon_on .cupon_modal .wraper_cupon .cupon h4 {
  color: #2f2f2f;
  font-size: 18px;
  font-family: Ubuntu;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 22px;
}
body.cupon_on .cupon_modal .wraper_cupon .cupon p {
  color: #2f2f2f;
  font-size: 16px;
  font-family: Ubuntu;
  font-weight: 300;
}
body.cupon_on .cupon_modal .wraper_cupon .cupon p img {
  margin-right: 10px;
}
body.cupon_on .cupon_modal .wraper_cupon .cupon p b {
  font-size: 18px;
  font-weight: 500;
}
body.cupon_on .cupon_modal .wraper_cupon .cupon p small {
  font-size: 14px;
  font-weight: 300;
}
#print_frame {
  display: none;
}
.cupon_modal {
  display: none;
  z-index: 99;
  background-color: #f8f8f8;
  position: fixed;
  top: 103px;
  bottom: 0;
  left: 0;
  right: 0;
}
.section3 .row {
  position: relative;
}
.section3 .row .wraper_rect {
  position: absolute;
}
.section3 .row .wraper_rect.mod_1 {
  top: 0;
  right: 0;
  width: 340px;
  height: 480px;
}
.section3 .row .wraper_rect.mod_2 {
  top: 0;
  right: 0;
  width: 1140px;
  height: 480px;
}
.section3 .row .wraper_rect .rectangle_w {
  position: relative;
  width: 100%;
  height: 100%;
}
.section3 .row .wraper_rect .rectangle_w .rectangle {
  position: absolute;
}
.section3 .row .wraper_rect .rectangle_w .rectangle.mod1 {
  top: -120px;
  right: -10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: hmar-sink, hmar-hang;
  animation-name: hmar-sink, hmar-hang;
  -webkit-animation-duration: 3s, 3.5s;
  animation-duration: 3s, 3.5s;
  -webkit-animation-delay: 0s, 3s;
  animation-delay: 0s, 3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  text-decoration: none;
}
.section3 .row .wraper_rect .rectangle_w .rectangle.mod2 {
  top: -50px;
  left: 70px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: hmar-sink1, hmar-hang1;
  animation-name: hmar-sink1, hmar-hang1;
  -webkit-animation-duration: 2s, 2.5s;
  animation-duration: 2s, 2.5s;
  -webkit-animation-delay: 0s, 2s;
  animation-delay: 0s, 2s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  text-decoration: none;
}
.section3 .row .wraper_rect .rectangle_w .rectangle.mod3 {
  bottom: 50px;
  right: -100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: hmar-sink, hmar-hang;
  animation-name: hmar-sink, hmar-hang;
  -webkit-animation-duration: 4s, 4.5s;
  animation-duration: 4s, 4.5s;
  -webkit-animation-delay: 0s, 4s;
  animation-delay: 0s, 4s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  text-decoration: none;
}
.section3 .row .wraper_rect .rectangle_w .rectangle.mod5 {
  bottom: 15px;
  left: 565px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: hmar-sink1, hmar-hang1;
  animation-name: hmar-sink1, hmar-hang1;
  -webkit-animation-duration: 3s, 3.3s;
  animation-duration: 3s, 3.3s;
  -webkit-animation-delay: 0s, 3s;
  animation-delay: 0s, 3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  text-decoration: none;
}
.section3 .row .wraper_rect .rectangle_w .rectangle.mod4 {
  top: -50px;
  left: 0px;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: hmar-sink1, hmar-hang1;
  animation-name: hmar-sink1, hmar-hang1;
  -webkit-animation-duration: 5s, 5.5s;
  animation-duration: 5s, 5.5s;
  -webkit-animation-delay: 0s, 5s;
  animation-delay: 0s, 5s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  text-decoration: none;
}
.section3 .row .wraper_rect .rectangle_w .rectangle_d {
  position: absolute;
}
.section3 .row .wraper_rect .rectangle_w .rectangle_d.mod1 {
  right: 50px;
  bottom: 40px;
}
.section3 .row .wraper_rect .rectangle_w .rectangle_d.mod2 {
  left: 80px;
  bottom: 80px;
}
.section3 .row .wraper_rect .rectangle_w .rectangle_d.mod3 {
  right: 80px;
  bottom: 120px;
}
.section7 .row {
  position: relative;
}
.section7 .row .wraper_rect {
  position: absolute;
}
.section7 .row .wraper_rect.mod_1 {
  top: 0;
  right: 0;
  width: 340px;
  height: 480px;
}
.section7 .row .wraper_rect.mod_2 {
  top: 0;
  right: 0;
  width: 1140px;
  height: 480px;
}
.section7 .row .wraper_rect .rectangle_w {
  position: relative;
  width: 100%;
  height: 100%;
}
.section7 .row .wraper_rect .rectangle_w .rectangle {
  position: absolute;
}
.section7 .row .wraper_rect .rectangle_w .rectangle.mod1 {
  top: -40px;
  left: 40px;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: hmar-sink, hmar-hang;
  animation-name: hmar-sink, hmar-hang;
  -webkit-animation-duration: 3s, 3.5s;
  animation-duration: 3s, 3.5s;
  -webkit-animation-delay: 0s, 3s;
  animation-delay: 0s, 3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  text-decoration: none;
}
.section7 .row .wraper_rect .rectangle_w .rectangle.mod2 {
  bottom: 100px;
  right: -40px;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: hmar-sink1, hmar-hang1;
  animation-name: hmar-sink1, hmar-hang1;
  -webkit-animation-duration: 6s, 6.5s;
  animation-duration: 6s, 6.5s;
  -webkit-animation-delay: 0s, 6s;
  animation-delay: 0s, 6s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  text-decoration: none;
}
.section7 .row .wraper_rect .rectangle_w .rectangle.mod3 {
  top: -70px;
  right: -70px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: hmar-sink, hmar-hang;
  animation-name: hmar-sink, hmar-hang;
  -webkit-animation-duration: 4s, 4.5s;
  animation-duration: 4s, 4.5s;
  -webkit-animation-delay: 0s, 4s;
  animation-delay: 0s, 4s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  text-decoration: none;
}
.section7 .row .wraper_rect .rectangle_w .rectangle.mod4 {
  top: -120px;
  left: 70px;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: hmar-sink1, hmar-hang1;
  animation-name: hmar-sink1, hmar-hang1;
  -webkit-animation-duration: 5s, 5.5s;
  animation-duration: 5s, 5.5s;
  -webkit-animation-delay: 0s, 5s;
  animation-delay: 0s, 5s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  text-decoration: none;
}
.section7 .row .wraper_rect .rectangle_w .rectangle_d {
  position: absolute;
}
.section7 .row .wraper_rect .rectangle_w .rectangle_d.mod1 {
  left: 50px;
  top: 40px;
}
.section7 .row .wraper_rect .rectangle_w .rectangle_d.mod2 {
  left: 80px;
  top: 10px;
}
.section7 .row .wraper_rect .rectangle_w .rectangle_d.mod3 {
  right: 80px;
  top: -170px;
}
@-webkit-keyframes hmar-hang {
  0% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  50% {
    -webkit-transform: translate(-4px, -4px);
    transform: translate(-4px, -4px);
  }
  100% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
}
@keyframes hmar-hang {
  0% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  50% {
    -webkit-transform: translate(-4px, -4px);
    transform: translate(-4px, -4px);
  }
  100% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
}
@-webkit-keyframes hmar-sink {
  100% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
}
@keyframes hmar-sink {
  100% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
}
@-webkit-keyframes hmar-hang1 {
  0% {
    -webkit-transform: translate(-4px, 4px);
    transform: translate(-4px, 4px);
  }
  50% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  100% {
    -webkit-transform: translate(-4px, 4px);
    transform: translate(-4px, 4px);
  }
}
@keyframes hmar-hang1 {
  0% {
    -webkit-transform: translate(-4px, 4px);
    transform: translate(-4px, 4px);
  }
  50% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  100% {
    -webkit-transform: translate(-4px, 4px);
    transform: translate(-4px, 4px);
  }
}
@-webkit-keyframes hmar-sink1 {
  100% {
    -webkit-transform: translate(-4px, 4px);
    transform: translate(-4px, 4px);
  }
}
@keyframes hmar-sink1 {
  100% {
    -webkit-transform: translate(-4px, 4px);
    transform: translate(-4px, 4px);
  }
}
.mail-form.block button {
  background: #cecece !important;
  -webkit-box-shadow: 0px 3px 0px #919191;
  -moz-box-shadow: 0px 3px 0px #919191;
  box-shadow: 0px 3px 0px #919191;
}
.mail-form.block button:hover {
  -webkit-box-shadow: 0px 2px 0px #919191;
  -moz-box-shadow: 0px 2px 0px #919191;
  box-shadow: 0px 2px 0px #919191;
}

.wfResult
{
  padding:15px;
}

form .wfResult
{
  padding-top:0px;
}

.wfResult .error
{
  color:red;
}

.wfResult .good
{
  color:green;
}