body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img, abbr {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

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

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-interface {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

/*
.result-second .container {
  max-width: 1300px;
} */

@media screen and (max-width: 780px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-interface {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@font-face {
  font-family: "PN";
  src: url("../font/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "PN";
  src: url("../font/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "PN";
  src: url("../font/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "PN";
  src: url("../font/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "PN";
  font-weight: 300;
  line-height: 1.4;
}

h1, h2 {
  font-weight: 300;
}

.t2 {
  font-size: 36px;
  line-height: 1.1;
}

.btn {
  height: 50px;
  width: 165px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  background-color: transparent;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.btn-outlined {
  border: 2px solid #006df6;
}

.btn-outlined:hover {
  color: #fff;
  background-color: #006df6;
  -webkit-filter: drop-shadow(0px 24px 25.5px rgba(0, 109, 246, 0.28));
  filter: drop-shadow(0px 24px 25.5px rgba(0, 109, 246, 0.28));
}

.btn-filled {
  background-color: #00a2ff;
  color: #fff;
}

.btn-filled:hover {
  -webkit-filter: drop-shadow(0px 24px 25.5px rgba(0, 109, 246, 0.28));
  filter: drop-shadow(0px 24px 25.5px rgba(0, 109, 246, 0.28));
}

#menu {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

#close {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
}

.whitebg {
  background-color: #fff;
}

.bold {
  font-weight: 700;
}

.blue {
  background-color: #b0edf0;
}

.purple {
  background-color: #d7dbec;
}

.blue2 {
  background-color: #006cf6;
}

.parallax {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -0;
}

.parallax .layer {
  width: 104%;
  height: 104%;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  margin: 0 0px 0px -2%;
  background-position: right -30%;
  background-repeat: no-repeat;
}

.parallax1, .parallax2 {
  position: relative;
}

.parallax_partner .layer_01 {
  background-position: 25% 81%;
  background-image: url("../img/9partner/paralax/box.png");
}

.parallax_partner .layer_02 {
  background-position: 88% 57%;
  background-image: url("../img/9partner/paralax/box2.png");
}

.parallax_partner .layer_03 {
  background-position: 89.5% 53%;
  background-image: url("../img/9partner/paralax/box3.png");
}

.parallax_partner .layer_04 {
  background-position: 15% 86%;
  background-image: url("../img/9partner/paralax/p1.png");
}

.parallax_partner .layer_05 {
  background-position: 89% 53%;
  background-image: url("../img/9partner/paralax/p2.png");
}

.parallax_partner .layer_06 {
  background-position: 38% 85%;
  background-image: url("../img/9partner/paralax/car.png");
}

.parallax_solution .layer_03 {
  background-position: 0% 4%;
  margin-left: -180px;
  background-image: url("../img/4solution/paralax/1.png");
}

.parallax_solution .layer_02 {
  background-position: 0% 60%;
  background-image: url("../img/4solution/paralax/2.png");
  margin-left: 0px;
}

.parallax_solution .layer_01 {
  background-position: 24% 62%;
  background-image: url("../img/4solution/paralax/3.png");
}

.header, .footer {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.header-items, .footer-items {
  position: relative;
  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-logo__item, .footer-logo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo__img, .footer-logo__img {
  z-index: 999;
  max-height: 49px;
}

.header-logo__text, .footer-logo__text {
  font-size: 10px;
  margin-left: 14px;
}

.header-logo .orange, .footer-logo .orange {
  margin-top: 19px;
}

.header-logo .orange__img, .footer-logo .orange__img {
  width: 152px;
  text-align: right;
}

.header-media, .footer-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-media__item, .footer-media__item {
  margin: 0 9px;
}

.header-call, .footer-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-call__number .num a, .footer-call__number .num a {
  font-size: 22px;
  margin-right: 18px;
  color: #000;
  text-decoration: none;
}

.header-call__number .mail a, .footer-call__number .mail a {
  font-size: 14px;
  color: #00a8f6;
  font-weight: bold;
}

.header-menu, .footer-menu {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 11px;
  left: -70px;
  z-index: 999;
}

.header .container, .footer .container {
  position: relative;
}

.header-wrap, .footer-wrap {
  position: relative;
}

.header-menuopen, .footer-menuopen {
  display: none;
  position: absolute;
  z-index: 100;
  top: -20px;
  left: -70px;
  background-color: #fff;
  width: 383px;
  padding-bottom: 20px;
  padding-left: 90px;
  padding-top: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-menuopen__item, .footer-menuopen__item {
  font-size: 22px;
  line-height: 2.6;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-menuopen__item:hover, .footer-menuopen__item:hover {
  color: #00a2ff;
}

.footer {
  border-top: 1px solid #cad5e7;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-logo {
  margin-bottom: -52px;
}

.footer-call__number {
  margin-bottom: -23px;
}

.header {
  width: 100%;
  position: absolute;
  z-index: 100;
}

.header-fixed {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  -webkit-filter: drop-shadow(5px 8.66px 29.5px rgba(30, 132, 154, 0.1));
  filter: drop-shadow(5px 8.66px 29.5px rgba(30, 132, 154, 0.1));
}

.header-fixed .header-menu {
  top: 18px;
}

.header-menuwrap-fixed {
  border-bottom: 2px solid rgba(30, 132, 154, 0.1);
}

.main {
  background-position-x: 50%;
  background-image: url("../img/2main/bg2.png");
  background-size: cover;
  padding-bottom: 170px;
}

.main-mid {
  background-position-x: 50%;
  background-image: url("../img/5main-mid/05.png");
  background-size: cover;
  padding-bottom: 70px;
}

.main .container {
  position: relative;
}

.main .fly {
  position: absolute;
  top: 150px;
  right: 19.5%;
}

.main-title {
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 20px;
  font-size: 33px;
  line-height: 1.3;
  font-weight: 300;
}

.main-title-mid {
  padding-top: 90px;
  padding-bottom: 40px;
  padding-left: 0px;
  font-size: 33px;
  line-height: 1.3;
  font-weight: 300;
}

.main-img-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 150px;
}

.main-desc-mid {
  font-size: 22px;
  max-width: 400px;
}

.main-desc-mid2 {
  padding-top: 40px;
  font-size: 22px;
  max-width: 400px;
}

.main-desc-mid3 {
  padding-top: 40px;
  font-size: 22px;
  max-width: 400px;
  color: #3e58cc;
}

.main-btn {
  margin-top: 50px;
  margin-bottom: 56px;
}

.main-btn .btn {
  width: 294px;
  height: 62px;
  font-size: 18px;
}

.main-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-partner__text {
  font-size: 14px;
  color: #0058c6;
  margin-left: 13px;
  max-width: 174px;
  text-decoration: underline;
}

.main-partner__text a {
  color: #0058c6;
}

.odds {
  background-color: #fff;
  margin-top: -88px;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  -webkit-filter: drop-shadow(5px 8.66px 29.5px rgba(30, 132, 154, 0.1));
  filter: drop-shadow(5px 8.66px 29.5px rgba(30, 132, 154, 0.1));
}

.odds-items {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

.odds-items__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 7px;
  margin-right: 7px;
  width: calc(25% - 14px);
}

.odds-items__img {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

.odds-items__text {
  font-size: 14px;
}

.solution {
  overflow: hidden;
  padding-top: 83px;
  padding-bottom: 150px;
  /* background-color: rgb(250, 250, 250); */
}

.solution .container {
  position: relative;
}

.solution-to-partner {
  color: #0058c6;
  cursor: pointer;
  border-bottom: 1px solid #bfd5f0;
}

.solution .t2 {
  position: relative;
  z-index: 1;
  max-width: 550px;
  margin-bottom: 40px;
}

.solution-question {
  font-size: 18px;
  line-height: 1.333;
  padding-left: 210px;
  font-weight: 700;
  margin-bottom: 20px;
}

.solution-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.solution-left__title {
  font-size: 18px;
  line-height: 1.333;
  color: #000000;
  font-weight: bold;
  margin-bottom: 25px;
}

.solution-left__text {
  font-size: 14px;
  font-weight: 1.43;
  margin-right: 10px;
}

.solution-items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.solution-items__img-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 15px;
  margin-top: 15px;
  min-width: 192px;
}

.solution-items__text {
  margin-left: 16px;
  max-width: 326px;
  font-size: 14px;
}

.solution-items__text a {
  color: #0058c6;
}

.solution-ok {
  margin-top: 76px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

.solution-ok__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 7px;
  margin-right: 7px;
  width: calc(50% - 14px);
}

.solution-ok__title {
  font-size: 18px;
  line-height: 1.333;
  color: #000000;
  font-weight: bold;
  margin: 10px 0;
}

.solution-ok__text {
  max-width: 563px;
}

.solution-ok__line {
  background-color: #d8e9fe;
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.solution-ok__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.solution-ok__ok {
  margin-right: 6px;
}

.project {
  overflow: hidden;
  position: relative;
  padding-bottom: 75px;
  padding-top: 130px;
  font-size: 14px;
  line-height: 1.43;
}

.project .t2 {
  margin-bottom: 56px;
}

.project-wrap {
  position: relative;
  padding-left: 65px;
  padding-right: 65px;
}

.project-customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
  position: relative;
}

.project-customer__img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 7px;
  margin-right: 7px;
  width: calc(16.66667% - 14px);
  z-index: 6;
}

.project-customer__img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  -webkit-filter: drop-shadow(16px 27.713px 61px rgba(30, 132, 154, 0.27));
  filter: drop-shadow(16px 27.713px 61px rgba(30, 132, 154, 0.27));
}

.project-customer__right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 7px;
  margin-right: 7px;
  width: calc(83.33333% - 14px);
  padding-top: 6px;
}

.project-customer__text {
  font-size: 14px;
  margin-bottom: 10px;
}

.project-customer__desc {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}

.project-time__item {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-time__time {
  padding: 0 8px;
  border-radius: 11px;
  margin-right: 7px;
}

.project-field {
  margin-top: -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

.project-field__left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 7px;
  margin-right: 7px;
  width: calc(16.66667% - 14px);
}

.project-field__right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 7px;
  margin-right: 7px;
  width: calc(75% - 14px);
  padding-top: 35px;
}

.project-field__right ul li {
  background-image: url("../img/12project/listicon.png");
  background-repeat: no-repeat;
  padding-left: 19px;
  background-position-y: 3px;
  margin-top: 4px;
}

.project-field__ring {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
  width: 133px;
  height: 133px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 1px solid #dceafe;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-field__imgdesc {
  font-weight: bold;
}

.project-field .bold {
  font-size: 18px;
  margin-top: 20px;
}

.project .field1 {
  z-index: 5;
}

.project .field2 {
  z-index: 4;
}

.project .field3 {
  z-index: 3;
}

.project .field4 {
  z-index: 2;
}

.project .field5 {
  z-index: 1;
}

.project #right {
  position: absolute;
  z-index: 10;
  right: 0px;
  top: 50px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.project #right:hover {
  -webkit-filter: drop-shadow(0px 32px 25.5px rgba(0, 109, 246, 0.85));
  filter: drop-shadow(0px 32px 25.5px rgba(0, 109, 246, 0.85));
}

.project #left {
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 50px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.project #left:hover {
  -webkit-filter: drop-shadow(0px 32px 25.5px rgba(0, 109, 246, 0.85));
  filter: drop-shadow(0px 32px 25.5px rgba(0, 109, 246, 0.85));
}

.project .owl-theme .owl-dots {
  position: absolute;
  right: -65px;
  top: -95px;
}

.project .owl-theme .owl-dots .owl-dot {
  outline: none;
  border: none;
}

.project .owl-theme .owl-dots .owl-dot span {
  background-color: #d6daec;
}

.project .owl-theme .owl-dots .owl-dot.active span, .project .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #006cf6;
}

.connect {
  background-image: url("../img/5connect/bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 10%;
  line-height: 1.43;
  padding-bottom: 82px;
}

.connect .t2 {
  max-width: 530px;
}

.connect-items {
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

.connect-items__item {
  background-color: #fff;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 7px;
  margin-right: 7px;
  width: calc(33.33333% - 14px);
  border-radius: 3px;
  -webkit-filter: drop-shadow(5px 8.66px 29.5px rgba(30, 132, 154, 0.1));
  filter: drop-shadow(5px 8.66px 29.5px rgba(30, 132, 154, 0.1));
  padding: 31px 30px 40px 70px;
  margin-bottom: 14px;
}

.connect-items .higher {
  z-index: 2;
}

.connect-items__img {
  height: 83px;
}

.connect-items__desc {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333;
  margin: 15px 0;
}

.connect-items__text {
  font-size: 14px;
}

.connect-items .big {
  -webkit-filter: drop-shadow(5px 10px 40px rgba(30, 132, 154, 0.27));
  filter: drop-shadow(5px 10px 40px rgba(30, 132, 154, 0.27));
  width: calc(66.66667% - 14px);
}

.connect-items .big .connect-items__desc {
  max-width: 350px;
}

.connect-garant {
  margin-top: 50px;
  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;
}

.connect-garant__img {
  margin-right: 20px;
}

.connect-garant__text {
  font-size: 18px;
  font-weight: 700;
}

.connect-btn {
  margin-top: 50px;
  margin-bottom: 56px;
}

.connect-btn .btn {
  width: 294px;
  height: 62px;
  font-size: 18px;
}

.protect {
  padding-top: 100px;
  padding-bottom: 75px;
  background-color: #ffffff;
}

.protect-items {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.protect-items__wrap {
  width: 45%;
}

.protect-items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
}

.protect-items__right {
  padding-top: 15px;
}

.protect-items__left {
  min-width: 55px;
  margin-right: 16px;
}

.protect-items__title {
  font-size: 18px;
  line-height: 1.333;
  font-weight: 700;
}

.protect-items__text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.43;
}

.protect-items__img {
  padding-bottom: 35px;
  padding-left: 10px;
  padding-right: 20px;
}

.protect .t2 {
  margin-bottom: -42px;
  max-width: 585px;
}

.result {
  padding-top: 110px;
  padding-bottom: 85px;
  background-color: #F4F8FB;
}

.result .t2 {
  margin-bottom: 50px;
  text-align: center;
}

.result-second {
  padding-top: 110px;
  padding-bottom: 85px;
}

.result-second .t2 {
  margin-bottom: 30px;
}

.result-third {
  padding-top: 0px;
  padding-bottom: 85px;
}

.result-third .t2 {
  margin-bottom: 30px;
  text-align: center;
}

.result-second.t2 {
  margin-bottom: 50px;
}

.result-second-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

.result-third__text {
  display: block;
  max-width: 700px;
  min-width: 300px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 300;
}

.result-third__text p {
  padding-bottom: 10px;
}

.result-second-items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 45px 0;
  min-height: 90px;
}

.reverse {
  flex-wrap: wrap-reverse;
}

.result-second-items__img {
  width: 920px;
  min-width: 300px;
}

.result-items__item2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 7px;
  margin-right: 7px;
  width: 370px;
  padding: 20px 25px;
  border-radius: 3px;
  background-color: #ffffff;
  margin-bottom: 14px;
}

.result-items__line2 {
  width: 55px;
  height: 5px;
  background-color: #006df6;
  margin-bottom: 15px;
}

.result-items__title2 {
  font-size: 18px;
  line-height: 1.333;
  font-weight: 700;
}

.result-items__desc2 {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.43;
}

.additional {
  font-style: italic;
}

.result-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

.result-items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 15px;
  min-height: 90px;
  min-width: 300px;
}

.result-items__left {
  min-width: 35px;
  margin-right: 10px;
  min-height: 50px;
}

.result-items__left img {
  margin-top: 20px;
}

.result-items__right {
  padding-left: 20px;
  width: 680px;
}

.result-items__line {
  width: 55px;
  height: 5px;
  background-color: #006df6;
  margin-bottom: 15px;
}

.result-items__title {
  font-size: 22px;
  line-height: 1.333;
}

.result-items__title p {
  padding-bottom: 20px;
}

.result-items__desc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.43;
}

.result-btn {
  text-align: center;
  margin-top: 47px;
}

.result-btn .btn {
  width: 376px;
  height: 62px;
  font-size: 18px;
}

.result1 {
  height: 274px;
}

.result2 {
  height: 274px;
}

.result3 {
  height: 228px;
}

.result4 {
  height: 306px;
}

.result5 {
  margin-top: -14px;
  height: 320px;
}

.result6 {
  margin-top: -45px;
  height: 351px;
}

.services {
  padding-top: 103px;
  padding-bottom: 90px;
  background-color: #004f85;
  color: #fff;
  text-align: center;
}

.services .t2 {
  margin-bottom: 58px;
}

.services-items {
  overflow: hidden;
}

.services-items__wrap {
  position: relative;
}

.services-items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 25px;
  width: 100%;
}

.services-items__title {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.333;
  font-weight: 700;
}

.services-items__desc {
  margin-top: 25px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.43;
}

.services-items__btn {
  margin-top: auto;
}

.services-items__btn .btn {
  width: 300px;
  height: 61px;
  border-radius: 3px;
  background-color: #006df6;
}

.services .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services .owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.services .owl-carousel .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.services .owl-carousel .flex-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.services .owl-carousel .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 15px;
}

.services-right {
  position: absolute;
  top: 50px;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

.services-left {
  position: absolute;
  top: 50px;
  left: 0;
  cursor: pointer;
  z-index: 1;
}

.partner {
  background-color: #f0f3fd;
  padding-top: 85px;
  overflow: hidden;
  position: relative;
}

.partner .t2 {
  margin-bottom: 16px;
}

.partner-question {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.partner-desc {
  font-size: 18px;
  line-height: 1.333;
  font-weight: bold;
  max-width: 690px;
  margin-bottom: 34px;
}

.partner-items {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

.partner-items__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 7px;
  margin-right: 7px;
  width: calc(33.33333% - 14px);
  padding-right: 30px;
}

.partner-items__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

.partner-box {
  padding: 55px 63px;
  max-width: 490px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-filter: drop-shadow(16px 27.713px 61px rgba(30, 132, 154, 0.27));
  filter: drop-shadow(16px 27.713px 61px rgba(30, 132, 154, 0.27));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: -60px;
  margin-bottom: 77px;
  margin-top: -60px;
}

.partner-box__title {
  font-size: 18px;
  line-height: 1.333;
  color: #000000;
  font-weight: bold;
  margin-bottom: 25px;
}

.partner-box__text {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.partner-box__btn {
  margin-top: 20px;
}

.partner-box__btn .btn {
  width: 100%;
  height: 61px;
  background: #006df6;
  font-size: 18px;
  font-weight: 500;
}

.partner2 {
  width: calc(25% - 14px);
  padding-right: 0;
}

.partner3 {
  margin-left: auto;
}

.analytics {
  padding-top: 40px;
  /* padding-bottom: 105px;  */
  /* background-color: rgb(250, 250, 250); */
}

.analytics .t2 {
  margin-bottom: 30px;
}

.analytics-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

.analytics-items__left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 7px;
  margin-right: 7px;
  width: calc(50% - 14px);
  padding-right: 50px;
}

.analytics-items__right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 7px;
  margin-right: 7px;
  width: calc(50% - 14px);
}

.analytics-items__about1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.333;
  margin-top: 14px;
  margin-bottom: 14px;
  text-transform: uppercase;
  border-left: 10px solid rgb(67, 198, 237);
  padding-left: 10px;
}

.analytics-items__about {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.333;
  margin-top: 14px;
  margin-bottom: 14px;
  text-transform: uppercase;
  border-left: 10px solid rgb(67, 198, 237);
  padding-left: 10px;
}

.analytics-items__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333;
  margin-bottom: 14px;
}

.analytics-items__text {
  font-size: 14px;
  line-height: 1.43;
  padding-right: 80px;
}

.analytics-items__link {
  font-weight: 700;
  color: rgb(80, 140, 225) !important;
  text-decoration-color: rgb(80, 140, 225) !important;
}

.analytics-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.analytics-video__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.analytics-video__preview img {
  width: 100%;
}

.analytics-video__preview #play {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog {
  padding-top: 80px;
  padding-bottom: 105px;
}

.blog .t2 {
  margin-bottom: 30px;
}

.blog-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

.blog-items__left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 7px;
  margin-right: 7px;
  width: calc(66.66667% - 14px);
  padding-right: 50px;
}

.blog-items__right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 7px;
  margin-right: 7px;
  width: calc(33.33333% - 14px);
}

.blog-items__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333;
  margin-bottom: 14px;
}

.blog-items__text {
  font-size: 14px;
  line-height: 1.43;
  padding-right: 80px;
}

.blog-items__date {
  color: #afafaf;
  font-size: 14px;
  line-height: 1.43;
  margin-top: 8px;
}

.blog-items__line {
  margin-top: 12px;
  width: 55px;
  height: 5px;
  background-color: #006df6;
}

.blog-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.blog-video__preview {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}

.blog-video__preview img {
  width: 100%;
}

.blog-video__preview #play {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-video__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recomend {
  background-color: #f4f8fa;
  overflow: hidden;
}

.recomend .container {
  overflow: hidden;
  padding-top: 104px;
  padding-bottom: 94px;
}

.recomend-slider {
  margin-top: 20px;
}

.recomend-slider__item {
  width: 528px;
  max-width: 100%;
}

.recomend-slider__box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding-left: 68px;
  padding-right: 68px;
  padding-top: 29px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 3px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.recomend-slider__imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recomend-slider__comma {
  margin-right: 10px;
}

.recomend-slider__title {
  font-size: 18px;
  line-height: 1.333;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 13px;
}

.recomend-slider__text {
  font-size: 14px;
  line-height: 1.43;
  color: #000000;
  font-weight: 300;
}

.recomend-slider__link {
  margin-top: 16px;
}

.recomend-slider__link a {
  font-size: 16px;
  line-height: 1.43;
  color: #0058c6;
  font-weight: 300;
}

.recomend-slider__wrap {
  position: relative;
  padding-right: 67px;
  padding-left: 67px;
}

.recomend-slider__tr {
  position: absolute;
  top: 100%;
  left: 76px;
}

.recomend-slider__user {
  padding-left: 68px;
  padding-right: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recomend-slider__userdesc {
  font-size: 14px;
  line-height: 20px;
  color: #84868e;
  font-weight: 300;
  margin-left: 13px;
}

.recomend-slider .active {
  -webkit-filter: drop-shadow(16px 27.713px 61px rgba(30, 132, 154, 0.27));
  filter: drop-shadow(16px 27.713px 61px rgba(30, 132, 154, 0.27));
}

.recomend-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recomend-slider .slick-track {
  overflow: visible;
}

.recomend-slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin: 0 -140px;
  outline: none;
}

.recomend-slider .slick-track .slick-active {
  opacity: 0.5;
}

.recomend-slider .slick-track .slick-active .recomend-slider__box {
  background-color: #f3f7f9;
  border: 1px solid #cad5e7;
}

.recomend-slider .slick-track .slick-center {
  opacity: 1;
  z-index: 5;
}

.recomend-slider .slick-track .slick-center .recomend-slider__box {
  -webkit-filter: drop-shadow(16px 27.713px 61px rgba(30, 132, 154, 0.27));
  filter: drop-shadow(16px 27.713px 61px rgba(30, 132, 154, 0.27));
  background-color: #fff;
  border: none;
}

.recomend-slider .slick-list {
  overflow: visible;
}

#recomend-left {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

#recomend-right {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(237, 244, 250, 0.8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.modal-main {
  overflow: auto;
  max-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 3px;
  -webkit-filter: drop-shadow(16px 27.713px 61px rgba(30, 132, 154, 0.27));
  filter: drop-shadow(16px 27.713px 61px rgba(30, 132, 154, 0.27));
  width: 490px;
  max-width: 95%;
  background-color: #e1eefe;
  padding-top: 261px;
  margin: 10px auto;
  margin-top: 90px;
  background-repeat: no-repeat;
}

.modal-main .modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.modal-main .form {
  background-color: #fff;
  padding-left: 57px;
  padding-right: 57px;
  padding-bottom: 55px;
  padding-top: 41px;
}

.modal-main .form__title {
  font-size: 18px;
  line-height: 1.333;
  color: #000000;
  font-weight: bold;
  margin-bottom: 33px;
}

.modal-main .form__or {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.43;
}

.modal-main .form input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 52px;
  background-color: #f3f8fa;
  border: 1px solid #dceafe;
  padding-left: 22px;
}

.modal-main .form .btn {
  margin-top: 34px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 61px;
  border-radius: 3px;
  background-color: #006df6;
}

.modal-main .form .personal {
  margin-top: 5px;
  text-align: center;
}

.modal-main .form .personal a {
  font-size: 12px;
  line-height: 20px;
  color: #006df6;
  font-weight: 300;
}

.modal-main1 {
  background-image: url("../img/modals/bg1.png");
}

.modal-main2 {
  background-image: url("../img/modals/bg2.png");
}

.modal-main3 {
  background-image: url("../img/modals/bg3.png");
}

.modal-main4 {
  background-image: url("../img/modals/bg4.png");
}

.modal-main5 {
  background-image: url("../img/modals/bg5.png");
}

.modal-mainok, .modal-mainok2 {
  padding-top: 0;
}

.modal-mainok .form__title, .modal-mainok2 .form__title {
  margin-bottom: 0;
}

@media screen and (max-height: 900px) {
  .modal-main {
    padding-top: 0;
  }
}

@media screen and (max-height: 550px) {
  .modal-main {
    padding-top: 0;
    margin-top: 10px;
  }
}

@media screen and (max-height: 460px) {
  .modal-main {
    padding-top: 0;
    margin-top: 10px;
  }
  .modal-main .form {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .modal-main .modal-close {
    right: 15px;
    top: 15px;
  }
  .modal-main .form__title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.1;
  }
  .modal-main .form__or {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .modal-main .form input {
    height: 40px;
  }
  .modal-main .form .btn {
    margin-top: 20px;
    height: 50px;
  }
}

@media screen and (max-width: 1700px) {
  .parallax_partner .layer_04 {
    background-position: 5% 86%;
  }
  .parallax_partner .layer_01 {
    background-position: 17% 81%;
  }
  .parallax_partner .layer_02 {
    background-position: 95% 57%;
  }
  .parallax_partner .layer_03 {
    background-position: 97% 53%;
  }
  .parallax_partner .layer_05 {
    background-position: 96% 53%;
  }
}

@media screen and (max-width: 1366px) {
  .result-items__item2 {
    width: 60%;
  }
  .result-items__line2 {
    display: none;
  }
  .result-second-items__img {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1300px) {
  .header-menu {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 15px;
  }
  .header-fixed .header-menu {
    top: 0;
  }
  .header-menuopen {
    right: 0;
    left: auto;
  }
  .header-call__btn {
    z-index: 101;
  }
  .partner-box {
    margin-right: 0;
    margin-top: -30px;
  }
  .parallax_solution .layer_03 {
    background-position: 0% 20%;
    background-size: 400px;
    margin-left: -40px;
  }
  .parallax_solution .layer_02 {
    background-position: 0% 54%;
    background-size: 270px;
    margin-left: 80px;
  }
  .parallax_solution .layer_01 {
    background-position: 30% 55%;
    background-size: 200px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .footer {
    padding-top: 70px;
  }
  .footer-call {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: -37px;
  }
  .footer-call__btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-call__btn .btn {
    width: 100%;
  }
  .footer-call__number {
    text-align: right;
  }
  .footer-call__number .num a {
    margin-right: 0;
  }
  .header-media {
    display: none;
  }
  .header-call {
    margin-left: auto;
  }
  .header-menuopen__item {
    line-height: 2;
  }
  .header-menuopen {
    padding-left: 30px;
    width: 260px;
  }
  .connect-items__item {
    padding-left: 40px;
  }
  .partner .parallax_partner .layer_04, .partner .parallax_partner .layer_01, .partner .parallax_partner .layer_02, .partner .parallax_partner .layer_03, .partner .parallax_partner .layer_05 {
    display: none !important;
  }
  .partner .container {
    position: relative;
  }
  .parallax_partner .layer_06 {
    background-position: 10% 85%;
    background-size: 465px 350px;
  }
  .recomend-slider__item {
    width: 400px;
  }
  .recomend-slider .slick-track .slick-slide {
    margin: 0 -90px;
  }
  .solution-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .solution .parallax {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .main .fly {
    right: 16.5%;
  }
}

@media screen and (max-width: 1060px) {
  .result-items__item2 {
    width: 100%;
  }
  .protect-items {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .protect-items br {
    display: none;
  }
  .protect-items__img {
    margin-left: auto;
    margin-right: auto;
  }
  .protect-items__wrap {
    width: 100%;
  }
  .protect-items__item {
    min-height: 0;
    padding-bottom: 20px;
  }
  .protect .t2 {
    margin-bottom: 40px;
  }
  .main-img-left {
    max-width: 400px;
  }
}

@media screen and (max-width: 980px) {
  .main .fly {
    top: 100px;
    right: 20.5%;
    width: 90px;
  }
  .protect-items {
    padding-top: 0px;
  }
  .header-logo__text {
    display: none;
  }
  .main {
    padding-bottom: 70px;
  }
  .main-mid {
    padding-bottom: 50px;
  }
  .main-title {
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }
  .main-img-left {
    padding-top: 120px;
  }
  .main-title-mid {
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
  }
  .main-desc-mid {
    padding-top: 20px;
    font-size: 18px;
    max-width: 350px;
  }
  .main-desc-mid2 {
    font-size: 18px;
    max-width: 350px;
  }
  .main-desc-mid3 {
    font-size: 18px;
    max-width: 350px;
  }
  .odds {
    margin-top: 0;
  }
  .odds-items__item {
    width: calc(50% - 14px);
    margin-bottom: 30px;
    text-align: center;
  }
  .odds-items__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .project-field {
    margin-top: 14px;
  }
  .project-field__right {
    padding-top: 15px;
  }
  .project-field__ring {
    width: 100px;
    height: 100px;
  }
  .connect-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .connect-items__item {
    width: calc(50% - 14px);
  }
  .connect-items .big {
    -webkit-filter: drop-shadow(5px 8.66px 29.5px rgba(30, 132, 154, 0.1));
    filter: drop-shadow(5px 8.66px 29.5px rgba(30, 132, 154, 0.1));
    width: calc(50% - 14px);
  }
  .connect-garant__img img {
    min-width: 34px;
  }
  .connect-garant__text {
    max-width: 400px;
  }
  .partner-box {
    padding: 40px;
    max-width: 400px;
  }
  .parallax_partner .layer_06 {
    background-position: 10% 85%;
    background-size: 400px 300px;
  }
  .partner-items__item {
    width: calc(33.33333% - 14px);
    padding-right: 0;
  }
  .blog-items__text {
    padding-right: 0;
  }
  .blog-items__left {
    padding-right: 0;
  }
  .recomend-slider__item {
    width: 400px;
    max-width: 100%;
  }
  .recomend-slider .slick-track .slick-slide {
    margin: 0;
  }
  .solution-left__title {
    max-width: 265px;
  }
  .solution-left__title br {
    display: none;
  }
  .solution-items__img {
    min-width: 192px;
  }
  .solution-items__img-left {
    min-width: 300px;
    max-width: 300px;
  }
  .footer-media {
    margin-left: auto;
    margin-bottom: -80px;
    margin-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 860px) {
  .partner-items__item {
    width: calc(50% - 14px);
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .partner-box {
    max-width: 50%;
    margin-top: -100px;
  }
  .partner3 {
    margin-left: 0;
  }
  .partner-box__btn .btn {
    font-size: 14px;
    font-weight: 700;
  }
  .parallax_partner .layer_06 {
    background-position: 10% 75%;
    background-size: 266px 200px;
  }
  .footer-items {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-media {
    margin-bottom: 0;
  }
  .footer-logo {
    margin-bottom: 0;
  }
  .footer-call__number {
    text-align: center;
  }
  .modal-main {
    margin-top: 10px;
  }
}

@media screen and (max-width: 850px) and (orientation: landscape) {
  .modal-main {
    margin-top: 10px;
  }
}

@media screen and (max-width: 780px) {
  .main .fly {
    top: 100px;
    right: 13.5%;
    width: 90px;
  }
  .solution {
    padding-bottom: 80px;
  }
  .solution .t2 {
    margin-bottom: 30px;
  }
  .solution-wrap {
    -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;
  }
  .solution-left {
    margin-bottom: 20px;
  }
  .solution-left__title {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .solution-left__text br {
    display: none;
  }
  .solution-ok {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .solution-ok__item {
    width: calc(50% - 14px);
    margin-bottom: 20px;
  }
  .solution-ok__line {
    display: none;
  }
  .solution-ok__text {
    max-width: 100%;
  }
}

@media screen and (max-width: 730px) {
  .main {
    background-position-x: 30%;
  }
  .main-mid {
    background-position-x: 40%;
  }
  .services-items__item {
    width: 100%;
  }
  .blog-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blog-items__left {
    width: calc(83.33333% - 14px);
    margin-bottom: 30px;
  }
  .blog-items__right {
    width: calc(100% - 14px);
  }
  .project-customer {
    -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;
  }
  .project-customer__img {
    width: calc(33.33333% - 14px);
  }
  .project-customer__right {
    width: calc(100% - 14px);
  }
  .project-field {
    -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;
  }
  .project-field__left {
    width: calc(100% - 14px);
  }
  .project-field__right {
    width: calc(100% - 14px);
  }
  .project .owl-theme .owl-dots {
    position: static;
  }
}

@media screen and (max-width: 660px) {
  .result-items__desc2 {
    font-size: 16px;
  }
  .additional {
    display: none;
  }
  .main .fly {
    display: none;
  }
  .t2 {
    font-size: 26px;
  }
  .result-items__left {
    margin-right: 0px;
  }
  .result-items__title {
    font-size: 18px;
    line-height: 1.333;
  }
  .partner-question {
    font-size: 18px;
  }
  .solution {
    padding-top: 50px;
  }
  .protect {
    padding-top: 60px;
  }
  .result {
    padding-top: 60px;
  }
  .result-second {
    padding-top: 60px;
  }
  .result-third {
    padding-top: 60px;
  }
  .services {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .recomend .container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .project {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .partner {
    padding-top: 60px;
  }
  .services .t2 {
    margin-bottom: 30px;
  }
  .services-items__desc {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .odds-items {
    padding: 20px 0;
  }
  .blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .project-customer {
    -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;
  }
  .project-customer__img {
    width: calc(33.33333% - 14px);
  }
  .project-customer__right {
    width: calc(100% - 14px);
  }
  .project-field {
    -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;
  }
  .project-field__left {
    width: calc(100% - 14px);
  }
  .project-field__right {
    width: calc(100% - 14px);
  }
  .project .owl-theme .owl-dots {
    position: static;
  }
  .connect-items__item {
    width: calc(100% - 14px);
  }
  .connect-items .big {
    width: calc(100% - 14px);
  }
  .partner .parallax {
    display: none;
  }
  .partner-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .partner-items__item {
    text-align: center;
    padding-right: 0;
    margin-left: 7px;
    width: calc(83.33333% - 14px);
  }
  .partner-box {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .header-call__number {
    display: none;
  }
  .project-time__item {
    display: block;
  }
  .project-time__time {
    display: inline-block;
  }
  .project-time__item {
    display: block;
  }
  .project-customer__desc {
    font-size: 14px;
  }
  .project-field .bold {
    font-size: 14px;
  }
  .protect-items {
    width: 100%;
  }
  .protect-items__img {
    max-width: 90%;
  }
  .protect-items__title {
    font-size: 14px;
  }
  .blog-items__left {
    width: calc(100% - 14px);
  }
  .recomend-slider__item {
    width: 350px;
  }
  .recomend-slider__box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .recomend-slider__user {
    padding-left: 30px;
    padding-right: 30px;
  }
  .recomend-slider .slick-track .slick-slide {
    margin: 0 90px;
    opacity: 1;
  }
  .recomend-slider .slick-track .slick-active {
    opacity: 1;
    z-index: 5;
  }
  .recomend-slider .slick-track .slick-active .recomend-slider__box {
    -webkit-filter: drop-shadow(16px 27.713px 61px rgba(30, 132, 154, 0.27));
    filter: drop-shadow(16px 27.713px 61px rgba(30, 132, 154, 0.27));
    background-color: #fff;
    border: none;
  }
  .footer-items {
    -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;
  }
  .footer-media {
    margin: 20px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer br {
    display: none;
  }
  .footer-logo__img {
    min-width: 152px;
  }
  .project-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 520px) {
  .solution {
    padding-bottom: 40px;
  }
  .solution-question {
    padding-left: 118px;
  }
  .solution-items__img {
    width: auto;
    min-width: 100px;
    max-width: 100px;
  }
  .solution-items__img-left {
    display: none;
  }
  .solution-ok {
    margin-top: 30px;
  }
  .solution-ok__item {
    text-align: center;
    width: calc(100% - 14px);
  }
  .solution-ok__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-menuopen__item {
    font-size: 18px;
  }
  .header-menuopen {
    padding-left: 30px;
    width: 245px;
  }
  .recomend-slider__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .recomend-slider__arrow img {
    width: 20px;
  }
  .services-left {
    width: 20px;
  }
  .services-right {
    width: 20px;
  }
  .main-title {
    font-size: 24px;
  }
  .main-img-left {
    max-width: 330px;
  }
  .main-title-mid {
    font-size: 24px;
  }
  .main-mid {
    background-image: url("../img/5main-mid/05-1.png");
  }
}

@media screen and (max-width: 480px) {
  .modal-main .form {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .modal-main .form__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .modal-main .modal-close {
    right: 15px;
    top: 15px;
  }
  .odds-items__item {
    width: calc(100% - 14px);
  }
  .project #right, .project #left {
    top: 30px;
    width: 20px;
  }
  .project-wrap {
    padding: 0;
  }
  .connect-items__item {
    width: calc(100% - 14px);
  }
  .connect-items .big {
    width: calc(100% - 14px);
  }
  .services-items__item {
    padding: 0;
  }
  .connect {
    padding-bottom: 30px;
  }
  .protect {
    padding-bottom: 40px;
  }
  .result .t2 {
    margin-bottom: 30px;
  }
  .result-second .t2 {
    margin-bottom: 30px;
  }
  .result-third .t2 {
    margin-bottom: 30px;
  }
  .result-btn {
    margin-top: 30px;
  }
  .result-btn .btn {
    font-size: 14px;
    height: 51px;
  }
  .result {
    padding-bottom: 40px;
  }
  .result-second {
    padding-bottom: 40px;
  }
  .result-third {
    padding-bottom: 40px;
  }
  .services {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .partner {
    padding-top: 40px;
  }
  .partner-box {
    padding: 25px;
  }
  .partner-box__btn .btn {
    height: 51px;
  }
  .partner-items__item {
    width: calc(100% - 14px);
  }
  .blog {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .recomend .container {
    padding-top: 40px;
  }
  .project {
    padding-top: 40px;
  }
}

@media screen and (max-width: 400px) {
  .modal-main .form input {
    height: 43px;
  }
  .header-logo__img {
    height: 40px;
  }
  .header-logo__img img {
    height: 100%;
  }
  .modal-main .form .btn {
    height: 50px;
  }
  .header .btn {
    width: 120px;
    height: 40px;
    font-size: 11px;
  }
  .header-menuwrap {
    top: 60px;
  }
  .main {
    padding-bottom: 40px;
  }
  .main-mid {
    padding-bottom: 40px;
  }
  .main-title {
    font-size: 21px;
  }
  .main-title-mid {
    font-size: 21px;
  }
  .main-desc-mid {
    font-size: 15px;
    max-width: 320px;
  }
  .main-desc-mid2 {
    font-size: 15px;
    max-width: 280px;
  }
  .main-desc-mid3 {
    font-size: 15px;
    max-width: 280px;
  }
  .main-btn {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .main-btn .btn {
    width: 200px;
    height: 50px;
    font-size: 14px;
  }
  .project-customer__img {
    width: calc(100% - 14px);
    text-align: center;
  }
  .project-customer__img img {
    width: 100px;
  }
  .project #right, .project #left {
    top: 20px;
  }
  .connect-garant__img img {
    min-width: 34px;
  }
  .connect-garant__text {
    font-size: 14px;
  }
  .connect-btn {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .connect-btn .btn {
    width: 200px;
    height: 50px;
    font-size: 14px;
  }
  .connect-items__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .recomend-slider__item {
    width: 270px;
  }
  .recomend-slider__box {
    padding: 15px;
  }
  .recomend-slider__wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .recomend-slider__user {
    padding-left: 15px;
    padding-right: 15px;
  }
  .recomend-slider__arrow img {
    width: 15px;
  }
  .recomend-slider .slick-track .slick-slide {
    margin: 0 90px;
  }
  .solution-question {
    padding-left: 0;
  }
  .solution-items__img {
    width: auto;
    min-width: 70px;
    max-width: 70px;
  }
  .solution-items__text {
    margin-left: 8px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer-logo__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo .orange__img {
    width: auto;
  }
  .footer-logo__img {
    margin-bottom: 10px;
    min-width: auto;
  }
  .footer-logo__text {
    text-align: center;
    margin-left: 0;
  }
}

@media screen and (max-width: 340px) {
  .header-logo__img {
    height: 35px;
  }
  .recomend-slider__item {
    width: 250px;
  }
  .recomend-slider__box {
    padding: 15px;
  }
  .recomend-slider__wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .recomend-slider__user {
    padding-left: 15px;
    padding-right: 15px;
  }
  .recomend-slider__arrow img {
    width: 15px;
  }
  .recomend-slider .slick-track .slick-slide {
    margin: 0 90px;
  }
}

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