@font-face {
  font-family: 'Golos Text';
  src: url("../fonts/GolosText-Medium.eot");
  src: url("../fonts/GolosText-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GolosText-Medium.woff2") format("woff2"), url("../fonts/GolosText-Medium.woff") format("woff"), url("../fonts/GolosText-Medium.ttf") format("truetype"), url("../fonts/GolosText-Medium.svg#GolosText-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Golos Text';
  src: url("../fonts/GolosText-Regular.eot");
  src: url("../fonts/GolosText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GolosText-Regular.woff2") format("woff2"), url("../fonts/GolosText-Regular.woff") format("woff"), url("../fonts/GolosText-Regular.ttf") format("truetype"), url("../fonts/GolosText-Regular.svg#GolosText-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

html {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth; }

body {
  font-family: "Golos Text";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  background-color: #F6F6F6;
  color: #3D3C3B;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    body {
      font-size: 18px; } }
  body *,
  body :before,
  body :after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  body *:focus {
    outline: 0 !important; }

main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.container {
  max-width: 1311px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px; }

:is(header, main, footer, .modal) :is(h1, .h1) {
  font-weight: 400;
  line-height: 100%;
  margin: 30px 0 15px;
  letter-spacing: -0.01em;
  position: relative; }
  :is(header, main, footer, .modal) :is(h1, .h1):first-child {
    margin-top: 0; }
  :is(header, main, footer, .modal) :is(h1, .h1):last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 1401px) {
    :is(header, main, footer, .modal) :is(h1, .h1) {
      font-size: 100px; } }
  @media screen and (min-width: 992px) and (max-width: 1400px) {
    :is(header, main, footer, .modal) :is(h1, .h1) {
      font-size: calc(55px + 44 * ((100vw - 991px) / (1400 - 991))); } }
  @media screen and (max-width: 991px) {
    :is(header, main, footer, .modal) :is(h1, .h1) {
      font-size: 74px; } }
  @media screen and (max-width: 575px) {
    :is(header, main, footer, .modal) :is(h1, .h1) {
      font-size: 55px; } }
  :is(header, main, footer, .modal) :is(h1, .h1):before {
    content: '';
    position: absolute;
    width: 224px;
    height: 224px;
    background-image: url(../img/image/banner__logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: -1; }
    @media screen and (max-width: 991px) {
      :is(header, main, footer, .modal) :is(h1, .h1):before {
        width: 168px;
        height: 168px; } }
    @media screen and (max-width: 575px) {
      :is(header, main, footer, .modal) :is(h1, .h1):before {
        top: auto;
        bottom: -52%; } }

:is(header, main, footer, .modal) h2,
:is(header, main, footer, .modal) .h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
  margin: 60px 0 30px; }
  :is(header, main, footer, .modal) h2:first-child,
  :is(header, main, footer, .modal) .h2:first-child {
    margin-top: 0; }
  :is(header, main, footer, .modal) h2:last-child,
  :is(header, main, footer, .modal) .h2:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    :is(header, main, footer, .modal) h2,
    :is(header, main, footer, .modal) .h2 {
      font-size: 30px; } }

:is(header, main, footer, .modal) :is(h3, .h3) {
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  margin: 50px 0 15px; }
  @media screen and (max-width: 991px) {
    :is(header, main, footer, .modal) :is(h3, .h3) {
      font-size: 25px;
      margin: 30px 0 10px; } }
  :is(header, main, footer, .modal) :is(h3, .h3):first-child {
    margin-top: 0; }
  :is(header, main, footer, .modal) :is(h3, .h3):last-child {
    margin-bottom: 0; }

a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  position: relative;
  color: #3D3C3B;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 500; }
  @media (any-hover: hover) {
    a:hover {
      color: #005AF0;
      text-decoration: unset; } }

p {
  margin: 0 0 30px; }
  @media screen and (max-width: 575px) {
    p {
      margin-bottom: 25px; } }
  p:last-child {
    margin-bottom: 0; }

img {
  max-width: 100%;
  width: auto; }

.section {
  position: relative;
  margin: 120px 0; }
  .section:first-child {
    margin-top: 0; }
  .section:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    .section {
      margin: 60px 0; } }

.right-half {
  margin-left: auto;
  width: calc(50% - 10px); }
  @media screen and (max-width: 991px) {
    .right-half {
      width: 100%; } }
  .right-half--mt-50 {
    margin-top: 50px; }
    @media screen and (max-width: 575px) {
      .right-half--mt-50 {
        margin-top: 27px; } }

.big-font {
  font-weight: 400;
  font-size: 80px;
  line-height: 100%; }
  @media screen and (min-width: 1401px) {
    .big-font {
      font-size: 80px; } }
  @media screen and (min-width: 992px) and (max-width: 1400px) {
    .big-font {
      font-size: calc(60px + 20 * ((100vw - 991px) / (1400 - 991))); } }
  @media screen and (max-width: 991px) {
    .big-font {
      font-size: 40px; } }

.right-two-thirds {
  margin-left: auto;
  width: calc(75% - 7px); }
  @media screen and (max-width: 991px) {
    .right-two-thirds {
      width: 100%; } }
  .right-two-thirds--mt-120 {
    margin-top: 120px; }
    @media screen and (max-width: 991px) {
      .right-two-thirds--mt-120 {
        margin-top: 60px; } }

.btn {
  font-family: "Golos Text";
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 248px;
  min-height: 58px;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  outline: none;
  position: relative;
  border: 0;
  color: #3D3C3B;
  background-color: #FFFFFF;
  border-radius: 10px; }
  @media screen and (max-width: 575px) {
    .btn {
      min-width: 224px;
      min-height: 47px;
      padding: 10px;
      font-weight: 500;
      font-size: 18px;
      line-height: 140%; } }
  @media (any-hover: hover) {
    .btn:hover {
      background-color: #005AF0;
      color: #FFFFFF; } }
  .btn.fixed-btn {
    position: fixed;
    bottom: 35px;
    right: calc(50% - 640px); }
    @media screen and (min-width: 992px) and (max-width: 1400px) {
      .btn.fixed-btn {
        right: 15px; } }
    @media screen and (max-width: 991px) {
      .btn.fixed-btn {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        bottom: 15px; } }
    .btn.fixed-btn--hidden {
      opacity: 0;
      pointer-events: none; }

.grid-list {
  display: grid;
  grid-gap: 20px; }
  .grid-list--two {
    grid-template-columns: 1fr calc(50% - 10px); }
    @media screen and (max-width: 1199px) {
      .grid-list--two {
        grid-template-columns: 1fr calc(55% - 10px); } }
    @media screen and (max-width: 767px) {
      .grid-list--two {
        grid-template-columns: 1fr; } }
  @media screen and (max-width: 991px) {
    .grid-list--tablet {
      grid-template-columns: 1fr;
      grid-gap: 30px; } }

.header {
  padding: 20px 0; }
  @media screen and (max-width: 575px) {
    .header {
      padding: 12px 0; } }
  .header__body {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr calc(50% - 10px); }
    @media screen and (max-width: 1199px) {
      .header__body {
        grid-template-columns: 1fr calc(55% - 10px); } }
    @media screen and (max-width: 767px) {
      .header__body {
        grid-template-columns: repeat(2, 1fr); } }
  .header__logo img {
    display: block;
    width: 70px; }
    @media screen and (max-width: 991px) {
      .header__logo img {
        width: 54px; } }
  .header__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px; }
  @media screen and (max-width: 991px) {
    .header__link {
      margin-left: auto; } }
  @media screen and (max-width: 991px) {
    .header__btn {
      display: none; } }

.contacts {
  background-color: #FFFFFF;
  border-radius: 40px;
  padding: 60px 60px 92px; }
  @media screen and (max-width: 575px) {
    .contacts {
      padding: 20px 20px 33px;
      border-radius: 20px; } }
  @media screen and (max-width: 575px) {
    .contacts__item:not(:last-child) {
      margin-bottom: 20px; } }
  .contacts__item-title {
    display: block;
    margin-bottom: 7px; }
  @media screen and (max-width: 575px) {
    .contacts__item a.h2 {
      font-weight: 400; } }

.footer {
  padding: 50px 0 30px; }
  @media screen and (max-width: 575px) {
    .footer {
      padding: 30px 0 25px; } }
  .footer__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .footer__side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .footer__dev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    text-decoration: unset; }
    .footer__dev-icon {
      width: 85px;
      height: 22px; }

/*# sourceMappingURL=style.css.map */
