/* http://meyerweb.com/eric/tools/css/reset/

   v2.0 | 20110126

   License: none (public domain) */

html,

body,

div,

span,

applet,

object,

iframe,

h1,

h2,

h3,

h4,

h5,

h6,

p,

blockquote,

pre,

a,

abbr,

acronym,

address,

big,

cite,

code,

del,

dfn,

em,

img,

ins,

kbd,

q,

s,

samp,

small,

strike,

strong,

sub,

sup,

tt,

var,

b,

u,

i,

center,

dl,

dt,

dd,

ol,

ul,

li,

fieldset,

form,

label,

legend,

table,

caption,

tbody,

tfoot,

thead,

tr,

th,

td,

article,

aside,

canvas,

details,

embed,

figure,

figcaption,

footer,

header,

hgroup,

menu,

nav,

output,

ruby,

section,

summary,

time,

mark,

audio,

video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

  display: block;

}

body {

  line-height: 1;

}

ol,

ul {

  list-style: none;

}

blockquote,

q {

  quotes: none;

}

blockquote:before,

blockquote:after,

q:before,

q:after {

  content: '';

  content: none;

}

table {

  border-collapse: collapse;

  border-spacing: 0;

}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**

 * 1. Set default font family to sans-serif.

 * 2. Prevent iOS text size adjust after orientation change, without disabling

 *    user zoom.

 */

html {

  font-family: sans-serif;

  /* 1 */

  -ms-text-size-adjust: 100%;

  /* 2 */

  -webkit-text-size-adjust: 100%;

  /* 2 */

}

/**

 * Remove default margin.

 */

body {

  margin: 0;

}

/* HTML5 display definitions

   ========================================================================== */

/**

 * Correct `block` display not defined for any HTML5 element in IE 8/9.

 * Correct `block` display not defined for `details` or `summary` in IE 10/11

 * and Firefox.

 * Correct `block` display not defined for `main` in IE 11.

 */

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

menu,

nav,

section,

summary {

  display: block;

}

/**

 * 1. Correct `inline-block` display not defined in IE 8/9.

 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.

 */

audio,

canvas,

progress,

video {

  display: inline-block;

  /* 1 */

  vertical-align: baseline;

  /* 2 */

}

/**

 * Prevent modern browsers from displaying `audio` without controls.

 * Remove excess height in iOS 5 devices.

 */

audio:not([controls]) {

  display: none;

  height: 0;

}

/**

 * Address `[hidden]` styling not present in IE 8/9/10.

 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.

 */

[hidden],

template {

  display: none;

}

/* Links

   ========================================================================== */

/**

 * Remove the gray background color from active links in IE 10.

 */

a {

  background-color: transparent;

}

/**

 * Improve readability when focused and also mouse hovered in all browsers.

 */

a:active,

a:hover {

  outline: 0;

}

/* Text-level semantics

   ========================================================================== */

/**

 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.

 */

abbr[title] {

  border-bottom: 1px dotted;

}

/**

 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.

 */

b,

strong {

  font-weight: bold;

}

/**

 * Address styling not present in Safari and Chrome.

 */

dfn {

  font-style: italic;

}

/**

 * Address variable `h1` font-size and margin within `section` and `article`

 * contexts in Firefox 4+, Safari, and Chrome.

 */

/**

 * Address styling not present in IE 8/9.

 */

mark {

  background: #ff0;

  color: #000;

}

/**

 * Address inconsistent and variable font size in all browsers.

 */

small {

  font-size: 80%;

}

/**

 * Prevent `sub` and `sup` affecting `line-height` in all browsers.

 */

sub,

sup {

  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;

}

sup {

  top: -0.5em;

}

sub {

  bottom: -0.25em;

}

/* Embedded content

   ========================================================================== */

/**

 * Remove border when inside `a` element in IE 8/9/10.

 */

img {

  border: 0;

}

/**

 * Correct overflow not hidden in IE 9/10/11.

 */

svg:not(:root) {

  overflow: hidden;

}

/* Grouping content

   ========================================================================== */

/**

 * Address margin not present in IE 8/9 and Safari.

 */

/**

 * Address differences between Firefox and other browsers.

 */

hr {

  box-sizing: content-box;

  height: 0;

}

/**

 * Contain overflow in all browsers.

 */

pre {

  overflow: auto;

}

/**

 * Address odd `em`-unit font size rendering in all browsers.

 */

code,

kbd,

pre,

samp {

  font-family: monospace, monospace;

  font-size: 1em;

}

/* Forms

   ========================================================================== */

/**

 * Known limitation: by default, Chrome and Safari on OS X allow very limited

 * styling of `select`, unless a `border` property is set.

 */

/**

 * 1. Correct color not being inherited.

 *    Known issue: affects color of disabled elements.

 * 2. Correct font properties not being inherited.

 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.

 */

button,

input,

optgroup,

select,

textarea {

  color: inherit;

  /* 1 */

  font: inherit;

  /* 2 */

  margin: 0;

  /* 3 */

  outline: 0;

}

/**

 * Address `overflow` set to `hidden` in IE 8/9/10/11.

 */

button {

  overflow: visible;

}

/**

 * Address inconsistent `text-transform` inheritance for `button` and `select`.

 * All other form control elements do not inherit `text-transform` values.

 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.

 * Correct `select` style inheritance in Firefox.

 */

button,

select {

  text-transform: none;

}

/**

 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`

 *    and `video` controls.

 * 2. Correct inability to style clickable `input` types in iOS.

 * 3. Improve usability and consistency of cursor style between image-type

 *    `input` and others.

 */

button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

  -webkit-appearance: button;

  /* 2 */

  cursor: pointer;

  /* 3 */

}

/**

 * Re-set default cursor for disabled elements.

 */

button[disabled],

html input[disabled] {

  cursor: default;

}

/**

 * Remove inner padding and border in Firefox 4+.

 */

button::-moz-focus-inner,

input::-moz-focus-inner {

  border: 0;

  padding: 0;

}

/**

 * Address Firefox 4+ setting `line-height` on `input` using `!important` in

 * the UA stylesheet.

 */

input {

  line-height: normal;

  outline: 0;

}

/**

 * It's recommended that you don't attempt to style these elements.

 * Firefox's implementation doesn't respect box-sizing, padding, or width.

 *

 * 1. Address box sizing set to `content-box` in IE 8/9/10.

 * 2. Remove excess padding in IE 8/9/10.

 */

input[type="checkbox"],

input[type="radio"] {

  box-sizing: border-box;

  /* 1 */

  padding: 0;

  /* 2 */

}

/**

 * Fix the cursor style for Chrome's increment/decrement buttons. For certain

 * `font-size` values of the `input`, it causes the cursor style of the

 * decrement button to change from `default` to `text`.

 */

input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

  height: auto;

}

/**

 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.

 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome

 *    (include `-moz` to future-proof).

 */

input[type="search"] {

  -webkit-appearance: textfield;

  /* 1 */

  /* 2 */

  box-sizing: content-box;

}

/**

 * Remove inner padding and search cancel button in Safari and Chrome on OS X.

 * Safari (but not Chrome) clips the cancel button when the search input has

 * padding (and `textfield` appearance).

 */

input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

  -webkit-appearance: none;

}

/**

 * Define consistent border, margin, and padding.

 */

fieldset {

  border: 1px solid #c0c0c0;

  margin: 0 2px;

  padding: 0.35em 0.625em 0.75em;

}

/**

 * 1. Correct `color` not being inherited in IE 8/9/10/11.

 * 2. Remove padding so people aren't caught out if they zero out fieldsets.

 */

legend {

  border: 0;

  /* 1 */

  padding: 0;

  /* 2 */

}

/**

 * Remove default vertical scrollbar in IE 8/9/10/11.

 */

textarea {

  overflow: auto;

}

/**

 * Don't inherit the `font-weight` (applied by a rule above).

 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.

 */

optgroup {

  font-weight: bold;

}

/* Tables

   ========================================================================== */

/**

 * Remove most spacing between table cells.

 */

table {

  border-collapse: collapse;

  border-spacing: 0;

}

td,

th {

  padding: 0;

}

ol,

ul,

li {

  list-style: none;

}

a {

  text-decoration: none;

  color: inherit;

}

*,

*:before,

*:after {

  box-sizing: border-box;

}

/* html, body {

    height: 100%;

}

.wrapper {

    min-height: 100%;

    height: auto !important;

    height: 100%;

    margin: 0 auto -100px;

}

.footer, .push {

    height: 100px;

    clear: both;

} */

input[placeholder] {

  text-overflow: ellipsis;

}

input::-moz-placeholder {

  text-overflow: ellipsis;

}

input:-moz-placeholder {

  text-overflow: ellipsis;

}

input:-ms-input-placeholder {

  text-overflow: ellipsis;

}

:focus::-webkit-input-placeholder {

  color: transparent;

}

:focus::-moz-placeholder {

  color: transparent;

}

:focus:-moz-placeholder {

  color: transparent;

}

:focus:-ms-input-placeholder {

  color: transparent;

}

label {

  cursor: pointer;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  -o-user-select: none;

  user-select: none;

}

textarea {

  resize: vertical;

}

input:focus,

textarea:focus {

  outline: none;

}

ul {

  list-style: none;

  margin: 0;

  padding: 0;

}

.clearfix {

  display: block;

  zoom: 1;

}

.clearfix:after {

  content: " ";

  display: block;

  font-size: 0;

  height: 0;

  clear: both;

  visibility: hidden;

}

@font-face {

  font-family: 'MyriadPro';

  src: url('../fonts/MyriadPro-Light.eot');

  src: local('☺'), url('../fonts/MyriadPro-Light.woff') format('woff'), url('../fonts/MyriadPro-Light.ttf') format('truetype'), url('../fonts/MyriadPro-Light.svg') format('svg');

  font-weight: 200;

  font-style: normal;

}

@font-face {

  font-family: 'MyriadPro';

  src: url('../fonts/MyriadProRegular.eot');

  src: local('☺'), url('../fonts/MyriadProRegular.woff') format('woff'), url('../fonts/MyriadProRegular.ttf') format('truetype'), url('../fonts/MyriadProRegular.svg') format('svg');

  font-weight: 400;

  font-style: normal;

}

/* common rules */

p {

  margin: 0;

}

h1,

h2,

h3,

h4,

h5,

h6 {

  margin: 0;

}

a {

  outline: none;

  margin: 0;

  border: 0;

  text-decoration: none;

}

.hidden {

  display: none;

}

html,

body,

.wrapper {

  min-height: 100%;

  width: 100%;

  font-size: 14px;

  margin: 0 auto;

  position: relative;

  color: #000;

  font-family: 'MyriadPro', 'Tahoma', 'Arial', 'sans-serif';

  letter-spacing: .1em;

  line-height: 1.2;

}

header,

section {

  position: relative;

}

.container-fluid {

  max-width: 1240px;

}

.section_tittle {

  text-align: center;

  font-size: 30px;

  font-weight: 200;

  color: #000;

  text-transform: uppercase;

  letter-spacing: .1em;

  margin-bottom: 40px;

  position: relative;

}

/* header */

.header {

  padding-top: 0px;

  background: #f5f5f5;

  height: auto;

  width: 100%;

  z-index: 999;

  position: fixed;

  height: 80px;

  left: 0;

  top: 0;

}

.header-top-element {

  width: 100%;

  background: #f5f5f5;

  height: auto;

  min-height: 50px;

}

.main-logo {

  margin-top: 10px;

  margin-bottom: 10px;

}

.main-logo img {

  display: inline-block;

  width: 80%;

  max-width: 190px;

  height: auto;

  vertical-align: middle;

}

/* main menu */

.top_mnu {

  margin: 0 auto;

  text-align: center;

  margin-top: 0px;

}

.top_mnu ul {

  display: inline-block;

  vertical-align: bottom;

}

.top_mnu ul li {

  display: block;

  float: left;

  margin: 0;

}

.top_mnu ul li a {

  font-size: 18px;

  display: block;

  padding: 0 20px;

  min-height: 40px;

  line-height: 50px;

  text-transform: uppercase;

  color: #383636;

  -webkit-transition: all .2s;

          transition: all .2s;

  font-weight: 200;

}

.top_mnu ul li a.aclive,

.top_mnu ul li a:hover {

  background: #e9e9e9;

  color: #55abb8;

}

.header-bottom-element {

  width: 100%;

  background: #e9e9e9;

}

.header-bottom-element .bottom_mnu {

  float: left;

  font-size: 16px;

}

.header-bottom-element .bottom_mnu ul li {

  display: inline-block;

  margin-right: 20px;

}

.header-bottom-element .bottom_mnu ul li a {

  display: block;

  min-height: 30px;

  line-height: 30px;

  color: blueviolet;

  padding: 0 10px;

  color: #383636;

  -webkit-transition: all .2s;

          transition: all .2s;

  font-weight: 200;

}

.header-bottom-element .bottom_mnu ul li a:hover {

  color: #45b6cc;

}

.header-bottom-element .bottom_mnu ul li a:first-child {

  padding-left: 0;

}

/* content */

.wrapper {

  margin-top: 80px;

}

.full_size_video_section {

  height: 600px;

  min-height: 600px;

  background: transparent;

  padding-left: 0 !important;

  padding-right: 0 !important;

  text-align: center;

  max-width: 100%;

  margin: 0 auto;

  position: relative;

  background: url('../img/bg/v_poster_1.jpg') no-repeat center;

  background-size: cover;

}

.full_size_video_section .container-fluid,

.full_size_video_section .row {

  height: 100%;

}

.full_size_video_wrapp {

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  width: 100%;

  height: auto;

  margin: auto;

  overflow: hidden;

  z-index: 1;

}

.full_size_video_wrapp video {

  height: auto;

  width: auto;

  min-height: 100%;

  min-width: 100%;

  margin: 0 auto;

}

#play_video_section_1_video {

  display: block;

  position: absolute;

  width: 150px;

  height: 150px;

  top: 50%;

  left: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

      -ms-transform: translateX(-50%) translateY(-50%);

          transform: translateX(-50%) translateY(-50%);

  opacity: 1;

  -webkit-transition: all .3s;

          transition: all .3s;

  text-align: center;

  cursor: pointer;

  z-index: 2;

}

#play_video_section_1_video img {

  display: inline-block;

  width: 100%;

  max-width: 100%;

  height: auto;

}

.f_s_v_text_wrapper {

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

      -ms-transform: translateY(-50%);

          transform: translateY(-50%);

  left: 5%;

  padding: 18px 30px;

  background-color: rgba(72, 183, 204, 0.81);

  border: 1px solid #939091;

  border-radius: 20px;

  display: inline-block;

  color: #fff;

  text-align: center;

  letter-spacing: .1em;

  z-index: 3;

}

.f_s_v_text_wrapper .f_s_v_tittle {

  font-size: 24px;

  margin-bottom: 20px;

  font-weight: 400;

  text-transform: uppercase;

  line-height: 1.2;

}

.f_s_v_text_wrapper .f_s_v_text {

  font-size: 14px;

  margin-bottom: 25px;

  font-weight: 200;

  line-height: 1.2;

}

.f_s_v_text_wrapper .f_s_v_call-btn {

  display: block;

  width: 100%;

  max-width: 350px;

  height: 50px;

  line-height: 50px;

  margin: 0 auto;

  background: #e9e9e9;

  color: #000;

  font-size: 14px;

  text-transform: uppercase;

  border-radius: 20px;

  font-weight: 400;

}

.what_this_section {

  background: #e9e9e9;

  padding: 40px 0;

}

.what_this_section .what_this_video_wrapper {

  width: 100%;

  height: auto;

  position: relative;

  margin-bottom: 20px;

  /* .what_this_video {

			display: block;

			max-width: 100%;

			width: 100%;

			height: auto;

			background-image: url(../img/bg/v_poster_2.jpg);

			background-repeat: no-repeat;

			background-position: center;

			background-size: cover;

			cursor: pointer;

			overflow: hidden;

		}

		.what_this_video_play {

			display: block;

			position: absolute;

			width: 100px;

			height: 100px;

			top: 50%;

			left: 50%;

			transform: translateX(-50%) translateY(-50%);

			opacity: 1;

			transition: all .3s;

			text-align: center;

			cursor: pointer;

			img {

				display: inline-block;

				width: 100%;

				max-width: 100%;

				height: auto;

				cursor: pointer;

			}

		} */

}

.what_this_section .what_this_video_wrapper a img {

  max-width: 100%;

  width: 100%;

  height: auto;

}

.what_this_section .what_this_text {

  padding: 10px 30px;

}

.what_this_section .what_this_text p {

  font-size: 14px;

  font-weight: 200;

  line-height: 1.3;

  letter-spacing: .15em;

  margin-bottom: 35px;

}

.reviews_section {

  background: #fff;

  padding: 40px 0;

}

.reviews_section .reviews_slider {

  width: 100%;

  padding-top: 0px;

  padding-bottom: 0px;

  overflow: hidden;

  position: relative;

  /* .reviews_slider_controll {

		display: block;

		position: absolute;

		width: 30px;

		height: 40px;

		top: 50%;

		margin-top: -20px;

		background-repeat: no-repeat;

		background-size: cover;

		background-position: center;

		z-index: 100;

	&.swiper-button-disabled {

			//filter: grayscale(100%);

		}

		&.prevButton {

			left: 10%;

			background-image: url(../img/icon/left_arrow.png);

		}

		&.nextButton {

			right: 10%;

			background-image: url(../img/icon/right_arrow.png);

		}

	} */

}

.reviews_section .reviews_slider .swiper-slide {

  max-width: 810px;

  width: 100%;

  height: auto;

  opacity: .2;

  background: #fff;

}

.reviews_section .reviews_slider .swiper-slide.swiper-slide-active {

  opacity: 1;

}

.reviews_section .reviews_slider .swiper-slide .reviews_img {

  width: 100%;

  height: auto;

}

.reviews_section .reviews_slider .swiper-slide .reviews_slider_text {

  padding: 0 30px;

}

.reviews_section .reviews_slider .swiper-slide .reviews_slider_text p {

  font-size: 14px;

  font-weight: 200;

  line-height: 1.5;

  letter-spacing: .15em;

  margin-bottom: 5px;

}

.reviews_section .reviews_slider .swiper-slide .reviews_slider_text .reviews_slider_sign {

  color: #4a4949;

}

.full-size-slider_section {

  height: auto;

}

.full-size-slider_section .f-s-slider {

  width: 100%;

  height: auto;

  position: relative;

}

.full-size-slider_section .f-s-slider .swiper-wrapper {

  height: 500px;

}

.full-size-slider_section .f-s-slider .swiper-slide {

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  width: 100%;

  height: 100%;

  -webkit-box-align: center;

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;

  padding: 0 150px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

      -ms-flex-pack: start;

          justify-content: flex-start;

  -webkit-align-content: center;

      -ms-flex-line-pack: center;

          align-content: center;

}

.full-size-slider_section .f-s-slider .swiper-slide.slide_1 {

  background-image: url(../img/bg/f-s-slide_1.jpg);

}

.full-size-slider_section .f-s-slider .swiper-slide.slide_2 {

  background-image: url(../img/bg/f-s-slide_1.jpg);

}

.full-size-slider_section .f-s-slider .swiper-slide.slide_3 {

  background-image: url(../img/bg/f-s-slide_1.jpg);

}

.full-size-slider_section .f-s-slider .slider_controll {

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

      -ms-transform: translateY(-50%);

          transform: translateY(-50%);

  display: block;

  width: 100px;

  height: 100px;

  line-height: 90px;

  font-size: 70px;

  border: 4px solid #fff;

  border-radius: 50%;

  color: #fff;

  text-align: center;

  z-index: 2;

  -webkit-transition: all .2s;

          transition: all .2s;

}

.full-size-slider_section .f-s-slider .slider_controll:hover,

.full-size-slider_section .f-s-slider .slider_controll:active {

  background: #fff;

  color: #414141;

}

.full-size-slider_section .f-s-slider .slider_controll.prevButton_2 {

  left: 2%;

}

.full-size-slider_section .f-s-slider .slider_controll.prevButton_2 i {

  margin-left: -5%;

}

.full-size-slider_section .f-s-slider .slider_controll.nextButton_2 {

  right: 2%;

}

.full-size-slider_section .f-s-slider .slider_controll.nextButton_2 i {

  margin-right: -5%;

}

.full-size-slider_section .f-s-text_wrapper {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  max-width: 400px;

  max-height: 400px;

  border-radius: 20px;

  padding: 40px;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

      -ms-flex-direction: column;

          flex-direction: column;

  -webkit-align-self: center;

      -ms-flex-item-align: center;

          align-self: center;

  background: rgba(87, 188, 207, 0.8);

  border: 1px solid #878588;

  color: #fff;

}

.full-size-slider_section .f-s-text_wrapper .f-s-tittle,

.full-size-slider_section .f-s-text_wrapper h3 {

  font-size: 24px;

  font-weight: 200;

  margin-bottom: 30px;

  text-align: center;

  text-transform: uppercase;

}

.full-size-slider_section .f-s-text_wrapper .f-s-text,

.full-size-slider_section .f-s-text_wrapper p {

  font-size: 14px;

  font-weight: 200;

  margin-bottom: 30px;

  text-align: left;

  line-height: 1.4;

}

.full-size-slider_section .f-s-text_wrapper .f-s-read_more,

.full-size-slider_section .f-s-text_wrapper a {

  font-size: 14px;

  font-weight: 200;

  text-align: left;

  line-height: 1.4;

}

.devices_section {

  padding: 40px 0;

  overflow: hidden;

}

.devices_section .section_tittle {

  margin-bottom: 60px;

}

.devices_section .container-fluid {

  max-width: 100%;

}

.devices_section .devices_section_text_col {

  padding-left: 50px;

}

.devices_section .devices_section_img_col img {

  display: block;

  margin: 0 auto;

  width: 110%;

  height: auto;

  max-width: 110%;

  position: relative;

  right: 5%;

}

.devices_section .devices_text {

  margin-bottom: 20px;

}

.devices_section .devices_text p {

  font-size: 14px;

  font-weight: 200;

  line-height: 1.4;

  margin-bottom: 20px;

}

.devices_section .device_btn_wrapper {

  text-align: center;

}

.devices_section .device_btn_wrapper a {

  display: inline-block;

  width: 230px;

  margin: 10px;

  margin-bottom: 20px;

}

.devices_section .device_btn_wrapper img {

  max-width: 100%;

  width: 100%;

  height: auto;

}

.devices_section .device_btn_wrapper .web_btn {

  display: block;

  margin: 20px auto;

  background: #48b7cc;

  border: 2px solid #48b7cc;

  color: #fff;

  width: 230px;

  height: 70px;

  line-height: 64px;

  font-size: 24px;

  font-weight: 400;

  text-transform: uppercase;

  letter-spacing: .15em;

  border-radius: 10px;

  -webkit-transition: all .2s;

          transition: all .2s;

}

.devices_section .device_btn_wrapper .web_btn:hover,

.devices_section .device_btn_wrapper .web_btn:active {

  background: #fff;

  border: 2px solid #48b7cc;

  color: #48b7cc;

}

.price_section {

  padding-top: 50px;

  text-align: center;

  font-weight: 200;

}

.price_section .section_tittle {

  margin-bottom: 17px;

}

.price_section .section_second_tittle {

  text-align: center;

  font-size: 30px;

  font-weight: 200;

  color: #000;

  letter-spacing: .1em;

  margin-bottom: 40px;

}

.price_section .pr_sec_item {

  margin: 0;

  padding: 0;

}

.price_section .pr_sec_tittle {

  background: #f5f5f5;

  font-size: 18px;

  padding: 15px;

  margin-bottom: 35px;

}

.price_section .pr_sec_icon_wrapper {

  width: 180px;

  height: 180px;

  border: 1px solid #6ac4d5;

  border-radius: 50%;

  margin: 35px auto;

  font-size: 18px;

  font-weight: 400;

  padding-top: 50px;

}

.price_section .pr_sec_icon_wrapper .price {

  text-align: center;

}

.price_section .pr_sec_text {

  font-size: 12px;

  padding: 0 20px;

  margin-bottom: 15px;

}

.price_section .pr_sec_btn {

  display: inline-block;

  height: 40px;

  line-height: 40px;

  padding: 0 24px;

  font-weight: 200;

  font-size: 14px;

  border-radius: 20px;

  background: #48b7cc;

  -webkit-transition: all .2s;

          transition: all .2s;

  color: #fff;

  margin-bottom: 50px;

  text-align: center;

}

.price_section .pr_sec_btn:hover,

.price_section .pr_sec_btn:active {

  background: #319cb0;

}

.advantages_section {

  background: #f5f5f5;

  padding-top: 50px;

}

.advantages_section .advantages_item {

  position: relative;

  max-width: 500px;

  margin: 0 auto;

  margin-bottom: 50px;

}

.advantages_section .advantages_item img {

  width: 100%;

  max-width: 100%;

  height: auto;

  z-index: 1;

}

.advantages_section .advantages_item .advantages_item_wrapper {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  z-index: 2;

  overflow: hidden;

}

.advantages_section .advantages_item .advantages_item_wrapper .advantages_tittle {

  display: block;

  width: 100%;

  height: 30%;

  background: rgba(72, 183, 204, 0.8);

  font-size: 24px;

  color: #fff;

  font-weight: 200;

  text-align: left;

  padding-left: 10%;

  padding-top: 30px;

  line-height: 1;

  vertical-align: middle;

  text-transform: uppercase;

  letter-spacing: .15em;

  overflow: auto;

  position: relative;

  /* &:before {

				content: " ";

				display: inline-block;

				height: 100%;

				width: 1%;

				vertical-align: middle;

			}

			span {

				display: inline-block;

				vertical-align: middle;

			} */

}

.advantages_section .advantages_item .advantages_item_wrapper .advantages_body {

  width: 100%;

  height: 70%;

  background: rgba(72, 183, 204, 0.8);

  -webkit-transition: all .5s;

          transition: all .5s;

  -webkit-transform: rotateX(90deg) translateY(0);

          transform: rotateX(90deg) translateY(0);

  opacity: 0;

  -webkit-backface-visibility: hidden;

          backface-visibility: hidden;

  -webkit-transform-origin: -50% 0;

      -ms-transform-origin: -50% 0;

          transform-origin: -50% 0;

  -webkit-perspective: 900px;

          perspective: 900px;

  -webkit-transform-style: preserve-3d;

          transform-style: preserve-3d;

  padding: 5% 10%;

  overflow: hidden;

  color: #fff;

}

.advantages_section .advantages_item .advantages_item_wrapper:hover .advantages_body {

  -webkit-transform: rotateX(0deg) translateY(0);

          transform: rotateX(0deg) translateY(0);

  opacity: 1;

}

.advantages_section .advantages_item .advantages_item_wrapper p {

  font-size: 14px;

  color: #fff;

  font-weight: 200;

  text-align: left;

  line-height: 1.2;

  margin-bottom: 20px;

}

.reduce_cost_section {

  padding-top: 50px;

}

.reduce_cost_section .reduce_cost_img {

  width: 100%;

  max-width: 100%;

  height: auto;

  padding-bottom: 40px;

}

.reduce_cost_section .reduce_cost_text_block {

  padding: 5%;

}

.reduce_cost_section .reduce_cost_tittle {

  font-size: 18px;

  line-height: 1.4em;

  letter-spacing: .15em;

  font-weight: 200;

  margin-bottom: 25px;

}

.reduce_cost_section .reduce_cost_list {

  font-size: 14px;

  line-height: 1.2em;

  letter-spacing: .1em;

  font-weight: 200;

  margin-bottom: 25px;

}

.reduce_cost_section .reduce_cost_list li {

  display: block;

  line-height: 2.4;

  padding-left: 40px;

  text-indent: 0;

  position: relative;

  margin-bottom: 5px;

}

.reduce_cost_section .reduce_cost_list li .reduce_cost_num {

  line-height: 1;

  position: absolute;

  left: 0;

  top: -5px;

  font-size: 30px;

  font-weight: bold;

  color: #57bccf;

}

.reduce_cost_section .reduce_cost_btn {

  display: inline-block;

  height: 40px;

  line-height: 40px;

  padding: 0 24px;

  font-weight: 200;

  font-size: 14px;

  border-radius: 20px;

  background: #48b7cc;

  -webkit-transition: all .2s;

          transition: all .2s;

  color: #fff;

  margin-bottom: 50px;

  text-align: center;

}

.reduce_cost_section .reduce_cost_btn:hover,

.reduce_cost_section .reduce_cost_btn:active {

  background: #319cb0;

}

.contact_form_section {

  padding: 45px 0;

  background-image: url(../img/bg/form_bg.jpg);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

}

.contact_form_section .section_tittle {

  margin-bottom: 70px;

  color: #fff;

}

.contact_form_section #contactForm_1 {

  max-width: 700px;

  width: 100%;

  margin: 0 auto;

}

.contact_form_section #contactForm_1 input {

  display: block;

  height: 50px;

  line-height: 50px;

  width: 90%;

  max-width: 320px;

  margin: 0 auto;

  margin-bottom: 30px;

  font-size: 14px;

  color: #000;

  border: 0;

  outline: 0;

  border-radius: 10px;

  -webkit-appearance: none;

  padding: 0 25px;

  text-align: left;

}

.contact_form_section #contactForm_1 textarea {

  display: block;

  height: 150px;

  line-height: 1.2;

  width: 100%;

  max-width: 95%;

  margin: 0 auto;

  margin-bottom: 30px;

  font-size: 14px;

  color: #000;

  border: 0;

  outline: 0;

  border-radius: 10px;

  -webkit-appearance: none;

  padding: 15px 25px;

  text-align: left;

}

.contact_form_section #contactForm_1 input[type=submit] {

  max-width: 200px;

  border-radius: 20px;

  background: #57bccf;

  color: #fff;

  -webkit-transition: all .2s;

          transition: all .2s;

  text-align: center;

}

.contact_form_section #contactForm_1 input[type=submit]:hover,

.contact_form_section #contactForm_1 input[type=submit]:active {

  background: #fff;

  color: #57bccf;

}

.contact_form_section .form_succes_massage {

  display: block;

  text-align: center;

  color: #fff;

  font-size: 18px;

  text-transform: uppercase;

}

.contact_form_section .form_succes_massage i {

  font-size: 50px;

  display: block;

  margin-bottom: 20px;

}

.get_in_touch_section {

  padding: 80px 0;

  background: #89d0dd;

  color: #fff;

  text-align: center;

}

.get_in_touch_section .section_tittle {

  margin-bottom: 80px;

  color: #fff;

}

.get_in_touch_section .get_in_touch_text {

  margin-bottom: 30px;

  font-size: 14px;

  font-weight: 200;

  line-height: 2;

  max-width: 980px;

  margin: 0px auto;

  margin-bottom: 40px;

  color: #fff;

}

.map_section {

  min-height: 500px;

  position: relative;

}

.map_section #map_canvas {

  width: 100%;

  height: 100%;

  min-height: 500px;

  z-index: 1;

}

.map_section .map_contact_wrappers {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  width: 30%;

  max-width: 50%;

  min-width: 400px;

  background: rgba(137, 208, 221, 0.8);

  z-index: 2;

  padding: 40px;

  padding-left: 50px;

}

.map_section .map_contact_wrappers .map_tittle {

  text-align: left;

  margin-bottom: 80px;

  line-height: 1.5;

}

.map_section .map_contact_wrappers .map_text {

  text-align: left;

  margin-bottom: 30px;

}

.blog_section {

  padding: 40px 0;

  background: #f5f5f5;

  text-align: center;

}

.blog_section .blog_text_descr {

  text-align: left;

  font-size: 14px;

  font-weight: 200;

  line-height: 1.2;

  max-width: 970px;

  margin: 20px auto;

  margin-bottom: 60px;

}

.blog_section .blog_post_wrapper {

  text-align: center;

  max-width: 970px;

  margin: 20px auto;

}

.blog_section .blog_post_wrapper .blog_author_icon {

  display: inline-block;

  max-width: 100%;

  height: auto;

  margin-bottom: 30px;

}

.blog_section .blog_post_wrapper .blog_author_name {

  text-transform: uppercase;

  margin-bottom: 20px;

  color: #67abb7;

  font-weight: 200;

  line-height: 1.2;

}

.blog_section .blog_post_wrapper .blog_post_text {

  margin-bottom: 35px;

  color: #67abb7;

  font-weight: 200;

  line-height: 1.2;

}

.blog_section .social_icon_wrapper {

  text-align: center;

  max-width: 970px;

  margin: 20px auto;

}

.blog_section .social_icon_wrapper ul {

  display: block;

  text-align: center;

}

.blog_section .social_icon_wrapper ul li {

  display: inline-block;

  margin: 0 15px;

}

.blog_section .social_icon_wrapper ul li a {

  display: block;

  color: #67abb7;

  font-size: 30px;

  -webkit-transition: all .2s;

          transition: all .2s;

}

.blog_section .social_icon_wrapper ul li a:hover,

.blog_section .social_icon_wrapper ul li a:active {

  color: #4c939f;

}

.login_section {

  padding: 40px 0;

  background: #f5f5f5;

  text-align: center;

}

.login_section .login_text {

  margin-bottom: 30px;

  font-size: 14px;

  font-weight: 200;

  line-height: 1.5;

}

.login_section .log_sec_link {

  text-decoration: underline;

}

.login_section .login_form input {

  display: block;

  height: 40px;

  line-height: 38px;

  width: 90%;

  max-width: 260px;

  margin: 0 auto;

  margin-bottom: 20px;

  font-size: 14px;

  color: #000;

  border: 1px solid #89d0dd;

  border-radius: 10px;

  -webkit-appearance: none;

  padding: 0 15px;

  text-align: left;

  outline: 0;

}

.login_section .login_form input[type=submit] {

  background: #89d0dd;

  color: #fff;

  -webkit-transition: all .2s;

          transition: all .2s;

  text-transform: uppercase;

  text-align: center;

}

.login_section .login_form input[type=submit]:hover,

.login_section .login_form input[type=submit]:active {

  background: #fff;

  color: #89d0dd;

}

.reason_section {

  padding-top: 40px;

  padding-bottom: 20px;

  text-align: center;

}

.reason_section .reason_img {

  max-width: 100%;

  height: auto;

  margin-bottom: 40px;

}

.reason_section .reason_tittle {

  margin-bottom: 30px;

  font-size: 18px;

  font-weight: 200;

  text-transform: uppercase;

}

.reason_section .reason_text {

  margin-bottom: 30px;

  font-size: 14px;

  font-weight: 200;

  line-height: 1.5;

}

.goods_section {

  padding-top: 40px;

  padding-bottom: 40px;

  text-align: center;

}

.goods_section .goods_img,

.goods_section img {

  max-width: 100%;

  width: 200px;

  height: auto;

  margin-bottom: 20px;

}

.goods_section .goods_tittle {

  margin-bottom: 25px;

  font-size: 18px;

  font-weight: 200;

  text-transform: uppercase;

}

.goods_section .goods_text {

  text-align: left;

  margin-bottom: 25px;

  font-size: 14px;

  font-weight: 200;

  line-height: 1.5;

}

.goods_section .g_sec_btn {

  display: inline-block;

  height: 40px;

  line-height: 40px;

  padding: 0 24px;

  font-weight: 200;

  font-size: 14px;

  border-radius: 20px;

  background: #48b7cc;

  -webkit-transition: all .2s;

          transition: all .2s;

  color: #fff;

  margin-bottom: 50px;

  text-align: center;

}

.goods_section .g_sec_btn:hover,

.goods_section .g_sec_btn:active {

  background: #319cb0;

}

.swipe_menu {

  display: block;

  width: 80%;

  max-width: 400px;

  height: 100%;

  position: fixed;

  top: 50px;

  right: 0;

  bottom: 0;

  -webkit-transform: translateX(100%);

      -ms-transform: translateX(100%);

          transform: translateX(100%);

  -webkit-transition: all .4s;

          transition: all .4s;

  background: #fff;

  padding: 20px;

  z-index: 10;

  overflow-x: hidden;

  overflow-y: auto;

}

.swipe_menu.active {

  -webkit-transform: translateX(0);

      -ms-transform: translateX(0);

          transform: translateX(0);

}

.swipe_menu ul {

  display: block;

}

.swipe_menu ul li {

  display: block;

}

.swipe_menu ul li a {

  display: block;

  font-size: 16px;

  text-transform: uppercase;

  margin-bottom: 10px;

  font-weight: 200;

  color: #000;

  -webkit-transition: all .2s;

          transition: all .2s;

  line-height: 1.1;

}

.swipe_menu ul li a:hover,

.swipe_menu ul li a:active {

  color: #48b7cc;

}

.wrapper {

  position: relative;

  -webkit-transform: translateX(0%);

      -ms-transform: translateX(0%);

          transform: translateX(0%);

  -webkit-transition: -webkit-transform .4s;

          transition: transform .4s;

}

.wrapper.active {

  -webkit-transform: translateX(-50%);

      -ms-transform: translateX(-50%);

          transform: translateX(-50%);

  -webkit-transition: -webkit-transform .4s;

          transition: transform .4s;

}

.wrapper.active:after {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 10;

  background: rgba(0, 0, 0, 0.7);

}

/* footer */

.footer {

  padding: 30px 0px;

  background: #222222;

  color: #fff;

}

.footer .footer-item {

  padding: 20px 10px;

}

.footer p,

.footer a,

.footer h1,

.footer h2,

.footer h3,

.footer h4,

.footer h5,

.footer h6 {

  padding: 0px 0px;

  display: block;

  font-weight: 200;

  font-size: 14px;

  line-height: 1.4;

}

.footer h1,

.footer h2,

.footer h3,

.footer h4,

.footer h5,

.footer h6 {

  margin-bottom: 20px;

  text-transform: uppercase;

}

.footer ul li a:hover {

  text-decoration: underline;

  color: #f2f2f2;

}

.footer .copyright {

  float: none;

  margin-bottom: 20px;

}

.footer .footer_social {

  display: block;

  padding: 0;

  margin: 0;

  margin-bottom: 20px;

}

.footer .footer_social li {

  display: inline-block;

  margin-right: 10px;

  margin-bottom: 20px;

}

.footer .footer_social li a {

  display: block;

  width: 40px;

  height: 40px;

  line-height: 40px;

  font-size: 20px;

  text-align: center;

  color: inherit;

  background: #fff;

  color: #222222;

  border: 2px solid #fff;

  border-radius: 50%;

  -webkit-transition: all .4s;

          transition: all .4s;

}

.footer .footer_social li a:hover,

.footer .footer_social li a:active {

  color: #fff;

  background: #222222;

}

.toggle_mnu {

  width: 50px;

  height: 50px;

  position: absolute;

  z-index: 100;

  border: none;

  right: 20px;

  top: 0px;

  background-color: transparent;

  outline: none;

  display: none;

}

.toggle_mnu span {

  display: block;

}

.sandwich {

  width: 28px;

  height: 28px;

  position: absolute;

  top: 8px;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

  z-index: 200;

}

.sw-topper {

  position: relative;

  top: 0;

  width: 28px;

  height: 3px;

  background: #000;

  border: none;

  border-radius: 4px 4px 4px 4px;

  -webkit-transition: -webkit-transform 0.5s, top 0.2s;

  transition: transform 0.5s, top 0.2s;

  display: block;

}

.sw-bottom {

  position: relative;

  width: 28px;

  height: 3px;

  top: 6.6px;

  background: #000;

  border: none;

  border-radius: 4px 4px 4px 4px;

  -webkit-transition: -webkit-transform 0.5s, top 0.2s;

  transition: transform 0.5s, top 0.2s;

  -webkit-transition-delay: 0.2s, 0s;

  transition-delay: 0.2s, 0s;

}

.sw-footer {

  position: relative;

  width: 28px;

  height: 3px;

  top: 13.5px;

  background: #000;

  border: none;

  border-radius: 4px 4px 4px 4px;

  -webkit-transition: all 0.5s;

  transition: all 0.5s;

  -webkit-transition-delay: 0.1s;

  transition-delay: 0.1s;

}

.sandwich.active .sw-topper {

  top: 9px;

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);

}

.sandwich.active .sw-bottom {

  top: 6px;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

}

.sandwich.active .sw-footer {

  opacity: 0;

  top: 0;

  -webkit-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  transform: rotate(180deg);

}

/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1024px) {

  .full_size_video_section {

    padding: 40px 0;

    height: auto;

    min-height: auto;

  }

  #play_video_section_1_video {

    display: block;

    position: relative;

    width: 150px;

    height: 150px;

    top: 0;

    left: 0;

    -webkit-transform: translateX(0%) translateY(0%);

        -ms-transform: translateX(0%) translateY(0%);

            transform: translateX(0%) translateY(0%);

    margin: 30px auto;

  }

  .f_s_v_text_wrapper {

    position: relative;

    top: 0;

    -webkit-transform: translateY(0%);

        -ms-transform: translateY(0%);

            transform: translateY(0%);

    left: 0;

    margin: 20px auto;

  }

}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {

  .what_this_section .what_this_video_wrapper {

    margin-bottom: 30px;

  }

  .devices_section_img_col {

    display: none;

  }

  .advantages_section .advantages_item .advantages_item_wrapper .advantages_tittle {

    font-size: 16px;

    padding-left: 10%;

    padding-top: 10%;

  }

  .reduce_cost_section .reduce_cost_img {

    display: block;

    width: 90%;

    max-width: 400px;

    margin: 0 auto;

  }

  .contact_form_section #contactForm_1 textarea {

    max-width: 320px;

  }

}

/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {

  /* header */

  .header {

    height: 50px;

  }

  .header-top-element {

    width: 100%;

    height: 50px;

  }

  .main-logo {

    margin-top: 10px;

    margin-bottom: 10px;

  }

  .main-logo img {

    display: inline-block;

    width: 190px;

    max-width: 50%;

    height: auto;

    vertical-align: middle;

  }

  .toggle_mnu {

    display: block;

    cursor: pointer;

  }

  /* main menu */

  .top_mnu {

    display: none;

  }

  .header-bottom-element {

    display: none;

  }

  .wrapper {

    margin-top: 50px;

  }

  .reviews_section .reviews_slider .swiper-slide .reviews_img {

    display: block;

    width: 90%;

    max-width: 500px;

    margin: 0 auto;

    margin-bottom: 30px;

    height: auto;

  }

  .full_size_video_wrapp {

    display: none;

  }

  .full-size-slider_section .f-s-slider .swiper-wrapper {

    height: 500px;

  }

  .full-size-slider_section .f-s-slider .swiper-slide {

    padding: 0 70px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;

    -webkit-align-content: center;

        -ms-flex-line-pack: center;

            align-content: center;

  }

  .full-size-slider_section .f-s-slider .slider_controll {

    width: 70px;

    height: 70px;

    line-height: 61px;

    font-size: 50px;

    border: 3px solid #fff;

  }

  .full-size-slider_section .f-s-slider .slider_controll.prevButton_2 {

    left: 1%;

  }

  .full-size-slider_section .f-s-slider .slider_controll.nextButton_2 {

    right: 1%;

  }

  .full-size-slider_section .f-s-text_wrapper {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    max-width: 90%;

    max-height: 90%;

    border-radius: 20px;

    padding: 20px;

  }

  .advantages_section .advantages_item {

    max-width: 400px;

  }

  .advantages_section .advantages_item .advantages_item_wrapper .advantages_body {

    -webkit-transform: rotateX(0deg) translateY(0);

    transform: rotateX(0deg) translateY(0);

    opacity: 1;

  }

  /* footer */

  .footer {

    padding: 30px 20px;

    background: #222222;

    color: #fff;

    text-align: center;

  }

  .footer .footer-item {

    padding: 20px 10px;

    margin-bottom: 10px;

  }

  .footer p,

  .footer a,

  .footer h1,

  .footer h2,

  .footer h3,

  .footer h4,

  .footer h5,

  .footer h6 {

    text-align: center;

  }

  .footer .copyright {

    float: none;

    margin-bottom: 20px;

    margin-right: 0px;

  }

  .footer .footer_social {

    text-align: center;

  }

  .footer .footer_social li {

    display: inline-block;

    margin: 20px 10px;

  }

}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {

  .full-size-slider_section .f-s-slider .swiper-wrapper {

    height: auto;

  }

  .full-size-slider_section .f-s-slider .swiper-slide {

    padding: 0 30px;

  }

  .full-size-slider_section .f-s-slider .slider_controll {

    width: 40px;

    height: 40px;

    line-height: 34px;

    font-size: 30px;

    border: 3px solid #fff;

  }

  .full-size-slider_section .f-s-text_wrapper {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    max-width: 100%;

    max-height: 100%;

    border-radius: 10px;

    padding: 20px;

  }

  .devices_section .device_btn_wrapper a {

    width: 220px;

    max-width: 85%;

  }

  .devices_section .device_btn_wrapper .web_btn {

    width: 220px;

    max-width: 85%;

    height: 65px;

    line-height: 61px;

    font-size: 20px;

  }

  .map_section .map_contact_wrappers {

    position: relative;

    top: 0;

    bottom: 0;

    left: 0;

    width: 100%;

    max-width: 100%;

    min-width: 100%;

    padding: 20px;

  }

}

/* Custom, iPhone Retina */

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

/* Extra Small Devices, Phones */

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */



#form_title_box {

	position: relative;	

}



#send_indicator {

	width: 212px;

	height: 13px;

	background: url(../img/378.gif) center no-repeat;

	position: absolute;

	bottom: -36px;

	left: 50%;

	margin-left: -106px;

	display: none;

}



#success_message {

  width: 250px;

  font-size: 16px;

  line-height: 18px;

  color: #fff;

  text-align: center;

  text-transform: none;

  position: absolute;

  bottom: -47px;

  left: 50%;

  margin-left: -125px;

/*  display: none;
*/
}

  #success_message {
      
      display: block;
/*      display: block!important;
*/  }

  .fixre {
      text-align: center;
      margin: 3% 0;
  }

  .g-recaptcha {
    display: inline-block;
  } 