/* 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;
}

/* site */
body {
  font-family: "Open Sans", sans-serif;
  color: #272727;
  font-size: 18px;
  line-height: 1.2;
}

body.show-login .site {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

div,
input,
article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus {
  outline: none;
}

.site {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

main {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.loader {
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 2000;
  mix-blend-mode: multiply;
}

.loader__inner {
  width: 140vw;
  height: 140vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.01);
  -ms-transform: translate(-50%, -50%) scale(0.01);
  transform: translate(-50%, -50%) scale(0.01);
  background: #fff;
  border-radius: 50%;
}

html.mobile .loader {
  display: none;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visually-hidden:active,
.visually-hidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container_prcnt-info {
  padding-left: 75px;
  padding-right: 75px;
  margin-bottom: 135px;
}

.container_single-post {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 668px;
}

@media (max-width: 1330px) {
  .container_slider {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.you-want {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
}

.did-you-now {
  line-height: 19px;
  text-transform: uppercase;
  padding: 80px 20px 80px 73px;
}

.text-center {
  text-align: center;
}

.help-bot {
  display: table;
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 999;
  opacity: .5;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.help-bot a {
  text-decoration: none;
}

.help-bot img {
  margin-left: 12px;
}

.help-bot span {
  opacity: 0.5;
  color: #272727;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .help-bot img {
    width: 50%;
    margin-left: 18px;
  }
  .help-bot span {
    font-size: 12px;
  }
}

.help-bot:hover {
  opacity: 1;
}

.floats-half:last-child {
  margin-bottom: 100px;
}

.floats-half:nth-child(2n+1) {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.floats-half:nth-child(2n) {
  float: right;
  width: 50%;
  padding-left: 20px;
}

.floats-half_mbottom1 {
  margin-bottom: 60px;
}

.floats-half_mbottom2 {
  margin-bottom: 210px;
}

.floats-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.input-wrap {
  margin-right: 0;
  margin-left: auto;
  width: 100%;
  max-width: 337px;
  position: relative;
  margin-bottom: 40px;
  margin-top: -35px;
}

.input-wrap_desktop {
  display: block;
}

.input-wrap_mobile {
  display: none;
}

@media (max-width: 987px) {
  .input-wrap_desktop {
    display: none;
  }
  .input-wrap_mobile {
    display: block;
    margin: 40px auto;
  }
}

::-webkit-input-placeholder {
  color: #272727;
}

::-moz-placeholder {
  color: #272727;
}

:-moz-placeholder {
  color: #272727;
}

:-ms-input-placeholder {
  color: #272727;
}

input,
textarea {
  width: 100%;
  color: #272727;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 45px 15px 20px;
  border: 1px solid #7B7B7B;
  background-color: #fff;
}

@media (max-width: 787px) {
  .floats-half:nth-child(2n+1) {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .floats-half:nth-child(2n) {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .floats-half_mbottom1,
  .floats-half_mbottom2 {
    margin-bottom: 0;
  }
  .floats-half:last-child {
    margin-bottom: 100px;
    margin-top: 30px;
  }
}

@media (min-width: 1024px) {
  .container_fullscreen-bg {
    position: relative;
    top: 50%;
    padding-left: 20px;
  }
}

@media (max-width: 450px) {
  .container_prcnt-info {
    padding-right: 25px;
    padding-left: 25px;
  }
}

/* text */
p,
.ul_p {
  color: #272727;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

p strong,
.ul_p strong {
  font-weight: 700;
}

p a,
.ul_p a {
  color: #65c5e0;
  text-decoration: none;
  word-break: break-all;
}

p a:hover,
.ul_p a:hover {
  text-decoration: underline;
}

.ul_p {
  margin-left: 30px;
}

.text-content p:not(:last-child) {
  padding-bottom: 20px;
}

/* header */
.header {
  padding: 20px;
  z-index: 1;
  -webkit-box-shadow: 0 0 0 rgba(39, 39, 39, 0.1);
  box-shadow: 0 0 0 rgba(39, 39, 39, 0.1);
  background: white;
  -webkit-transition: 0.4s all linear;
  -moz-transition: 0.4s all linear;
  -ms-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.header_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 1000;
}

.header_absolute .menu__link {
  color: #fff;
}

.header_absolute .menu__link:before {
  background-color: #fff;
}

.header_white {
  background: white;
}

.navbar {
  display: table;
  position: relative;
  width: 100%;
}

.logo_position {
  margin-top: 0;
  float: left;
}

.logo__fixed {
  display: none;
}

.logo__mobile {
  display: none;
}

.menu {
  display: table;
}

.menu_position {
  float: right;
  margin-top: 3px;
}

.menu__item {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 37px;
}

.menu_footer .menu__item {
  line-height: 10px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu_footer .menu__link {
  font-weight: 400;
}

.menu__item:last-child {
  padding-right: 0;
  border-right: none;
}

.menu__item:first-child {
  padding-left: 0;
}

.menu__link {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu__link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  left: 50%;
  bottom: -5px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.menu__link_active:before {
  width: 100%;
}

.menu__link:hover:before {
  width: 100%;
}

.menu_mainshaft .menu__link {
  color: #272727;
  opacity: 1;
}

.menu_mainshaft .menu__link:before {
  background-color: #272727;
}

.header_white .menu__link {
  opacity: 1;
  color: #272727;
}

.header_white .menu__link:before {
  background-color: #272727;
}

.header_white .logo__fixed {
  display: block;
}

.header_white .logo__static {
  display: none;
}

.fixed .logo_position {
  margin-top: 0;
}

.login-link {
  text-decoration: none;
  color: #272727;
}

.login-link:hover {
  text-decoration: underline;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 20px;
  -webkit-box-shadow: 0 7px 16px 3px rgba(39, 39, 39, 0.1);
  box-shadow: 0 7px 16px 3px rgba(39, 39, 39, 0.1);
  background: white;
  z-index: 9999;
}

.fixed .menu__link {
  color: #272727;
  opacity: 1;
}

.fixed .menu__link:before {
  background-color: #272727;
  opacity: 1;
}

.fixed .logo__fixed {
  display: block;
}

.fixed .logo__static {
  display: none;
}

.fixed + main {
  margin-top: 74px;
}

.fixed + .main-reg {
  margin-top: 0;
}

@media (max-width: 890px) {
  .logo {
    width: 190px;
    height: auto;
  }
  .menu__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 180px;
    height: auto;
  }
  .logo_position {
    float: none;
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .logo__desktop {
    display: none !important;
  }
  .logo__mobile {
    display: block;
  }
  .menu-wrapper {
    display: none;
  }
  .menu_position {
    float: none;
    margin-top: 22px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .menu__item {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .login-link {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .logo img {
    width: 190px;
    margin-top: 4px;
  }
}

/* hamburger */
.c-hamburger {
  display: none;
  position: absolute;
  right: 0;
  top: -1px;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 44px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: none;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 8px;
  right: 6px;
  height: 5px;
  background-color: #272727;
  opacity: .5;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.c-hamburger span:before,
.c-hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #272727;
  content: "";
}

.c-hamburger:hover span {
  opacity: 1;
}

.c-hamburger span:before {
  top: -14px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.c-hamburger span:after {
  bottom: -14px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.c-hamburger--htx span {
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.c-hamburger--htx.is-active span {
  background-color: transparent;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

@media (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}

/* Video */
.fullscreen-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

.fullscreen-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0e303b;
  opacity: 0.61;
  z-index: 1;
}

.fullscreen-bg__video {
  position: absolute;
  /* top: 166px;
  left: 0; */
  width: 100%;
  /* height: 54%;
  margin-left: 230px; */
}

.fullscreen-bg__content {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  margin-top: -50px;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.fullscreen-bg__content_relative {
  position: relative;
  top: auto;
  left: auto;
  margin-top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fullscreen-bg__big-text {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.fullscreen-bg__med-text {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.fullscreen-bg__big-text_dark {
  color: #272727;
  margin-top: 0;
  margin-bottom: 20px;
  text-shadow: none;
}

.fullscreen-bg__small-text {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.fullscreen-bg__small-text span {
  font-weight: 700;
}

.fullscreen-bg__small-text_dark {
  color: #272727;
  margin-top: 45px;
  margin-bottom: 5px;
  text-shadow: none;
}

.fullscreen-bg__button {
  margin-top: 50px;
  width: 250px;
}

.fullscreen-bg__button_center {
  margin-left: auto;
  margin-right: auto;
}

.fullscreen-bg__button-description {
  opacity: 0.5;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 35px;
  text-align: center;
  /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); */
}

.fullscreen-bg__button-description_dark {
  color: #272727;
}

.stores {
  display: table;
}

.stores__item {
  float: left;
  margin-right: 14px;
}

.stores__item:last-child {
  margin-right: 0;
}

.stores__link {
  display: block;
  width: 135px;
  height: 40px;
  border-radius: 5px;
}

.stores__link_appstore {
  background: #5e7684 url("../images/stores.png") left center no-repeat;
  background-blend-mode: screen;
}

.stores__link_playmarket {
  background: #5e7684 url("../images/stores.png") right center no-repeat;
  background-blend-mode: screen;
}

/* @media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
} */

@media (max-width: 1400px) {
  .fullscreen-bg__content:before {
    opacity: 0;
  }
}

@media (max-width: 1366px) {
  .fullscreen-bg__content {
    margin-top: 0;
  }
  .fullscreen-bg__content:before {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url("../images/header-banner.jpg") center center/cover no-repeat;
  }
  .fullscreen-bg:before {
    content: none;
  }
  .fullscreen-bg__video {
    display: none;
  }
}

@media (max-height: 767px) and (max-width: 1023px) {
  .fullscreen-bg__content {
    top: 60%;
  }
  .fullscreen-bg__big-text {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 36px;
  }
  .fullscreen-bg__small-text {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .fullscreen-bg__button-description {
    margin-bottom: 20px;
  }
}

@media (max-width: 410px) {
  .fullscreen-bg__content {
    top: auto;
    left: 0;
    bottom: 30px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-left: auto;
    text-align: center;
  }
  .fullscreen-bg__big-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
  }
  .fullscreen-bg__small-text {
    margin-bottom: 20px;
    line-height: 20px;
  }
  .fullscreen-bg__button {
    margin-left: auto;
    margin-right: auto;
  }
  .stores {
    margin-left: auto;
    margin-right: auto;
  }
  .stores__item {
    margin-right: 10px;
  }
}

/* button */
.button {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 274px;
  height: 60px;
  border-radius: 2px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  top: 0;
  text-decoration: none;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

/* Orange buttons */
.button_orange {
  background-color: #ff8200;
}

.button_orange:hover {
  background-color: #ffa547;
}

.button_malachite {
  background-color: #00d641;
}

.button_malachite:hover {
  background-color: #07e84c;
}

.button_range {
  position: relative;
  top: 10px;
}

.button_get-trial {
  font-size: 14px;
  height: 39px;
  width: 189px;
}

.button:active {
  top: 2px;
}

.button:hover {
  outline: none;
  /* text-shadow: 0 -1px 1px rgba(175, 49, 95, 0.9), 0 0 5px rgba(255, 255, 255, 0.8); */
}

.button_plan {
  display: block;
  width: 100%;
  max-width: 264px;
  height: auto;
  padding: 14px 0;
  border-radius: 4px;
  /* background-color: #fff; */
  /* color: #2f3262; */
  font-size: 14px;
  font-weight: 300;
  /* border: 1px solid #fff; */
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

/* .button_plan:hover {
  background-color: #fff;
  color: #2f3262;
  text-shadow: none;
} */

.button_mobile {
  position: absolute;
  top: 5px;
  height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (min-width: 767px) {
  .button_mobile {
    display: none;
  }
}

.more-btn {
  display: block;
  position: relative;
  width: 176px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  color: #dddddd;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 5;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.more-btn:before, .more-btn:after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.more-btn:before {
  border-radius: 100%;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #e8e8e8;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.more-btn:hover {
  color: #00c6e2;
}

.more-btn:hover:before {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

@media (max-width: 767px) {
  .button_sticky {
    font-size: 12px;
    height: 34px;
    width: 180px;
  }
}

.submit-btn {
  width: 353px;
  height: 54px;
  border-radius: 3px;
  background-color: #00d641;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 40px;
}

.submit-btn.disabled {
  background-color: #818181;
  pointer-events: none;
}

.submit-btn:hover {
  background-color: #07e84c;
  cursor: pointer;
}

.submit-btn_viking {
  background-color: #65c5e0;
}

/* read more */
.read-more {
  color: #00627d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.read-more_hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -1px;
  background-color: #00627d;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.read-more_hover:hover:before {
  width: 100%;
}

/* h */
h1,
h2,
h3,
h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.h2 {
  font-size: 36px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.h2_after-head {
  text-align: center;
  font-size: 23px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

@media (max-width: 890px) {
  .h2_after-head {
    font-size: 20px;
  }
}

.h2_single {
  padding-top: 30px;
}

.h2__post {
  color: #272727;
  font-weight: 300;
  text-transform: uppercase;
}

.h2__post_indent {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .h2__post_indent {
    font-size: 30px;
    margin-bottom: 35px;
  }
}

.h2_questions {
  color: #fff;
  font-size: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-transform: uppercase;
}

.h2_reg {
  color: #fff;
  font-size: 32px;
  margin-bottom: 40px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.h2__line {
  position: relative;
  font-weight: 300;
}

.h2__line:before {
  content: '';
  position: absolute;
  width: 66px;
  height: 6px;
  background-color: rgba(0, 98, 125, 0.4);
  left: 50%;
  top: -50px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.h2_indent {
  margin-bottom: 90px;
}

.h2_size {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.h2_normal {
  text-transform: none;
}

.h2_orient {
  color: #00627d;
}

.h3_range {
  font-size: 24px;
  font-weight: 300;
  margin-top: 50px;
  margin-bottom: 25px;
}

.h3_smaller {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 30px;
  margin-top: 35px;
}

.h3_latest-post {
  font-size: 22px;
  font-weight: 300;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.h3_orient {
  color: #00627d;
}

.h3_message {
  color: #444444;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 10px;
}

.h3_message-address {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 40px 28px 52px;
  margin-right: 10px;
  margin-left: 10px;
  z-index: 5;
}

.h3_message-address:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/earth-top.png") center top no-repeat;
  background-size: cover;
  z-index: 4;
  opacity: .15;
}

.h3_reg {
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.h3_reg strong {
  font-weight: 700;
}

.h3_log {
  color: #000000;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 40px;
}

.h5 {
  color: #272727;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
}

.h5_in-content {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* content band */
.content-band__table {
  position: relative;
  display: table;
  width: 100%;
  margin-top: -174px;
}

.content-band__table a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content-band__table a:hover {
  text-decoration: none;
}

.content-band_contact {
  padding-top: 117px;
  padding-bottom: 117px;
}

.content-band__more-block, .content-band__plans, .content-band__range, .content-band__testimonials {
  padding-top: 136px;
  padding-bottom: 60px;
}

.content-band_terms-package {
  padding-top: 40px;
}

.content-band_text-content {
  padding-top: 90px;
  padding-bottom: 40px;
}

.content-band_privacy-contact {
  padding-top: 35px;
  padding-bottom: 107px;
}

.content-band__banner {
  background: url("../images/footer-banner.jpg") center no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 70px;
}

.content-band__column-cell {
  display: table-cell;
  position: relative;
}

.content-band__column_3 {
  width: 33.333%;
}

.content-band_tabs {
  position: relative;
  overflow: hidden;
}

.content-band_tabs:before {
  content: '';
  position: absolute;
  width: 388px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00627d;
  z-index: 0;
}

@media (max-width: 987px) {
  .content-band_tabs:before {
    display: none;
  }
}

.content-band_tabs:after {
  content: '';
  position: absolute;
  width: calc(100% - 388px);
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: -1;
}

@media (max-width: 987px) {
  .content-band_tabs:after {
    display: none;
  }
}

.content-band_reg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../images/register-bgr.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bgr-wrapper {
  background: url("../images/range_bgr.png") no-repeat;
  background-size: cover;
  background-position: 0 55px;
  -webkit-transition: 0.1s all linear;
  -moz-transition: 0.1s all linear;
  -ms-transition: 0.1s all linear;
  -o-transition: 0.1s all linear;
  transition: 0.1s all linear;
}

@media (max-width: 1440px) {
  .bgr-wrapper {
    background-position: 0 -122px;
  }
}

@media (max-width: 1366px) {
  .bgr-wrapper {
    background-position: 0 -143px;
  }
  .content-band__table {
    margin-top: 0;
  }
}

@media (max-width: 1320px) {
  .content-band_text-content,
  .content-band_terms-package,
  .content-band_blog-post {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1280px) {
  .bgr-wrapper {
    background-position: 0 -180px;
  }
}

@media (max-width: 1024px) {
  .bgr-wrapper {
    background-position: 0 -270px;
  }
}

@media (max-width: 768px) {
  .bgr-wrapper {
    background-position: 0 -358px;
  }
}

@media (max-width: 767px) {
  .content-band {
    display: block;
  }
  .content-band__column_cell {
    display: block;
    width: 100%;
  }
}

/* block after video */
.links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 767px) {
  .links-container {
    display: block;
    width: 100%;
  }
}

.link-wrapper {
  width: 33.333%;
  -webkit-box-shadow: 0 34px 38px rgba(0, 0, 0, 0.1);
  box-shadow: 0 34px 38px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .link-wrapper {
    display: block;
    width: 100%;
  }
}

.link-wrapper__link {
  display: block;
  padding: 15px 15px;
  background-color: rgba(56, 187, 224, 0.4);
  -webkit-transition: 0.4s all linear;
  -moz-transition: 0.4s all linear;
  -ms-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.link-wrapper__link_orient {
  background-color: rgba(0, 98, 125, 0.4);
}

.link-wrapper__link_bright {
  background-color: rgba(24, 157, 247, 0.4);
}

/* flaticon */
.flaticon-round {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  background-color: #fff;
}

.flaticon-round:before {
  font-size: 25px;
  color: #272727;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flaticon-after-head:before {
  font-size: 25px;
  color: #fff;
}

.flaticon-after-head_rotate90:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.flaticon-more {
  color: #fff;
}

.flaticon-more:before {
  margin-left: 0;
  font-size: 54px;
}

.flaticon-pagi {
  color: #00627d;
}

.flaticon-date {
  color: #003a4a;
  margin-right: 5px;
}

.flaticon-search {
  opacity: 0.5;
  color: #272727;
  position: absolute;
  top: 15px;
  right: 18px;
}

.flaticon-submit {
  color: #00c6e2;
  opacity: .5;
  font-size: 30px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.flaticon-submit:hover {
  opacity: 1;
  cursor: pointer;
}

.flaticon-reg {
  color: #fff;
  font-size: 40px;
}

.icon-wrap_record .flaticon-more:before {
  font-size: 35px;
  color: #00627d;
}

.is-visible .icon-wrap_record {
  float: left;
  background-color: #00627d;
}

.is-visible .icon-wrap_record .flaticon-more:before {
  color: #fff;
}

.is-visible .icon-wrap_record .flaticon-more {
  margin-left: 4px;
  margin-bottom: 5px;
}

.flaticon-social:before {
  color: #fff;
  opacity: .5;
  margin: 0;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

/* prcnt-info */
.prcnt-info {
  background-color: #fff;
  border: 2px solid #e8e8e8;
  margin-bottom: 45px;
}

.prcnt-info__h3 {
  line-height: 36px;
  color: #00d641;
  font-size: 42px;
  margin-bottom: 27px;
}

.prcnt-info__h3 span {
  color: #acacac;
  font-size: 18px;
}

.prcnt-info__description {
  font-size: 22px;
  line-height: 36px;
}

.prcnt-info__description:not(:last-child) {
  margin-bottom: 33px;
}

.prcnt-info__left {
  padding: 80px 0 80px 68px;
  width: 48%;
}

.prcnt-info__right {
  width: 52%;
  position: relative;
}

.prcnt-info__info {
  padding: 110px 32px 118px 31px;
  background-color: #65c5e0;
  text-align: center;
  height: 100%;
  -webkit-transform: translate(57px, 137px);
  -ms-transform: translate(57px, 137px);
  transform: translate(57px, 137px);
  -webkit-transition: 0.4s all linear;
  -moz-transition: 0.4s all linear;
  -ms-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.prcnt-info__info p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
}

.prcnt-info:hover .prcnt-info__info {
  -webkit-transform: translate(57px, 15%);
  -ms-transform: translate(57px, 15%);
  transform: translate(57px, 15%);
}

@media (max-width: 767px) {
  .prcnt-info__left,
  .prcnt-info__right {
    width: 100%;
  }
  .prcnt-info__info {
    -webkit-transform: translate(25px, 25px);
    -ms-transform: translate(25px, 25px);
    transform: translate(25px, 25px);
  }
}

@media (max-width: 450px) {
  .prcnt-info__left,
  .prcnt-info__right {
    padding: 20px;
  }
  .prcnt-info__info {
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
}

/* display */
.flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.flex-block_v-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-block {
  display: table;
}

.table-block_full {
  width: 100%;
}

.table-block__cell {
  display: table-cell;
}

.table-block__cell_half {
  width: 50%;
}

.table-block__cell_half:first-child {
  padding-right: 20px;
}

.table-block__cell_half:last-child {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .table-block {
    display: block;
  }
  .table-block__cell {
    display: block;
    width: 100%;
  }
  .table-block__cell:first-child {
    padding-right: 0;
  }
  .table-block__cell:last-child {
    padding-left: 0;
  }
}

/* lines */
.line-pacificBlue {
  position: relative;
}

.line-pacificBlue:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 5;
  width: 66px;
  height: 6px;
  background-color: #0096c1;
}

.line-pacificBlue_prcnt-info:before {
  left: 6.5%;
  top: 310px;
}

.line-tacao {
  position: relative;
}

.line-tacao:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 5;
  width: 140px;
  height: 12px;
  background-color: rgba(0, 98, 125, 0.4);
}

.line_post:before {
  top: 30px;
  right: 0;
  -webkit-transition: 0.4s all linear;
  -moz-transition: 0.4s all linear;
  -ms-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.line_post:after {
  top: 60px;
  right: -110px;
  -webkit-transition: 0.4s all linear;
  -moz-transition: 0.4s all linear;
  -ms-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.line_text-content:before {
  top: -15px;
  right: -90px;
  -webkit-transition: 0.4s all linear;
  -moz-transition: 0.4s all linear;
  -ms-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.line_text-content:after {
  top: 17px;
  right: -204px;
  -webkit-transition: 0.4s all linear;
  -moz-transition: 0.4s all linear;
  -ms-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.line_text-content-2:before {
  top: 150px;
  left: -90px;
  -webkit-transition: 0.4s all linear;
  -moz-transition: 0.4s all linear;
  -ms-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.line_text-content-2:after {
  top: 187px;
  left: -204px;
  -webkit-transition: 0.4s all linear;
  -moz-transition: 0.4s all linear;
  -ms-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.line_post:nth-child(2n):before {
  top: 30px;
  left: -150px;
}

.line_post:nth-child(2n):after {
  top: 60px;
  left: -250px;
}

.line_post:hover:before {
  top: 60px;
}

.line_post:hover:after {
  top: 30px;
}

.line_text-content:hover:before {
  top: -30px;
}

.line_text-content:hover:after {
  top: -60px;
}

.line_text-content-2:hover:before {
  top: 187px;
}

.line_text-content-2:hover:after {
  top: 150px;
}

.line-v_up {
  position: absolute;
  left: -40px;
  margin-top: 40px;
}

.line-v_up .line-v__item {
  -webkit-transition: 0.4s all linear;
  -moz-transition: 0.4s all linear;
  -ms-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.line-v_up .line-v__item:first-child {
  display: block;
  width: 300px;
  height: 18px;
  margin-bottom: 17px;
}

.line-v_up .line-v__item:nth-child(2) {
  display: block;
  width: 200px;
  height: 14px;
  margin-bottom: 28px;
}

.line-v_up .line-v__item:last-child {
  display: block;
  width: 120px;
  height: 8px;
}

.line-v_viking .line-v__item {
  background-color: #65c5e0;
}

.line-v_down {
  position: absolute;
  right: 0;
  margin-top: -640px;
}

.line-v_down.line-v_contact {
  margin-top: 40px;
  right: 0px;
}

.line-v_down .line-v__item {
  margin-left: auto;
  margin-right: 0;
}

.line-v_down .line-v__item:first-child {
  display: block;
  width: 30px;
  height: 18px;
  margin-bottom: 17px;
}

.line-v_down .line-v__item:nth-child(2) {
  display: block;
  width: 132px;
  height: 14px;
  margin-bottom: 28px;
}

.line-v_down .line-v__item:last-child {
  display: block;
  width: 218px;
  height: 8px;
}

.line-v_koromiko .line-v__item {
  background-color: #38bbe0;
}

.line-v_blog {
  margin-top: -50px;
}

@media (max-width: 1675px) {
  .line-v_down .line-v__item:last-child {
    width: 118px;
  }
  .line-v_down .line-v__item:nth-child(2) {
    width: 72px;
  }
}

@media (max-width: 1595px) {
  .line-v_down .line-v__item:last-child {
    width: 48px;
  }
  .line-v_down .line-v__item:nth-child(2) {
    width: 32px;
  }
  .line-pacificBlue_prcnt-info:before {
    left: auto;
    top: 102px;
    right: 78px;
  }
  .line_post:nth-child(2n):before {
    left: -50px;
  }
  .line_post:nth-child(2n):after {
    left: -150px;
  }
  .line_text-content:before,
  .line_text-content-2:before {
    top: -50px;
    right: 0;
    -webkit-transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    transition: 0.4s all linear;
  }
  .line_text-content:after,
  .line_text-content-2:after {
    top: -23px;
    right: -69px;
    -webkit-transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    transition: 0.4s all linear;
  }
  .line_text-content-2:hover:before {
    top: -30px;
  }
  .line_text-content-2:hover:after {
    top: -60px;
  }
}

@media (max-width: 1420px) {
  .line-v_down {
    display: none;
  }
}

@media (max-width: 1360px) {
  .line_post:nth-child(2n):before {
    left: auto;
    right: 0;
  }
  .line_post:nth-child(2n):after {
    left: auto;
    right: -110px;
  }
  .line_text-content:before,
  .line_text-content-2:before {
    top: -60px;
    right: 90px;
    left: auto;
  }
  .line_text-content:after,
  .line_text-content-2:after {
    top: -30px;
    right: -9px;
    left: auto;
  }
}

@media (max-width: 1150px) {
  .line_post:before {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .line_post:after {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .line-v_single {
    margin-top: -90px;
  }
  .line-v_single .line-v__item:first-child {
    height: 15px;
    margin-bottom: 15px;
  }
  .line-v_single .line-v__item:nth-child(2) {
    height: 12px;
    margin-bottom: 20px;
  }
  .line-v_single .line-v__item:last-child {
    height: 6px;
  }
}

@media (max-width: 767px) {
  .line_post:before,
  .line_post:nth-child(2n):before {
    top: -50px;
  }
  .line_post:after,
  .line_post:nth-child(2n):after {
    top: -30px;
    right: -50px;
  }
}

/* post on home page */
.post {
  padding: 0 20px;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

.post__thumb {
  width: 35%;
  padding-right: 100px;
  padding-bottom: 85px;
}

.post__thumb img {
  position: relative;
  -webkit-box-shadow: 0 0 #65c5e0;
  box-shadow: 0 0 #65c5e0;
  -webkit-transition: 0.6s all linear;
  -moz-transition: 0.6s all linear;
  -ms-transition: 0.6s all linear;
  -o-transition: 0.6s all linear;
  transition: 0.6s all linear;
}

.post__thumb.show-animate img {
  -webkit-box-shadow: 100px 85px #65c5e0;
  box-shadow: 100px 85px #65c5e0;
}

.post__content {
  width: 65%;
  padding-left: 100px;
}

.post__read-more {
  color: #00c6e2;
  text-decoration: underline;
  cursor: pointer;
  float: right;
  margin-top: 0px;
}

.post__head-number {
  color: #65c5e0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 112px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

@media (max-width: 767px) {
  .post__head-number {
    font-size: 90px;
  }
}

.grecaptcha-badge {
  display:none !important;
}

.post__head-number_indent {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .post__head-number_indent {
    margin-bottom: 35px;
  }
}

.post__content-text {
  height: 254px;
  overflow: hidden;
}

.post__content-text p {
  font-size: 18px;
  line-height: 36px;
}

@media (max-width: 767px) {
  .post__content-text p {
    font-size: 16px;
  }
}

.post:last-child {
  margin-bottom: 0;
}

.post:nth-child(2n) .post__thumb {
  width: 35%;
  padding-left: 100px;
}

.post:nth-child(2n) .post__thumb img {
  -webkit-box-shadow: 0 0 #65c5e0;
  box-shadow: 0 0 #65c5e0;
}

.post:nth-child(2n) .post__thumb.show-animate img {
  -webkit-box-shadow: 100px 85px #65c5e0;
  box-shadow: 100px 85px #65c5e0;
}

.post:nth-child(2n) .post__content {
  padding-left: 0;
  width: 65%;
}

@media (max-width: 987px) {
  .post__thumb {
    padding-right: 50px;
    padding-bottom: 42px;
  }
  .post__thumb img {
    -webkit-box-shadow: 0px 0px #65c5e0;
    box-shadow: 0px 0px #65c5e0;
  }
  .post__thumb.show-animate img {
    -webkit-box-shadow: 50px 42px #65c5e0;
    box-shadow: 50px 42px #65c5e0;
  }
  .post__content {
    padding-left: 50px;
  }
  .post:nth-child(2n) .post__thumb {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 42px;
  }
  .post:nth-child(2n) .post__thumb img {
    -webkit-box-shadow: 0 0 #65c5e0;
    box-shadow: 0 0 #65c5e0;
  }
  .post:nth-child(2n) .post__thumb.show-animate img {
    -webkit-box-shadow: 50px 42px #65c5e0;
    box-shadow: 50px 42px #65c5e0;
  }
}

@media (max-width: 767px) {
  .post__thumb {
    width: 100%;
    text-align: center;
  }
  .post__content {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
  .post:nth-child(2n) .post__thumb {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .post:nth-child(2n) .post__content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* more block */
.more-block {
  margin-top: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.more-block__item {
  padding: 24px 2.35%;
}

.icon-content {
  display: none;
}

.icon-container-wrapper {
  width: 204px;
  height: 204px;
}

.icon-container {
  position: relative;
  left: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  cursor: pointer;
  border-radius: 0;
  background-color: #00627d;
  width: 204px;
  height: 204px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
  -webkit-box-shadow: 20px 20px #e8e8e8;
  box-shadow: 20px 20px #e8e8e8;
  -webkit-transition: 0.6s all linear;
  -moz-transition: 0.6s all linear;
  -ms-transition: 0.6s all linear;
  -o-transition: 0.6s all linear;
  transition: 0.6s all linear;
}

.icon-container:hover {
  -webkit-box-shadow: 20px 20px #65c5e0;
  box-shadow: 20px 20px #65c5e0;
}

.icon-container.is-visible {
  position: absolute;
  display: block;
  width: 90%;
  max-width: 900px;
  height: auto;
  z-index: 100;
  padding: 25px;
  border: radius;
  border-radius: 5px;
  background-color: #fff;
  z-index: 100;
  -webkit-box-shadow: 0 0px 40px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 40px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.6s all linear;
  -moz-transition: 0.6s all linear;
  -ms-transition: 0.6s all linear;
  -o-transition: 0.6s all linear;
  transition: 0.6s all linear;
}

.icon-container.is-visible:hover {
  -webkit-box-shadow: 0 0px 40px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 40px 20px rgba(0, 0, 0, 0.2);
}

.icon-container.is-visible .icon-content {
  clear: both;
}

.icon-description {
  margin-top: 25px;
  text-align: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.icon-wrap_record {
  background-color: #fff;
  padding: 6px 17px;
  border-radius: 5px;
}

.icon-content {
  display: none;
}

.icon-content p {
  font-size: 18px;
  line-height: 24px;
  padding-top: 30px;
}

.is-visible .flaticon-more,
.is-visible .icon-description {
  color: #00627d;
  float: left;
  text-align: left;
  margin-top: 5px;
  margin-left: 25px;
}

.icon-container-close {
  font-size: 35px;
  opacity: .5;
  color: #ff8200;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.icon-container-close:hover {
  opacity: 1;
}

/* plan*/
.plans {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.plans__item {
  width: 33%;
  max-width: 354px;
}

.plan {
  text-align: center;
  -webkit-box-shadow: 41px 34px 38px rgba(0, 0, 0, 0.1);
  box-shadow: 41px 34px 38px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8e8e8;
  background-color: #fff;
  margin-top: 50px;
}

.plan__header {
  background-color: #00627d;
  padding: 40px 30px 30px;
}

.plan__head {
  color: #fff;
  font-size: 24px;
  margin-bottom: 16px;
}

.plan__recomend {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}

.plan__button-description {
  opacity: 0.5;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin-top: 16px;
}

.plans__item:first-child,
.plans__item:last-child {
  margin-top: 12px;
}

.plans__item:first-child .plan__header,
.plans__item:last-child .plan__header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.plan-content {
  padding: 20px 25px 25px;
}

.plan-content__cost {
  color: #00627d;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 700;
}

.plan-content__cost span {
  font-size: 24px;
  font-weight: 300;
}

.plan-content__description {
  margin-top: 15px;
}

.plan-content__description li:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}

.plan-content__description li,
.plan-content__description li p {
  color: #2f3262;
  font-size: 14px;
  line-height: 28px;
}

.plan-content__description li strong,
.plan-content__description li p strong {
  font-weight: 700;
}

.plan-content__description li {
  padding: 8px 0;
}

.plans__item:nth-child(2) .plan__header {
  background-color: #38bbe0
}

.plans__item:nth-child(2) .plan-content__cost {
  color: #38bbe0;
}

@media (max-width: 767px) {
  .plans {
    display: block;
  }
  .plans__item {
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* range*/
.range-wrap {
  position: relative;
}

.range-block {
  width: 100%;
  max-width: 1110px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.range__positions {
  width: 100%;
  margin-top: 20px;
  display: table;
}

.range__positions span {
  width: 33%;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.range__positions span:nth-child(2) {
  text-align: center;
}

.range__positions span:last-child {
  text-align: right;
  color: #fff;
}

.range__position {
  display: table-cell;
}

.range-plan_cost {
  color: #00d641;
}

input[type='range'] {
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #eaeaea;
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type='range']::-webkit-slider-runnable-track {
  width: 200px;
  height: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#00627d), to(#00627d)), #fff;
  background: -webkit-linear-gradient(left, #00627d, #00627d), #fff;
  background: linear-gradient(to right, #00627d, #00627d), #fff;
  background-size: 10% 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  border: 1px solid #00627d;
}

input[type='range']::-webkit-slider-thumb {
  height: 30px;
  width: 30px;
  margin-top: -8px;
  background: #ff8200;
  border-radius: 50%;
  border: 2px solid #ff8200;
}

.choosen-plan-container {
  display: table;
  width: 100%;
}
.choosen-plan-container__item {
  display: table-cell;
  text-align: center;
  width: 50%;
  vertical-align: top;
}

.choosen-plan-container__content {
  border: 3px solid #38bbe0;
  background-color: #FFF;
  width: 100%;
  max-width: 408px;
  height: 345px;
  padding: 10px;
  box-shadow: 45px 38px 0 rgba(60, 130, 155, 0.09);
}

.choosen-plan-container__content .plan-content__description li {
  border: none;
  line-height: 22px;
}

.choosen-plan-container__content .plan-content__description {
  margin-top: -3px;
}

.choosen-plan-container__item:first-child {
  padding-left: 30px;
}

.choosen-plan-container__item:last-child {
  padding-left: 60px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .choosen-plan-container__item {
    display: block;
    width: 100%;
    padding-left: 0;
  }

  .choosen-plan-container__item:first-child {
    padding-left: 0;
  }

  .choosen-plan-container__item:last-child {
    margin-top: 80px;
    padding-left: 0;
  }

  .choosen-plan-container__content {
    margin-left: auto;
    margin-right: auto;
  }
}

.choosen-range-plan {
  width: 100%;
  max-width: 408px;
  height: 345px;
  -webkit-box-shadow: 45px 38px 0 rgba(60, 130, 155, 0.09);
  box-shadow: 45px 38px 0 rgba(60, 130, 155, 0.09);
  border: 3px solid #38bbe0;
  background-color: #fff;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.choosen-range-plan .h3_range {
  margin-top: 55px;
  margin-bottom: 10px;
}

.choosen-range-plan_btn {
  width: 283px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 33px;
}

.choosen-plan__name {
  color: #0096c1;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* contact bunner */
.contact-bunner {
  position: relative;
  width: 100%;
  max-width: 434px;
  margin-left: auto;
  margin-right: auto;
}

.contact-bunner_tab {
  margin-top: 140px;
  margin-bottom: 140px;
}

.contact-bunner:before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 40px;
  left: 40px;
  width: 100%;
  height: 100%;
  border: 2px solid #e8e8e8;
}

.contact-bunner__inner-wrap {
  position: relative;
  z-index: 5;
  background-color: #00c6e2;
  padding: 68px 20px 72px;
}

.contact-bunner__item {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.contact-bunner__item a {
  color: #fff;
  text-decoration: none;
}

.contact-bunner__item a:hover {
  text-decoration: underline;
}

.contact-bunner__item:not(:last-child) {
  margin-bottom: 20px;
}

/* slider*/
.slider {
  width: 100%;
  max-width: 832px;
  margin: 50px auto 280px auto;
}

.slider__inner {
  padding-right: 64px;
}

.slider__item {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 64px 93px 0 rgba(0, 98, 125, 0.4);
  box-shadow: 64px 93px 0 rgba(0, 98, 125, 0.4);
  z-index: 1;
}

.slider__item-inner {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  -webkit-box-shadow: 41px 63px 38px rgba(0, 0, 0, 0.1);
  box-shadow: 41px 63px 38px rgba(0, 0, 0, 0.1);
}

.slider__item_indent {
  margin-bottom: 93px;
}

.slider__quote {
  color: #00627d;
  font-size: 92px;
  line-height: 86px;
}

.slider__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  height: 102px;
  overflow: hidden;
}

.slider__read-more {
  color: #00c6e2;
  text-decoration: underline;
  cursor: pointer;
  float: right;
  margin-top: -52px;
}

.slider__text_indent {
  margin-top: 8px;
  margin-bottom: 30px;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
}

.slider-image {
  text-align: center;
}

.slider-image__name {
  line-height: 26px;
  font-size: 16px;
  font-weight: 700;
}

.slider-image__company {
  font-size: 14px;
  font-weight: 300;
  height: 16px;
}

.slider-image__block {
  margin-top: 27px;
}

.slider-image__block img {
  margin-left: auto;
  margin-right: auto;
}

.slider .slick-next:before {
  content: '\e804';
  font-family: "fontello";
}

.slider .slick-prev:before {
  content: '\e805';
  font-family: "fontello";
}

.slider .slick-prev,
.slider .slick-next {
  background-color: #00627d;
  width: 68px;
  height: 68px;
  z-index: 100;
}

.slider .slick-prev:before,
.slider .slick-next:before {
  color: #fff;
  opacity: 1;
  font-size: 28px;
}

.slider .slick-prev:before {
  margin-left: -6px;
}

.slider .slick-next:before {
  margin-left: 6px;
}

.slider .slick-prev {
  left: -33px;
}

.slider .slick-next {
  right: 30px;
}

.slider-hero .slick-dots li button:before {
  font-size: 12px;
}

.slider-hero .slick-dots li.slick-active button:before,
.slider-hero .slick-dots li button:hover, .slider-hero .slick-dots li button:focus {
  color: #65c5e0;
}

.slider-hero .slick-dots {
  bottom: -40px;
}

@media (max-width: 924px) {
  .slider {
    padding-left: 40px;
    padding-right: 20px;
  }
  .slider .slick-prev {
    left: 6px;
  }
  .slider .slick-next {
    right: 50px;
  }
}

@media (max-width: 767px) {
  .slider__text_indent {
    padding-left: 30px;
    padding-right: 30px;
  }
  .slider {
    margin-bottom: 140px;
  }
}

@media (max-width: 470px) {
  .slider__inner {
    padding-right: 0;
  }
  .slider__item {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .slider__item-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .slider_indent {
    margin-bottom: 0;
  }
  .slider {
    margin-bottom: 70px;
    padding-left: 20px;
  }
  .slider .slick-next {
    right: 6px;
  }
}

/* table */
.table-container {
  width: 100%;
  max-width: 830px;
  margin: 40px auto 20px;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  -webkit-box-shadow: 0 0 rgba(24, 157, 247, 0.4);
  box-shadow: 0 0 rgba(24, 157, 247, 0.4);
  -webkit-transition: 0.6s all linear;
  -moz-transition: 0.6s all linear;
  -ms-transition: 0.6s all linear;
  -o-transition: 0.6s all linear;
  transition: 0.6s all linear;
}

.table-container.show-animate {
  -webkit-box-shadow: 35px 35px rgba(24, 157, 247, 0.4);
  box-shadow: 35px 35px rgba(24, 157, 247, 0.4);
}

.table-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background-color: #00627d;
  z-index: 1;
}

.table-container:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background-color: #00c6e2;
  z-index: 1;
}

.rwd-table {
  width: 100%;
  background-color: #00c6e2;
  position: relative;
  z-index: 5;
}

.rwd-table tr {
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.rwd-table tr:last-child {
  border-bottom: none;
}

.rwd-table tr:last-child td {
  padding-bottom: 50px;
}

.rwd-table th {
  display: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding-top: 50px;
  padding-bottom: 12px;
  padding-left: 30px;
}

.rwd-table th:first-child {
  background-color: #00627d;
}

.rwd-table td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: 30px;
}

.rwd-table td:first-child {
  color: #e8e8e8;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  background-color: #00627d;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  margin-right: 10px;
  width: 6.5em;
  display: inline-block;
}

@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}

.rwd-table th, .rwd-table td {
  text-align: left;
}

@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .table-container {
    padding-left: 0;
    padding-right: 0;
  }
  .table-container:before {
    display: none;
  }
  .table-container:after {
    display: none;
  }
}

/* triangle */
.triangle {
  position: relative;
}

.triangle_right:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 454px solid #74b65f;
  border-bottom: 50px solid transparent;
  left: 0;
  top: 50%;
  z-index: 5;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

@media (max-width: 1760px) {
  .triangle_right:before {
    border-left: 354px solid #74b65f;
  }
}

@media (max-width: 1560px) {
  .triangle_right:before {
    border-left: 254px solid #74b65f;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
}

@media (max-width: 1390px) {
  .triangle_right:before {
    border-left: 154px solid #74b65f;
  }
}

@media (max-width: 1190px) {
  .triangle_right:before {
    border-left: 54px solid #74b65f;
  }
}

@media (max-width: 960px) {
  .triangle_right:before {
    content: none;
  }
}

/* hero */
.hero {
  height: 460px;
  width: 100%;
  display: table;
  vertical-align: middle;
  margin-bottom: 107px;
  background-size: cover;
}

.hero_blog {
  background: url("../images/blog-hero.jpg") center no-repeat;
}

.hero_help {
  background: url("../images/help-hero.jpg") center no-repeat;
  margin-bottom: 0;
  text-align: left;
}

.hero_contact {
  /*background: url("../images/hero-contact.jpg") center no-repeat;*/
  margin-bottom: 0;
  text-align: left;
  height: 804px;
  position: relative;
}

#map {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9;
 }

.hero_contact iframe {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translate(20%, 0);
     -moz-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
       -o-transform: translate(20%, 0);
          transform: translate(20%, 0);
}

.hero_contact:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  box-shadow: inset 700px 0px 220px 240px #094150;
}

@media (max-width: 1416px) {
  .hero_contact:before {
    box-shadow: inset 500px 0px 220px 240px #094150;
  }
}

@media (max-width: 1200px) {
  .hero_contact:before {
    box-shadow: inset 350px 0px 220px 240px #094150;
  }
}

@media (max-width: 987px) {
  .hero_contact:before {
    box-shadow: inset 300px 0px 220px 240px #094150;
  }
}

@media (max-width: 767px) {
  .hero_contact:before {
    box-shadow: inset 0px 0px 220px 80px #094150;
  }

  .hero_contact iframe {
    -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  }
}



.hero__container {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 100;
}

.hero__title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
}

.hero_help {
  background: url("../images/help-hero.jpg") center no-repeat;
  margin-bottom: 0;
  text-align: left;
}

.hero_help .hero__title {
  display: block;
  text-align: left;
}

.hero__description {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  padding: 4px 20px;
  float: left;
}

@media (max-width: 767px) {
  .hero {
    height: 326px;
  }
  .hero__title {
    font-size: 38px;
  }
}

/* blog */
.blog-posts-container {
  margin-left: -2.1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-post {
  position: relative;
  margin: 20px 0 20px 2.1%;
  width: 22.8906%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.blog-post__wrpapper-link {
  text-decoration: none;
  display: block;
  padding: 30px;
}

.blog-post__wrpapper-link .blog-post__link,
.blog-post__wrpapper-link .blog-post__content p,
.blog-post__wrpapper-link read-more {
  text-decoration: none;
}

.blog-post__wrpapper-link:hover {
  text-decoration: none;
}

.blog-post__wrapper {
  position: relative;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  z-index: 5;
}

.blog-post__shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  top: 10px;
  left: 10px;
  z-index: 4;
  -webkit-transition: 0.4s all linear;
  -moz-transition: 0.4s all linear;
  -ms-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.blog-post:hover {
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

.blog-post:hover .blog-post__shadow {
  border: 1px solid #5BC4E1;
  background-color: #38bbe0;
  top: 15px;
  left: 15px;
}

.blog-post__thumbnail {
  margin-bottom: 40px;
  text-align: center;
}

.blog-post__title {
  margin-top: 22px;
  margin-bottom: 40px;
  text-align: center;
  height: 180px;
  overflow: hidden;
}

.blog-post__link {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.blog-post__link:hover {
  text-decoration: underline;
}

/* Keep the posts height even */
.blog-post__content {
  margin-bottom: 20px;
  height: 375px;
  overflow: hidden;
}

.blog-post__content p {
  color: #888888;
  font-size: 16px;
  line-height: 22px;
}

.blog-post__content img {
  display: none;
}

.single-post {
  position: relative;
  margin-bottom: 50px;
}

.single-post__wrapper {
  position: relative;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  padding: 30px;
  z-index: 5;
}

.single-post__shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  top: 10px;
  left: 10px;
  z-index: 4;
}

.single-post__title {
  margin-top: 22px;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
}

.single-post__content {
  margin-bottom: 20px;
}

.single-post__content p {
  color: #272727;
  font-size: 16px;
  font-weight: 300;
}

.single-post__footer {
  overflow: hidden;
}

.single-post__date {
  float: left;
  color: #888888;
  font-size: 12px;
  font-weight: 300;
  line-height: 32px;
}

.single-post__social {
  float: right;
}

.single-post__thumbnail {
  margin-bottom: 40px;
  text-align: center;
}

.single-post__share {
  border-radius: 5px;
  width: 30px;
  float: left;
  text-align: center;
  vertical-align: middle;
  background-color: #247991;
  margin-left: 5px;
  margin-right: 5px;
}

.single-post__share:hover .flaticon-social:before {
  opacity: 1;
}

.single-post__share a {
  display: block;
  padding: 4px 0;
  text-indent: 1px;
  text-decoration: none;
}

.single-post__share .flaticon-social {
  font-size: 16px;
}

.latest-post .blog-post__wrapper {
  padding: 0 0 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.latest-post .blog-post__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.latest-post .blog-post__thumbnail {
  padding: 10px 10px 0 10px;
}

.latest-post .blog-post__title,
.latest-post .blog-post__content {
  padding-left: 30px;
  padding-right: 30px;
}

.latest-post .read-more {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 987px) {
  .blog-post {
    width: 47%;
  }
}

@media (max-width: 767px) {
  .blog-post {
    width: 100%;
    margin-left: 0;
  }
  .blog-posts-container {
    margin-left: 0;
  }
}

@media (max-width: 375px) {
  .single-post__title {
    font-size: 28px;
    word-break: break-word;
  }
}

/* pagination */
.pagenavi {
  display: table;
  width: 100%;
  max-width: 980px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: 70px auto;
}

.pagenavi_more-btn {
  display: block;
}

.pagenavi > span,
.pagenavi > div {
  display: table-cell;
  vertical-align: middle;
}

.pagenavi__links {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.pagenavi__links li {
  float: left;
  margin: 0 3px;
}

.pagenavi__link {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #c4c4c4;
  text-decoration: none;
  -webkit-transition: 0.2s color linear;
  -moz-transition: 0.2s color linear;
  -ms-transition: 0.2s color linear;
  -o-transition: 0.2s color linear;
  transition: 0.2s color linear;
}

.pagenavi__link_curent, .pagenavi__link:hover {
  color: #00627d;
}

.next-page {
  text-align: right;
  width: 80px;
}

.next-page .flaticon-pagi {
  margin-left: 15px;
}

.prev-page {
  text-align: left;
  width: 80px;
}

.prev-page .flaticon-pagi {
  margin-right: 15px;
}

.pagi-link {
  color: #00627d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  opacity: .5;
  -webkit-transition: 0.2s opacity linear;
  -moz-transition: 0.2s opacity linear;
  -ms-transition: 0.2s opacity linear;
  -o-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear;
}

.pagi-link:hover {
  opacity: 1;
}

/* vert-tab */
.container_tabs:before {
  content: '';
  position: absolute;
  top: 70px;
  left: 0;
  display: block;
  width: 261px;
  height: 320px;
  background: url("../images/help_earth.png") center no-repeat;
  background-size: contain;
  opacity: .15;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 987px) {
  .container_tabs:before {
    display: none;
  }
}

.container_tabs:after {
  content: '';
  position: absolute;
  bottom: 170px;
  right: 0;
  display: block;
  width: 298px;
  height: 493px;
  background: url("../images/help_earth_blue.png") center no-repeat;
  background-size: contain;
  z-index: 1;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

@media (max-width: 1670px) {
  .container_tabs:after {
    opacity: .1;
    width: 198px;
    height: 326px;
  }
}

@media (max-width: 1670px) {
  .container_tabs:after {
    display: none;
  }
}

@media (max-width: 987px) {
  .container_tabs:after {
    display: none;
  }
}

.tabs {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  z-index: 1;
}

@media (max-width: 987px) {
  .tabs {
    display: block;
  }
}

.tabs__left {
  float: left;
  width: 388px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  padding-bottom: 50px;
  padding: 0 25px 50px 25px;
  background-color: #00627d;
}

.tabs__left .ui-tabs-panel {
  padding: 25px;
}

@media (max-width: 987px) {
  .tabs__left {
    width: 100%;
    float: none;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
}

.tabs__left li .flaticon-tab {
  font-size: 18px;
  color: #efbf88;
  opacity: 0;
  margin-left: 7px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.tabs__left li a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  text-decoration: none;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

@media (max-width: 987px) {
  .tabs__left li a {
    text-align: center;
    margin-left: 21px;
  }
}

@media (max-width: 320px) {
  .tabs__left li a {
    font-size: 18px;
  }
}

@media (max-width: 987px) {
  .tabs__left li {
    background-color: #00627d;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.tabs__left li:hover a,
.tabs__left .ui-tabs-active a {
  color: #efbf88;
  -webkit-transform: translate(18px, 0);
  -ms-transform: translate(18px, 0);
  transform: translate(18px, 0);
}

@media (max-width: 987px) {
  .tabs__left li:hover a,
  .tabs__left .ui-tabs-active a {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-left: 0;
  }
}

/* Replace a with div in tabs__left */
.tabs__left li div {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  padding: 18px 0px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

@media (max-width: 987px) {
  .tabs__left li div {
    text-align: center;
    margin-left: 21px;
  }
}

@media (max-width: 320px) {
  .tabs__left li div {
    font-size: 18px;
  }
}

.tabs__left li:hover div,
.tabs__left .ui-tabs-active a {
  color: #efbf88;
  -webkit-transform: translate(18px, 0);
  -ms-transform: translate(18px, 0);
  transform: translate(18px, 0);
}

@media (max-width: 987px) {
  .tabs__left li:hover div,
  .tabs__left .ui-tabs-active a {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-left: 0;
  }
}
/* End */

.tabs__left li:hover .flaticon-tab,
.tabs__left .ui-tabs-active .flaticon-tab {
  opacity: 1;
}

.tabs__right {
  float: right;
  width: calc(100% - 388px);
  background-color: #fff;
  padding: 40px;
}

@media (max-width: 987px) {
  .tabs__right {
    width: 100%;
    float: none;
  }
}

.video-registration-wrapper {
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* message */
.container_message {
  position: relative;
}

.message {
  width: 95%;
  left: 50%;
  max-width: 1152px;
  -webkit-box-shadow: 13px 14px 24px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 13px 14px 24px 8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: table;
  position: relative;
  z-index: 1000;
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

@media (max-width: 767px) {
  .message {
    position: relative;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-left: auto;
    margin-right: auto;
  }
}

.message__left {
  display: table-cell;
  width: 69.0973%;
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .message__left {
    display: block;
    width: 100%;
  }
}

.message__form {
  width: 100%;
  position: relative;
}

.message__form input {
  margin-bottom: 10px;
  border: 1px solid rgba(35, 31, 32, 0.2);
}

.message__name, .message__email, .message__phone {
  float: left;
  width: 32.41%;
  margin-right: 1.38%;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .message__name, .message__email, .message__phone {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.message__phone {
  margin-right: 0;
}

.message__company-name {
  clear: both;
  width: 100%;
  padding-right: 20px;
  margin-right: 0;
  margin-bottom: 10px;
}

.message__text-message {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 60px;
  border: 1px solid rgba(35, 31, 32, 0.2);
}

.message button {
  position: absolute;
  right: 13px;
  bottom: 15px;
  border: none;
  background: none;
}

.message__right {
  display: table-cell;
  width: 30.9027%;
  background-color: #00627d;
}

@media (max-width: 767px) {
  .message__right {
    display: block;
    width: 100%;
  }
}

.message__right .message-address__content {
  padding: 0 38px 30px;
}

.message__right .message-address__content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.message__social {
  display: table;
  width: 100%;
  margin-top: 50px;
}

.message__social-item {
  display: table-cell;
  width: 33.33%;
  text-align: left;
}

.message__social-item a {
  color: #fff;
  font-size: 22px;
  opacity: .5;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.message__social-item a:hover {
  opacity: 1;
}

/* registration */
.registration {
  display: table;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

@media (max-width: 767px) {
  .registration {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    overflow: scroll;
  }
}

.registration__left {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 150px;
}

.registration__left p {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.registration__left p em {
  font-style: italic;
}

.registration__left .h2_reg {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .registration__left {
    display: block;
    width: 100%;
  }
}

.registration__right {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .registration__right {
    display: block;
    width: 100%;
    margin-bottom: 80px;
  }
}

.reg-right__wrapper {
  display: block;
  max-width: 362px;
  margin-left: auto;
  margin-right: auto;
}

.reg-list {
  margin-top: 75px;
  margin-bottom: 100px;
  margin-right: auto;
}

.reg-list__item {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 40px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.reg-list__item:last-child {
  margin-bottom: 0;
}

.form-reg {
  margin-top: 40px;
  display: block;
  max-width: 353px;
  margin-left: auto;
  margin-right: auto;
}

.form-reg input {
  border: 1px solid #fff;
  background-color: #fff;
  opacity: 1;
  color: #272727;
  margin-bottom: 10px;
  border-radius: 3px;
}

.form-reg input.form-reg__error, input.parsley-error {
  border: 3px solid red;
}

.form-reg .parsley-required, .parsley-type,
          .parsley-minlength, .parsley-equalto,
          .parsley-emailTakenError {
  text-align: center;
  color: #eee;
  margin-bottom: 20px;
}

.form-reg ::-webkit-input-placeholder {
  color: #272727;
}

.form-reg ::-moz-placeholder {
  color: #272727;
}

.form-reg :-moz-placeholder {
  color: #272727;
}

.form-reg :-ms-input-placeholder {
  color: #272727;
}

.terms-agree {
  color: #fff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.terms-agree a {
  color: #fff;
}

.have-account {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.main-reg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* checkbox */
.checkbox-wrapper {
  margin-top: 15px;
  margin-bottom: 25px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.checkbox-wrapper.parsley-error .checkbox-custom {
  border: 2px solid #f00;
}

.checkbox {
  display: none;
}

.checkbox-custom {
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.checkbox-custom,
.label {
  display: inline-block;
  vertical-align: middle;
}

.checkbox-custom {
  margin-right: 16px;
}

.checkbox:checked + .checkbox-custom::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: #fff;
  border-radius: 100%;
}

/* login */
.modal-container {
  display: none;
}

.modal-window {
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  padding: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background-color: rgba(39, 39, 39, 0.5);
}

.modal-window__container {
  display: table-cell;
  vertical-align: middle;
}

@media (max-height: 500px) {
  .modal-window {
    position: absolute;
  }
}

.modal-log {
  padding: 50px 30px 70px;
  position: relative;
  z-index: 9999;
  background-color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 744px;
  opacity: 0;
  -webkit-box-shadow: 30px 44px 38px rgba(0, 0, 0, 0.24);
  box-shadow: 30px 44px 38px rgba(0, 0, 0, 0.24);
}

.modal-log.animated {
  opacity: 1;
}

.modal-log__close {
  font-size: 20px;
  color: #000000;
  opacity: 0.2;
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer;
}

.modal-log__head {
  margin-bottom: 45px;
}

.modal-log .submit-btn {
  margin-top: 15px;
  margin-bottom: 40px;
}

.modal-log_error {
  text-align: center;
  color: #f00;
  font-weight: 600;
}

.create-recover span {
  margin-right: 5px;
}

.create-recover span:last-child {
  margin-right: 0;
}

.w-account {
  opacity: 0.8;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.w-account:hover {
  text-decoration: underline;
}

/* animation */
.hinge-hover:hover .flaticon-after-head:before {
  animation: animationFrames linear 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(90deg);
    transform: translate(0px, 0px) rotate(90deg);
  }
  15% {
    -webkit-transform: translate(0px, -10px) rotate(90deg);
    transform: translate(0px, -10px) rotate(90deg);
  }
  30% {
    -webkit-transform: translate(0px, 10px) rotate(90deg);
    transform: translate(0px, 10px) rotate(90deg);
  }
  45% {
    -webkit-transform: translate(0px, -15px) rotate(90deg);
    transform: translate(0px, -15px) rotate(90deg);
  }
  60% {
    -webkit-transform: translate(0px, 5px) rotate(90deg);
    transform: translate(0px, 5px) rotate(90deg);
  }
  75% {
    -webkit-transform: translate(0px, -5px) rotate(90deg);
    transform: translate(0px, -5px) rotate(90deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(90deg);
    transform: translate(0px, 0px) rotate(90deg);
  }
}

@-moz-keyframes animationFrames {
  0% {
    -moz-transform: translate(0px, 0px) rotate(90deg);
  }
  15% {
    -moz-transform: translate(0px, -10px) rotate(90deg);
  }
  30% {
    -moz-transform: translate(0px, 10px) rotate(90deg);
  }
  45% {
    -moz-transform: translate(0px, -15px) rotate(90deg);
  }
  60% {
    -moz-transform: translate(0px, 5px) rotate(90deg);
  }
  75% {
    -moz-transform: translate(0px, -5px) rotate(90deg);
  }
  100% {
    -moz-transform: translate(0px, 0px) rotate(90deg);
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(90deg);
  }
  15% {
    -webkit-transform: translate(0px, -10px) rotate(90deg);
  }
  30% {
    -webkit-transform: translate(0px, 10px) rotate(90deg);
  }
  45% {
    -webkit-transform: translate(0px, -15px) rotate(90deg);
  }
  60% {
    -webkit-transform: translate(0px, 5px) rotate(90deg);
  }
  75% {
    -webkit-transform: translate(0px, -5px) rotate(90deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(90deg);
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform: translate(0px, 0px) rotate(90deg);
  }
  15% {
    -o-transform: translate(0px, -10px) rotate(90deg);
  }
  30% {
    -o-transform: translate(0px, 10px) rotate(90deg);
  }
  45% {
    -o-transform: translate(0px, -15px) rotate(90deg);
  }
  60% {
    -o-transform: translate(0px, 5px) rotate(90deg);
  }
  75% {
    -o-transform: translate(0px, -5px) rotate(90deg);
  }
  100% {
    -o-transform: translate(0px, 0px) rotate(90deg);
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform: translate(0px, 0px) rotate(90deg);
  }
  15% {
    -ms-transform: translate(0px, -10px) rotate(90deg);
  }
  30% {
    -ms-transform: translate(0px, 10px) rotate(90deg);
  }
  45% {
    -ms-transform: translate(0px, -15px) rotate(90deg);
  }
  60% {
    -ms-transform: translate(0px, 5px) rotate(90deg);
  }
  75% {
    -ms-transform: translate(0px, -5px) rotate(90deg);
  }
  100% {
    -ms-transform: translate(0px, 0px) rotate(90deg);
  }
}

.icon-container.is-visible:hover {
  -webkit-animation: none;
  animation: none;
}

.icon-container:hover {
  animation: animationIconFrames linear .3s;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: animationIconFrames linear .3s;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationIconFrames linear .3s;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationIconFrames linear .3s;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationIconFrames linear .3s;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationIconFrames {
  0% {
    -webkit-box-shadow: 20px 20px #38bbe0;
    box-shadow: 20px 20px #38bbe0;
  }
  15% {
    -webkit-box-shadow: 13px 13px #38bbe0;
    box-shadow: 13px 13px #38bbe0;
  }
  30% {
    -webkit-box-shadow: 7px 7px #38bbe0;
    box-shadow: 7px 7px #38bbe0;
  }
  45% {
    -webkit-box-shadow: 0px 0px #65c5e0;
    box-shadow: 0px 0px #65c5e0;
  }
  60% {
    -webkit-box-shadow: 7px 7px #65c5e0;
    box-shadow: 7px 7px #65c5e0;
  }
  75% {
    -webkit-box-shadow: 13px 13px #65c5e0;
    box-shadow: 13px 13px #65c5e0;
  }
  100% {
    -webkit-box-shadow: 20px 20px #65c5e0;
    box-shadow: 20px 20px #65c5e0;
  }
}

@-moz-keyframes animationIconFrames {
  0% {
    box-shadow: 20px 20px #e8e8e8;
  }
  15% {
    box-shadow: 13px 13px #e8e8e8;
  }
  30% {
    box-shadow: 7px 7px #e8e8e8;
  }
  45% {
    box-shadow: 0px 0px #38bbe0;
  }
  60% {
    box-shadow: 7px 7px #38bbe0;
  }
  75% {
    box-shadow: 13px 13px #38bbe0;
  }
  100% {
    box-shadow: 20px 20px #38bbe0;
  }
}

@-webkit-keyframes animationIconFrames {
  0% {
    -webkit-box-shadow: 20px 20px #e8e8e8;
    box-shadow: 20px 20px #e8e8e8;
  }
  15% {
    -webkit-box-shadow: 13px 13px #e8e8e8;
    box-shadow: 13px 13px #e8e8e8;
  }
  30% {
    -webkit-box-shadow: 7px 7px #e8e8e8;
    box-shadow: 7px 7px #e8e8e8;
  }
  45% {
    -webkit-box-shadow: 0px 0px #38bbe0;
    box-shadow: 0px 0px #38bbe0;
  }
  60% {
    -webkit-box-shadow: 7px 7px #38bbe0;
    box-shadow: 7px 7px #38bbe0;
  }
  75% {
    -webkit-box-shadow: 13px 13px #38bbe0;
    box-shadow: 13px 13px #38bbe0;
  }
  100% {
    -webkit-box-shadow: 20px 20px #38bbe0;
    box-shadow: 20px 20px #38bbe0;
  }
}

@-o-keyframes animationIconFrames {
  0% {
    box-shadow: 20px 20px #e8e8e8;
  }
  15% {
    box-shadow: 13px 13px #e8e8e8;
  }
  30% {
    box-shadow: 7px 7px #e8e8e8;
  }
  45% {
    box-shadow: 0px 0px #38bbe0;
  }
  60% {
    box-shadow: 7px 7px #38bbe0;
  }
  75% {
    box-shadow: 13px 13px #38bbe0;
  }
  100% {
    box-shadow: 20px 20px #38bbe0;
  }
}

@-ms-keyframes animationIconFrames {
  0% {
    box-shadow: 20px 20px #e8e8e8;
  }
  15% {
    box-shadow: 13px 13px #e8e8e8;
  }
  30% {
    box-shadow: 7px 7px #e8e8e8;
  }
  45% {
    box-shadow: 0px 0px #ffba73;
  }
  60% {
    box-shadow: 7px 7px #ffba73;
  }
  75% {
    box-shadow: 13px 13px #ffba73;
  }
  100% {
    box-shadow: 20px 20px #ffba73;
  }
}

.blog-post:hover .blog-post__shadow {
  animation: animationBlogPost linear 0.4s !important;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: animationBlogPost linear 0.4s !important;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationBlogPost linear .4s;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationBlogPost linear .4s;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationBlogPost linear .4s;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationBlogPost {
  0% {
    top: 10px;
    left: 10px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
  }
  25% {
    top: 5px;
    left: 5px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
  }
  50% {
    top: 0px;
    left: 0px;
    border: 1px solid #38bbe0;
    background-color: #38bbe0;
  }
  75% {
    top: 7px;
    left: 7px;
    border: 1px solid #38bbe0;
    background-color: #38bbe0;
  }
  100% {
    top: 15px;
    left: 15px;
    border: 1px solid #38bbe0;
    background-color: #38bbe0;
  }
}

@-moz-keyframes animationBlogPost {
  0% {
    top: 10px;
    left: 10px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
  }
  25% {
    top: 5px;
    left: 5px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
  }
  50% {
    top: 0px;
    left: 0px;
    border: 1px solid #38bbe0;
    background-color: #38bbe0;
  }
  75% {
    top: 7px;
    left: 7px;
    border: 1px solid #38bbe0;
    background-color: #38bbe0;
  }
  100% {
    top: 15px;
    left: 15px;
    border: 1px solid #38bbe0;
    background-color: #38bbe0;
  }
}

@-webkit-keyframes animationBlogPost {
  0% {
    top: 10px;
    left: 10px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
  }
  25% {
    top: 5px;
    left: 5px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
  }
  50% {
    top: 0px;
    left: 0px;
    border: 1px solid #38bbe0;
    background-color: #38bbe0;
  }
  75% {
    top: 7px;
    left: 7px;
    border: 1px solid #38bbe0;
    background-color: #38bbe0;
  }
  100% {
    top: 15px;
    left: 15px;
    border: 1px solid #38bbe0;
    background-color: #38bbe0;
  }
}

@-o-keyframes animationBlogPost {
  0% {
    top: 10px;
    left: 10px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
  }
  25% {
    top: 5px;
    left: 5px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
  }
  50% {
    top: 0px;
    left: 0px;
    border: 1px solid #38bbe0;
    background-color: #38bbe0;
  }
  75% {
    top: 7px;
    left: 7px;
    border: 1px solid #38bbe0;
    background-color: #38bbe0;
  }
  100% {
    top: 15px;
    left: 15px;
    border: 1px solid #38bbe0;
    background-color: #38bbe0;
  }
}

@-ms-keyframes animationBlogPost {
  0% {
    top: 10px;
    left: 10px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
  }
  25% {
    top: 5px;
    left: 5px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
  }
  50% {
    top: 0px;
    left: 0px;
    border: 1px solid #38bbe0;
    background-color: #38bbe0;
  }
  75% {
    top: 7px;
    left: 7px;
    border: 1px solid #38bbe0;
    background-color: #38bbe0;
  }
  100% {
    top: 15px;
    left: 15px;
    border: 1px solid #38bbe0;
    background-color: #38bbe0;
  }
}

/* footer */
.footer_logo {
  margin-top: 0;
}

.footer__down {
  display: table;
  width: 100%;
  background-color: #003a4a;
  padding: 31px 20px 28px 20px;
}

.footer__up {
  background-color: #00627d;
  padding: 50px 20px;
}

.footer__up_container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-menu_right {
  float: left;
  margin-top: 0;
}

.footer-menu_right a,
.footer-menu_right span {
  text-transform: none;
}

.footer-menu_right span:before {
  content: none;
}

.footer-menu_right .menu__item {
  padding: 0 5px;
}

.footer-menu_right .menu__item:first-child {
  border: none;
}

.footer-menu_left {
  margin-top: 0;
}

.footer-social {
  display: table;
}

.footer-social__item {
  float: left;
  width: 43px;
  text-align: center;
  vertical-align: middle;
  background-color: #247991;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-social__item:hover .flaticon-social:before {
  opacity: 1;
}

.footer-social__item a {
  display: block;
  padding: 10px 0;
  text-indent: 1px;
  text-decoration: none;
}

.footer-contacts {
  display: table;
}

.footer-contacts__item {
  display: table-cell;
  vertical-align: middle;
  padding-left: 14px;
  padding-right: 14px;
}

.footer-contacts__item a {
  opacity: 0.8;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-contacts__item a:hover {
  text-decoration: underline;
}

@media (max-width: 987px) {
  .footer__up_container {
    display: block;
    width: 100%;
    text-align: center;
  }
  .footer-contacts__item {
    text-align: left;
  }
  .footer_logo {
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-social {
    margin: 0 auto 20px auto;
  }
  .footer-contacts {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .footer-menu_right,
  .footer-menu_left {
    float: none;
  }
  .footer-menu_right {
    margin-bottom: 20px;
  }
}

@media (max-width: 440px) {
  .footer-menu_right .menu__item {
    width: 33.33%;
    border: none;
  }
  .footer-menu_right .menu__item:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-contacts__item {
    display: block;
    width: 100%;
  }
  .footer-contacts__item:last-child {
    margin-top: 10px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}

/* select */
.jq-selectbox {
  width: 247px;
  height: 43px;
  border: 1px solid #fff;
  opacity: 0.8;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
}

.jq-selectbox__trigger-arrow:before {
  content: '\f006';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: "fontello";
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 15px;
  color: #fff;
  opacity: .8;
}

.jq-selectbox__select-text {
  position: relative;
  padding: 12px 10px 12px 20px;
}

.jq-selectbox__select {
  cursor: pointer;
}

.jq-selectbox__select .select__item {
  position: relative;
  padding-left: 25px;
}

.jq-selectbox__select .select__item:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 24px;
}

.jq-selectbox__select .select__item-earth:before {
  /*content: '\f103';
  font-family: "fontello";*/
}

.jq-selectbox__dropdown {
  width: 247px;
  background-color: #00627d;
  border: 1px solid #e8e8e8;
  margin-left: -1px;
}

.jq-selectbox__dropdown .select__item {
  position: relative;
  padding: 12px 10px 12px 20px;
}

.jq-selectbox__dropdown .select__item:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 24px;
}

.jq-selectbox__dropdown .select__item-earth:before {
  /*content: '\f103';
  font-family: "fontello";*/
}

.jq-selectbox li:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
}

.select__item:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 24px;
}

.select__item-earth:before {
  /*content: '\f103';
  font-family: "fontello";*/
}

.plan-people__selector {
  /*float: right;
  margin-top: -250px;*/
  font-size: 24px;
  font-weight: 300;
  width: 100%;
  max-width: 300px;
  line-height: 20px;
  height: 50px;
  margin-right: 110px;
  border: #02495d solid 3px;
  color: #02495d;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}

.plan-people__selector .jq-selectbox__trigger-arrow:before {
  color: #02495d;
}

.plan-people__selector .jq-selectbox__dropdown {
  text-align: left;
  background-color: rgba(255, 255, 255, .3);
  border-color: #02495d;
  margin-top: 3px;
  margin-left: -3px;

}

.plan-people__selector .jq-selectbox__dropdown ul {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.plan-people__selector .jq-selectbox__dropdown li:hover {
  background-color: rgba(0, 98, 125, 0.2);;
}

.plan-people__selector .jq-selectbox__select-text {
  padding: 12px 10px;
  text-align: left;
}

.range-wrap .jq-selectbox__dropdown {
  width: 300px;
}

.range-wrap .jq-selectbox__dropdown ul {
  line-height: 30px;
  padding: 5px;
  width: 300px;
}

.range-wrap .jq-selectbox__dropdown li {
  line-height: 30px;
  padding: 5px;
}

.plan-people {
  display: table;
  width: 100%;
  max-width: 500px;
  margin: 45px auto 25px;
  text-align: center;
}

.plan-radio {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 767px) {
  .plan-people {
    width: auto;
  }
  .plan-radio {
    display: block;
    width: 220px;
    text-align: left;
  }
}


@-webkit-keyframes cardEnter {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes cardEnter {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


/* Individual Controls
 ------------------------------------------------------------- */
.plan-radio .radio {
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
}
.plan-radio .radio:hover .inner {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: .5;
}
.plan-radio .radio input {
  height: 1px;
  padding: 0;
  font-size: 1px;
  width: auto;
  opacity: 0;
}
.plan-radio .radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.plan-radio .radio input:checked + .outer {
  border: 3px solid #80b1be;
}
.plan-radio .radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #ffc180;
}
.plan-radio .radio .outer {
  height: 30px;
  width: 30px;
  display: block;
  float: left;
  margin: 10px 9px 10px 10px;
  border: 3px solid #80b1be;
  border-radius: 50%;
  background-color: #fff;
}
.plan-radio .radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 26px;
  width: 26px;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #ffc180;
  opacity: 0;
}

.search-dropdown {
  position: absolute;
  background-color: #eee;
  max-height: 240px;
  overflow: scroll;
  overflow-x: hidden;
}

.search-dropdown li {
  line-height: 1.5;
  font-size: 16px;
  padding: 4px 16px;
  cursor: pointer;
}

.search-dropdown li:first-child {
  padding-top: 10px;
}

.search-dropdown li:nth-child(2n) {
  background-color: rgba(229, 249, 255, 0.5);;
}

.search-dropdown li:hover {
  background-color: #ddd;
}

/*# sourceMappingURL=style.css.map */

.edit_page_title {
  padding: 10px 0px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  border: 1px solid #fff;
}

.edit_page_text_box {
  padding: 10px 10px;
  margin-top: 20px;
  border: 1px solid #ccc;
}

.h2_no_pad_top {
  padding-top: 0px !important;
  margin-top: 10px !important;
}