/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .phone a {
    font-size: 18px;
  }
  .phone svg {
    margin-right: 10px;
  }
  .point svg {
    margin-right: 10px;
  }
  .btn-border {
    width: 180px;
    height: 54px;
  }
  .banner h1 {
    font-size: 50px;
  }
  .banner h1 p {
    font-size: 26px;
    margin-top: 40px;
  }
  .item-crypto:before, .item-crypto:after {
    content: none;
  }
  .item-crypto .box {
    padding: 0;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .point {
    display: none;
  }
  .banner .box {
    padding: 100px 0 140px;
  }
  .banner h1 {
    font-size: 40px;
  }
  .banner h1 p {
    font-size: 22px;
    margin-top: 35px;
  }
  .crypto-title h2 {
    font-size: 46px;
  }
  .crypto-title p br {
    display: none;
  }
  .price {
    padding: 60px 0 0;
  }
  .price-title {
    font-size: 34px;
  }
  .subtitle {
    width: 100%;
  }
  .item-price {
    width: 100%;
  }
  .price-details h3 {
    font-size: 20px;
  }
  .details-footer span {
    font-size: 30px;
  }
  .details-footer button {
    width: 180px;
    height: 54px;
  }
  .details-footer small {
    font-size: 18px;
    margin: 0 20px 0 20px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .head-top .box {
    display: block;
    text-align: center;
  }
  .phone, .point {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .phone {
    margin-top: 15px;
  }
  .phone a {
    font-size: 25px;
  }
  .point {
    display: block;
    margin: 10px 0 20px;
  }
  .point span {
    display: inline-block;
  }
  .point svg {
    display: none;
  }
  .nav {
    display: none;
    min-height: auto;
  }
  .navbar-toggle {
    display: block;
  }
  .show-mnu {
    display: block;
  }
  .nav li {
    margin: 0 0 20px;
    text-align: center;
  }
  .banner .box {
    padding: 75px 0 100px;
  }
  .banner h1 {
    font-size: 28px;
  }
  .banner h1 p {
    font-size: 16px;
    margin-top: 20px;
  }
  .banner-btn {
    margin-top: 60px;
  }
  .banner-btn button {
    display: block;
    margin: 0 auto;
  }
  .banner-btn button:first-child {
    margin-right: auto;
    margin-bottom: 15px;
  }
  .crypto-title {
    padding: 45px 0;
  }
  .crypto-title h2 {
    font-size: 33px;
  }
  .item-crypto .box {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service1 svg, .service2 svg, .service3 svg {
    margin: 0;
  }
  .crypto-text {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .service2 svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .crypto-text p {
    margin-top: 15px;
  }
  .crypto-text br {
    display: none;
  }
  .advantages {
    padding: 50px 0 0px;
  }
  .advantages-title h2 {
    font-size: 30px;
  }
  .advantages-title span {
    display: block;
    margin: 25px auto 0;
  }
  .advantages-group {
    margin-top: 50px;
  }
  .price-title {
    font-size: 26px;
  }
  .subtitle {
    font-size: 14px;
    padding: 40px 15px;
    margin: 40px auto 60px;
  }
  .subtitle br {
    display: none;
  }
  .price-img:after, .price-img.bg-left:after {
    content: none;
  }
  .item-price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .price-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .description {
    width: 100%;
    text-align: center;
  }
  .price-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .adv-item {
    margin-bottom: 50px;
  }
  .adv-text {
    margin-top: 10px;
  }
  .banner-btn {
      display: block;
  }
  .banner-btn a {
      margin: auto;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 500px) {
  .main-footer {
    padding: 40px 0;
    background-position: 0 2%;
  }
  .level-1 {
    margin-bottom: 30px;
  }
  .footer-nav {
    display: block;
    text-align: center;
  }
  .footer-nav li {
    margin: 5px 0;
  }
  .footer-phone {
    margin: 35px 0;
  }
}

@media only screen and (max-width : 480px) {
  .banner-btn button, .banner-btn a {
    width: 250px;
    height: 65px;
    font-size: 14px;
  }
  .advantages-title h2 {
    font-size: 26px;
  }
  .price-details h3 {
    font-size: 14px;
  }
  .details-footer {
    display: block;
    text-align: center;
  }
  .details-footer button {
    margin-top: 15px;
  }
  .bg-left img {
    width: 100%;
    height: 100%;
  }
  .details-footer span {
    display: block;
  }
  .details-footer small {
    font-size: 16px;
    margin: 0 0 0 20px;
  }
  .level-1 p:first-child {
    font-size: 15px;
  }
  .footer-phone a {
    font-size: 22px;
  }
  .box-modal {
    width: 95%;
    padding: 25px;
  }
  .title-modal {
    font-size: 26px;
  }
}