@charset "UTF-8";

@font-face {
  font-family: "MTSWide";
  src: url("../files/fonts/MTSWide-Medium.eot");
  src: url("../files/fonts/MTSWide-Medium.woff") format("woff"), url("../files/fonts/MTSWide-Medium.woff2") format("woff2"), url("../files/fonts/MTSWide-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

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

/*@font-face {*/

/*    font-family: 'TTFirsNeue';*/

/*    src: url('../fonts/TTFirsNeue-Medium.eot');*/

/*    src: url('../fonts/TTFirsNeue-Medium.woff') format('woff'),*/

/*        url('../fonts/TTFirsNeue-Medium.woff2') format('woff2'),*/

/*        url('../fonts/TTFirsNeue-Medium.ttf') format('truetype');*/

/*    font-weight: 500;*/

/*    font-style: normal;*/

/*    font-display: swap;*/

/*}*/

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/

body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
  position: relative;
}

body h1 {
  font-family: "MTSWide";
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 118.4%;
  /* 5.92rem */
}

body h1 .title {
  background: var(--2, linear-gradient(202deg, #1871CF 0%, #5BF694 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body h1 span {
  color: #FFF !important;
}

.sub_title {
  color: #FFF;
  font-family: "Inter";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  margin: 0.84rem 0 6.25rem 0;
}

.social_network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3.12rem;
  color: #FFF;
  font-family: "MTSWide";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.social_network__border {
  position: relative;
  width: 17.5rem;
  height: 5rem;
  background: -o-linear-gradient(192.28deg, #1871CF -29.58%, #5BF694 107.37%);
  background: linear-gradient(257.72deg, #1871CF -29.58%, #5BF694 107.37%);
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social_network__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(17.5rem - 6px);
  height: calc(5rem - 6px);
  padding: 0.3125rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #FFFFFF;
  border-radius: 1.25rem;
  background: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.social_network__btn:hover {
  background: rgba(0, 0, 0, 0);
}

.bg_main {
  position: absolute;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  z-index: -1;
}

.main_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 1630px) {
  .bg_main {
    right: -10%;
  }
}

@media (max-width: 1300px) {
  .bg_main {
    right: -20%;
  }

  .container {
    padding: 0 2rem;
  }
}

@media (max-width: 900px) {
  .social_network {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .br_none_900 {
    display: none;
  }
}

@media (max-width: 618px) {
  .sub_title {
    margin-top: 27px;
  }

  .bg_main {
    height: 50vh;
    width: 300px;
  }

  .title {
    font-size: 40px;
  }

  .title_white {
    font-size: 40px;
  }

  .sub_title {
    font-size: 14px;
  }

  h1 {
    line-height: 50% !important;
  }
}