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

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

@font-face {
  font-family: 'Roboto Flex';
  src: url("../fonts/RobotoFlex-VariableFont_GRAD,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.eot");
  src: url("../fonts/.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoFlex-VariableFont_GRAD,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.woff2") format("woff2"), url("../fonts/RobotoFlex-Regular.woff") format("woff"), url("../fonts/RobotoFlex-Regular.ttf") format("truetype"), url("../fonts/RobotoFlex-Regular.svg#RobotoFlex-Regular") format("svg");
  font-weight: 300 900;
  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: "Bitter", sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
  background-color: #FFFFFF;
  color: #2D2D2D;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden; }
  @media screen and (min-width: 1901px) {
    body {
      font-size: 16px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    body {
      font-size: calc(12px + 6 * ((100vw - 992px) / (1920 - 992))); } }
  @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; }
  body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #F4F4F4;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 1s cubic-bezier(0.1, 0.6, 0.4, 1);
    -o-transition: opacity 1s cubic-bezier(0.1, 0.6, 0.4, 1);
    transition: opacity 1s cubic-bezier(0.1, 0.6, 0.4, 1);
    z-index: -1; }
  body:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/image/noise-bg.png);
    background-repeat: repeat;
    background-position: center;
    z-index: -1;
    opacity: 0; }
  body.active:before {
    opacity: 1; }
  body.active:after {
    opacity: 0.03; }

.lock-scroll {
  overflow: hidden; }

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

.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 1901px) {
    .container {
      padding-top: 0;
      padding-right: 70px;
      padding-bottom: 0;
      padding-left: 70px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .container {
      padding-top: 0;
      padding-right: 7.125vw;
      padding-bottom: 0;
      padding-left: 7.125vw; } }
  @media screen and (max-width: 991px) {
    .container {
      padding: 0 20px; } }
  @media screen and (min-width: 1901px) {
    .container--large {
      padding-top: 0;
      padding-right: 40px;
      padding-bottom: 0;
      padding-left: 40px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .container--large {
      padding-top: 0;
      padding-right: 6.5625vw;
      padding-bottom: 0;
      padding-left: 6.5625vw; } }
  @media screen and (min-width: 1901px) {
    .container--medium {
      padding-top: 0;
      padding-right: 130px;
      padding-bottom: 0;
      padding-left: 130px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .container--medium {
      padding-top: 0;
      padding-right: 7.77083vw;
      padding-bottom: 0;
      padding-left: 7.77083vw; } }
  @media screen and (min-width: 1901px) {
    .container--small {
      padding-top: 0;
      padding-right: 212px;
      padding-bottom: 0;
      padding-left: 212px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .container--small {
      padding-top: 0;
      padding-right: 14.04167vw;
      padding-bottom: 0;
      padding-left: 14.04167vw; } }

:is(header, main, footer, .modal) :is(ul, ol) {
  margin: 0;
  padding: 0;
  list-style-type: none; }

:is(header, main, footer, .modal) ul:not([class]) li {
  position: relative;
  padding-left: 66px;
  margin-bottom: 50px; }
  :is(header, main, footer, .modal) ul:not([class]) li:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    :is(header, main, footer, .modal) ul:not([class]) li {
      padding-left: 50px;
      margin-bottom: 30px; } }
  :is(header, main, footer, .modal) ul:not([class]) li:before {
    content: '';
    position: absolute;
    width: 46px;
    height: 46px;
    background-image: url(../img/image/list-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    left: 0; }
    @media screen and (max-width: 991px) {
      :is(header, main, footer, .modal) ul:not([class]) li:before {
        width: 36px;
        height: 36px; } }

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

a {
  text-decoration: unset;
  color: #2D2D2D;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  a:hover {
    color: #FF3535; }

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

:is(h1, .h1) {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.02em; }
  @media screen and (min-width: 1901px) {
    :is(h1, .h1) {
      font-size: 116px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    :is(h1, .h1) {
      font-size: calc(32px + 68 * ((100vw - 992px) / (1920 - 992))); } }
  @media screen and (max-width: 991px) {
    :is(h1, .h1) {
      font-size: calc(35px + 11 * ((100vw - 320px) / (767 - 320))); } }
  @media screen and (min-width: 1901px) {
    :is(h1, .h1) {
      margin-top: 0;
      margin-bottom: 100px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    :is(h1, .h1) {
      margin-top: 0;
      margin-bottom: 5.20833vw; } }
  :is(h1, .h1):last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    :is(h1, .h1) {
      line-height: 110%;
      margin: 0 0 40px; } }
  :is(h1, .h1) span {
    color: #FF3535;
    background: -webkit-gradient(linear, left bottom, left top, from(#FF3535), to(#FF3535)) no-repeat left bottom;
    background: -o-linear-gradient(bottom, #FF3535, #FF3535) no-repeat left bottom;
    background: linear-gradient(0deg, #FF3535, #FF3535) no-repeat left bottom;
    -webkit-transition: background-size 350ms;
    -o-transition: background-size 350ms;
    transition: background-size 350ms;
    background-size: 100% 10px; }
    @media (any-hover: hover) {
      :is(h1, .h1) span:hover {
        background-size: 0 10px; } }
    @media screen and (max-width: 1199px) {
      :is(h1, .h1) span {
        background-size: 100% 5px; } }

:is(h2, .h2) {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.02em; }
  @media screen and (min-width: 1901px) {
    :is(h2, .h2) {
      font-size: 116px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    :is(h2, .h2) {
      font-size: calc(48px + 68 * ((100vw - 992px) / (1920 - 992))); } }
  @media screen and (max-width: 991px) {
    :is(h2, .h2) {
      font-size: calc(35px + 11 * ((100vw - 320px) / (767 - 320))); } }
  @media screen and (min-width: 1901px) {
    :is(h2, .h2) {
      margin-top: 0;
      margin-bottom: 150px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    :is(h2, .h2) {
      margin-top: 0;
      margin-bottom: 7.8125vw; } }
  @media screen and (max-width: 991px) {
    :is(h2, .h2) {
      margin-top: 0;
      margin-bottom: 10.09082vw; } }
  :is(h2, .h2) span {
    color: #FF3535;
    background: -webkit-gradient(linear, left bottom, left top, from(#FF3535), to(#FF3535)) no-repeat left bottom;
    background: -o-linear-gradient(bottom, #FF3535, #FF3535) no-repeat left bottom;
    background: linear-gradient(0deg, #FF3535, #FF3535) no-repeat left bottom;
    -webkit-transition: background-size 350ms;
    -o-transition: background-size 350ms;
    transition: background-size 350ms;
    background-size: 100% 10px; }
    @media (any-hover: hover) {
      :is(h2, .h2) span:hover {
        background-size: 0 10px; } }
    @media screen and (max-width: 1199px) {
      :is(h2, .h2) span {
        background-size: 100% 5px; } }

:is(h3, .h3) {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.02em; }
  @media screen and (min-width: 1901px) {
    :is(h3, .h3) {
      font-size: 86px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    :is(h3, .h3) {
      font-size: calc(24px + 56 * ((100vw - 992px) / (1920 - 992))); } }
  @media screen and (min-width: 1901px) {
    :is(h3, .h3) {
      margin-top: 0;
      margin-bottom: 70px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    :is(h3, .h3) {
      margin-top: 0;
      margin-bottom: 3.64583vw; } }
  @media screen and (max-width: 991px) {
    :is(h3, .h3) {
      margin-top: 0; } }
  @media screen and (max-width: 991px) {
    :is(h3, .h3) {
      font-size: 30px;
      margin-bottom: 25px; } }

:is(h4, .h4) {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.02em; }
  @media screen and (min-width: 1901px) {
    :is(h4, .h4) {
      font-size: 60px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    :is(h4, .h4) {
      font-size: calc(24px + 36 * ((100vw - 992px) / (1920 - 992))); } }
  @media screen and (min-width: 1901px) {
    :is(h4, .h4) {
      margin-top: 0;
      margin-bottom: 50px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    :is(h4, .h4) {
      margin-top: 0;
      margin-bottom: 2.60417vw; } }
  @media screen and (max-width: 991px) {
    :is(h4, .h4) {
      font-size: 28px;
      margin: 0 0 25px; } }
  :is(h4, .h4) span {
    color: #FF3535; }

:is(h5, .h5) {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.02em;
  margin: 0 0 30px; }
  @media screen and (min-width: 1901px) {
    :is(h5, .h5) {
      font-size: 30px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    :is(h5, .h5) {
      font-size: calc(10px + 20 * ((100vw - 992px) / (1920 - 992))); } }
  @media screen and (max-width: 991px) {
    :is(h5, .h5) {
      font-size: 22px;
      margin: 0 0 25px; } }
  :is(h5, .h5) span {
    color: #FF3535; }

@media screen and (min-width: 1901px) {
  .page {
    padding-top: 110px; } }

@media screen and (min-width: 992px) and (max-width: 1900px) {
  .page {
    padding-top: 5.72917vw; } }

@media screen and (max-width: 991px) {
  .page {
    padding-top: 80px; } }

@media screen and (min-width: 1901px) {
  .before-title {
    font-size: 34px; } }

@media screen and (min-width: 992px) and (max-width: 1900px) {
  .before-title {
    font-size: calc(24px + 20 * ((100vw - 992px) / (1920 - 992))); } }

@media screen and (max-width: 991px) {
  .before-title {
    font-size: calc(20px + 4 * ((100vw - 320px) / (767 - 320))); } }

@media screen and (min-width: 1901px) {
  .before-title {
    margin-bottom: 50px; } }

@media screen and (min-width: 992px) and (max-width: 1900px) {
  .before-title {
    margin-bottom: 2.60417vw; } }

@media screen and (max-width: 991px) {
  .before-title {
    margin-bottom: 3.53179vw; } }

.section {
  position: relative; }
  @media screen and (min-width: 1901px) {
    .section {
      margin-top: 200px;
      margin-bottom: 200px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .section {
      margin-top: 10.41667vw;
      margin-bottom: 10.41667vw; } }
  @media screen and (max-width: 991px) {
    .section {
      margin-top: 15.13623vw;
      margin-bottom: 15.13623vw; } }
  .section:first-child {
    margin-top: 0; }
  @media screen and (min-width: 1901px) {
    .section:last-child {
      margin-bottom: 125px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .section:last-child {
      margin-bottom: 6.51042vw; } }
  .section--overflow {
    overflow: hidden; }

.btn {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2D2D2D;
  background-color: #FFFFFF;
  border: 3px solid #2D2D2D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 17px 21px;
  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; }
  @media screen and (min-width: 1901px) {
    .btn {
      font-size: 22px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .btn {
      font-size: calc(18px + 4 * ((100vw - 992px) / (1920 - 992))); } }
  @media screen and (max-width: 991px) {
    .btn {
      font-size: 16px; } }
  @media screen and (max-width: 575px) {
    .btn {
      min-width: unset;
      width: 100%; } }
  .btn:hover {
    background-color: #FF3535;
    border-color: #FF3535;
    color: #FFFFFF; }
  .btn[disabled] {
    pointer-events: none; }
  .btn--red {
    background-color: #FF3535;
    border-color: #FF3535;
    color: #FFFFFF; }
    .btn--red:hover {
      background-color: #FFFFFF;
      border-color: #2D2D2D;
      color: #2D2D2D; }
  .btn--w-282 {
    min-width: 282px; }
    @media screen and (max-width: 575px) {
      .btn--w-282 {
        min-width: unset;
        width: 100%; } }
  .btn--w-253 {
    min-width: 253px; }
    @media screen and (max-width: 575px) {
      .btn--w-253 {
        min-width: unset;
        width: 100%; } }
  .btn--w-300 {
    min-width: 300px; }
    @media screen and (max-width: 575px) {
      .btn--w-300 {
        min-width: unset;
        width: 100%; } }

.grid-list {
  display: grid; }
  .grid-list--two {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px; }
    @media screen and (max-width: 767px) {
      .grid-list--two {
        grid-template-columns: 1fr;
        grid-gap: 30px; } }

.header {
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #2D2D2D; }
  @media screen and (min-width: 1901px) {
    .header {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .header {
      padding-top: 1.30208vw;
      padding-bottom: 1.30208vw; } }
  .header--hide {
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%); }
  .header--vis {
    position: fixed;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
    .header--vis .nav--header {
      visibility: visible; }
  @media (any-hover: hover) {
    .header:hover {
      background: #2D2D2D;
      color: #FFFFFF; }
      .header:hover a {
        color: #FFFFFF; }
        .header:hover a:hover {
          color: #FF3535; } }
  @media screen and (max-width: 991px) {
    .header {
      padding: 15px 0;
      position: fixed; } }
  .header__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__logo {
    width: 134px;
    height: 40px;
    display: block; }
    @media screen and (max-width: 575px) {
      .header__logo {
        width: 108px; } }
    @media (any-hover: hover) {
      .header:hover .header__logo {
        fill: #FFFFFF; }
      .header__logo:hover {
        fill: #FF3535 !important; } }
    .header__logo-icon {
      display: block;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      width: 100%;
      height: 100%;
      pointer-events: none; }
  .header__contacts {
    font-family: "Roboto Flex";
    font-style: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    line-height: 130%; }
    @media screen and (min-width: 1901px) {
      .header__contacts {
        font-size: 20px; } }
    @media screen and (min-width: 992px) and (max-width: 1900px) {
      .header__contacts {
        font-size: calc(15px + 5 * ((100vw - 992px) / (1920 - 992))); } }
    @media screen and (max-width: 991px) {
      .header__contacts {
        font-size: 18px;
        margin: 0 0 auto; } }
    .header__contacts > * {
      margin-right: 20px; }
      .header__contacts > *:last-child {
        margin-right: 0; }

    .header__contacts-social {
      width: 40px;
      height: 40px;
      display: block; }
      @media screen and (max-width: 1440px) {
        .header__contacts-social {
          width: 30px;
          height: 30px; } }
      .header__contacts-social-icon {
        width: 100%;
        height: 100%;
        fill: #2D2D2D;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
        @media (any-hover: hover) {
          .header__contacts-social-icon:hover {
            fill: #FF3535 !important; }
          .header:hover .header__contacts-social-icon {
            fill: #FFFFFF; } }
  .header__menu {
    width: 71.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1440px) {
      .header__menu {
        width: 80%; } }
    @media screen and (max-width: 991px) {
      .header__menu {
        position: fixed;
        background: #FFFFFF;
        padding: 40px 30px;
        height: calc(100vh - 70px);
        right: 0;
        top: 70px;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: translate(200%, 0);
            -ms-transform: translate(200%, 0);
                transform: translate(200%, 0);
        max-width: unset;
        width: 100%;
        z-index: 5;
        overflow: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .header__menu--vis {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .header__burger {
    display: none; }
    @media screen and (max-width: 991px) {
      .header__burger {
        width: 40px;
        height: 40px;
        border: 3px solid;
        border-radius: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 9px 6px; } }
    .header__burger-line {
      display: block;
      width: 100%;
      height: 3px;
      background: #2D2D2D;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      .header__burger--open .header__burger-line:first-child {
        -webkit-transform: rotate(45deg) translate(3px, 3px);
            -ms-transform: rotate(45deg) translate(3px, 3px);
                transform: rotate(45deg) translate(3px, 3px); }
      .header__burger--open .header__burger-line:last-child {
        -webkit-transform: rotate(-45deg) translate(3px, -3px);
            -ms-transform: rotate(-45deg) translate(3px, -3px);
                transform: rotate(-45deg) translate(3px, -3px); }

@media screen and (max-width: 1440px) {
  .nav {
    margin: 0 auto; } }

@media screen and (max-width: 991px) {
  .nav {
    margin: auto 0 40px; } }

.nav__list {
  font-family: "Roboto Flex";
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px; }

.nav--header {
  visibility: hidden; }
  @media screen and (max-width: 991px) {
    .nav--header {
      visibility: visible; } }
  .nav--header .nav__list {
    font-weight: 600;
    line-height: 116%;
    letter-spacing: -0.02em; }
    @media screen and (min-width: 1901px) {
      .nav--header .nav__list {
        font-size: 24px; } }
    @media screen and (min-width: 992px) and (max-width: 1900px) {
      .nav--header .nav__list {
        font-size: calc(16px + 8 * ((100vw - 992px) / (1920 - 992))); } }
    @media screen and (max-width: 1440px) {
      .nav--header .nav__list {
        gap: 15px; } }
    @media screen and (max-width: 991px) {
      .nav--header .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 22px; } }

.nav--banner .nav__list {
  gap: 70px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #FF3535; }
  @media screen and (min-width: 1901px) {
    .nav--banner .nav__list {
      font-size: 40px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .nav--banner .nav__list {
      font-size: calc(22px + 18 * ((100vw - 992px) / (1920 - 992))); } }
  @media screen and (max-width: 1440px) {
    .nav--banner .nav__list {
      gap: 30px; } }

.nav--banner a {
  color: #FF3535;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF3535), to(#FF3535)) no-repeat left bottom;
  background: -o-linear-gradient(bottom, #FF3535, #FF3535) no-repeat left bottom;
  background: linear-gradient(0deg, #FF3535, #FF3535) no-repeat left bottom;
  -webkit-transition: background-size 350ms;
  -o-transition: background-size 350ms;
  transition: background-size 350ms;
  background-size: 100% 3px; }
  @media (any-hover: hover) {
    .nav--banner a:hover {
      background-size: 0 3px; } }
  @media screen and (max-width: 1199px) {
    .nav--banner a {
      background-size: 100% 1.5px; } }

.banner__section {
  background-color: #F4F4F4;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1901px) {
    .banner__section {
      padding-top: 145px;
      padding-right: 150px;
      padding-bottom: 145px;
      padding-left: 150px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .banner__section {
      padding-top: 7.55208vw;
      padding-right: 7.8125vw;
      padding-bottom: 7.55208vw;
      padding-left: 7.8125vw; } }
  @media screen and (max-width: 991px) {
    .banner__section {
      padding-top: 10.09082vw;
      padding-right: 8.07265vw;
      padding-bottom: 10.09082vw;
      padding-left: 8.07265vw; } }
  .banner__section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/image/noise-bg.png);
    background-repeat: repeat;
    background-position: center;
    z-index: 0;
    opacity: 0.1; }
  @media screen and (max-width: 991px) {
    .banner__section {
      margin: 0 -20px; } }

@media screen and (max-width: 991px) {
  .banner__nav {
    display: none; } }

.banner__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 50px;
  width: 67%; }
  @media screen and (max-width: 1440px) {
    .banner__list {
      gap: 30px;
      width: 62%; } }
  @media screen and (max-width: 1199px) {
    .banner__list {
      width: 100%; } }
  @media screen and (max-width: 991px) {
    .banner__list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .banner__list-item {
    font-weight: 500;
    position: relative;
    padding-top: 20px;
    min-width: 235px; }
    @media screen and (max-width: 1440px) {
      .banner__list-item {
        min-width: unset; } }
    @media screen and (max-width: 991px) {
      .banner__list-item {
        min-width: unset;
        width: 28%; } }
    @media screen and (max-width: 767px) {
      .banner__list-item {
        width: 100%; } }
    .banner__list-item:before {
      content: '';
      position: absolute;
      width: 60px;
      height: 3px;
      background-color: #FF3535;
      left: 0;
      top: 0; }

.banner__content {
  position: relative;
  z-index: 2; }

.banner__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px; }
  @media screen and (max-width: 1199px) {
    .banner__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.banner__circle-bg:before, .banner__circle-bg:after {
  content: '';
  position: absolute;
  width: 2477px;
  height: 2477px;
  background-image: url(../img/image/banner-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.banner__circle-bg:before {
  left: -669px;
  top: -1721px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  @media screen and (max-width: 991px) {
    .banner__circle-bg:before {
      display: none; } }

.banner__circle-bg:after {
  right: -160px;
  top: -796px; }

.caption-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D3D3D3;
  -webkit-transform: translate(0, 200%);
      -ms-transform: translate(0, 200%);
          transform: translate(0, 200%); }
  @media screen and (min-width: 1901px) {
    .caption-list__item {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .caption-list__item {
      padding-top: 5.20833vw;
      padding-bottom: 5.20833vw; } }
  @media screen and (max-width: 991px) {
    .caption-list__item {
      padding-top: 10.09082vw;
      padding-bottom: 10.09082vw; } }
  .caption-list__item:first-child {
    border-top: 1px solid #D3D3D3; }
  @media screen and (max-width: 767px) {
    .caption-list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.caption-list__title {
  margin-bottom: 0;
  max-width: 700px;
  width: 50%; }
  @media screen and (max-width: 767px) {
    .caption-list__title {
      max-width: unset;
      width: 100%;
      margin-bottom: 30px; } }

.caption-list__text {
  max-width: 586px;
  width: 40%; }
  @media screen and (max-width: 991px) {
    .caption-list__text {
      width: 48%; } }
  @media screen and (max-width: 767px) {
    .caption-list__text {
      max-width: unset;
      width: 100%; } }

.redquote {
  overflow: hidden;
  position: relative;
  background-color: #FF3535; }
  @media screen and (min-width: 1901px) {
    .redquote {
      padding-top: 150px;
      padding-right: 150px;
      padding-bottom: 95px;
      padding-left: 150px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .redquote {
      padding-top: 7.8125vw;
      padding-right: 7.8125vw;
      padding-bottom: 4.94792vw;
      padding-left: 7.8125vw; } }
  @media screen and (max-width: 991px) {
    .redquote {
      padding-top: 9.08174vw;
      padding-right: 7.06357vw;
      padding-bottom: 9.08174vw;
      padding-left: 7.06357vw; } }
  .redquote:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/image/noise-bg.png);
    background-repeat: repeat;
    background-position: center;
    z-index: 1;
    opacity: 0.2; }
  @media screen and (max-width: 767px) {
    .redquote {
      margin: 0 -20px; } }
  .redquote:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 46%;
    background-image: url(../img/image/smhr-red.svg);
    background-repeat: repeat no-repeat;
    background-position: -127px 56px;
    background-size: 19% auto;
    bottom: 0;
    z-index: 0;
    left: 0; }
    @media screen and (max-width: 575px) {
      .redquote:before {
        background-position: bottom;
        background-size: 30% auto; } }
  .redquote > * {
    position: relative;
    z-index: 2; }
  .redquote__title {
    margin-bottom: 20px; }
    .redquote__title span {
      color: #FFFFFF;
      background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF)) no-repeat left bottom;
      background: -o-linear-gradient(bottom, #FFFFFF, #FFFFFF) no-repeat left bottom;
      background: linear-gradient(0deg, #FFFFFF, #FFFFFF) no-repeat left bottom;
      -webkit-transition: background-size 350ms;
      -o-transition: background-size 350ms;
      transition: background-size 350ms;
      background-size: 100% 10px; }
      @media (any-hover: hover) {
        .redquote__title span:hover {
          background-size: 0 10px; } }
      @media screen and (max-width: 1199px) {
        .redquote__title span {
          background-size: 100% 5px; } }
  .redquote__arrow {
    position: absolute;
    bottom: 23%;
    width: 0; }
    @media screen and (max-width: 767px) {
      .redquote__arrow {
        display: none; } }
    .redquote__arrow img {
      display: block;
      width: 100%;
      height: 24px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: right;
         object-position: right; }
  .redquote__text {
    font-weight: 400;
    line-height: 140%;
    color: #FFFFFF;
    max-width: 592px;
    margin-left: auto;
    width: 40%;
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%); }
    @media screen and (min-width: 1901px) {
      .redquote__text {
        font-size: 44px; } }
    @media screen and (min-width: 992px) and (max-width: 1900px) {
      .redquote__text {
        font-size: calc(24px + 20 * ((100vw - 992px) / (1920 - 992))); } }
    @media screen and (max-width: 991px) {
      .redquote__text {
        font-size: 20px; } }
    @media screen and (max-width: 767px) {
      .redquote__text {
        width: 100%;
        max-width: unset;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset; } }
    .redquote__text span {
      color: #FFFFFF;
      background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF)) no-repeat left bottom;
      background: -o-linear-gradient(bottom, #FFFFFF, #FFFFFF) no-repeat left bottom;
      background: linear-gradient(0deg, #FFFFFF, #FFFFFF) no-repeat left bottom;
      -webkit-transition: background-size 350ms;
      -o-transition: background-size 350ms;
      transition: background-size 350ms;
      background-size: 100% 5px; }
      @media (any-hover: hover) {
        .redquote__text span:hover {
          background-size: 0 5px; } }
      @media screen and (max-width: 1199px) {
        .redquote__text span {
          background-size: 100% 2.5px; } }

.animate-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1410px;
  margin: 0 auto;
  width: 100%; }
  @media screen and (max-width: 575px) {
    .animate-cta {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .animate-cta__text {
    width: 52.4%; }
    @media screen and (max-width: 991px) {
      .animate-cta__text {
        width: 60%; } }
    @media screen and (max-width: 575px) {
      .animate-cta__text {
        width: 66%; } }
  .animate-cta__btn {
    margin-top: 60px; }
    @media screen and (max-width: 575px) {
      .animate-cta__btn {
        margin-top: 20px;
        width: 100%; } }
  @media screen and (max-width: 575px) {
    .animate-cta__title {
      font-size: 22px; } }
  .animate-cta__images {
    width: 36%;
    position: relative;
    margin-left: 48px; }
    @media screen and (max-width: 991px) {
      .animate-cta__images {
        margin-left: 0; } }
    @media screen and (max-width: 575px) {
      .animate-cta__images {
        position: absolute;
        right: -20%;
        width: 52%;
        max-width: 230px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); } }
    .animate-cta__images--circle {
      width: 39.7%;
      margin-left: 18px; }
      @media screen and (max-width: 991px) {
        .animate-cta__images--circle {
          margin-left: 0; } }
      @media screen and (max-width: 575px) {
        .animate-cta__images--circle {
          width: 52%; } }
  .animate-cta__image {
    position: absolute;
    top: -10%;
    left: -100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 375px;
    width: 74%; }
    @media screen and (max-width: 575px) {
      .animate-cta__image {
        top: 50%;
        left: 50%; } }
    .animate-cta__image--sphere.animate {
      -webkit-animation: 20s linear 0s alternate none infinite running sphereAnimate;
              animation: 20s linear 0s alternate none infinite running sphereAnimate; }
    .animate-cta__image--circle {
      width: 63%;
      max-width: 335px;
      max-height: 335px;
      height: 63%;
      border-radius: 100%;
      background-color: #2D2D2D;
      overflow: hidden;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .animate-cta__image--circle:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: url(../img/image/noise-bg.png);
        background-repeat: repeat;
        background-position: center;
        opacity: 0.2; }
  .animate-cta__bg {
    display: block; }

@-webkit-keyframes sphereAnimate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes sphereAnimate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

.about {
  color: #FFFFFF;
  position: relative; }
  @media screen and (min-width: 1901px) {
    .about {
      padding-top: 380px;
      padding-bottom: 351px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .about {
      padding-top: 19.79167vw;
      padding-bottom: 18.28125vw; } }
  @media screen and (max-width: 991px) {
    .about {
      padding-top: 20.18163vw;
      padding-bottom: 25.22704vw; } }
  @media screen and (max-width: 575px) {
    .about {
      padding-bottom: 200px; } }
  .about:after {
    content: '';
    position: absolute;
    top: -100vh;
    left: 0;
    bottom: 0;
    right: 0;
    background: -o-linear-gradient(274deg, #FF3535 95%, #ffffff 0%);
    background: linear-gradient(176deg, #FF3535 95%, #ffffff 0%);
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 1s cubic-bezier(0.1, 0.6, 0.4, 1);
    -o-transition: opacity 1s cubic-bezier(0.1, 0.6, 0.4, 1);
    transition: opacity 1s cubic-bezier(0.1, 0.6, 0.4, 1);
    z-index: -1; }
  .about.active:after {
    opacity: 1; }
  .about:before {
    content: '';
    position: absolute;
    width: calc(100% + 60px);
    height: 80px;
    background-image: url(../img/image/smhr-rotate.svg);
    background-repeat: repeat no-repeat;
    background-position: center;
    background-size: auto;
    background-color: #fff;
    bottom: 64px;
    left: -20px;
    -webkit-transform: rotate(-4.14deg) skewX(-4.14deg);
        -ms-transform: rotate(-4.14deg) skewX(-4.14deg);
            transform: rotate(-4.14deg) skewX(-4.14deg); }
  .about__text {
    font-weight: 400;
    line-height: 140%;
    max-width: 1200px;
    width: 80%; }
    @media screen and (min-width: 1901px) {
      .about__text {
        font-size: 34px; } }
    @media screen and (min-width: 992px) and (max-width: 1900px) {
      .about__text {
        font-size: calc(20px + 14 * ((100vw - 992px) / (1920 - 992))); } }
    @media screen and (min-width: 1901px) {
      .about__text {
        margin-bottom: 150px; } }
    @media screen and (min-width: 992px) and (max-width: 1900px) {
      .about__text {
        margin-bottom: 7.8125vw; } }
    @media screen and (max-width: 991px) {
      .about__text {
        margin-bottom: 10.09082vw; } }
    @media screen and (max-width: 991px) {
      .about__text {
        font-size: 18px;
        width: 100%; } }
  .about__title {
    font-weight: 400;
    line-height: 140%;
    grid-column-start: 1;
    grid-row: span 2; }
    @media screen and (min-width: 1901px) {
      .about__title {
        font-size: 44px; } }
    @media screen and (min-width: 992px) and (max-width: 1900px) {
      .about__title {
        font-size: calc(20px + 24 * ((100vw - 992px) / (1920 - 992))); } }
    @media screen and (max-width: 991px) {
      .about__title {
        font-size: 20px; } }
  .about__caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-column-start: 1;
    grid-row: span 2; }
  .about__grid {
    display: grid;
    grid-template-columns: 33% 1fr;
    gap: 0 7%; }
    @media screen and (max-width: 767px) {
      .about__grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media screen and (min-width: 1901px) {
    .about__main {
      margin-bottom: 115px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .about__main {
      margin-bottom: 5.98958vw; } }
  @media screen and (max-width: 991px) {
    .about__main {
      margin-bottom: 10.09082vw; } }
  .about__list {
    grid-column-start: 2;
    grid-row: 1 / 5;
    margin: 0; }
    .about__list li {
      padding-left: 0 !important;
      margin: 0 !important;
      border-bottom: 1px solid #FF8989; }
      @media screen and (min-width: 1901px) {
        .about__list li {
          padding-top: 60px;
          padding-bottom: 60px; } }
      @media screen and (min-width: 992px) and (max-width: 1900px) {
        .about__list li {
          padding-top: 3.125vw;
          padding-bottom: 3.125vw; } }
      @media screen and (max-width: 991px) {
        .about__list li {
          padding-top: 6.05449vw;
          padding-bottom: 6.05449vw; } }
      .about__list li:first-child {
        border-top: 1px solid #FF8989; }
      .about__list li:before {
        display: none; }

.hover-card {
  background-image: url(../img/image/smhr-gray.svg);
  background-repeat: repeat no-repeat;
  background-position: -20px -23px;
  background-size: 38.5% auto;
  position: relative;
  background-color: #F4F4F4;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media screen and (min-width: 1901px) {
    .hover-card {
      padding-top: 362px;
      padding-right: 240px;
      padding-bottom: 76px;
      padding-left: 80px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .hover-card {
      padding-top: 18.85417vw;
      padding-right: 12.5vw;
      padding-bottom: 3.95833vw;
      padding-left: 4.16667vw; } }
  @media screen and (max-width: 991px) {
    .hover-card {
      padding-right: 12.10898vw;
      padding-bottom: 9.08174vw;
      padding-left: 7.06357vw; } }
  @media screen and (max-width: 991px) {
    .hover-card {
      background-color: #FF3535;
      color: #FFFFFF;
      background-image: url(../img/image/smhr-red.svg);
      padding-top: 180px;
      background-position: top; } }
  @media screen and (min-width: 992px) {
    .hover-card:hover {
      background-color: #FF3535;
      color: #FFFFFF;
      background-image: url(../img/image/smhr-red.svg); } }
  @media screen and (max-width: 767px) {
    .hover-card {
      margin: 0 -20px; } }
  .hover-card > * {
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .hover-card__img-holder {
    position: absolute;
    top: -34px;
    right: -28px;
    border-radius: 100%;
    overflow: hidden;
    width: 57%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease; }
    @media screen and (max-width: 991px) {
      .hover-card__img-holder {
        top: -50px;
        right: -36px;
        width: 230px; } }
    @media screen and (max-width: 767px) {
      .hover-card__img-holder {
        top: -22px;
        width: 0; } }
    .hover-card__img-holder img {
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 1;
      width: 0;
      height: 0;
      -webkit-transition: 0.6s ease;
      -o-transition: 0.6s ease;
      transition: 0.6s ease;
      border-radius: 100%; }
      @media screen and (max-width: 991px) {
        .hover-card__img-holder img {
          width: 100%;
          height: 100%; } }
      @media screen and (min-width: 992px) {
        .hover-card:hover .hover-card__img-holder img {
          width: 100%;
          height: 100%; } }

.parallax__list {
  counter-reset: numList; }
  .parallax__list-item {
    border-bottom: 1px solid #D3D3D3;
    position: relative; }
    @media screen and (min-width: 1901px) {
      .parallax__list-item {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media screen and (min-width: 992px) and (max-width: 1900px) {
      .parallax__list-item {
        padding-top: 5.20833vw;
        padding-bottom: 5.20833vw; } }
    @media screen and (max-width: 991px) {
      .parallax__list-item {
        padding-top: 10.09082vw;
        padding-bottom: 10.09082vw; } }
    .parallax__list-item:first-child {
      border-top: 1px solid #D3D3D3; }
  .parallax__list-text {
    max-width: 890px;
    width: 60%;
    padding-left: 62px;
    position: relative; }
    .parallax__list-text:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 991px) {
      .parallax__list-text {
        padding-left: 32px; } }
    @media screen and (max-width: 767px) {
      .parallax__list-text {
        max-width: unset;
        width: 100%;
        margin-bottom: 50px; } }
    .parallax__list-text:before {
      content: counters(numList, "");
      counter-increment: numList;
      position: absolute;
      top: 0;
      left: 0;
      color: #FF3535;
      font-family: "Roboto Flex";
      font-style: normal;
      font-weight: 600;
      line-height: 120%;
      letter-spacing: -0.02em; }
      @media screen and (min-width: 1901px) {
        .parallax__list-text:before {
          font-size: 60px; } }
      @media screen and (min-width: 992px) and (max-width: 1900px) {
        .parallax__list-text:before {
          font-size: calc(38px + 22 * ((100vw - 992px) / (1920 - 992))); } }
      @media screen and (max-width: 991px) {
        .parallax__list-text:before {
          font-size: 26px; } }

.parallax__float {
  background-color: #FF3535;
  color: #FFFFFF;
  border-radius: 14px;
  max-width: 480px;
  width: 34%;
  position: absolute;
  right: 0;
  z-index: 2;
  bottom: -100%; }
  @media screen and (min-width: 1901px) {
    .parallax__float {
      padding-top: 50px;
      padding-right: 50px;
      padding-bottom: 50px;
      padding-left: 50px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .parallax__float {
      padding-top: 2.60417vw;
      padding-right: 2.60417vw;
      padding-bottom: 2.60417vw;
      padding-left: 2.60417vw; } }
  @media screen and (max-width: 991px) {
    .parallax__float {
      padding-top: 7.06357vw;
      padding-right: 5.04541vw;
      padding-bottom: 7.06357vw;
      padding-left: 5.04541vw; } }
  @media screen and (max-width: 767px) {
    .parallax__float {
      position: unset;
      max-width: unset;
      width: 100%; } }

.result-card {
  background-color: #F4F4F4;
  background-image: url(../img/image/smhr-gray.svg);
  background-repeat: repeat no-repeat;
  background-position: -20px -23px;
  background-size: 38.5% auto; }
  @media screen and (min-width: 1901px) {
    .result-card {
      padding-top: 80px;
      padding-right: 210px;
      padding-bottom: 126px;
      padding-left: 80px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .result-card {
      padding-top: 4.16667vw;
      padding-right: 10.9375vw;
      padding-bottom: 6.5625vw;
      padding-left: 4.16667vw; } }
  @media screen and (max-width: 991px) {
    .result-card {
      padding-top: 9.08174vw;
      padding-right: 7.06357vw;
      padding-bottom: 9.08174vw;
      padding-left: 7.06357vw; } }
  @media screen and (max-width: 767px) {
    .result-card {
      margin: 0 -20px; } }
  @media screen and (min-width: 1901px) {
    .result-card__title {
      margin-top: 0;
      margin-bottom: 80px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .result-card__title {
      margin-top: 0;
      margin-bottom: 4.16667vw; } }

.contacts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px; }
  @media screen and (min-width: 1901px) {
    .contacts__list {
      margin-bottom: 49px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .contacts__list {
      margin-bottom: 2.55208vw; } }
  @media screen and (max-width: 991px) {
    .contacts__list {
      margin-bottom: 30px;
      gap: 30px; } }
  .contacts__list a:not(.contacts__social-item) {
    font-family: "Roboto Flex";
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.02em;
    display: block; }
    @media screen and (min-width: 1901px) {
      .contacts__list a:not(.contacts__social-item) {
        font-size: 60px; } }
    @media screen and (min-width: 992px) and (max-width: 1900px) {
      .contacts__list a:not(.contacts__social-item) {
        font-size: calc(35px + 25 * ((100vw - 992px) / (1920 - 992))); } }
    @media screen and (max-width: 991px) {
      .contacts__list a:not(.contacts__social-item) {
        font-size: 30px; } }
    .contacts__list a:not(.contacts__social-item)[href^="mailto:"] {
      color: #FF3535;
      background: -webkit-gradient(linear, left bottom, left top, from(#FF3535), to(#FF3535)) no-repeat left bottom;
      background: -o-linear-gradient(bottom, #FF3535, #FF3535) no-repeat left bottom;
      background: linear-gradient(0deg, #FF3535, #FF3535) no-repeat left bottom;
      -webkit-transition: background-size 350ms;
      -o-transition: background-size 350ms;
      transition: background-size 350ms;
      background-size: 100% 7px; }
      @media (any-hover: hover) {
        .contacts__list a:not(.contacts__social-item)[href^="mailto:"]:hover {
          background-size: 0 7px; } }
      @media screen and (max-width: 1199px) {
        .contacts__list a:not(.contacts__social-item)[href^="mailto:"] {
          background-size: 100% 3.5px; } }

.contacts__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px; }
  .contacts__social-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #2D2D2D;
    padding: 17px; }
    @media screen and (max-width: 1380px) {
      .contacts__social-item {
        width: 50px;
        height: 50px;
        padding: 12px; } }
  .contacts__social-icon {
    fill: #FFFFFF;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .contacts__social-item:hover .contacts__social-icon {
      fill: #FF3535; }

.form__grid {
  margin-bottom: 30px; }

.form__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px; }
  @media screen and (max-width: 767px) {
    .form__bottom {
      gap: 30px; } }

.form__policy {
  max-width: 375px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .form__policy {
      max-width: unset;
      width: calc(100% - 324px); } }
  @media screen and (max-width: 575px) {
    .form__policy {
      width: 100%; } }

.form__buttonholder {
  cursor: pointer; }
  @media screen and (max-width: 575px) {
    .form__buttonholder {
      width: 100%; } }

.form__thanks {
  display: none; }

.inputholder {
  position: relative;
  font-family: "Roboto Flex";
  font-style: normal; }
  .inputholder--textarea {
    grid-column: 1 / -1; }
  .inputholder__input {
    width: 100%;
    padding: 26px 20px 8px;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    min-height: 70px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #FFFFFF; }
    @media screen and (max-width: 767px) {
      .inputholder__input {
        font-size: 18px;
        min-height: 64px; } }
    .inputholder__input--textarea {
      resize: none;
      height: 120px;
      display: block; }
    .inputholder__input.error {
      border-color: #FF3535; }
      .inputholder__input.error + .inputholder__label {
        color: #FF3535; }
  .inputholder__label {
    color: #9C9C9C;
    position: absolute;
    top: 20px;
    width: calc(100% - 40px);
    left: 20px;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%; }
    @media screen and (max-width: 767px) {
      .inputholder__label {
        font-size: 18px; } }
    .inputholder__label span {
      color: #FF3535; }
  .inputholder__input:focus + .inputholder__label, .inputholder__label--fixed {
    top: 7px;
    font-size: 12px;
    letter-spacing: 0.01em; }

.policy {
  font-family: "Roboto Flex";
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  display: block; }
  @media screen and (max-width: 767px) {
    .policy {
      font-size: 16px; } }
  .policy a,
  .policy span {
    color: #FF3535;
    cursor: pointer; }

.footer {
  position: relative; }
  @media screen and (min-width: 1901px) {
    .footer {
      padding-top: 38px;
      padding-bottom: 38px; } }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    .footer {
      padding-top: 1.97917vw;
      padding-bottom: 1.97917vw; } }
  @media screen and (max-width: 991px) {
    .footer {
      padding: 20px 0; } }
  .footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 347px;
    background-image: url(../img/image/smhr-gray.svg);
    background-repeat: repeat no-repeat;
    background-position: -65px bottom;
    background-size: 17.8% auto;
    bottom: 0;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .footer:before {
        height: 100%;
        background-size: contain; } }
  .footer__wrapper {
    font-family: "Roboto Flex";
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.05em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px; }
    @media screen and (max-width: 767px) {
      .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .footer__dev span {
    color: #FF3535;
    font-weight: 800; }

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  max-width: 968px;
  height: auto;
  max-height: 90%;
  background-color: #FFFFFF;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1002;
  overflow: hidden;
  display: none; }
  @media screen and (max-width: 767px) {
    .modal {
      border-radius: 0;
      width: 100%;
      height: 100%;
      max-width: none;
      max-height: none; } }
  @media screen and (max-width: 575px) {
    .modal {
      padding: 40px 20px; } }
  .modal__close {
    right: 23px;
    top: 23px;
    z-index: 2;
    position: absolute;
    width: 48px;
    height: 48px;
    cursor: pointer; }
    @media screen and (max-width: 575px) {
      .modal__close {
        right: 7px;
        top: 7px; } }
    .modal__close::before, .modal__close::after {
      content: '';
      position: absolute;
      width: 28px;
      height: 3px;
      left: 50%;
      top: 50%;
      background-color: #2D2D2D;
      border-radius: 2px;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .modal__close::before {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .modal__close::after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .modal__close:hover::before, .modal__close:hover::after {
      background-color: #FF3535; }
  .modal__content {
    padding: 0 20px 0 0;
    max-height: 70vh;
    overflow: auto; }
    @media screen and (max-width: 767px) {
      .modal__content {
        max-height: 80vh; } }
    @media screen and (max-width: 575px) {
      .modal__content {
        max-height: 80vh; } }
    .modal__content::-webkit-scrollbar {
      width: 6px;
      background-color: #F4F4F4;
      border-radius: 3px; }
    .modal__content::-webkit-scrollbar-thumb {
      background-color: #2D2D2D;
      border-radius: 3px; }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 45, 45, 0.7);
  opacity: 0.5;
  z-index: 1001; }

.dark-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) skewY(-2.6deg);
      -ms-transform: translate(-50%, -50%) skewY(-2.6deg);
          transform: translate(-50%, -50%) skewY(-2.6deg);
  border-radius: 14px;
  padding: 49px 86px 0 86px;
  width: 100%;
  max-width: 532px;
  height: auto;
  max-height: 90%;
  background-color: #2D2D2D;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1002;
  color: #FFFFFF;
  display: none; }
  @media screen and (max-width: 575px) {
    .dark-modal {
      border-radius: 8px;
      padding: 45px 30px 0 30px;
      max-width: 360px; } }
  @media screen and (max-width: 350px) {
    .dark-modal {
      padding: 45px 25px 0 25px; } }
  .dark-modal:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/image/smhr-modal.svg);
    background-repeat: repeat no-repeat;
    background-position: -46px -39px;
    background-size: auto;
    z-index: -1;
    top: -10px;
    left: 0;
    -webkit-transform: skewY(2.5deg);
        -ms-transform: skewY(2.5deg);
            transform: skewY(2.5deg); }
    @media screen and (max-width: 575px) {
      .dark-modal:before {
        background-position: -30px -37px;
        background-size: cover;
        -webkit-transform: skewY(4deg);
            -ms-transform: skewY(4deg);
                transform: skewY(4deg); } }
  .dark-modal__content {
    -webkit-transform: skewY(2.5deg);
        -ms-transform: skewY(2.5deg);
            transform: skewY(2.5deg); }
  .dark-modal__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    font-family: "Roboto Flex";
    margin-bottom: 28px;
    font-style: normal; }
  .dark-modal__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 45px; }
  .dark-modal__btn {
    width: 100%;
    margin-bottom: -21px;
    font-size: 22px; }
    @media screen and (max-width: 575px) {
      .dark-modal__btn {
        font-size: 16px; } }
  .dark-modal__close {
    right: 2px;
    top: 0px;
    z-index: 2;
    position: absolute;
    width: 48px;
    height: 48px;
    cursor: pointer; }
    @media screen and (max-width: 575px) {
      .dark-modal__close {
        right: 7px;
        top: 7px;
        width: 33px;
        height: 33px; } }
    .dark-modal__close::before, .dark-modal__close::after {
      content: '';
      position: absolute;
      width: 22px;
      height: 2px;
      left: 50%;
      top: 50%;
      background-color: #FFFFFF;
      border-radius: 2px;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .dark-modal__close::before {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .dark-modal__close::after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .dark-modal__close:hover::before, .dark-modal__close:hover::after {
      background-color: #FF3535; }

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