/* ------------ *Default ------------- */
/* Flex Class */
.flex-center {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.align-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.align-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.fx-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx {display: -webkit-box;display: -ms-flexbox;display: flex;}
.fx-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}
/* Flex End */

/* Style Default*/
a, a:hover,button, button:hover, .speed {-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
ul, li, p {list-style: none; padding: 0;margin: 0;}
* {outline: none;}
/* Style End Default */

/* Hide/show input plaseholder slowly */
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
/* End hide/show input plaseholder slowly */

body {
  font-family: GothamPro;
}

.btn {
  padding: 0;
  font-size: 13px;
  border: 1px solid;
  border-radius: 45px;
  font-family: Ubuntu-Bold;
  text-transform: uppercase;
}

.bg-white {
  background: #fff;
}

.bg-dark-blue {
  background: #345ca0;
}

.bg-light-blue {
  background: #6a80c2;
}

.title-section {
  line-height: 1;
  text-align: center;
}

.title-section h2 {
  font-family: GothamPro-Bold;
}

/* ------------ *Btn top ------------- */

.scroll-top {
  display: none;
  position: fixed;
  z-index: 10;
  right: 50px;
  bottom: 50px;
}

.scroll-top a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  background: #99b5fd;
  display: inline-block;
}

.scroll-top a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.scroll-top svg {
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  position: absolute;
}

.scroll-top svg path {
  fill: #fff;
}

/* ------------ *Header -------------- */

.head-top .box {
  padding: 15px 0;
}

.head-top svg {
  fill: #749ED5;
}

.phone svg {
  width: 19px;
  height: 20px;
  margin-right: 20px;
}

.phone a {
  color: #749ed5;
  font-size: 25px;
}

.point {
  font-size: 14px;
  line-height: 1.3;
}

.point svg {
  width: 20px;
  height: 23px;
  margin-right: 15px;
}

.point a {
  width: 100%;
  color: #749dd5;
  display: block;
}

.btn-border {
  width: 208px;
  height: 60px;
  color: #749dd5;
  border-color: #749dd5;
}

.order button:hover {
  color: #fff;
  background: #749dd5;
}

/* Main Navbar */

/* Toggle nav */

.navbar-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navbar-toggle {
  margin: 8px 0;
  display: none;
  padding: 9px 10px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: transparent;
}

.navbar-toggle:hover {
  background: #749dd5;
  border: 1px solid #749dd5;
}

.navbar-toggle span {
  width: 22px;
  height: 2px;
  display: block;
  background: #fff;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

/* Toggle nav End */

.main-nav {
  background: #345ca0;
}

.nav {
  min-height: 50px;
}

.nav li {
  margin: 0 25px;
}

.nav li a {
  color: #fff;
  font-size: 14px;
  font-family: Ubuntu-Bold;
  text-transform: uppercase;
}

.nav li a:hover {
  color: #b7c9fb;
}

/* Main Navbar End */

/* ------------ *Banner -------------- */

.banner .box, .slider .box {
  text-align: center;
  padding: 122px 0 178px;
}

.banner h1, .slider h1 {
  color: #fff;
  line-height: 1;
  font-size: 57px;
  text-transform: uppercase;
  font-family: GothamPro-Bold;
}

.banner h1 p, .slider h1 p {
  font-size: 31px;
  margin-top: 50px;
  font-family: GothamPro;
}

.banner-btn {
  margin-top: 100px;
}

.banner-btn button, .banner-btn a {
  width: 285px;
  height: 70px;
  font-size: 16px;
}

.banner-btn button span {
  text-transform: none;
}

.banner-btn button:first-child {
  color: #345ca0;
  margin-right: 5px;
  border-color: #fff;
}

.banner-btn button:first-child:hover {
  color: #fff;
  background-color: transparent;
}

.banner-btn a {
  color: #e7e5e5;
  border-color: #345ca0;
}

.banner-btn a:hover {
  border-color: #fff;
  background-color: transparent;
}

/* --------- *Crypto Basis ----------- */

.crypto-title {
  background: #fbfbfb;
  padding: 80px 0 65px;
}

.crypto-title h2 {
  color: #6980c2;
  font-size: 55px;
}

.crypto-title span {
  color: #4f4f4f;
}

.crypto-title p {
  line-height: 2;
  color: #4f4f4f;
  font-size: 16px;
  margin-top: 40px;
  font-family: GothamPro-Bold;
}

.item-crypto {
  overflow: hidden;
  position: relative;
}

.item-crypto:before,
.item-crypto:after {
  top: 0;
  width: 440px;
  background: #fbfbfb;
}

/* .service1:after { */
  /* right: -110px; */
  /* height: 100%; */

  /* -webkit-transform: skew(45deg); */
  /* -ms-transform: skew(45deg); */
  /* transform: skew(45deg); */
/* } */

/* .service2_111, .service168_111 { */
  /* background: #eff2f4; */
/* } */

/* .service2_111:before, .service168_111:before { */
  /* left: -110px; */
  /* height: 100%; */

  /* -webkit-transform: skew(45deg); */
  /* -ms-transform: skew(45deg); */
  /* transform: skew(45deg); */
/* } */

/* .service3_111:after, .item-crypto_111:not(.service168):after { */
  /* right: -110px; */
  /* height: 100%; */

  /* -webkit-transform: skew(-45deg); */
  /* -ms-transform: skew(-45deg); */
  /* transform: skew(-45deg); */
/* } */



.item-crypto .box {
  padding: 0 130px;
  min-height: 225px;
  justify-content1: space-between;
  justify-content: flex-start;
  z-index:2;
  position: relative;
}

.item-crypto:nth-child(odd) .box {justify-content: flex-end;}

.item-crypto:nth-child(odd) { background: #eff2f4;}
.item-crypto:nth-child(odd):before {
  left: -110px;  height: 100%;

  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}

.item-crypto:nth-child(even):after {
  right: -110px;  height: 100%;

  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}

.crypto-text {
  color: #4e4e4e;
  font-size: 16px;
  line-height: 33px;
  position: relative;
  order:2;
}

.item-crypto img {
  order:1;
  max-height:90px;
  max-width:90px;
  margin-right: 75px; margin-left:0;
  flex: none;
}

.item-crypto:nth-child(odd) .crypto-text {order:1;}
.item-crypto:nth-child(odd) img {order:2; margin-right: 0; margin-left:75px;}


.service2 .box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}





/* Icons */

/* .service1 svg, .service165 img */
 /* { */
  /* width: 120px; */
  /* height: 120px; */
  /* margin-right: 75px; */
/* } */





/* .service1 .st0{fill:#9ba6d3;} */
/* .service1 .st1{fill:#929dbc;} */
/* .service1 .st2{fill:#74818d;} */
/* .service1 .st3{fill:#c1d0fb;} */

/* .service2 svg, .service168 img { */
  /* width: 90px; */
  /* height: 90px; */
  /* margin-left: 90px; */
/* } */
/* .service2 .st0{fill:#8992b2;} */
/* .service2 .st1{fill:#6b7883;} */
/* .service2 .st2{fill:#b7c5ef;} */
/* .service2 .st3{fill:#fff86e;} */

/* .service3 svg, .service169  img { */
  /* width: 90px; */
  /* height: 90px; */
  /* margin-right: 80px; */
/* } */
/* .service3 .st0{fill:#8992b2;} */
/* .service3 .st1{fill:#6b7883;} */
/* .service3 .st2{fill:#b7c5ef;} */
/* .service3 .st3{fill:#fff86e;} */

/* Icons End */




/* ---------- *Advantages ------------ */

.advantages {
  padding: 90px 0 40px;
}

.advantages-title h2 {
  color: #fff;
  font-size: 37px;
}

.advantages-title span {
  width: 160px;
  height: 38px;
  margin-left: 45px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/logo-white.png) no-repeat;
}

.advantages-group {
  margin-top: 85px;
}

@media (min-width: 1200px) {
  .advantages-group {
    padding: 0 191px;
  }
}

.why-choose-pic {max-width:90px}

.adv-item {
  text-align: center;
  margin-bottom: 90px;
}

.adv-item svg {
  width: 94px;
  height: 91px;
}

.adv-item .st0 {
  fill:#99B5FD;
}

.adv-item .st1 {
  fill:#FFFFFF;
}

.adv-text {
  color: #fff;
  font-size: 15px;
  margin-top: 35px;
  line-height: 1.6;
  font-family: GothamPro-Bold;
}

/* ------------- *Price -------------- */

.price, .top_products_text {
  overflow: hidden;
  background: #fbfbfb;
  padding: 100px 0 0;
}

.price-title {
  color: #6880c2;
  font-size: 45px;
}

.subtitle {
  width: 850px;
  color: #757b86;
  line-height: 2;
  background: #fff;
  text-align: center;
  padding: 55px 0 70px;
  margin: 90px auto 60px;
  border-left: 2px solid #6a80c2;
  border-right: 2px solid #6a80c2;
}

.item-price {
  width: 850px;
  margin: 0 auto 60px;
}

.price-details {
  position: relative;
  z-index: 1;
}

.price-details h3 {
  color: #4e4e4e;
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: GothamPro-Bold;
  border-bottom: 2px solid #99b5fd;
}

.description {
  color: #4e4e4e;
  display: block;
  margin-bottom: 15px;
}

.details-footer {
  line-height: 1;
}

.details-footer span {
  color: #6980c2;
  font-size: 45px;
  font-family: GothamPro-Bold;
}

.details-footer small {
  color: #000;
  font-size: 21px;
  margin: 0 35px 0 20px;
  font-family: GothamPro;
}

.details-footer button {
  width: 208px;
  height: 58px;
  color: #f0f4f9;
  font-size: 13px;
  border: 1px solid #6a80c2;
  text-transform: uppercase;
}

.details-footer button:hover {
  color: #6a80c2;
  background-color: transparent;
}

.price-img {
  position: relative;
}

.bg-left img {
  position: relative;
  z-index: 1;
}

.price-img:after {
  top: 180px;
  right: 0;
  width: 724px;
  height: 343px;
  background: url(../img/bg/item-price.png) no-repeat;
}

.price-img.bg-left:after {
  top: 165px;
  left: 0;
  right: auto;
  -webkit-transform: rotate(-130deg);
      -ms-transform: rotate(-130deg);
          transform: rotate(-130deg);
}

/* ------------ *Footer -------------- */

.main-footer {
  padding: 85px 0;
  background: url(../img/bg/footer.png) #000 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-position: 0 10%;
  text-align: center;
  color: #ccd5e7;
}

.level-1 {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 110px;
}

.level-1 p:first-child {
  font-size: 19px;
}

.footer-nav li {
  margin: 0 12px;
}

.footer-nav li a {
  color: #7f8591;
  font-size: 15px;
  text-decoration: underline;
}

.footer-nav li a:hover {
  text-decoration: none;
}

.footer-phone {
  margin: 50px 0;
}

.footer-phone a {
  color: #7f8591;
  font-size: 30px;
}
.footer-phone a:hover {
  color: #ccd5e7;
}

.footer-phone a span {
  /*color: #ccd5e7; */
}

.footer-order button {
  color: #7f8591;
  border-color: #7f8591;
  background-color: transparent;
}

.footer-order button:hover {
  color: #fff;
  background: #7f8591;
}

.level-3 {
  margin-top: 70px;
}

/* ------------- *Modal -------------- */

.index {
  overflow-y: hidden;
}

.modal {
  display: none;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  background: rgba(127, 133, 145, 0.55);
}

.modal.open {
  display: block;
}

.box-modal, .box-response {
  width: 410px;
  padding: 35px;
  background: #fff;
  margin: 50px auto;
  position: relative;
}

.modal-header {
  text-align: center;
}

.close, .close-response {
  border: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
}

.close svg, .close-response svg {
  width: 15px;
  fill: #7f8591;
  opacity: .5;
}

.close:hover svg, .close-response:hover svg {
  opacity: 1;
}

.title-modal {
  color: #7f8591;
  font-size: 30px;
  font-family: GothamPro-Bold;
}

.modal-form {
  text-align: center;
}

.modal-form label {
  width: 100%;
}

.modal-form input, select,
.modal-form textarea {
  width: 100%;
  color: #7f8591;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 8px;
  border: 1px solid #7f8591;

  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.modal-form input:focus,
.modal-form textarea:focus {
  -webkit-box-shadow: 0 0 20px rgba(127, 133, 145, 0.4);
          box-shadow: 0 0 20px rgba(127, 133, 145, 0.4);
}

.modal-form input, select {
  height: 46px;
  margin-bottom: 10px;
  line-height: 46px;
}

.modal-form textarea {
  height: 130px;
  resize: none;
}

.btn-modal {
  color: #fff;
  width: 208px;
  height: 60px;
  margin-top: 15px;
  background: #749dd5;
  border-color: #749dd5;
}

.btn-modal:hover {
  color: #749dd5;
  background: #fff;
}

/* --------- *After::Before ---------- */
.item-crypto:after,
.item-crypto:before,
.price-img:after {
  content: " ";
  position: absolute;
}
