@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=cyrillic-ext");

@font-face {
  font-family: 'Manrope', sans-serif;
  src: local('Manrope-Regular'), local('Manrope-Regular'),
      url('../fonts/Manrope-Regular.woff2') format('woff2'),
      url('../fonts/Manrope-Regular.woff') format('woff'),
      url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope', sans-serif;
  src: local('Manrope-Medium'), local('Manrope-Medium'),
      url('../fonts/Manrope-Medium.woff2') format('woff2'),
      url('../fonts/Manrope-Medium.woff') format('woff'),
      url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope', sans-serif;
  src: local('Manrope-Bold'), local('Manrope-Bold'),
      url('../fonts/Manrope-Bold.woff2') format('woff2'),
      url('../fonts/Manrope-Bold.woff') format('woff'),
      url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}



.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 12px;
  transform: scale(0.5);
  margin: auto;
  float: none;
  opacity: 0.8;
  margin-top: 4px;
}
.lds-ellipsis div {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.butbottom .lds-ellipsis div {
  background: #0f8ccc;
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}











body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 100vh;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
.container {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.main {
  width: 100%;
  height: 100%;
  background: url(/img/bg.png) center center no-repeat;
  background-size: cover;
  position: relative;
}

.header {
  padding: 22px 0;
  margin: 0 0 10px 0;
}
.content {
  position: relative;
    padding: 0 0 105px 0;
}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo img {
  max-width: 152px;
}
.title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #212529;
  margin: 0 0 20px 0;
  width: 95%;
}
.description {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #4A5157;
  margin: 0;
}
.images {
  position: relative;

}
.doc {
  width: 100%;
}
.cert {
  position: absolute;
  top: 20px;
  left: 0;
  transform: rotate(-7deg);
}
.buttons {
  width: 100%;
  /*height: 256px;*/
  height: 280px;
  background: linear-gradient(359.45deg, #FAFCFF 76.87%, rgba(250, 252, 255, 0) 99.57%);
  position: absolute;
  bottom: 0;
  padding: 0 15px 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.btn {
  box-shadow: inset 0px 2px 8px rgba(255, 255, 255, 0.32);
  border-radius: 16px;
  padding: 9px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn::before {
  width: 58px;
  height: 58px;
  margin: 0 15px 0 0;
  display: block;
  content: '';
}
.vk-btn {
  background: radial-gradient(41.46% 200% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%)
  , linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%), #0077FF;
  margin: 0 0 10px 0;
}
.vk-btn::before {
  background: url(/img/vk-logo.svg) center center no-repeat;
  background-size: cover;
}
.tg-btn {
  background: radial-gradient(41.46% 200% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%)
      , linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%), #29A9EB;
}
.tg-btn::before {
  background: url(/img/tg-logo.svg) center center no-repeat;
  background-size: cover;
}

.main-info {
  font-size: 12px;
  margin: 5px 0 0 0;
  color: #a9a9a9;
}