/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img,
svg {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

input {
  outline: none;
  border: none;
  background-color: transparent;
}

input::-moz-placeholder {
  color: inherit;
}

input::-webkit-input-placeholder {
  color: inherit;
}

input:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

a {
  display: inline-block;
  color: inherit;
  font-family: inherit;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.ttf");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.ttf");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.ttf");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.ttf");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

:root {
  --primary-font: "Raleway";
  --primary-color: #FFFFFF;
}

html {
  font-size: 10px;
}

body {
  font-family: var(--primary-font);
  background-color: #17152b;
  color: var(--primary-color);
  line-height: 1.25;
}

.container {
  min-width: 108rem;
  max-width: 108rem;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .container {
    min-width: 69rem;
    max-width: 69rem;
  }
}

@media screen and (max-width: 767px) {
  .container {
    min-width: 32rem;
    max-width: 32rem;
  }
}

.fond {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  padding-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fond::before {
  content: "";
  position: absolute;
  width: 45rem;
  height: 45rem;
  border-radius: 50%;
  top: -30rem;
  left: -15rem;
  background-color: rgba(19, 162, 239, 0.305);
  z-index: -1;
  -webkit-filter: blur(18rem);
  filter: blur(18rem);
}

.fond__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .fond__logo {
    margin-bottom: 4rem;
  }

  .fond__logo img {
    width: 20rem;
  }
}

.fond__title {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}

@media screen and (max-width: 1200px) {
  .fond__title {
    font-size: 2.8rem;
    max-width: 50rem;
    margin: 0 auto 2rem auto;
  }

  .fond__title img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .fond__title {
    letter-spacing: 0.1rem;
    font-size: 2.4rem;
  }
}

.fond__subtitle {
  color: #b8b8b8;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .fond__subtitle {
    font-size: 1.6rem;
    font-weight: 400;
  }
}

.fond__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}

.fond__item {
  width: calc((100% - 2rem) / 2);
  background-color: rgba(255, 255, 255, 0.0392156863);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
}

@media screen and (max-width: 767px) {
  .fond__item {
    width: 100%;
  }
}

.fond__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .fond__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.fond__item:nth-child(1) {
  border-top-left-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .fond__item:nth-child(1) {
    border-radius: 1.5rem;
  }
}

.fond__item:nth-child(2) {
  border-top-right-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .fond__item:nth-child(2) {
    border-radius: 1.5rem;
  }
}

.fond__item:nth-child(3) {
  border-bottom-left-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .fond__item:nth-child(3) {
    border-radius: 1.5rem;
  }
}

.fond__item:nth-child(4) {
  border-bottom-right-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .fond__item:nth-child(4) {
    border-radius: 1.5rem;
  }
}

.fond__desc {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  max-width: 30rem;
}

@media screen and (max-width: 1200px) {
  .fond__desc {
    font-size: 1.6rem;
    max-width: 19rem;
  }
}

.fond__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 7rem;
}

.fond__links_item {
  width: 100%;
  border-radius: 1.5rem;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.fond__links_item:nth-child(1) {
  background-color: rgb(19, 162, 239);
}

.fond__links_item:nth-child(1):hover {
  background-color: rgb(12, 131, 194);
}

.fond__links_item:nth-child(2) {
  background-color: rgb(15, 104, 173);
}

.fond__links_item:nth-child(2):hover {
  background-color: rgb(15, 100, 146);
}

.fond__links_item:nth-child(3) {
  background-color: rgb(52, 190, 199);
}

.fond__links_item:nth-child(3):hover {
  background-color: rgb(35, 137, 144);
}

.fond__links_item:nth-child(4) {
  background-color: rgb(228, 23, 125);
}

.fond__links_item:nth-child(4):hover {
  background-color: rgb(178, 17, 97);
}

.fond__links_link {
  width: 100%;
  height: 100%;
  padding: 2.4rem 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.fond__links_link img {
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.fond__links_link span {
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .fond__links_link span {
    font-weight: 500;
    font-size: 1.5rem;
  }
}