@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  overflow-x: hidden;
  font-family: 'Exo2-RegularConsensed', sans-serif;
}

@font-face {
  font-family: "Exo2-LightConsensed";
  /* Имя шрифта */
  src: url("../fonts/Exo2-LightCondensed.otf");
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: "Exo2-SemiBoldConsensed";
  /* Имя шрифта */
  src: url("../fonts/Exo2-SemiBoldCondensed.otf");
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: "Exo2-MediumConsensed";
  /* Имя шрифта */
  src: url("../fonts/Exo2-MediumCondensed.otf");
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: "Exo2-RegularConsensed";
  /* Имя шрифта */
  src: url("../fonts/Exo2-RegularCondensed.otf");
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: "Exo2-BoldConsensed";
  /* Имя шрифта */
  src: url("../fonts/Exo2-BoldCondensed.otf");
  /* Путь к файлу со шрифтом */
}

.burger-menu {
  position: relative;
  display: none;
}

.burger-menu_button {
  position: absolute;
  right: 0;
  z-index: 1030;
  border: none;
  background: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.burger-menu-lines,
.burger-menu-lines:before,
.burger-menu-lines:after {
  background: #ffffff;
  width: 27px;
  height: 3px;
}

.burger-menu-lines {
  position: absolute;
  right: 0;
}

.burger-menu-lines:before {
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
}

.burger-menu-lines:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
}

.burger-menu-button:hover .burger-menu-lines {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.burger-menu_active .burger-menu-lines {
  background-color: transparent;
}

.burger-menu_active .burger-menu-lines::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.burger-menu_active .burger-menu-lines::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.burger-menu_nav {
  padding-top: 58px;
  position: fixed;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  width: 100%;
  background: #3e4a59;
  overflow-y: auto;
  left: 0;
  top: -100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.burger-menu_active .logo {
  font-size: 25px;
  padding: 0 40px;
}

.burger-menu_active .burger-menu_nav {
  top: 67px;
}

.burger-menu_nav ul li .burger-menu_link {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-bottom: 35px;
}

.burger-menu_link:hover {
  color: #ffffff;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  opacity: 1;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-animation-name: show-header;
          animation-name: show-header;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  background: #ffffff;
  padding: 20px 0 0 0;
}

header {
  position: relative;
  background: #3e4a59;
}

header .header {
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header .logo {
  padding: 15px 0;
}

header .header .logo img {
  width: 166px;
}

header .header nav ul .menu-items {
  width: 80px;
  padding: 17px 0 21px 0;
  margin-right: 25px;
  text-align: center;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out;
  position: relative;
}

header .header nav ul .menu-items:hover:after {
  display: block;
}

header .header nav ul .menu-items:hover a {
  color: #5c90d2;
}

header .header nav ul .menu-items:after {
  content: "";
  background: #5c90d2;
  height: 6px;
  width: 80px;
  position: absolute;
  bottom: -1px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  display: none;
  left: 0;
  right: 0;
  margin: auto;
}

header .header nav ul .menu-items a {
  font-size: 16px;
  color: #ffffff;
}

header .header .right-box .support {
  font-size: 16px;
  color: #ffffff;
}

header .header .right-box .support img {
  margin-right: 15px;
}

header .header .right-box .price {
  margin: 0 25px 0 40px;
  border: 2px solid #5c90d2;
  border-radius: 40px;
  width: 88px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .header .right-box .price span {
  font-size: 16px;
  color: #ffffff;
}

header .header .right-box .account {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5c90d2;
  font-size: 16px;
}

header .header .right-box .account.first {
  display: none;
}

header .header .right-box .account li {
  position: relative;
}

header .header .right-box .account li a {
  color: #5c90d2;
  font-size: 16px;
}

header .header .right-box .account li a:hover {
  color: #ffffff;
}

header .header .right-box .account li ul {
  position: absolute;
  top: -500px;
  left: 0;
  padding-left: 0;
  list-style-type: none;
  background-color: #3e4a59;
}

header .header .right-box .account li:hover ul {
  z-index: 9999;
  top: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.5;
  padding: 10px;
  left: -10px;
  padding-top: 5px;
}

header .header .right-box .account li:hover ul li {
  line-height: 2;
}

header .header .right-box .account li img {
  margin-left: 12px;
  width: 10px;
  height: 6px;
}

.section-title {
  font-size: 40px;
  line-height: 55px;
  color: #26292e;
  font-family: "Exo2-RegularConsensed",sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}

main {
  overflow-x: hidden;
}

#home {
  padding: 50px 0 0 0;
  background: url("../images/bc1.png") no-repeat;
  background-size: cover;
}

#home .box {
  padding-top: 76px;
}

#home .box .home-title {
  color: #26292e;
  font-size: 52px;
  line-height: 55px;
  margin-bottom: 32px;
  z-index: 10;
  position: relative;
}

#home .box .home-description {
  margin-bottom: 60px;
}

#home .box .home-description span {
  display: block;
  font-size: 20px;
  color: #2f3136;
  font-family: "Exo2-MediumConsensed",sans-serif;
  margin-bottom: 25px;
  z-index: 10;
  position: relative;
}

#home .box .btn-box a {
  background-color: #f24160;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.39);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.39);
  padding: 20px 60px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 30px;
  z-index: 10;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#home .box .btn-box a:hover {
  color: #f24160;
  border: 2px solid #f24160;
  background: #ffffff;
}

#home .box-img img {
  height: 470px;
}

#home .growth {
  padding-top: 50px;
}

#home .growth .growth-img {
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.11);
  padding: 30px;
}

#growth-mobile {
  display: none;
  margin-top: -30px;
}

#growth-mobile .growth-img {
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.11);
  padding: 12px;
}

#kraud {
  padding: 55px 0 50px 0;
}

#kraud .box .title {
  color: #26292e;
  font-size: 31px;
  line-height: 55px;
  margin: 0;
}

#kraud .box p {
  margin: 15px 0 35px 0;
  font-size: 23px;
  line-height: 34px;
  color: #2f3136;
  font-family: "Exo2-LightConsensed",sans-serif;
}

#kraud .box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#kraud .box-img img {
  height: 450px;
}

#kraud .box-img img.mobile {
  display: none;
}

#kraud .box-img .btn-box {
  margin-left: 60px;
}

#kraud .box-img .btn-box a {
  background: #f24160;
  color: #ffffff;
  padding: 15px 35px;
  border-radius: 30px;
  height: 51px;
  font-size: 18px;
  line-height: 55px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#kraud .box-img .btn-box a:hover {
  color: #f24160;
  border: 2px solid #f24160;
  background: #ffffff;
}

#tariffs {
  padding: 48px 0 54px 0;
  background: url("../images/bc2.png") no-repeat center;
  background-size: cover;
}

#tariffs .section-title {
  color: #ffffff;
  font-weight: 400;
}

#tariffs .box {
  padding: 28px 22px;
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.78);
          box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.78);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

#tariffs .box:hover {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

#tariffs .box.blue .box-header .name {
  color: #5c90d2;
}

#tariffs .box.blue .box-footer .btn-box a {
  background: #5c90d2;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

#tariffs .box.blue .box-footer .btn-box a:hover {
  border: 1px solid #5c90d2;
  color: #5c90d2;
  background: #ffffff;
  font-weight: 900;
}

#tariffs .box.orange .box-header .name {
  color: #f17123;
}

#tariffs .box.orange .box-footer .btn-box a {
  background: #f17123;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

#tariffs .box.orange .box-footer .btn-box a:hover {
  border: 1px solid #f17123;
  color: #f17123;
  background: #ffffff;
  font-weight: 900;
}

#tariffs .box.red .box-header .name {
  color: #f24160;
}

#tariffs .box.red .box-footer .btn-box a {
  background: #f24160;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

#tariffs .box.red .box-footer .btn-box a:hover {
  border: 1px solid #f24160;
  color: #f24160;
  background: #ffffff;
  font-weight: 900;
}

#tariffs .box .box-header {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#tariffs .box .box-header .ellipse {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3e4a59;
  margin-bottom: 8px;
}

#tariffs .box .box-header .name {
  font-size: 28px;
  color: #a6b0bb;
  font-family: "Exo2-SemiBoldConsensed",sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

#tariffs .box .box-body ul li {
  height: auto;
  padding: 5px 0 3px 0;
  border-bottom: 1px solid  #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#tariffs .box .box-body ul li:last-child {
  border-bottom: none;
}

#tariffs .box .box-body ul li.title p,
#tariffs .box .box-body ul li.title span {
  font-size: 17px;
  font-family: 'Exo2-BoldConsensed', sans-serif;
  font-weight: 700;
  color: #2f3136;
}

#tariffs .box .box-body ul li p {
  font-size: 14px;
  color: #2f3136;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}

#tariffs .box .box-body ul li p a {
  margin-left: 10px;
}

#tariffs .box .box-body ul li p a img {
  width: 17px;
  height: 17px;
}

#tariffs .box .box-body ul li img {
  width: 14px;
  height: 11px;
}

#tariffs .box .box-body ul li img.out {
  width: 13px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}

#tariffs .box .box-footer {
  padding-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#tariffs .box .box-footer .price {
  color: #26292e;
  font-size: 30px;
  line-height: 55px;
  margin-bottom: 10px;
}

#tariffs .box .box-footer .btn-box a {
  width: 182px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  background: #a6b0bb;
  color: #ffffff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

#tariffs .box .box-footer .btn-box a:hover {
  border: 1px solid #a6b0bb;
  background: #ffffff;
  color: #a6b0bb;
  font-weight: 700;
}

#tariffs .btn-box.second {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#tariffs .btn-box.second a {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: 241px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  border: 2px solid #5c90d2;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 5px 1px #5c90d2;
          box-shadow: 0 0 5px 1px #5c90d2;
}

#tariffs .btn-box.second a:hover {
  background: #5c90d2;
  border: none;
  color: #ffffff;
}

#tariffs-mobile {
  padding: 48px 0 54px 0;
  background: url("../images/bc2.png") no-repeat;
  background-size: cover;
}

#tariffs-mobile .section-title {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px;
}

#tariffs-mobile .tariffs-item {
  margin: 20px;
}

#tariffs-mobile .tariffs-item .box {
  padding: 28px 22px;
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.78);
          box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.78);
}

#tariffs-mobile .tariffs-item .box.blue .box-header .name {
  color: #5c90d2;
}

#tariffs-mobile .tariffs-item .box.blue .box-footer .btn-box a {
  background: #5c90d2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#tariffs-mobile .tariffs-item .box.blue .box-footer .btn-box a:hover {
  border: 1px solid #5c90d2;
  color: #5c90d2;
  background: #ffffff;
  font-weight: 900;
}

#tariffs-mobile .tariffs-item .box.orange .box-header .name {
  color: #f17123;
}

#tariffs-mobile .tariffs-item .box.orange .box-footer .btn-box a {
  background: #f17123;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#tariffs-mobile .tariffs-item .box.orange .box-footer .btn-box a:hover {
  border: 1px solid #f17123;
  color: #f17123;
  background: #ffffff;
  font-weight: 900;
}

#tariffs-mobile .tariffs-item .box.red .box-header .name {
  color: #f24160;
}

#tariffs-mobile .tariffs-item .box.red .box-footer .btn-box a {
  background: #f24160;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#tariffs-mobile .tariffs-item .box.red .box-footer .btn-box a:hover {
  border: 1px solid #f24160;
  color: #f24160;
  background: #ffffff;
  font-weight: 900;
}

#tariffs-mobile .tariffs-item .box .box-header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#tariffs-mobile .tariffs-item .box .box-header .ellipse {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3e4a59;
  margin-bottom: 16px;
}

#tariffs-mobile .tariffs-item .box .box-header .name {
  font-size: 28px;
  color: #a6b0bb;
  font-weight: 600;
  font-family: 'Exo2-SemiBoldConsensed', sans-serif;
  text-transform: uppercase;
  margin: 0;
}

#tariffs-mobile .tariffs-item .box .box-body ul li {
  padding: 11px 0 9px 0;
  border-bottom: 1px solid  #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#tariffs-mobile .tariffs-item .box .box-body ul li:last-child {
  border-bottom: none;
}

#tariffs-mobile .tariffs-item .box .box-body ul li.title p,
#tariffs-mobile .tariffs-item .box .box-body ul li.title span {
  font-size: 17px;
  font-family: 'Exo2-BoldConsensed', sans-serif;
  font-weight: 700;
  color: #2f3136;
}

#tariffs-mobile .tariffs-item .box .box-body ul li p {
  font-size: 14px;
  color: #2f3136;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}

#tariffs-mobile .tariffs-item .box .box-body ul li p a {
  margin-left: 10px;
}

#tariffs-mobile .tariffs-item .box .box-body ul li img .out {
  width: 13px;
  height: 13px;
}

#tariffs-mobile .tariffs-item .box .box-footer {
  padding-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#tariffs-mobile .tariffs-item .box .box-footer .price {
  color: #26292e;
  font-size: 30px;
  line-height: 55px;
  margin-bottom: 22px;
}

#tariffs-mobile .tariffs-item .box .box-footer .btn-box a {
  width: 182px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  background: #a6b0bb;
  color: #ffffff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

#tariffs-mobile .tariffs-item .box .box-footer .btn-box a:hover {
  border: 1px solid #a6b0bb;
  background: #ffffff;
  color: #a6b0bb;
  font-weight: 700;
}

#tariffs-mobile .btn-box.second {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#tariffs-mobile .btn-box.second a {
  width: 241px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  border: 2px solid #5c90d2;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 5px 1px #5c90d2;
          box-shadow: 0 0 5px 1px #5c90d2;
}

#tariffs-mobile .btn-box.second a:hover {
  background: #5c90d2;
  border: none;
  color: #ffffff;
}

#tariffs-mobile {
  display: none;
}

#guarantee {
  padding: 65px 0 0 0;
}

#guarantee .left {
  padding-right: 50px;
}

#guarantee .right {
  padding-left: 50px;
}

#guarantee .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

#guarantee .box .box-img {
  margin-right: 35px;
  width: 92px !important;
  height: 92px !important;
  background: #5c90d2;
  border-radius: 50%;
}

#guarantee .box .box-img img {
  width: 36px;
}

#guarantee .box .box-info {
  width: 70%;
  padding-top: 20px;
}

#guarantee .box .box-info .title {
  color: #26292e;
  font-size: 22px;
  margin-bottom: 15px;
  font-family: "Exo2-SemiBoldConsensed",sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

#guarantee .box .box-info p {
  color: #2f3136;
  font-size: 15px;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
}

#guarantee-mobile {
  padding: 30px 0 0    0;
  display: none;
}

#guarantee-mobile .section-title {
  font-weight: 600;
}

#guarantee-mobile .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#guarantee-mobile .box .box-img {
  width: 92px !important;
  height: 92px !important;
  background: #5c90d2;
  border-radius: 50%;
  margin-bottom: 23px;
}

#guarantee-mobile .box .box-img img {
  width: 36px;
}

#guarantee-mobile .box .box-info {
  text-align: center;
  padding: 0 18px 0 25px;
}

#guarantee-mobile .box .box-info .title {
  color: #26292e;
  font-size: 18px;
  margin-bottom: 17px;
  font-weight: 600;
  font-family: "Exo2-SemiBoldConsensed",sans-serif;
  text-transform: uppercase;
}

#guarantee-mobile .box .box-info p {
  color: #2f3136;
  font-size: 15px;
  font-family: "Open Sans",sans-serif;
}

#guarantee-mobile .owl-carousel .owl-nav button.owl-prev {
  width: 15px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top: 33%;
}

#guarantee-mobile .owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

#guarantee-mobile .owl-carousel .owl-nav button.owl-prev:hover {
  background: url(../images/arrow1.png) no-repeat;
  background-size: contain;
}

#guarantee-mobile .owl-carousel .owl-nav button.owl-next {
  width: 16px;
  height: 29px;
  border-radius: 50%;
  position: absolute;
  right: -1px;
  top: 32%;
}

#guarantee-mobile .owl-carousel .owl-nav button.owl-next span {
  display: none;
}

#guarantee-mobile .owl-carousel .owl-nav button.owl-next:hover {
  background: url(../images/arrow-next.png) no-repeat;
  background-size: contain;
}

#review {
  padding: 20px 0 100px 0;
}

#review .section-title {
  margin-bottom: 20px;
}

#review .review-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 15px;
  padding: 40px 22px 40px 22px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.11);
  text-align: center;
}

#review .review-box .img {
  border-radius: 50%;
  background-color: #5c90d2;
  width: 92px;
  height: 92px;
}

#review .review-box .img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  width: 92px;
  height: 92px;
}

#review .review-box .img p {
  font-size: 27px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

#review .review-box .name {
  margin: 17px 0 0 0;
  color: #26292e;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
}

#review .review-box .company {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #2f3136;
  margin: 17px 0 25px 0;
  font-style: italic;
}

#review .review-box .rev {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #2f3136;
}

.owl-carousel .owl-nav button.owl-prev {
  background: url(../images/arrow1.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: -5%;
  top: 37%;
}

.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.owl-carousel .owl-nav button.owl-prev:hover:hover {
  background: url(../images/arrow1.png) no-repeat;
  background-size: contain;
}

.owl-carousel .owl-nav button.owl-next {
  background: url(../images/arrow-next.png) no-repeat;
  background-size: contain;
  width: 25px;
  /* font-size: 30px; */
  height: 50px;
  border-radius: 50%;
  position: absolute;
  right: -5%;
  top: 37%;
}

.owl-carousel .owl-nav button.owl-next span {
  display: none;
}

.owl-carousel .owl-nav button.owl-next:hover:hover {
  background: url(../images/arrow-next.png) no-repeat;
  background-size: contain;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #ebf0f6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots {
  margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #5c90d2 !important;
  opacity: 1 !important;
}

#pay {
  padding: 42px 0 56px 0;
  background: #f4f6f9;
}

#pay .pay-box {
  text-align: center;
}

#pay .pay-box img {
  margin-bottom: 30px;
}

#pay .pay-box img.yandex {
  height: 70px;
  margin-bottom: 30px;
}

#pay .pay-box img.unitpay {
  height: 51px;
  margin-bottom: 50px;
}

#pay .pay-box img.bank-card {
  height: 90px;
  margin-bottom: 16px;
}

#pay .pay-box p {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #2f3136;
}

#pay .pay-box a {
  color: #5c90d2;
  border-bottom: 1px solid #5c90d2;
}

#pay .pay-box a.first {
  display: inline-block;
  margin-top: 30px;
}

#support {
  background: url("../images/support-bg.png") no-repeat center;
  background-size: cover;
  padding: 70px 0 45px 0;
}

#support .info .title {
  font-size: 22px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Exo2-SemiBoldConsensed",sans-serif;
  margin-bottom: 22px;
}

#support .info .description {
  margin: 20px 0 35px 0;
  font-size: 15px;
  color: #ffffff;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

#support .info .btn-box a {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  height: 55px;
  text-transform: uppercase;
  padding: 0 30px;
  color: #ffffff;
  font-size: 18px;
  border: 2px solid #5c90d2;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 5px 1px #5c90d2;
          box-shadow: 0 0 5px 1px #5c90d2;
}

#support .info .btn-box a:hover {
  background: #5c90d2;
  border: none;
  color: #ffffff;
}

#support .box-img {
  text-align: center;
}

#support .box-img img {
  height: 322px;
}

footer {
  background: #f4f6f9;
}

footer .footer .logo {
  padding: 20px 0;
  margin-right: 60px;
}

footer .footer .logo img {
  display: block;
  width: 134px;
}

footer .footer .logo span {
  margin-top: 10px;
  color: #2f3136;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
}

footer .footer ul {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer ul li {
  padding: 20px 0;
  position: relative;
  margin-right: 45px;
}

footer .footer ul li:hover:after {
  display: block;
}

footer .footer ul li:hover a {
  color: #5c90d2;
}

footer .footer ul li:after {
  content: "";
  background: #5c90d2;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  display: none;
  left: 0;
  right: 0;
  margin: auto;
}

footer .footer ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #2f3136;
}

footer .footer ul li:last-child {
  margin-right: 0;
}

@media (max-width: 1700px) {
  #home {
    background-position: bottom;
  }
}

@media (max-width: 1200px) {
  #home {
    background-position: center;
  }

  footer .footer ul li {
    margin-right: 15px;
  }

  #tariffs .box {
    margin-bottom: 30px;
  }

  #kraud .box .title {
    font-size: 25px;
    line-height: 23px;
  }

  #kraud .box p {
    margin: 15px 0 25px 0;
    font-size: 18px;
    line-height: 25px;
  }

  #kraud .box-img {
    height: 395px;
  }
}

@media (max-width: 991px) {
  header .header .nav-menu {
    display: none;
  }

  header .header .right-box .support,
  header .header .right-box .price,
  header .header .right-box .account {
    display: none !important;
  }

  header .header .right-box .burger-menu {
    display: block;
  }

  header .header .logo img {
    width: 123px;
    height: 30px;
  }

  .section-title {
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  #home {
    padding: 30px 0 130px 0;
    background: url("../images/home-mobile.jpg") no-repeat center;
    background-size: cover;
  }

  #home .box {
    position: relative;
    padding-top: 0;
  }

  #home .box:after {
    content: "";
    position: absolute;
    right: -66px;
    top: 6px;
    background: url("../images/img1.png") no-repeat;
    background-size: contain;
    width: 176px;
    height: 392px;
    z-index: 0;
    display: none;
  }

  #home .box .home-title {
    font-size: 34px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  #home .box .home-description {
    margin-bottom: 40px;
    padding-right: 110px;
  }

  #home .box .home-description span {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 17px;
  }

  #home .box-img {
    display: none;
  }

  #home .growth {
    display: none;
  }

  #home .growth .growth-img {
    padding: 12px;
  }

  #kraud .box-img {
    height: auto;
  }

  #kraud .box-img img {
    height: auto;
  }

  #kraud .box-img img.pc {
    display: none;
  }

  #kraud .box-img img.mobile {
    display: block;
  }

  #kraud .box-img .btn-box {
    margin-left: 0;
  }

  #tariffs .box {
    margin-bottom: 30px;
  }

  #guarantee .guarantee-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #guarantee .box {
    margin: 0 0 30px 0;
  }

  #guarantee .right {
    padding-left: 0;
  }

  #guarantee .left {
    padding: 0;
  }

  #pay .pay-box {
    margin-bottom: 30px;
  }

  #support .box-img {
    margin-top: 30px;
  }

  footer .footer {
    padding: 15px 0 17px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  footer .footer .footer-menu {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  #growth-mobile {
    display: block;
    margin-top: 0;
  }

  #home .box:after {
    right: -10px;
    top: 66px;
    background: url("../images/img1-mobile.png") no-repeat;
    background-size: contain;
    display: block;
  }

  #kraud {
    padding: 20px 0 30px 0;
  }

  #kraud .section-title {
    font-size: 25px;
    margin-bottom: 20px;
    text-align: left;
  }

  #kraud .box .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }

  #kraud .box p {
    margin: 19px 0 20px 0;
    font-size: 15px;
    line-height: 24px;
  }

  #tariffs {
    display: none;
  }

  #tariffs-mobile {
    padding: 35px 0 45px 0;
    display: block;
  }

  #tariffs-mobile .owl-carousel .owl-item img {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #tariffs-mobile .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 5px;
  }

  #guarantee {
    display: none;
  }

  #guarantee-mobile {
    display: block;
  }

  #review {
    padding: 30px 0 30px 0;
  }

  #review .section-title {
    margin-bottom: 15px;
  }

  #review .review-box {
    margin: 10px 2px;
  }

  #review .owl-theme .owl-dots {
    margin-top: 0;
  }

  #pay {
    padding: 30px 0;
  }

  #pay .pay-box {
    margin-bottom: 45px;
  }

  #pay .pay-box.third {
    margin-bottom: 0;
  }

  #pay .pay-box img {
    margin-bottom: 23px;
  }

  #pay .pay-box img.unitpay {
    margin-bottom: 23px;
  }

  #pay .pay-box img.yandex {
    margin-bottom: 23px;
  }

  #support {
    padding: 45px 0;
  }

  #support .info .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 18px;
  }

  #support .info .description {
    margin: 40px 0 35px 0;
  }

  #support .info .btn-box {
    display: none !important;
  }

  #support .box-img img {
    width: 220px;
    height: 200px;
  }
}

@media (max-width: 340px) {
  #kraud .box-img {
    height: 292px;
  }
}