.clearfix::after{
  content: "";
  clear: both;
  display: table;
  }
  body{
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  img{
    max-width: 100%;
  }
  ul{
    list-style: none;
  }
  main{
    width: 100%;
    overflow-x: hidden;
  }
  .grid{
    width: 1500px;
    margin: 0px auto;
  }
  .bodyBg{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: inline-block;
    position: relative;
    background: linear-gradient(45deg,  #fafcf9 0%,#edf9f9 25%,#d7ecef 48%,#c0dfe2 75%,#b6d9df 100%);
  }
  .bgImages{
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 90vh;
  }
  .blok{
    width: 94%;
    max-width: 400px;
    margin: 200px auto 0px auto;
    position: relative;
    z-index: 5;
  }
  .logo{
    display: block;
    width: 246px;
    margin: 0px auto;
  }
  .text{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #050708;
    text-align: center;
    margin: 20px 0px 10px 0px;
  }
  .link{
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    grid-column-gap: 8px;
  }
  .link>a{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #050708;
    text-decoration: none;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

  }
  .link>a:hover{
    text-decoration: underline;
  }
  .link>span{
    display: block;
    height: 16px;
    width: 1px;
    background-color: #050708;
  }
  @media (min-width: 0px) and (max-width: 999px){
    .bgImages{
      height: 70vh;
      object-fit: cover;
      object-position: left;
    }
    .blok{
      margin-top: 150px;
    }
  }
  @media (min-width: 0px) and (max-width: 740px){
    .logo{
      width: 200px;
    }
    .blok{
      margin-top: 100px;
    }
    .bgImages{
      height: 60vh;
      object-fit: cover;
      object-position: left;
    }
  }
  
  
  