html {
    width: 100%;
    height: 100%;
  }
  body {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    min-width: 1100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
      justify-content: space-between;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #221f20;
  }
  header {
    background: #f47920;
    margin-bottom: 40px;
  }
  .wrapper {
    width: 1100px;
    margin: 0 auto;
  }
  .wrapper--header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
  }
  .icon {
    margin-bottom: 45px;
    text-align: center;
  }
  .shop-btn {
    display: inline-block;
    vertical-align: bottom;
    min-width: 310px;
    margin-bottom: 35px;
    padding: 15px;
    font-family: inherit;
    font-size: 18px;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    color: #005e20;
    border: 1px solid #005e20;
    border-radius: 5px;
  }
  .mainForm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
      align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  }

    .shopWindowDisable, 
    .shopWindowEnablePriceExists, 
    .shopWindowEnablePriceNotExists, 
    .domainNotFound {
      display: none;
      margin-bottom: 200px;
    }

    .price, .title,
    .whois, .description,
    .extendContact, .changePrice {
      text-align: center;
    }
    .title {
      margin: 0;
      margin-bottom: 35px;
      font-size: 36px;
      line-height: 36px;
      font-weight: normal;
    }
    .extendContact {
      margin-right: 15px;
    }
    .shop-btns-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
        justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
        align-items: center;
    }
    .price {
      font-weight: bold;
    }
    .dname {
      font-weight: bold;
    }
    .pageLoading{
      text-align: center;
    }
    .font-24 {
      font-size: 24px;
    }
    .shop-whois {
      width: 420px;
      margin: 0 auto;
      margin-bottom: 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
        justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
        align-items: center;
      padding: 12px;
      background: #ebebeb;
      border: 1px solid #cccccc;
      border-radius: 3px;
    }
    .shop-whois,
    .shop-whois * {
      box-sizing: border-box;
    }
    .whois-input {
      max-width: 300px;
      margin-right: 20px;
      padding: 5px 10px;
      min-height: 40px;
      font-size: 18px;
      line-height: 1em;
      border: 1px solid #b7b7b7;
    }
    .whois-submit {
      padding: 0 4px;
      font-size: 18px;
      line-height: 1em;
      border: none;
      color: #f26522;
      background: #ebebeb;
      cursor: pointer;
    }
    footer {
      background: #e1e1e1;
      padding-top: 20px;
    }
    .certificates {
      display: block;
      padding: 10px;
      font-family: inherit;
      font-size: 12px;
      line-height: 12px;
      font-weight: normal;
      border-top: 6px solid #9dd171;
      background: #f47920;
      text-align: center;
    }
    .logo--footer {
      margin-bottom: 20px;
    }
    .products {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
        justify-content: space-between;
      list-style: none;
    }
    .product {
      width: 250px;
      margin-bottom: 20px;
      padding: 15px;
      background-color: #2e99cf;
      background-image: url('../img/prod-1.png');
      box-sizing: border-box;
      border-radius: 5px;
      background-repeat: no-repeat;
      background-position: 154px 50px;
    }
    .product-link {
      color: #fff;
      text-decoration: none;
    }
    .product:nth-child(2) {
      background-color: #ff8e01;
      background-image: url('../img/prod-2.png');
      background-position: 145px 40px;
    }
    .product:nth-child(3) {
      background-color: #5fb627;
      background-image: url('../img/prod-3.png');
      background-position: 158px 45px;
    }
    .product:nth-child(4) {
      background-color: #08a59a;
      background-image: url('../img/prod-4.png');
      background-position: 135px 60px;
    }
    .product-heading {
      margin: 0;
      margin-bottom: 15px;
      font-family: inherit;
      font-size: 24px;
      line-height: 24px;
      font-weight: normal;
    }
    .product-text {
      font-family: inherit;
      font-size: 14px;
      line-height: 18px;
      font-weight: normal;
    }