* {
  box-sizing: border-box;
}


body {
  font-size: 16px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}

#content{
  overflow-x: hidden;
}

button:active,
button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

h1 {
  font-size: 56px;
  font-weight: bold;
  color: #000;
}

h2 {
  font-size: 42px;
  font-weight: bold;
  color: #000;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 30px;
  font-weight: bold;
}

h5 {
  font-size: 26px;
  font-weight: bold;
}

::-webkit-scrollbar {
  display: none;
}

a:hover {
  text-decoration: none;
}

/* navigation start */
header .bg-light {
  background-color: transparent !important;
  padding: 6px 0;
}

header .logo_img {
  max-width: 150px;
}

header .contact_btn,
.get_started_btn {
  background: #fdb604;
  border: 2px solid #fdb604;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  display: block;
  max-width: 160px;
  width: 100%;
  text-align: center;
}

header .contact_btn,
.get_started_btn {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .contact_btn:hover,
.get_started_btn:hover {
  color: #fdb604;
  background: #fff;
}

header .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 26px;
  padding-left: 26px;
}

header .menu_line {
  height: 1px;
  width: 20px;
  background-color: #707173;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  opacity: 0.5;
}

/* fixed menu */
.fixed-nav {
  background: transparent;
  position: fixed;
  max-width: 136px;
  width: 100%;
  height: 390px;
  right: -80px;
  top: 50%;
  z-index: 9999;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.7;
}

.fixed-nav:hover {
  right: -70px;
  opacity: 1;
}

.fixed-nav-active {
  right: 0px !important;
  opacity: 1;
}

.fixed-nav .nav-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 135px;
  background: url(../img/menu-bg.png) top right no-repeat;
  background-size: contain;
}

.fixed-nav .nav-icon {
  display: block;
  position: absolute;
  top: 50px;
  left: 15px;
  padding: 8px 0;
  margin-top: -10px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 99;
  cursor: pointer;
}

.fixed-nav .nav-icon .bars {
  position: relative;
}

.fixed-nav .nav-icon .bars,
.fixed-nav .nav-icon .bars:before,
.fixed-nav .nav-icon .bars:after {
  width: 32px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 4px;
}

.fixed-nav .nav-icon .bars:before,
.fixed-nav .nav-icon .bars:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.fixed-nav .nav-icon .bars:before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}

.fixed-nav .nav-icon .bars:after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}

.fixed-nav .nav-icon-active .bars {
  background-color: #fdb604;
}

.fixed-nav .nav-icon-active .bars:before {
  -webkit-transform: translateX(0) rotate(-45deg);
  -moz-transform: translateX(0) rotate(-45deg);
  -ms-transform: translateX(0) rotate(-45deg);
  -o-transform: translateX(0) rotate(-45deg);
  transform: translateX(0) rotate(-45deg);
}

.fixed-nav .nav-icon-active .bars:after {
  -webkit-transform: translateX(0) rotate(45deg);
  -moz-transform: translateX(0) rotate(45deg);
  -ms-transform: translateX(0) rotate(45deg);
  -o-transform: translateX(0) rotate(45deg);
  transform: translateX(0) rotate(45deg);
}

.fixed-nav nav .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.fixed-nav nav .menu li {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  background-color: #fff;
  -moz-transition: background-color 0.2s linear 0s;
  -ms-transition: background-color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s;
  -webkit-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}

.fixed-nav nav .menu li:last-child {
  border-bottom: 1px solid #eee;
}

.fixed-nav nav .menu li a {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}

.fixed-nav nav .menu a i {
  display: table-cell;
  vertical-align: middle;
  color: #a3a7ad;
  font-size: 16px;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.fixed-nav nav .menu a i:before {
  border: 2px solid;
  border-color: #a3a7ad;
  border-radius: 50%;
  width: 40px;
  display: inline-block;
  height: 40px;
  line-height: 37px;
  -moz-transition: color 0.2s linear 0s, font-size 0.2s linear 0s,
    border-color 0.2s linear 0.2s, height 0.2s linear 0s, width 0.2s linear 0s,
    line-height 0.2s linear 0s;
  -ms-transition: color 0.2s linear 0s, font-size 0.2s linear 0s,
    border-color 0.2s linear 0.2s, height 0.2s linear 0s, width 0.2s linear 0s,
    line-height 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s, font-size 0.2s linear 0s,
    border-color 0.2s linear 0.2s, height 0.2s linear 0s, width 0.2s linear 0s,
    line-height 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s, font-size 0.2s linear 0s,
    border-color 0.2s linear 0.2s, height 0.2s linear 0s, width 0.2s linear 0s,
    line-height 0.2s linear 0s;
  transition: color 0.2s linear 0s, font-size 0.2s linear 0s,
    border-color 0.2s linear 0.2s, height 0.2s linear 0s, width 0.2s linear 0s,
    line-height 0.2s linear 0s;
}

.fixed-nav nav .menu a .link-text {
  position: absolute;
  bottom: 0;
  color: #565a60;
  right: 0;
  left: 0;
  font-size: 8px;
  text-transform: uppercase;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.fixed-nav nav .menu li:hover {
  background-color: #fdd305;
  border-color: #b6c8f8;
}

.fixed-nav nav .menu li:hover .link-text {
  opacity: 0;
}

.fixed-nav nav .menu li:hover i {
  color: #565a60;
  font-size: 43px;
}

.fixed-nav nav .menu li:hover i:before {
  border-color: transparent;
  border-radius: 500px;
  width: 66px;
  height: 66px;
  line-height: 60px;
  -moz-transition: color 0.2s linear 0s, font-size 0.2s linear 0s,
    border-color 0s linear 0.2s, height 0.2s linear 0s, width 0.2s linear 0s,
    line-height 0.2s linear 0s;
  -ms-transition: color 0.2s linear 0s, font-size 0.2s linear 0s,
    border-color 0s linear 0.2s, height 0.2s linear 0s, width 0.2s linear 0s,
    line-height 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s, font-size 0.2s linear 0s,
    border-color 0s linear 0.2s, height 0.2s linear 0s, width 0.2s linear 0s,
    line-height 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s, font-size 0.2s linear 0s,
    border-color 0s linear 0.2s, height 0.2s linear 0s, width 0.2s linear 0s,
    line-height 0.2s linear 0s;
  transition: color 0.2s linear 0s, font-size 0.2s linear 0s,
    border-color 0.2s linear 0s, height 0.2s linear 0s, width 0.2s linear 0s,
    line-height 0.2s linear 0s;
}

/* navigation end */

section {
  position: relative;
}

.container {
  max-width: 1400px;
  width: 100%;
  position: relative;
}

.text {
  font-weight: 300;
  opacity: 0.8;
}

.fadeInUp {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.delay01 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay02 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay03 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay04 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay05 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay07 {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay08 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay09 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay1 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.delay11 {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.delay12 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.main_title {
  padding-top: 150px;
  padding-bottom: 300px;
}

.main_title .wrapper {
  max-width: 650px;
  width: 100%;
}

.main_title .wrapper .text {
  max-width: 400px;
  width: 100%;
}

.main_title .title_img {
  position: relative;
}

.main_title .title_img .title_main_img {
  max-width: 1000px;
  width: 100%;
  z-index: 3;
  position: relative;
}

.main_title .title_img .lamp_img {
  max-width: 1000px;
  width: 100%;
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.about {
  padding-bottom: 300px;
  padding-top: 150px;
}

.about .about_bg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 600px;
  width: 100%;
}

.about .title {
  margin-bottom: 22px;
}

.about .about_img {
  max-width: 600px;
  width: 100%;
}

.about .wrapper {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.about .wrapper h3 {
  margin-bottom: 12px;
  font-weight: 400;
}

.about .wrapper .text {
  font-size: 14px;
}

.about .about_row {
  margin-top: 100px;
}

.services {
  padding-bottom: 300px;
}

.services .service_bg {
  position: absolute;
  top: 0;
  right: 0;
}

.services .col-lg-4 {
  margin-top: 50px;
}

.services .wrapper {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  -ms-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  -o-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  padding: 20px;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  background: #fff;
}

.services .wrapper .service_img {
  max-width: 100px;
  width: 100%;
}

.services .wrapper:hover {
  -webkit-box-shadow: 0px 0px 23px 5px rgba(238, 238, 238, 1);
  -moz-box-shadow: 0px 0px 23px 5px rgba(238, 238, 238, 1);
  -ms-box-shadow: 0px 0px 23px 5px rgba(238, 238, 238, 1);
  -o-box-shadow: 0px 0px 23px 5px rgba(238, 238, 238, 1);
  box-shadow: 0px 0px 23px 5px rgba(238, 238, 238, 1);
}

/* benefits blocks start */

.benefits_block.b_first_block {
  padding-top: 150px;
  padding-bottom: 300px;
}

.benefits_block.b_second_block {
  padding-top: 150px;
  padding-bottom: 450px;
}

.benefits_block.b_first_block {
  padding-top: 150px;
}

.benefits_block .wrapper {
  max-width: 464px;
  width: 100%;
}

.benefits_block .wrapper h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #010101;
  margin-top: -25px;
}

.benefits_block .benefits_img {
  max-width: 354px;
  width: 100%;
}

.sticky-content.fixed {
  position: fixed;
  top: 0;
  z-index: 0;
}

.benefits_block.b_third_block {
  padding-bottom: 300px;
  background: #fff;
}

.benefits_block.b_third_block .row {
  background-color: #fff;
}

.benefits_block.b_third_block .img {
  margin-top: -50px;
}

/* benefits blocks end */

/* support blocks start */

.support {
  background: #fff;
  padding-top: 300px;
  padding-bottom: 300px;
  margin-top: -5px;
}

.support .support_bg_top,
.support .support_bg_bottom {
  position: absolute;
  max-width: 500px;
  width: 100%;
}

.support .support_bg_top {
  left: 0;
  top: 0;
}

.support .support_bg_bottom {
  right: 0;
  bottom: 0;
}

.support .title {
  margin-bottom: 22px;
}

.support .chat_block {
  padding-top: 100px;
}

.support .support_phone {
  max-width: 360px;
  width: 100%;
}

.support .chat_block .chat {
  padding-bottom: 30px;
}

.support .chat_block .manager_photo,
.support .chat_block .user_photo {
  max-width: 60px;
  width: 100%;
  border-radius: 50%;
}

.support .chat_block .msg_wrapper {
  -webkit-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  -ms-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  -o-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  border-radius: 20px;
  padding: 20px;
  max-width: 300px;
  width: 100%;
  color: #565a60;
  background: #fff;
}

.support .chat_block .user_msg {
  margin: 0 0 0 auto;
}

/* tariffs blocks start */

.tariffs {
  padding-top: 150px;
  padding-bottom: 300px;
  background: #fff;
  margin-top: -5px;
}

.tariffs .tariffs_inf {
  padding-bottom: 100px;
}

.tariffs .premium,
.tariffs .standart,
.tariffs .basic {
  margin-bottom: 50px;
}

.tariffs .wrapper {
  max-width: 320px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  -ms-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  -o-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  border-radius: 15px;
  height: 100%;
  overflow: hidden;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.tariffs .premium .wrapper {
  max-width: 340px;
}

.tariffs .wrapper .title {
  padding: 30px 0;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.tariffs .premium .title {
  background-color: #fdb604;
}

.tariffs .premium .price {
  color: #fdb604;
}

.tariffs .basic .title {
  background-color: #e03b5b;
}

.tariffs .basic .price {
  color: #e03b5b;
}

.tariffs .standart .title {
  background-color: #0170e4;
}

.tariffs .standart .price {
  color: #0170e4;
}

.tariffs .wrapper .line {
  max-width: 150px;
  width: 100%;
  height: 2px;
  background: #eee;
  margin: 0 auto 25px;
}

.tariffs .wrapper img {
  width: 20px;
  margin-right: 15px;
}

.tariffs .wrapper ul {
  margin: 0;
  padding-left: 20%;
  padding-right: 20%;
}

.tariffs .wrapper ul li {
  list-style: none;
  padding-bottom: 25px;
  color: #505050;
  font-weight: 200;
}

.tariffs .price {
  text-align: center;
  font-size: 30px;
  font-weight: 200;
  line-height: 1;
  padding-bottom: 25px;
}

.tariffs .get_started_btn {
  margin-top: 60px;
  display: inline-block;
}

/* statistics blocks start */

.statistics {
  padding-top: 150px;
  padding-bottom: 300px;
  background: #fff;
  margin-top: -5px;
  overflow-x: hidden;
}

.statistics .layers_block {
  width: 600px;
  height: 600px;
  background: #d7e2f4;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin-left: -200px;
}

.statistics .second_circle,
.statistics .third_circle,
.statistics .fourth_circle,
.statistics .white_circle {
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.statistics .second_circle {
  width: 530px;
  height: 530px;
  background: #b3cdee;
  z-index: 2;
}

.statistics .third_circle {
  width: 460px;
  height: 460px;
  background: #5c9bde;
  z-index: 3;
}

.statistics .fourth_circle {
  width: 390px;
  height: 390px;
  background: #0170e4;
  z-index: 4;
}

.statistics .white_circle {
  width: 320px;
  height: 320px;
  background: #ffffff;
  z-index: 5;
}

.statistics .white_circle .logo {
  max-width: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.statistics .facts_b {
  position: relative;
}

.statistics .fact_block {
  position: absolute;
  z-index: 5;
  width: 350px;
}

.statistics .fact_block .fact_inf {
  -webkit-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  -ms-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  -o-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 10px;
  color: #808080;
}

.statistics .fact_block .wrapp_img {
  -webkit-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  -ms-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  -o-box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  box-shadow: 0px 0px 6px 1px rgba(238, 238, 238, 1);
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}

.statistics .fact_block .wrapp_img img {
  width: 80px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.statistics .fact_block_first {
  top: 5%;
  left: 25%;
}

.statistics .fact_block_second {
  top: 30%;
  left: 45%;
}

.statistics .fact_block_third {
  left: 15%;
  bottom: 5%;
}

.statistics .procent_b .row {
  margin-bottom: 30px;
}

.statistics .percent_users_f,
.statistics .percent_users_s,
.statistics .percent_users_t {
  font-weight: bold;
  font-size: 46px;
}

.statistics .percent_users_f {
  color: #e03b5b;
}

.statistics .percent_users_s {
  color: #5c9bde;
}

.statistics .percent_users_t {
  color: #fdd305;
}

.statistics .procent_b .text {
  margin: 0;
}

.news {
  padding-top: 150px;
  padding-bottom: 300px;
  margin-top: -5px;
  background: #fff;
}

.news .news_wrapp {
  margin-bottom: 30px;
}

.news .news_block {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  max-width: 300px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.news .front img {
  max-width: 100%;
  margin-bottom: 15px;
}

.news .front .title {
  font-weight: 400;
  margin-bottom: 25px;
}

.news .front .learn_more {
  background: #fdb604;
  color: #fff;
  padding: 10px 10px;
  border-radius: 30px;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  bottom: 15px;
  width: 70%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.news .front,
.news .back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
  -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(184, 184, 192, 0.9);
  -moz-box-shadow: 0px 0px 10px -1px rgba(184, 184, 192, 0.9);
  -ms-box-shadow: 0px 0px 10px -1px rgba(184, 184, 192, 0.9);
  -o-box-shadow: 0px 0px 10px -1px rgba(184, 184, 192, 0.9);
  box-shadow: 0px 0px 10px -1px rgba(184, 184, 192, 0.9);
  max-width: 300px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  color: #000;
  margin: 0 auto;
}

.news .front {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 999;
  text-align: center;
  padding-bottom: 55px;
}

.news .back {
  background-color: #0170e4;
  position: absolute;
  top: 0;
  left: 0;
}

.news .news_first .back {
  background-color: #5fb8be;
}

.news .news_second .back {
  background-color: #0170e4;
}

.news .news_third .back {
  background-color: #e03b5b;
}

.news .news_fourth .back {
  background-color: #5fb8be;
}

.news .front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 300px;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.news .news_block:hover .front,
.news .news_block:hover .back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
  -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.news .inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -moz-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -o-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  right: 5px;
  left: 5px;
  z-index: 2;
  text-align: center;
}

.news .inner p {
  color: #fff;
}

.news .news_block .back {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.news .news_block .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.news .news_block:hover .back {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.news .news_block:hover .front {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

footer {
  background: url(../img/bg/footer_bg.png) no-repeat ;
  background-size: cover;
  padding: 150px 0 18px;
  z-index: 99;
  position: relative;
  color: #fff;
}

footer .footer_logo {
  display: block;
  margin: 0 0 20px;
  max-width: 216px;
  width: 100%;
}

.app_store_btn {
  max-width: 120px;
  width: 100%;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 24px;
}

.app_store_img,
.google_play_img {
  width: 100%;
}

.google_play_btn {
  max-width: 135px;
  width: 100%;
  display: inline-block;
  margin-bottom: 24px;
}

footer ul {
  padding: 0;
  margin: 0;
}

footer ul li {
  list-style: none;
}

footer .footer_nav_link {
  color: #fff;
  line-height: 1;
  margin-bottom: 16px;
  display: block;
  font-weight: 400;
}

footer h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

footer .footer_more_inf {
  font-size: 12px;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
}

footer .copyright {
  font-size: 10px;
  line-height: 1.6;
  color: #fff;
  display: block;
  padding-top: 30px;
}

/* benefits.html */
.benefits_bg{
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
}

.benefits_page .benefits_title{
  padding-top: 150px;
  padding-bottom: 300px;
}

.benefits_page .benefits_title .wrapper {
  max-width: 650px;
  width: 100%;
}

.benefits_page .benefits_title_img{
  max-width: 600px;
  width: 100%;
}

/* contact page */
.contact_page .contact_logo{
  max-width: 120px;
  margin: 6px 0 150px;
}
.contact_page .contact_title{
  padding-bottom: 100px;
}
.contact_page .adress_wrapp{
  max-width: 280px;
  width: 100%;
  font-size: 14px;
  margin: 30px auto 60px;
}
.contact_page .adress_wrapp h6{
  font-weight: bold;
  margin-bottom: 12px;
}
.contact_page .adress_wrapp .address,
.contact_page .adress_wrapp .phone{
  margin-bottom: 12px;
}

.contact_page .adress_wrapp .email{
  font-weight: 500;
}

.contact_page .map .container-fluid{
  padding-left: 0;
  padding-right: 0;
  margin-top: 100px;
  margin-bottom: 100px;
}

.contact_page .map iframe{
  width: 100%;
}

.contact_page #honeypot{
  display: none;
}

.contact_page form{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.contact_page form input,
.contact_page form textarea{
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(184, 184, 192, 0.9);
  -moz-box-shadow: 0px 0px 10px -1px rgba(184, 184, 192, 0.9);
  -ms-box-shadow: 0px 0px 10px -1px rgba(184, 184, 192, 0.9);
  -o-box-shadow: 0px 0px 10px -1px rgba(184, 184, 192, 0.9);
  box-shadow: 0px 0px 10px -1px rgba(184, 184, 192, 0.9);
  height: 50px;
  margin-bottom: 15px;
  border: 0;
  border-radius: 5px;
}

.contact_page form .get_started_btn{
  margin: 10px auto 0;
}

#thankyou_message h3{
  text-align: center;
}

/* news page */

.news_page .news_title{
  background: url(../img/news_bg.jpg) top center no-repeat;
  background-size: cover;

}

.news_page .news_title .title_inf{
  padding-top: 300px;
  padding-bottom: 200px;
}

.news_page .block_with_news{
  padding: 150px 15px 300px;
}

.news_page .block_with_news .news_wrapp{
  -webkit-box-shadow: 0px 0px 10px -1px rgba(184, 184, 192, 0.9);
  -moz-box-shadow: 0px 0px 10px -1px rgba(184, 184, 192, 0.9);
  -ms-box-shadow: 0px 0px 10px -1px rgba(184, 184, 192, 0.9);
  -o-box-shadow: 0px 0px 10px -1px rgba(184, 184, 192, 0.9);
  box-shadow: 0px 0px 10px -1px rgba(184, 184, 192, 0.9);
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.news_page .block_with_news h3{
  margin-bottom: 20px;
}

.news_page .block_with_news .text{
  margin-bottom: 15px;
}

.news_page .block_with_news .news_date .month{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  opacity: 0.8;
  display: inline-block;
  line-height: 1;
}
.news_page .block_with_news .news_date .num{
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.8;
  display: inline-block;
  line-height: 1;
}

.news_page .block_with_news .news_picture img{
  max-width: 500px;
  width: 100%;
}

.benefits_bg{
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
}

.one_news_page .one_news_bg{
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
}

.one_news_page .one_news_title{
  padding-top: 150px;
  padding-bottom: 200px;
}

.one_news_page .one_news_title .wrapper {
  max-width: 650px;
  width: 100%;
}

.one_news_page .one_news_title_img{
  max-width: 600px;
  width: 100%;
}

.one_news_page .one_news_text{
  padding-top: 50px;
  padding-bottom: 50px;
}

.one_news_page .one_news_title .get_started_btn{
  margin: 0 auto;
}

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

@media only screen and (max-width: 1450px) {
  h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 38px;
  }

  h5 {
    font-size: 20px;
  }

  .tariffs .wrapper ul {
    padding-left: 10%;
    padding-right: 10%;
  }
}

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

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

@media only screen and (max-width: 992px) {
  .fixed-nav {
    max-width: 82px;
    height: 250px;
    right: -47px;
  }

  .fixed-nav .nav-btn {
    width: 30px;
    height: 75px;
  }

  .fixed-nav nav .menu li:hover i {
    color: #565a60;
    font-size: 20px;
  }

  .fixed-nav nav .menu li:hover i:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .main_title .wrapper {
    margin: 0 auto 100px;
  }

  .fixed-nav nav .menu a i:before {
    width: 30px;
    height: 30px;
    line-height: 27px;
    border: 1px solid;
  }

  .fixed-nav .nav-icon {
    top: 30px;
    left: 5px;
  }

  .fixed-nav .nav-icon .bars,
  .fixed-nav .nav-icon .bars:before,
  .fixed-nav .nav-icon .bars:after {
    width: 22px;
    height: 3px;
  }

  .fixed-nav nav .menu li {
    width: 50px;
    height: 50px;
  }

  .fixed-nav nav .menu a i {
    font-size: 14px;
  }

  .fixed-nav nav .menu a .link-text {
    font-size: 7px;
  }

  .fixed-nav:hover {
    right: -44px;
  }

  .benefits_block .benefits_img {
    max-width: 280px;
  }

  .tariffs .wrapper ul {
    padding-left: 5%;
    padding-right: 5%;
  }

  .tariffs .wrapper ul li {
    padding-bottom: 15px;
  }

  .tariffs .price {
    font-size: 24px;
    padding-bottom: 15px;
  }

  .statistics .procent_b {
    margin-top: 50px;
  }

  .statistics .fact_block_first {
    left: 5%;
  }

  .statistics .fact_block_second {
    left: 25%;
  }

  .statistics .fact_block_third {
    left: 10%;
  }
}

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

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

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

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 32px;
  }

  .main_title {
    padding-top: 100px;}

  .benefits_block .benefits_img {
    max-width: 200px;
  }

  .benefits_block .wrapper h5 {
    font-size: 16px;
  }

  .support .support_phone {
    display: none;
  }

  .support .chat_block .manager_photo,
  .support .chat_block .user_photo {
    max-width: 40px;
  }

  .tariffs .get_started_btn {
    margin-top: 0px;
  }

  .main_title,
  .about,
  .services,
  .support,
  .tariffs,
  .statistics,
  .news,
  .benefits_page .benefits_title {
    padding-bottom: 200px;
  }

  .support{
    padding-top: 150px;
  }


  footer {
    text-align: center;
  }

  footer .footer_logo {
    margin: 0 auto 20px;
  }

  footer li {
    display: inline-block;
    padding: 25px;
  }

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

  .news_page .news_title .title_inf {
    padding-top: 200px;
  }

  .news_page .news_title .title_inf .wrapper{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .support .support_phone {
    display: block;
  }

  footer {
    text-align: left;
  }

  footer .footer_logo {
    margin: 0 0 20px;
  }

  footer li {
    display: block;
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 36px;
  }

  .benefits_block .benefits_img {
    max-width: 150px;
  }

  .statistics .percent_users_f,
  .statistics .percent_users_s,
  .statistics .percent_users_t {
    font-size: 26px;
  }

  .statistics .procent_b .text {
    font-size: 12px;
    line-height: 1;
  }

  .statistics .fact_block_first {
    left: -5%;
    top: 0;
  }

  .statistics .fact_block_second {
    left: 10%;
    top: 15%;
  }

  .statistics .fact_block_third {
    left: 0%;
  }

  .statistics .fact_block .fact_inf {
    font-size: 12px;
    max-width: 170px;
  }

  .main_title,
  .about,
  .services,
  .benefits_block.b_first_block,
  .benefits_block.b_third_block,
  .support,
  .tariffs,
  .statistics,
  .news,
  .benefits_page .benefits_title,
  .one_news_page .one_news_title  {
    padding-bottom: 100px;
  }

  footer li {
    padding: 15px;
  }

  .news_page .block_with_news {
    padding: 100px 15px 100px;
  }
}

@media only screen and (max-width: 450px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 18px;
  }

  .benefits_block .benefits_img {
    max-width: 100px;
  }

  .benefits_block .wrapper h5 {
    font-size: 12px;
    font-weight: 300;
  }

  .statistics .percent_users_f,
  .statistics .percent_users_s,
  .statistics .percent_users_t {
    font-size: 20px;
  }

  footer .app_store_btn {
    margin-right: 0px;
    max-width: 100px;
    margin-bottom: 14px;
  }

  footer .google_play_btn {
    max-width: 110px;
    margin-bottom: 14px;
  }

  footer li {
    padding: 15px 5px;
  }

  footer .footer_nav_link {
    margin-bottom: 0;
  }

  .news_page .news_title .title_inf {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .news_page .news_title .title_inf .wrapper{
    max-width: 200px;
  }

  .google_play_btn {
    max-width: 85px;
  }

  .app_store_btn {
    max-width: 80px;
  }
}
