@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: url(../images/bg.png) no-repeat center center;
  background-size: cover;
  min-height: 100vh;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  padding: 0;
}

.main {
  min-height: calc(100vh - 68px);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
header {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 11px 0;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user {
  display: flex;
  gap: 25px;
}

.btn1 {
  border: 2px solid #3B5069;
  border-radius: 6px;
  padding: 10px 36px;
  background: transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */

  text-align: center;
  cursor: pointer;
  color: #3B5069;
  
}

.btn2 {
  border: 2px solid #3B5069;
  border-radius: 6px;
  padding: 10px 29px;
  background: transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */

  text-align: center;
  cursor: pointer;
  color: #3B5069;
}

.btn2:hover {
  background: #3B5069;
  color: #FFFFFF;
  transition: .5s ease;
}

.btn1:hover {
  background: #3B5069;
  color: #FFFFFF;
  transition: .5s ease;
}

.row {
  display: flex;
  gap: 22px;
}

.col-left {
  max-width: 495px;
}

.col-left h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;

  color: #7D24E3;
  margin: 200px 0 17px;
}

.col-left p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140.52%;
  margin-bottom: 17px;
  color: #000000;
}

.col-left span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.button{
  margin-top: 74px;
}

.btn {
  padding: 17px 95px;
  background:  #590ed2;
  border-radius: 43px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;

  color: #FFFFFF;
  transition: all .5s ease;
  display: inline-block;
}

.btn:hover {
  transform: scale(1.05);
  background: #D20E43;
}

.col-right {
  max-width: 682px;
  margin-top: 88px;
}

.copyright {
  padding: 24px 0;
  text-align: center;
}

.copyright span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;

  color: #000000;
}

.mb{
  display: none;
}

@media screen and (max-width: 1024px) {
  .row {
    display: flex;
    gap: 22px;
    margin: 0 20px;
  }
}

@media screen and (max-width: 830px) {
  header {
    padding: 11px 19px;
  }
  .row {
    flex-direction: column;
    text-align: center;
  }
  .col-left {
    max-width: 100%;
  }
  .col-right {
    max-width: 100%;
    margin-top: 0px;
  }
  .col-right img {
    max-width: 420px;
  }
  .col-left h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #7D24E3;
    margin: 15px 0 17px;
  }
  .col-left p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140.52%;
    margin-bottom: 5px;
    color: #000000;
  }
  .button {
    margin-top: 25px;
  }
}

@media screen and (max-width: 500px) {
  .mb{
    display: inline-block;
  }
  .pc{
    display: none;
  }
  body {
    background: url(../images/bg-mb.png) no-repeat center center;
    background-size: cover;
    transition: .5s linear;
  }
  .main {
    min-height: calc(100vh - 48px);
  }
  header{
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }
  .logo {
    max-width: 132px;
  }
  .user {
    display: flex;
    gap: 8px;
  }
  .row {
    margin: 0;
  }
  .btn1 {
    border: 1px solid #3B5069;
    border-radius: 6px;
    padding: 6px 22px;
    background: transparent;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #3B5069;
  }
  .btn2 {
    border: 1px solid #3B5069;
    border-radius: 6px;
    padding: 6px 18px;
    background: transparent;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #3B5069;
  }
  .col-left h1 {
    font-size: 25px;
    line-height: 30px;
    margin: 15px 0 6px;
  }
  .col-left p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 0 21px;
    line-height: 140.52%;
    margin-bottom: 4px;
    color: #000000;
  }
  .col-left span {
    font-size: 12px;
    line-height: 15px;
  }

  .col-right img {
    max-width: 354px;
  }

  .button {
    margin-top: 0px;
  }

  .btn {
    padding: 12px 64px;
    font-size: 16px;
    line-height: 19px;
  }

  .copyright {
    padding: 12px 0;
    text-align: center;
  }

  .copyright span {
    font-size: 12px;
    line-height: 14px;
  }

}

@media screen and (max-width: 400px){
  .col-right img {
      max-width: 270px;
  }
}