html {
  font-family: sans-serif;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;

  font-family: "Montserrat", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

b {
  /* color: #000000; */
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.red {
  color: #f82829;
}

.upper {
  text-transform: uppercase;
}

h1 {
  position: relative;

  margin: 0;
  padding-left: 20px;

  font-weight: bold;
  font-size: 40px;
  color: #ffba77;

  background: -webkit-linear-gradient(45deg, #ff8777 0%,  #ffba77);
  background:      -o-linear-gradient(45deg, #ff8777 0%,  #ffba77);
  background:         linear-gradient(45deg, #ff8777 0%,  #ffba77);
  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}
h2 {
  margin: 0 0 10px;

  font-size: 50px;
  color: #000000;
}

.h3 {
  font-weight: bold;
  font-size: 22px;
  color: #000000;
}

ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

header {
  padding-bottom: 270px;
  overflow: hidden;

  background: url("../img/header.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.header-top {
  position: relative;
  z-index: 2;

  display: table;
  width: 100%;
  margin-bottom: 160px;
  padding-top: 30px;
}

.logo {
  display: table-cell;
  padding-top: 2px;
  padding-left: 40px;

  font-weight: 500;
  font-size: 24px;
  vertical-align: middle;
  color: #ffffff;

  background: url("../img/logo.png") top left no-repeat;
}

.menu-top {
  display: table-cell;
  padding-left: 70px;

  vertical-align: middle;
}

.menu-top__item {
  display: inline-block;
}

.menu-top__href {
  padding: 12px 18px;

  font-size: 13px;
  color: #e8e7e7;

  border: 2px solid transparent;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.menu-top__href:hover {
  text-decoration: none;

  border: 2px solid rgba(255,255,255,0.3);
}
.header-info__wrap {
  position: relative;
}
.header-info {
  position: relative;
  z-index: 2;

  max-width: 400px;
}
.header-info__img {
  position: absolute;
  top: -466px;
  left: 120px;
  z-index: 1;

  width: 1179px;
  height: 1179px;

  background: url("../img/header__after.png");
}
.locales {
  display: block;
  padding: 20px 5px;

  font-weight: bold;
  text-align: right;
}
.locales a:hover {
  /*text-decoration: underline;*/
  border: 2px solid #e40000;
}
.header-info__text {
  padding-left: 20px;

  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: rgba(255,255,255,0.8);
}

.btn {
  padding: 15px 25px 15px 25px;

  font-size: 19px;
  color: #ffffff;

  background-color: transparent;
  border: 2px solid #ff8777;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
}
.wap-btn__go {
  display: none;
}
.btn:hover {
  background-color: #ff8777;
}

.etap-position {
  margin-top: -75px;
}

.etap {
  display: table;
  width: 100%;

  font-size: 0;

  border-bottom: 1px solid #e5e5e5;
}

.etap__item {
  display: table-cell;
  width: 50%;
  padding: 40px;

  background-color: #eef0f3;
  border-right: 1px solid #e5e5e5;
}

.etap__item:last-child {
  border-right: none;
}

.etap-icon {
  display: table-cell;
  min-width: 60px;

  vertical-align: middle;
}

.etap-text {
  display: table-cell;
  padding-left: 15px;

  font-weight: 600;
  font-size: 18px;
  vertical-align: middle;
}

.etap-text__number {
  display: table;
  margin-bottom: 8px;

  font-size: 14px;
  color: #b5b5b5;
}

.etap-text__int {
  display: inline-block;

  vertical-align: middle;
}

.etap-text__line {
  display: inline-block;
  width: 35px;
  height: 1px;

  vertical-align: middle;

  background-color: #8882c5;
  /* margin-left: 10px; */
}

.etap__item:hover {
  color: #ffffff;

  background: #3fb7d9;
  background: -webkit-linear-gradient(45deg, #3fb7d9 0%,#5fcc7b 100%);
  background:      -o-linear-gradient(45deg, #3fb7d9 0%,#5fcc7b 100%);
  background:         linear-gradient(45deg, #3fb7d9 0%,#5fcc7b 100%);
  cursor: pointer;
}
.etap__item:hover .etap-text__line {
  background: #0c7597;
}
.etap__item:hover .etap-text__int {
  color: #ffffff;
}

.icon {
  width: 60px;
  height: 63px;
  padding-top: 14px;

  font-size: 46px;
  color: #34b8bf;
}

.etap__item:hover .icon {
  color: #ffffff;
}

.icon-2 {
  width: 66px;
  height: 65px;

  background: url("../img/icon-2.png") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.etap__item:hover .icon-2 {
  background: url("../img/icon-2-hover.png") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.icon-3 {
  width: 63px;
  height: 59px;

  background: url("../img/icon-3.png") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.etap__item:hover .icon-3 {
  background: url("../img/icon-3-hover.png") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.icon-4 {
  width: 58px;
  height: 64px;

  background: url("../img/icon-4.png") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.etap__item:hover .icon-4 {
  background: url("../img/icon-4-hover.png") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.h2-mini {
  display: block;

  font-size: 24px;
}

.section2-max {
  max-width: 980px;
}

.section-2 {
  position: relative;

  margin-top: 90px;
  margin-bottom: 270px;

}

.line-h2:after {
  content: "";

  display: table;
  width: 60px;
  height: 1px;
  margin: 0 auto;

  background: #000000;
}

.tags__item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
  margin-left: 5px;
  padding: 10px;

  font-weight: 500;
  font-size: 18px;

  background-color: #e7eaf2;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.tags {
  margin-top: 40px;
  margin-right: -5px;
  margin-left: -5px;
}

.img-mac {
  margin-top: 60px;
  margin-bottom: 30px;
}

.section-3 {
  position: relative;

  padding-top: 60px;
  /* padding-bottom: 60px; */
  overflow: hidden;

  background-color: #f4f5f9;
}

.timeline {
  position: relative;
  z-index: 10;

  padding: 58px 0 20px;

  list-style: none;
}

.timeline > li {
  position: relative;

  margin-bottom: 30px;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";

  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";

  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  position: relative;

  float: left;
  width: 50%;
  padding: 20px 20px 20px;

  font-weight: bold;
  font-size: 18px;

  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
  margin-top: -60px;
  padding-bottom: 90px;
}

.timeline > li:not(.timeline-inverted) {
  padding-right: 125px;
  padding-bottom: 95px;
}

.timeline > li.timeline-inverted {
  padding-left: 145px;
}

.timeline > li > .timeline-panel:before {
  content: " ";
  position: absolute;
  top: 15px;
  right: -15px;

  display: inline-block;

  border-top: 15px solid transparent;
  border-right: 0 solid #cccccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #cccccc;
}

.timeline > li > .timeline-panel:after {
  content: " ";
  position: absolute;
  top: 16px;
  right: -14px;

  display: inline-block;

  border-top: 14px solid transparent;
  border-right: 0 solid #ffffff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #ffffff;
}

.timeline > li > .timeline-badge {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;

  width: 70px;
  height: 70px;
  margin-left: -35px;

  line-height: 50px;
  text-align: center;
  color: #ffffff;

  background-color: #423b88;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.timeline-inverted .timeline-badge {
  background-color: #34b8bf !important;
}
.timeline-inverted .timeline-badge__item {
  color: #423b88;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;

  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;

  border-right-width: 14px;
  border-left-width: 0;
}

.timeline-title {
  margin-top: 0;

  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.section-3-botton {
  position: absolute;
  bottom: 0;
}

.timeline-badge img {
  position: relative;
}

.timeline-1 {
  top: 20px;
}

.timeline-2 {
  top: 20px;
}

.timeline-3 {
  top: 16px;
}

.timeline-4 {
  top: 17px;
}

.timeline-5 {
  top: 18px;
}

.timeline-6 {
  top: 20px;
}

.timeline-7 {
  top: 17px;
}

.circle {
  left: 50%;

  width: 8px;
  height: 8px;
  margin-bottom: 10px;
  margin-left: -7px;

  background-color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.circle-center {
  position: absolute;
  top: -39px;
  left: 50%;
}

.circle-center2 {
  position: absolute;
  top: 84px;
  left: 50%;

  margin-left: 2px;
}

.item-timeline-5 {
  padding-bottom: 40px !important;
}

.timeline-badge__item {
  position: absolute;
  top: 10px;
  right: -55px;

  font-weight: bold;
  font-size: 32px;
  color: #34b8bf;
}

.timeline-inverted .timeline-badge__item {
  right: 0;
  left: -135px;
}

.section-3-logo {
  position: absolute;
  right: 327px;
  bottom: 3px;

  display: none;

  font-weight: 600;
  font-size: 180px;
  color: #ffffff;
}

.section-4 {
  position: relative;

  padding-top: 40px;
  padding-bottom: 60px;
}

.support {
  position: relative;
  z-index: 4;

  display: table;
  width: 100%;

  font-size: 0;
}

.support-left {
  display: inline-block;
  width: 50%;

  vertical-align: middle;
}

.support-right {
  position: relative;
  z-index: 4;

  display: inline-block;
  width: 50%;

  vertical-align: middle;
}

.support-right__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}

.support-right__text {
  font-size: 18px;
  line-height: 28px;
  font-family: "Source Sans Pro", sans-serif;
  color: #414141;
}

.padlft-4 {
  padding-left: 40px;
}

.padrght-4 {
  padding-right: 40px;
}

.line {
  width: 55px;
  height: 1px;
  margin-top: 10px;

  background-color: #000000;
}

.support-wrap {
  margin-top: 40px;
}

.section-4-logo {
  position: absolute;
  bottom: -26px;
  left: 65px;

  display: none;

  font-weight: 600;
  font-size: 180px;
  color: #f0eff9;
}

footer {
  position: relative;

  margin-top: 30px;
  padding: 60px 0 40px 0;

  background-color: #423b88;
}

.copirate {
  font-weight: 500;
  font-size: 18px;
  color: rgba(147,153,214,0.4);
}

.footet-title {
  font-weight: bold;
  font-size: 54px;
  color: #ffffff;
  text-transform: uppercase;
}

.contact-tel__href {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.contact-tel__href:hover {
  text-decoration: none;
}

.contact-mail__href {
  position: relative;

  padding-bottom: 6px;

  font-weight: bold;
  font-size: 32px;
  color: #ff8777;

  background: -webkit-linear-gradient(45deg, #ffba77 0%, #ff8777);
  background:      -o-linear-gradient(45deg, #ffba77 0%, #ff8777);
  background:         linear-gradient(45deg, #ffba77 0%, #ff8777);
  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}
.link__line {
  position: absolute;
  bottom: 0;
  left: 0;

  display: block;
  width: 100%;
  height: 2px;

  background: #ffba77;
  background: -webkit-linear-gradient(left, #ffba77 0%,#ff8777 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ffba77),to(#ff8777));
  background:      -o-linear-gradient(left, #ffba77 0%,#ff8777 100%);
  background:         linear-gradient(to right, #ffba77 0%,#ff8777 100%);
}
.contact-mail__href:hover .link__line {
  display: none;
}
.contact-mail__href:hover {
  text-decoration: none;

  border-bottom: none;
}

.contact {
  display: table;
  width: 100%;
  margin: 40px 0 75px 0;
}

.contact-tel {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;

  vertical-align: middle;
}

.contact-mail {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;

  vertical-align: middle;
}

.footer-line {
  width: 100px;
  height: 1px;
  margin: 20px auto 0;

  background-color: #ffffff;
}

.footer-line2 {
  max-width: 700px;
  height: 1px;
  margin: 0 auto 20px;

  background-color: rgba(255,255,255,0.2);
}

.visible {
  display: none;
}

.mobile-menu-btn {
  display: none;
}
.section-1 {
  position: relative;
  z-index: 1;
}
.ourproduct__wrap {
  font-size: 0;
}
.ourproduct__left {
  /* display: inline-block;
    vertical-align: top;
    width: 485px; */
  display: block;
  float: left;
  width: 485px;
}
.ourproduct__title {
  position: relative;

  padding-top: 40px;

  font-weight: bold;
  font-size: 54px;
  line-height: 50px;
  color: #0f0f0f;
}
.ourproduct__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 68px;
  height: 1px;

  background: #0f0f0f;
}
.ourproduct__orangeblock {
  position: relative;

  height: 402px;
  margin-top: 66px;

  background: #ffba77;
  background: -webkit-linear-gradient(45deg, #ffba77 0%,#ff8777 100%);
  background:      -o-linear-gradient(45deg, #ffba77 0%,#ff8777 100%);
  background:         linear-gradient(45deg, #ffba77 0%,#ff8777 100%);
}
.ourproduct__img_1 {
  position: absolute;
  top: 21px;
  left: 31px;

  display: block;
}
.ourproduct__img_2 {
  display: block;
}

.ourproduct__more_wrap {
  margin-top: -201px;
}

.ourproduct__more_inner {
  position: relative;

  height: 402px;

  background: url("../img/bg_ourproduct.jpg");
}
.ourproduct__more_text {
  position: absolute;
  bottom: 40px;
  left: 40px;

  margin: 0;

  font-weight: 300;
  font-size: 54px;
  line-height: 50px;
  color: #ffffff;
}
.section-2-logo {
  position: absolute;
  bottom: -240px;



  display: none;

  font-weight: 600;
  font-size: 180px;
  color: #f0eff9;
  width: 100%;left: 50%;margin-left: -710px;}
.color {
  display: block;

  color: #423b88;
}
.padrght-4 .color {
  color: #34b8bf;
}
/* modal */
.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: rgba(0,0,0,0.25);
  z-index: 9999;
  top: 0;
  overflow-y: auto;
}
.modal::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.privacy__button{
  font-weight: 500;
  font-size: 18px;
  color: rgba(147,153,214,0.4);
  text-decoration: underline;
  cursor: pointer;
}
.modal__content{
  background-color: #fff;
  padding: 25px;
  width: 100%;
  /*   height:100%; */
  max-width: 950px;
  border-radius: 15px;
  margin: 0 auto;
}
.close {
  float: right;
  font-size: 35px;
  cursor: pointer;
}
.ourproduct__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  padding: 20px 80px 0 0;
}
.ourproduct__wrap::after {
  content: "";
  clear: both;
  display: block;
}
.item-timeline-2 {
  padding-bottom: 115px!important;
}
.item-timeline-5 {
  padding-bottom: 105px!important;
}
@media (max-width: 991px) {
  .ourproduct__text {
    padding-right: 0;
  }
  .section-2 {
    margin-bottom: 60px;
  }
}