@charset "UTF-8";
@import url("/fonts/opensans.css");
@import url("/fonts/graphiklc.css");
@font-face {
  font-family: "GraphikLCRegular";
  src: url("../fonts/GraphikLC-Regular.eot");
  src: url("../fonts/GraphikLC-Regular.eot?#iefix") format("embedded-opentype"),
  url("../fonts/GraphikLC-Regular.woff2") format("woff2"),
  url("../fonts/GraphikLC-Regular.woff") format("woff"),
  url("../fonts/GraphikLC-Regular.ttf") format("truetype"),
  url("../fonts/GraphikLC-Regular.svg#GraphikLC-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GraphikLCMedium";
  src: url("../fonts/GraphikLC-Medium.eot");
  src: url("../fonts/GraphikLC-Medium.eot?#iefix") format("embedded-opentype"),
  url("../fonts/GraphikLC-Medium.woff2") format("woff2"),
  url("../fonts/GraphikLC-Medium.woff") format("woff"),
  url("../fonts/GraphikLC-Medium.ttf") format("truetype"),
  url("../fonts/GraphikLC-Medium.svg#GraphikLC-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GraphikLCSemibold";
  src: url("../fonts/GraphikLC-Semibold.eot");
  src: url("../fonts/GraphikLC-Semibold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/GraphikLC-Semibold.woff2") format("woff2"),
  url("../fonts/GraphikLC-Semibold.woff") format("woff"),
  url("../fonts/GraphikLC-Semibold.ttf") format("truetype"),
  url("../fonts/GraphikLC-Semibold.svg#GraphikLC-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
br {
  line-height: 0;
}

.grecaptcha-badge {
  display: none !important;
}
body {
  font-size: 14px;
  font-family: "GraphikLC", Arial, sans-serif;
  /* overflow-x: hidden;*/
}
body.dark .header .logo .dark-logo-img {
  display: block !important;
}
body.dark .header .container {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #e9ebf2;
  height: 100%;
}
body.dark .btn-toggle-mobile-menu_stripe {
  background: #000;
}
body.dark .header {
  height: 47px;
}
body.dark .header .logo .logo-img {
  display: none;
}
body.dark .header #login {
  color: #32325d;
  border-color: #32325d;
}
body.dark .header .change-language-q {
  color: #32325d !important;
}
body.dark .header .navbar-nav li > span,
body.dark .header .navbar-nav li > a {
  color: #32325d;
}
body.dark.space .hybrid-logo {
  fill: #1d1d5c;
}
body .wrapper {
  width: 100%;
  position: relative;
}
body .wrapper img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.hybrid-newfeatures .tag_img img {
  width: 100%;
  margin: 0 auto;
  height: auto;
}
body .wrapper.background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
body .wrapper .container {
  padding: 60px 15px;
}
@media only screen and (max-width: 1024px) {
  body .wrapper .container {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
body .wrapper.choose {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  body .wrapper.choose {
    background-color: #d9696f;
  }
}
body .wrapper.choose .container {
  position: relative;
  max-width: 650px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  body .wrapper.choose .container {
    justify-content: center;
    flex-flow: wrap;
  }
}
body .wrapper.choose .container .item {
  background-color: #fff;
  width: 300px;
  height: 388px;
  box-sizing: border-box;
  padding: 20px 20px 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body .wrapper.choose .container .item {
    margin-bottom: 20px;
  }
}
body .wrapper.choose .container .item .item-title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}
body .wrapper.choose .container .item .item-title a {
  vertical-align: middle;
  margin-left: 10px;
}
body .wrapper.choose .container .item .item-title a:hover {
  text-decoration: underline;
}
body .wrapper.choose .container .item .item-title img {
  width: 56px;
  display: inline-block;
  vertical-align: middle;
}
body .wrapper.choose .container .item .item-subtitle {
  color: #000;
  font-size: 18px;
}
body .wrapper.choose .container .item .item-text {
  color: #898c93;
  font-size: 14px;
  margin-top: 15px;
}
body .wrapper.choose .container .item a.button {
  position: absolute;
  bottom: 30px;
  width: 120px;
}
body .wrapper.other {
  color: #687980;
}
body .wrapper.other .half {
  vertical-align: top;
  padding-left: 40px;
  margin-bottom: 30px;
}
body .wrapper.other .half .title {
  font-size: 18px;
  text-align: left;
  margin-bottom: 15px;
  line-height: 24px;
}
body .wrapper.other .half .text {
  font-size: 13px;
  text-align: left;
  margin: 0;
  line-height: 24px;
}
body .wrapper.other div .half:first-of-type {
  padding-right: 30px;
}
body .wrapper.tech {
  margin-top: 100px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  body .wrapper.tech {
    margin-top: 50px;
  }
}
body .wrapper.tech [data-spoiler-head] {
  cursor: pointer;
}
body .wrapper.tech .container {
  padding-top: 0;
}
body .wrapper.tech div.text,
body .wrapper.tech h1,
body .wrapper.tech h2,
body .wrapper.tech h3,
body .wrapper.tech ul li {
  text-align: left;
  color: #000000;
}
body .wrapper.tech h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
body .wrapper.tech h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
body .wrapper.tech h3 {
  margin-top: 20px;
  margin-bottom: 15px;
}
body .wrapper.tech h4 {
  margin-top: 15px;
  margin-bottom: 10px;
}
body .wrapper.tech div.text {
  font-size: 16px;
  margin: 0;
}
body .wrapper.tech ul li {
  margin-left: 39px;
}
body .wrapper.tech img {
  display: inline-block;
  margin-right: 3px;
  margin-left: 0;
}
body .container:not(footer .container) {
  width: 100%;
  max-width: 945px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  body .container:not(footer .container) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .container:not(footer .container) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body .gray {
  background-color: #f1f1f1;
}
body .lite-gray {
  background-color: #f7f7f7;
}
body .deep-gray {
  background-color: #ebebeb;
}
body .blue {
  background-color: #6b84a7;
  color: #ffffff;
}
body .blue .button {
  border-color: #ffffff;
  color: #ffffff;
}
body .blue .button:hover {
  border-color: #e1696e;
}
body .medium-size {
  width: 100%;
  max-width: 700px;
}
body .small-size {
  width: 100%;
  max-width: 605px;
}
body .mega-title {
  margin: 0 auto;
  text-align: center;
  font-size: 45px;
  font-weight: 100;
  margin-bottom: 40px;
  line-height: 1.2em;
}
body .mega-title img {
  display: inline;
  height: 30px;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body .mega-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  body .mega-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  body .mega-title {
    font-size: 26px;
  }
}
body .mega-title.smaller {
  font-size: 30px;
}
body .title {
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 1.2em;
}
body .title img {
  display: inline;
  height: 30px;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  body .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  body .title {
    font-size: 24px;
  }
}
body .title.smaller {
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body .title.smaller {
    font-size: 28px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  body .title.smaller {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  body .title.smaller {
    font-size: 20px;
  }
}
body .title.smaller.left {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  body .title.smaller.left {
    text-align: center;
  }
}
body .text {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
body .light {
  font-weight: 100;
}
body .small-title {
  font-size: 24px;
}
body .half {
  display: inline-block;
  width: calc(50% - 2px);
  border: 0;
  box-sizing: border-box;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  body .half {
    display: block;
    width: 100% !important;
    padding: 30px 10px !important;
  }
}
body .half:first-of-type {
  padding-right: 22px;
}
body .half:nth-of-type(0n + 1) {
  padding-left: 22px;
}
body .overflow-left,
body .overflow-right {
  width: 662px;
}
@media only screen and (max-width: 1300px) {
  body .overflow-left,
  body .overflow-right {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 768px) {
  body .overflow-left,
  body .overflow-right {
    width: calc(50% - 2px);
  }
}
@media only screen and (max-width: 768px) {
  body .overflow-left,
  body .overflow-right {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body .overflow-left img,
  body .overflow-right img {
    margin-top: 0 !important;
  }
}
body .overflow-left {
  margin-left: -192px;
}
body .overflow-right {
  margin-right: -190px;
}
body .button {
  display: block;
  border: 2px solid #e1696e;
  border-radius: 3px;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  color: #e1696e;
  padding: 10px 15px;
  margin: 40px auto 0;
  width: 150px;
  transition: all 0.2s linear;
}
body .button.small {
  padding-left: 0;
  padding-right: 0;
}
body .button:not(span):hover {
  background: #e1696e;
  color: #ffffff;
}
body .button.left {
  display: inline-block;
  margin-left: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body .button.left {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
body .primary-button {
  color: #ffffff !important;
  border: none;
  background-color: #e1696e !important;
  padding: 20px 6px;
  width: 200px;
  font-size: 15px;
  transition: all 0.2s linear;
}
body .primary-button:hover {
  background-color: #be262c !important;
}
body .triple .triple-item {
  box-sizing: border-box;
  padding: 0 25px;
}
body .triple .triple-item img {
  margin-left: 0;
  height: 70px;
  width: initial;
}
@media only screen and (max-width: 768px) {
  body .triple .triple-item img {
    margin-left: auto;
    margin-right: auto;
  }
}
body .triple .triple-item .title {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  body .triple .triple-item .title {
    text-align: center;
  }
}
body .triple.triple-five .triple-item {
  width: calc(20% - 20px);
  margin-left: 15px;
  text-align: center;
}
body .triple.triple-five .triple-item img {
  height: initial;
  margin-top: 15px;
}
body .triple.triple-five .triple-item span {
  font-size: 16px;
}
body .triple.triple-five .triple-item:first-of-type {
  margin-left: 0;
}
body .triple.triple-four .triple-item {
  width: initial;
  margin-right: 50px;
}
body .triple.small-title .triple-item .title {
  font-size: 27px;
}
body .triple.big-img .triple-item .title {
  margin-top: 33px;
}
body .triple.big-img .triple-item img {
  height: inherit;
}
@media only screen and (max-width: 768px) {
  body .triple.big-img .triple-item img {
    height: initial;
    width: 80%;
    max-width: 300px;
  }
}
body .triple.medium-img .triple-item .title {
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px;
}
body .triple.medium-img .triple-item img {
  height: 118px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  body .triple.medium-img .triple-item img {
    height: initial;
    width: 50%;
    max-width: 300px;
  }
}
body .triple-item {
  display: inline-block;
  width: calc(33% - 2px);
  vertical-align: top;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body .triple-item {
    zoom: 80%;
  }
}
@media only screen and (max-width: 768px) {
  body .triple-item {
    display: block;
    width: 46%;
    min-width: 300px;
    padding: 20px 10px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
body .triple-item .number {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #c1c1c1;
  background-color: #f2f2f2;
  color: #c1c1c1;
  font-size: 16px;
  margin-left: 24px;
}
body .triple-item .action {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}
body .triple-item .image {
  position: relative;
  height: 250px;
  margin-top: 30px;
}
body .triple-item .image img {
  width: 270px;
  position: absolute;
  z-index: 2;
  border-radius: 10px;
  left: 24px;
}
body .triple-item .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 325px;
  height: 308px;
  background: url("/images/one_tools/shadow.png");
  background-size: 100% 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  body .triple.about {
    margin-top: -45px;
  }
}
body .triple.about .triple-item {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  body .triple.about .triple-item {
    margin-bottom: 0;
  }
}
body .triple.about .triple-item .title {
  text-align: left;
  font-size: 25px;
  margin-bottom: 0;
}
body .triple.about .triple-item .hr {
  margin: 20px 0;
  width: 50%;
}
body .triple.about .triple-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 40px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  body .triple.about .triple-item img {
    margin: 0;
  }
}
body .triple.about .triple-item:hover .hr {
  background-color: #85c6e0;
}
body .triple.about .triple-item:hover img {
  -webkit-filter: none;
  filter: none;
}
body .double .double-item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 4px);
  box-sizing: border-box;
  padding-right: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  body .double .double-item {
    display: block;
    width: 100%;
  }
}
body .double .double-item img {
  display: inline-block;
  width: 65px;
  height: 65px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  body .double .double-item img {
    margin-top: 17px;
  }
}
body .double .double-item .double-title {
  display: inline-block;
  vertical-align: bottom;
  width: calc(100% - 70px);
  box-sizing: border-box;
  font-weight: 500;
  font-size: 27px;
  padding-left: 16px;
  margin-bottom: 20px;
  padding-top: 12px;
}
body .double .double-item .double-text {
  box-sizing: border-box;
  padding-left: 86px;
  font-size: 16px;
  padding-right: 20px;
  margin-top: -15px;
}
@media only screen and (max-width: 768px) {
  body .double .double-item .double-text {
    padding: 20px 0;
  }
}
body .vs-img {
  position: absolute;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  body .vs-img {
    position: static;
  }
}
body .vs img {
  margin-top: 50px;
  margin-bottom: 30px;
}
body .vs .title {
  font-weight: 500;
  font-size: 27px;
}
body .vs .text {
  margin-bottom: 30px;
}
body .vs .hr {
  position: absolute;
  top: 60px;
  left: calc(50% - 3px);
  z-index: 1;
  height: calc(100% - 100px);
  width: 6px;
  background-color: #d6dbe2;
}
@media only screen and (max-width: 768px) {
  body .vs .hr {
    display: none;
  }
}
body .vs .half {
  padding-left: 100px;
}
@media only screen and (max-width: 768px) {
  body .vs .half {
    padding: 0 20px;
  }
}
body .vs .half:first-of-type {
  padding-right: 100px;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  body .vs .half:first-of-type {
    padding: 0 20px;
  }
}
body .lamp {
  height: 70px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  body .lamp {
    margin-left: auto;
    margin-right: auto;
  }
}
body .dim {
  color: #606060;
}
body a {
  text-decoration: none;
  color: #000000;
}
body .green-link {
  color: #43c190;
  text-decoration: underline;
}
body .container.index-feat {
  padding-bottom: 0;
  min-height: 415px;
}
body .container.index-feat .half {
  vertical-align: bottom;
}
body .container.index-feat .half.text {
  /*margin-bottom: 100px;*/
}
body .container.index-feat .half.text .title {
  font-size: 30px;
  font-weight: 100;
}
body .container.index-feat .half.text .text {
  font-weight: 100;
  font-size: 15px;
}
body .container.index-feat .half.text.left {
  padding-left: 60px;
  padding-right: 40px;
}
body .container.index-feat .half.text.right {
  padding-right: 60px;
  padding-left: 40px;
}
body .two-ways {
  position: relative;
}
body .two-ways .v-hr {
  position: absolute;
  top: 25px;
  left: calc(50% - 15px);
  height: calc(100% - 70px);
  width: 30px;
  background: url("/images/index/vs.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  body .two-ways .v-hr {
    display: none;
  }
}
body .two-ways .half img {
  width: 75%;
  margin: 0 auto;
}
body .buttons {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
}
body .buttons .button {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  border: 2px solid transparent;
  width: initial;
}
@media only screen and (max-width: 768px) {
  body .buttons .button {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    width: 150px;
  }
}
@media only screen and (max-width: 480px) {
  body .buttons .button {
    display: block;
    margin: 50px auto 0 !important;
  }
}
body .buttons .button.primary-button.ex {
  background-color: transparent !important;
  border: 2px solid #e1696e !important;
  color: #e1696e !important;
  width: 180px;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  body .buttons .button.primary-button.ex {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    width: 160px;
  }
}
body .buttons .button.primary-button.ex:not(span):hover {
  background-color: #e1696e !important;
  color: #ffffff !important;
}
body .buttons .button:first-of-type {
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  body .buttons {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  body .buttons.index .button {
    width: 160px;
    display: block;
    margin: 30px auto 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  body .mobile-img {
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
body .left {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  body .left {
    text-align: center;
  }
}
body .social-icons {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  body .social-icons {
    margin-left: 5px;
  }
}
body .phone {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url("/images/phone.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 3px;
}
body .mail {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 9px;
  background-image: url("/images/mail.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 3px;
}
body .sector-header {
  display: inline-block;
  width: 100%;
  max-width: 235px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  body .sector-header {
    display: none;
  }
}
body .sector-header .content {
  width: calc(100% - 20px);
  box-sizing: border-box;
  padding: 20px 15px 15px;
  background-color: #0977b6;
}
body .sector-header .content .title {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
}
body .sector-header .content a {
  color: #fff;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
body .sector-header .content a:hover {
  text-decoration: underline;
}
body .sector {
  width: 100%;
  max-width: 705px;
  display: inline-block;
  vertical-align: top;
}
body .sector .sector-item {
  margin-bottom: 70px;
  position: relative;
}
body .sector .sector-item .scroll {
  position: absolute;
  top: -120px;
}
body .sector .sector-item .title {
  font-size: 27px;
  margin-bottom: 25px;
}
body .sector .sector-item .button {
  display: inline-block;
  margin-left: 0;
  margin-right: 15px;
  border-color: #0977b6;
  color: #0977b6;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  body .sector .sector-item .button {
    margin-left: auto;
    margin-right: auto;
  }
}
body .sector .sector-item .button:hover {
  color: #fff;
  background-color: #0977b6;
}
body .sector .sector-item .solution {
  color: #0977b6;
  text-align: left;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  body .sector .sector-item .solution {
    text-align: center;
  }
}
body .sector .sector-item .half {
  vertical-align: top;
}
body .sector .sector-item > .half:first-of-type {
  width: calc(76% - 2px);
}
body .sector .sector-item > .half:first-of-type .half.first {
  width: calc(30% - 2px);
  margin-top: 5px;
}
body .sector .sector-item > .half:first-of-type .half.second {
  width: calc(70% - 2px);
}
body .sector .sector-item > .half:nth-of-type(2) {
  width: calc(24% - 2px);
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  body .sector .sector-item > .half:nth-of-type(2) {
    padding: 0 20% !important;
    margin-top: 0 !important;
  }
}
body .blured {
  filter: blur(3px);
}
@media only screen and (max-width: 768px) {
  body .blured {
    filter: none;
  }
}

body.on-mobile-menu {
  overflow-y: hidden;
}

body.p404 {
  background-color: #414a79;
  color: #ffffff;
  background-image: url(/images/covalsky_cheese.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 100%;
  background-position: 100% 100%;
}
body.p404 a {
  color: #ffffff;
}
body.p404 .button {
  color: #e1696e;
  padding: 5px 15px;
}
body.p404 .button:hover {
  color: #ffffff;
}
body.p404 .red-title {
  color: #e1696e;
  font-size: 60px;
}
body.p404 .white-title {
  color: #ffffff;
  font-size: 16px;
}
body.p404 .text {
  color: #c2c7cb;
  font-size: 12px;
  font-weight: 100;
}
body.p404 .button.mega {
  width: 260px;
  font-size: 18px;
  padding: 10px 15px;
}
body.p404 .covalsky {
  position: absolute;
  background-image: url("/images/covalsky.png");
  height: 522px;
  bottom: -10px;
  left: 100px;
  width: 600px;
  background-size: 100% 100%;
  max-height: 50%;
}

.wrapper.prophylaxis {
  background-color: #2c3d4f;
  height: 100%;
  overflow: hidden;
}
.wrapper.prophylaxis .button {
  color: #e1696e;
  padding: 5px 15px;
}
.wrapper.prophylaxis .button:hover {
  color: #ffffff;
}
.wrapper.prophylaxis .blue-title {
  color: #45b5db;
  font-size: 70px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .wrapper.prophylaxis .blue-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper.prophylaxis .blue-title {
    font-size: 30px;
  }
}
.wrapper.prophylaxis .white-title {
  color: #ffffff;
  font-size: 16px;
}
.wrapper.prophylaxis .text {
  color: #c2c7cb;
  font-size: 12px;
  font-weight: 100;
}
.wrapper.prophylaxis .image {
  width: 45%;
  min-width: 300px;
  margin-top: 50px;
}
@media only screen and (max-width: 480px) {
  .wrapper.prophylaxis .image {
    min-width: unset;
    width: 100%;
  }
}

body.vox {
  background-color: #e9e9e9;
}
body.vox .white-title {
  color: #666666;
  font-size: 24px;
}
body.vox .text {
  color: #666666;
  font-size: 15px;
  font-weight: 100;
}

body.index .mega-title {
  font-weight: 500;
}

body.index .container.index-feat .half.text .title {
  font-size: 27px;
  font-weight: 500;
}

body.index .container.index-feat .half.text .text {
  font-size: 16px;
}
.gdpr {
  position: absolute;
  right: 16px;
  top: -5px;
  background: url(../images/gdpr.svg);
  width: 20.5%;
  height: 35px;
  background-size: cover;
}
@media (max-width: 992px) {
  .gdpr {
    width: 152px;
    height: 25px;
    left: 15px;
    top: 17px;
  }
}
.full-slider {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.full-slider .left-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background: -moz-linear-gradient(
          left,
          #f2f2f2 0%,
          rgba(242, 242, 242, 0.78) 66%,
          rgba(242, 242, 242, 0) 100%
  );
  background: -webkit-linear-gradient(
          left,
          #f2f2f2 0%,
          rgba(242, 242, 242, 0.78) 66%,
          rgba(242, 242, 242, 0) 100%
  );
  background: linear-gradient(
          to right,
          #f2f2f2 0%,
          rgba(242, 242, 242, 0.78) 66%,
          rgba(242, 242, 242, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#00f2f2f2', GradientType=1);
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .full-slider .left-shadow {
    display: none;
  }
}
.full-slider .right-shadow {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  background: -moz-linear-gradient(
          left,
          rgba(242, 242, 242, 0) 0%,
          rgba(242, 242, 242, 0.78) 34%,
          #f2f2f2 100%
  );
  background: -webkit-linear-gradient(
          left,
          rgba(242, 242, 242, 0) 0%,
          rgba(242, 242, 242, 0.78) 34%,
          #f2f2f2 100%
  );
  background: linear-gradient(
          to right,
          rgba(242, 242, 242, 0) 0%,
          rgba(242, 242, 242, 0.78) 34%,
          #f2f2f2 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f2f2f2', endColorstr='#f2f2f2', GradientType=1);
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .full-slider .right-shadow {
    display: none;
  }
}
.full-slider .full-slider-container {
  height: 300px;
  width: 100%;
  position: absolute;
  transition: left 0.2s ease-in-out;
}
.full-slider .full-slider-container .full-slider-item {
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-in-out, padding 0.2s ease-in-out;
  height: 100%;
  overflow: hidden;
  width: 455px;
  cursor: pointer;
  opacity: 0.3;
  box-sizing: border-box;
  padding: 30px;
}
.full-slider .full-slider-container .full-slider-item.active {
  opacity: 1;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .full-slider .full-slider-container .full-slider-item.active {
    padding: 0 20px;
  }
}
.full-slider .full-slider-text-container {
  position: relative;
  width: 100%;
}
.full-slider .full-slider-text-container .slide-text {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  opacity: 0;
  transition: all 0.2s linear;
}
.full-slider .full-slider-text-container .slide-text .h {
  display: inline-block;
  margin-bottom: 5px;
}
.full-slider .full-slider-text-container .slide-text.active {
  opacity: 1;
}
.full-slider .buttons-container {
  position: absolute;
  left: 50%;
}
.full-slider .buttons-container div {
  cursor: pointer;
  display: inline-block;
  margin-left: 6px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: 2px solid #0072b3;
  background-color: transparent;
}
.full-slider .buttons-container div:first-of-type {
  margin-left: 0;
}
.full-slider .buttons-container div.active {
  cursor: default;
  background-color: #0072b3;
}

.slider {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .slider {
    height: 250px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .slider {
    height: 440px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .slider {
    height: 530px !important;
  }
}
.slider .slider-wrapper {
  display: inline-block;
  width: calc(100% - 320px);
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .slider .slider-wrapper {
    width: calc(100% - 150px);
  }
}
@media only screen and (max-width: small) {
  .slider .slider-wrapper {
    width: 100%;
  }
}
.slider .slider-wrapper .slider-container {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.slider .slider-wrapper .slider-container .slider-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.slider .slider-wrapper .slider-container .slider-item .slide-text {
  text-align: center;
  margin-top: 40px;
  font-size: 15px;
  font-weight: 500;
}
.slider .slider-wrapper .slider-container .slider-item.active {
  opacity: 1;
}
.slider .next-button {
  cursor: pointer;
  display: inline-block;
  margin-left: 35px;
  margin-right: 90px;
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: none;
  vertical-align: top;
  margin-top: calc(23% - 20px);
  background: url("/images/slider-next-button.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .slider .next-button {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: small) {
  .slider .next-button {
    display: none;
  }
}
.slider .prev-button {
  cursor: pointer;
  display: inline-block;
  margin-left: 90px;
  margin-right: 35px;
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: none;
  vertical-align: top;
  margin-top: calc(23% - 20px);
  background: url("/images/slider-prev-button.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .slider .prev-button {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: small) {
  .slider .prev-button {
    display: none;
  }
}
.slider .buttons-container {
  margin: 0 auto;
  display: inline-block;
}
.slider .buttons-container div {
  cursor: pointer;
  display: inline-block;
  margin-left: 6px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: 2px solid #0072b3;
  background-color: transparent;
}
.slider .buttons-container div:first-of-type {
  margin-left: 0;
}
.slider .buttons-container div.active {
  cursor: default;
  background-color: #0072b3;
}

.slider-item {
  visibility: hidden;
}

.slider.ready .slider-item {
  visibility: visible !important;
}

.video-switcher .switcher-container {
  height: 487px;
  position: relative;
}
.video-switcher .switcher-container .promo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.2s linear;
  background-color: #ffffff;
  cursor: pointer;
}
.video-switcher .switcher-container .promo .promo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 945px 100%;
  background-repeat: no-repeat;
  transition: opacity 0.2s linear;
  opacity: 0.8;
  background-position: 20% center;
}
.video-switcher .switcher-container .promo .promo-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-switcher .switcher-container .promo .promo-container .promo-text {
  font-style: italic;
  width: 100%;
  text-align: center;
  padding: 0 20%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 30px;
  margin-top: 12%;
}
.video-switcher .switcher-container .promo .promo-container .promo-person {
  width: 100%;
  text-align: center;
  padding: 0 20%;
  box-sizing: border-box;
  font-size: 15px;
  color: #333333;
  margin-top: 20px;
}
.video-switcher .switcher-container .promo .promo-play {
  opacity: 0;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 66px;
  height: 66px;
  position: absolute;
  top: 58%;
  left: calc(50% - 33px);
  transition: background-color 0.2s linear, opacity 0.3s linear;
}
@media only screen and (max-width: 480px) {
  .video-switcher .switcher-container .promo .promo-play {
    top: 65%;
  }
}
.video-switcher .switcher-container .promo .promo-play div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 20px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
}
.video-switcher .switcher-container .promo:hover .promo-img {
  opacity: 1;
}
.video-switcher .switcher-container .promo:hover .promo-play {
  background-color: #e1696e;
}
.video-switcher .switcher-container .promo.playing {
  opacity: 0;
}
.video-switcher .switcher-container iframe {
  width: 100%;
}

.video-switcher .switcher-buttons-container {
  position: relative;
  max-width: 350px;
  margin: -40px auto;
  width: 100%;
  height: 200px;
}
@media only screen and (max-width: 480px) {
  .video-switcher .switcher-buttons-container {
    max-width: 298px;
  }
}

/*region Main-videos-button*/
.main-videos-button {
  display: inline-block;
  box-sizing: border-box;
  width: 100px;
  margin-left: 20px;
  vertical-align: top;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .main-videos-button {
    margin-left: -5px;
  }
}
.main-videos-button .img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #ffffff;
}
.main-videos-button .img img {
  opacity: 0.5;
}
.main-videos-button .after {
  display: block;
  width: 50px;
  margin: 10px auto 0;
  opacity: 0;
}

.main-videos-button:first-of-type {
  margin-left: 0;
}

.main-videos-button:hover .img img {
  opacity: 1;
}

.main-videos-button:hover .after {
  opacity: 0.8;
}

.main-videos-button.active {
  margin-top: -10px;
}
.main-videos-button.active .img {
  width: 100px;
  height: 100px;
  opacity: 1;
}
.main-videos-button.active .img img {
  opacity: 1;
}
.main-videos-button.active .after {
  opacity: 1;
}

/*#endregion*/
.case-block {
  width: 100%;
}
.case-block img {
  display: inline-block !important;
  width: 70px !important;
}
.case-block > div {
  display: inline-block;
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding-left: 40px;
  vertical-align: top;
}
.case-block > div .title {
  text-align: left;
  font-size: 27px;
  margin-top: 20px;
}
.case-block > div .small-text {
  text-align: left;
  color: #0072b3;
  font-size: 16px;
}

.hr {
  margin: 0 auto;
  height: 1px;
  width: 50%;
  background-color: #cacaca;
}

.promo2 .promo-img {
  background-position: 80% center !important;
}

.promo3 .promo-img {
  background-position: 50% center !important;
}

.popup-background {
  position: relative;
}

.popup-background.active {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .popup-background.active {
    display: none;
  }
}

.popup-container {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}
.popup-container.active {
  display: flex;
}
.top-logo {
  margin: 0 auto;
  display: block;
  max-width: 200px;
}
.popup:not(.custom) {
  display: none;
  background-color: #f2f5f7;
  width: 100%;
  max-width: 576px;
  box-sizing: border-box;
  padding: 20px 80px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  overflow: auto;
  max-height: 100%;
}
@media only screen and (max-width: 480px) {
  .popup:not(.custom) {
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
  }
}
.popup:not(.custom) span {
  font-weight: 100;
  font-size: 12px;
  color: #3daed7;
  display: block;
  margin-bottom: 10px;
}
.popup.regstyle span {
  color: #4f32b6;
}
.popup:not(.custom) span.close {
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  display: block;
  width: 100%;
  color: #615cb6;
  opacity: 0.5;
  text-shadow: none;
}
.popup:not(.custom) span.close:hover {
  opacity: 1;
}
.popup:not(.custom) .popup_field {
  position: relative;
  min-height: 20px;
  margin-bottom: 20px;
}
.popup:not(.custom) .popup_field label {
  color: #3daed7;
  font-size: 14px;
  top: 3px;
  left: 12px;
  margin: 0;
  margin-bottom: 5px;
}
.popup.regstyle .popup_field label {
  color: #4f32b6;
  font-weight: 400;
}
.popup:not(.custom) .popup_field input,
.popup:not(.custom) .popup_field textarea,
.popup:not(.custom) .popup_field select {
  display: block;
  width: 100% !important;
  border-radius: 3px;
  border: 1px solid #6b7c93;
  background: #f2f5f7;
  line-height: 50px;
  box-sizing: border-box;
  font-weight: 100;
  color: #818181;
  padding: 0 12px 3px;
  height: 40px;
  font-size: 20px;
}
.popup:not(.custom) .popup_field textarea {
  height: initial;
  line-height: 1.5;
}
.popup:not(.custom) input[type="submit"] {
  display: block;
  width: 100%;
  color: #ffffff;
  font-weight: 400;
  background-color: #3eaed8;
  font-size: 18px;
  border: none;
  line-height: 60px;
  height: 60px;
  margin: 60px 0 20px;
  cursor: pointer;
  border-radius: 0;
}
.popup.regstyle input[type="submit"] {
  background-color: #4f32b6;
  border-radius: 4px;
  max-width: 230px;
  margin: 20px auto;
}
.popup:not(.custom) input[type="submit"][disabled] {
  background-color: gray;
}
.popup:not(.custom) .popup_complete,
.popup:not(.custom) .popup_error {
  display: none;
}
.popup:not(.custom) .popup_complete .title,
.popup:not(.custom) .popup_error .title {
  text-transform: uppercase;
  color: #3eaed8;
  font-size: 28px;
  font-weight: 100;
  text-align: center;
  margin-top: 50px;
}
.popup:not(.custom) .popup_complete .hr,
.popup:not(.custom) .popup_error .hr {
  margin: 20px auto;
  width: 30%;
  background-color: #e1e1e1;
}
.popup:not(.custom) .popup_complete .text,
.popup:not(.custom) .popup_error .text {
  margin-bottom: 50px;
}

.popup.active {
  display: block;
}

.input-container {
  color: #344456;
  font-family: Arial;
}

.form-checkbox,
.form-radio-company,
.form-req-type {
  opacity: 0;
}

.form-radio-company + label:before,
.form-req-type + label:before {
  content: "\2022";
  color: #4f32b6;
  border: 1p solid #6b7c93;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #6b7c93;
  font-size: 50px;
  line-height: 12px;
  margin: -5px 5px 0 0;
  height: 14px;
  width: 14px;
  text-align: center;
  vertical-align: middle;
  font-size: 0;
  transition: font-size ease 0.1s;
}
.form-radio-company:checked + label:before {
  font-size: 34px;
}

.form-req-type:checked + label:before {
  font-size: 34px;
  line-height: 6px;
  text-align: center;
}

.input-container label {
  font-size: 14px;
  font-weight: normal;
  color: #344456;
}

.input-container label a {
  color: #1a84e3;
  text-decoration: underline;
}

.form-checkbox + label:before {
  content: "\25A0";
  color: transparent;
  display: inline-block;
  border: 1px solid #6b7c93;
  border-radius: 4px;
  font-size: 14px;
  line-height: 8px;
  margin: -5px 5px 0 0;
  height: 14px;
  width: 14px;
  text-align: center;
  vertical-align: middle;
  transition: color ease 0.1s;
}

.form-checkbox:checked + label:before {
  color: #4f32b6;
  font-size: 20px;
}

.form-radio-company {
  position: absolute;
  max-width: 150px;
  max-height: 30px;
  width: 100%;
  height: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0;
}

.form-checkbox {
  position: absolute;
  max-width: 400px;
  max-height: 50px;
  width: 100%;
  height: 100%;
}

.service-type {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.service-type label {
  font-weight: normal;
}

.comment-wrapper {
  width: 100%;
}
.comment-wrapper .photo {
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  width: 45px;
}
.comment-wrapper .right-side {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 50px);
  box-sizing: border-box;
  padding: 0 11px;
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 100;
  margin-bottom: -50px;
}
.comment-wrapper .right-side .comment-text {
  font-style: italic;
}
.comment-wrapper .right-side .comment-people {
  margin-top: 5px;
  font-size: 14px;
}
.comment-wrapper .right-side .comment-company {
  width: 100px;
  margin: 6px 0 0 0;
}

.comment-wrapper.big {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.comment-wrapper.big .photo {
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  width: 52px;
}
.comment-wrapper.big .comment-text {
  font-style: italic;
  color: #333333;
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 40px;
}
.comment-wrapper.big .right-side {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 60px);
  box-sizing: border-box;
  padding: 0 11px;
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 100;
  margin-bottom: -50px;
}
.comment-wrapper.big .right-side .comment-people {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.comment-wrapper.big .right-side .comment-company {
  width: 130px;
  margin: 6px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .shanghai-main-text {
    display: none;
  }
}

.shanghai-main-text-mobile {
  font-weight: 100;
  font-size: 20px;
  color: #fff;
  text-align: left;
  max-width: 600px;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 768px) {
  .shanghai-main-text-mobile {
    display: block;
  }
}

.tabletless-show {
  display: none !important;
}
@media only screen and (max-width: 480px) {
  .tabletless-show {
    display: block !important;
    margin-top: -10px;
  }
}

.features .feature {
  display: inline-block;
  margin-right: 27px;
  width: 293px;
  height: 320px;
  box-sizing: border-box;
  border: 2px solid #e6e6e6;
  border-top: none;
  border-radius: 3px;
  padding: 0 30px;
  position: relative;
  vertical-align: top;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .features .feature {
    display: block;
    margin: 0 auto 30px !important;
  }
}
.features .feature .color {
  position: absolute;
  top: 0;
  left: -2px;
  right: -2px;
  height: 5px;
}
.features .feature .t {
  display: table;
  width: 100%;
  height: 100%;
}
.features .feature .t span {
  color: #000;
  font-weight: 100;
  font-size: 22px;
  display: table-cell;
  vertical-align: middle;
}

.features .feature:nth-child(3n) {
  margin-right: 0;
}

.conf-popup {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .conf-popup {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.conf-popup .content {
  margin: 300px auto 0;
  width: 100%;
  max-width: 880px;
  height: 485px;
  border: 1px solid #e6e6e6;
  background-image: url(/images/conf.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 880px 485px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  position: relative;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .conf-popup .content {
    margin-top: 100px;
  }
}
.conf-popup .content.active {
  margin-top: 250px;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .conf-popup .content.active {
    margin-top: 50px;
  }
}
.conf-popup .content .text {
  font-size: 21px;
  color: #354050;
}
.conf-popup .content .cross {
  position: absolute;
  top: 0;
  right: -60px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  background-image: url(/images/conf-cross.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: 8px 8px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.conf-popup .content .button {
  box-sizing: border-box;
  padding: 0 45px;
  height: 56px;
  line-height: 50px;
  cursor: pointer;
  border-radius: 30px;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.2s ease-out;
  color: #b983d2;
  border-color: #b983d2;
  width: 184px;
}
.conf-popup .content .button:hover {
  background-color: #b983d2;
  color: #fff;
}
.conf-popup.active {
  display: block;
}

.absolute-images-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.absolute-images-container a {
  position: absolute;
  transition: transform 0.25s ease-in-out;
  transform-origin: 50% 50%;
  width: 80px;
}
.absolute-images-container a:hover {
  transform: scale(1.2, 1.2);
}
.absolute-images-container a img {
  width: 100%;
  height: 100%;
}

.case-wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .case-wrapper {
    flex-flow: wrap;
    justify-content: center;
    margin-top: 40px;
    flex-direction: column;
  }
}
.case-wrapper .case {
  width: 300px;
  height: 390px;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 768px) {
  .case-wrapper .case {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.case-wrapper .case .icon-pdf,
.case-wrapper .case .icon-video {
  position: absolute;
  width: 49px;
  height: 49px;
  top: 158px;
  right: 26px;
  background-color: #df5d5c;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.8);
}
.case-wrapper .case .icon-pdf {
  background-image: url("/images/index/cases/pdf.png");
}
.case-wrapper .case .icon-video {
  background-image: url("/images/index/cases/video.png");
}
.case-wrapper .case img {
  width: 100%;
}
.case-wrapper .case .title {
  margin: 30px 0 15px;
  font-size: 20px;
  text-align: left;
  box-sizing: border-box;
  padding: 0 20px;
}
.case-wrapper .case .text {
  font-size: 14px;
  color: #898888;
  text-align: left;
  padding: 0 20px;
}
.case-wrapper + .all {
  display: inline-block;
  margin-top: 40px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .case-wrapper + .all {
    font-size: 18px;
    color: #000;
  }
}
.case-wrapper + .all:hover {
  text-decoration: underline;
}
.case-wrapper + .all::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 17px;
  height: 17px;
  background-color: #fff;
  border-radius: 100%;
  background-image: url("/images/index/cases/all.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 64%;
}
@media only screen and (max-width: 768px) {
  .case-wrapper + .all::after {
    display: none;
  }
}

.index-main-slider {
  position: relative;
  overflow: hidden;
  min-height: 768px;
}
.index-main-slider .prev-button,
.index-main-slider .next-button {
  position: absolute;
  width: 36px;
  height: 66px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  top: 100px;
  z-index: 10;
}
.index-main-slider .prev-button {
  background-image: url("/images/index/prev_button.png");
}
.index-main-slider .prev-button.dark {
  background-image: url("/images/index/prev_button_dark.png");
}
.index-main-slider .next-button {
  background-image: url("/images/index/next_button.png");
}
.index-main-slider .next-button.dark {
  background-image: url("/images/index/next_button_dark.png");
}
.index-main-slider .index-main-slider-container {
  position: absolute;
  width: 6000px;
  transition: all 0.3s ease-in-out;
  left: 0;
}
.index-main-slider .index-main-slider-container .index-main-slider-item {
  position: relative;
  display: inline-block;
  width: 1903px;
  box-sizing: border-box;
  vertical-align: top;
}

.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.subheader {
  height: 110px;
  padding: 30px 0 0 !important;
}
.subheader a {
  height: 65px;
}
.subheader a img {
  height: 100%;
}

.mobile-title {
  font-size: 48px;
}
@media only screen and (max-width: 768px) {
  .mobile-title {
    font-size: 26px;
  }
}

.mobile-features {
  width: 100%;
  margin-top: -50px;
}
.mobile-features .title {
  margin-top: 40px;
  text-align: left;
  font-size: 18px;
  padding-left: 20px;
}
.mobile-features a {
  height: 60px;
  margin-bottom: 2px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
}
.mobile-features a img {
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.mobile-features a span {
  color: #fff;
  line-height: 60px;
  font-size: 18px;
}

.mobile-cases {
  background-color: #df5e5e;
}
@media only screen and (max-width: 768px) {
  .mobile-cases {
    background-color: #f7f5f5;
  }
}
.mobile-cases .mega-title {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .mobile-cases .mega-title {
    color: #000;
  }
}

.video-cases {
  background-color: #8bbbd1;
}
.video-cases > .container > .title {
  color: #fff;
}
.video-cases .case .icon-video {
  background-color: #8bbbd1;
}

@media only screen and (max-width: 768px) {
  .mobile-text {
    font-size: 17px !important;
    margin-top: 10px !important;
  }
}

.flexbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.school-features {
  margin-top: 54px;
}
@media only screen and (max-width: 768px) {
  .school-features {
    margin-top: 40px;
  }
}
.school-features .item {
  width: 233px;
}
@media only screen and (max-width: 768px) {
  .school-features .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.school-features .item img {
  width: 100%;
  margin-bottom: 20px;
  max-width: 112px;
}
@media only screen and (max-width: 768px) {
  .school-features .item img {
    width: 75px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .school-features .item .text {
    display: inline-block;
    width: calc(100% - 100px);
    text-align: left;
    font-size: 13px;
    vertical-align: middle;
    margin: 0 0 0 15px;
  }
}

.school-program {
  font-size: 13px;
}
.school-program .program {
  vertical-align: top;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.school-program .program .title {
  text-align: left;
  font-weight: 800;
  font-size: 30px;
}
.school-program .program.program-left {
  padding-right: 25px;
}
.school-program .program.program-right {
  padding-left: 25px;
}
.school-program .program .item {
  font-size: 19px;
  margin-bottom: 15px;
  border-left: 5px solid #9f85c9;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .school-program .program .item {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .school-program .program .item .title {
    font-size: 18px;
  }
}
.school-program .program .item .left-part {
  display: inline-block;
  width: 133px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .school-program .program .item .left-part {
    width: 80px;
  }
}
.school-program .program .item .right-part {
  display: inline-block;
  width: calc(100% - 140px);
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .school-program .program .item .right-part {
    width: calc(100% - 95px);
    margin-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .school-reg {
    background-color: #ff6a6f;
  }
}

@media only screen and (max-width: 768px) {
  .school-reg .container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media only screen and (max-width: 768px) {
  .school-reg .mega-title {
    color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .school-reg input[type="text"],
  .school-reg input[type="email"] {
    color: #fff;
    background-color: transparent !important;
    border-color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .school-reg input[type="text"]::-webkit-input-placeholder,
  .school-reg input[type="email"]::-webkit-input-placeholder {
    color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .school-reg input[type="text"]::-moz-placeholder,
  .school-reg input[type="email"]::-moz-placeholder {
    color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .school-reg input[type="text"]:-moz-placeholder,
  .school-reg input[type="email"]:-moz-placeholder {
    color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .school-reg input[type="text"]:-ms-input-placeholder,
  .school-reg input[type="email"]:-ms-input-placeholder {
    color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .school-reg #send-request[type="submit"] {
    color: #ff6a6f !important;
    background-color: #fff !important;
  }
}

@media only screen and (max-width: 768px) {
  .school-reg #reg_complete .text {
    color: #fff;
  }
}

.school-main {
  min-height: 597px;
  padding-top: 40px;
  padding-bottom: 111px;
}

.press {
  display: flex;
  flex-flow: row wrap;
  margin-top: 60px;
  justify-content: space-between;
  padding: 0 8px;
}
@media only screen and (max-width: 768px) {
  .press {
    flex-direction: column;
  }
}
.press .item {
  display: inline-block;
  width: calc(50% - 40px);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .press .item {
    width: 100%;
  }
}
.press .item:hover .text {
  color: #000;
}
.press .item img {
  height: 47px;
  margin: 0;
  margin-bottom: 25px;
  width: initial;
}
.press .item .text {
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
}

/*region New design*/
@media only screen and (max-width: 768px) {
  .school-main .hero {
    margin-top: 80px !important;
    max-width: 130px !important;
  }
}

@media only screen and (max-width: 768px) {
  .school-main {
    height: 500px;
    min-height: 0;
  }
}

.new-pretitle-icon {
  display: block;
  margin: 0 auto 12px;
  width: 64px;
  height: 64px;
}
@media only screen and (max-width: 768px) {
  .new-pretitle-icon {
    width: 48px;
    height: 48px;
  }
}

.new-title {
  display: block;
  margin: 0 auto;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.25;
  letter-spacing: normal;
  text-align: center;
  color: #292e31;
}
@media only screen and (max-width: 768px) {
  .new-title {
    font-size: 15px;
  }
}

.new-text-gray {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #939da3;
}
@media only screen and (max-width: 768px) {
  .new-text-gray {
    font-size: 12px;
  }
}

.new-button-primary {
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  border: solid 2px #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .new-button-primary {
    width: 100%;
    max-width: 186px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 14px;
    border-width: 1px;
    margin-top: 57px !important;
  }
}

.new-mega-title {
  font-size: 40px;
  margin: 0 auto;
  text-align: center;
  font-weight: 100;
  margin-bottom: 40px;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .new-mega-title {
    font-size: 24px;
    margin-top: 26px !important;
  }
}

.new-subtitle {
  font-weight: 100;
  font-size: 18px;
  text-align: center;
}
.new-subtitle p {
  margin-bottom: 11px;
}
@media only screen and (max-width: 768px) {
  .new-subtitle {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    max-width: 251px;
  }
}

.new-font-bold {
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #292e31;
}

.features-main .new-half {
  width: 100% !important;
  padding: 0 !important;
}

.new-half {
  vertical-align: middle;
  display: inline-block;
  /*width: calc(50% - 2px);*/
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .new-half {
    width: 100% !important;
    display: block;
    padding: 0 !important;
  }
}

.school-program-container {
  width: 100%;
  max-width: 248px;
}
@media only screen and (max-width: 768px) {
  .school-program-container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.separator {
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
}

.new-triple-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .new-triple-container {
    margin-top: 29px !important;
  }
}
.new-triple-container .item {
  display: block;
  flex-grow: 1;
  max-width: calc(33% - 2px);
  padding: 0 12px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .new-triple-container .item {
    width: 100%;
    max-width: 100%;
    order: 2;
    margin-bottom: 20px;
    padding: 0;
  }
}
.new-triple-container .item .left {
  display: block;
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  .new-triple-container .item .left {
    display: inline-block;
    width: 40px;
    vertical-align: top;
  }
}
.new-triple-container .item .left .item-icon {
  width: 40px;
  height: 40px;
  margin-left: 0;
}
.new-triple-container .item .right {
  display: block;
}
@media only screen and (max-width: 768px) {
  .new-triple-container .item .right {
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 10px;
  }
}
.new-triple-container .item .right .item-title {
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #292e31;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .new-triple-container .item .right .item-title {
    margin-top: -5px;
  }
}
.new-triple-container .item .right .item-text {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .new-triple-container .item.first img {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .new-triple-container .item.first {
    order: 1;
    margin-bottom: 30px;
  }
}

.new-list-container {
  box-sizing: border-box;
  padding: 66px 0;
}
@media only screen and (max-width: 768px) {
  .new-list-container {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 26px;
  }
}
.new-list-container .item {
  margin-bottom: 19px;
  box-sizing: border-box;
  padding-left: 46px;
}
.new-list-container .item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .new-list-container .item {
    padding-left: 0;
  }
}
.new-list-container .item .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 19px;
  vertical-align: middle;
}
.new-list-container .item .right {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
}
.new-list-container .item .right .item-title {
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #292e31;
}
@media only screen and (max-width: 768px) {
  .new-list-container .item .right .item-title {
    font-size: 11px;
  }
}
.new-list-container .item .right .item-text {
  max-width: 506px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6f7c82;
}
@media only screen and (max-width: 768px) {
  .new-list-container .item .right .item-text {
    font-size: 11px;
  }
}

.new-list-container-for .item {
  margin-bottom: 46px;
}
@media only screen and (max-width: 768px) {
  .new-list-container-for .item {
    margin-bottom: 25px;
  }
}
.new-list-container-for .item .left {
  display: inline-block;
  vertical-align: top;
  width: 42px;
}
.new-list-container-for .item .left img {
  width: 100%;
  margin-top: 6px;
}
.new-list-container-for .item .right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 46px);
  box-sizing: border-box;
  padding-left: 16px;
}
.new-list-container-for .item .right .font-bold {
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #292e31;
  text-align: left;
  margin-bottom: 3px;
}
@media only screen and (max-width: 768px) {
  .new-list-container-for .item .right .font-bold {
    font-size: 15px;
  }
}
.new-list-container-for .item .right .new-text-gray {
  text-align: left;
  max-width: 377px;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .new-list-container-for .item .right .new-text-gray {
    font-size: 12px;
  }
}

.another-one-new-list-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin-top: 48px;
}
.another-one-new-list-container .item {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .another-one-new-list-container .item {
    display: block;
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.another-one-new-list-container .item .left {
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .another-one-new-list-container .item .left {
    display: inline-block;
    width: 50px;
    vertical-align: top;
  }
}
.another-one-new-list-container .item .right {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .another-one-new-list-container .item .right {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 56px);
    padding-left: 15px;
  }
}
.another-one-new-list-container .item .right .item-title {
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .another-one-new-list-container .item .right .item-title {
    font-size: 15px;
    margin-bottom: 4px;
    margin-top: -5px;
  }
}
.another-one-new-list-container .item .right .new-text-gray {
  color: #ffffff;
  text-align: left;
}
.s-need-programmatic_block div a::after,
.s-nn-optimizacion_left a::after,
.mobil_login a::after {
  background-color: #6772e5;
  width: 12px;
  height: 12px;
  top: 2px;
}
.s-top_news .p-title::after,
.s-need-programmatic_block div a::after,
.s-nn-optimizacion_left a::after,
.mobil_login a::after {
  -webkit-mask: url("/images/welcome/arrow.svg");
  mask: url("/images/welcome/arrow.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  position: relative;
}
.new-special-title-1 {
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .new-special-title-1 {
    font-size: 15px;
    line-height: 1.4;
  }
}

.school-1 .item.image {
  flex-grow: 1.5;
}

.school-register-desktop {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 96px;
}
@media only screen and (max-width: 768px) {
  .school-register-desktop {
    margin-top: 30px;
  }
}
.school-register-desktop .item {
  background-color: #f6f9fc;
  box-sizing: border-box;
  padding: 38px 22px 73px;
  width: calc(35% - 20px);
  max-width: 340px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .school-register-desktop .item {
    width: 100%;
    max-width: 100%;
    padding-top: 22px;
    padding-left: 10px;
    padding-right: 38px;
    padding-bottom: 35px;
    margin-bottom: 2px;
  }
}
.school-register-desktop .item:empty {
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .school-register-desktop .item:empty {
    display: none;
  }
}
.school-register-desktop .item .item-title {
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.25;
  letter-spacing: normal;
  text-align: left;
  color: #292e31;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .school-register-desktop .item .item-title {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 4px;
  }
}
.school-register-desktop .item .item-time {
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #292e31;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .school-register-desktop .item .item-time {
    font-size: 13px;
    line-height: 21px;
  }
}
.school-register-desktop .item .item-place {
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6f7c82;
  margin-bottom: 40px;
  height: 72px;
}
@media only screen and (max-width: 768px) {
  .school-register-desktop .item .item-place {
    font-size: 11px;
    line-height: 18px;
    height: initial;
    margin-bottom: 17px;
  }
}
.school-register-desktop .item .item-button {
  cursor: pointer;
  width: 161px;
  height: 40px;
  border-radius: 3px;
  border: solid 1px #6f7c82;
  font-weight: 500;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #6f7c82;
  text-align: center;
  background-color: transparent;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .school-register-desktop .item .item-button {
    font-size: 11px;
    max-width: 150px;
  }
}

body .wrapper .container.register {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (max-width: 768px) {
  body .wrapper .container.new {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/*region q - костыль*/
@media only screen and (max-width: 768px) {
  .q-1 {
    margin-bottom: 26px !important;
  }
}

@media only screen and (max-width: 768px) {
  .q-2 {
    margin-top: 26px !important;
    margin-bottom: 4px !important;
    font-size: 11px !important;
  }
}

@media only screen and (max-width: 768px) {
  .q-3 {
    font-size: 11px !important;
    margin-bottom: 25px !important;
  }
}

@media only screen and (max-width: 768px) {
  .q-4 {
    font-size: 11px !important;
  }
}

@media only screen and (max-width: 768px) {
  .q-5 {
    /*background-color: #F6F9FC;*/
  }
}

@media only screen and (max-width: 768px) {
  .q-6 {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .q-7 {
    line-height: 1.4 !important;
    margin-top: 25px;
    margin-bottom: 4px;
  }
}

/*endregion*/
/*endregion*/

.hybrid-newfeatures .navbar-nav > li > span,
.hybrid-newfeatures .nav > li > a,
.hybrid-newfeatures #login {
  color: #32325d !important;
}
.hybrid-newfeatures .hybrid-logo {
  fill: #32325d !important;
}
.hybrid-newfeatures .login-icon {
  background-color: rgb(50, 50, 93) !important;
}
.hybrid-newfeatures .change-language-q,
.hybrid-newfeatures .change-language-q-text {
  color: rgb(50, 50, 93) !important;
}
.hybrid-newfeatures .feature-month span {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  color: #32325d;
}
.features_top {
  position: absolute;
  min-height: 570px;
  transform: skewY(-12deg);
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 960px) {
  .fon_gray1 {
    overflow-x: hidden;
  }
}
.fon_gray1 {
  height: 4000px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5f8fc;
}
.fon_gray_dop1 {
  background: linear-gradient(
          73.75deg,
          rgba(245, 248, 252, 0.7) 24.55%,
          rgba(234, 240, 248, 0.7) 80.47%
  );
  height: 230px;
  position: absolute;
  left: -190px;
  margin: 0 auto;
  width: 1000px;
  bottom: 590px;
  z-index: 2;
}
.fon_gray_dop2 {
  background: linear-gradient(
          73.75deg,
          rgba(245, 248, 252, 0.7) 24.55%,
          rgba(234, 240, 248, 0.7) 80.47%
  );
  width: 1115px;
  height: 310px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.fon_gray_dop3 {
  background: linear-gradient(
          73.75deg,
          rgba(234, 240, 248, 0.7) 42.35%,
          rgba(245, 248, 252, 0.7) 80.58%
  );
  width: 1115px;
  height: 310px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.top_box_bl1 {
  background: #b6a7f2;
  position: absolute;
  left: 30px;
  bottom: 0px;
  height: 70px;
  width: 207px;
  z-index: 3;
}
.top_box_bl2 {
  background: #5c67e1;
  position: absolute;
  left: 0;
  bottom: -70px;
  height: 70px;
  width: 60px;
  z-index: 3;
}
.top_box_bl3 {
  background: #5c4cbd;
  position: absolute;
  left: 58px;
  bottom: -70px;
  height: 70px;
  width: 270px;
  z-index: 3;
}
.top_box_bl4 {
  background: #e2e8ef;
  position: absolute;
  left: 0;
  bottom: -140px;
  height: 70px;
  width: 140px;
  z-index: 3;
}
.top_box_bl5 {
  background: #5c4cbd;
  position: absolute;
  right: 0;
  bottom: -70px;
  height: 70px;
  width: 335px;
  z-index: 3;
}
.top_box_bl6 {
  background: #b6a7f2;
  position: absolute;
  right: 0;
  bottom: -140px;
  height: 70px;
  width: 160px;
  z-index: 3;
}

.features-main {
  min-height: 350px;
  position: relative;
  z-index: 1;
}
.search_box {
  width: 615px;
  margin: 55px auto 0;
  position: relative;
}
.search_box input[type="text"] {
  border: 1px solid #32325d;
  box-sizing: border-box;
  border-radius: 50px;
  padding-left: 20px;
  width: 100%;
  height: 51px;
  font-size: 24px;
  background: transparent;
  outline: none;
}
.search_box input[type="submit"] {
  width: 25px;
  height: 25px;
  background: url(../images/new_features/search_btn.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  border: none;
  font-size: 0;
  right: 25px;
  top: 13px;
  border: none;
  outline: none;
}
.search_box input[type="submit"]:hover {
  background: url(../images/new_features/search_btn2.svg) no-repeat center;
  background-size: contain;
}
@media(max-width: 480px){
  .search_box input[type="text"] {
    height: 36px;
    padding-left: 10px;
    font-size: 14px;

  }
  .search_box input[type="submit"] {
    width: 14px;
    height: 14px;
    right: 11px;
    top: 11px;

  }
}
.mobile-select-tag-wrapper {
  padding: 110px 0 70px;
  background: none;
}
body .mobile-select-tag-wrapper .container {
  padding: 0;
}
.mobile-select-tag-wrapper .tag-list {
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  min-height: 220px;
}
@media only screen and (max-width: 768px) {
  .features-main {
    min-height: 274px;
  }
}
.features-main .container {
  min-height: 350px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .features-main .container {
    min-height: 0;
  }
}
.features-main .container .additional {
  position: absolute;
  width: 100%;
  left: 0;
  top: 200px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .features-main .container .additional img {
    width: 78px;
  }
}
@media only screen and (max-width: 768px) {
  .features-main .container .additional {
    top: 50px;
    margin-top: 0;
  }
}
.features-main .title {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  color: #424cb9;
  text-shadow: none;
}
.tag-list .tag-item:first-of-type {
  border-left: none;
}
@media only screen and (max-width: 768px) {
  .features-main .title {
    font-weight: 100;
    text-align: center;
    font-size: 24px;
    margin-top: 18px;
  }
}
.features-main .text {
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #b1b6eb;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);*/
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .features-main .text {
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    margin-top: 9px;
  }
}

.mobile-tag-list {
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  padding: 0 22px;
  cursor: pointer;
  display: none;
}
.mobile-tag-list span {
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  line-height: 22px;
  color: #9b9b9b;
  line-height: 32px;
}
.mobile-tag-list .b {
  float: right;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
  height: 100%;
  line-height: 32px;
}

@media only screen and (max-width: 768px) {
  body .wrapper .container.sqss {
    padding: 0 !important;
  }
}

.tag-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .tag-list.active {
    display: flex;
  }
}
.tag-list .tag-item {
  display: flex;
  box-sizing: border-box;
  flex-grow: 1;
  padding: 8px 0;
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 16%;
}
@media only screen and (max-width: 768px) {
  .tag-list .tag-item {
    flex-basis: 30%;
    border-radius: 0;
  }
  .mobile-select-tag-wrapper .tag-list {
    flex-wrap: wrap;
  }
  .tag-list .tag-item:before {
    display: none;
  }
  .tag-list .tag-item:nth-child(1),
  .tag-list .tag-item:nth-child(2),
  .tag-list .tag-item:nth-child(4) {
    border-right: 1px solid #e8e6fe;
  }
  .tag-list .tag-item:nth-child(4),
  .tag-list .tag-item:nth-child(5),
  .tag-list .tag-item:nth-child(6) {
    border-top: 1px solid #e8e6fe;
  }
}
@media only screen and (max-width: 480px) {
  .tag-list .tag-item {
    flex-basis: 45%;
    border-right: none;
  }
  .tag-list .tag-item:nth-child(2),
  .tag-list .tag-item:nth-child(4) {
    border-right: none;
  }
  .tag-list .tag-item:nth-child(3) {
    border-top: 1px solid #e8e6fe;
  }
  .tag-list .tag-item:nth-child(1),
  .tag-list .tag-item:nth-child(3) {
    border-right: 1px solid #e8e6fe;
  }
  .features-main .title {
    font-size: 25px !important;
  }
  .mobile-tag-list {
    display: block;
    background: #ffffff;
    border-radius: 5px;
    min-height: 35px;
  }
  .mobile-tag-list span {
    color: #2d2d2d;
  }
  .mobile-select-tag-wrapper .tag-list {
    height: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
    transition: 0.5s;
  }
  .mobile-select-tag-wrapper .tag-list.active {
    transition: 0.5s;
    height: auto;
    box-sizing: border-box;
    min-height: 220px;
    overflow: inherit;
    padding: 20px;
  }
}
.mobile-tag-list {
  position: relative;
}
.b_arrow {
  background: url(../images/new_features/b_arrow.svg) no-repeat center;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  top: 10px;
}
.tag-list .tag-item:before {
  content: "";
  width: 1px;
  height: 82px;
  background: #c4c4c4;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.tag-list .tag-item:last-child:before,
  /*.tag-list .tag-item:hover:before,*/
.tag-list .tag-item.selected:before {
  display: none;
}
/*.tag-list .tag-item:hover,*/
.tag-list .tag-item.selected {
  background: rgb(244, 242, 255);
  z-index: 2;
}
.tag-list .tag-item:hover .name {
  color: #7d66bc;
}
.tag-list .tag-item {
  border-right: none;
  border-left: none;
}
.tag-list .tag-item:hover img {
  filter: none;
}
.tag-list .tag-item.selected img {
  filter: none;
}
.tag-list .tag-item.always-selected img {
  filter: none;
}
.tag-list .tag-item img {
  height: 36px;
  transition: all 0.2s ease-in-out;
  filter: grayscale(0%);
  width: initial;
}
/*      @media only screen and (max-width: 768px) {
        .tag-list .tag-item img {
          display: none; } }*/
.tag-list .tag-item .second-image {
  display: none;
  margin-top: 56px;
}
/*      @media only screen and (max-width: 768px) {
        .tag-list .tag-item .second-image {
          display: block; } }*/
.tag-list .tag-item .name {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #424cb9;
  padding-top: 10px;
  font-family: "GraphikLCMedium";
  letter-spacing: 0.5px;
}
/*      @media only screen and (max-width: 768px) {
        .tag-list .tag-item .name {
          color: #fff;
          margin-top: 5px; } }
*/

.feature-month {
  font-weight: 500;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: left;
  color: #292e31;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .feature-month {
    text-align: center;
  }
}
.feature-month i {
  font-size: 16px;
  margin-right: 6px;
  vertical-align: middle;
  transform: translate(0, 5px);
}
.feature-month span {
  vertical-align: middle;
}

.feature-month-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .feature-month-container {
    flex-direction: unset;
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .feature-month-container {
    flex-direction: column;
    margin-top: 20px;
  }
}
.feature-month-container .item {
  display: inline-block;
  width: calc(100% / 3 - 30px);
  margin-bottom: 38px;
  box-sizing: border-box;
  padding: 190px 22px 50px;
  min-height: 0;
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s linear;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.feature-month-container .item:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

.feature-month-container .tag_img {
  height: 188px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #eae8f2;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .feature-month-container .tag_img {
    height: 175px;
  }
  .feature-month-container .item {
    padding: 175px 22px 50px;
  }
}

@media only screen and (max-width: 991px) {
  .feature-month-container .item {
    width: calc(100% / 3 - 15px);
  }
  .feature-month-container .tag_img {
    height: 140px;
  }
  .feature-month-container .item {
    padding: 140px 15px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .feature-month-container .tag_img {
    height: 165px;
  }
  .feature-month-container .item {
    padding: 165px 15px 50px;
  }
}
@media only screen and (max-width: 480px) {
  .feature-month-container .tag_img {
    display: none;
  }
  .feature-month-container .item {
    padding: 25px 15px 50px;
    min-height: 210px;
    max-width: 100% !important;
    margin-bottom: 25px;
  }
  .tag-list .tag-item .name {
    font-size: 12px;
    padding-top: 10px;
  }
  .tag-list .tag-item {
    padding: 15px 0;
  }
  .mobile-tag-list_box {
    background: #fff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    position: relative;
    z-index: 3;
    margin: 20px 0 0 0;
  }
  .mobile-tag-list.active {
    position: relative;
  }
  .mobile-tag-list.active .b_arrow {
    transform: rotate(180deg);
  }
  .mobile-tag-list.active:before {
    content: "";
    height: 1px;
    background: #f3f3f3;
    left: 14px;
    right: 14px;
    bottom: 0;
    position: absolute;
  }
}

@media only screen and (max-width: 1200px) {
  .top_box_bl {
    display: none;
  }
  .features-main .title {
    font-size: 35px;
  }
  .search_box {
    margin: 40px auto 0;
  }
  .features-main .container .additional {
    top: 100px;
  }
  .features_top {
    min-height: 435px;
  }
  .mobile-select-tag-wrapper {
    padding: 0 0 0;
  }
  .features-main,
  .features-main .container {
    min-height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-select-tag-wrapper {
    padding: 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .search_box {
    width: calc(100% - 30px);
    position: relative;
  }
}

@media screen and (max-width: 640px) {
  .features-main .title {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  #searchColElem.active {
    position: absolute;
    left: 0;
    right: 0;
    top: 95%;
    margin: 0 auto;
  }
  .search_box {
    position: relative;
    margin: 60px auto 0;
  }
}

@media only screen and (max-width: 768px) {
  .feature-month-container .item {
    width: 100%;
    max-width: 276px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature-month-container .item:empty {
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .feature-month-container .item:empty {
    display: none;
    visibility: collapse;
  }
}
.feature-month-container .item .tag {
  height: 15px;
  width: 15px;
  border-radius: 3px;
}
.feature-month-container .item:hover .item-title {
  color: #6d4bb7;
}
.feature-month-container .item .item-title {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: #32325d;
  min-height: 35px;
  padding: 15px 0;
  font-family: "GraphikLCMedium";
}
.feature-month-container .item .item-text {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #525f7f;
  min-height: 50px;
}
.feature-month-container .item .tree_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 22px;
  bottom: 22px;
}
.feature-month-container .item .counters {
  font-size: 13px;
  color: #525f7f;
  background: url(../images/new_features/eye.svg) no-repeat 0 3px;
  padding-left: 22px;
}
.feature-month-container .item .likes {
  font-size: 13px;
  color: #525f7f;
  background: url(../images/new_features/heart.svg) no-repeat 0 center;
  padding-left: 22px;
}
.feature-month-container .item .item-date {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  font-size: 13px;
  color: #525f7f;
  /*display: none;*/
}
.all_feature {
  padding-bottom: 52px;
  text-align: center;
}
.all_feature_btn {
  font-weight: 500;
  font-size: 16px;
  color: #5463fd;
  background: url(../images/new_features/all_feature_btn.svg) no-repeat 100%
  center;
  padding-right: 35px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-family: "GraphikLCMedium";
}
.all_feature_btn.hidden {
  display: none;
}
#feature-container .item:nth-child(n + 10) {
  display: none;
}
#feature-container.active .item {
  display: block;
}
#feature-container:before,
#feature-container:after {
  display: none;
}
.all_feature_btn.active {
  display: none;
}

.feature-top-button {
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  width: 40px;
  height: 40px;
  bottom: 90px;
  cursor: pointer;
  background: #dde0e2;
  border-radius: 50%;
}

.feature-top-button:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: calc(50% - 4px);
  left: calc(50% - 7px);
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .feature-top-button {
    display: none !important;
  }
}
.feature-top-button.showed {
  display: block;
  opacity: 1;
}
.feature-top-button.fixed {
  position: fixed;
}

@media only screen and (max-width: 768px) {
  body.featured {
    height: 100%;
    overflow: hidden;
  }
}

/*.mobile-select-tag-wrapper {
  background-color: #fff; }
  @media only screen and (max-width: 768px) {
    .mobile-select-tag-wrapper.fixed {
      position: fixed;
      top: 0; } }*/

.cases-main {
  height: 640px;
}
@media only screen and (max-width: 768px) {
  .cases-main {
    background-image: none !important;
    background-color: #fb6e52 !important;
  }
}
.cases-main .container {
  height: 100%;
}
.cases-main .half {
  padding: 0 !important;
  margin-top: 136px;
  width: calc(51% - 2px);
}
@media only screen and (max-width: 768px) {
  .cases-main .half {
    width: 100%;
  }
}
.cases-main .title {
  color: #fff;
  text-align: left;
  font-size: 42px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .cases-main .title {
    font-weight: 100;
    text-align: center;
    font-size: 24px;
  }
}
.cases-main .text {
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.61;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 49px;
}
@media only screen and (max-width: 768px) {
  .cases-main .text {
    font-weight: 100;
    text-align: center;
    font-size: 14px;
  }
}
.cases-main .image img {
  max-width: 363px;
}

.cases-button-container .case-button {
  display: inline-block;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 32px;
  line-height: 40px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cases-button-container .case-button {
    display: block;
    margin: 20px auto 0 !important;
    width: 100%;
    max-width: 250px;
  }
}
.cases-button-container .case-button.primary {
  padding: 0 20px;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  color: #fb6e52;
  border: none;
  margin-right: 19px;
}

#themes {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #themes {
    display: none;
  }
}
#themes .item {
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #8898aa;
  text-transform: uppercase;
  height: 76px;
  line-height: 79px;
  margin-bottom: 0;
  box-sizing: border-box;
  padding: 0 22px;
}
#themes .item:hover {
  text-decoration: underline;
}

#mobile-themes .tag-list {
  background-color: #eb5c40;
}
#mobile-themes .tag-list .tag-item {
  background-color: #fb6e52;
  overflow: hidden;
}
#mobile-themes .tag-list .tag-item .content {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
}
#mobile-themes .tag-list .tag-item .content img {
  width: 100%;
  filter: none;
  display: block;
  height: unset;
  max-width: 159px;
}

.new-case-wrapper .container {
  max-width: 1165px;
}
.new-case-wrapper .container .half.img {
  box-sizing: border-box;
  width: calc(51% - 2px);
  padding: 0 !important;
}
.new-case-wrapper .container .half.img img {
  max-width: 577px;
  width: 100%;
}
.new-case-wrapper .container .half.img.p-left {
  padding-left: 8px;
}
.new-case-wrapper .container .half.img.p-right {
  padding-right: 15px;
}
.new-case-wrapper .container .half.text {
  box-sizing: border-box;
  vertical-align: top;
  width: calc(49% - 2px);
}
.new-case-wrapper .container .half.text.p-left {
  padding-left: 34px;
}
.new-case-wrapper .container .half.text.p-right {
  padding-right: 20px;
  padding-left: 22px;
}
.new-case-wrapper .container .head {
  box-sizing: border-box;
  padding-top: 20px;
}
.new-case-wrapper .container .head .theme-logo {
  width: 66px;
}
.new-case-wrapper .container .head .theme-title {
  font-weight: 500;
  font-size: 22px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #38bc9c;
  text-transform: uppercase;
  margin-top: 23px;
  margin-bottom: 66px;
}
@media only screen and (max-width: 768px) {
  .new-case-wrapper .container .head .theme-title {
    font-size: 15px;
    margin-bottom: 50px;
  }
}
.new-case-wrapper .container > .case-paper {
  padding: 0 14px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .new-case-wrapper .container > .case-paper {
    padding: 0 !important;
  }
}
.new-case-wrapper .container .case-title {
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #525f7f;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .new-case-wrapper .container .case-title {
    font-size: 17px;
  }
}
.new-case-wrapper .container > .case-title {
  margin: 74px auto 41px;
}
.new-case-wrapper .container .case-text {
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  color: #6b7c93;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .new-case-wrapper .container .case-text {
    font-size: 15px;
  }
}
.new-case-wrapper .container .case-text p {
  margin-bottom: 10px;
  line-height: inherit;
}
.new-case-wrapper .container .hr {
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
}
.new-case-wrapper .container .qwe {
  justify-content: space-between;
}
.new-case-wrapper .container .qwe .j {
  display: inline-block;
  width: calc(44% - 2px);
}
@media only screen and (max-width: 768px) {
  .new-case-wrapper .container .case-item {
    font-size: 15px;
  }
}
.new-case-wrapper .container a {
  display: block;
  text-align: left;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  color: #6772e5;
  margin-bottom: 10px;
}
.new-case-wrapper .container a:hover {
  text-decoration: underline;
}

.section-logo {
  display: block;
  width: 64px;
  margin: 19px auto 0;
}
@media only screen and (max-width: 768px) {
  .section-logo {
    width: 52px;
  }
}

.section-title {
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #292e31;
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 15px;
  }
}

.section-subtitle {
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #939da3;
  margin: 15px auto 0;
}
@media only screen and (max-width: 768px) {
  .section-subtitle {
    font-size: 12px;
  }
}

.section-hr {
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
}

.section-double {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 28px;
}
@media only screen and (max-width: 768px) {
  .section-double {
    padding: 0;
    display: block;
  }
}
.section-double > .item {
  display: inline-block;
  width: calc(50% - 4px);
}
@media only screen and (max-width: 768px) {
  .section-double > .item {
    width: 100% !important;
  }
}

.themes-container {
  box-sizing: border-box;
  padding-left: 32px;
  margin-top: 67px;
}
@media only screen and (max-width: 768px) {
  .themes-container {
    padding-left: 0;
  }
}
.themes-container .item {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.themes-container .item img {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  margin-top: 7px;
}
.themes-container .item .text-container {
  vertical-align: top;
  width: calc(100% - 50px);
  padding-left: 13px;
  box-sizing: border-box;
  display: inline-block;
}
.themes-container .item .text-container .i-title {
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #292e31;
}
@media only screen and (max-width: 768px) {
  .themes-container .item .text-container .i-title {
    font-size: 15px;
  }
}
.themes-container .item .text-container .i-text {
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6f7c82;
  margin-top: 3px;
}
@media only screen and (max-width: 768px) {
  .themes-container .item .text-container .i-text {
    font-size: 12px;
  }
}

.container.program-container {
  max-width: 1046px;
}
@media only screen and (max-width: 768px) {
  .container.program-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.awesome-program {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.awesome-program .item {
  border-radius: 100%;
  width: 110px;
  height: 110px;
  background-color: #8d76be;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 15px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  padding: 30px 0;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .awesome-program .item {
    border-radius: 0;
    height: 53px;
    width: calc(20% - 13px) !important;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    height: 190px !important;
    padding: 0 7% !important;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .awesome-program .item span {
    display: block;
    transform: rotate(-180deg);
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .awesome-program .item span br {
    display: none;
  }
}
.awesome-program .item.selected {
  width: 127px;
  height: 127px;
  background-color: #e4b01c;
  padding: 40px 0;
}
.awesome-program .between {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 74px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .awesome-program .between {
    display: none;
  }
}
.awesome-program .between .q {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #a05cb2;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.program-item {
  width: 100%;
  max-width: 660px;
  margin: 86px auto 45px;
}
@media only screen and (max-width: 768px) {
  .program-item {
    margin: 40px auto 30px;
  }
}
.program-item img {
  display: inline-block;
  vertical-align: top;
  width: 114px;
  height: 114px;
  margin-top: -7px;
  margin-left: 14px;
}
@media only screen and (max-width: 768px) {
  .program-item img {
    display: none;
  }
}
.program-item .text-container {
  display: none;
  vertical-align: top;
  width: calc(100% - 134px);
  box-sizing: border-box;
  padding-left: 32px;
}
.program-item .text-container.active {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .program-item .text-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.program-item .text-container .i-title {
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .program-item .text-container .i-title {
    font-size: 15px;
  }
}
.program-item .text-container .i-text {
  opacity: 0.5;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .program-item .text-container .i-text {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper .container.place-section-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    background-color: #fff !important;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper .container.place-section-container #map {
    width: 100% !important;
    height: 280px !important;
  }
}

.hybrid-mobile .wrapper .container:not(.footer .container) {
  max-width: 983px;
}

.hybrid-mobile .main {
  height: 1219px;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .main {
    background-image: linear-gradient(
            169deg,
            #25a9ff 0%,
            #25a9ff 39.9%,
            transparent 40%,
            transparent 100%
    );
  }
}
.hybrid-mobile .main .s-main {
  display: flex;
  padding-top: 213px !important;
}
.hybrid-mobile .main .s-main .s-main-1 {
  flex: 0 1 610px;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .main .s-main .s-main-1 {
    flex-basis: 100%;
  }
}
.hybrid-mobile .main .logo {
  margin-bottom: 52px;
  margin-left: 0;
  width: 143px;
  margin-top: 4px;
}
.hybrid-mobile .main .title {
  font-weight: 100;
  line-height: 1.4;
  color: #fff;
  font-size: 50px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 52px;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .main .title {
    font-size: 27px;
    text-align: center;
  }
}
.hybrid-mobile .main .button-container {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .main .button-container {
    justify-content: center;
  }
}
.hybrid-mobile .main .button-container .q-button {
  width: 190px;
}
@media only screen and (max-width: 380px) {
  .hybrid-mobile .main .button-container .q-button {
    width: 163px;
  }
}
.hybrid-mobile .main .button-container .q-button.primary {
  margin-right: 14px;
}
.hybrid-mobile .main .b-g {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("/images/hybrid_mobile/b-g@2x.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .main .b-g {
    display: none;
  }
}
.hybrid-mobile .main .second {
  display: flex;
  margin-left: 0;
  flex-direction: column;
  max-width: 490px;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .main .second {
    max-width: 100%;
    margin-top: -107px;
  }
}
.hybrid-mobile .main .second .item {
  width: 100%;
}
.hybrid-mobile .main .second .item .item-title-content {
  display: flex;
  margin-right: -42px;
  justify-content: flex-end;
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .main .second .item .item-title-content {
    justify-content: center;
    margin-right: 0;
    flex-direction: column-reverse;
  }
}
.hybrid-mobile .main .second .item .item-title-content .item-title {
  font-size: 22px;
  text-align: right;
  color: #24b47e;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 26px;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .main .second .item .item-title-content .item-title {
    font-size: 15px;
    margin-right: 0;
    text-align: center;
  }
}
.hybrid-mobile .main .second .item .item-title-content .item-img {
  width: 67px;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .main .second .item .item-title-content .item-img {
    width: 52px;
    margin: 0 auto 8px;
  }
}
.hybrid-mobile .main .second .item .item-text {
  font-size: 17px;
  line-height: 1.59;
  text-align: right;
  color: #6b7c90;
  margin-right: -11px;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .main .second .item .item-text {
    margin-right: 0;
    text-align: left;
    font-size: 15px;
  }
}

.hybrid-mobile .ss-w {
  height: 1373px;
  background-image: linear-gradient(
          167.9deg,
          transparent 0%,
          transparent 31%,
          #f2f5f7 31%,
          #f2f5f7 73%,
          transparent 73%,
          transparent 100%
  );
  margin-top: -140px;
  padding-top: 360px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .ss-w {
    position: relative;
    margin-top: -200px;
    padding-top: 550px;
    background-image: linear-gradient(
            167.9deg,
            transparent 0%,
            transparent 45%,
            #f2f5f7 45%,
            #f2f5f7 88%,
            transparent 88%,
            transparent 100%
    );
    height: 855px;
  }
}
.hybrid-mobile .ss-w .i {
  background-image: url(/images/hybrid_mobile/group-11@2x.png);
  background-position: center center;
  position: absolute;
  top: 210px;
  left: 0;
  height: 230px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.hybrid-mobile .ss-w .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hybrid-mobile .ss-w .container img {
  width: 339px;
  height: 679px;
  margin-top: 21px;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .ss-w .container img {
    display: none;
  }
}
.hybrid-mobile .ss-w .container .text-container {
  flex: 0 1 545px;
  margin-top: -123px;
}
.hybrid-mobile .ss-w .container .text-container .item-title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  text-align: left;
  color: #393968;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .ss-w .container .text-container .item-title {
    font-size: 15px;
  }
}
.hybrid-mobile .ss-w .container .text-container .item-text {
  font-size: 17px;
  line-height: 1.59;
  text-align: left;
  color: #6b7c90;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .ss-w .container .text-container .item-text {
    font-size: 15px;
  }
}

.hybrid-mobile .ff-sa .icon {
  margin: 0 auto 8px;
  width: 52px;
}

.hybrid-mobile .ff-sa .title {
  font-weight: 500;
  font-size: 15px;
  color: #24b47e;
  text-transform: uppercase;
  text-align: center;
}

.hybrid-mobile .ff-sa .text {
  font-size: 15px;
  color: #525e7f;
  text-align: center;
}

.hybrid-mobile .ff-sa .formats {
  position: relative;
  width: 100%;
  height: 660px;
}
.hybrid-mobile .ff-sa .formats .item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.hybrid-mobile .ff-sa .formats .item.active {
  opacity: 1;
}
.hybrid-mobile .ff-sa .formats .item img {
  height: calc(100% - 40px);
  width: initial;
}
.hybrid-mobile .ff-sa .formats .item .item-text {
  font-size: 17px;
  text-align: center;
  color: #393968;
}

.hybrid-mobile .ss-ww {
  display: flex;
  justify-content: space-between;
  padding-top: 47px !important;
  padding-bottom: 232px !important;
}
.hybrid-mobile .ss-ww .left-part {
  flex: 0 1 50%;
}
.hybrid-mobile .ss-ww .left-part .title {
  font-size: 39px;
  text-align: left;
  color: #393968;
}
.hybrid-mobile .ss-ww .left-part .text {
  font-size: 23px;
  text-align: left;
  color: #525f7f;
}
.hybrid-mobile .ss-ww .left-part .qeq {
  display: flex;
  flex-direction: column;
}
.hybrid-mobile .ss-ww .left-part .qeq .item {
  margin-bottom: 20px;
}
.hybrid-mobile .ss-ww .left-part .qeq .item img {
  width: 52px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.hybrid-mobile .ss-ww .left-part .qeq .item .text-container {
  display: inline-block;
  width: calc(100% - 60px);
  padding-left: 30px;
  vertical-align: top;
  box-sizing: border-box;
}
.hybrid-mobile .ss-ww .left-part .qeq .item .text-container .item-title {
  font-size: 19px;
  text-align: left;
  color: #393968;
  margin-top: 12px;
  cursor: pointer;
}
.hybrid-mobile .ss-ww .left-part .qeq .item .text-container .item-text {
  font-size: 17px;
  line-height: 1.53;
  text-align: left;
  color: #6b7c93;
}
.hybrid-mobile .ss-ww .left-part .qeq .item.active .text-container .item-title {
  cursor: default;
}
.hybrid-mobile .ss-ww .left-part .qeq .item.active .text-container .item-text {
  display: block;
}
.hybrid-mobile .ss-ww .right-part {
  position: relative;
  flex: 0 1 384px;
}
.hybrid-mobile .ss-ww .right-part img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.hybrid-mobile .ss-ww .right-part img.active {
  opacity: 1;
}
@media only screen and (max-width: 770px) {
  .mobile-second-container {
    margin-top: 200px !important;
  }
}

@media only screen and (max-width: 320px) {
  .hybrid-mobile .main .button-container .q-button {
    width: 140px;
  }
}
.hybrid-mobile .reqw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 !important;
}
.hybrid-mobile .reqw .img {
  flex: 0 1 364px;
  overflow: hidden;
  margin-top: -21px;
  margin-bottom: -162px;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .reqw .img {
    display: none;
  }
}
.hybrid-mobile .reqw .img img {
  width: 100%;
}
.hybrid-mobile .reqw .text-container {
  flex: 0 1 545px;
  box-sizing: border-box;
  padding-left: 14px;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .reqw .text-container {
    flex-basis: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hybrid-mobile .reqw .text-container .item-title {
  font-weight: 500;
  font-size: 22px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .reqw .text-container .item-title {
    font-size: 15px;
    line-height: 24px;
  }
}
.hybrid-mobile .reqw .text-container .item-text {
  font-size: 17px;
  line-height: 1.59;
  text-align: left;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .reqw .text-container .item-text {
    font-size: 15px;
    line-height: 23px;
  }
}

.hybrid-mobile .q-button {
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .q-button {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
}
.hybrid-mobile .q-button.primary {
  background-color: #35d69a;
  color: #fff;
}
.hybrid-mobile .q-button.secondary {
  background-color: #fff;
  color: #6772e5;
}

.hybrid-mobile .as-eq {
  padding-top: 100px !important;
}
.hybrid-mobile .as-eq img {
  width: 67px;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .as-eq img {
    width: 52px;
  }
}
.hybrid-mobile .as-eq .item-title {
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #24b47e;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .as-eq .item-title {
    font-size: 15px;
    margin-top: 8px;
  }
}
.hybrid-mobile .as-eq .item-text {
  max-width: 707px;
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.59;
  text-align: center;
  color: #6b7c90;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .as-eq .item-text {
    font-size: 15px;
    text-align: left;
  }
}

.hybrid-mobile .as-ewq {
  display: flex;
  justify-content: space-between;
  padding-top: 27px !important;
  padding-bottom: 99px !important;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .as-ewq {
    flex-direction: column;
  }
}
.hybrid-mobile .as-ewq .item {
  flex: 0 0 46%;
}
.hybrid-mobile .as-ewq .item img {
  width: 67px;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .as-ewq .item img {
    display: none;
  }
}
.hybrid-mobile .as-ewq .item .text-container .item-title {
  font-weight: 500;
  font-size: 19px;
  text-align: left;
  color: #24b47e;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .as-ewq .item .text-container .item-title {
    font-size: 15px;
  }
}
.hybrid-mobile .as-ewq .item .text-container .item-text {
  font-size: 17px;
  line-height: 1.53;
  text-align: left;
  color: #6b7c93;
}
@media only screen and (max-width: 768px) {
  .hybrid-mobile .as-ewq .item .text-container .item-text {
    font-size: 15px;
    line-height: 23px;
  }
}

.hybrid-console .main {
  height: 1177px;
  position: relative;
  padding-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .main {
    height: unset;
    margin-bottom: 0;
  }
}
.hybrid-console .main .b-g {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 1070px;
  z-index: -1;
  background-image: url("/images/hybrid_console/b-g@2x.png");
  background-size: 1920px 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .main .b-g {
    height: 81%;
    background-image: linear-gradient(
            169deg,
            #6772e5 0%,
            #6772e5 46.9%,
            transparent 47%,
            transparent 100%
    ) !important;
  }
}
.hybrid-console .main .container {
  display: flex;
}
.hybrid-console .main .container .content {
  flex: 0 0 47%;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .main .container .content {
    flex: 0 0 100%;
  }
}
.hybrid-console .main .container .content .console-logo img {
  height: 38px;
  width: initial;
  overflow: hidden;
  margin-top: 3px;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .main .container .content .console-logo img {
    height: 20px;
  }
}
.hybrid-console .main .container .content .console-logo img img {
  height: 100%;
  margin: 0 0 0 4px;
}
.hybrid-console .main .container .content h1 {
  font-size: 50px;
  line-height: 1.4;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .main .container .content h1 {
    font-size: 35px;
  }
}
.hybrid-console .main .container .content .button-container {
  margin-top: 55px;
  margin-bottom: 178px;
  padding-left: 3px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .main .container .content .button-container {
    margin-bottom: 70px;
  }
}
.hybrid-console
.main
.container
.content
.button-container
.n-button:first-child {
  width: inherit;
  padding: 0 25px;
  margin-right: 9px;
  margin-bottom: 10px;
}
.hybrid-console .main .container .content .text {
  font-size: 21px;
  line-height: 1.48;
  text-align: left;
  color: #525f7f;
  padding-left: 2px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .main .container .content .text {
    font-size: 17px;
    margin-bottom: 0;
  }
}
.hybrid-console .page-title__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 985px;
  margin: 0 auto;
}
@media only screen and (max-width: 990px) {
  .hybrid-console .page-title__container {
    max-width: 750px;
  }
}
.hybrid-console .page-title__menu a {
  padding-left: 40px;
  font-size: 18px;
  color: #fff;
}

.hybrid-console .page-title img {
  width: 34px;
  height: 34px;
}
.hybrid-console .page-title {
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
}
.hybrid-console .page-title p {
  margin: 0;
}
@media only screen and (max-width: 990px) {
  .hybrid-console .page-title {
    margin-top: 0px;
    padding-left: 18px;
  }
  .hybrid-console .page-title__menu {
    display: none;
  }
}

.hybrid-console .page-title p {
  padding-left: 10px;
}

.hybrid-console .container.f-c {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0px;
  margin-top: -18px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .container.f-c {
    flex-direction: column;
  }
}
.hybrid-console .container.f-c .triple-item {
  flex: 0 1 30%;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .container.f-c .triple-item {
    margin: 0;
    flex: 0 0 100%;
    box-sizing: border-box;
    /* padding-right: 20px !important; */
    width: 100%;
    padding-left: 0 !important;
  }
}

.hybrid-console .asq .item img {
  height: 44px;
  display: block;
  margin: 0 0 10px;
  width: initial;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .asq .item img {
    height: 30px;
  }
}

.hybrid-console .asq .item .text-container {
  display: block;
}
.hybrid-console .asq .item .text-container .item-title {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.47;
  text-align: left;
  color: #32325d;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .asq .item .text-container .item-title {
    font-size: 15px;
  }
}
.hybrid-console .asq .item .text-container .item-text {
  font-size: 17px;
  line-height: 1.53;
  text-align: left;
  color: #6b7c93;
  padding-right: 19px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .asq .item .text-container .item-text {
    font-size: 13px;
  }
}

.hybrid-console .cqwt {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
  color: #6772e5;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 20px;
  padding-left: 2px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .cqwt {
    font-size: 17px;
  }
}

.hybrid-console .cqwr {
  font-size: 21px;
  line-height: 1.48;
  text-align: left;
  color: #525f7f;
  padding-left: 2px;
  padding-right: 57px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .cqwr {
    font-size: 17px;
  }
}

.hybrid-console .q-e {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0 !important;
  max-width: 1150px !important;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .q-e {
    flex-direction: column;
    margin-top: -40px;
  }
}
.hybrid-console .q-e .item.c {
  flex: 1 0 50%;
  margin-left: 54px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hybrid-console .q-e .item.c {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .hybrid-console .q-e .item.c {
    flex: 1 0 100%;
    margin-left: 0;
  }
}
.hybrid-console .q-e .item.c .trw {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .q-e .item.c .trw {
    flex-direction: column;
    margin: 0 0 40px;
  }
}
.hybrid-console .q-e .item.c .trw img {
  flex: 0 0 40px;
  max-width: 40px;
  margin-right: 32px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .q-e .item.c .trw img {
    max-width: 35px;
    max-height: 30px;
    flex: none;
    margin: 0 0 10px;
  }
}
.hybrid-console .q-e .item.c .trw .text-container {
  flex: 1 1 100%;
}
.hybrid-console .q-e .item.c .trw .text-container .i-title {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.47;
  text-align: left;
  color: #32325d;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .q-e .item.c .trw .text-container .i-title {
    font-size: 15px;
  }
}
.hybrid-console .q-e .item.c .trw .text-container .i-text {
  font-size: 17px;
  line-height: 1.53;
  text-align: left;
  color: #6b7c93;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .q-e .item.c .trw .text-container .i-text {
    font-size: 13px;
  }
}
.hybrid-console .q-e .item.c .trw .text-container .i-f {
  font-size: 17px;
  line-height: 1.53;
  text-align: left;
  color: #5458de;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .q-e .item.c .trw .text-container .i-f {
    font-size: 13px;
  }
}
.hybrid-console .q-e .item.i {
  flex: 1 0 50%;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .q-e .item.i {
    display: none;
  }
}
.hybrid-console .q-e .item.i img {
  margin-left: 44px;
  margin-top: 10px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hybrid-console .q-e .item.i img {
    margin-left: 0;
  }
}

.hybrid-console .sd-q {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 68px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .sd-q {
    margin-top: -150px;
  }
}
.hybrid-console .sd-q > .item.c {
  flex: 0 0 50%;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .sd-q > .item.c {
    flex: 0 0 100%;
  }
}
.hybrid-console .sd-q > .item.c .e-title {
  margin-top: 37px;
}
.hybrid-console .sd-q > .item.c .e-title img {
  display: inline-block;
  width: 71px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .sd-q > .item.c .e-title img {
    width: 60px;
  }
}
.hybrid-console .sd-q > .item.c .e-title span {
  font-size: 40px;
  line-height: 1.25;
  text-align: left;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
  width: calc(100% - 102px);
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hybrid-console .sd-q > .item.c .e-title span {
    width: calc(100% - 110px);
  }
}
@media only screen and (max-width: 768px) {
  .hybrid-console .sd-q > .item.c .e-title span {
    font-size: 25px;
    line-height: 37px;
    margin-left: 0px;
    width: 100%;
    max-width: calc(100% - 64px);
    box-sizing: border-box;
    padding-left: 30px;
  }
}
.hybrid-console .sd-q > .item.c .e-text {
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  color: #c4f0ff;
  box-sizing: border-box;
  padding: 58px 40px 81px 35px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .sd-q > .item.c .e-text {
    margin-top: 40px;
    padding: 0;
    font-size: 17px;
    line-height: 28px;
  }
}
.hybrid-console .sd-q > .item.c .e-content {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .sd-q > .item.c .e-content {
    margin-top: 50px;
  }
}
.hybrid-console .sd-q > .item.c .e-content .item {
  flex: 0 0 50%;
  margin-bottom: 34px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .sd-q > .item.c .e-content .item {
    flex: 0 0 100%;
  }
}
.hybrid-console .sd-q > .item.c .e-content .item img {
  display: inline-block;
  vertical-align: top;
  width: 24px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .sd-q > .item.c .e-content .item img {
    width: 20px;
  }
}
.hybrid-console .sd-q > .item.c .e-content .item .text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 36px);
  font-size: 17px;
  line-height: 1.53;
  text-align: left;
  color: #9cdbff;
  margin-left: 8px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .sd-q > .item.c .e-content .item .text {
    font-size: 13px;
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 10px;
    line-height: 22px;
  }
}
.hybrid-console .sd-q > .item.c .e-content .item .text .wh {
  color: #ffffff;
}
.hybrid-console .sd-q > .item.i {
  flex: 1 1 50%;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .sd-q > .item.i {
    display: none;
  }
}
.hybrid-console .sd-q > .item.i img {
  margin-left: 119px;
  height: 899px;
  margin-top: -29px;
  width: 527px;
  max-width: unset;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hybrid-console .sd-q > .item.i img {
    margin-left: 20px;
    width: 100%;
    height: unset;
    margin-top: 220px;
  }
}

.hybrid-console .a-fq {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
  height: 323px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .a-fq {
    height: unset;
    flex-direction: column;
  }
}
.hybrid-console .a-fq .item {
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .a-fq .item.i {
    flex: 1 1 100%;
  }
}
.hybrid-console .a-fq .item.i img {
  margin-top: 3px;
  margin-left: -54px;
  max-width: unset;
  width: 508px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .a-fq .item.i img {
    width: 100%;
    max-width: 400px;
    margin: -78px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .hybrid-console .a-fq .item.c {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
}
.hybrid-console .a-fq .item.c .i-title {
  font-size: 19px;
  line-height: 1.47;
  text-align: left;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 3px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .a-fq .item.c .i-title {
    font-size: 15px;
  }
}
.hybrid-console .a-fq .item.c .i-text {
  font-size: 17px;
  line-height: 1.53;
  text-align: left;
  color: #9cdbff;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .a-fq .item.c .i-text {
    font-size: 13px;
    line-height: 22px;
  }
}

.hybrid-console .sb-g {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
          349deg,
          transparent 0%,
          transparent 31.8%,
          #32325d 32%,
          #32325d 100%
  );
  z-index: -1;
}

.hybrid-console .e-rt > .i-title {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
  margin-top: 148px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .e-rt > .i-title {
    margin-top: 0;
    font-size: 17px;
  }
}
.hybrid-console .e-rt .content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .e-rt .content {
    flex-direction: column;
  }
}
.hybrid-console .e-rt .content .v-con {
  display: flex;
  flex-direction: column;
  flex: 1 1 40%;
  padding-right: 170px;
}
@media only screen and (max-width: 992px) {
  .hybrid-console .e-rt .content .v-con {
    padding-right: 0px;
  }
}
.hybrid-console .e-rt .content .v-con .i-title {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.53;
  text-align: left;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .e-rt .content .v-con .i-title {
    font-size: 15px;
  }
  .hybrid-console .e-rt .content .v-con {
    padding-right: 0;
  }
}
.hybrid-console .e-rt .content .v-con .i-text {
  font-size: 17px;
  line-height: 1.53;
  text-align: left;
  color: #9cdbff;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .e-rt .content .v-con .i-text {
    font-size: 13px;
    line-height: 22px;
  }
}
.hybrid-console .e-rt .content .v-con img {
  margin: 20px 0 0;
  width: 35px;
}
.hybrid-console .e-rt .content .item {
  flex: 0 0 27%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .e-rt .content .item {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hybrid-console .e-rt .content .item {
    box-sizing: border-box;
    padding: 0 20px;
  }
}
.hybrid-console .e-rt .content .item.i {
  flex: 1 0 40%;
}
.hybrid-console .e-rt .content .item.i img {
  width: 100%;
  margin-left: -59px;
  margin-top: -17px;
  max-width: 570px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hybrid-console .e-rt .content .item.i img {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .hybrid-console .e-rt .content .item.i img {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
  }
}

.hybrid-console .d-ty {
  width: 100%;
  max-width: 1400px !important;
  display: flex;
  justify-content: flex-end;
  padding-top: 6px !important;
  margin: 0 auto;
  padding-bottom: 140px !important;
}
.hybrid-console .d-ty .sw {
  flex: 0.6 1 60%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .d-ty .sw {
    flex: 1 1 100%;
  }
}
.hybrid-console .d-ty .sw .i-title {
  font-size: 34px;
  line-height: 1.29;
  text-align: left;
  color: #6772e5;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .d-ty .sw .i-title {
    font-size: 25px;
    line-height: 37px;
  }
}
.hybrid-console .d-ty .sw .i-title span {
  display: inline-block;
  width: 100%;
  max-width: calc(100% - 90px);
  vertical-align: middle;
}
.hybrid-console .d-ty .sw .i-title img {
  display: inline-block;
  width: 70px;
  margin: 0 17px 0 -10px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .d-ty .sw .i-title img {
    width: 60px;
  }
}
.hybrid-console .d-ty .sw .i-text {
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  color: #525f7f;
  width: 100%;
  max-width: 647px;
  margin-left: 27px;
  margin-top: 39px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .d-ty .sw .i-text {
    font-size: 17px;
    line-height: 28px;
    margin: 40px 0 0;
  }
}

.hybrid-console .d-tx {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0px !important;
  margin-top: -116px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .d-tx {
    flex-direction: column;
    margin-top: 0;
  }
}
.hybrid-console .d-tx > .item {
  flex: 1 0 50%;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .d-tx > .item {
    flex: 1 1 100%;
  }
}
.hybrid-console .d-tx > .item.c {
  display: flex;
  flex-direction: column;
  margin-top: 149px;
  box-sizing: border-box;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .d-tx > .item.c {
    margin-top: 20px;
    flex: none;
    padding-left: 18px;
  }
}
.hybrid-console .d-tx > .item.c .item {
  margin-bottom: 57px;
}
.hybrid-console .d-tx > .item.c .item img {
  width: 40px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .d-tx > .item.c .item img {
    width: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .hybrid-console .d-tx > .item.c .item .text-container {
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.hybrid-console .d-tx > .item.c .item .text-container .i-title {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.47;
  text-align: left;
  color: #32325d;
  margin-top: 28px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .d-tx > .item.c .item .text-container .i-title {
    margin-top: 26px;
    font-size: 15px;
  }
}
.hybrid-console .d-tx > .item.c .item .text-container .i-text {
  font-size: 17px;
  line-height: 1.53;
  text-align: left;
  color: #6b7c93;
  margin-top: 9px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .d-tx > .item.c .item .text-container .i-text {
    font-size: 13px;
    line-height: 22px;
  }
}
.hybrid-console .d-tx > .item.i {
  position: relative;
}
.hybrid-console .d-tx > .item.i img {
  width: 882px;
  max-width: unset;
  margin-right: 0;
  margin-left: -508px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .d-tx > .item.i img {
    width: 100%;
    margin: 0;
  }
}
.hybrid-console .d-tx > .item.i .text {
  position: absolute;
  bottom: -30px;
  right: 213px;
  font-size: 15px;
  line-height: 1.73;
  text-align: left;
  color: #525f7f;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .d-tx > .item.i .text {
    position: static;
    font-size: 13px;
    line-height: 22px;
    box-sizing: border-box;
    padding: 0 18px;
  }
}
.hybrid-console .d-tx > .item.i .text a {
  color: #5458de;
}
.hybrid-console .d-tx > .item.i .text a:hover {
  text-decoration: underline;
}

.hybrid-console .wrapper.hhh {
  position: relative;
  height: 854px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .wrapper.hhh {
    height: unset;
  }
}

@media only screen and (max-width: 768px) {
  .hybrid-console .wrapper .container.d-tx {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.hybrid-console .sc-g {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
          170deg,
          transparent 0%,
          transparent 42%,
          #f5f8fb 42%,
          #f5f8fb 100%
  );
  z-index: -1;
}

.hybrid-console .reg-c {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .reg-c {
    flex-direction: column;
    margin-top: -40px;
  }
}
.hybrid-console .reg-c .item {
  flex: 0 1 48%;
  height: 195px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 5px 15px 0 rgba(49, 49, 93, 0.15);
  box-sizing: border-box;
  overflow: hidden;
  transform: none;
  transition: transform 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .reg-c .item {
    height: 253px;
    margin-bottom: 25px;
    flex: none;
    display: flex;
    align-items: center;
  }
}
/* .hybrid-console .reg-c .item:hover {
      transform: translateY(-3px); } */
.hybrid-console .reg-c .item img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 110px;
  margin-left: -30px;
  margin-top: 46px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .reg-c .item img {
    max-width: 90px;
    margin-top: 0;
  }
}
.hybrid-console .reg-c .item .text-container {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 86px);
  box-sizing: border-box;
  padding-left: 40px;
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .reg-c .item .text-container {
    margin-top: 0;
    padding-right: 20px;
    padding-left: 0;
  }
}
.hybrid-console .reg-c .item .text-container .i-title {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.53;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .reg-c .item .text-container .i-title {
    font-size: 15px;
  }
}
.hybrid-console .reg-c .item .text-container .i-text {
  font-size: 17px;
  line-height: 1.53;
  text-align: left;
  color: #8898aa;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .hybrid-console .reg-c .item .text-container .i-text {
    font-size: 13px;
    line-height: 22px;
  }
}

.premium .main {
  padding-top: 101px;
  background-image: url(/images/premium/main.jpg);
  min-height: 1149px;
}
@media only screen and (max-width: 768px) {
  .premium .main {
    min-height: 1089px;
  }
}
.premium .main .container .title {
  font-weight: 100;
  font-size: 36px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  .premium .main .container .title {
    font-size: 27px;
  }
}
.premium .main .container .subtitle {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #bddce9;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .premium .main .container .subtitle {
    font-size: 14px;
  }
}
.premium .main .container .separator {
  width: 100%;
  max-width: 690px;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
  margin-left: auto;
  margin-right: auto;
}
.premium .main .container .main-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 -28px;
}
@media only screen and (max-width: 768px) {
  .premium .main .container .main-list {
    flex-direction: column;
    margin: 0;
  }
}
.premium .main .container .main-list .item {
  width: 100%;
  max-width: calc(25% - 30px);
}
@media only screen and (max-width: 768px) {
  .premium .main .container .main-list .item {
    max-width: 100%;
    vertical-align: top;
  }
}
.premium .main .container .main-list .item img {
  display: block;
  margin: 0 0 9px 0;
  width: 60px;
}
@media only screen and (max-width: 768px) {
  .premium .main .container .main-list .item img {
    display: inline-block;
    width: 45px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  .premium .main .container .main-list .item .text-container {
    display: inline-block;
    width: calc(100% - 50px);
    box-sizing: border-box;
    padding-left: 10px;
  }
}
.premium .main .container .main-list .item .text-container .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  color: #ffffff;
  text-align: left;
  margin-bottom: 3px;
}
@media only screen and (max-width: 768px) {
  .premium .main .container .main-list .item .text-container .title {
    font-size: 12px;
  }
}
.premium .main .container .main-list .item .text-container .text {
  font-size: 14px;
  line-height: 1.71;
  color: #bddce9;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .premium .main .container .main-list .item .text-container .text {
    font-size: 12px;
  }
}
.premium .main .container .private {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #bddce9;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.premium .main .container .s-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.premium .main .container .button-container {
  justify-content: center;
}

.premium .button-container {
  display: flex;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .premium .button-container {
    justify-content: space-around;
  }
}

.premium .s-button {
  display: inline-block;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 25px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border: none;
  border: solid 1px #ffffff;
  background-color: transparent;
  width: initial;
  color: #fff;
  cursor: pointer;
  text-transform: none;
  -webkit-appearance: none;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .premium .s-button {
    max-width: 240px;
    font-size: 12px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
  }
}
.premium .s-button:hover {
  background-color: #3eaed8;
}
.premium .s-button.primary {
  border: none;
  background-color: #3eaed8;
}

.premium .q-icon {
  width: 64px;
}

.premium .title {
  font-size: 24px;
  text-align: center;
  color: #292e31;
}
@media only screen and (max-width: 768px) {
  .premium .title {
    font-size: 15px;
  }
}

.premium .text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #939da3;
}
@media only screen and (max-width: 768px) {
  .premium .text {
    font-size: 12px;
  }
}

.premium .b-double {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .premium .b-double {
    align-items: initial;
    flex-direction: column;
  }
}
.premium .b-double > .item {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 768px) {
  .premium .b-double > .item.q1 {
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .premium .b-double > .item.q2 {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .premium .b-double > .item img.q {
    margin: 0 !important;
    width: 100%;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .premium .b-double > .item {
    width: 100%;
  }
}

.premium .fqy {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .premium .fqy {
    width: 100% !important;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.premium .fqy > .item {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 30px;
  padding-right: 90px;
}
@media only screen and (max-width: 768px) {
  .premium .fqy > .item {
    padding-right: 0;
  }
}
.premium .fqy > .item img {
  width: 42px;
  height: 42px;
  margin-right: 16px;
  flex: 0 1 auto;
  margin-top: 5px;
}
.premium .fqy > .item .text-container {
  flex: 1 1 100%;
}
.premium .fqy > .item .text-container .item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #292e31;
}
@media only screen and (max-width: 768px) {
  .premium .fqy > .item .text-container .item-title {
    font-size: 15px;
  }
}
.premium .fqy > .item .text-container .item-text {
  font-size: 16px;
  line-height: 1.5;
  color: #6f7c82;
  margin-top: 3px;
}
@media only screen and (max-width: 768px) {
  .premium .fqy > .item .text-container .item-text {
    font-size: 12px;
  }
}

.premium .title-y {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .premium .title-y {
    font-size: 15px;
  }
}
.page_video #logo:after {
  background-color: #000 !important;
}
.premium .text-y {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .premium .text-y {
    font-size: 12px;
  }
}

.premium .triple-y {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .premium .triple-y {
    flex-direction: column;
    margin-bottom: -30px;
  }
}
.premium .triple-y .item {
  flex: 0 1 calc(100% / 4 - 40px);
}
@media only screen and (max-width: 768px) {
  .premium .triple-y .item {
    margin-bottom: 50px;
  }
}
.premium .triple-y .item img {
  height: 150px;
  width: initial;
}
.premium .triple-y .item .item-text {
  font-size: 14px;
  line-height: 1.71;
  text-align: center;
  color: #ffffff;
  margin-top: 12px;
}

.premium .l-double {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .premium .l-double {
    flex-direction: column;
  }
}
.premium .l-double .item {
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .premium .l-double .item {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 768px) {
  .premium .l-double .item.q {
    display: none;
  }
}
.premium .l-double .item .item-title {
  font-weight: 500;
  font-size: 22px;
  color: #393968;
  text-transform: uppercase;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .premium .l-double .item .item-title {
    font-size: 15px;
  }
}
.premium .l-double .item .item-text {
  font-size: 17px;
  line-height: 1.59;
  color: #6b7c90;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .premium .l-double .item .item-text {
    font-size: 15px;
  }
}
.premium .l-double .item .l-button {
  border-radius: 5px;
  background-color: #6772e5;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  width: 212px;
  height: 40px;
  line-height: 20px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
}

.premium .hr {
  width: 100%;
}

.premium .main-slider {
  height: 421px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .premium .main-slider {
    height: 226px;
  }
}
.premium .main-slider .ready {
  transition: all 1000ms ease-in-out;
}
.premium .main-slider .content {
  perspective: 400px;
  transform-style: preserve-3d;
  perspective-origin: 50% 0;
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  .premium .main-slider .content {
    margin-top: 100px;
  }
}
.premium .main-slider .content .item {
  width: 160px;
  height: 140px;
  overflow: hidden;
  position: absolute;
  transform-origin: center center;
  left: calc(50% - 120px);
  opacity: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .premium .main-slider .content .item {
    width: 80px;
    height: 60px;
  }
}
.premium .main-slider .content .item.visible {
  opacity: 1;
}
.premium .main-slider .content .item img {
  width: 100%;
}

.premium .qqqeq {
  border-radius: 6px;
  background-color: #232b74;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.2);
  padding: 55px 70px 20px;
  border: none;
}
@media only screen and (max-width: 768px) {
  .premium .qqqeq {
    top: 0;
    left: 0;
    padding: 30px 20px;
    overflow: auto;
  }
}
.premium .qqqeq .q-title-q {
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 50px;
}
.premium .qqqeq span {
  font-weight: 100;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-align: left;
  color: #3eaed8;
}
.premium .qqqeq form .placeholder {
  position: relative;
  height: 1px;
  width: 100%;
}
.premium .qqqeq form .placeholder div {
  position: absolute;
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #3eaed8;
  top: 15px;
  left: 8px;
}
.premium .qqqeq form input:not([type="submit"]),
.premium .qqqeq form textarea {
  border: 1px solid #3eaed8;
  background-color: transparent;
  color: #fff;
}
.premium .qqqeq form textarea {
  height: 121px;
  background: transparent !important;
}
.premium .qqqeq form input[type="submit"] {
  height: 66px;
  border-radius: 2px;
  background-color: #3eaed8;
  line-height: 66px;
  text-transform: none;
  font-size: 25px;
}
.premium .qqqeq .co {
  width: 100%;
  max-width: 354px;
  margin: 33px auto 0;
}
.premium .qqqeq .hr {
  opacity: 0.17;
  background-color: #3eaed8;
  margin-top: 49px;
  margin-bottom: 22px;
}
.premium .qqqeq .close {
  font-size: 17px;
  text-align: center;
  color: #ed5564;
  cursor: pointer;
}
.premium .qqqeq.oncomplete {
  height: initial;
  max-height: initial;
  padding-bottom: 30px;
}

.change-language {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 950px) {
  #change-language2 {
    display: none;
  }
}
.change-language .change-language-select {
  z-index: 9999999999;
  position: absolute;
  bottom: 30px;
  left: -63px;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 7px 10px 0 rgba(33, 33, 52, 0.24);
  box-sizing: border-box;
  padding: 21px 12px 18px 18px;
  display: none;
}
.change-language .change-language-select::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 59px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}
.change-language .change-language-select.active {
  display: block;
}
.change-language .change-language-select .change-language-select-option {
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 17px;
  cursor: pointer;
  color: #32325d;
}
.change-language
.change-language-select
.change-language-select-option:last-of-type {
  margin-bottom: 0;
}
.change-language .change-language-select .change-language-select-option .fa {
  margin-right: 4px;
}
.change-language .change-language-select .change-language-select-option span {
  color: inherit;
  font-weight: inherit;
}
.change-language .change-language-select .change-language-select-option.active {
  font-weight: 500;
}
.change-language
.change-language-select
.change-language-select-option.active
.change-language-ok {
  display: inline-block;
}
.change-language .change-language-q {
  cursor: pointer;
  color: #676ce1;
  font-weight: 600;
  white-space: nowrap;
}
.change-language .change-language-q .change-language-q-text {
  margin-left: 12px;
}
/*About*/

.second_images{
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #F4F8FB;
  margin: 65px auto 45px;
}

@-webkit-keyframes rotation {
  0% {-webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);}
  100% {-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);}
}
@-moz-keyframes rotation {
  0% {-webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);}
  100% {-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);}
}
@-o-keyframes rotation {
  0% {-webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);}
  100% {-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);}
}
@keyframes rotation {
  0% {-webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);}
  100% {-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);}
}

/**/
@-webkit-keyframes rotation_revers {
  0% {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
  }
  100% {
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
  }
}
@-moz-keyframes rotation_revers {
  0% {-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);}

  100% {-webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);}

}
@-o-keyframes rotation_revers {
  0% {-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);}
  100% {-webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);}

}
@keyframes rotation_revers {
  0% {-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);}
  100% {-webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);}
}

.path_circ1{
  -webkit-animation-name: rotation;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotation;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotation;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotation;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  left: 5px;
}
.path_circ2{
  -webkit-animation-name: rotation_revers;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotation_revers;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotation_revers;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotation_revers;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.text_title {
  display: inline-block;
  font-size: 28px;
}

.about .main {
  z-index: 1;
}
.about_top {
  position: absolute;
  min-height: 35vw;
  transform: skewY(-12deg);
  left: 0;
  right: 0;
  top: 0;
}
.about_gray1 {
  height: 4000px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5f8fc;
}

.about_gray_l{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 27%;
  height: 148px;
}
.about_gray_r{
  position: absolute;
  right: 0;
  bottom: 9.5%;
  height: 148px;
  width: 19%;
}
.about_box_bl1 {
  background: #2b2c51;
  position: absolute;
  right: 0;
  bottom: calc(100% / 2);
  height: 85px;
  width: 78%;
  z-index: 3;
  height: calc(100% / 2);
}
.about_box_bl2 {
  background: #ffd882;
  position: absolute;
  right: 38%;
  bottom: 0;
  height: calc(100% / 2);
  width: 63%;
  z-index: 3;
}
.about_box_bl3 {
  background: #f9b658;
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100% / 2);
  width: 38%;
  z-index: 3;
}
.about_box_bl4 {
  background: #f9b658;
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% / 2);
  width: 42%;
  z-index: 3;
}
.about_box_bl5 {
  background: #ffd882;
  position: absolute;
  left: 42%;
  bottom: 0px;
  height: calc(100% / 2);
  width: 24%;
  z-index: 3;
}
.about_box_bl6 {
  background: #2b2c51;
  position: absolute;
  left: 22%;
  bottom: calc(-100% / 2);
  height: calc(100% / 2);
  width: 78%;
  z-index: 3;
}
.about .main .main-title {
  font-size: 51px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #7c0d3e;
  margin-top: 18%;
}
.about .main .main-button {
  margin: 43px 0 0 5px;
}
.about .button {
  font-family: "GraphikLC-Medium", "GraphikLC", Arial, sans-serif;
  display: block;
  height: 40px;
  width: 177px;
  box-sizing: border-box;
  padding: 0;
  line-height: 40px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 3px;
  border: none;
  background: #393968;
  box-shadow: 2px 2px 5px rgba(182, 182, 218, 0.7), -4px -4px 5px #ffffff;
  transition: 0.2s linear;
  white-space: nowrap;
}

.about_title {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #3f3f67;
  line-height: 2;
}
.about_text {
  margin: 20px 0 0 0;
}

.about .global .places {
  /*display: grid;
  grid-template-areas: "i4 i4 i3 i3 i5 i5 i1 i1"
  "i6 i6 i7 i7 i2 i2 i8 i8"
  ". i9 i9 i9 i10 i10 i10 .";
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(123px, auto);
  grid-gap: 16px 16px;
  justify-content: center;
  align-items: center; */
  border-right: 1px solid #4c4c8c;
  width: 59%;
}

.about .global-bg {
  position: absolute;
  background: linear-gradient(157.93deg, #2b2c51 30.19%, #23256f 72.57%);
  margin-top: 125px;
  height: 1520px;
  width: 100%;
  z-index: 1;
  transform: skewY(-12deg);
}
.global-bg .global-bg_line-right-top{
  position: absolute;
  top: 0;
  right: 0;
  height: 18%;
  width: 55%;
  background-image: linear-gradient(256.93deg, #2F3069 20.43%, rgba(43, 44, 81, 0));
}
@media(max-width: 767px){
  .global-bg .global-bg_line-right-top{
    height: 14%;
  }
}
.about .second .second-title {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #525f7f;
  max-width: 100%;
  margin: 0 auto 70px;
}
.about .second .second-triple .item .text-container .item-title {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #32325d;
  margin: 27px 0 0 0;
}
.about .second .second-triple .item .text-container .item-text {
  margin-top: 17px;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #525f7f;
}
.l-bg {
  position: absolute;
  left: 0;
  top: 0px;
  display: flex;
  height: 100%;
  width: 29%;
  flex-wrap: wrap;
}

.l-bg_top{
  position: absolute;
  left: 0;
  top: 0;
  height: 160px;
  width: 100%;
}
.l-bg_bottom{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 160px;
  width: 100%;
}
.l-bg .l-bg1 {
  background: #2f3069;
  height: calc(100% / 2);
  position: absolute;
  left: 0;
  top: calc(-99% / 2);
  width: 83%;
}
.l-bg .l-bg2 {
  border: 1px solid #a1a2c6;
  height: calc(100% / 2);
  width: 31%;
  position: absolute;
  right: 2%;
  top: -99%;
}
.l-bg .l-bg3 {
  background: #f9b658;
  height: calc(100% / 2);
  width: 45%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-bg .l-bg4 {
  background: #ffd882;
  height: calc(100% / 2);
  width: 24%;
  position: absolute;
  left: 45%;
  bottom: 0;
}
.l-bg .l-bg5 {
  background: #ccd1e7;
  height: calc(100% / 2);
  width: 72%;
  position: absolute;
  left: 28%;
  bottom: calc(-100% / 2);
}
.r-bg {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: flex;
  height: 80px;
  width: 20%;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.r-bg .r-bg1 {
  background: #ccd1e7;
  width: 36%;
  height: 100%;
  position: absolute;
  right: 58%;
  bottom: -100%;
}
.r-bg .r-bg2 {
  background: #ffd882;
  width: 58%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: -100%;
}
.about .global .title {
  margin-top: 24%;
  font-size: 51px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 43px;
}
.about .global .text {
  max-width: 800px;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
}

.places_title {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  padding-left: 33px;
}
.places_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 237px;
  height: 46px;
  padding: 5px 0 5px 15px;
}
.places_item.active,
.places_item:hover {
  background: rgba(85, 85, 153, 0.4);
  border-radius: 5px;
  cursor: pointer;
}

.plce_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
.places {
  display: grid;
  grid-template-areas:
          "i1 i6"
          "i2 i7"
          "i3 i8"
          "i4 i9"
          "i5 i5";
  /*grid-auto-columns: 1fr;
  grid-auto-rows: minmax(123px, auto);*/
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-gap: 0px 60px;
  justify-content: center;
  align-items: center;
  padding: 0 47px 0 0;
}
.places_city_box {
  width: 41%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.places_city {
  padding: 15px 0 0 0;
  display: none;
}
.places_city.active {
  display: block;
  position: absolute;
  right: 0;
  top: 24px;
  max-width: 32%;
  width: 36%;
}
.navigate_places {
  display: flex;
  align-items: center;
}
.about .global {
  overflow: inherit !important;
}
.about .global .places .places_item:nth-child(1) {
  grid-area: i1;
}
.about .global .places .places_item:nth-child(2) {
  grid-area: i2;
}
.about .global .places .places_item:nth-child(3) {
  grid-area: i3;
}
.about .global .places .places_item:nth-child(4) {
  grid-area: i4;
}
.about .global .places .places_item:nth-child(5) {
  grid-area: i5;
}
.about .global .places .places_item:nth-child(6) {
  grid-area: i6;
}
.about .global .places .places_item:nth-child(7) {
  grid-area: i7;
}
.about .global .places .places_item:nth-child(8) {
  grid-area: i8;
}
.about .global .places .places_item:nth-child(9) {
  grid-area: i9;
}

.places_cont .item-title {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  display: none;
}

.places_cont {
  position: relative;
  padding-left: 40px;
}
.places_cont:before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url(/images/about/about_map.svg) no-repeat center;
}
.places_cont .item-text {
  font-size: 18px;
  color: #ffffff;
}
.btn-sw-map-yandex {
  font-size: 18px;
  text-decoration-line: underline;
  color: #828eff;
  margin-top: 25px;
  cursor: pointer;
  margin-bottom: 15px;
}
.btn-sw-map-yandex:hover {
  text-decoration-line: none;
}
.about .map {
  overflow: visible !important;
  max-width: 100%;
  min-height: 968px;
  z-index: 1;
}
.world {
  position: absolute;
  height: 100%;
  width: 100%;
  top: -10%;
  left: 0;
  z-index: 0;
}
.about .map svg {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1355px;
  margin: 0 auto;
}
.about .global {
  z-index: 2;
}
.about .global .container {
  padding: 60px 15px 0;
}
.about .plq .plq-text-container .plq-title {
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #32325d;
  text-transform: uppercase;
}
.about .plq .plq-text-container .plq-text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #525f7f;
  padding: 0 31px 0 0;
}
.about .plq {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 55px 65px 65px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.about .clients {
  position: relative;
  margin-top: -275px;
  padding-top: 300px;
  transform: skewY(-12deg);
}
.about .clients .container {
  transform: skewY(12deg);
}
.about .plq-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.clients_bg {
  position: absolute;
  background: linear-gradient(32.5deg, #f4f6ff 2.86%, #f4f6ff 128.3%);
  margin-top: 0;
  /*height: 1495px;*/
  width: 100%;
  z-index: -1;
  transform: skewY(0deg);
  top: 0px;
  bottom: 0;
}
.r_bg_clients {
  height: 160px;
  position: absolute;
  right: 0;
  top: 55%;
  width: 35%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.r_bg_1 {
  background: #e6eafb;
  height: calc(100% / 2);
  width: 100%;
}
.r_bg_2 {
  background: #f9b658;
  height: calc(100% / 2);
  width: 55%;
}
.about .plq img {
  flex: 1 1 369px;
  max-width: 369px;
  position: static;
}
.about .plq .plq-text-container {
  flex: 1 1 100%;
}
.about .clients .clients-title {
  font-size: 51px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  color: #32325d;
  margin-top: 16px;
}
.about .clients .clients-text {
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 49px;
  color: #727290;
}
.about .clients .clients-text2 {
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  margin-top: 96px;
  margin-bottom: 95px;
  color: #f9b658;
}
span.orang_text {
  font-weight: 500;
  color: #f9b658;
}
.clients_cont,
.brend_cont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.clients_cont {
  height: 270px;
}
.brend_cont {
  height: 403px;
}
.clients_list,
.brend_list {
  width: 20%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border-right: 1px solid #dbdff0;
  border-bottom: 1px solid #dbdff0;
}
.clients_list {
  height: calc(100% / 2);
}
.brend_list {
  height: calc(100% / 3);
}
.brend_list img,
.clients_list img{
  transition: all 0.3s linear;
}
.brend_list:hover img,
.clients_list:hover img {
  transform: scale(1.3);
  transition: 0.3s ease-in;
}
.clients_list:last-child,
.clients_list:nth-child(5),
.brend_list:last-child,
.brend_list:nth-child(5),
.brend_list:nth-child(10) {
  border-right: none;
}
.clients_list:nth-last-child(-n + 5),
.brend_list:nth-last-child(-n + 5) {
  border-bottom: none;
}

.container_text_comand {
  max-width: 1000px;
  margin: 0 auto;
}
.about .command .command-title {
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #32325d;
}
.about .command .container {
  width: 100%;
  padding-bottom: 60px !important;
  padding-top: 0;
  z-index: 2;
  position: relative;
}
.command-title_min {
  text-align: right;
  margin: 68px 0 0 0;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #525f7f;
}
.about .command .command-slider {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 136px;
  margin-bottom: 40px;
}

.path1 {
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
  animation: dash1 5s linear alternate infinite;
}
.elipse{
  opacity: 0;
}

.about .command .command-slider .item .item-content .text-container .item-text {
  font-weight: normal;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  transition: font-size 0.3s ease-in-out;
  color: #525f7f;
}
.about
.command
.command-slider
.item
.item-content
.text-container
.item-title {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #32325d;
}
.about .command .command-slider .item .item-content {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease-in-out, opacity 0.2s linear,
  box-shadow 0.3s ease-in-out;
  transform: scale(0.6, 0.6);
  opacity: 0;
}
.about .command .command-slider .item .item-content .text-container {
  transition: all 0.3s ease-in-out;
  height: auto;
  padding-top: 25px;
  width: 100%;
}
.about .last {
  background: linear-gradient(102.35deg, #2b2c51 -8.77%, #3d3786 84.98%);
}
.about .command .command-slider .item {
  width: 350px;
  height: 350px;
  position: relative;
  transition: transform 0.5s ease-in-out;
  position: absolute;
}
.about .command .command-slider .content {
  height: 665px;
  transform-origin: 500px 500px;
  transform-style: preserve-3d;
  transform: perspective(900px);
  width: 100%;
}
#command-slider .item_image {
  height: 460px;
  width: 460px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.command_bg {
  position: absolute;
  z-index: 1;
  transform: skewY(-12deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bg_command {
  height: 100%;
}
.bg_command .r_bg {
  position: absolute;
  left: 0;
  bottom: 21%;
  display: flex;
  flex-wrap: wrap;
  height: 240px;
  width: 35%;
}
.bg_command .r_bg_1 {
  background: #f4f6ff;
  height: calc(100% / 3);
  position: absolute;
  left: 13%;
  bottom: calc(100% / 3);
  width: 46%;
}
.bg_command .r_bg_2 {
  background: #f9b658;
  height: calc(100% / 3);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28%;
  z-index: 2;
}
.bg_command .r_bg_3 {
  background: #ffd882;
  height: calc(100% / 3);
  position: absolute;
  left: 28%;
  bottom: 0;
  width: 24%;
}
.bg_command .r_bg_4 {
  border: 1px solid #f9b658;
  height: calc(100% / 3);
  position: absolute;
  right: 0;
  bottom: calc(-100% / 2);
  width: 46%;
}
.bg_command .l_bg {
  position: absolute;
  right: 0;
  top: 29.5%;
  display: flex;
  flex-wrap: wrap;
  height: 160px;
  width: 15%;
}
.bg_command .l_bg_1 {
  background: #f4f6ff;
  height: calc(100% / 2);
  position: absolute;
  right: 40%;
  top: 80px;
  width: 55%;
}
.bg_command .l_bg_2 {
  border: 1px solid #f9b658;
  height: calc(100% / 2);
  position: absolute;
  right: 0;
  top: 0;
  width: 56%;
}

.about .button:hover {
  transform: translateY(-4px);
  background-color: #6772e5;
}

.about .hide-en {
  display: none;
}
.about .main {
  height: 840px;
}
.about .main .back-ifr {
  width: 1920px;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  height: 854px;
  overflow: hidden;
  z-index: -1;
}

.about__hero_cont {
  display: flex;
  flex-direction: column;
}
.about .second {
  margin-top: -105px;
}
.oval_kol_box {
  width: 44px;
  height: 48px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oval_kol {
  position: absolute;
  left: 0;
  top: 0;
}
.star_box,
.flag_box {
  height: 48px;
}


.about .second .second-triple {
  display: flex;
  justify-content: space-between;
}
.about .second .second-triple .item {
  display: block;
  flex: 0 1 calc(33% - 28px);
}

.about .second .second-triple .item img {
  height: 52px;
  display: inline-block;
  width: initial;
  margin: 0 0 20px 0;
}
.about .second .second-triple .item_num1 circle{
  transition: 1s linear;
}
.about .second .second-triple .item_num1:hover circle{
  animation: animCir 1.2s linear;
}
@keyframes animCir{
  50%{
    r: 2.5;
  }
  100%{
    r: 5.5;
  }
}
.about .second .second-triple .item:last-child .anim-flag{
  transition: 1s linear;
}
.about .second .second-triple .item:last-child:hover .anim-flag{
  animation: animFlag 1.2s linear;
}
@keyframes animFlag{
  33%{
    transform: skewY(10deg) translateY(-5px);
  }
  75%{
    transform: skewY(-10deg) translateY(5px);
  }
  100%{
    transform: skewY(0deg);
  }
}

.about .third .container {
  display: flex;
  flex-direction: row;
}
.about .third .container .left-part {
  flex: 0 1 369px;
}

.about .third .container .left-part img {
  max-width: 176px;
  margin-top: 40px;
  margin-left: 8px;
}

.about .third .container .right-part {
  flex: 1 1 100%;
}

.about .third .container .right-part .third-title {
  font-size: 21px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}

.about .third .container .right-part .third-text {
  margin-top: 14px;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #9d3b35;
}

.about .third .container .right-part .button {
  display: inline-block;
}

.about .global .places .item {
  position: relative;
  height: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px 15px;
  display: flex;
  justify-content: left;
  align-items: center;
}

#backgroundMapYandex {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  background: none;
}
#mapYandex {
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 80vh;
  width: 80vw;
  display: block;
  opacity: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 2px solid #f5be58;
  z-index: 1000;
  transform: translate(-50%, -50%);
}
.about .global .places .item .img {
  display: flex;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 460px) {
  .plq-text {
    padding-right: 0 !important;
  }
}
.about .global .places .item .text-container {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1060px) {
  .about .global .places .item .text-container {
    margin-left: 0;
    align-items: center;
  }
}
.about .global .places .item .text-container .item-title {
  font-family: OpenSans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #32325d;
}
.about .global .places .item .text-container .item-text {
  font-family: OpenSans;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #6b7c93;
}
@media only screen and (max-width: 1060px) {
  .about .global .places .item .text-container .item-text {
    font-size: 14px;
    text-align: center;
  }
}

.about .clients .container {
  padding-bottom: 215px;
}

.about .clients .q-link {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #25a9ff;
  display: inline-block;
  margin-top: 45px;
}

.about .clients .q-link:hover {
  text-decoration: underline;
}
.anime_about {
  height: 100%;
  width: 100%;
  max-width: 52%;
  position: absolute;
  right: 0;
  bottom: -52%;
  transform: skewY(12deg);
}
.f-bl-aboute {
  display: flex;
  align-items: center;
}
.f-bl-aboute .left-part {
  width: calc(100% - 237px);
  margin-right: 0;
  flex-wrap: wrap;
}
.f-bl-aboute .y {
  color: #ffffff;
  line-height: 1.5;
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  display: block;
  margin: 40px 0 0 0;
  width: 100%;
}
.f-bl-aboute .x {
  font-size: 18px;
  color: #ffffff;
  margin: 0px 0 45px 0;
  display: block;
  width: 100%;
}
.f-bl-aboute .right-part {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 220px;
  position: relative;
}
.f-bl-aboute .right-part:before {
  content: "";
  width: 373px;
  height: 222px;
  background: linear-gradient(
          277.83deg,
          rgba(106, 91, 198, 0.6) 44.58%,
          rgba(106, 91, 198, 0) 101.73%
  );
  filter: blur(100px);
  position: absolute;
  left: -62%;
}
.f-bl-aboute .right-part button {
  margin: 0;
  width: 150px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 5px #251874, -4px -4px 5px #6f5ddd;
  position: relative;
  z-index: 2;
}

.clients_list img,
.brend_list img {
  max-width: 75%;
  max-height: 70%;
}
.about .clients .clients-text br{
  display: none;
}
@media only screen and (max-width: 1650px) {
  .about_top {
    min-height: 540px;
  }
  .about .main {
    height: 750px;
  }
  .about .main .main-title {
    font-size: 49px;
    margin-top: 13%;
  }
  .about_gray_l,
  .about_gray_r,
  .l-bg_top,
  .l-bg_bottom,
  .r_bg_clients,
  .bg_command .l_bg {
    height: 110px;
  }
  .r-bg{
    height: 55px;
  }
  .bg_command .r_bg{
    height: 165px;
  }
  .about_gray_r {
    bottom: 7.5%;
  }

}


@media only screen and (max-width: 1440px) {
  .about .map {
    min-height: 745px;
  }
  .about .plq {
    width: calc(100% - 40px);
  }
  .about .global-bg {
    height: 1330px;
  }
  .about .command {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1350px) {
  .bg_command .l_bg {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1024px) {
  #command-slider .item_image {
    height: 400px;
    width: 400px;
  }
  .about .command .command-slider .item .item-content img {
    width: auto;
  }
  .r_bg_clients{
    top: 60%;
  }
  .about .clients .container {
    padding-bottom: 170px !important;
  }

}

@media only screen and (max-width: 991px) {
  .places_cont .item-text br{
    display: none;
  }
  .about .main .main-title {
    margin-top: 80px;
  }
  .about .main .main-title {
    font-size: 48px;
  }
  .about_top {
    min-height: 505px;
  }
  .about .main .main-button {
    margin: 47px 0 0 6px;
    width: 152px;
  }

  .about .main {
    height: 705px;
  }
  .about_text {
    font-size: 20px;
  }
  .about .second .second-triple .item .text-container .item-text {
    line-height: 1.5;
  }
  .about .global .title {
    margin-top: 26%;
    font-size: 49px;
    margin-bottom: 35px;
  }
  .about .global .text {
    font-size: 22px;
  }
  .about .global .places {
    grid-template-areas:
            "i1"
            "i2"
            "i3"
            "i4"
            "i5"
            "i6"
            "i7"
            "i8"
            "i9";
    grid-template-columns: 0fr;
    grid-row-gap: 0;
    grid-auto-rows: minmax(45px, auto);
    width: 51%;
    padding: 0 20px 0 0;
  }
  .places_city_box {
    width: 49%;
  }
  .places_city {
    width: 90%;
  }
  .about .global .places {
    border-right: none;
  }
  .about .global .places:before {
    content: "";
    height: 228px;
    width: 1px;
    background: #4c4c8c;
    position: absolute;
    left: 49%;
    top: 40px;
  }
  .about .global-bg {
    height: 1010px;
    margin-top: 85px;
  }
  .about .map {
    min-height: 290px;
  }
  .about .plq img {
    flex: 1 1 265px;
    max-width: 265px;
    position: static;
  }
  .about .plq .plq-text-container .plq-title {
    font-size: 26px;
    line-height: 0.71;
  }
  .about .plq .plq-text-container .plq-text {
    margin-top: 0;
    font-size: 16px;
    padding: 30px 30px 5px 0;
  }
  .about .plq {
    padding: 49px 40px 40px;
  }
  .about .clients .clients-title{
    font-size: 49px;
    margin-top: 20px;
  }
  .about .clients .clients-text {
    margin-top: 36px;
    margin-bottom: 65px;
    font-size: 30px;
  }
  .about .clients .clients-text2 {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .clients_list img, .brend_list img{
    max-width: 51%;
    max-height: 47%;
  }
  .clients_cont {
    height: 196px;
  }
  .brend_cont {
    height: 270px;
  }
  .about .command {
    margin-top: 40px;
  }
  .about .clients {
    overflow: inherit !important;
  }
  .r_bg_2 {
    width: 29%;
  }
  .r_bg_clients {
    top: 60%;
    width: 245px;
    height: 92px;
  }
  .command-title_min {
    font-size: 30px;
    margin: 42px 0 0 0;
  }
  .command-title_min br {
    display: none;
  }
  .about .command .command-slider {
    margin-top: 45px;
  }
  .about .command .command-slider .item .item-content .text-container {
    padding-top: 10px;
  }
  .about .command .command-slider .content {
    height: 500px;
  }
  .f-bl-aboute .y {
    font-size: 28px;
    margin: 20px 0 0 0;
    padding-left: 53px;
  }
  .f-bl-aboute .x {
    font-size: 16px;
    padding-left: 50px;
  }
  .about .clients {
    padding-bottom: 55px;
  }
  .world {
    position: absolute;
    top: -100%;
    left: 10%;
    height: 200%;
  }
  #hybev2_hype_container {
    right: -145px;
  }

  .places_city.active {
    max-width: 46%;
    width: 51%;
    top: 30px;
  }
  .anime_about {
    max-width: 70%;
    right: 0%;
  }
  .wrapper_hidd{
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .about_gray_r {
    bottom: 0.2%;
  }

  .second_images {
    margin: 65px auto 35px;
  }
  .about_text br{
    display: none;
  }
  .about .second .second-title {
    margin: 0 auto 60px;
  }
  .about .second .second-triple .item .text-container .item-title {
    font-size: 18px;
  }
  .text_title {
    display: inline-block;
    font-size: 24px;
    padding-left: 20%;
  }
}

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

  .about .command {
    margin-top: 0;
  }
  .about_box_bl1,
  .about_box_bl2,
  .about_box_bl3 {
    display: none;
  }
  .about .main .main-title {
    font-size: 30px;
    margin-top: 50px;
    max-width: 95%;
  }
  .about .main .main-button {
    margin: 15px 0 0 0;
  }
  .about_top {
    min-height: 395px;
  }
  .about .main {
    height: 512px;
  }
  .about_title {
    font-size: 20px;
    line-height: 1.6;
  }
  .second_images {
    margin: 130px auto 21px;
    width: 60px;
    height: 60px;
  }
  .path_circ1{
    zoom: 0.7;
  }
  .path_circ2{
    zoom: 0.7;
  }
  .about .second .second-title {
    font-size: 20px;
    margin: 0 auto 65px;
  }
  .about .second .second-triple {
    display: block;
  }
  .about .second .second-triple .item {
    display: block;
    flex: inherit;
    margin-bottom: 35px;
  }
  .about .second .second-triple .item .text-container .item-title{
    font-size: 18px;
  }
  .about .global-bg {
    margin-top: 95px;
  }
  .about .second .second-triple .item:last-child {
    margin-bottom: 0;
  }
  .about .global .title {
    margin-top: 138px;
    font-size: 30px;
    margin-bottom: 24px;
  }
  .about .global .text {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .places_cont:before{
    display: none;
  }
  .about .clients {
    margin-top: -171px;
  }
  .clients_list,
  .brend_list {
    width: 33.3%;
  }
  .clients_cont {
    height: 250px;
  }
  .clients_list {
    height: calc(100% / 3);
  }
  .clients_list:nth-last-child(-n + 5),
  .brend_list:nth-last-child(-n + 5) {
    border-bottom: 1px solid #dbdff0;
  }
  .clients_list:nth-last-child(-n + 4),
  .brend_list:nth-last-child(-n + 3) {
    border-bottom: none;
  }
  .clients_list:last-child {
    display: none;
  }
  .clients_list:nth-child(5),
  .brend_list:nth-child(5),
  .brend_list:nth-child(10) {
    border-right: 1px solid #dbdff0;
  }
  .clients_list:nth-child(3),
  .clients_list:nth-child(6),
  .clients_list:nth-child(9),
  .brend_list:nth-child(3),
  .brend_list:nth-child(6),
  .brend_list:nth-child(9) {
    border-right: none;
  }
  .clients_list img,
  .brend_list img {
    max-width: 51%;
    max-height: 47%;
  }
  .r_bg_clients {
    display: none;
  }
  .brend_cont {
    height: 300px;
  }
  .about .command {
    margin-top: 0px;
  }
  .about .command .command-title {
    font-size: 30px;
  }
  .command-title_min {
    font-size: 21px;
  }
  .about .plq {
    display: block;
  }
  .about .plq img {
    margin: 20px 0 0 0;
  }
  #hybev2_hype_container {
    right: -110px;
  }
  .about .clients{
    padding-top: 300px;
  }
  .about .clients .clients-title{
    font-size: 30px;
  }
  .about .clients .clients-text,
  .about .clients .clients-text2{
    font-size: 21px;
  }
  .about .clients .container {
    padding-bottom: 230px !important;
  }
}

@media only screen and (max-width: 639px) {
  .about .clients {
    padding-top: 230px;
  }
  .about_gray_l, .about_gray_r, .l-bg_top, .l-bg_bottom, .r_bg_clients, .bg_command .l_bg {
    height: 88px;
  }
  .r-bg {
    height: 44px;
  }
  .bg_command .r_bg {
    height: 132px;
  }
  .f-bl-aboute .right-part{
    align-items: flex-start;
  }
  .about .global .places {
    width: 100%;
    display: block;
    padding: 0;
  }
  .about .global .places:before {
    display: none;
  }
  .places_city.active {
    position: static;
    max-width: 100%;
    width: 100%;
  }
  .places_item {
    display: block;
    height: auto;
    width: 100%;
  }
  .places_item.active,
  .places_item:hover {
    background: none;
    padding: 0;
  }
  .btn-sw-map-yandex {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 20px;
  }
  .about .global .places .places_item{
    margin-bottom: 5px;
  }
  .places_cont .item-text {
    font-size: 16px;
  }
  .places_cont .item-title,
  .places_cont .item-text br{
    display: none;
  }
  .places_item.active .navigate_places,
  .places_item:hover .navigate_places {
    background: rgba(85, 85, 153, 0.4);
    padding: 6px 0 6px 20px;
  }
  .places_cont {
    padding-left: 22px;
  }
  .about .global {
    z-index: 8;
  }
  .about .command .command-slider .item {
    width: 245px;
    height: 245px;
  }
  #command-slider .item_image {
    height: 245px;
  }
  .about .command .command-slider .item .item-content img {
    width: 80%;
  }
  .about
  .command
  .command-slider
  .item
  .item-content
  .text-container
  .item-title {
    font-size: 16px;
  }
  .about
  .command
  .command-slider
  .item
  .item-content
  .text-container
  .item-text {
    font-size: 14px;
  }
  .about .command .command-slider .item .item-content .text-container {
    opacity: 0;
  }
  .about .command .command-slider .item.c0 .item-content .text-container {
    opacity: 1;
  }
  .clients_list img,
  .brend_list img {
    max-width: 75%;
    max-height: 90%;
  }
  .about .map {
    min-height: 395px;
  }
  .f-bl-aboute .y {
    padding-left: 0;
  }
  .f-bl-aboute {
    display: block;
  }
  .f-bl-aboute .left-part {
    width: 100%;
    margin-right: 0;
  }
  .f-bl-aboute .x {
    padding-left: 0;
  }
}
@media only screen and (max-width: 580px) {
  .anime_about{
    display: none;
  }
  .about .main .main-button {
    margin: 25px 0 0 0;
    width: 145px;
  }
  .about_gray_l{
    width: 72%;
  }
  .about_box_bl4 {
    width: 22%;
  }
  .about_box_bl5 {
    left: 22%;
    width: 33%;
  }
  .about_box_bl6 {
    left: 0;
    width: 100%;
  }
  .second_images {
    margin: 65px auto 17px;
  }
  .about .second .second-triple .item .text-container .item-text {
    line-height: 1.55;
    margin-top: 21px;
  }
  .l-bg {
    width: 73%;
  }
  .l-bg .l-bg1 {
    width: 41%;
  }
  .l-bg .l-bg2 {
    width: 41%;
    right: 39%;
  }
  .l-bg .l-bg3 {
    width: 20%;
  }
  .about .plq-wrapper {
    bottom: 80px;
  }
  .about .clients {
    padding-top: 90px;
  }
  .l-bg .l-bg4 {
    width: 33%;
    left: 20%;
  }
  .l-bg .l-bg5 {
    width: 100%;
    left: 0;
  }
  .text_title {
    font-size: 21px;
    padding-left: 0;
  }
  .bg_command .r_bg {
    bottom: 15%;
    width: 80%;
  }
  .bg_command .r_bg_1 {
    left: 0;
    width: 36%;
  }
  .bg_command .r_bg_2{
    display: none;
  }
  .bg_command .r_bg_3 {
    width: 30%;
    left: 0;
  }
  .bg_command .r_bg_4{
    width: 66%;
  }
}
@media only screen and (max-width: 480px) {
  .about .clients {
    margin-top: -355px;
    padding-top: 315px;
  }
  .l-bg_bottom {
    bottom: -210px;
    width: 250px;
  }
  .about .clients .container {
    padding-bottom: 155px !important;
  }
  .world {
    top: -85%;
  }
  #hybev2_hype_container {
    right: 0;
  }
  .about .global-bg {
    height: 1040px;
  }
  .about .map {
    min-height: 535px;
  }
  .about .plq .plq-text-container .plq-title {
    font-size: 20px;
  }
  .about .plq .plq-text-container .plq-text {
    margin-top: 30px;
    font-size: 16px;
    padding: 0 30px 0 0;
    line-height: 1.5;
  }

  .about .plq {
    padding: 45px 22px 40px;
  }
  .about .plq img {
    margin: 30px 0 0 0;
  }

  .about .clients .clients-title {
    font-size: 30px;
  }
  .about .clients .clients-text br{
    display: block;
  }
  span.orang_text {
    font-size: 21px;
  }
  .about .clients .clients-text {
    margin-top: 36px;
    margin-bottom: 40px;
    font-size: 21px;
  }
  .clients_cont {
    height: 190px;
  }
  .clients_list img, .brend_list img {
    max-width: 50%;
    max-height: 66%;
  }
  .brend_cont {
    height: 200px;
  }
  .about .clients .clients-text2 {
    margin-top: 28px;
    margin-bottom: 30px;
    font-size: 21px;
  }
  .r-bg{
    display: none;
  }
  .command-title_min {
    margin: 35px 0 0 0;
  }
  .about .command .command-slider {
    margin-top: 10px;
  }
  .about .command .command-slider .content {
    height: 340px;
  }
  .f-bl-aboute .y {
    font-size: 20px;
    margin: 10px 0 0 0;
  }
  .f-bl-aboute .left-part br{
    display: none;
  }
  .f-bl-aboute .x {
    margin: 5px 0 25px 0;
  }
}

@media only screen and (max-width: 320px) {
  .l-bg_bottom {
    bottom: -265px;
    width: 250px;
  }
}

/*start of bg global*/
.espace {
  height: 300px;
}
.about .third .plq {
  width: 100%;
  max-width: 1105px;
  margin: 0 auto;
  background-color: #f5be58;
  border-radius: 8px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 60px 60px 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/*end of bg dlobal*/

.about .command .command-slider .item .item-content:hover .text-container {
  bottom: 0;
  opacity: 1;
}

.about .command .command-slider .item.c0 .item-content {
  opacity: 1;
  transform: scale(0.95, 0.95);
}

.about .command .command-slider .item.c1 .item-content {
  opacity: 0.8;
  transform: scale(0.8, 0.8);
}
.about .command .command-slider .item.c2 .item-content {
  opacity: 0.6;
  transform: scale(0.6, 0.6);
}

.about .conf {
  background-color: #404378;
  padding-top: 10px;
  padding-bottom: 10px;
}
.about .conf .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.about .conf .container .left-part {
  flex: 0 0 210px;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
.about .conf .container .right-part {
  flex: 0 0 100%;
  padding-left: 60px;
  padding-right: 100px;
}
.about .conf .container .right-part .conf-title {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.about .conf .container .right-part .button {
  display: inline-block;
  font-family: OpenSans;
  font-weight: 400;
  margin-top: 30px;
  padding: 0 13px;
}

.about .press-wrapper .press-title {
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #32325d;
  margin-top: 28px;
}
.about .wrapper {
  overflow: hidden;
}

.about .cv-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
}
.about .cv-popup-wrapper.complete .content {
  display: none;
}
.about .cv-popup-wrapper.complete .complete-content {
  display: flex;
}
.about .cv-popup-wrapper.active {
  display: flex;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .about .cv-popup-wrapper.active {
    display: block;
  }
}
.about .cv-popup-wrapper .content {
  width: 100%;
  max-width: 583px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 4px 30px 0 rgba(111, 190, 236, 0.46);
  padding: 40px 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about .cv-popup-wrapper .content {
    padding: 50px 20px;
  }
}
.about .cv-popup-wrapper .content .field {
  margin-bottom: 10px;
}
.about .cv-popup-wrapper .content .full {
  width: 100%;
}
.about .cv-popup-wrapper .content .half-form {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .about .cv-popup-wrapper .content .half-form {
    flex-direction: column;
    align-items: initial;
  }
}
.about .cv-popup-wrapper .content .half-form .field {
  flex: 0 1 calc(50% - 10px);
}
@media only screen and (max-width: 768px) {
  .about .cv-popup-wrapper .content .half-form .field {
    flex: 1 1 100%;
  }
}
.about .cv-popup-wrapper .content .right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.about .cv-popup-wrapper .content .right.loaded label {
  display: none;
}
.about .cv-popup-wrapper .content .right.loaded .docs {
  display: block;
}
.about .cv-popup-wrapper .content .right .docs {
  display: none;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #32325d;
}
@media only screen and (max-width: 768px) {
  .about .cv-popup-wrapper .content .right .docs {
    font-size: 7px;
  }
}
.about .cv-popup-wrapper .content .right label {
  -webkit-appearance: none;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #6b7c93;
  cursor: pointer;
}
.about .cv-popup-wrapper .content .right label:hover {
  text-decoration: underline;
}
.about .cv-popup-wrapper .content .right label i {
  font-size: 12px;
  margin-right: 3px;
}
.about .cv-popup-wrapper .content .right input[type="file"] {
  display: none;
}
.about .cv-popup-wrapper .content label {
  display: block;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #6b7c93;
}
@media only screen and (max-width: 768px) {
  .about .cv-popup-wrapper .content label {
    font-size: 14px;
  }
}
.about .cv-popup-wrapper .content input[type="text"],
.about .cv-popup-wrapper .content input[type="email"],
.about .cv-popup-wrapper .content input[type="tel"],
.about .cv-popup-wrapper .content textarea {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  padding: 5px 10px;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32325d;
}
.about .cv-popup-wrapper .content input[type="text"]:active,
.about .cv-popup-wrapper .content input[type="email"]:active,
.about .cv-popup-wrapper .content input[type="tel"]:active,
.about .cv-popup-wrapper .content textarea:active {
  border-color: #25a9ff;
}
.about .cv-popup-wrapper .content input[type="submit"] {
  display: inline-block;
}
.about .cv-popup-wrapper .content textarea {
  height: initial;
  resize: none;
}
.about .cv-popup-wrapper .complete-content {
  display: none;
  justify-content: space-between;
  width: 100%;
  max-width: 583px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 4px 30px 0 rgba(111, 190, 236, 0.46);
  padding: 40px 20px;
  align-items: center;
  position: relative;
}
.about .cv-popup-wrapper .complete-content img {
  flex: 1 1 104px;
  height: 100px;
}
@media only screen and (max-width: 768px) {
  .about .cv-popup-wrapper .complete-content img {
    display: none;
  }
}
.about .cv-popup-wrapper .complete-content .text {
  flex: 1 1 100%;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #6b7c93;
  padding-left: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .about .cv-popup-wrapper .complete-content .text {
    text-align: center;
  }
}
.about .cv-popup-wrapper .content .close,
.about .cv-popup-wrapper .complete-content .close {
  position: absolute;
  top: 0;
  right: -50px;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  line-height: 26px;
  border: 3px solid #8898aa;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .about .cv-popup-wrapper .content .close,
  .about .cv-popup-wrapper .complete-content .close {
    width: 18px;
    height: 18px;
    line-height: 3px;
    top: 15px;
    right: 20px;
    border-width: 1px;
  }
}
.about .cv-popup-wrapper .content .close i,
.about .cv-popup-wrapper .complete-content .close i {
  font-size: 20px;
  color: #8898aa;
}
@media only screen and (max-width: 768px) {
  .about .cv-popup-wrapper .content .close i,
  .about .cv-popup-wrapper .complete-content .close i {
    font-size: 11px;
  }
}


/*insights*/

.insights_bg_top{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-height: 775px;
  transform: skewY(-12deg);
}
.insights_gray1{
  height: 4000px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5f8fc;
}
.insights .main {
  min-height: 885px;
}
.productNav-insights .home .insights_log{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FF7417;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}

.insights .main .hr {
  width: 100%;
  height: 1px;
  background: #E9EBF2;
  opacity: 0.37;
  margin-top: 13px;
  margin-bottom: -14px;
}

.insights .main .main-double {
  margin-right: 9px;
  display: flex;
  padding-top: 60px;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.insights .main .main-title {
  font-size: 51px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #32325D;
}

.insights .main .main-title span{
  color: #FF7417;
}

.insights .main .main-text {
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: left;
  color: #525F7F;
  margin-top: 30px;
  width: 87%;
}
.insights .main .main-double .main-left {
  margin-top: 63px;
  width: 61%;
}

.insights .button{
  display: block;
  height: 40px;
  width: 150px;
  box-sizing: border-box;
  padding: 0;
  line-height: 40px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 3px;
  border: none;
  background: #393968;
  box-shadow: 2px 2px 5px rgba(182, 182, 218, 0.7), -4px -4px 5px #ffffff;
  transition: 0.2s linear;
  white-space: nowrap;
  margin: 50px 0 0 0;
}

.insights .main .main-double .main-right {
  margin-top: 16px;
  width: 39%;
  overflow: hidden;
  height: 100%;
}

.insights .main .main-double .main-right img {
  position: absolute;
  width: 74%;
  left: auto;
  top: 80px;
}

.insights_box_l{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22%;
  height: 130px;
}
.insights_boxes1,
.insights_boxes2{
  height: calc(100% / 2);
  position: absolute;
}
.insights_box_l .insights_box1{
  background: #FF7417;
  width: 56%;
  bottom: 0;
}
.insights_box_l .insights_box2{
  background: #FBBF4C;
  left: 56%;
  width: 42%;
  bottom: 0;
}
.insights_box_l .insights_box3{
  background: #FFD9BF;
  bottom: calc(-100% / 2);
  width: 62%;
  left: 15%;
}
.insights_box_r{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 130px;
}
.insights_box_r .insights_box1{
  border: 2px solid #DDE6EF;
  width: 25%;
  bottom: 360px;
  right: 12%;
}
.insights_box_r .insights_box2{
  background: #E2E8EE;
  width: 25%;
  bottom: 300px;
  right: 7%;
}
.insights_box_r .insights_box3{
  background: #FF7417;
  bottom: calc(-100% / 2);
  width: 25%;
  right: 0;
}
.insights_box_r .insights_box4{
  background: #FBBF4C;
  bottom: -100%;
  right: 10%;
  width: 60%;
}
.insights_box_r .insights_box5 {
  border: 2px solid #DDE6EF;
  right: 20%;
  bottom: -160%;
  width: 22%;
}
.insights_box_r .insights_box6{
  background: #F4F7F9;
  left: 0;
  width: 18%;
  bottom: -100%;
}
.insights_title_top .text{
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #3F3F67;
  margin: 25px auto 0;
}
body .wrapper .insights_title_top .insights_title_top__img{
  margin: 0 auto;
  width: 82px;
}
body .wrapper .insights_title_top .insights_title_top__img .p1{
  animation: animp1 6s linear infinite;
}
body .wrapper .insights_title_top .insights_title_top__img .p2{
  animation: animp2 6s linear 0.75s infinite;
}
body .wrapper .insights_title_top .insights_title_top__img .p3{
  animation: animp3 6s linear 1.5s infinite;
}
@keyframes animp1{
  from{
    y: 40px;
    height: 16px;
  }
  20%{
    y: 50px;
    height: 6px;
  }
  40%{
    y: 50px;
    height: 6px;
  }
  60%{
    y: 40px;
    height: 16px;
  }
  to{
    y: 40px;
    height: 16px;
  }
}
@keyframes animp2{
  from{
    y: 33px;
    height: 23px;
  }
  20%{
    y: 50px;
    height: 6px;
  }
  40%{
    y: 50px;
    height: 6px;
  }
  60%{
    y: 33px;
    height: 23px;
  }
  to{
    y: 33px;
    height: 23px;
  }
}
@keyframes animp3{
  from{
    y: 26px;
    height: 30px;
  }
  20%{
    y: 50px;
    height: 6px;
  }
  40%{
    y: 50px;
    height: 6px;
  }
  60%{
    y: 26px;
    height: 30px;
  }
  to{
    y: 26px;
    height: 30px;
  }
}
.insights .second.wrapper .second-triple {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 95px;
  margin-bottom: 123px;
}
.insights .second.wrapper .second-triple .item {
  flex: 0 1 calc(100% / 3 - 80px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.insights .second.wrapper .second-triple .item .text-container {
  margin-top: 20px;
}
.insights .second.wrapper .second-triple .item .text-container .item-title {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #32325d;
}
.insights .second.wrapper .second-triple .item .text-container .item-text {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #6b7c93;
  margin-top: 20px;
}
.mobile_insights_img{
  display: none !important;
}
@media only screen and (max-width: 1680px) {
  .insights .main .main-double .main-right img {
    width: 66%;
    top: 110px;
  }
  .insights .main .main-title,
  .insights .facts .title{
    font-size: 49px;
  }
  .insights .main .main-text {
    font-size: 21px;
  }
  .insights_title_top .text {
    font-size: 24px;
  }
  .about-block__text,
  .insights .facts .subtitle {
    font-size: 28px;
  }
  .insights_box_l,
  .insights_box_r{
    height: 110px;
  }
  .insights_facts_bg_l1,
  .insights_facts_bg_l2,
  .insights_facts_bg_r1,
  .insights_facts_bg_r2,
  .insights_facts_bg_r3,
  .insights_facts_bg_r4{
    height: 55px;
  }
}
@media only screen and (max-width: 1280px) {
  .insights .main .main-double .main-right img {
    width: 560px;
    top: 170px;
  }
}
@media only screen and (max-width: 1180px) {
  .insights .main .main-text{
    width: 100%;
  }
  .insights .main .main-double{
    flex-wrap: wrap;
  }
  .insights .main .main-double .main-left {
    width: 100%;
  }
  .insights .main .main-double .main-right img {
    top: 80%;
    right: 0;
  }
  .insights_box_r .insights_box1,
  .insights_box_r .insights_box2{
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .insights .main .main-double .main-right img {
    width: 396px;
  }
  .insights_box_r .insights_box5{
    display: none;
  }
  .insights .second.wrapper .second-triple .item {
    flex: 0 1 calc(100% / 3 - 20px);
  }
}
@media only screen and (max-width: 991px) {
  .insights .main .main-title, .about-block__title, .insights .facts .title{
    font-size: 48px;
  }
}

@media only screen and (max-width: 959px) {
  .insights .main .main-double .main-left {
    margin-top: 40px;
  }
  .insights .main .main-title {
    font-size: 49px;
  }
  .insights .main .main-text {
    font-size: 21px;
  }
  .insights .button {
    margin: 40px 0 0 0;
  }
  .insights_bg_top {
    min-height: 635px;
  }
  .insights_box{
    height: 40px;
  }

  .insights .main .main-double .main-right img {
    width: 72%;
    right: 0px;
    top: 87%;
  }
  .insights .main {
    min-height: 880px;
  }
  .insights_title_top .text {
    font-size: 24px;
    margin: 47px auto 0;
    line-height: 1.7;
  }
  .insights .second.wrapper .second-triple {
    margin-top: 60px;
    margin-bottom: 45px;
  }
  .insights .second.wrapper .second-triple .item .text-container .item-title {
    font-size: 18px;
  }
  .insights .second.wrapper .second-triple .item .text-container .item-text{
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .insights .second.wrapper .second-triple .item {
    flex: 0 1 100%;
    margin-bottom: 35px;
  }
  .insights .second.wrapper .second-triple {
    flex-direction: column;
  }
  .insights .main .main-title {
    font-size: 36px;
  }
  .insights_title_top .text {
    font-size: 23px;
  }
  .insights .main {
    min-height: 775px;
  }
}
@media only screen and (max-width: 580px) {

  .insights .main .main-title {
    font-size: 30px;
    line-height: 1.35;
  }
  .insights .main .main-double .main-left {
    margin-top: 10px;
  }
  .insights .main .main-text {
    font-size: 18px;
    margin-top: 22px;
  }
  .desctop_insights_img{
    display: none !important;
  }
  .mobile_insights_img{
    display: block !important;
  }
  .insights .main {
    min-height: 856px;
    overflow: hidden;
  }
  .insights .button {
    margin: 34px 0 0 0;
  }
  .insights_bg_top {
    min-height: 640px;
  }
  .insights_box_r{
    display: none;
  }
  body .wrapper .insights_title_top .insights_title_top__img svg{
    width: 54px;
    height: 54px;
  }
  .insights_title_top {
    margin-top: -85px;
    padding-top: 0;
  }
  .insights_title_top .text {
    font-size: 20px;
    margin: 20px auto 0;
  }
  .insights .second.wrapper .second-triple {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .insights .second.wrapper .second-triple .item .text-container {
    margin-top: 10px;
  }
  .insights .second.wrapper .second-triple .item {
    margin-bottom: 45px;
  }
  .insights_box_l{
    width: 46%;
  }
}


















@media only screen and (max-width: 768px) {
  .insights .main .main-double {
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .insights .main .hr {
    position: absolute;
    top: 45px;
    left: 0;
  }
}
.insights .main .top-inst {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.insights .main .top-inst_right a {
  font-size: 18px;
  color: #fff;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .insights .main .top-inst {
    margin-top: 45px;
  }
}
.insights .main .top-inst .img-wrapper {
  display: inline-block;
  margin-right: 9px;
}
.insights .main .top-inst .img-wrapper .img {
  width: 34px;
  height: 34px;
  background-color: #fff;
  display: flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .insights .main .top-inst .img-wrapper .img {
    width: 24px;
    height: 24px;
  }
}
.insights .main .top-inst .img-wrapper .img img {
  width: 17px;
  height: 17px;
}
@media only screen and (max-width: 768px) {
  .insights .main .top-inst .img-wrapper .img img {
    width: 12px;
    height: 12px;
  }
}
.insights .main .top-inst span {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .insights .main .top-inst span {
    font-size: 14px;
  }
  .insights .main .top-inst_right {
    display: none;
  }
}


.insights .second.wrapper .second-triple .item .img-wrapper {
  display: flex;
  align-items: center;
  height: 50px;
}
.insights .second.wrapper .second-triple .item .img-wrapper .hov-anim-p,
.insights .second.wrapper .second-triple .item .img-wrapper .hov-anim-p2,
.insights .second.wrapper .second-triple .item .img-wrapper .hov-anim-p3-1,
.insights .second.wrapper .second-triple .item .img-wrapper .hov-anim-p3-2{
  transition: 0.3s linear;
}
.insights .second.wrapper .second-triple .item:hover>.img-wrapper .hov-anim-p{
  transform: scale(1.22) translate(-7px, 2px);
}
.insights .second.wrapper .second-triple .item:hover>.img-wrapper .hov-anim-p2{
  transform: scale(1.24) translate(-4px, -5px);
}
.insights .second.wrapper .second-triple .item:hover>.img-wrapper .hov-anim-p3-1{
  transform: scale(0.9);
}
.insights .second.wrapper .second-triple .item:hover>.img-wrapper .hov-anim-p3-2{
  transform: scale(1.2) translate(-8px, -8px);
}
.insights .second.wrapper .second-triple .item .img-wrapper img {
  margin: 0;
  width: initial;
}




/* WORKPLACE BEGINS */
.insights .about {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 230px;
}
.insights_about_bg_l{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
}
.insights_about_bg_l1{
  background: linear-gradient(253.59deg, #FF7417 -25.11%, rgba(255, 116, 23, 0) 107.86%);
  position: absolute;
  bottom: -70px;
  width: 100%;
  height: 245px;
  transform: rotate(-180deg);
}
.insights_about_bg_l2{
  background: #FBBF4C;
  position: absolute;
  bottom: -70px;
  width: 68%;
  height: 70px;
}
.insights_about_bg_r{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
}
.insights_about_bg_r1{
  background: linear-gradient(258.15deg, #FF7417 -1.04%, rgba(255, 116, 23, 0) 105.24%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
}
.insights_about_bg_r2{
  background: #FBBF4C;
  position: absolute;
  top: 100px;
  width: 38%;
  height: 70px;
  right: 0;
}
.insights_about_bg{
  background: linear-gradient(306.1deg, #FBBF4C 11.2%, #F77A27 82.79%);
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
  bottom: 0;
  transform: skewY(-10deg);
  z-index: -1;
}

.about-block__container {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-start;
  padding-left: 40px;
}
.about-line_img{
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 2px 4px rgba(180, 101, 9, 0.3), -2px -2px 4px rgba(250, 169, 11, 0.7);
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  z-index: 1;
}
.about-line_img img{
  width: auto !important;
}

.about-block {
  margin-top: 150px;
  max-width: 493px;
  text-align: left;
  margin-right: 33px;
}
.about-block__icon {
  width: 72px !important;
  height: 72px;
  margin: 0 !important;
}
.about-block__title {
  font-size: 51px;
  color: #FFFFFF;
  font-weight: normal;
}
.about-block__text {
  font-size: 32px;
  color: #FFFFFF;
  margin: 50px 0;
}
.about-screens {
  position: relative;
  top: 105px;
  right: 0;
  display: flex;
  flex-basis: 50%;
  z-index: 99;
}
.about-screens_screen {
  position: absolute;
  top: 13px;
  left: 0;
}
.about-screens_screen img {
  margin: 0 !important;
}

@media only screen and (max-width: 1680px) {
  .about-block__title,
  .insights .facts .title{
    font-size: 49px;
  }
  .about-block__text{
    font-size: 28px;
  }

}

@media only screen and (max-width: 1023px) {
  .about-screens_screen img {
    height: 475px !important;
  }
}

@media only screen and (max-width: 959px) {
  .about-block__title{
    font-size: 48px;
  }
}

@media only screen and (max-width: 959px) {
  .about-screens_screen {
    top: -35px;
    left: 0;
    width: 315px;
  }
  .about-screens_screen img {
    height: 405px !important;
  }
  .insights .about {
    justify-content: flex-start;
    padding-bottom: 100px;
  }
  .about-screens {
    flex-basis: 39%;
  }
  .about-block__container {
    flex-basis: 61%;
  }
  .about-block {
    margin-top: 126px;
  }
  .about-block__text {
    margin: 35px 0 15px;
  }
  .insights_about_bg_r1{
    height: 65px;
  }
  .insights_about_bg_r2 {
    top: 65px;
    width: 30%;
    height: 45px;
  }
  .insights_about_bg_l1{
    bottom: -45px;
    height: 145px;
  }
  .insights_about_bg_l2 {
    bottom: -45px;
    width: 68%;
    height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .about-block {
    margin-top: 60px;
  }
  .about-block__title{
    font-size: 36px;
  }
}

@media only screen and (max-width: 640px) {
  .about-screens {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 580px) {
  .about-block {
    margin-top: 126px;
  }
  .about-screens_screen {
    width: 290px;
  }
  .about-screens_screen img {
    height: 212px !important;
  }
  .about-block__title {
    font-size: 30px;
    margin: 0 !important;
    line-height: 1.3;
  }
  .about-block__text {
    margin: 32px 0 15px;
    font-size: 18px;
  }
  .insights_about_bg_r1 {
    height: 30px;
  }
  .insights_about_bg_r2 {
    top: 30px;
    width: 30%;
    height: 30px;
  }
  .insights .about {
    padding-bottom: 55px;
  }
  .insights_about_bg_l1 {
    bottom: -30px;
    height: 80px;
  }
  .insights_about_bg_l2 {
    bottom: -30px;
    width: 68%;
    height: 30px;
  }
  .insights_about_bg_l {
    width: 60%;
  }
  .about-line_img{
    width: 40px;
    height: 40px;
  }
  .about-line_img img{
    max-width: 100%;
  }
}
.fake-logo {
  opacity: .5;
  background-color: #0096FF;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15%;
}
.dimensions-block {
  width: 265px;
  height: 485px;
  z-index: 99;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  background-color: #dedede;
  position: absolute;
  right: 140px;
  top: -95px;
  border-radius: 7px;
  overflow: hidden;
}
.dimensions-block__header {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  color: #32325d;
  font-size: 13.2px;
  padding: 10px;
}
.dimensions-block__header img {
  margin: 0 !important;
  width: 50% !important;
}
.dimensions-block__header:after {
  position: absolute;
  content: "";
  bottom: -5px;
  width: 100%;
  height: 5px;
  left: 0;
  background: linear-gradient(0deg, transparent 0%, #b5b5b5 122%);
}
.dimensions-block__header span {
  color: #fb6e52;
}
.dimensions-block__body {
  border-top: 1px solid #fff;
  border-radius: 4px;
  height: calc(100% - 65px);
  margin-top: 5px;
  background-color: #ffffff;
  padding: 10px 10px 0;
}
@media(max-width: 960px){
  .dimensions-block__body {
    height: calc(100% - 55px);
  }
}
.dimensions-block__body_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  line-height: 1;
  color: #C4C4C4;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media(max-width:960px){
  .dimensions-block__body_title{
    font-size: 12px;
  }
}
.dimensions-block__body_title img {
  height: 12px;
  width: 12px !important;
  margin: 0 !important;
}
.dimensions-block__body_search {
  width: 220px;
  height: 22px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  margin-top: 6px;
}
.dimensions-block__body_list {
  overflow: scroll;
  overflow-x: hidden;
  font-size: 15px;
  line-height: 1;
  color: #5d5d5d;
  margin: 0;
  width: calc(100% + 10px);
  height: calc(100% - 22px);
  padding-bottom: 10px;
}
.dimensions-block__body_list>li{
  position: relative;
  padding: 6px 0 6px 25px;
  font-size: 15px;
  line-height: 1;
}
@media(max-width:960px){
  .dimensions-block__body_list>li{
    padding: 6px 0 6px 20px;
    font-size: 12px;
  }
}
.dimensions-block__body_list>li:first-child::before{
  content: '';
  background: url(/images/insights/clock.svg) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media(max-width:960px){
  .dimensions-block__body_list>li:first-child::before{
    width: 12px;
    height: 12px;
  }
}
.dimensions-block__body_list .level1{
  cursor: pointer;
}
.dimensions-block__body_list .level1::before{
  content: '';
  background: url(/images/insights/title_lev.svg) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s linear;
}
@media(max-width:960px){
  .dimensions-block__body_list .level1::before{
    width: 12px;
    height: 12px;
  }
}
.dimensions-block__body_list .level1.active::before{
  transform: translateY(-50%) rotate(90deg);
}
.dimensions-block__body_list .level1.active+ul{
  height: auto;
}
.dimensions-block__body_list .sub-level{
  transition: 0.3s linear;
  overflow: hidden;
  height: 0px;
}
.dimensions-block__body_list .sub-level li{
  position: relative;
  z-index: 2;
  padding: 6px 0 6px 50px;
  cursor: pointer;
}
@media(max-width:960px){
  .dimensions-block__body_list .sub-level li{
    padding: 6px 0 6px 40px;
  }
}
.dimensions-block__body_list .sub-level li::before{
  content: '';
  background: url(/images/insights/icon_a.svg) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media(max-width:960px){
  .dimensions-block__body_list .sub-level li::before{
    width: 10px;
    height: 10px;
  }
}
.dimensions-block__body_list .sub-level li::after{
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% + 10px);
  top: 0;
  left: -10px;
  z-index: -1;
  background-color: transparent;
}
.dimensions-block__body_list .sub-level li.active::after{
  background-color: #DBEDF9;
}
.dimensions-block__body_list .sub-level li:hover::after{
  background-color: #DBEDF9;
}
.dimensions-block__body_list img {
  display: inline !important;
  width: 12px !important;
  margin: 0 !important;
}
.about-line__title {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  justify-content: space-between;
}

.about-line__descr {
  font-size: 18px;
  color: #FFFFFF;
  width: calc(100% - 80px);
}
.about-line__block{
  position: relative;
}
.about-line__block:before{
  content: '';
  width: 1px;
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50px;
  bottom: -65px;
  left: 25px;
  z-index: 0;
}
.about-line__block:last-child:before{
  display: none;
}
@media only screen and (max-width: 1024px) {
  .dimensions-block {
    right: 55px;
  }
}
@media only screen and (max-width: 960px) {
  .dimensions-block {
    width: 168px;
    height: 370px;
    overflow: hidden;
  }
  .dimensions-block__header{
    height: 50px;
  }
  .title_lev,
  .level1 li {
    font-size: 11px;
  }
  .level1 {
    padding-left: 25px;
  }
  .title_lev:before {
    left: -28px;
  }
  .fake-logo {
    width: 30px;
    height: 30px;
  }
  .dimensions-block__body_list{
    height: calc(100% - 21px);
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .dimensions-block {
    right: 0;
  }
}
@media only screen and (max-width: 580px) {
  .about-line__descr {
    font-size: 16px;
    width: calc(100% - 55px);
  }
  .about-line__block:before{
    left: 20px;
  }
  .about-screens {
    flex-basis: 81%;
  }
  .dimensions-block {
    transform-origin: 100% 50%;
    transform: scale(0.65);
    top: -195px;
  }
}
/* WORKPLACE ENDS */

.insights .base {
  background-color: #f5f8fb;
}
.insights .base.last-base {
  background: linear-gradient(
          170deg,
          #f5f8fb 0,
          #f5f8fb 75%,
          transparent calc(75% + 1px),
          transparent 100%
  );
  padding-bottom: 320px;
}
@media only screen and (max-width: 768px) {
  .insights .base.last-base {
    padding-bottom: 200px;
  }
}
.insights .base .base-title {
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ff7417;
}
@media only screen and (max-width: 768px) {
  .insights .base .base-title {
    font-size: 30px;
  }
}
.insights .base .base-subtitle {
  font-size: 19px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #32325d;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .insights .base .base-subtitle {
    font-size: 17px;
  }
}
.insights .base .base-text {
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #6b7c93;
}
@media only screen and (max-width: 768px) {
  .insights .base .base-text {
    font-size: 15px;
  }
}
.insights .base .base-icon {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .insights .base .base-icon {
    width: 62px;
    height: 62px;
  }
}
.insights .base .base-part {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.insights .base .base-hr {
  width: 100%;
  max-width: 230px;
  height: 1px;
  background-color: #939da3;
  margin-top: 27px;
  margin-bottom: 15px;
}
.insights .base a {
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #6772e5;
}
.insights .base a:hover {
  text-decoration: underline;
}
.insights .base .q-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 91px;
}
@media only screen and (max-width: 768px) {
  .insights .base .q-1 {
    flex-direction: column;
    margin-top: 0;
  }
}
.insights .base .q-1 .base-title {
  text-align: right;
  padding-right: 39px;
}
.insights .base .q-1 .base-icon {
  margin-left: -13px;
  margin-top: 19px;
}
@media only screen and (max-width: 768px) {
  .insights .base .q-1 .base-icon {
    margin-left: 0;
  }
}
.insights .base .q-1 .right {
  flex: 1 0 293px;
}
@media only screen and (max-width: 768px) {
  .insights .base .q-1 .right {
    flex: 0 0 100%;
  }
}
.insights .base .q-1 .right .base-title {
  display: none;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .insights .base .q-1 .right .base-title {
    display: block;
  }
}
.insights .base .q-1 .left {
  align-items: flex-end;
  padding-right: 80px;
  position: relative;
  flex: 1 1 100%;
}
@media only screen and (max-width: 768px) {
  .insights .base .q-1 .left {
    display: none;
  }
}
.insights .base .q-1 .left img {
  width: 1042px;
  position: absolute;
  right: 8px;
  top: 177px;
  z-index: 1;
}
.insights .base .q-1 .base-subtitle {
  margin-top: 36px;
}
@media only screen and (max-width: 768px) {
  .insights .base .q-1 .base-subtitle {
    margin-top: 35px;
  }
}
.insights .base .q-1 .base-text {
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .insights .base .q-1 .base-text {
    margin-top: 22px;
  }
}
.insights .base .q-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 116px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .insights .base .q-2 {
    margin-top: 0;
  }
}
.insights .base .q-2 .p-2 {
  position: absolute;
  left: -462px;
  top: 430px;
  width: 407px;
}
.insights .base .q-2 .p-20 {
  position: absolute;
  bottom: -191px;
  right: -455px;
  width: 1403px;
  z-index: 1;
}
@media only screen and (max-width: 1140px) {
  .insights .base .q-2 .p-20 {
    display: none;
  }
}
.insights .base .q-2 .left {
  flex: 1 1 100%;
  margin-top: 147px;
  padding-right: 100px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .insights .base .q-2 .left {
    padding-right: 0;
    margin-top: 0;
  }
}
.insights .base .q-2 .left .base-icon {
  margin-bottom: 24px;
  margin-left: -7px;
}
@media only screen and (max-width: 768px) {
  .insights .base .q-2 .left .base-icon {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.insights .base .q-2 .left .base-subtitle {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .insights .base .q-2 .left .base-subtitle {
    margin-top: 35px;
  }
}
.insights .base .q-2 .left .base-title {
  margin-bottom: 29px;
}
.insights .base .q-2 .right {
  flex: 1 0 447px;
}
@media only screen and (max-width: 768px) {
  .insights .base .q-2 .right {
    display: none;
  }
}
.insights .base .q-2 .right img {
  margin-right: -16px;
}
.insights .base .q-3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 169px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .insights .base .q-3 {
    margin-top: 70px;
  }
}
.insights .base .q-3 .p-3 {
  position: absolute;
  left: -462px;
  top: 1px;
  width: 668px;
}
@media only screen and (max-width: 768px) {
  .insights .base .q-3 .p-3 {
    display: none;
  }
}
.insights .base .q-3 .center {
  flex: 0 1 850px;
  padding-left: 150px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .insights .base .q-3 .center {
    padding-left: 0;
  }
}
.insights .base .q-3 .center .base-icon {
  margin-left: -6px;
  margin-bottom: 27px;
}
.insights .base .q-3 .center .base-title {
  margin-bottom: 12px;
  margin-bottom: 27px;
}
.insights .base .q-3 .center .base-subtitle {
  margin-bottom: 13px;
}
.insights .facts .container {
  width: 1157px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.insights .facts .title {
  font-size: 51px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: right;
  color: #32325d;
  max-width: 998px;
  margin: 40px auto 0;
}
.insights .facts .subtitle {
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #6b7c93;
  max-width: 998px;
  margin: 40px auto 0;
}
.wrapper.facts.facts2 {
  padding-bottom: 70px;
  margin-bottom: 100px;
}
.insights_facts_bg{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: skewY(-12deg);
}
.insights_facts_bg_l{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 26%;
}
.insights_facts_bg_l1{
  background: #EDF4FB;
  height: 70px;
  width: 33%;
  position: absolute;
  top: 32.5%;
  left: 30%;
}
.insights_facts_bg_l2{
  border: 2px solid #FBBF4C;
  height: 70px;
  width: 42%;
  position: absolute;
  top: 26%;
  right: 0px;
}
.insights_facts_bg_r{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
}
.insights_facts_bg_r1{
  background: #FF7417;
  height: 70px;
  width: 50%;
  position: absolute;
  bottom: 70px;
  right: 21%;
  z-index: 0;
}
.insights_facts_bg_r2{
  background: #FBBF4C;
  height: 70px;
  width: 49%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.insights_facts_bg_r3{
  background: #EDF4FB;
  height: 70px;
  width: 21%;
  position: absolute;
  bottom: -30px;
  right: 6%;
}
.insights_facts_bg_r4{
  border: 2px solid #DDE6EF;
  height: 70px;
  width: 25%;
  position: absolute;
  bottom: -100px;
  right: 37%;
}
@media only screen and (max-width: 1680px) {
  .insights_facts_bg_r {
    width: 54%;
  }
  .insights_facts_bg_l {
    width: 30%;
  }
  .insights .facts .title{
    font-size: 49px;
  }
  .insights .facts .subtitle{
    font-size: 28px;
  }
}
@media only screen and (max-width: 1350px) {
  .insights_facts_bg_l1{
    left: 30px;
  }
  .insights_facts_bg_r {
    width: 65%;
  }
}
@media only screen and (max-width: 1023px) {
  .insights_facts_bg_r1{
    width: 320px;
  }
  .insights_facts_bg_l{
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .insights .facts .title{
    font-size: 48px;
  }
}
@media only screen and (max-width: 959px) {
  .insights .facts .title {
    margin: 90px auto 0;
  }
  .insights .facts .subtitle {
    font-size: 31px;
    margin: 28px auto 0;
  }
  .insights .facts .place {
    margin: 100px auto 0;
  }
  .insights_facts_bg_r {
    width: 66%;
  }
  .insights_facts_bg_r1 {
    width: 266px;
    right: 35px;
    height: 45px;
  }
  .insights_facts_bg_r2 {
    height: 45px;
    width: 267px;
    bottom: 25px;
  }
  .insights_facts_bg_r3 {
    height: 45px;
    width: 115px;
    bottom: 0;
    right: 0;
  }
  .insights_facts_bg_r4 {
    height: 45px;
    width: 140px;
    bottom: -60px;
    right: 163px;
  }
}
@media only screen and (max-width: 767px) {
  .insights .facts .title{
    font-size: 36px;
  }
  .insights .facts .subtitle{
    font-size: 28px;
  }
  .insights .main .main-double .main-right img {
    width: 400px;
  }
  .about-block__container {
    flex-basis: 100%;
  }
  .insights .about {
    flex-wrap: wrap;
  }
  .about-screens {
    min-height: 450px;
  }
  .insights .facts .place .place-top-part{
    flex-direction: column;
  }
  .insights .facts .place .place-top-part .b-item,
  .insights .facts .place .place-top-part .s-item{
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .insights .main .main-double .main-right img {
    width: 280px;
    right: -28px;
    top: 100%;
  }
  .about-block__container {
    padding-left: 18px;
  }
  .about-block__container {
    flex-basis: 100%;
    padding-left: 18px;
  }
  .about-screens {
    min-height: 185px;
  }
  .insights_facts_bg_r{
    display: none;
  }
  .insights .facts .title {
    margin: 67px auto 0;
    font-size: 30px;
    line-height: 1.3;
  }
  .insights .facts .subtitle br{
    display: none;
  }
  .insights .facts .subtitle {
    font-size: 21px;
    margin: 33px auto 0;
  }
  .insights .facts .place {
    margin: 60px auto 0;
  }
}

.insights .facts .place {
  border-radius: 7px;
  padding-bottom: 50px;
  max-width: 998px;
  margin: 128px auto 0;
  background: #F4F8FB;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1), 10px 40px 60px rgba(28, 29, 38, 0.25);
  position: relative;
  z-index: 1;
}
.insights .facts .place .place-top-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px 20px;
}

.insights .facts .place .place-top-part .b-item {
  flex: 1 1 50%;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #6b7c93;
}
@media only screen and (max-width: 768px) {
  .insights .facts .place .place-top-part .b-item {
    font-size: 16px;
    width: 100%;
  }
}
.insights .facts .place .place-top-part .b-item .content {
  position: relative;
  margin-top: -45px;
  width: 351px;
  height: 191px;
  background: linear-gradient(129.01deg, #FEFFFF 12.41%, #F4F8FB 109.55%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1), -4px -4px 10px #FFFFFF, 20px 40px 60px rgba(197, 198, 213, 0.6), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .insights .facts .place .place-top-part .b-item .content {
    margin-top: 0;
  }
}
.insights .facts .place .place-top-part .b-item .content > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 24px;
  line-height: 1.2;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: -50px;
  color: #F89234;
  font-weight: 500;
}
.insights .facts .place .place-top-part .b-item .content > span.active {
  opacity: 1;
  top: 0px !important;
}
.insights .facts .place .place-top-part .b-item .content > span.prev {
  top: 50px;
}
.insights .facts .place .place-top-part .b-item .content .qb {
  font-weight: 500;
  font-size: 70px;
  line-height: 1.2;
  color: #F89234;
}
.insights .facts .place .place-top-part .s-item {
  flex: 1 1 50%;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #6b7c93;
  position: relative;
}
@media(max-width:767px){
  .insights .facts .place .place-top-part .s-item{
    margin-top: 15px;
  }
}
.insights .facts .place .place-top-part .s-item .content{
  min-height: 146px;
}
@media(max-width: 959px){
  .insights .facts .place .place-top-part .s-item .content{
    min-height: 117px;
  }
}
.insights .facts .place .place-top-part .s-item span {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  top: 50px;
  font-size: 24px;
}
.insights .facts .place .place-top-part .s-item span.active {
  opacity: 1;
  top: 0 !important;
}
.insights .facts .place .place-top-part .s-item span.prev {
  top: -50px;
}
.insights .facts .place .place-center-part {
  position: relative;
  margin-top: 80px;
  margin-left: 10%;
  margin-right: 10%;
}
@media (max-width: 960px) {
  .insights .facts .place .place-center-part {
    margin-left: 0;
    margin-right: 0;
  }
}
@media(max-width:580px){
  .insights .facts .place .place-center-part {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
  }
}
.insights .facts .place .place-center-part .q-p {
  position: absolute;
  top: 5px;
  left: 0;
  height: 6px;
  border-radius: 7px;
  overflow: hidden;
  right: 0;
  background: #F9F9F9;
  box-shadow: inset 0px 4px 10px #DDDFE3;
}

.place-center-part .item .point{
  position: relative;
}
.place-center-part .item.start{
  position: relative;
}
.place-center-part .item.start::before{
  content: '';
  background: #F4F8FB;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0px;
  width: calc(50% - 4px);
}
.place-center-part .item.end .hide-line{
  width: 100%;
  position: relative;
}
.place-center-part .item.end .hide-line:after{
  content: '';
  background: #F4F8FB;
  height: 15px;
  position: absolute;
  left: calc(50% + 5px);
  width: calc(50% - 5px);
  top: 0px;
}


.insights .facts .place .place-center-part .q-p .value {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
  background: #FBBF4C;
  box-shadow: inset 0px 4px 4px #F18D21;
  border-radius: 10px;
}
.insights .facts .place .place-center-part .q-i {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .insights .facts .place .place-center-part .q-i {
    justify-content: space-around;
  }
}
.insights .facts .place .place-center-part .q-i .item .point {
  display: block;
  margin: 3px auto 27px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FAD26B;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0.15s;
}
.insights .facts .place .place-center-part .q-i .item .point span{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0.15s;
  z-index: 9;
  top: -2px;
  left: -8px;
}
.insights .facts .place .place-center-part .q-i .item .value {
  display: block;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
  font-size: 26px;
  text-align: center;
  color: #F89234;
  position: relative;
  top: -90px;
}
.insights .facts .place .place-center-part .q-i .item .text {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  font-size: 21px;
  color: #4D4D53;
  margin-top: -28px;
}
.insights .facts .place .place-center-part .q-i .item.prev .point {
  border-color: #ff7417;
  position: relative;
}
.insights .facts .place .place-center-part .q-i .item.active .point span {
  display: block;
  margin-top: -8px;
  margin-bottom: 19px;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  background: #ffffff;
  border: 4px solid #F59A39;
  box-shadow: 2px 2px 4px #586066, -2px -2px 4px #FFFFFF;
  position: absolute;
}
.insights .facts .place .place-center-part .q-ii {
  display: none;
}
@media only screen and (max-width: 991px) {
  .insights .facts .place .place-center-part .q-p  .insights .facts .place .place-center-part .q-i .item .text {
    font-size: 19px;
  }
}

@media only screen and (max-width: 959px) {
  .insights .facts .place .place-top-part .b-item .content {
    width: 245px;
    height: 152px;
  }
  .insights .facts .place .place-top-part .b-item .content > span {
    font-size: 20px;
  }
  .insights .facts .place .place-top-part .b-item .content .qb {
    font-size: 68px;
  }
  .insights .facts .place{
    padding-bottom: 40px;
  }
  .insights .facts .place .place-center-part .q-i {
    width: 100%;
    padding: 0;
  }

  .insights .facts .place .item {
    width: 25%;
  }
  .insights .facts .place .place-top-part .b-item .content {
    margin-top: -35px;
  }
  .wrapper.facts.facts2 {
    padding-bottom: 110px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .insights .facts .place .place-top-part .b-item .content{
    width: 100%;
  }
  .insights .facts .place .place-top-part .s-item span {
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 580px) {
  .insights .facts .place .place-top-part .b-item .content .qb {
    font-size: 40px;
  }
  .insights .facts .place .place-top-part {
    padding: 22px 28px 0px;
  }
  .insights .facts .place .place-center-part .q-i .item .text{
    display: none;
  }
  .insights .facts .place .place-top-part .b-item .content > span {
    font-size: 16px;
  }
  .insights .facts .place .place-top-part .s-item span {
    font-size: 20px;
  }
  .insights .facts .place {
    padding-bottom: 0;
    margin: 60px auto 0;
  }
  .insights .facts .place .place-center-part .q-i .item .value {
    font-size: 18px;
    top: -80px;
  }
  .wrapper.facts.facts2 {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}

.insights .button-container {
  display: flex;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .insights .button-container {
    justify-content: space-around;
  }
}
.insights footer .footer-navigation{
  border-top: 1px solid #DDE6EF;
}
.reports footer .footer-navigation{
  border-top: 1px solid #DDE6EF;
}
.page_video .hybrid-logo,
.dmp .hybrid-logo {
  fill: #1d1d5c;
}

.case-list_item {
  color: black !important;
  font-weight: normal !important;
}
.case-subtitle {
  font-size: 20pt;
  font-weight: bold;
  margin-bottom: 10px;
}
.case-text {
  font-size: 12pt;
  margin-bottom: 30px;
}
.case-list {
  list-style-image: url("/images/cases/li.svg");
  list-style-position: outside;
}
.case-list_item {
  font-size: 10pt !important;
}
/* block ag new line */
.ag-new-line {
  display: flex;
  height: 300px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
.ag-new-line_logo {
  position: relative;
  width: 40%;
}
.ag-new-line_logo .ag-new-line_logo_bg {
  position: absolute;
  width: 100%;
  border-top: 300px solid #0f2f4d;
  border-right: 50px solid transparent;
}
.ag-new-line_logo .ag-new-line_logo_img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  transform: translate(-50%, -50%);
}
.ag-new-line_text {
  width: 60%;
  padding: 40px;
}
.ag-new-line_text h3,
.ag-new-line_text p {
  font-size: 20px;
  line-height: 32px;
}
.ag-new-line_text h3 {
  margin: 0;
  color: #32325d;
  text-transform: uppercase;
}
.ag-new-line_text p {
  margin: 15px 0 0 0;
  color: #6b7c93;
}
.ag-new-line_text a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  background: #0f2f4d;
  border-radius: 5px;
  padding: 10px 40px;
  margin-top: 30px;
  transition: 0.2s linear;
}
.ag-new-line_text a:hover {
  transform: translateY(-4px);
}
@media (max-width: 1200px) {
  .ag-new-line {
    flex-direction: column;
    height: 100%;
  }
  .ag-new-line_logo {
    width: 100%;
    height: 250px;
  }
  .ag-new-line_logo .ag-new-line_logo_bg {
    border-right: 0;
    border-top: 250px solid #0f2f4d;
  }
  .ag-new-line_text {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ag-new-line_text h3,
  .ag-new-line_text p {
    font-size: 18px;
    line-height: 28px;
  }
}
/* /block ag new line */
/* aboute f-bl */
/*@media (max-width: 768px) {
  .f-bl-aboute{
    flex-direction: column;
    align-items: flex-start;
  }
  .f-bl-aboute .left-part {
    margin: 0;
    width: 100%;
  }
  .f-bl-aboute .right-part {
    margin: 30px 0 0 0;
  }
  .f-bl-aboute .y,
  .f-bl-aboute .x {
    font-size: 24px;
  }
}*/
/* /aboute f-bl */
body .container .f-bl {
  display: flex;
  align-items: center;
  margin-top: 21px;
}
body .container .f-bl .item.t {
  flex: 0 1 55%;
  box-sizing: border-box;
}
body .container .f-bl .item.t .i-title {
  font-size: 30px;
  line-height: 1.5;
  text-align: left;
  color: #525f7f;
}
body .container .f-bl .item.t .i-title .c {
  color: #5458de;
}
body .container .f-bl .item.b {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
}
body .container .f-bl .item.b .button-container .n-button {
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  body .container .f-bl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .container .f-bl .item.t {
    padding-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
  body .container .f-bl .item.t .i-title {
    font-size: 22px;
    line-height: 38px;
  }
  body .container .f-bl .item.b {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
  body .container .f-bl .item.b .button-container {
    margin-top: 30px;
    margin-left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  body .container .f-bl .item.b .button-container .n-button {
    margin-bottom: 15px;
    display: block;
    margin-left: 0;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }
  body .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  body .container .n-button {
    width: 133px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    margin-bottom: 15px;
  }
}
body .container .f-bl .item.b .button-container .primary {
  justify-self: flex-start;
  margin-right: 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body .container .f-bl .item.b .button-container .primary {
    margin-bottom: 20px;
  }
}
body .container .f-bl .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body .container .n-button {
  height: 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  -webkit-transform: none;
  transform: none;
  border: none;
}
body .container .n-button.primary {
  background-color: #393968;
  color: #ffffff;
}
body .container .n-button.second {
  background-color: #ffffff;
  color: #6772e5;
}
body .container .n-button:hover {
  transform: translateY(-3px);
}
/* partners start */
.partners .content {
  font-family: "GraphikLCRegular", Arial, sans-serif;
  overflow: hidden;
}

.partners .header {
  z-index: 99;
}
.pg {
  overflow: hidden;
  position: relative;
}

.clr {
  clear: both;
  overflow: hidden;
  height: 0;
  font-size: 0;
}

.wrapper-prtn {
  position: relative;
}
.wrapper-prtn_bg {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 145%;
  top: -50%;
  left: 0;
  background-color: #f6f9fc;
  transform: skewY(-12deg);
  z-index: -999;
}

.p-wrapper {
  max-width: 1170px;
  max-width: 990px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.p-wrapper.wide {
  max-width: 1200px;
}

.partn {
  max-width: 990px;
  padding: 150px 0 50px 0;
  min-height: 600px;
  margin: 0 auto;
}
.partn_img {
  position: absolute;
  top: 180px;
  left: 50%;
}
.partn .block {
  width: 540px;
  font-size: 24px;
  line-height: 1.5;
  padding: 0 0 0 0;
}
.partn h1 {
  font-size: 41px;
  font-weight: normal;
  color: #32325d;
  padding: 32px 0 21px 0;
  margin: 0;
  display: block;
  line-height: 1.3;
}
.partn h2 {
  background: url("../images/partners/i-partners.svg") 5px 50% no-repeat;
  background-size: 35px 35px;
  padding: 20px 0 20px 50px;
  display: inline-block;
  font: normal 20px "GraphikLCMedium", sans-serif, Arial;
  color: #eb5463;
}
.partn .tools-nav {
  padding-top: 30px;
  float: right;
  font-size: 18px;
}
.partn .tools-nav a {
  padding-left: 40px;
}

.opportunities {
  padding: 150px 0 50px 0;
  position: relative;
  z-index: 10;
}
.opportunities .wrapper {
  max-width: 990px;
  position: relative;
  z-index: 30;
}
.opportunities h2 {
  padding: 20px 0 50px 0;
  margin: 0;
  display: block;
  font: normal 21px "GraphikLCMedium", sans-serif, Arial;
  color: #32325d;
  text-transform: uppercase;
}
.opportunities .blocks {
  overflow: hidden;
}
.opportunities .blocks .block {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 53px 30px 30px 0;
  font-size: 17px;
  color: #525f7f;
  line-height: 1.6;
}
.opportunities .blocks .block.exch {
  background: url("../images/partners/i-exch.svg") 0 0 no-repeat;
  background-size: 46px auto;
}
.opportunities .blocks .block.hc {
  background: url("../images/partners/i-hc.svg") 20px 0 no-repeat;
  background-size: 61px auto;
  padding-right: 10px;
  padding-left: 20px;
}
.opportunities .blocks .block.workflow {
  background: url("../images/partners/i-workflow.svg") 0 0 no-repeat;
  background-size: 49px auto;
}
.opportunities .blocks .block.video {
  background: url("../images/partners/i-video.svg") 20px 0 no-repeat;
  background-size: 50px auto;
  padding-right: 10px;
  padding-left: 20px;
}
.opportunities .blocks .block h3 {
  padding: 20px 0;
  margin: 0;
  display: block;
  font-size: 21px;
  font-weight: normal;
  color: #32325d;
}
.opportunities .blocks .block p {
  line-height: 28px;
  padding: 0 0 5px 0;
  margin: 0;
}

.advantages {
  padding: 50px 0 0 0;
  margin-top: -50px;
}
.advantages .advantages-section {
  position: relative;
}
.advantages .advantages-section .wrapper {
  position: relative;
  z-index: 30;
  max-width: 990px;
}
.advantages .advantages-section.section-top {
  padding: 60px 0 0 0;
}
.advantages .advantages-section.section-middle {
  padding: 20px 0 80px 0;
}
.advantages .advantages-section.section-top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10px;
  left: 0;
  background-color: #f6f9fc;
  transform: skewY(-12deg);
  z-index: -1;
}
.advantages .advantages-section.section-bottom:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200%;
  top: -35px;
  left: 0;
  background-color: #f6f9fc;
  transform: skewY(-12deg);
  z-index: -1;
}
.advantages .advantages-section.section-bottom {
  padding: 45px;
}
.advantages h2 {
  padding: 20px 0 25px 0;
  margin: 0;
  display: block;
  font-size: 42px;
  font-weight: normal;
  color: #eb5463;
  text-align: center;
  text-transform: none;
}
.advantages .block {
  font-size: 19px;
  line-height: 1.6;
  overflow: hidden;
  padding: 40px 0;
}
.advantages .block.arch {
  background: url("../images/partners/i-arch.svg") 80% 85px / 25% no-repeat;
}
.advantages .block.custom {
  background: url("../images/partners/i-custom.svg") 10% 77px / 25% no-repeat;
}
.advantages .block.custom .blk {
  float: right;
  padding-right: 63px;
}
.advantages .block.econom {
  background: url("../images/partners/i-econom.svg") 85% 35px / 25% no-repeat;
}
.advantages .block.econom .blk {
  width: 510px;
}
.advantages .block .blk {
  line-height: 32px;
  float: left;
  width: 430px;
}
.advantages .block h3 {
  padding: 15px 0 25px 0;
  margin: 0;
  display: block;
  font: normal 21px "GraphikLCMedium", sans-serif, Arial;
  color: #32325d;
  text-transform: uppercase;
}

.lines {
  position: absolute;
  z-index: -1;
}
.lines.line01 {
  left: 0;
  top: 154px;
  width: 352px;
  height: 143px;
  background: url("../images/partners/bg-line-01.svg") 0 0 no-repeat;
  background-size: 352px auto;
}
.lines.line01-1 {
  left: 0;
  top: 35%;
  width: 352px;
  height: 143px;
  background: url("../images/partners/bg-line-01.svg") 0 0 no-repeat;
  background-size: 352px auto;
}
.lines.line02 {
  left: 0;
  bottom: -50%;
  width: 50%;
  height: 301px;
  background: url("../images/partners/bg-line-02.svg") 0 0 no-repeat;
  background-size: 789px 301px;
}
.lines.line03 {
  right: -191px;
  top: 35px;
  width: 455px;
  height: 190px;
  background: url("../images/partners/bg-line-03.svg") 0 0 no-repeat;
  background-size: 455px auto;
}
.lines.line03-1 {
  left: -137px;
  top: 525px;
  width: 455px;
  height: 190px;
  background: url("../images/partners/bg-line-03.svg") 0 0 no-repeat;
  background-size: 455px auto;
}
.lines.line03-2 {
  transform: scaleY(-1) skewY(24deg);
  right: -10%;
  top: 400px;
  width: 455px;
  height: 190px;
  background: url("../images/partners/bg-line-09.svg") 0 0 no-repeat;
  background-size: 455px auto;
}
.lines.line04 {
  left: -293px;
  top: -115px;
  width: 791px;
  height: 333px;
  background: url("../images/partners/bg-line-04.svg") 0 0 no-repeat;
  background-size: 791px auto;
}
.lines.line05 {
  right: calc(-20% + 200px);
  top: calc(100% - 244px);
  width: 50%;
  height: 367px;
  background: url("../images/partners/bg-line-05.svg") 200px 0 no-repeat;
  background-size: 791px auto;
}
.lines.line07 {
  right: -225px;
  top: -30px;
  width: 472px;
  height: 237px;
  background: url("../images/partners/bg-line-07.svg") 0 0 no-repeat;
  background-size: 472px auto;
}
.lines.line08 {
  right: -115px;
  top: -115px;
  width: 575px;
  height: 328px;
  background: url("../images/partners/bg-line-08.svg") 0 0 no-repeat;
  background-size: 575px auto;
}

.line-gr1,
.line-gr2,
.line-gr3,
.line-gr4 {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  z-index: -1;
}
.wrapper-prtn_bg .line-gr1 {
  top: 30%;
  left: 0;
  width: 350px;
  height: 70px;
}
.line-gr1 .line-js1 {
  border: 1px solid #d1d1d1;
  width: 100%;
  height: 100%;
}

.wrapper-prtn_bg .line-gr2 {
  top: 60%;
  right: 0;
  width: 300px;
  height: 140px;
  justify-content: flex-end;
}
.line-gr2 .line-js2 {
  border: 1px solid #d1d1d1;
  width: 60%;
  height: 50%;
}
.line-gr2 .line-js1 {
  background-color: #e4e8eb;
  width: 100%;
  height: 50%;
}

.wrapper-prtn_bg .line-gr3 {
  bottom: -70px;
  left: 0;
  width: 40%;
  height: 210px;
  justify-content: flex-start;
}
.line-gr3 .line-js1 {
  background-color: #e4e8eb;
  width: 40%;
  height: calc(100% / 3);
}
.line-gr3 .line-js2 {
  background-color: transparent;
  width: 60%;
  height: calc(100% / 3);
}
.line-gr3 .line-js3 {
  background-color: #f76c82;
  width: 50%;
  height: calc(100% / 3);
}
.line-gr3 .line-js4 {
  background-color: #61ddbc;
  width: 50%;
  height: calc(100% / 3);
}
.line-gr3 .line-js5 {
  background-color: #e4e8eb;
  width: 50%;
  height: calc(100% / 3);
}

.wrapper-prtn_bg .line-gr4 {
  bottom: -140px;
  right: 0;
  width: 35%;
  height: 210px;
  justify-content: flex-end;
}
.line-gr4 .line-js1 {
  background-color: #61ddbc;
  width: 70%;
  height: calc(100% / 3);
}
.line-gr4 .line-js2 {
  background-color: rgba(247, 108, 130, 0.65);
  width: 40%;
  height: calc(100% / 3);
}
.line-gr4 .line-js3 {
  background-color: transparent;
  width: 40%;
  height: calc(100% / 3);
}
.line-gr4 .line-js4 {
  background-color: #eb5463;
  width: 65%;
  height: calc(100% / 3);
}
.line-gr4 .line-js5 {
  background-color: #e4e8eb;
  width: 35%;
  height: calc(100% / 3);
}

.partners .feedback .i-title .c {
  color: #eb5463 !important;
}
@media only screen and (max-width: 1199px) {
  .line-gr1,
  .line-gr2,
  .line-gr3,
  .line-gr4 {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .lines,
  .partn .tools-nav {
    display: none;
  }
  .block {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .wrapper-prtn_bg {
    height: 130%;
  }
  .wrapper-prtn {
    height: 850px;
    padding: 0 20px;
  }
  .partn_img {
    width: 80%;
    height: auto;
    top: 55%;
    left: 10%;
  }
  .wrapper-prtn .block {
    width: 100%;
  }
  .wrapper-prtn br {
    display: none;
  }

  .opportunities {
    padding: 100px 0;
  }
  .opportunities .blocks .block {
    width: 100%;
    float: none;
  }
  .opportunities .blocks .block.exch {
    background: url("../images/partners/i-exch.svg") 0 0 no-repeat;
  }
  .opportunities .blocks .block.hc {
    background: url("../images/partners/i-hc.svg") 0 0 no-repeat;
  }
  .opportunities .blocks .block.workflow {
    background: url("../images/partners/i-workflow.svg") 0 0 no-repeat;
  }
  .opportunities .blocks .block.video {
    background: url("../images/partners/i-video.svg") 0 0 no-repeat;
  }

  .advantages {
    padding: 0;
  }
  .advantages .block.arch {
    background: none;
  }
  .advantages .block.custom {
    background: none;
  }
  .advantages .block.econom {
    background: none;
  }
  .advantages .advantages-section {
    padding-bottom: 15px !important;
  }
  .advantages .advantages-section.section-bottom {
    padding: 0;
  }
  .advantages .advantages-section.section-bottom:before {
    top: 0;
  }
  .advantages .block .blk {
    float: left;
    width: 100% !important;
  }
  .advantages .block .blk h3 {
    text-align: center;
  }
  .advantages .block.custom .blk {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .partn_img {
    width: 80%;
    height: auto;
    top: 67%;
    left: 10%;
  }
}
@media only screen and (max-width: 425px) {
  .wrapper-prtn {
    height: 875px;
  }
  .partn_img {
    width: 90%;
    height: auto;
    top: 72%;
    left: 5%;
  }
  .opportunities {
    padding: 50px 0 100px 0 !important;
  }
}
@media only screen and (max-width: 340px) {
  .wrapper-prtn {
    height: 875px;
  }
  .partn_img {
    width: 90%;
    height: auto;
    top: 80%;
    left: 5%;
  }
}
/* top navigation instr common*/
.cont-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 15px;
}
.productNav .separator {
  position: absolute;
  top: 0;
  left: 15px;
  height: 1px;
  width: calc(100% - 30px);
  background: #e9ebf2;
}
@media (max-width: 768px) {
  .productNav .separator {
    left: 18px;
    width: calc(100% - 36px);
  }
}
.productNav .home {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 10px 0;
}
.productNav .home figure {
  display: flex;
  align-items: center;
}
.productNav .home span {
  white-space: nowrap;
  margin-left: 18px;
  transition: 0.2s linear;
}
.productNav .mask-container {
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  margin: 0 -20px 0 20px;
  -webkit-mask-image: linear-gradient(
          90deg,
          transparent,
          #000 20px,
          #000 calc(100% - 20px),
          transparent
  );
}
.productNav .mask-container,
.productNav ul {
  display: flex;
  align-items: center;
}
.productNav ul {
  overflow: auto;
  -webkit-mask-image: linear-gradient(
          180deg,
          #000,
          #000 calc(100% - 10px),
          transparent calc(100% - 10px),
          transparent
  );
  padding: 0 0 10px 0;
}
.productNav li {
  padding: 0 21px;
}
@media (max-width: 991px) {
  .productNav li {
    padding: 0 10px;
  }
  .productNav li:first-child {
    padding-left: 20px;
  }
  .productNav li:last-child {
    padding-right: 20px;
  }
}
.productNav li a {
  letter-spacing: 0.7px;
  transition: 0.2s linear;
}
/* end of navigation common*/
/* top navigation instr insights*/
.productNav-insights {
  position: absolute;
  width: 100%;
  top: 65px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  z-index: 9;
}
.productNav-insights ul {
  margin-bottom: 0;
}
.productNav-insights .separator {
  background: #E9EBF2;
}
.productNav-insights .home span {
  color: #FF7417;
}
.productNav-insights li a {
  color: #6B6B6B;
}
.productNav-insights li:nth-child(2) a {
  color: #5c1e02;
}
.productNav-insights .home span:hover,
.productNav-insights li a:hover {
  color: #5c1e02;
}
/* top navigation instr console*/
.productNav-console {
  position: absolute;
  width: 100%;
  top: 65px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  z-index: 9;
}
.productNav-console ul {
  margin-bottom: 0;
}
.productNav-console .separator {
  background: #fff;
}
.productNav-console .home span {
  color: #a4acf8;
}
.productNav-console li a {
  color: #a4acf8;
}
.productNav-console li:nth-child(3) a {
  color: #2b3495;
}
.productNav-console .home span:hover,
.productNav-console li a:hover {
  color: #2b3495;
}
/* top navigation instr reports*/
.productNav-reports {
  position: absolute;
  width: 100%;
  top: 65px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  z-index: 9;
}
.productNav-reports ul {
  margin-bottom: 0;
}

.productNav-reports .home span {
  color: #10B890;
}
.productNav-reports li a {
  color: #6B6B6B;
}
.productNav-reports li:nth-child(4) a {
  color: #03452f;
}
.productNav-reports .home span:hover,
.productNav-reports li a:hover {
  color: #03452f;
}
/* top navigation instr partners*/
.productNav-partners {
  position: absolute;
  width: 100%;
  top: 65px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  z-index: 9;
}
.productNav-partners ul {
  margin-bottom: 0;
}
.productNav-partners .separator {
  background: #e9ebf2;
}
.productNav-partners .home span {
  color: #eb5463;
}
.productNav-partners li a {
  color: #eb5463;
}
.productNav-partners li:nth-child(5) a {
  color: #b0202d;
}
.productNav-partners .home span:hover,
.productNav-partners li a:hover {
  color: #b0202d;
}
.tag-item .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 101px;
}
.tag-list .image_cont {
  position: relative;
  min-height: 60px;
}
.tag-list .tag-item img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

body .wrapper img.tag_img_hover {
  opacity: 0;
}
body .wrapper .tag-item:hover img.tag_img {
  opacity: 0;
}
body .wrapper .tag-item:hover img.tag_img_hover {
  opacity: 1;
}
#searchColElem {
  display: none;
}
#searchColElem.active {
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: calc(100% - 40px);
  margin: 6px auto 0;
  padding: 0 0 0 10px;
  min-height: 35px;
  line-height: 35px;
  display: block;
}