@font-face {
  font-family: 'FuturaPT';
  src: url("../fonts/FuturaPT-Book.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'FuturaPT';
  src: url("../fonts/FuturaPT-Demi.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal; }

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

@font-face {
  font-family: 'Grot';
  src: url("../fonts/akzidenzgroteskpro-ext.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'Grot';
  src: url("../fonts/akzidenzgroteskpro-mdex.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'Grot';
  src: url("../fonts/akzidenzgroteskpro-boldex.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }
  

a,
button {
  cursor: pointer;
}

body {
  font-family: 'FuturaPT';
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  color: #d4d4d4;
  background-color: #191919;
}

article span {
  color: #44DCD3;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 320px; }

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
footer {
  margin-top: auto;
}

.category {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 3rem;
  display: inline-block;
}

.my-body-noscroll-class {
  overflow: hidden;
}

.my-body-noscroll-class body {
  overflow: hidden;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem 0;
  width: 100%;
  z-index: 6;
  -webkit-transition: 320ms;
  background-color: #191919;
  transition: 320ms;
}

@media screen and (max-width: 767px) {
  #header {
    padding-top: 24px;
    z-index: 102;
  }
}

#header.fixed,
#header.black {
  background: rgba(25, 25, 25, 0.7);
  padding: 2rem 0 2rem;
  background: #181818;
}

#header .menu {
  margin-bottom: -4px;
}

#header .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 575px) {
  #header .container {
    max-width: 100%;
    padding: 0 20px;
  }
  article h1 {
    font-size: 36px;
    line-height: 110%;
  }
  article p, article ul {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #header .header__messengers {
    display: none;
  }
  article h1 {
    font-size: 36px;
    line-height: 110%;
  }
  article p, article ul {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  #header .header__phone {
    text-align: right;
  }
}

#header .header__logo-description {
  color: #D8D8D8;
}

#header .header__logo-description::before {
  background: #D8D8D8;
}

#header .header__messengers .link {
  border: 1px solid #D8D8D8;
}

#header .header__messengers .link .img-svg path {
  fill: #D8D8D8;
}

#header .header__messengers .link:hover {
  border-color: #44DCD3;
}

#header .header__messengers .link:hover .img-svg path {
  fill: #44DCD3;
}

.header__logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .header__logo {
    margin-right: auto;
    margin-left: 5px;
  }
}

.header__logo img {
  width: 11rem;
}

@media screen and (max-width: 575px) {
  .header__logo img {
    width: 80px;
  }
}

.header__logo-description {
  margin-left: 2rem;
  padding-left: 2rem;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #919191;
}

@media screen and (max-width: 767px) {
  .header__logo-description {
    display: none;
  }
}

.header__logo-description::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  background: #4A4A4A;
}

.header__right {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .header__right {
    padding-right: 10px;
  }
}

.header__messengers {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-right: 3rem;
}

.header__messengers .link {
  margin-left: 1rem;
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #747474;
  -webkit-transition: 320ms;
  transition: 320ms;
}

@media screen and (max-width: 575px) {
  .header__messengers .link {
    width: 40px;
    height: 40px;
  }
}

.header__messengers .link .img-svg {
  max-width: 60%;
}

@media screen and (max-width: 575px) {
  .header__messengers .link .img-svg {
    max-width: 100%;
  }
}

.header__messengers .link:hover {
  border-color: #44DCD3;
}

.header__messengers .link:hover .img-svg path {
  fill: #44DCD3;
}

.header__messengers .viber .img-svg {
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  .header__messengers .viber .img-svg {
    max-width: 50%;
  }

  .header__messengers .viber .img-svg path {
    fill: #9a9a9a;
  }
}

.header__phone .phone {
  display: block;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 3px;
}

@media screen and (max-width: 575px) {
  .header__phone .phone {
    font-size: 16px;
  }
}

.header__phone .phone:hover {
  color: #44DCD3;
}

.header__phone .phone__button {
  display: inline-block;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1;
  color: #44DCD3;
  border-bottom: 1px solid #44DCD3;
  padding-bottom: 1px;
  margin-top: 3px;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .header__phone .phone__button {
    font-size: 14px;
    margin-top: 4px;
  }
}

.header__phone .phone__button:hover {
  border-color: transparent;
}


@media screen and (min-width: 767px) {
  .hidden-lg {
    display: none;
  }
  article h1 {
    font-size: 42px;
    line-height: 110%;
  }
  article p, article ul {
    font-size: 17px;
  }
}

@media screen and (min-width: 1280px) {
  article h1 {
    font-size: 48px;
    line-height: 110%;
  }
  article p, article ul {
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  article p, article ul {
    font-size: 22px;
  }
}

.page {
  margin-top: calc(95px + 40px);
}

.page-title {
  font-family: "Grot";
  margin-bottom: 54px;
  font-size: 34px;
  letter-spacing: 0.03em;
  line-height: 150%;
  font-weight: 500;
}

/* grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 50px; 
}

/* card */
.card {
  display: flex;
  flex-direction: column;
  width: calc(50% - 25px);
  background-color: #252525;
  border-radius: 26px;
}

.card .img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  width: 100%;
  height: 255px;
}

.card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.card .body {
  padding: 40px 40px 50px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card .body h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.01em;
  margin-bottom: 22px;
}

.card .body .description * {
  display: none;
}

.card .body .description p:first-of-type {
  display: block;
}

.card .body .description p:first-of-type {
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
  
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 2) {
  .card .body .description p:first-of-type {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.card .body a {
  width: 277px;
  height: 79px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url("../img/button-border.png") center / cover no-repeat, #252525;
}

.card .body a span {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #44DCD3;

  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .grid {
    margin-bottom: 40px;
  }
  .card {
    width: 100%;
    border-radius: 20px;
  }
  .card .img {
    height: 168px;
  }
  .card .body {
    padding: 20px 20px 25px;
  }
  .card .body h2 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .card .body .description p:first-of-type {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .card .body a {
    width: 245px;
    height: 52px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
  }
  .card .body a span {
    font-size: 11px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .card .img {
    height: 180px;
  }
  .card .body {
    padding: 20px 20px 25px;
  }
  .card .body a {
    width: 255px;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
  }
  .card .body a span {
    font-size: 12px;
  }
}

/* ----------------- */
.material__form {
  margin: 5.5rem 0 3rem;
  width: 50rem;
  padding: 5rem 5rem 4.7rem;
  position: relative;
  background-color: #191919;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .material__form {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 575px) {
  .material__form {
    width: 100%;
    padding: 25px 20px 35px;
    margin-bottom: 10px;
    margin-top: 25px;
    text-align: left;
  }
}

.material__form .form__title {
  margin-bottom: 4rem;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 100%;
  padding-left: 2rem;
}

@media screen and (max-width: 575px) {
  .material__form .form__title {
    text-align: left;
    padding-left: 8px;
    font-size: 2.8rem;
  }

  .material__form .form__title br {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .material__form .intro__notice {
    padding-left: 10px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    font-size: 13px;
  }
}

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

  .material__form .t-btn .button__shadow {
    display: none;
  }
}


#mobile__menu {
  z-index: 101;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  overflow: hidden;
  -webkit-transition: 220ms;
  transition: 220ms;
}

@media screen and (max-width: 991px) {
  #mobile__menu.active {
    width: 360px;
  }
}

@media screen and (max-width: 575px) {
  #mobile__menu.active {
    width: 100%;
  }
}

#mobile__menu .content {
  padding: 116px 0 0;
  width: 100%;
}

@media screen and (max-width: 575px) {
  #mobile__menu .content {
    width: 100vw;
  }
}

#mobile__menu .menu-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

#mobile__menu .menu-link span {
  padding: 14px 0 12px;
}

#mobile__menu .header__messengers {
  margin: 30px auto 35px;
}

#mobile__menu .header__messengers .link {
  margin: 0 .5rem;
}

#mobile__menu .footer__item {
  text-align: center;
  margin: 20px 0;
}

#mobile__menu .footer__item .title {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 575px) {
  #mobile__menu .footer__item .title {
    font-size: 16px;
  }
}

#mobile__menu .footer__item .white {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #DDDDDD;
}

@media screen and (max-width: 575px) {
  #mobile__menu .footer__item .white {
    font-size: 17px;
    line-height: 1.4;
    margin-top: 4px;
  }
}

#mobile__menu .footer__item a:hover {
  color: #44DCD3;
}

a,
button,
.img-svg,
.modal__open {
  outline: none;
  border: 0;
  cursor: pointer;
  background: none;
  -webkit-transition: 220ms;
  transition: 220ms;
  text-decoration: none;
}


.modal {
  position: relative;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}

.modal.active {
  display: block;
}

.modal[data-modal="video"] .video-content {
  width: 800px;
  height: 450px;
  background: #0c0b12;
}

@media screen and (max-width: 992px) {
  .modal[data-modal="video"] .video-content {
    width: 70vw;
    height: 40vw;
  }
}

@media screen and (max-width: 767px) {
  .modal[data-modal="video"] .video-content {
    width: 56vw;
    height: 36vw;
  }
}

@media screen and (max-width: 570px) {
  .modal[data-modal="video"] .video-content {
    width: 95vw;
    height: 57vw;
  }
}

.modal[data-modal="video"] iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
}

.modal[data-modal="video"] .modal__close {
  position: absolute;
  right: 0;
  top: -45px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: #0c0b12;
  cursor: pointer;
}

.modal[data-modal="video"] .modal__close .img-svg {
  width: 20px;
  height: 20px;
}

.modal[data-modal="video"] .modal__close .img-svg path {
  fill: #777777;
}

.modal[data-modal="video"] .modal__close:hover .img-svg path {
  fill: #fff;
}

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

.callback .material__form {
  padding: 6rem 5rem 6rem;
}

@media screen and (max-width: 575px) {
  .callback .material__form {
    border-radius: 0;
  }
}

.callback .material__form .intro__notice {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .callback .material__form .t-btn {
    width: 100%;
    margin: auto;
  }
}

.callback .gift {
  width: 15.6rem;
  position: absolute;
  top: 2.5rem;
  right: 5rem;
}

.callback .modal__close {
  position: absolute;
  right: 3rem;
  top: 3rem;
  cursor: pointer;
}

.callback .modal__close:hover path {
  fill: #44DCD3;
}

.callback .form__title {
  margin: 0;
  padding-left: 1rem;
}

.callback .form__subtitle {
  font-size: 1.8rem;
  padding: 14px 0 3.2rem;
  padding-left: 1rem;
}

.callback .material__form {
  padding: 6rem 5rem 6rem;
}

@media screen and (max-width: 575px) {
  .callback .material__form {
    border-radius: 0;
  }
}

.callback .material__form .intro__notice {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .callback .material__form .t-btn {
    width: 100%;
    margin: auto;
  }
}

.callback .gift {
  width: 15.6rem;
  position: absolute;
  top: 2.5rem;
  right: 5rem;
}

.callback .modal__close {
  position: absolute;
  right: 3rem;
  top: 3rem;
  cursor: pointer;
}

.callback .modal__close:hover path {
  fill: #44DCD3;
}

.callback .form__title {
  margin: 0;
  padding-left: 1rem;
}

.callback .form__subtitle {
  font-size: 1.8rem;
  padding: 14px 0 3.2rem;
  padding-left: 1rem;
}

.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(25, 25, 25, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.overlay .overlay__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  padding-top: 5rem;
  -webkit-box-pack: center;
  justify-content: center;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .overlay .overlay__inner {
    padding: 0;
  }
}

.overlay.active {
  display: block;
}



.material__form {
  margin: 5.5rem 0 3rem;
  width: 50rem;
  padding: 5rem 5rem 4.7rem;
  position: relative;
  background-color: #191919;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .material__form {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 575px) {
  .material__form {
    width: 100%;
    padding: 25px 20px 35px;
    margin-bottom: 10px;
    margin-top: 25px;
    text-align: left;
  }
}

.material__form .form__title {
  margin-bottom: 4rem;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 100%;
  padding-left: 2rem;
}

@media screen and (max-width: 575px) {
  .material__form .form__title {
    text-align: left;
    padding-left: 8px;
    font-size: 2.8rem;
  }

  .material__form .form__title br {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .material__form .intro__notice {
    padding-left: 10px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    font-size: 13px;
  }
}

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

  .material__form .t-btn .button__shadow {
    display: none;
  }
}

.material__box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .material__box {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .material__box {
    width: 70%;
    margin: 0 auto;
  }
}

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

.material__box .item {
  border-radius: 10px;
  padding: 5rem 5rem;
  position: relative;
  overflow: hidden;
  height: 54rem;
  width: 31.8%;
}

@media screen and (max-width: 991px) {
  .material__box .item {
    width: 48%;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .material__box .item {
    width: 100%;
    margin-bottom: 10px;
    height: 370px;
    text-align: left;
    padding: 30px 35px;
    padding-right: 15px;
  }
}

.material__box .item .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .material__box .item .item-bg {
    display: none;
  }
}

.material__box .item .item-bg-xs {
  display: none;
}

@media screen and (max-width: 767px) {
  .material__box .item .item-bg-xs {
    display: block;
  }
}

.material__box .item .title {
  font-size: 3.6rem;
  line-height: 100%;
  color: #fff;
  margin-bottom: 2rem;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .material__box .item .title {
    font-size: 22px;
    line-height: 1.1;
    width: 70%;
  }

  .material__box .item .title br {
    display: none;
  }
}

.material__box .item .text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 991px) {
  .material__box .item .text {
    font-size: 2rem;
    line-height: 2.8rem;
    width: 70%;
  }

  .material__box .item .text br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .material__box .item3 {
    height: 425px;
  }
}

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

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

form {
  overflow: hidden;
  position: relative;
}

form input[name="bot"] {
  position: absolute;
  left: -999px;
  top: -999px;
  opacity: 0;
  visibility: hidden;
}

.t-btn {
  width: 43rem;
  width: 40rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 320ms;
  transition: 320ms;
}

.t-btn:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.t-btn .button__shadow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -2rem;
  width: 36rem;
}

@media screen and (max-width: 575px) {
  .t-btn .button__shadow {
    width: 100%;
    bottom: -3rem;
  }
}

.t-btn .button__inner {
  position: relative;
  height: 9.3rem;
  z-index: 5;
}

.t-btn .button__bg {
  -webkit-transition: 320ms;
  transition: 320ms;
  height: 100%;
}

.t-btn .button__text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.2rem;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #2B2B2B;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .t-btn .button__text {
    font-size: 12px;
  }
}

.t-btn .button__text img {
  width: 3.5rem;
  margin-left: 6px;
}

@media screen and (max-width: 575px) {
  .t-btn .button__text img {
    display: none;
  }
}

.message {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .message .lg {
    display: none;
  }
}

.message .xs {
  display: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .message .xs {
    display: block;
  }
}

.message span {
  position: absolute;
  width: 100%;
  left: 52%;
  top: 44%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #191919;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 2.8rem;
  z-index: 4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .message span {
    font-size: 15px;
    line-height: 1.3;
    width: 80%;
  }
}

.t-title {
  font-family: 'Grot';
  font-weight: bold;
  font-size: 4rem;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .t-title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 575px) {
  .t-title {
    font-size: 17px;
  }
}

@media screen and (max-width: 360px) {
  .t-title {
    font-size: 16px;
  }
}

.t-subtitle {
  font-family: 'FuturaPT';
  font-weight: 400;
  font-size: 3.4rem;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

@media screen and (max-width: 575px) {
  .t-subtitle {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 360px) {
  .t-subtitle {
    font-size: 15px;
  }
}

.blue {
  color: #44DCD3;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.bg-xs {
  display: none;
}

.fw500 {
  font-weight: 500;
}

section {
  position: relative;
  z-index: 4;
}

.w100 {
  width: 100%;
}

.form__box {
  padding: 0 6px;
}

.input__label {
  width: 100%;
  margin-bottom: 2rem;
  padding-left: 4rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  position: relative;
}

.input__label .bg {
  position: absolute;
  top: 0;
  width: 40rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.input__label input {
  -webkit-box-flex: 1;
  flex-grow: 1;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 16px;
  color: #000;
}

.input__label input::-webkit-input-placeholder {
  color: #C4C4C4;
}

.input__label input::-moz-placeholder {
  color: #C4C4C4;
}

.input__label input:-ms-input-placeholder {
  color: #C4C4C4;
}

.input__label input::-ms-input-placeholder {
  color: #C4C4C4;
}

.input__label input::placeholder {
  color: #C4C4C4;
}

.input__label .img-svg {
  margin-right: 10px;
  position: relative;
  z-index: 3;
}

.input__label input {
  height: 9rem;
  position: relative;
  z-index: 3;
}

.form__number {
  margin: 3.5rem 0 0;
  text-align: center;
}

.form__number .title {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 575px) {
  .form__number .title {
    font-size: 15.5px;
    line-height: 1.3;
    margin-bottom: 6px;
  }
}

.form__number .phone {
  display: block;
  margin-top: 3px;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  -webkit-transition: 320ms;
  transition: 320ms;
}

@media screen and (max-width: 575px) {
  .form__number .phone {
    font-size: 23px;
  }
}

.form__number .phone:hover {
  color: #44DCD3;
}

.number {
  position: absolute;
  z-index: 4;
  top: 5rem;
  right: 5rem;
  font-weight: 700;
  font-size: 2rem;
  color: #44DCD3;
  text-shadow: 0px 0px 25px rgba(68, 220, 211, 0.25);
}

@media screen and (max-width: 575px) {
  .number {
    font-size: 20px;
    right: 30px;
    top: 25px;
  }
}

@media (min-width: 360px) {
  html {
    font-size: 7.5px;
  }
}

@media (min-width: 576px) {
  html {
    font-size: 8.5px;
  }

  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 7.5px;
  }

  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 120rem;
  }
}

@media (min-width: 1500px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

.intro__notice {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 2rem 0;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #C4C4C4;
  font-weight: 400;
}

@media screen and (max-width: 575px) {
  .intro__notice {
    font-size: 14px;
  }
}

.intro__notice b {
  font-weight: 600;
}

.intro__notice img {
  margin-right: 2rem;
}

#footer {
  background: #191919;
  padding: 3rem 0;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 991px) {
  #footer {
    padding: 30px 0 40px;
  }
}

#footer .footer-bg {
  position: absolute;
  bottom: 99%;
  left: 0;
  width: 100%;
}

#footer .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  #footer .container {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  #footer .header__logo {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  #footer .header__logo img {
    width: 115px;
  }
}

@media screen and (max-width: 991px) {
  #footer .header__logo-description {
    display: block;
    font-size: 15px;
    line-height: 1.35;
  }
}

#footer .footer__item {
  text-align: center;
  margin: 20px 0;
}

#footer .footer__item .title {
  color: #4B4B4B;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  #footer .footer__item .title {
    font-size: 16px;
  }
}

#footer .footer__item .white {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #DDDDDD;
}

@media screen and (max-width: 991px) {
  #footer .footer__item .white {
    font-size: 17px;
    line-height: 1.4;
    margin-top: 4px;
  }
}

#footer .footer__item a:hover {
  color: #44DCD3;
}

.footer__right {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .footer__right {
    text-align: left;
    margin-top: 20px;
    text-align: center;
  }
}

.footer__right .link {
  display: block;
  font-size: 1.6rem;
  color: #7F7F7F;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .footer__right .link {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer__right .link:last-child {
    margin-bottom: 0;
  }
}

.footer__right .privacy:hover {
  color: #fff;
}

.footer__right .author {
  text-decoration: none;
}

.footer__right .author:hover {
  text-decoration: underline;
}

.footer__right .author span {
  color: #44DCD3;
}

#jGrowl {display:none}