@charset "UTF-8";

[class*=_icon-]:before,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1
}

a,
button {
  color: inherit
}

.popup__content,
.wrapper {
  background-color: var(--bg-primary)
}

.numbers,
.uniqueness__content-bottom-text {
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent
}

.numbers,
.what-br__top-sub-title,
.what-br__top-title span {
  text-transform: uppercase
}

.application-form__checkbox-text span,
.checkbox__text a {
  text-decoration: underline
}

.swiper,
ul li {
  list-style: none
}

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

[class*=_icon-]:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: block
}

.content-btn__title,
.footer-navigation__link,
.footer-top__subtitle,
.numbers,
.social-link-big-btn__text,
.title-h2 {

  font-style: normal
}

._icon-vcru:before {
  content: "\e911"
}

._icon-external:before {
  content: "\e900"
}

._icon-arrow:before {
  content: "\e901"
}

._icon-checkbox:before {
  content: "\e902";
  color: #fff
}

._icon-cross:before {
  content: "\e903";
  color: #fff
}

._icon-done:before {
  content: "\e904"
}

._icon-dropdown:before {
  content: "\e905";
  color: #fff
}

._icon-edit-text:before {
  content: "\e906"
}

._icon-email:before {
  content: "\e907"
}

._icon-Icon-external:before {
  content: "\e908"
}

._icon-instagram:before {
  content: "\e909"
}

._icon-phone:before {
  content: "\e90a"
}

._icon-pin:before {
  content: "\e90b";
  color: #fff
}

._icon-play:before {
  content: "\e90c"
}

._icon-profile:before {
  content: "\e90d"
}

._icon-telegram:before {
  content: "\e90e"
}

._icon-vk:before {
  content: "\e90f"
}

._icon-youtube:before {
  content: "\e910";
  margin-top: .0625rem
}

:root {
  --primary: #0a9396;
  --secondary: #94d2bd;
  --accent: #0090c1;
  --inverse: #ffff3f;
  --bg-primary: #000000;
  --bg-secondary: #141416;
  --bg-accent-blue: #3b3bf8;
  --bg-accent-violet: #811fe2;
  --bg-inverse: #2d00f7;
  --text-primary: #fbfffe;
  --text-secondary: #141416;
  --text-accent: #e8eddf;
  --text-inverse: #e8eddf;
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px
}

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

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

body,
html {
  height: 100%;
  min-width: 320px
}

body {
  color: #fff;

  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

button,
input,
textarea {

  font-size: inherit;
  line-height: inherit
}

button {
  cursor: pointer;
  background-color: transparent
}

a {
  text-decoration: none
}

img {
  vertical-align: top
}

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

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}

.wrapper>main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.wrapper>* {
  min-width: 0
}

[class*=__container] {
  max-width: 86rem;
  margin: 0 auto;
  padding: 0 1rem
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;

  font-style: normal;
  font-weight: 350;
  letter-spacing: .25px;
  color: #fff;
  font-stretch: 100;
  padding-left: 3.5rem;
  padding-top: 1.25rem;
  padding-right: 1.875rem
}

textarea {
  padding-top: 1.875rem
}

.input {
  width: 100%;
  display: block
}

.input._form-focus .application-form__item-placeholder {
  top: .6875rem;
  font-size: .75rem;
  line-height: 1.5
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder {
  -moz-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.checkbox,
.checkbox__label:before {
  -webkit-transition: .3s;
  -o-transition: .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0
}

textarea.input {
  resize: none;
  padding: 0
}

.checkbox {
  position: relative;
  transition: .3s
}

.checkbox:hover .checkbox__label:before {
  background: rgba(0, 0, 0, .4)
}

.checkbox:active .checkbox__input:checked+.checkbox__label:before,
.checkbox:hover .checkbox__input:checked+.checkbox__label .checkbox__icon,
.content-btn:active,
.detail-btn-mobile-wite:active,
.detail-btn:active,
.dropdown-btn:active,
.play-btn:active,
.social-link-btn:active,
.social-link-next-btn:active {
  opacity: .7
}

.checkbox:active .checkbox__label:before {
  background: rgba(0, 0, 0, .6)
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0
}

.checkbox__input:checked+.checkbox__label:before {
  background: #fff
}

.checkbox__input:checked+.checkbox__label .checkbox__icon,
.popup-show body::after {
  opacity: 1
}

.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative
}

.popup__content,
.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}

.checkbox__label:before {
  content: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, .2);
  border-radius: .25rem;
  transition: .3s;
  margin-top: .125rem
}

.popup__close::after,
.popup__close::before {
  z-index: 10;
  left: 50%;
  content: "";
  width: 2px;
  background-color: #fff
}

.checkbox__icon,
.content-btn {
  -webkit-transition: .3s;
  -o-transition: .3s
}

.checkbox__icon {
  position: absolute;
  top: .25rem;
  left: .125rem;
  opacity: 0;
  color: #000;
  transition: .3s
}

.popup,
body::after {
  position: fixed;
  left: 0;
  pointer-events: none;
  top: 0
}

.checkbox__text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-style: normal;
  font-weight: 350;
  letter-spacing: .25px;
  font-stretch: 100;
  margin-left: .75rem
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .8s;
  -o-transition: opacity .8s;
  transition: opacity .8s;
  z-index: 149
}

.popup {
  bottom: 0;
  right: 0;
  padding: 20px;
  -webkit-transition: visibility .8s;
  -o-transition: visibility .8s;
  transition: visibility .8s;
  visibility: hidden
}

.lock .popup__content,
.popup_show {
  visibility: visible
}

.popup_show {
  z-index: 150;
  overflow: auto;
  pointer-events: auto
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.popup__wrapper {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center
}

.popup__content {
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  padding: 30px 20px;
  border-radius: 20px
}

.content-btn,
.numbers {
  display: -webkit-box;
  display: -ms-flexbox
}

.popup__text {
  width: 100%;
  height: 100%
}

.popup__close,
.popup__close::after,
.popup__close::before {
  position: absolute;
  height: 30px
}

.popup__text iframe {
  height: 100%;
  width: 100%
}

.popup__close {
  width: 30px;
  background: rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border-radius: 3px;
  margin: 10px
}

.popup__close::before {
  top: 0;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  -ms-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg)
}

.popup__close::after {
  top: 0;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  -ms-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg)
}

.application-form__item,
.application-text-box__text-info,
.best-work-slide__image-box,
.br-video__box-content,
.br-video__container,
.br-video__content,
.form-application__container,
.what-sm-top-image,
[class*=-ibg] {
  position: relative
}

.br-video-box__video-bg,
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
  object-fit: contain
}

.title-h2 {
  font-weight: 500;
  letter-spacing: -.125rem
}

.text-b1 {
  font-weight: 350;
  letter-spacing: -.015625rem;
  opacity: .7
}

.numbers {
  margin-top: .625rem;
  font-weight: 500;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  letter-spacing: -.0625rem;
  background: -o-linear-gradient(39.55deg, #fff .24%, rgba(255, 255, 255, .4) 114.72%);
  background: linear-gradient(50.45deg, #fff .24%, rgba(255, 255, 255, .4) 114.72%);
  -webkit-background-clip: text;
  background-clip: text;
  opacity: .4
}

.box-max-w {
  max-width: 69.75rem
}

.content-btn {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 13rem;
  transition: .3s;
  background: var(--bg-secondary);
  gap: 1.25rem
}

.content-btn__box-icon,
.social-link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  border-radius: 50%
}

.content-btn_blue .content-btn__box-icon {
  background: var(--bg-accent-blue)
}

.content-btn_violet .content-btn__box-icon {
  background: var(--bg-accent-violet)
}

.content-btn_light-blue .content-btn__box-icon {
  background: #0070d7
}

.content-btn__text-box {
  max-width: 20.625rem
}

.content-btn__title,
.footer-navigation__link,
.footer-top__subtitle {
  font-weight: 500;
  letter-spacing: -.03125rem
}

.content-btn__text {
  font-style: normal;
  font-weight: 350;
  letter-spacing: .015625rem;
  opacity: .7
}

.content-btn__box-icon {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.content-btn__icon {
  font-size: 3rem;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.social-link-big-btn,
.social-link-btn {
  -webkit-box-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s
}

.social-link-btn {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
  background-color: var(--bg-secondary);
  transition: .3s
}

.play-btn,
.social-link-big-btn {
  display: -webkit-box;
  display: -ms-flexbox
}

.social-link-btn_blur {
  background-color: rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px)
}

.social-link-big-btn,
.social-link-btn_crystalline {
  background: rgba(0, 0, 0, .2)
}

.social-link-big-btn {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  transition: .3s
}

.social-link-big-btn__icon {
  margin-right: .75rem;
  font-size: 1.5rem
}

.social-link-big-btn__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5
}

.social-link-next-btn {
  border-radius: 24px;
  background: rgba(255, 255, 255, .1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .75rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.social-link-next-btn_video {
  border-radius: 2rem;
  background: rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px)
}

.application-text-box__bottom-text,
.detail-btn-mobile-wite__text,
.detail-btn__text,
.slider-one__text-title,
.social-link-next-btn_video .social-link-next-btn__text,
.what-sm-top-slider__slide-title {

  font-style: normal;
  font-weight: 500;
  letter-spacing: -.5px
}

.social-link-next-btn__text {
  font-family: Roboto Flex;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375
}

.social-link-next-btn__icon {
  font-size: 1.0625rem
}

.dropdown-btn,
.play-btn {
  font-size: 1.5rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  border-radius: 50%
}

.play-btn {
  color: #fff;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: red;
  background: rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  transition: .3s
}

.detail-btn-mobile-wite,
.dropdown-btn {
  display: -webkit-box;
  display: -ms-flexbox
}

.slider-btn_left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.uniqueness-middle-image__one-ibg,
.uniqueness-middle-image__two-ibg {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.dropdown-btn {
  height: 4rem;
  width: 4rem;
  background-color: var(--bg-secondary);
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  transition: .3s
}

.detail-btn,
.detail-btn-mobile-wite {
  background-color: var(--bg-accent-blue);
  border-radius: 2rem;
  -webkit-transition: .3s;
  -o-transition: .3s
}

.detail-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: .3s
}

.detail-btn-mobile-wite__icon,
.detail-btn__icon {
  font-size: 1.125rem
}

.detail-btn-mobile-wite__icon_request,
.detail-btn__icon_request {
  font-size: 1.5625rem
}

.detail-btn-mobile-wite {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: .3s
}

.act-focus {
  margin-top: .25rem;
  margin-bottom: -1.375rem;
  opacity: .7
}

.card-one {
  background-color: var(--bg-secondary)
}

.card-one :not(:last-child) {
  margin-bottom: 1.5rem
}

.card-one :first-child {
  margin-bottom: 2rem
}

.card-one_slider .card-one__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%
}

.footer-navigation__link:after,
.menu__link:after {
  display: block;
  margin-top: 5px;
  height: 2px;
  width: 0;
  content: ""
}

.card-one__subtitle {
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.5px;
  opacity: .4
}

.card-one__title {

  font-style: normal;
  font-weight: 500;
  letter-spacing: -1px
}

.card-one__text {

  font-style: normal;
  font-weight: 350;
  letter-spacing: -.25px;
  font-stretch: 100;
  opacity: .7
}

.header {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 30;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem
}

.header__logo {
  position: relative;
  z-index: 4
}

.menu__socials {
  display: none;
  margin-top: 1.25rem
}

.application-form__checkbox,
.application-text-box__social-box,
.footer-bottom__social-box,
.footer-contacts__location,
.menu__list,
.more__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.menu__list :not(:last-child) {
  margin-right: 3rem
}

.menu__link {

  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3333333333;
  letter-spacing: -.03125rem
}

.menu__link:after {
  background: 0 0;
  -webkit-transition: width .5s, background-color .5s;
  -o-transition: width .5s, background-color .5s;
  transition: width .5s, background-color .5s
}

.header._header-scroll {
  background-color: var(--bg-primary);
  position: fixed
}

.best-work-content-slide__big-play-btn,
.bottom-best-work__pagination,
.icon-menu {
  display: none
}

.footer-top,
.footer__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox
}

.footer__content-box {
  border-top: .0625rem solid RGBA(255, 255, 255, .2)
}

.footer__content-bottom {
  width: 100%;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer-top {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.footer-top__content-box,
.footer-top__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.footer-top__contacts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4rem
}

.footer-top__contacts-box {
  max-width: 31.25rem
}

.footer-top__contacts-navigation {
  margin-right: .8125rem
}

.footer-top__text-box {
  max-width: 33.75rem
}

.footer-top__title {
  max-width: 19.875rem
}

.footer-top__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 350;
  letter-spacing: -.25px;
  opacity: .7
}

.footer-contacts__contact-icon {
  font-size: 1.5rem;
  margin-top: .3125rem
}

.footer-contacts__contact-text {
  font-style: normal;
  font-weight: 350;
  letter-spacing: -.015625rem;
  opacity: .7
}

.footer-contacts__email,
.footer-contacts__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.footer-navigation__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[2];
  -ms-grid-columns: (1fr)[2];
  grid-template: repeat(2, 1fr)/repeat(2, 1fr)
}

.footer-navigation__link:after {
  background: 0 0;
  -webkit-transition: width .5s, background-color .5s;
  -o-transition: width .5s, background-color .5s;
  transition: width .5s, background-color .5s
}

.application-form__item input:hover,
.application-form__item textarea:hover,
.br-video__video-box::before {
  background-color: rgba(0, 0, 0, .4)
}

.footer-bottom__logo {
  margin-right: 2.625rem
}

.footer-bottom__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 1.5rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.footer-bottom__all {
  font-style: normal;
  font-weight: 350;
  letter-spacing: .015625rem;
  opacity: .4
}

.br-video__video-wrapper {
  position: absolute;
  left: 0;
  right: 0
}

.br-video__video-box {
  position: relative;
  z-index: 0;
  max-width: 90rem;
  border-radius: 0 0 60px 60px;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden
}

.br-video__video-box::before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.br-video-box {
  position: relative;
  width: 100%
}

.br-video-box__controls {
  position: relative;
  z-index: 1
}

.br-video-box__progress {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: .25rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: rgba(255, 255, 255, .2);
  border-radius: 2px
}

.progress {
  width: 0;
  background: #fff;
  border-radius: 2px
}

.br-video-box-content,
.top-best-work,
.what-br__top,
.what-sm__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.br-video-box-content__left-title {
  font-family: Roboto Flex;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 34.125rem
}

.br-video-box-content__image-big-ibg {
  height: 11.75rem;
  width: 29.375rem
}

.br-video-box-content__left-text {
  font-weight: 350;
  letter-spacing: -.25px;
  max-width: 41.25rem
}

.uniqueness__content-bottom-text,
.what-br__top-sub-title {

  font-style: normal;
  font-weight: 500
}

.br-video-box-content__left-btn-box,
.more__social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem
}

.br-video-box-content__left-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.what-br__bottom,
.what-br__top-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  gap: 1.5rem
}

.what-br__top-content-box {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.top-best-work__title,
.what-br__top-title,
.what-sm-top-left {
  max-width: 27rem
}

.what-br__top-content-box-right {
  margin-top: .25rem;
  max-width: 34.125rem
}

.what-br__top-content-box-right :not(:last-child) {
  margin-bottom: 1.625rem
}

.what-br__top-sub-title {
  letter-spacing: -.0625rem
}

.what-br__bottom {
  margin-top: 4rem;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.what-br__bottom-content-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem
}

.slider-one__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.slider-one__slide-image {
  position: relative;
  width: 62.5rem;
  height: 22.875rem
}

.slider-one__slide-image-bg {
  width: 62.5rem;
  height: 17.875rem;
  border-radius: 0 9.375rem 9.375rem 12.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1
}

.slider-one__image-ibg {
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 28rem;
  border-radius: 0 8.9375rem 8.9375rem 11.9375rem;
  overflow: hidden
}

.slider-one__image-ibg img {
  -o-object-fit: contain;
  object-fit: contain
}

.slider-one__text-box {
  max-width: 19.875rem;
  min-height: 17.875rem;
  background-color: var(--bg-secondary);
  padding: 5.125rem 1.5rem 6.5rem 3rem;
  border-radius: 9.375rem 10.3125rem 0 9.375rem
}

.uniqueness-top__text-one,
.uniqueness-top__text-two,
.uniqueness__content-bottom-text {
  padding-bottom: .625rem;
  margin-bottom: -.625rem
}

.slider-one__text-text,
.what-sm-top-slider__slide-text {
  font-style: normal;
  font-weight: 350;
  letter-spacing: .25px;
  font-stretch: 100;
  opacity: .7
}

.slider-one__controls {
  position: absolute;
  bottom: 3.5rem;
  right: 1.5rem
}

.uniqueness__content-bottom-text {
  background: -o-linear-gradient(169.88deg, #fff 26.58%, rgba(255, 255, 255, 0) 112.31%);
  background: linear-gradient(280.12deg, #fff 26.58%, rgba(255, 255, 255, 0) 112.31%);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
  opacity: 0;
  right: 12.5rem;
  -webkit-transition: 3s;
  -o-transition: 3s;
  transition: 3s
}

.uniqueness-top__text-one,
.uniqueness-top__text-three,
.uniqueness-top__text-two {
  position: relative;
  right: 6.25rem;

  font-style: normal;
  opacity: 0;
  font-weight: 500;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent
}

.uniqueness__content-bottom-text._watcher-view {
  right: 0;
  opacity: 1
}

.uniqueness-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.uniqueness-top__text-box-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative
}

.uniqueness-top__text-one {
  background: -o-linear-gradient(12.3deg, #fff 23.64%, rgba(255, 255, 255, .4) 87.13%);
  background: linear-gradient(77.7deg, #fff 23.64%, rgba(255, 255, 255, .4) 87.13%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s
}

.uniqueness-top__text-box-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

.uniqueness-top__text-two {
  background: -o-linear-gradient(12.3deg, #fff 23.64%, rgba(255, 255, 255, .4) 87.13%);
  background: linear-gradient(77.7deg, #fff 23.64%, rgba(255, 255, 255, .4) 87.13%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: 1.5s .5s;
  -o-transition: 1.5s .5s;
  transition: 1.5s .5s;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}

.uniqueness-middle-image__one-ibg,
.uniqueness-middle-image__three-ibg,
.uniqueness-middle-image__two-ibg {
  top: 50%;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  left: 50%
}

.uniqueness-top__text-box-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative
}

.uniqueness-top__text-three {
  -webkit-transition: 1.5s 1s;
  -o-transition: 1.5s 1s;
  transition: 1.5s 1s;
  background: -o-linear-gradient(12.49deg, #fff 41.03%, rgba(255, 255, 255, .4) 107.88%);
  background: linear-gradient(77.51deg, #fff 41.03%, rgba(255, 255, 255, .4) 107.88%);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}

.application-text-box__text-row,
.what-sm-top-left__text {
  font-weight: 350;
  font-style: normal;
  letter-spacing: -.25px
}

.uniqueness-top__btn {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 1.5s 2s;
  -o-transition: opacity 1.5s 2s;
  transition: opacity 1.5s 2s
}

.uniqueness-top._watcher-view .uniqueness-top__text-one {
  right: 0;
  opacity: .2
}

.uniqueness-top._watcher-view .uniqueness-top__text-two {
  right: 0;
  opacity: .6
}

.uniqueness-top._watcher-view .uniqueness-top__text-three {
  right: 0;
  opacity: 1
}

.uniqueness-middle-image._watcher-view,
.uniqueness-top._watcher-view .uniqueness-top__btn {
  opacity: 1
}

.uniqueness-middle-image {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s
}

.uniqueness-middle-image__one-ibg {
  position: absolute;
  transform: translate(-50%, -50%)
}

.uniqueness-middle-image__two-ibg {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%
}

.innovation__content-image,
.uniqueness-middle-image__three-ibg {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.uniqueness-middle-image__three-ibg {
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%)
}

.possibilities-slide-item__box,
.top-best-work__content-box,
.what-sm__top-content-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.what-sm-top-left__text {
  font-stretch: 100;
  opacity: .7
}

.what-sm-top-slider__slide-image-ibg {
  overflow: hidden;
  border-radius: 200px 0 250px 200px
}

.what-sm-top-slider__controls {
  position: absolute;
  right: 0
}

.what-sm-top-image__image-ibg {
  position: absolute
}

.what-sm-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem
}

.what-sm-bottom,
.what-sm-middle__right {
  display: -webkit-box;
  display: -ms-flexbox
}

.what-sm-bottom-slider__slide,
.what-sm-middle__right {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  gap: 1.5rem
}

.what-sm-middle__left {
  max-width: 48.375rem
}

.what-sm-middle__right {
  display: flex;
  flex-direction: column
}

.what-sm-middle__right-btn {
  min-width: 34.125rem
}

.what-sm-bottom {
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

.what-sm-bottom__btn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2
}

.what-sm-bottom-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.what-sm-bottom-slider__slider {
  height: 100%
}

.what-sm-bottom-slider__pagination {
  margin-top: 1rem;
  display: block
}

.what-sm-bottom-slider__controls {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 9rem
}

.what-sm-bottom-slider__slide {
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%
}

.what-sm-bottom-slider__slide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

.what-sm-bottom-slider__slide-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.what-sm-bottom-slider__slide-image-ibg {
  min-width: 34.125rem;
  margin-right: 1.5rem;
  overflow: hidden;
  border-radius: 0 200px 200px
}

.form-application_two {
  padding-bottom: 0
}

.form-application__bg-image-box {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.form-application__left,
.form-application__right {
  position: relative;
  z-index: 2
}

.form-application__bg-image-ibg {
  border-radius: 4rem;
  overflow: hidden;
  width: 100%;
  height: 100%
}

.form-application__bg-image-ibg img {
  width: 84rem;
  height: 49.0625rem
}

.no-webp .form-application__content {
  background: url("./../img/form-bg.png") no-repeat
}

.webp .form-application__content {
  background: url("./../img/form-bg.webp") no-repeat
}

.form-application__content {
  border-radius: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
  overflow: hidden
}

.application-text-box,
.innovation__content {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}

.form-application__left {
  max-width: 29.0625rem
}

.swiper,
.swiper-wrapper {
  z-index: 1;
  position: relative
}

.application-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 36.5625rem
}

.application-text-box__text-info :not(:first-child) a {
  color: #fff;
  font-family: Roboto Flex;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.5px;
  text-decoration: underline
}

.application-text-box__text-info :nth-child(2) a {
  text-decoration: none
}

.application-text-box__text-info>:only-child ::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: -1.3125rem;
  top: .9375rem;
  background-color: rgba(255, 255, 255, .7)
}

.application-text-box__text-row {
  position: relative;
  color: rgba(255, 255, 255, .7);

  font-size: 24px;
  line-height: 34px
}

.application-text-box__bottom-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.application-text-box__bottom-icon {
  position: relative;
  overflow: visible;
  cursor: pointer
}

.application-text-box__bottom-icon:hover .application-text-box__bottom-icon-info {
  bottom: 3rem;
  opacity: 1
}

.application-text-box__bottom-icon-info {
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 100%;
  min-width: 20.25rem;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  border-radius: 8px;
  background: #212123;
  -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .25);
  padding: .75rem 1rem 1rem 1.875rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  pointer-events: none
}

.application-form__item-limit,
.application-form__item-placeholder {
  -webkit-transition: .3s;
  -o-transition: .3s;
  font-style: normal;
  font-weight: 350
}

.application-text-box__bottom-icon-info::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -8px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #212123 transparent transparent
}

.possibilities-slide-item,
.possibilities__container._watcher-view .possibilities-slide-item {
  border-bottom: 1px solid #515151
}

.application-text-box__bottom-icon-info-text {
  position: relative;
  color: #fff;

  font-size: .875rem;
  line-height: 1.4285714286;
  font-style: normal;
  font-weight: 350;
  letter-spacing: .15px
}

.application-text-box__bottom-icon-info-text::before {
  position: absolute;
  content: "";
  top: 8px;
  left: -12px;
  height: 3px;
  width: 3px;
  background-color: #fff
}

.application-form {
  min-width: 27rem
}

.application-form__item input,
.application-form__item textarea {
  background-color: rgba(0, 0, 0, .2);
  width: 100%;
  border-radius: .5rem;
  resize: none
}

.application-form__item input:focus,
.application-form__item textarea:focus {
  background-color: rgba(0, 0, 0, .6)
}

.application-form input {
  height: 4rem
}

.application-form textarea {
  min-height: 9.0625rem
}

.application-form__item-placeholder {
  position: absolute;
  left: 3.5rem;
  letter-spacing: .25px;
  font-stretch: 100;
  opacity: .6;
  transition: .3s
}

.application-form__item-limit {
  text-align: right;
  margin-top: 0;
  font-size: .75rem;
  line-height: 1.5;
  letter-spacing: -.1px;
  opacity: 0;
  margin-bottom: -1.125rem;
  transition: .3s
}

.application-form__item-limit.act-focus {
  margin-top: .25rem;
  margin-bottom: -1.375rem;
  opacity: .7
}

.application-form__item-icon {
  position: absolute;
  left: 1rem;
  top: 1.25rem;
  font-size: 1.5rem
}

.application-form__checkbox-text {
  font-style: normal;
  font-weight: 350;
  letter-spacing: .25px;
  font-stretch: 100;
  margin-left: .75rem
}

.application-form__bottom-text,
.application-form__button {

  text-align: center;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.5px
}

.application-form__button {
  color: var(--bg-secondary);
  background: #fff;
  border-radius: 2rem;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.application-form__button:active,
.swiper-button-next:active,
.swiper-button-prev:active {
  opacity: .7
}

.application-form__bottom-text {
  display: none;
  margin-top: 1.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.application-form__error,
.application-form__incorrect-format {
  color: #fff;
  display: none;
  gap: 8px;
  font-weight: 350;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .25px;
  margin: 1.5rem auto -4rem;
  opacity: 0;
  border-radius: 8px;
  background: #ee164a;
  padding: 8px 16px 8px 12px;
  font-style: normal
}

.application-form__bottom-text_mobile .application-text-box__bottom-icon-info {
  text-align: left;
  right: -.5rem;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.application-form__bottom-text_mobile .application-text-box__bottom-icon-info::after {
  left: unset;
  right: .25rem;
  bottom: -8px
}

.application-form__error {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 23.875rem
}

.application-form__error-icon-ibg {
  height: 24px;
  width: 100%;
  max-width: 24px
}

.application-form__incorrect-format {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 18.625rem
}

.error-active,
.innovation__content {
  display: -webkit-box;
  display: -ms-flexbox
}

.application-form__incorrect-format-icon-ibg {
  height: 24px;
  width: 100%;
  max-width: 24px
}

.error-active {
  display: flex;
  opacity: 1
}

.form__input._error {
  border: 1px solid red
}

.checkbox__input._error {
  border: 1px solid #ee164a
}

.application-form__item._error .application-form__item-icon {
  color: #ee164a
}

.application-form__checkbox._error .checkbox__label::before {
  background: rgba(238, 22, 72, .3)
}

.innovation__content {
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.innovation__content-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 3s .5s;
  -o-transition: opacity 3s .5s;
  transition: opacity 3s .5s
}

.innovation-text__text-one,
.innovation-text__text-three,
.innovation-text__text-two {
  left: 6.25rem;

  font-weight: 500;
  letter-spacing: -4px;
  opacity: 0
}

.innovation__content-btn {
  position: absolute;
  bottom: 1.25rem;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 1.5s 2s;
  -o-transition: opacity 1.5s 2s;
  transition: opacity 1.5s 2s
}

.innovation-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.innovation-text__text-box-one,
.innovation-text__text-box-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.innovation-text__text-one {
  position: relative;
  background: -o-linear-gradient(39.55deg, #fff 10%, rgba(255, 255, 255, .4) 110%);
  background: linear-gradient(50.45deg, #fff 10%, rgba(255, 255, 255, .4) 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s
}

.innovation-text__text-box-two {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.innovation-text__text-two {
  position: relative;
  background: -o-linear-gradient(39.55deg, #fff .24%, rgba(255, 255, 255, .4) 50%);
  background: linear-gradient(50.45deg, #fff .24%, rgba(255, 255, 255, .4) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-transition: 1.5s .5s;
  -o-transition: 1.5s .5s;
  transition: 1.5s .5s
}

.innovation-text__text-three {
  position: relative;
  -webkit-transition: 1.5s 1s;
  -o-transition: 1.5s 1s;
  transition: 1.5s 1s
}

.possibilities-slide-item__left-number,
.possibilities-slide-item__left-text,
.possibilities-slide-item__right-text {
  font-weight: 500;
  letter-spacing: -.5px;
  font-family: Roboto Flex
}

.innovation__content._watcher-view .innovation-text__text-one {
  left: 0;
  opacity: .2
}

.innovation__content._watcher-view .innovation-text__text-two {
  left: 0;
  opacity: .9
}

.innovation__content._watcher-view .innovation-text__text-three {
  left: 0;
  opacity: 1
}

.innovation__content._watcher-view .innovation__content-btn,
.innovation__content._watcher-view .innovation__content-image {
  opacity: 1
}

.possibilities__wrapper,
.swiper-vertical .swiper-wrapper,
.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.possibilities__slide-pagination {
  margin-top: .75rem;
  display: none
}

.possibilities-slide-item {
  padding-bottom: 2rem;
  margin-bottom: 2rem
}

.possibilities-slide-item__left {
  margin-right: .75rem;
  width: 12.75rem
}

.possibilities-slide-item__left-number {
  font-size: 1.5rem;
  line-height: 1.3333333333
}

.possibilities-slide-item__left-text {
  opacity: .4
}

.possibilities-slide-item__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem
}

.possibilities-slide-item__right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 48.25rem;
  gap: 1.4375rem
}

.possibilities-slide-item__right-image-ibg {
  min-width: 12.6875rem;
  min-height: 9.5rem;
  border-radius: 1.25rem;
  overflow: hidden
}

.possibilities-slide-item__right-box-text {
  font-weight: 350;
  letter-spacing: .25px;
  max-width: 27rem;
  opacity: .6
}

.top-best-work__content-box-right {
  margin-top: .625rem
}

.top-best-work__box-righ-title {
  font-family: Roboto Flex;
  font-weight: 500;
  letter-spacing: -2px;
  text-align: right
}

.top-best-work__box-righ-text {
  font-weight: 350;
  letter-spacing: -.25px;
  opacity: .7;
  text-align: right
}

.best-work-slide {
  height: 100%;
  border-radius: 3.875rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden
}

.best-work-slide__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.best-work-slide__image-ibg {
  height: 15.25rem
}

.best-work-slide__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.best-work-content-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background-color: var(--bg-secondary)
}

.best-work-content-slide__title {
  font-family: Roboto Flex;
  font-weight: 350;
  letter-spacing: -.5px
}

.best-work-content-slide__time {
  font-weight: 350;
  letter-spacing: .25px;
  opacity: .4
}

.best-work-content-slide__subtitle {
  font-weight: 350;
  letter-spacing: .25px;
  opacity: .4;
  display: none
}

.best-work-content-slide__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 350;
  letter-spacing: .25px;
  opacity: .7;
  margin-top: .75rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  height: 100%
}

.best-work-content-slide__box-social-btns {
  margin-top: 1.5rem
}

.best-work-content-slide__detail-btn {
  margin-top: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.best-work-social__left>:not(:last-child) {
  margin-right: 1rem
}

.more__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: .9375rem;
  background: -o-linear-gradient(12.01deg, #0e0e3a 10.18%, #171762 42.43%, #3232d1 108.01%, #3b3bf8 124.14%, #6340fb 143.17%, #9747ff 164.65%, #cda6ff 203.8%), #141416;
  background: linear-gradient(77.99deg, #0e0e3a 10.18%, #171762 42.43%, #3232d1 108.01%, #3b3bf8 124.14%, #6340fb 143.17%, #9747ff 164.65%, #cda6ff 203.8%), #141416;
  border-radius: 0 9.375rem 9.375rem 12.5rem
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox
}

.more__title {
  max-width: 34.125rem
}

.more__title span {
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -2px;
  background: -webkit-linear-gradient(257.91deg, #000 1.81%, #0e0e3a 10.37%, #171762 19.73%, #3232d1 30.08%, #3b3bf8 40.23%, #6340fb 50.38%, #9747ff 60.93%, #cda6ff 72.4%), #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent
}

.more__right-content {
  margin-top: .9375rem
}

.more__right-content>:not(:last-child) {
  margin-bottom: 2rem
}

.more__text {
  text-align: end;
  font-style: normal;
  font-weight: 350;
  text-align: start;
  letter-spacing: -.015625rem;
  opacity: .7
}

.swiper-initialized,
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: flex
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-button-lock,
.swiper-pagination-bullet:only-child {
  display: none !important
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background: rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-pagination {
  position: relative;
  text-align: center;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  background-color: var(--bg-secondary)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background-color: #fff
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top .2s, -webkit-transform .2s;
  transition: transform .2s, top .2s, -webkit-transform .2s;
  -o-transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: left .2s, -webkit-transform .2s;
  transition: transform .2s, left .2s, -webkit-transform .2s;
  -o-transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: right .2s, -webkit-transform .2s;
  transition: transform .2s, right .2s, -webkit-transform .2s;
  -o-transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock,
.swiper-scrollbar-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
  cursor: move
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: 1s linear infinite swiper-preloader-spin;
  animation: 1s linear infinite swiper-preloader-spin;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-cube .swiper-slide .swiper-slide,
.swiper-fade .swiper-slide .swiper-slide,
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active,
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active,
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cards,
.swiper-cube,
.swiper-flip {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px)
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

@media (min-width:47.99875em) {
  .br-video-box-content__left-image-middle {
    display: none
  }
}

@media (min-width:78.125em) {
  .possibilities__wrapper {
    height: 100% !important
  }

  .bottom-best-work__wrapper {
    display: grid !important;
    grid-template: 1fr /repeat(3, 1fr);
    gap: 1.5rem
  }

  .big-slide {
    grid-row-start: span 2;
    grid-column-start: span 3
  }

  .big-slide .best-work-slide__play-btn {
    height: 7rem;
    width: 7rem;
    font-size: 3rem;
    z-index: 1;
    display: none
  }

  .big-slide .best-work-slide__box {
    height: 47.5rem
  }

  .big-slide .best-work-slide__image-box {
    position: absolute;
    height: 100%;
    width: 100%
  }

  .big-slide .best-work-slide__image-ibg {
    height: 101%;
    width: 100%
  }

  .big-slide .best-work-content-slide__title {
    margin-top: .875rem;
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: -1px;
    max-width: 28.625rem
  }

  .big-slide .best-work-content-slide__title:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .big-slide .best-work-content-slide__time {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .big-slide .best-work-content-slide__time span {
    display: none
  }

  .big-slide .best-work-content-slide__subtitle {
    display: block;
    padding-top: 1.625rem;
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 2rem
  }

  .big-slide .best-work-content-slide__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: unset;
    margin-top: .25rem;
    font-weight: 350;
    font-size: 1.5rem;
    line-height: 1.4166666667;
    letter-spacing: -.25px
  }

  .big-slide .best-work-content-slide {
    padding-top: 3rem
  }

  .big-slide .best-work-content-slide__title-box {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
  }

  .big-slide .best-work-content-slide__box-social-btns {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-right: 6.125rem;
    margin-top: 0
  }

  .big-slide .best-work-content-slide__detail-btn {
    position: absolute;
    z-index: 1;
    bottom: 3rem;
    right: 3.625rem
  }

  .big-slide .best-work-content-slide__big-play-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 7rem;
    width: 7rem;
    font-size: 3rem
  }
}

@media (min-width:78.1875em) {
  .possibilities-slide-item {
    border-bottom: 1px solid rgba(81, 81, 81, 0);
    -webkit-transition: border-bottom 1s 2s;
    -o-transition: border-bottom 1s 2s;
    transition: border-bottom 1s 2s
  }

  .possibilities-slide-item__box {
    position: relative;
    left: 12.5rem;
    opacity: 0
  }

  .possibilities-slide-item__box_one {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
  }

  .possibilities-slide-item__box_two {
    -webkit-transition: 1s .5s;
    -o-transition: 1s .5s;
    transition: 1s .5s
  }

  .possibilities-slide-item__box_three {
    -webkit-transition: 1s 1s;
    -o-transition: 1s 1s;
    transition: 1s 1s
  }

  .possibilities-slide-item__box_four {
    -webkit-transition: 1s 1.5s;
    -o-transition: 1s 1.5s;
    transition: 1s 1.5s
  }

  .possibilities__container._watcher-view .possibilities-slide-item__box {
    opacity: 1;
    left: 0
  }
}

@media (min-width:86em) {

  .play-btn,
  .slider-btn_left,
  .slider-btn_right {
    width: 4rem;
    height: 4rem
  }

  .application-text-box__social-box :not(:last-child),
  .footer-bottom__social-box :not(:last-child),
  .footer-contacts__contact-icon {
    margin-right: 1rem
  }

  .checkbox__text,
  .content-btn__text,
  .footer-bottom__all,
  .what-sm-top-slider__slide-text,
  input[type=email],
  input[type=tel],
  input[type=text],
  textarea {
    font-size: 1rem;
    line-height: 1.5rem
  }

  .application-text-box__title,
  .title-h2,
  .top-best-work__box-righ-title {
    font-size: 4rem;
    line-height: 4.5rem
  }

  .application-text-box__text-row,
  .card-one__text,
  .footer-contacts__contact-text,
  .more__text,
  .text-b1 {
    font-size: 1.5rem;
    line-height: 2.125rem
  }

  .numbers {
    max-height: 8rem;
    font-size: 10.25rem;
    line-height: 8rem
  }

  .content-btn {
    padding: 1.5rem 1.5rem 1.5rem 3rem
  }

  .content-btn__text-box {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem
  }

  .content-btn__text-box :not(:last-child) {
    margin-bottom: .75rem
  }

  .content-btn__title,
  .detail-btn-mobile-wite__text,
  .detail-btn__text,
  .footer-navigation__link,
  .slider-one__text-title,
  .social-link-next-btn_video .social-link-next-btn__text,
  .what-sm-top-slider__slide-title {
    font-size: 1.5rem;
    line-height: 2rem
  }

  .content-btn__box-icon {
    min-height: 7rem;
    min-width: 7rem
  }

  .content-btn__icon {
    font-size: 3rem
  }

  .social-link-big-btn {
    padding-top: .75rem;
    padding-bottom: .75rem
  }

  .social-link-next-btn {
    padding: .75rem 1.375rem .75rem 1.75rem
  }

  .detail-btn,
  .detail-btn-mobile-wite,
  .social-link-next-btn_video {
    padding: 1rem 1.5rem 1rem 1.75rem
  }

  .detail-btn-mobile-wite__icon,
  .detail-btn__icon {
    margin-left: .75rem
  }

  .card-one {
    border-radius: 4rem;
    padding: 3rem 3rem 3.625rem
  }

  .card-one__subtitle {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem
  }

  .card-one__title,
  .footer-top__subtitle,
  .what-br__top-sub-title {
    font-size: 2.5rem;
    line-height: 3rem
  }

  .footer__content-box {
    padding-top: 10rem;
    margin-top: 10rem
  }

  .footer__content-bottom {
    margin-top: 10rem
  }

  .footer-top__contacts {
    margin-top: 5rem
  }

  .footer-top__text {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 2.125rem
  }

  .application-form__box>:not(:last-child),
  .footer-contacts>:not(:last-child) {
    margin-bottom: 1.5rem
  }

  .footer-navigation__list {
    row-gap: 3rem;
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem
  }

  .footer-bottom {
    margin-bottom: 2rem
  }

  .br-video-box {
    height: 53rem
  }

  .br-video-box__progress {
    top: 49.875rem
  }

  .br-video-box-content {
    padding-bottom: 6.25rem
  }

  .br-video-box-content__left-title {
    font-size: 8rem;
    line-height: 8rem;
    padding-top: 14.5rem
  }

  .br-video-box-content__left-image-big {
    margin-top: 17.5rem
  }

  .br-video-box-content__left-image-middle {
    margin-top: 3.125rem;
    margin-bottom: 20rem
  }

  .br-video-box-content__image-middle-ibg {
    height: 6rem;
    width: 34.6875rem
  }

  .br-video-box-content__left-text {
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-top: 2.5rem
  }

  .br-video-box-content__left-btn {
    margin-top: 6.75rem
  }

  .what-br {
    padding-top: 10rem;
    padding-bottom: 3.75rem
  }

  .best-work,
  .innovation,
  .more,
  .slider-one,
  .uniqueness,
  .what-sm {
    padding-bottom: 10rem
  }

  .slider-one__text-text {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: .75rem
  }

  .slider-one__controls {
    width: 9rem
  }

  .uniqueness__content-middle {
    margin-top: 3rem
  }

  .uniqueness__content-bottom-text {
    margin-top: 5rem;
    font-size: 12.6875rem;
    line-height: 15rem;
    width: 84rem;
    letter-spacing: -.3875rem
  }

  .uniqueness-top__text-one,
  .uniqueness-top__text-three,
  .uniqueness-top__text-two {
    font-size: 8rem;
    line-height: 8rem;
    letter-spacing: -.25rem
  }

  .uniqueness-middle-image {
    min-height: 16.625rem
  }

  .uniqueness-middle-image__one-ibg {
    height: 16.625rem;
    width: 90rem
  }

  .uniqueness-middle-image__two-ibg {
    height: 30.875rem;
    width: 90rem
  }

  .uniqueness-middle-image__three-ibg {
    height: 27.5rem;
    width: 100rem
  }

  .what-sm_two {
    padding-bottom: 5rem
  }

  .best-work__bottom,
  .what-sm__middle {
    margin-top: 4rem
  }

  .what-sm-top-left__text {
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-top: 2rem
  }

  .what-sm-top-left__btn {
    margin-top: 3rem;
    max-width: 18.5rem
  }

  .what-sm-top-image,
  .what-sm-top-slider {
    max-width: 34.125rem
  }

  .what-sm-top-slider__slide-image-ibg {
    width: 34.125rem;
    height: 19.5625rem
  }

  .what-sm-top-slider__slide-box-text {
    margin-top: 3rem;
    max-width: 19.375rem
  }

  .what-sm-top-slider__slide-box-text :not(:last-child) {
    margin-bottom: .75rem
  }

  .what-sm-top-slider__controls {
    width: 9rem;
    top: 24.5625rem
  }

  .what-sm-top-image__image-bg svg {
    width: 34.125rem;
    height: 26.5rem
  }

  .what-sm-top-image__image-ibg {
    top: -2.375rem;
    right: -1.9375rem;
    width: 34.6875rem;
    height: 34.6875rem
  }

  .what-sm-bottom {
    margin-top: 4.75rem
  }

  .what-sm-bottom-slider__slide-image-ibg {
    height: 28.25rem;
    width: 34.125rem
  }

  .form-application {
    padding-bottom: 11.25rem
  }

  .form-application__content {
    padding: 6.5rem 7.125rem 6rem
  }

  .application-form__checkbox,
  .application-text-box__text-info {
    margin-top: 2rem
  }

  .application-form__bottom-text,
  .application-text-box__bottom-text,
  .application-text-box__text-info :not(:first-child) a,
  .best-work-content-slide__title,
  .possibilities-slide-item__right-text {
    font-size: 1.5rem;
    line-height: 2rem
  }

  .application-text-box__social-box {
    margin-top: 1.5rem
  }

  .application-form__item-placeholder {
    top: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem
  }

  .application-form__checkbox-text,
  .best-work-content-slide__subtitle,
  .best-work-content-slide__text,
  .possibilities-slide-item__right-box-text {
    font-size: 1rem;
    line-height: 1.5rem
  }

  .application-form__button {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 3rem
  }

  .innovation__image-ibg {
    width: 71.625rem;
    height: 43.75rem
  }

  .innovation-text__text-one,
  .innovation-text__text-three,
  .innovation-text__text-two {
    font-size: 8rem;
    line-height: 8rem
  }

  .possibilities {
    padding-bottom: 8rem
  }

  .possibilities-slide-item__left-text {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 2rem
  }

  .top-best-work__box-righ-text {
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-top: 1.4375rem
  }

  .best-work-content-slide {
    padding: 2rem 3rem 3rem
  }

  .best-work-content-slide__time {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: .5rem
  }

  .more__content {
    padding: 4.375rem 7.125rem 4.6875rem
  }
}

@media (max-width:75em) and (max-width:20em) {
  .what-sm__top-number {
    margin-top: 17.1875rem
  }
}

@media (max-width:75em) {
  .what-sm__top-content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 3rem
  }

  .more__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem
  }

  .more__right-content {
    margin-top: 0
  }

  .more__social-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .5rem
  }
}

@media (max-width:25em) {

  .what-sm-top-image,
  .what-sm-top-slider {
    margin-left: -2.8125rem
  }
}

@media (max-width:20em) {

  .play-btn,
  .slider-btn_left,
  .slider-btn_right {
    width: 3rem;
    height: 3rem
  }

  .application-text-box__social-box :not(:last-child),
  .footer-bottom__social-box :not(:last-child) {
    margin-right: .5rem
  }

  .checkbox__text,
  input[type=email],
  input[type=tel],
  input[type=text],
  textarea {
    font-size: .875rem;
    line-height: 1.25rem
  }

  .title-h2 {
    font-size: 2rem;
    line-height: 2.5rem
  }

  .card-one__text,
  .footer-contacts__contact-text,
  .text-b1 {
    font-size: 1rem;
    line-height: 1.5rem
  }

  .numbers {
    max-height: 2.375rem;
    font-size: 2rem;
    line-height: 2.5rem
  }

  .content-btn {
    padding: 1rem 1rem 1rem 2rem
  }

  .content-btn__text-box {
    margin-top: .0625rem;
    margin-bottom: .0625rem
  }

  .content-btn__text-box :not(:last-child) {
    margin-bottom: .5rem
  }

  .application-form__bottom-text,
  .application-text-box__bottom-text,
  .best-work-content-slide__title,
  .content-btn__title,
  .detail-btn__text,
  .footer-navigation__link,
  .footer-top__subtitle,
  .possibilities-slide-item__right-text,
  .slider-one__text-title,
  .social-link-next-btn_video .social-link-next-btn__text,
  .what-sm-top-slider__slide-title {
    font-size: 1rem;
    line-height: 1.375rem
  }

  .content-btn__text,
  .footer-bottom__all,
  .what-sm-top-slider__slide-text {
    font-size: .75rem;
    line-height: 1.125rem
  }

  .content-btn__box-icon {
    min-height: 4.5rem;
    min-width: 4.5rem
  }

  .content-btn__icon {
    font-size: 1.25rem
  }

  .social-link-big-btn {
    padding-top: .5rem;
    padding-bottom: .5rem
  }

  .social-link-next-btn {
    padding: .5rem 1.125rem .5rem 1.5rem
  }

  .detail-btn,
  .detail-btn-mobile-wite,
  .social-link-next-btn_video {
    padding: .8125rem 1.25rem .8125rem 1.5rem
  }

  .detail-btn-mobile-wite__icon,
  .detail-btn__icon {
    margin-left: .5rem
  }

  .detail-btn-mobile-wite__text {
    font-size: 1.125rem;
    line-height: 1.375rem
  }

  .card-one {
    border-radius: 2rem;
    padding: 2.5rem 1.5rem 1.5rem
  }

  .card-one__subtitle {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 1.5rem
  }

  .application-text-box__title,
  .card-one__title,
  .top-best-work__box-righ-title,
  .what-br__top-sub-title {
    font-size: 1.5rem;
    line-height: 2rem
  }

  .footer__content-box {
    padding-top: 4rem;
    margin-top: 4rem
  }

  .footer__content-bottom {
    margin-top: 4rem
  }

  .footer-top__contacts,
  .uniqueness__content-bottom-text,
  .uniqueness__content-middle {
    margin-top: 1.5rem
  }

  .footer-top__contacts-box {
    max-width: 12.5rem
  }

  .footer-top__text {
    margin-top: .5rem;
    font-size: 1rem;
    line-height: 1.5rem
  }

  .footer-bottom,
  .footer-contacts>:not(:last-child) {
    margin-bottom: 1rem
  }

  .footer-contacts__contact-icon {
    margin-right: 1.5rem
  }

  .footer-navigation__list {
    row-gap: 2.5rem;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: .625rem
  }

  .br-video-box {
    height: 26.25rem
  }

  .br-video-box__progress {
    top: 24.5rem
  }

  .br-video-box-content {
    padding-bottom: 3.25rem
  }

  .br-video-box-content__left-title {
    font-size: 2.5rem;
    line-height: 3rem;
    padding-top: 9rem
  }

  .br-video-box-content__left-image-big {
    margin-top: 3.75rem
  }

  .br-video-box-content__left-image-middle {
    margin-top: 1rem;
    margin-bottom: 3.125rem
  }

  .br-video-box-content__image-middle-ibg {
    height: 2.3125rem;
    width: 13.75rem
  }

  .br-video-box-content__left-text,
  .what-sm-top-left__text {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1.5rem
  }

  .br-video-box-content__left-btn {
    margin-top: 2.5rem
  }

  .what-br {
    padding-top: 4rem;
    padding-bottom: 2.5rem
  }

  .best-work,
  .form-application,
  .innovation,
  .more,
  .possibilities,
  .slider-one,
  .uniqueness,
  .what-sm {
    padding-bottom: 4rem
  }

  .slider-one__text-text {
    font-size: .75rem;
    line-height: 1.125rem;
    margin-top: .5rem
  }

  .slider-one__controls {
    width: 6.5rem
  }

  .uniqueness__content-bottom-text {
    font-size: 3.25rem;
    line-height: 4.5rem;
    width: 21.75rem;
    letter-spacing: -.25rem
  }

  .uniqueness-top__text-one,
  .uniqueness-top__text-three,
  .uniqueness-top__text-two {
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: -.0625rem
  }

  .uniqueness-middle-image {
    min-height: 3.6875rem
  }

  .uniqueness-middle-image__one-ibg {
    height: 3.6875rem;
    width: 20rem
  }

  .uniqueness-middle-image__two-ibg {
    height: 6.8125rem;
    width: 20rem
  }

  .uniqueness-middle-image__three-ibg {
    height: 5.5rem;
    width: 20rem
  }

  .what-sm_two {
    padding-bottom: 3rem
  }

  .what-sm-bottom,
  .what-sm__middle {
    margin-top: 3rem
  }

  .what-sm-top-left__btn {
    margin-top: 2rem;
    max-width: 14.0625rem
  }

  .what-sm-top-image,
  .what-sm-top-slider {
    max-width: 18rem
  }

  .what-sm-top-slider__slide-image-ibg {
    width: 18rem;
    height: 10.3125rem
  }

  .what-sm-top-slider__slide-box-text {
    margin-top: 1.25rem;
    max-width: 10.5rem
  }

  .application-form__box>:not(:last-child),
  .what-sm-top-slider__slide-box-text :not(:last-child) {
    margin-bottom: .5rem
  }

  .what-sm-top-slider__controls {
    width: 6.5rem;
    top: 12.8125rem
  }

  .what-sm-top-image__image-bg svg {
    width: 18rem;
    height: 14rem
  }

  .what-sm-top-image__image-ibg {
    top: -1.0625rem;
    right: -.9375rem;
    width: 18.125rem;
    height: 18.125rem
  }

  .what-sm-bottom-slider__slide-image-ibg {
    height: 12.375rem;
    width: 15rem
  }

  .form-application__content {
    padding: 2.5rem 1rem
  }

  .application-form__checkbox,
  .application-text-box__social-box,
  .application-text-box__text-info {
    margin-top: 1rem
  }

  .application-text-box__text-info :not(:first-child) a,
  .application-text-box__text-row,
  .more__text {
    font-size: 1rem;
    line-height: 1.5rem
  }

  .application-form__checkbox-text,
  .application-form__item-placeholder,
  .best-work-content-slide__subtitle,
  .best-work-content-slide__text,
  .possibilities-slide-item__right-box-text {
    font-size: .875rem;
    line-height: 1.25rem
  }

  .application-form__item-placeholder {
    top: 1.125rem
  }

  .application-form__button {
    font-size: 1rem;
    line-height: 1.375rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    margin-top: 2.5rem
  }

  .innovation__image-ibg {
    width: 25rem;
    height: 12.5rem
  }

  .innovation-text__text-one,
  .innovation-text__text-three,
  .innovation-text__text-two {
    font-size: 2.5rem;
    line-height: 3rem
  }

  .possibilities-slide-item__left-text {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-top: .75rem
  }

  .best-work__bottom {
    margin-top: 2rem
  }

  .top-best-work__box-righ-text {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1rem
  }

  .best-work-content-slide {
    padding: 1.5rem 1.5rem 2.5rem
  }

  .best-work-content-slide__time {
    font-size: .875rem;
    line-height: 1.25rem;
    margin-top: .75rem
  }

  .more__content {
    padding: 2.5rem 1.5rem 6.5rem
  }
}

@media (max-width:87.5em) {
  .br-video__video-box {
    border-radius: 0 0 20px 20px
  }
}

@media (max-width:86.25em) {

  .numbers,
  .what-br__top-content-box-right {
    margin-top: 0
  }

  .numbers {
    margin-right: .75rem
  }

  .what-br__top-content-box-right :not(:last-child) {
    margin-bottom: .75rem
  }

  .what-br__bottom-content-box {
    max-width: none
  }

  .slider-one__slide-image-bg {
    width: 56.25rem
  }

  .slider-one__image-ibg {
    border-radius: 0 6.5625rem 9.0625rem 12.1875rem;
    height: 25.3125rem;
    width: 56.25rem
  }
}

@media (max-width:86.1875em) {
  .what-sm-bottom-container {
    padding-left: 0;
    padding-right: 0
  }

  .what-sm-bottom__btn {
    left: 1rem
  }

  .what-sm-bottom-slider__slider {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .what-sm-bottom-slider__slide {
    max-width: none;
    gap: none
  }
}

@media (max-width:79.375em) {

  .slider-one__slide,
  .what-br__bottom,
  .what-br__top-content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
  }

  .what-br__top-content-box {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .what-br__bottom {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal
  }

  .slider-one__slide {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
  }

  .slider-one__slide-image-bg {
    width: 62.5rem
  }

  .slider-one__image-ibg {
    border-radius: 0 8.9375rem 8.9375rem 11.9375rem;
    width: 100%;
    height: 28rem
  }

  .slider-one__text-box {
    background-color: inherit;
    padding: 1.25rem 0 0;
    min-height: 100%
  }

  .slider-one__controls {
    bottom: unset;
    top: 26.25rem
  }

  .what-sm-bottom-slider__controls {
    display: none
  }
}

@media (max-width:78.125em) {
  .possibilities__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .possibilities__slide-pagination {
    display: block
  }

  .possibilities-slide-item {
    margin-bottom: 0;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
  }

  .possibilities-slide-item__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0
  }

  .possibilities-slide-item__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
  }

  .possibilities-slide-item__left-image-ibg {
    width: 8.625rem;
    height: 6.5625rem;
    border-radius: .5rem;
    overflow: hidden
  }

  .possibilities-slide-item__right {
    max-width: 100%;
    margin-top: 1.5rem
  }

  .possibilities-slide-item__right-text {
    width: 100%;
    max-width: 18rem
  }

  .possibilities-slide-item__right-image-ibg {
    display: none
  }

  .possibilities-slide-item__right-box-text {
    max-width: 100%
  }

  .best-work-container-slider {
    padding-right: 0;
    padding-left: 0
  }

  .bottom-best-work__slider {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .best-work-slide {
    height: unset !important
  }
}

@media (max-width:78.0625em) {
  .bottom-best-work__pagination {
    display: block
  }
}

@media (max-width:78.375em) {
  .best-work-social__left>:not(:last-child) {
    margin-bottom: 1rem
  }
}

@media (max-width:73.75em) {

  .menu__body,
  .menu__body::before {
    position: fixed;
    right: -100%;
    background-color: var(--bg-primary);
    width: 100%;
    top: 0
  }

  .menu__body,
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
  }

  .menu-open .header._header-scroll .header__logo,
  .menu-open .header__logo {
    opacity: 1
  }

  .header__box {
    gap: 0
  }

  .header__logo {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0
  }

  .menu__body {
    padding: 7rem 1rem 1rem;
    z-index: 3;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .menu__body::before {
    content: "";
    height: 6.25rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 2
  }

  .menu-open .menu__body,
  .menu-open .menu__body::before {
    right: 0
  }

  .menu__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5rem
  }

  .menu__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .header._header-scroll .header__logo {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.25rem;
    z-index: 5
  }

  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #fff
  }

  .icon-menu::before {
    top: 0
  }

  .icon-menu::after {
    bottom: 0
  }

  .icon-menu span {
    top: calc(50% - .0625rem)
  }

  .menu-open .icon-menu span {
    width: 0
  }

  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .what-sm-bottom__btn {
    display: none
  }

  .menu__item {
    margin-bottom: 15px;
  }

  .menu__list .submenu li {
    padding-left: 15px;
  }

  .menu__list :not(:last-child) {
    margin-right: 0;
  }

  .menu__list .submenu li a {
    font-size: 0.85rem;
  }

  .menu__list .has_child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}


@media (max-width:73.75em) and (max-width:29.99875em) {
  .menu__body::before {
    height: 3.75rem
  }

  .icon-menu {
    width: 1.125rem;
    height: 1rem
  }

  /*///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

  .menu__body {
    padding: 5rem 1rem 1rem;
  }
}

@media (max-width:73.75em) and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}

@media (max-width:73.8125em) and (max-width:20em) {
  .br-video-box-content__left-btn {
    margin-top: 2.5rem
  }
}

@media (max-width:68.75em) {
  .detail-btn-mobile-wite {
    background-color: #fff
  }

  .detail-btn-mobile-wite__icon,
  .detail-btn-mobile-wite__text {
    color: var(--bg-secondary)
  }

  .footer-top__contacts,
  .footer-top__content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .footer-navigation__list {
    max-width: 31.25rem
  }

  .footer-navigation__item:first-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .footer-navigation__item:nth-of-type(2) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .footer-navigation__item:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .footer-navigation__item:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .footer-navigation__item:nth-of-type(5) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .form-application__content,
  .no-webp .form-application__content,
  .webp .form-application__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: -o-radial-gradient(80% -18.32%, 110% 130%, #000 0, #0e0e3a 10.68%, #171762 28.41%, #3232d1 47.2%, #3b3bf8 58.86%, #6340fb 68.69%, #9747ff 79.78%, #cda6ff 100%);
    background: radial-gradient(110% 130% at 80% -18.32%, #000 0, #0e0e3a 10.68%, #171762 28.41%, #3232d1 47.2%, #3b3bf8 58.86%, #6340fb 68.69%, #9747ff 79.78%, #cda6ff 100%)
  }

  .application-text-box {
    min-height: unset
  }

  .application-text-box__text-info {
    margin-left: 1.4375rem
  }

  .application-text-box__bottom-box {
    display: none
  }

  .application-text-box__bottom-icon-info {
    padding: .5rem .75rem .75rem 1.25rem
  }

  .application-text-box__bottom-icon-info-text {
    font-size: .75rem;
    line-height: 1.5
  }

  .application-form {
    min-width: unset
  }

  .application-form__bottom-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.125rem
  }

  .application-form__incorrect-format {
    margin-bottom: -3.125rem
  }

  .error-active {
    margin-bottom: 0
  }
}

@media (max-width:68.75em) and (any-hover:hover) {
  .detail-btn-mobile-wite:hover {
    background-color: #d8d8fe
  }
}

@media (max-width:68.75em) and (max-width:20em) {

  .footer-top__contacts-box,
  .footer-top__contacts-navigation {
    margin-left: 2.875rem
  }

  .br-video-box-content {
    padding-bottom: 3.25rem
  }
}

@media (max-width:64.375em) {
  .slider-one__slide-image {
    height: 18.75rem
  }

  .slider-one__slide-image-bg {
    width: 46.875rem;
    height: 13.375rem
  }

  .slider-one__image-ibg {
    border-radius: 0 6.5625rem 6.5625rem 8.875rem;
    height: 21rem;
    width: 46.875rem
  }

  .slider-one__controls {
    top: 21.875rem
  }
}

@media (max-width:62.5em) {
  .what-sm-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .what-sm-middle__left {
    max-width: unset
  }

  .what-sm-middle__right-btn {
    min-width: unset
  }
}

@media (max-width:61.99875em) {

  .dropdown-btn,
  .form-application__bg-image-ibg {
    display: none
  }

  .footer__content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .footer-bottom__logo {
    margin-right: 0;
    margin-bottom: 2rem
  }

  .footer-bottom__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .what-sm-bottom-slider__slide-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .what-sm-bottom-slider__slide-image-ibg {
    margin-right: 0;
    margin-bottom: -10.875rem;
    min-width: unset
  }
}

@media (max-width:61.99875em) and (max-width:20em) {
  .card-one_slider {
    padding-top: 12.875rem
  }
}

@media (max-width:49.375em) {
  .slider-one__slide-image {
    height: 12.5rem
  }

  .slider-one__slide-image-bg {
    width: 31.25rem;
    height: 8.9375rem
  }

  .slider-one__image-ibg {
    border-radius: 0 4.4375rem 4.4375rem 5.125rem;
    height: 14rem;
    width: 31.25rem
  }

  .slider-one__controls {
    top: 15.5rem;
    right: 0
  }
}

@media (max-width:47.99875em) {
  .popup {
    padding: 0
  }

  .popup__content {
    border-radius: 0;
    padding: 0
  }

  .detail-btn__text,
  .social-link-next-btn_video .social-link-next-btn__text {
    letter-spacing: unset
  }

  .br-video-box-content__left-image-big {
    display: none
  }

  .br-video-box-content__left-btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 15.625rem
  }

  .br-video-box-content__left-btn-box>:not(:first-child) {
    margin-top: 0
  }

  .br-video-box-content__left-btn-box :nth-child(2),
  .br-video-box-content__left-btn-box>:first-child {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .top-best-work__content-box,
  .what-br__bottom-content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .top-best-work__content-box-right {
    margin-top: 1.5rem
  }

  .top-best-work__box-righ-text,
  .top-best-work__box-righ-title {
    text-align: left
  }

  .best-work-social__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5rem;
    margin-bottom: .5rem
  }

  .best-work-social__left>:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0
  }

  .best-work-social__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (max-width:33.75em) {
  .slider-one__slide-image {
    height: 6.25rem
  }

  .slider-one__slide-image-bg {
    width: 18rem;
    height: 5.125rem
  }

  .slider-one__image-ibg {
    border-radius: 0 2.5rem 2.5rem 3.4375rem;
    width: 18rem;
    height: 8.0625rem
  }

  .slider-one__text-box {
    max-width: 10.25rem
  }

  .slider-one__controls {
    top: 9.25rem
  }
}

@media (max-width:29.99875em) {
  .checkbox__label:before {
    margin-top: .5rem
  }

  .checkbox__icon {
    top: .625rem
  }

  .checkbox__text {
    max-width: 15.625rem
  }

  .social-link-btn {
    height: 2.5rem;
    width: 2.5rem
  }

  .social-link-big-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .card-one :not(:last-child) {
    margin-bottom: 1rem
  }

  .card-one :first-child {
    margin-bottom: 1.5rem
  }

  .header {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .footer-bottom__logo img,
  .header__logo img {
    width: 8.75rem
  }

  .menu__link {
    font-size: 1.3rem;
    line-height: 1
  }

  .footer-top__contacts-box,
  .footer-top__contacts-navigation {
    margin-left: 0
  }

  .what-br__top-title {
    max-width: 11.25rem
  }

  .what-br__top-sub-title,
  .what-br__top-title span {
    text-transform: none
  }

  .what-br__bottom,
  .what-sm-middle__right {
    gap: .5rem
  }

  .form-application__container {
    padding-right: 0;
    padding-left: 0
  }

  .form-application__bg-image-ibg,
  .form-application__content {
    border-radius: 0
  }

  .application-text-box__text-info {
    margin-left: .8125rem
  }

  .application-text-box__text-info>:only-child ::before {
    height: 3px;
    width: 3px;
    left: -.6875rem
  }

  .application-form__bottom-text_mobile:hover .application-text-box__bottom-icon-info {
    bottom: 3.75rem
  }

  .application-form__bottom-text_mobile .application-text-box__bottom-text {
    max-width: 12.5rem;
    text-align: left
  }

  .application-form__bottom-text_mobile .application-text-box__bottom-icon-info {
    min-width: 13.5rem
  }

  .possibilities-slide-item__left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .possibilities-slide-item__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .possibilities-slide-item__right-text br {
    display: none
  }

  .best-work-slide {
    border-radius: 1.875rem
  }

  .best-work-slide__image-ibg {
    height: 10.0625rem
  }

  .more__content {
    border-radius: 0 9.375rem 12.5rem 12.5rem
  }
}

@media (max-width:29.99875em) and (max-width:20em) {
  .footer-contacts__contact-icon {
    margin-right: 1.5rem
  }
}

@media (max-width:28.125em) {

  .detail-btn_video,
  .social-link-next-btn_video {
    max-width: 13.3125rem
  }
}

@media (max-width:26.875em) {
  .more__content {
    border-radius: 0 12.5rem 12.5rem
  }
}

@media (min-width:20em) and (max-width:86em) {
  @supports (font-size:clamp(2rem, 1.3939393939rem + 3.0303030303vw, 4rem)) {
    .title-h2 {
      font-size: clamp(2rem, 1.3939393939rem + 3.0303030303vw, 4rem)
    }
  }

  @supports not (font-size:clamp(2rem, 1.3939393939rem + 3.0303030303vw, 4rem)) {
    .title-h2 {
      font-size: calc(2rem + 2 * (100vw - 20rem) / 66)
    }
  }

  @supports (line-height:clamp(2.5rem, 1.8939393939rem + 3.0303030303vw, 4.5rem)) {
    .title-h2 {
      line-height: clamp(2.5rem, 1.8939393939rem + 3.0303030303vw, 4.5rem)
    }
  }

  @supports not (line-height:clamp(2.5rem, 1.8939393939rem + 3.0303030303vw, 4.5rem)) {
    .title-h2 {
      line-height: calc(2.5rem + 2 * (100vw - 20rem) / 66)
    }
  }

  @supports (max-height:clamp(2.375rem, 0.6704545455rem + 8.5227272727vw, 8rem)) {
    .numbers {
      max-height: clamp(2.375rem, .6704545455rem + 8.5227272727vw, 8rem)
    }
  }

  @supports not (max-height:clamp(2.375rem, 0.6704545455rem + 8.5227272727vw, 8rem)) {
    .numbers {
      max-height: calc(2.375rem + 5.625 * (100vw - 20rem)/ 66)
    }
  }

  @supports (font-size:clamp(2rem, -0.5rem + 12.5vw, 10.25rem)) {
    .numbers {
      font-size: clamp(2rem, -.5rem + 12.5vw, 10.25rem)
    }
  }

  @supports not (font-size:clamp(2rem, -0.5rem + 12.5vw, 10.25rem)) {
    .numbers {
      font-size: calc(2rem + 8.25 * (100vw - 20rem) / 66)
    }
  }

  @supports (line-height:clamp(2.5rem, 0.8333333333rem + 8.3333333333vw, 8rem)) {
    .numbers {
      line-height: clamp(2.5rem, .8333333333rem + 8.3333333333vw, 8rem)
    }
  }

  @supports not (line-height:clamp(2.5rem, 0.8333333333rem + 8.3333333333vw, 8rem)) {
    .numbers {
      line-height: calc(2.5rem + 5.5 * (100vw - 20rem) / 66)
    }
  }

  @supports (padding-top:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
    .content-btn {
      padding-top: clamp(1rem, .8484848485rem + .7575757576vw, 1.5rem)
    }
  }

  @supports not (padding-top:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
    .content-btn {
      padding-top: calc(1rem + .5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-bottom:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
    .content-btn {
      padding-bottom: clamp(1rem, .8484848485rem + .7575757576vw, 1.5rem)
    }
  }

  @supports not (padding-bottom:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
    .content-btn {
      padding-bottom: calc(1rem + .5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-right:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
    .content-btn {
      padding-right: clamp(1rem, .8484848485rem + .7575757576vw, 1.5rem)
    }
  }

  @supports not (padding-right:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
    .content-btn {
      padding-right: calc(1rem + .5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-left:clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)) {
    .content-btn {
      padding-left: clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)
    }
  }

  @supports not (padding-left:clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)) {
    .content-btn {
      padding-left: calc(2rem + 1 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-top:clamp(0.0625rem, -0.3352272727rem + 1.9886363636vw, 1.375rem)) {
    .content-btn__text-box {
      margin-top: clamp(.0625rem, -.3352272727rem + 1.9886363636vw, 1.375rem)
    }
  }

  @supports not (margin-top:clamp(0.0625rem, -0.3352272727rem + 1.9886363636vw, 1.375rem)) {
    .content-btn__text-box {
      margin-top: calc(.0625rem + 1.3125 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-bottom:clamp(0.0625rem, -0.3352272727rem + 1.9886363636vw, 1.375rem)) {
    .content-btn__text-box {
      margin-bottom: clamp(.0625rem, -.3352272727rem + 1.9886363636vw, 1.375rem)
    }
  }

  @supports not (margin-bottom:clamp(0.0625rem, -0.3352272727rem + 1.9886363636vw, 1.375rem)) {
    .content-btn__text-box {
      margin-bottom: calc(.0625rem + 1.3125 * (100vw - 20rem)/ 66)
    }
  }

  @supports (min-height:clamp(4.5rem, 3.7424242424rem + 3.7878787879vw, 7rem)) {
    .content-btn__box-icon {
      min-height: clamp(4.5rem, 3.7424242424rem + 3.7878787879vw, 7rem)
    }
  }

  @supports not (min-height:clamp(4.5rem, 3.7424242424rem + 3.7878787879vw, 7rem)) {
    .content-btn__box-icon {
      min-height: calc(4.5rem + 2.5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (min-width:clamp(4.5rem, 3.7424242424rem + 3.7878787879vw, 7rem)) {
    .content-btn__box-icon {
      min-width: clamp(4.5rem, 3.7424242424rem + 3.7878787879vw, 7rem)
    }
  }

  @supports not (min-width:clamp(4.5rem, 3.7424242424rem + 3.7878787879vw, 7rem)) {
    .content-btn__box-icon {
      min-width: calc(4.5rem + 2.5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (font-size:clamp(1.25rem, 0.7196969697rem + 2.6515151515vw, 3rem)) {
    .content-btn__icon {
      font-size: clamp(1.25rem, .7196969697rem + 2.6515151515vw, 3rem)
    }
  }

  @supports not (font-size:clamp(1.25rem, 0.7196969697rem + 2.6515151515vw, 3rem)) {
    .content-btn__icon {
      font-size: calc(1.25rem + 1.75 * (100vw - 20rem) / 66)
    }
  }

  @supports (padding-top:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {

    .social-link-big-btn,
    .social-link-next-btn {
      padding-top: clamp(.5rem, .4242424242rem + .3787878788vw, .75rem)
    }
  }

  @supports not (padding-top:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {

    .social-link-big-btn,
    .social-link-next-btn {
      padding-top: calc(.5rem + .25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-right:clamp(1.125rem, 1.0492424242rem + 0.3787878788vw, 1.375rem)) {
    .social-link-next-btn {
      padding-right: clamp(1.125rem, 1.0492424242rem + .3787878788vw, 1.375rem)
    }
  }

  @supports not (padding-right:clamp(1.125rem, 1.0492424242rem + 0.3787878788vw, 1.375rem)) {
    .social-link-next-btn {
      padding-right: calc(1.125rem + .25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-bottom:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {

    .social-link-big-btn,
    .social-link-next-btn {
      padding-bottom: clamp(.5rem, .4242424242rem + .3787878788vw, .75rem)
    }
  }

  @supports not (padding-bottom:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {

    .social-link-big-btn,
    .social-link-next-btn {
      padding-bottom: calc(.5rem + .25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (width:clamp(3rem, 2.696969697rem + 1.5151515152vw, 4rem)) {

    .play-btn,
    .slider-btn_left,
    .slider-btn_right {
      width: clamp(3rem, 2.696969697rem + 1.5151515152vw, 4rem)
    }
  }

  @supports not (width:clamp(3rem, 2.696969697rem + 1.5151515152vw, 4rem)) {

    .play-btn,
    .slider-btn_left,
    .slider-btn_right {
      width: calc(3rem + 1 * (100vw - 20rem)/ 66)
    }
  }

  @supports (height:clamp(3rem, 2.696969697rem + 1.5151515152vw, 4rem)) {

    .play-btn,
    .slider-btn_left,
    .slider-btn_right {
      height: clamp(3rem, 2.696969697rem + 1.5151515152vw, 4rem)
    }
  }

  @supports not (height:clamp(3rem, 2.696969697rem + 1.5151515152vw, 4rem)) {

    .play-btn,
    .slider-btn_left,
    .slider-btn_right {
      height: calc(3rem + 1 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-top:clamp(0.8125rem, 0.7556818182rem + 0.2840909091vw, 1rem)) {

    .detail-btn,
    .detail-btn-mobile-wite,
    .social-link-next-btn_video {
      padding-top: clamp(.8125rem, .7556818182rem + .2840909091vw, 1rem)
    }
  }

  @supports not (padding-top:clamp(0.8125rem, 0.7556818182rem + 0.2840909091vw, 1rem)) {

    .detail-btn,
    .detail-btn-mobile-wite,
    .social-link-next-btn_video {
      padding-top: calc(.8125rem + .1875 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-bottom:clamp(0.8125rem, 0.7556818182rem + 0.2840909091vw, 1rem)) {

    .detail-btn,
    .detail-btn-mobile-wite,
    .social-link-next-btn_video {
      padding-bottom: clamp(.8125rem, .7556818182rem + .2840909091vw, 1rem)
    }
  }

  @supports not (padding-bottom:clamp(0.8125rem, 0.7556818182rem + 0.2840909091vw, 1rem)) {

    .detail-btn,
    .detail-btn-mobile-wite,
    .social-link-next-btn_video {
      padding-bottom: calc(.8125rem + .1875 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-left:clamp(1.5rem, 1.4242424242rem + 0.3787878788vw, 1.75rem)) {

    .detail-btn,
    .detail-btn-mobile-wite,
    .social-link-next-btn,
    .social-link-next-btn_video {
      padding-left: clamp(1.5rem, 1.4242424242rem + .3787878788vw, 1.75rem)
    }
  }

  @supports not (padding-left:clamp(1.5rem, 1.4242424242rem + 0.3787878788vw, 1.75rem)) {

    .detail-btn,
    .detail-btn-mobile-wite,
    .social-link-next-btn,
    .social-link-next-btn_video {
      padding-left: calc(1.5rem + .25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-right:clamp(1.25rem, 1.1742424242rem + 0.3787878788vw, 1.5rem)) {

    .detail-btn,
    .detail-btn-mobile-wite,
    .social-link-next-btn_video {
      padding-right: clamp(1.25rem, 1.1742424242rem + .3787878788vw, 1.5rem)
    }
  }

  @supports not (padding-right:clamp(1.25rem, 1.1742424242rem + 0.3787878788vw, 1.5rem)) {

    .detail-btn,
    .detail-btn-mobile-wite,
    .social-link-next-btn_video {
      padding-right: calc(1.25rem + .25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (font-size:clamp(1.125rem, 1.0113636364rem + 0.5681818182vw, 1.5rem)) {
    .detail-btn-mobile-wite__text {
      font-size: clamp(1.125rem, 1.0113636364rem + .5681818182vw, 1.5rem)
    }
  }

  @supports not (font-size:clamp(1.125rem, 1.0113636364rem + 0.5681818182vw, 1.5rem)) {
    .detail-btn-mobile-wite__text {
      font-size: calc(1.125rem + .375 * (100vw - 20rem) / 66)
    }
  }

  @supports (margin-left:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {

    .detail-btn-mobile-wite__icon,
    .detail-btn__icon {
      margin-left: clamp(.5rem, .4242424242rem + .3787878788vw, .75rem)
    }
  }

  @supports not (margin-left:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {

    .detail-btn-mobile-wite__icon,
    .detail-btn__icon {
      margin-left: calc(.5rem + .25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (border-radius:clamp(2rem, 1.3939393939rem + 3.0303030303vw, 4rem)) {
    .card-one {
      border-radius: clamp(2rem, 1.3939393939rem + 3.0303030303vw, 4rem)
    }
  }

  @supports not (border-radius:clamp(2rem, 1.3939393939rem + 3.0303030303vw, 4rem)) {
    .card-one {
      border-radius: calc(2rem + 2 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-top:clamp(2.5rem, 2.3484848485rem + 0.7575757576vw, 3rem)) {
    .card-one {
      padding-top: clamp(2.5rem, 2.3484848485rem + .7575757576vw, 3rem)
    }
  }

  @supports not (padding-top:clamp(2.5rem, 2.3484848485rem + 0.7575757576vw, 3rem)) {
    .card-one {
      padding-top: calc(2.5rem + .5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-bottom:clamp(1.5rem, 0.8560606061rem + 3.2196969697vw, 3.625rem)) {
    .card-one {
      padding-bottom: clamp(1.5rem, .8560606061rem + 3.2196969697vw, 3.625rem)
    }
  }

  @supports not (padding-bottom:clamp(1.5rem, 0.8560606061rem + 3.2196969697vw, 3.625rem)) {
    .card-one {
      padding-bottom: calc(1.5rem + 2.125 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-bottom:clamp(1.5rem, 1.3484848485rem + 0.7575757576vw, 2rem)) {
    .card-one__subtitle {
      margin-bottom: clamp(1.5rem, 1.3484848485rem + .7575757576vw, 2rem)
    }
  }

  @supports not (margin-bottom:clamp(1.5rem, 1.3484848485rem + 0.7575757576vw, 2rem)) {
    .card-one__subtitle {
      margin-bottom: calc(1.5rem + .5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-top:clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)) {

    .footer__content-bottom,
    .footer__content-box {
      margin-top: clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)
    }
  }

  @supports not (margin-top:clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)) {

    .footer__content-bottom,
    .footer__content-box {
      margin-top: calc(4rem + 6 * (100vw - 20rem)/ 66)
    }
  }

  @supports (font-size:clamp(1rem, 0.5454545455rem + 2.2727272727vw, 2.5rem)) {
    .footer-top__subtitle {
      font-size: clamp(1rem, .5454545455rem + 2.2727272727vw, 2.5rem)
    }
  }

  @supports not (font-size:clamp(1rem, 0.5454545455rem + 2.2727272727vw, 2.5rem)) {
    .footer-top__subtitle {
      font-size: calc(1rem + 1.5 * (100vw - 20rem) / 66)
    }
  }

  @supports (line-height:clamp(1.375rem, 0.8825757576rem + 2.4621212121vw, 3rem)) {
    .footer-top__subtitle {
      line-height: clamp(1.375rem, .8825757576rem + 2.4621212121vw, 3rem)
    }
  }

  @supports not (line-height:clamp(1.375rem, 0.8825757576rem + 2.4621212121vw, 3rem)) {
    .footer-top__subtitle {
      line-height: calc(1.375rem + 1.625 * (100vw - 20rem) / 66)
    }
  }

  @supports (margin-top:clamp(0.5rem, 0.196969697rem + 1.5151515152vw, 1.5rem)) {
    .footer-top__text {
      margin-top: clamp(.5rem, .196969697rem + 1.5151515152vw, 1.5rem)
    }
  }

  @supports not (margin-top:clamp(0.5rem, 0.196969697rem + 1.5151515152vw, 1.5rem)) {
    .footer-top__text {
      margin-top: calc(.5rem + 1 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-bottom:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
    .footer-contacts>:not(:last-child) {
      margin-bottom: clamp(1rem, .8484848485rem + .7575757576vw, 1.5rem)
    }
  }

  @supports not (margin-bottom:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
    .footer-contacts>:not(:last-child) {
      margin-bottom: calc(1rem + .5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-right:clamp(1rem, 1.6515151515rem + -0.7575757576vw, 1.5rem)) {
    .footer-contacts__contact-icon {
      margin-right: clamp(1rem, 1.6515151515rem + -.7575757576vw, 1.5rem)
    }
  }

  @supports not (margin-right:clamp(1rem, 1.6515151515rem + -0.7575757576vw, 1.5rem)) {
    .footer-contacts__contact-icon {
      margin-right: calc(1.5rem + -.5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (row-gap:clamp(2.5rem, 2.3484848485rem + 0.7575757576vw, 3rem)) {
    .footer-navigation__list {
      row-gap: clamp(2.5rem, 2.3484848485rem + .7575757576vw, 3rem)
    }
  }

  @supports not (row-gap:clamp(2.5rem, 2.3484848485rem + 0.7575757576vw, 3rem)) {
    .footer-navigation__list {
      row-gap: calc(2.5rem + .5 * (100vw - 20rem)/ 66)
    }
  }

  @supports ((-moz-column-gap:clamp(0.625rem, -2.2159090909rem + 14.2045454545vw, 10rem)) or (column-gap:clamp(0.625rem, -2.2159090909rem + 14.2045454545vw, 10rem))) {
    .footer-navigation__list {
      -webkit-column-gap: clamp(0.625rem, -2.2159090909rem + 14.2045454545vw, 10rem);
      -moz-column-gap: clamp(0.625rem, -2.2159090909rem + 14.2045454545vw, 10rem);
      column-gap: clamp(.625rem, -2.2159090909rem + 14.2045454545vw, 10rem)
    }
  }

  @supports not ((-moz-column-gap:clamp(0.625rem, -2.2159090909rem + 14.2045454545vw, 10rem)) or (column-gap:clamp(0.625rem, -2.2159090909rem + 14.2045454545vw, 10rem))) {
    .footer-navigation__list {
      -webkit-column-gap: calc(0.625rem + 9.375 * (100vw - 20rem)/ 66);
      -moz-column-gap: calc(0.625rem + 9.375 * (100vw - 20rem)/ 66);
      column-gap: calc(.625rem + 9.375 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-bottom:clamp(1rem, 0.696969697rem + 1.5151515152vw, 2rem)) {
    .footer-bottom {
      margin-bottom: clamp(1rem, .696969697rem + 1.5151515152vw, 2rem)
    }
  }

  @supports not (margin-bottom:clamp(1rem, 0.696969697rem + 1.5151515152vw, 2rem)) {
    .footer-bottom {
      margin-bottom: calc(1rem + 1 * (100vw - 20rem)/ 66)
    }
  }

  @supports (height:clamp(26.25rem, 18.1439393939rem + 40.5303030303vw, 53rem)) {
    .br-video-box {
      height: clamp(26.25rem, 18.1439393939rem + 40.5303030303vw, 53rem)
    }
  }

  @supports not (height:clamp(26.25rem, 18.1439393939rem + 40.5303030303vw, 53rem)) {
    .br-video-box {
      height: calc(26.25rem + 26.75 * (100vw - 20rem)/ 66)
    }
  }

  @supports (top:clamp(24.5rem, 16.8106060606rem + 38.446969697vw, 49.875rem)) {
    .br-video-box__progress {
      top: clamp(24.5rem, 16.8106060606rem + 38.446969697vw, 49.875rem)
    }
  }

  @supports not (top:clamp(24.5rem, 16.8106060606rem + 38.446969697vw, 49.875rem)) {
    .br-video-box__progress {
      top: calc(24.5rem + 25.375 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-bottom:clamp(3.25rem, 2.3409090909rem + 4.5454545455vw, 6.25rem)) {
    .br-video-box-content {
      padding-bottom: clamp(3.25rem, 2.3409090909rem + 4.5454545455vw, 6.25rem)
    }
  }

  @supports not (padding-bottom:clamp(3.25rem, 2.3409090909rem + 4.5454545455vw, 6.25rem)) {
    .br-video-box-content {
      padding-bottom: calc(3.25rem + 3 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-top:clamp(9rem, 7.3333333333rem + 8.3333333333vw, 14.5rem)) {
    .br-video-box-content__left-title {
      padding-top: clamp(9rem, 7.3333333333rem + 8.3333333333vw, 14.5rem)
    }
  }

  @supports not (padding-top:clamp(9rem, 7.3333333333rem + 8.3333333333vw, 14.5rem)) {
    .br-video-box-content__left-title {
      padding-top: calc(9rem + 5.5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-top:clamp(3.75rem, -0.4166666667rem + 20.8333333333vw, 17.5rem)) {
    .br-video-box-content__left-image-big {
      margin-top: clamp(3.75rem, -.4166666667rem + 20.8333333333vw, 17.5rem)
    }
  }

  @supports not (margin-top:clamp(3.75rem, -0.4166666667rem + 20.8333333333vw, 17.5rem)) {
    .br-video-box-content__left-image-big {
      margin-top: calc(3.75rem + 13.75 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-top:clamp(1rem, 0.3560606061rem + 3.2196969697vw, 3.125rem)) {
    .br-video-box-content__left-image-middle {
      margin-top: clamp(1rem, .3560606061rem + 3.2196969697vw, 3.125rem)
    }
  }

  @supports not (margin-top:clamp(1rem, 0.3560606061rem + 3.2196969697vw, 3.125rem)) {
    .br-video-box-content__left-image-middle {
      margin-top: calc(1rem + 2.125 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-bottom:clamp(3.125rem, -1.9886363636rem + 25.5681818182vw, 20rem)) {
    .br-video-box-content__left-image-middle {
      margin-bottom: clamp(3.125rem, -1.9886363636rem + 25.5681818182vw, 20rem)
    }
  }

  @supports not (margin-bottom:clamp(3.125rem, -1.9886363636rem + 25.5681818182vw, 20rem)) {
    .br-video-box-content__left-image-middle {
      margin-bottom: calc(3.125rem + 16.875 * (100vw - 20rem)/ 66)
    }
  }

  @supports (height:clamp(2.3125rem, 1.1950757576rem + 5.5871212121vw, 6rem)) {
    .br-video-box-content__image-middle-ibg {
      height: clamp(2.3125rem, 1.1950757576rem + 5.5871212121vw, 6rem)
    }
  }

  @supports not (height:clamp(2.3125rem, 1.1950757576rem + 5.5871212121vw, 6rem)) {
    .br-video-box-content__image-middle-ibg {
      height: calc(2.3125rem + 3.6875 * (100vw - 20rem)/ 66)
    }
  }

  @supports (width:clamp(13.75rem, 7.4053030303rem + 31.7234848485vw, 34.6875rem)) {
    .br-video-box-content__image-middle-ibg {
      width: clamp(13.75rem, 7.4053030303rem + 31.7234848485vw, 34.6875rem)
    }
  }

  @supports not (width:clamp(13.75rem, 7.4053030303rem + 31.7234848485vw, 34.6875rem)) {
    .br-video-box-content__image-middle-ibg {
      width: calc(13.75rem + 20.9375 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-top:clamp(1.5rem, 1.196969697rem + 1.5151515152vw, 2.5rem)) {
    .br-video-box-content__left-text {
      margin-top: clamp(1.5rem, 1.196969697rem + 1.5151515152vw, 2.5rem)
    }
  }

  @supports not (margin-top:clamp(1.5rem, 1.196969697rem + 1.5151515152vw, 2.5rem)) {
    .br-video-box-content__left-text {
      margin-top: calc(1.5rem + 1 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-top:clamp(2.5rem, 1.2121212121rem + 6.4393939394vw, 6.75rem)) {
    .br-video-box-content__left-btn {
      margin-top: clamp(2.5rem, 1.2121212121rem + 6.4393939394vw, 6.75rem)
    }
  }

  @supports not (margin-top:clamp(2.5rem, 1.2121212121rem + 6.4393939394vw, 6.75rem)) {
    .br-video-box-content__left-btn {
      margin-top: calc(2.5rem + 4.25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-top:clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)) {

    .footer__content-box,
    .what-br {
      padding-top: clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)
    }
  }

  @supports not (padding-top:clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)) {

    .footer__content-box,
    .what-br {
      padding-top: calc(4rem + 6 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-bottom:clamp(2.5rem, 2.1212121212rem + 1.8939393939vw, 3.75rem)) {
    .what-br {
      padding-bottom: clamp(2.5rem, 2.1212121212rem + 1.8939393939vw, 3.75rem)
    }
  }

  @supports not (padding-bottom:clamp(2.5rem, 2.1212121212rem + 1.8939393939vw, 3.75rem)) {
    .what-br {
      padding-bottom: calc(2.5rem + 1.25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (font-size:clamp(1.5rem, 1.196969697rem + 1.5151515152vw, 2.5rem)) {

    .card-one__title,
    .what-br__top-sub-title {
      font-size: clamp(1.5rem, 1.196969697rem + 1.5151515152vw, 2.5rem)
    }
  }

  @supports not (font-size:clamp(1.5rem, 1.196969697rem + 1.5151515152vw, 2.5rem)) {

    .card-one__title,
    .what-br__top-sub-title {
      font-size: calc(1.5rem + 1 * (100vw - 20rem) / 66)
    }
  }

  @supports (line-height:clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)) {

    .card-one__title,
    .what-br__top-sub-title {
      line-height: clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)
    }
  }

  @supports not (line-height:clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)) {

    .card-one__title,
    .what-br__top-sub-title {
      line-height: calc(2rem + 1 * (100vw - 20rem) / 66)
    }
  }

  @supports (margin-top:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {
    .slider-one__text-text {
      margin-top: clamp(.5rem, .4242424242rem + .3787878788vw, .75rem)
    }
  }

  @supports not (margin-top:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {
    .slider-one__text-text {
      margin-top: calc(.5rem + .25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-top:clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)) {
    .uniqueness__content-middle {
      margin-top: clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)
    }
  }

  @supports not (margin-top:clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)) {
    .uniqueness__content-middle {
      margin-top: calc(1.5rem + 1.5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-top:clamp(1.5rem, 0.4393939394rem + 5.303030303vw, 5rem)) {

    .footer-top__contacts,
    .uniqueness__content-bottom-text {
      margin-top: clamp(1.5rem, .4393939394rem + 5.303030303vw, 5rem)
    }
  }

  @supports not (margin-top:clamp(1.5rem, 0.4393939394rem + 5.303030303vw, 5rem)) {

    .footer-top__contacts,
    .uniqueness__content-bottom-text {
      margin-top: calc(1.5rem + 3.5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (font-size:clamp(3.25rem, 0.0871212121rem + 15.8143939394vw, 13.6875rem)) {
    .uniqueness__content-bottom-text {
      font-size: clamp(3.25rem, .0871212121rem + 15vw, 13.6875rem)
    }
  }

  @supports not (font-size:clamp(3.25rem, 0.0871212121rem + 15.8143939394vw, 13.6875rem)) {
    .uniqueness__content-bottom-text {
      font-size: calc(3.25rem + 10.4375 * (100vw - 20rem) / 66)
    }
  }

  @supports (line-height:clamp(4.5rem, 1.3181818182rem + 15.9090909091vw, 15rem)) {
    .uniqueness__content-bottom-text {
      line-height: clamp(4.5rem, 1.3181818182rem + 15.9090909091vw, 15rem)
    }
  }

  @supports not (line-height:clamp(4.5rem, 1.3181818182rem + 15.9090909091vw, 15rem)) {
    .uniqueness__content-bottom-text {
      line-height: calc(4.5rem + 10.5 * (100vw - 20rem) / 66)
    }
  }

  @supports (width:clamp(21.75rem, 2.8863636364rem + 94.3181818182vw, 84rem)) {
    .uniqueness__content-bottom-text {
      width: clamp(21.75rem, 2.8863636364rem + 94.3181818182vw, 84rem)
    }
  }

  @supports not (width:clamp(21.75rem, 2.8863636364rem + 94.3181818182vw, 84rem)) {
    .uniqueness__content-bottom-text {
      width: calc(21.75rem + 62.25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (letter-spacing:clamp(-0.3875rem, -0.2083333333rem + -0.2083333333vw, -0.25rem)) {
    .uniqueness__content-bottom-text {
      letter-spacing: clamp(-.3875rem, -.2083333333rem + -.2083333333vw, -.25rem)
    }
  }

  @supports not (letter-spacing:clamp(-0.3875rem, -0.2083333333rem + -0.2083333333vw, -0.25rem)) {
    .uniqueness__content-bottom-text {
      letter-spacing: calc(-.25rem + -.1375 * (100vw - 20rem) / 66)
    }
  }

  @supports (letter-spacing:clamp(-0.25rem, -0.0056818182rem + -0.2840909091vw, -0.0625rem)) {

    .uniqueness-top__text-one,
    .uniqueness-top__text-three,
    .uniqueness-top__text-two {
      letter-spacing: clamp(-.25rem, -.0056818182rem + -.2840909091vw, -.0625rem)
    }
  }

  @supports not (letter-spacing:clamp(-0.25rem, -0.0056818182rem + -0.2840909091vw, -0.0625rem)) {

    .uniqueness-top__text-one,
    .uniqueness-top__text-three,
    .uniqueness-top__text-two {
      letter-spacing: calc(-.0625rem + -.1875 * (100vw - 20rem) / 66)
    }
  }

  @supports (min-height:clamp(3.6875rem, -0.2329545455rem + 19.6022727273vw, 16.625rem)) {
    .uniqueness-middle-image {
      min-height: clamp(3.6875rem, -.2329545455rem + 19.6022727273vw, 16.625rem)
    }
  }

  @supports not (min-height:clamp(3.6875rem, -0.2329545455rem + 19.6022727273vw, 16.625rem)) {
    .uniqueness-middle-image {
      min-height: calc(3.6875rem + 12.9375 * (100vw - 20rem)/ 66)
    }
  }

  @supports (height:clamp(3.6875rem, -0.2329545455rem + 19.6022727273vw, 16.625rem)) {
    .uniqueness-middle-image__one-ibg {
      height: clamp(3.6875rem, -.2329545455rem + 19.6022727273vw, 16.625rem)
    }
  }

  @supports not (height:clamp(3.6875rem, -0.2329545455rem + 19.6022727273vw, 16.625rem)) {
    .uniqueness-middle-image__one-ibg {
      height: calc(3.6875rem + 12.9375 * (100vw - 20rem)/ 66)
    }
  }

  @supports (height:clamp(6.8125rem, -0.4791666667rem + 36.4583333333vw, 30.875rem)) {
    .uniqueness-middle-image__two-ibg {
      height: clamp(6.8125rem, -.4791666667rem + 36.4583333333vw, 30.875rem)
    }
  }

  @supports not (height:clamp(6.8125rem, -0.4791666667rem + 36.4583333333vw, 30.875rem)) {
    .uniqueness-middle-image__two-ibg {
      height: calc(6.8125rem + 24.0625 * (100vw - 20rem)/ 66)
    }
  }

  @supports (width:clamp(20rem, -1.2121212121rem + 106.0606060606vw, 90rem)) {

    .uniqueness-middle-image__one-ibg,
    .uniqueness-middle-image__two-ibg {
      width: clamp(20rem, -1.2121212121rem + 106.0606060606vw, 90rem)
    }
  }

  @supports not (width:clamp(20rem, -1.2121212121rem + 106.0606060606vw, 90rem)) {

    .uniqueness-middle-image__one-ibg,
    .uniqueness-middle-image__two-ibg {
      width: calc(20rem + 70 * (100vw - 20rem)/ 66)
    }
  }

  @supports (height:clamp(5.5rem, -1.1666666667rem + 33.3333333333vw, 27.5rem)) {
    .uniqueness-middle-image__three-ibg {
      height: clamp(5.5rem, -1.1666666667rem + 33.3333333333vw, 27.5rem)
    }
  }

  @supports not (height:clamp(5.5rem, -1.1666666667rem + 33.3333333333vw, 27.5rem)) {
    .uniqueness-middle-image__three-ibg {
      height: calc(5.5rem + 22 * (100vw - 20rem)/ 66)
    }
  }

  @supports (width:clamp(20rem, -4.2424242424rem + 121.2121212121vw, 100rem)) {
    .uniqueness-middle-image__three-ibg {
      width: clamp(20rem, -4.2424242424rem + 121.2121212121vw, 100rem)
    }
  }

  @supports not (width:clamp(20rem, -4.2424242424rem + 121.2121212121vw, 100rem)) {
    .uniqueness-middle-image__three-ibg {
      width: calc(20rem + 80 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-bottom:clamp(3rem, 2.3939393939rem + 3.0303030303vw, 5rem)) {
    .what-sm_two {
      padding-bottom: clamp(3rem, 2.3939393939rem + 3.0303030303vw, 5rem)
    }
  }

  @supports not (padding-bottom:clamp(3rem, 2.3939393939rem + 3.0303030303vw, 5rem)) {
    .what-sm_two {
      padding-bottom: calc(3rem + 2 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-top:clamp(3rem, 2.696969697rem + 1.5151515152vw, 4rem)) {
    .what-sm__middle {
      margin-top: clamp(3rem, 2.696969697rem + 1.5151515152vw, 4rem)
    }
  }

  @supports not (margin-top:clamp(3rem, 2.696969697rem + 1.5151515152vw, 4rem)) {
    .what-sm__middle {
      margin-top: calc(3rem + 1 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-top:clamp(1.5rem, 1.3484848485rem + 0.7575757576vw, 2rem)) {
    .what-sm-top-left__text {
      margin-top: clamp(1.5rem, 1.3484848485rem + .7575757576vw, 2rem)
    }
  }

  @supports not (margin-top:clamp(1.5rem, 1.3484848485rem + 0.7575757576vw, 2rem)) {
    .what-sm-top-left__text {
      margin-top: calc(1.5rem + .5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-top:clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)) {
    .what-sm-top-left__btn {
      margin-top: clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)
    }
  }

  @supports not (margin-top:clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)) {
    .what-sm-top-left__btn {
      margin-top: calc(2rem + 1 * (100vw - 20rem)/ 66)
    }
  }

  @supports (max-width:clamp(14.0625rem, 12.7178030303rem + 6.7234848485vw, 18.5rem)) {
    .what-sm-top-left__btn {
      max-width: clamp(14.0625rem, 12.7178030303rem + 6.7234848485vw, 18.5rem)
    }
  }

  @supports not (max-width:clamp(14.0625rem, 12.7178030303rem + 6.7234848485vw, 18.5rem)) {
    .what-sm-top-left__btn {
      max-width: calc(14.0625rem + 4.4375 * (100vw - 20rem)/ 66)
    }
  }

  @supports (height:clamp(10.3125rem, 7.509469697rem + 14.0151515152vw, 19.5625rem)) {
    .what-sm-top-slider__slide-image-ibg {
      height: clamp(10.3125rem, 7.509469697rem + 14.0151515152vw, 19.5625rem)
    }
  }

  @supports not (height:clamp(10.3125rem, 7.509469697rem + 14.0151515152vw, 19.5625rem)) {
    .what-sm-top-slider__slide-image-ibg {
      height: calc(10.3125rem + 9.25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-top:clamp(1.25rem, 0.7196969697rem + 2.6515151515vw, 3rem)) {
    .what-sm-top-slider__slide-box-text {
      margin-top: clamp(1.25rem, .7196969697rem + 2.6515151515vw, 3rem)
    }
  }

  @supports not (margin-top:clamp(1.25rem, 0.7196969697rem + 2.6515151515vw, 3rem)) {
    .what-sm-top-slider__slide-box-text {
      margin-top: calc(1.25rem + 1.75 * (100vw - 20rem)/ 66)
    }
  }

  @supports (max-width:clamp(10.5rem, 7.8106060606rem + 13.446969697vw, 19.375rem)) {
    .what-sm-top-slider__slide-box-text {
      max-width: clamp(10.5rem, 7.8106060606rem + 13.446969697vw, 19.375rem)
    }
  }

  @supports not (max-width:clamp(10.5rem, 7.8106060606rem + 13.446969697vw, 19.375rem)) {
    .what-sm-top-slider__slide-box-text {
      max-width: calc(10.5rem + 8.875 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-bottom:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {

    .content-btn__text-box :not(:last-child),
    .what-sm-top-slider__slide-box-text :not(:last-child) {
      margin-bottom: clamp(.5rem, .4242424242rem + .3787878788vw, .75rem)
    }
  }

  @supports not (margin-bottom:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {

    .content-btn__text-box :not(:last-child),
    .what-sm-top-slider__slide-box-text :not(:last-child) {
      margin-bottom: calc(.5rem + .25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (font-size:clamp(0.75rem, 0.6742424242rem + 0.3787878788vw, 1rem)) {

    .content-btn__text,
    .footer-bottom__all,
    .slider-one__text-text,
    .what-sm-top-slider__slide-text {
      font-size: clamp(.75rem, .6742424242rem + .3787878788vw, 1rem)
    }
  }

  @supports not (font-size:clamp(0.75rem, 0.6742424242rem + 0.3787878788vw, 1rem)) {

    .content-btn__text,
    .footer-bottom__all,
    .slider-one__text-text,
    .what-sm-top-slider__slide-text {
      font-size: calc(.75rem + .25 * (100vw - 20rem) / 66)
    }
  }

  @supports (line-height:clamp(1.125rem, 1.0113636364rem + 0.5681818182vw, 1.5rem)) {

    .content-btn__text,
    .footer-bottom__all,
    .slider-one__text-text,
    .what-sm-top-slider__slide-text {
      line-height: clamp(1.125rem, 1.0113636364rem + .5681818182vw, 1.5rem)
    }
  }

  @supports not (line-height:clamp(1.125rem, 1.0113636364rem + 0.5681818182vw, 1.5rem)) {

    .content-btn__text,
    .footer-bottom__all,
    .slider-one__text-text,
    .what-sm-top-slider__slide-text {
      line-height: calc(1.125rem + .375 * (100vw - 20rem) / 66)
    }
  }

  @supports (width:clamp(6.5rem, 5.7424242424rem + 3.7878787879vw, 9rem)) {

    .slider-one__controls,
    .what-sm-top-slider__controls {
      width: clamp(6.5rem, 5.7424242424rem + 3.7878787879vw, 9rem)
    }
  }

  @supports not (width:clamp(6.5rem, 5.7424242424rem + 3.7878787879vw, 9rem)) {

    .slider-one__controls,
    .what-sm-top-slider__controls {
      width: calc(6.5rem + 2.5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (top:clamp(12.8125rem, 9.2518939394rem + 17.803030303vw, 24.5625rem)) {
    .what-sm-top-slider__controls {
      top: clamp(12.8125rem, 9.2518939394rem + 17.803030303vw, 24.5625rem)
    }
  }

  @supports not (top:clamp(12.8125rem, 9.2518939394rem + 17.803030303vw, 24.5625rem)) {
    .what-sm-top-slider__controls {
      top: calc(12.8125rem + 11.75 * (100vw - 20rem)/ 66)
    }
  }

  @supports (max-width:clamp(18rem, 13.1136363636rem + 24.4318181818vw, 34.125rem)) {

    .what-sm-top-image,
    .what-sm-top-slider {
      max-width: clamp(18rem, 13.1136363636rem + 24.4318181818vw, 34.125rem)
    }
  }

  @supports not (max-width:clamp(18rem, 13.1136363636rem + 24.4318181818vw, 34.125rem)) {

    .what-sm-top-image,
    .what-sm-top-slider {
      max-width: calc(18rem + 16.125 * (100vw - 20rem)/ 66)
    }
  }

  @supports (width:clamp(18rem, 13.1136363636rem + 24.4318181818vw, 34.125rem)) {

    .what-sm-top-image__image-bg svg,
    .what-sm-top-slider__slide-image-ibg {
      width: clamp(18rem, 13.1136363636rem + 24.4318181818vw, 34.125rem)
    }
  }

  @supports not (width:clamp(18rem, 13.1136363636rem + 24.4318181818vw, 34.125rem)) {

    .what-sm-top-image__image-bg svg,
    .what-sm-top-slider__slide-image-ibg {
      width: calc(18rem + 16.125 * (100vw - 20rem)/ 66)
    }
  }

  @supports (height:clamp(14rem, 10.2121212121rem + 18.9393939394vw, 26.5rem)) {
    .what-sm-top-image__image-bg svg {
      height: clamp(14rem, 10.2121212121rem + 18.9393939394vw, 26.5rem)
    }
  }

  @supports not (height:clamp(14rem, 10.2121212121rem + 18.9393939394vw, 26.5rem)) {
    .what-sm-top-image__image-bg svg {
      height: calc(14rem + 12.5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (top:clamp(-2.375rem, -0.6647727273rem + -1.9886363636vw, -1.0625rem)) {
    .what-sm-top-image__image-ibg {
      top: clamp(-2.375rem, -.6647727273rem + -1.9886363636vw, -1.0625rem)
    }
  }

  @supports not (top:clamp(-2.375rem, -0.6647727273rem + -1.9886363636vw, -1.0625rem)) {
    .what-sm-top-image__image-ibg {
      top: calc(-1.0625rem + -1.3125 * (100vw - 20rem)/ 66)
    }
  }

  @supports (right:clamp(-1.9375rem, -0.634469697rem + -1.5151515152vw, -0.9375rem)) {
    .what-sm-top-image__image-ibg {
      right: clamp(-1.9375rem, -.634469697rem + -1.5151515152vw, -.9375rem)
    }
  }

  @supports not (right:clamp(-1.9375rem, -0.634469697rem + -1.5151515152vw, -0.9375rem)) {
    .what-sm-top-image__image-ibg {
      right: calc(-.9375rem + -1 * (100vw - 20rem)/ 66)
    }
  }

  @supports (width:clamp(18.125rem, 13.1060606061rem + 25.0946969697vw, 34.6875rem)) {
    .what-sm-top-image__image-ibg {
      width: clamp(18.125rem, 13.1060606061rem + 25.0946969697vw, 34.6875rem)
    }
  }

  @supports not (width:clamp(18.125rem, 13.1060606061rem + 25.0946969697vw, 34.6875rem)) {
    .what-sm-top-image__image-ibg {
      width: calc(18.125rem + 16.5625 * (100vw - 20rem)/ 66)
    }
  }

  @supports (height:clamp(18.125rem, 13.1060606061rem + 25.0946969697vw, 34.6875rem)) {
    .what-sm-top-image__image-ibg {
      height: clamp(18.125rem, 13.1060606061rem + 25.0946969697vw, 34.6875rem)
    }
  }

  @supports not (height:clamp(18.125rem, 13.1060606061rem + 25.0946969697vw, 34.6875rem)) {
    .what-sm-top-image__image-ibg {
      height: calc(18.125rem + 16.5625 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-top:clamp(3rem, 2.4696969697rem + 2.6515151515vw, 4.75rem)) {
    .what-sm-bottom {
      margin-top: clamp(3rem, 2.4696969697rem + 2.6515151515vw, 4.75rem)
    }
  }

  @supports not (margin-top:clamp(3rem, 2.4696969697rem + 2.6515151515vw, 4.75rem)) {
    .what-sm-bottom {
      margin-top: calc(3rem + 1.75 * (100vw - 20rem)/ 66)
    }
  }

  @supports (height:clamp(12.375rem, 7.5643939394rem + 24.053030303vw, 28.25rem)) {
    .what-sm-bottom-slider__slide-image-ibg {
      height: clamp(12.375rem, 7.5643939394rem + 24.053030303vw, 28.25rem)
    }
  }

  @supports not (height:clamp(12.375rem, 7.5643939394rem + 24.053030303vw, 28.25rem)) {
    .what-sm-bottom-slider__slide-image-ibg {
      height: calc(12.375rem + 15.875 * (100vw - 20rem)/ 66)
    }
  }

  @supports (width:clamp(15rem, 9.2045454545rem + 28.9772727273vw, 34.125rem)) {
    .what-sm-bottom-slider__slide-image-ibg {
      width: clamp(15rem, 9.2045454545rem + 28.9772727273vw, 34.125rem)
    }
  }

  @supports not (width:clamp(15rem, 9.2045454545rem + 28.9772727273vw, 34.125rem)) {
    .what-sm-bottom-slider__slide-image-ibg {
      width: calc(15rem + 19.125 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-bottom:clamp(4rem, 1.803030303rem + 10.9848484848vw, 11.25rem)) {
    .form-application {
      padding-bottom: clamp(4rem, 1.803030303rem + 10.9848484848vw, 11.25rem)
    }
  }

  @supports not (padding-bottom:clamp(4rem, 1.803030303rem + 10.9848484848vw, 11.25rem)) {
    .form-application {
      padding-bottom: calc(4rem + 7.25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-top:clamp(2.5rem, 1.2878787879rem + 6.0606060606vw, 6.5rem)) {
    .form-application__content {
      padding-top: clamp(2.5rem, 1.2878787879rem + 6.0606060606vw, 6.5rem)
    }
  }

  @supports not (padding-top:clamp(2.5rem, 1.2878787879rem + 6.0606060606vw, 6.5rem)) {
    .form-application__content {
      padding-top: calc(2.5rem + 4 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-right:clamp(1rem, -0.8560606061rem + 9.2803030303vw, 7.125rem)) {
    .form-application__content {
      padding-right: clamp(1rem, -.8560606061rem + 9.2803030303vw, 7.125rem)
    }
  }

  @supports not (padding-right:clamp(1rem, -0.8560606061rem + 9.2803030303vw, 7.125rem)) {
    .form-application__content {
      padding-right: calc(1rem + 6.125 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-bottom:clamp(2.5rem, 1.4393939394rem + 5.303030303vw, 6rem)) {
    .form-application__content {
      padding-bottom: clamp(2.5rem, 1.4393939394rem + 5.303030303vw, 6rem)
    }
  }

  @supports not (padding-bottom:clamp(2.5rem, 1.4393939394rem + 5.303030303vw, 6rem)) {
    .form-application__content {
      padding-bottom: calc(2.5rem + 3.5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-left:clamp(1rem, -0.8560606061rem + 9.2803030303vw, 7.125rem)) {
    .form-application__content {
      padding-left: clamp(1rem, -.8560606061rem + 9.2803030303vw, 7.125rem)
    }
  }

  @supports not (padding-left:clamp(1rem, -0.8560606061rem + 9.2803030303vw, 7.125rem)) {
    .form-application__content {
      padding-left: calc(1rem + 6.125 * (100vw - 20rem)/ 66)
    }
  }

  @supports (line-height:clamp(1.5rem, 1.3484848485rem + 0.7575757576vw, 2rem)) {
    .application-text-box__text-info :not(:first-child) a {
      line-height: clamp(1.5rem, 1.3484848485rem + .7575757576vw, 2rem)
    }
  }

  @supports not (line-height:clamp(1.5rem, 1.3484848485rem + 0.7575757576vw, 2rem)) {
    .application-text-box__text-info :not(:first-child) a {
      line-height: calc(1.5rem + .5 * (100vw - 20rem) / 66)
    }
  }

  @supports (margin-top:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
    .application-text-box__social-box {
      margin-top: clamp(1rem, .8484848485rem + .7575757576vw, 1.5rem)
    }
  }

  @supports not (margin-top:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
    .application-text-box__social-box {
      margin-top: calc(1rem + .5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-right:clamp(0.5rem, 0.3484848485rem + 0.7575757576vw, 1rem)) {

    .application-text-box__social-box :not(:last-child),
    .footer-bottom__social-box :not(:last-child) {
      margin-right: clamp(.5rem, .3484848485rem + .7575757576vw, 1rem)
    }
  }

  @supports not (margin-right:clamp(0.5rem, 0.3484848485rem + 0.7575757576vw, 1rem)) {

    .application-text-box__social-box :not(:last-child),
    .footer-bottom__social-box :not(:last-child) {
      margin-right: calc(.5rem + .5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-bottom:clamp(0.5rem, 0.196969697rem + 1.5151515152vw, 1.5rem)) {
    .application-form__box>:not(:last-child) {
      margin-bottom: clamp(.5rem, .196969697rem + 1.5151515152vw, 1.5rem)
    }
  }

  @supports not (margin-bottom:clamp(0.5rem, 0.196969697rem + 1.5151515152vw, 1.5rem)) {
    .application-form__box>:not(:last-child) {
      margin-bottom: calc(.5rem + 1 * (100vw - 20rem)/ 66)
    }
  }

  @supports (top:clamp(1.125rem, 1.0871212121rem + 0.1893939394vw, 1.25rem)) {
    .application-form__item-placeholder {
      top: clamp(1.125rem, 1.0871212121rem + .1893939394vw, 1.25rem)
    }
  }

  @supports not (top:clamp(1.125rem, 1.0871212121rem + 0.1893939394vw, 1.25rem)) {
    .application-form__item-placeholder {
      top: calc(1.125rem + .125 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-top:clamp(1rem, 0.696969697rem + 1.5151515152vw, 2rem)) {

    .application-form__checkbox,
    .application-text-box__text-info {
      margin-top: clamp(1rem, .696969697rem + 1.5151515152vw, 2rem)
    }
  }

  @supports not (margin-top:clamp(1rem, 0.696969697rem + 1.5151515152vw, 2rem)) {

    .application-form__checkbox,
    .application-text-box__text-info {
      margin-top: calc(1rem + 1 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-top:clamp(0.75rem, 0.6742424242rem + 0.3787878788vw, 1rem)) {
    .application-form__button {
      padding-top: clamp(.75rem, .6742424242rem + .3787878788vw, 1rem)
    }
  }

  @supports not (padding-top:clamp(0.75rem, 0.6742424242rem + 0.3787878788vw, 1rem)) {
    .application-form__button {
      padding-top: calc(.75rem + .25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-bottom:clamp(0.75rem, 0.6742424242rem + 0.3787878788vw, 1rem)) {
    .application-form__button {
      padding-bottom: clamp(.75rem, .6742424242rem + .3787878788vw, 1rem)
    }
  }

  @supports not (padding-bottom:clamp(0.75rem, 0.6742424242rem + 0.3787878788vw, 1rem)) {
    .application-form__button {
      padding-bottom: calc(.75rem + .25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-top:clamp(2.5rem, 2.3484848485rem + 0.7575757576vw, 3rem)) {
    .application-form__button {
      margin-top: clamp(2.5rem, 2.3484848485rem + .7575757576vw, 3rem)
    }
  }

  @supports not (margin-top:clamp(2.5rem, 2.3484848485rem + 0.7575757576vw, 3rem)) {
    .application-form__button {
      margin-top: calc(2.5rem + .5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (width:clamp(25rem, 10.8712121212rem + 70.6439393939vw, 71.625rem)) {
    .innovation__image-ibg {
      width: clamp(25rem, 10.8712121212rem + 70.6439393939vw, 71.625rem)
    }
  }

  @supports not (width:clamp(25rem, 10.8712121212rem + 70.6439393939vw, 71.625rem)) {
    .innovation__image-ibg {
      width: calc(25rem + 46.625 * (100vw - 20rem)/ 66)
    }
  }

  @supports (height:clamp(12.5rem, 3.0303030303rem + 47.3484848485vw, 43.75rem)) {
    .innovation__image-ibg {
      height: clamp(12.5rem, 3.0303030303rem + 47.3484848485vw, 43.75rem)
    }
  }

  @supports not (height:clamp(12.5rem, 3.0303030303rem + 47.3484848485vw, 43.75rem)) {
    .innovation__image-ibg {
      height: calc(12.5rem + 31.25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (font-size:clamp(2.5rem, 0.8333333333rem + 8.3333333333vw, 8rem)) {

    .br-video-box-content__left-title,
    .innovation-text__text-one,
    .innovation-text__text-three,
    .innovation-text__text-two,
    .uniqueness-top__text-one,
    .uniqueness-top__text-three,
    .uniqueness-top__text-two {
      font-size: clamp(2.5rem, .8333333333rem + 8.3333333333vw, 8rem)
    }
  }

  @supports not (font-size:clamp(2.5rem, 0.8333333333rem + 8.3333333333vw, 8rem)) {

    .br-video-box-content__left-title,
    .innovation-text__text-one,
    .innovation-text__text-three,
    .innovation-text__text-two,
    .uniqueness-top__text-one,
    .uniqueness-top__text-three,
    .uniqueness-top__text-two {
      font-size: calc(2.5rem + 5.5 * (100vw - 20rem) / 66)
    }
  }

  @supports (line-height:clamp(3rem, 1.4848484848rem + 7.5757575758vw, 8rem)) {

    .br-video-box-content__left-title,
    .innovation-text__text-one,
    .innovation-text__text-three,
    .innovation-text__text-two,
    .uniqueness-top__text-one,
    .uniqueness-top__text-three,
    .uniqueness-top__text-two {
      line-height: clamp(3rem, 1.4848484848rem + 7.5757575758vw, 8rem)
    }
  }

  @supports not (line-height:clamp(3rem, 1.4848484848rem + 7.5757575758vw, 8rem)) {

    .br-video-box-content__left-title,
    .innovation-text__text-one,
    .innovation-text__text-three,
    .innovation-text__text-two,
    .uniqueness-top__text-one,
    .uniqueness-top__text-three,
    .uniqueness-top__text-two {
      line-height: calc(3rem + 5 * (100vw - 20rem) / 66)
    }
  }

  @supports (padding-bottom:clamp(4rem, 2.7878787879rem + 6.0606060606vw, 8rem)) {
    .possibilities {
      padding-bottom: clamp(4rem, 2.7878787879rem + 6.0606060606vw, 8rem)
    }
  }

  @supports not (padding-bottom:clamp(4rem, 2.7878787879rem + 6.0606060606vw, 8rem)) {
    .possibilities {
      padding-bottom: calc(4rem + 4 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-top:clamp(0.75rem, 0.3712121212rem + 1.8939393939vw, 2rem)) {
    .possibilities-slide-item__left-text {
      margin-top: clamp(.75rem, .3712121212rem + 1.8939393939vw, 2rem)
    }
  }

  @supports not (margin-top:clamp(0.75rem, 0.3712121212rem + 1.8939393939vw, 2rem)) {
    .possibilities-slide-item__left-text {
      margin-top: calc(.75rem + 1.25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (margin-top:clamp(2rem, 1.3939393939rem + 3.0303030303vw, 4rem)) {
    .best-work__bottom {
      margin-top: clamp(2rem, 1.3939393939rem + 3.0303030303vw, 4rem)
    }
  }

  @supports not (margin-top:clamp(2rem, 1.3939393939rem + 3.0303030303vw, 4rem)) {
    .best-work__bottom {
      margin-top: calc(2rem + 2 * (100vw - 20rem)/ 66)
    }
  }

  @supports (font-size:clamp(1.5rem, 0.7424242424rem + 3.7878787879vw, 4rem)) {

    .application-text-box__title,
    .top-best-work__box-righ-title {
      font-size: clamp(1.5rem, .7424242424rem + 3.7878787879vw, 4rem)
    }
  }

  @supports not (font-size:clamp(1.5rem, 0.7424242424rem + 3.7878787879vw, 4rem)) {

    .application-text-box__title,
    .top-best-work__box-righ-title {
      font-size: calc(1.5rem + 2.5 * (100vw - 20rem) / 66)
    }
  }

  @supports (line-height:clamp(2rem, 1.2424242424rem + 3.7878787879vw, 4.5rem)) {

    .application-text-box__title,
    .top-best-work__box-righ-title {
      line-height: clamp(2rem, 1.2424242424rem + 3.7878787879vw, 4.5rem)
    }
  }

  @supports not (line-height:clamp(2rem, 1.2424242424rem + 3.7878787879vw, 4.5rem)) {

    .application-text-box__title,
    .top-best-work__box-righ-title {
      line-height: calc(2rem + 2.5 * (100vw - 20rem) / 66)
    }
  }

  @supports (margin-top:clamp(1rem, 0.8674242424rem + 0.6628787879vw, 1.4375rem)) {
    .top-best-work__box-righ-text {
      margin-top: clamp(1rem, .8674242424rem + .6628787879vw, 1.4375rem)
    }
  }

  @supports not (margin-top:clamp(1rem, 0.8674242424rem + 0.6628787879vw, 1.4375rem)) {
    .top-best-work__box-righ-text {
      margin-top: calc(1rem + .4375 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-top:clamp(1.5rem, 1.3484848485rem + 0.7575757576vw, 2rem)) {
    .best-work-content-slide {
      padding-top: clamp(1.5rem, 1.3484848485rem + .7575757576vw, 2rem)
    }
  }

  @supports not (padding-top:clamp(1.5rem, 1.3484848485rem + 0.7575757576vw, 2rem)) {
    .best-work-content-slide {
      padding-top: calc(1.5rem + .5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-right:clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)) {

    .best-work-content-slide,
    .card-one {
      padding-right: clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)
    }
  }

  @supports not (padding-right:clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)) {

    .best-work-content-slide,
    .card-one {
      padding-right: calc(1.5rem + 1.5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-left:clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)) {

    .best-work-content-slide,
    .card-one {
      padding-left: clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)
    }
  }

  @supports not (padding-left:clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)) {

    .best-work-content-slide,
    .card-one {
      padding-left: calc(1.5rem + 1.5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-bottom:clamp(2.5rem, 2.3484848485rem + 0.7575757576vw, 3rem)) {
    .best-work-content-slide {
      padding-bottom: clamp(2.5rem, 2.3484848485rem + .7575757576vw, 3rem)
    }
  }

  @supports not (padding-bottom:clamp(2.5rem, 2.3484848485rem + 0.7575757576vw, 3rem)) {
    .best-work-content-slide {
      padding-bottom: calc(2.5rem + .5 * (100vw - 20rem)/ 66)
    }
  }

  @supports (line-height:clamp(1.375rem, 1.1856060606rem + 0.946969697vw, 2rem)) {

    .application-form__bottom-text,
    .application-form__button,
    .application-text-box__bottom-text,
    .best-work-content-slide__title,
    .card-one__subtitle,
    .content-btn__title,
    .detail-btn-mobile-wite__text,
    .detail-btn__text,
    .footer-navigation__link,
    .possibilities-slide-item__left-text,
    .possibilities-slide-item__right-text,
    .slider-one__text-title,
    .social-link-next-btn_video .social-link-next-btn__text,
    .what-sm-top-slider__slide-title {
      line-height: clamp(1.375rem, 1.1856060606rem + .946969697vw, 2rem)
    }
  }

  @supports not (line-height:clamp(1.375rem, 1.1856060606rem + 0.946969697vw, 2rem)) {

    .application-form__bottom-text,
    .application-form__button,
    .application-text-box__bottom-text,
    .best-work-content-slide__title,
    .card-one__subtitle,
    .content-btn__title,
    .detail-btn-mobile-wite__text,
    .detail-btn__text,
    .footer-navigation__link,
    .possibilities-slide-item__left-text,
    .possibilities-slide-item__right-text,
    .slider-one__text-title,
    .social-link-next-btn_video .social-link-next-btn__text,
    .what-sm-top-slider__slide-title {
      line-height: calc(1.375rem + .625 * (100vw - 20rem) / 66)
    }
  }

  @supports (margin-top:clamp(0.5rem, 0.8257575758rem + -0.3787878788vw, 0.75rem)) {
    .best-work-content-slide__time {
      margin-top: clamp(.5rem, .8257575758rem + -.3787878788vw, .75rem)
    }
  }

  @supports not (margin-top:clamp(0.5rem, 0.8257575758rem + -0.3787878788vw, 0.75rem)) {
    .best-work-content-slide__time {
      margin-top: calc(.75rem + -.25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (font-size:clamp(0.875rem, 0.8371212121rem + 0.1893939394vw, 1rem)) {

    .application-form__checkbox-text,
    .application-form__item-placeholder,
    .best-work-content-slide__subtitle,
    .best-work-content-slide__text,
    .best-work-content-slide__time,
    .checkbox__text,
    .possibilities-slide-item__right-box-text,
    input[type=email],
    input[type=tel],
    input[type=text],
    textarea {
      font-size: clamp(.875rem, .8371212121rem + .1893939394vw, 1rem)
    }
  }

  @supports not (font-size:clamp(0.875rem, 0.8371212121rem + 0.1893939394vw, 1rem)) {

    .application-form__checkbox-text,
    .application-form__item-placeholder,
    .best-work-content-slide__subtitle,
    .best-work-content-slide__text,
    .best-work-content-slide__time,
    .checkbox__text,
    .possibilities-slide-item__right-box-text,
    input[type=email],
    input[type=tel],
    input[type=text],
    textarea {
      font-size: calc(.875rem + .125 * (100vw - 20rem) / 66)
    }
  }

  @supports (line-height:clamp(1.25rem, 1.1742424242rem + 0.3787878788vw, 1.5rem)) {

    .application-form__checkbox-text,
    .application-form__item-placeholder,
    .best-work-content-slide__subtitle,
    .best-work-content-slide__text,
    .best-work-content-slide__time,
    .checkbox__text,
    .possibilities-slide-item__right-box-text,
    input[type=email],
    input[type=tel],
    input[type=text],
    textarea {
      line-height: clamp(1.25rem, 1.1742424242rem + .3787878788vw, 1.5rem)
    }
  }

  @supports not (line-height:clamp(1.25rem, 1.1742424242rem + 0.3787878788vw, 1.5rem)) {

    .application-form__checkbox-text,
    .application-form__item-placeholder,
    .best-work-content-slide__subtitle,
    .best-work-content-slide__text,
    .best-work-content-slide__time,
    .checkbox__text,
    .possibilities-slide-item__right-box-text,
    input[type=email],
    input[type=tel],
    input[type=text],
    textarea {
      line-height: calc(1.25rem + .25 * (100vw - 20rem) / 66)
    }
  }

  @supports (padding-bottom:clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)) {

    .best-work,
    .innovation,
    .more,
    .slider-one,
    .uniqueness,
    .what-sm {
      padding-bottom: clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)
    }
  }

  @supports not (padding-bottom:clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)) {

    .best-work,
    .innovation,
    .more,
    .slider-one,
    .uniqueness,
    .what-sm {
      padding-bottom: calc(4rem + 6 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-top:clamp(2.5rem, 1.9318181818rem + 2.8409090909vw, 4.375rem)) {
    .more__content {
      padding-top: clamp(2.5rem, 1.9318181818rem + 2.8409090909vw, 4.375rem)
    }
  }

  @supports not (padding-top:clamp(2.5rem, 1.9318181818rem + 2.8409090909vw, 4.375rem)) {
    .more__content {
      padding-top: calc(2.5rem + 1.875 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-right:clamp(1.5rem, -0.2045454545rem + 8.5227272727vw, 7.125rem)) {
    .more__content {
      padding-right: clamp(1.5rem, -.2045454545rem + 8.5227272727vw, 7.125rem)
    }
  }

  @supports not (padding-right:clamp(1.5rem, -0.2045454545rem + 8.5227272727vw, 7.125rem)) {
    .more__content {
      padding-right: calc(1.5rem + 5.625 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-bottom:clamp(4.6875rem, 7.0492424242rem + -2.7462121212vw, 6.5rem)) {
    .more__content {
      padding-bottom: clamp(4.6875rem, 7.0492424242rem + -2.7462121212vw, 6.5rem)
    }
  }

  @supports not (padding-bottom:clamp(4.6875rem, 7.0492424242rem + -2.7462121212vw, 6.5rem)) {
    .more__content {
      padding-bottom: calc(6.5rem + -1.8125 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-left:clamp(1.5rem, -0.2045454545rem + 8.5227272727vw, 7.125rem)) {
    .more__content {
      padding-left: clamp(1.5rem, -.2045454545rem + 8.5227272727vw, 7.125rem)
    }
  }

  @supports not (padding-left:clamp(1.5rem, -0.2045454545rem + 8.5227272727vw, 7.125rem)) {
    .more__content {
      padding-left: calc(1.5rem + 5.625 * (100vw - 20rem)/ 66)
    }
  }

  @supports (font-size:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {

    .application-form__bottom-text,
    .application-form__button,
    .application-text-box__bottom-text,
    .application-text-box__text-info :not(:first-child) a,
    .application-text-box__text-row,
    .best-work-content-slide__title,
    .br-video-box-content__left-text,
    .card-one__subtitle,
    .card-one__text,
    .content-btn__title,
    .detail-btn__text,
    .footer-contacts__contact-text,
    .footer-navigation__link,
    .footer-top__text,
    .more__text,
    .possibilities-slide-item__left-text,
    .possibilities-slide-item__right-text,
    .slider-one__text-title,
    .social-link-next-btn_video .social-link-next-btn__text,
    .text-b1,
    .top-best-work__box-righ-text,
    .what-sm-top-left__text,
    .what-sm-top-slider__slide-title {
      font-size: clamp(1rem, .8484848485rem + .7575757576vw, 1.5rem)
    }
  }

  @supports not (font-size:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {

    .application-form__bottom-text,
    .application-form__button,
    .application-text-box__bottom-text,
    .application-text-box__text-info :not(:first-child) a,
    .application-text-box__text-row,
    .best-work-content-slide__title,
    .br-video-box-content__left-text,
    .card-one__subtitle,
    .card-one__text,
    .content-btn__title,
    .detail-btn__text,
    .footer-contacts__contact-text,
    .footer-navigation__link,
    .footer-top__text,
    .more__text,
    .possibilities-slide-item__left-text,
    .possibilities-slide-item__right-text,
    .slider-one__text-title,
    .social-link-next-btn_video .social-link-next-btn__text,
    .text-b1,
    .top-best-work__box-righ-text,
    .what-sm-top-left__text,
    .what-sm-top-slider__slide-title {
      font-size: calc(1rem + .5 * (100vw - 20rem) / 66)
    }
  }

  @supports (line-height:clamp(1.5rem, 1.3106060606rem + 0.946969697vw, 2.125rem)) {

    .application-text-box__text-row,
    .br-video-box-content__left-text,
    .card-one__text,
    .footer-contacts__contact-text,
    .footer-top__text,
    .more__text,
    .text-b1,
    .top-best-work__box-righ-text,
    .what-sm-top-left__text {
      line-height: clamp(1.5rem, 1.3106060606rem + .946969697vw, 2.125rem)
    }
  }

  @supports not (line-height:clamp(1.5rem, 1.3106060606rem + 0.946969697vw, 2.125rem)) {

    .application-text-box__text-row,
    .br-video-box-content__left-text,
    .card-one__text,
    .footer-contacts__contact-text,
    .footer-top__text,
    .more__text,
    .text-b1,
    .top-best-work__box-righ-text,
    .what-sm-top-left__text {
      line-height: calc(1.5rem + .625 * (100vw - 20rem) / 66)
    }
  }
}

@media (max-width:61.99875em) and (min-width:86em) {
  .card-one_slider {
    padding-top: 15.625rem
  }
}

@media (max-width:61.99875em) and (min-width:20em) and (max-width:86em) {
  @supports (padding-top:clamp(12.875rem, 12.0416666667rem + 4.1666666667vw, 15.625rem)) {
    .card-one_slider {
      padding-top: clamp(12.875rem, 12.0416666667rem + 4.1666666667vw, 15.625rem)
    }
  }

  @supports not (padding-top:clamp(12.875rem, 12.0416666667rem + 4.1666666667vw, 15.625rem)) {
    .card-one_slider {
      padding-top: calc(12.875rem + 2.75 * (100vw - 20rem)/ 66)
    }
  }
}

@media (max-width:68.75em) and (min-width:86em) {

  .footer-top__contacts-box,
  .footer-top__contacts-navigation {
    margin-left: 13.125rem
  }

  .br-video-box-content {
    padding-bottom: 19.6875rem
  }
}

@media (max-width:68.75em) and (min-width:20em) and (max-width:86em) {
  @supports (margin-left:clamp(2.875rem, -0.2310606061rem + 15.5303030303vw, 13.125rem)) {

    .footer-top__contacts-box,
    .footer-top__contacts-navigation {
      margin-left: clamp(2.875rem, -.2310606061rem + 15.5303030303vw, 13.125rem)
    }
  }

  @supports not (margin-left:clamp(2.875rem, -0.2310606061rem + 15.5303030303vw, 13.125rem)) {

    .footer-top__contacts-box,
    .footer-top__contacts-navigation {
      margin-left: calc(2.875rem + 10.25 * (100vw - 20rem)/ 66)
    }
  }

  @supports (padding-bottom:clamp(3.25rem, -1.7310606061rem + 24.9053030303vw, 19.6875rem)) {
    .br-video-box-content {
      padding-bottom: clamp(3.25rem, -1.7310606061rem + 24.9053030303vw, 19.6875rem)
    }
  }

  @supports not (padding-bottom:clamp(3.25rem, -1.7310606061rem + 24.9053030303vw, 19.6875rem)) {
    .br-video-box-content {
      padding-bottom: calc(3.25rem + 16.4375 * (100vw - 20rem)/ 66)
    }
  }
}

@media (max-width:29.99875em) and (min-width:86em) {
  .footer-contacts__contact-icon {
    margin-right: 10.625rem
  }
}

@media (max-width:29.99875em) and (min-width:20em) and (max-width:86em) {
  @supports (margin-right:clamp(1.5rem, -1.2651515152rem + 13.8257575758vw, 10.625rem)) {
    .footer-contacts__contact-icon {
      margin-right: clamp(1.5rem, -1.2651515152rem + 13.8257575758vw, 10.625rem)
    }
  }

  @supports not (margin-right:clamp(1.5rem, -1.2651515152rem + 13.8257575758vw, 10.625rem)) {
    .footer-contacts__contact-icon {
      margin-right: calc(1.5rem + 9.125 * (100vw - 20rem)/ 66)
    }
  }
}

@media (max-width:73.8125em) and (min-width:86em) {
  .br-video-box-content__left-btn {
    margin-top: 3.75rem
  }
}

@media (max-width:73.8125em) and (min-width:20em) and (max-width:86em) {
  @supports (margin-top:clamp(2.5rem, 2.1212121212rem + 1.8939393939vw, 3.75rem)) {
    .br-video-box-content__left-btn {
      margin-top: clamp(2.5rem, 2.1212121212rem + 1.8939393939vw, 3.75rem)
    }
  }

  @supports not (margin-top:clamp(2.5rem, 2.1212121212rem + 1.8939393939vw, 3.75rem)) {
    .br-video-box-content__left-btn {
      margin-top: calc(2.5rem + 1.25 * (100vw - 20rem)/ 66)
    }
  }
}

@media (max-width:75em) and (min-width:86em) {
  .what-sm__top-number {
    margin-top: 30rem
  }
}

@media (max-width:75em) and (min-width:20em) and (max-width:86em) {
  @supports (margin-top:clamp(17.1875rem, 13.3049242424rem + 19.4128787879vw, 30rem)) {
    .what-sm__top-number {
      margin-top: clamp(17.1875rem, 13.3049242424rem + 19.4128787879vw, 30rem)
    }
  }

  @supports not (margin-top:clamp(17.1875rem, 13.3049242424rem + 19.4128787879vw, 30rem)) {
    .what-sm__top-number {
      margin-top: calc(17.1875rem + 12.8125 * (100vw - 20rem)/ 66)
    }
  }
}

@media (any-hover:hover) {
  .content-btn:hover {
    background: #fff
  }

  .content-btn:hover .content-btn__text-box {
    color: var(--bg-secondary)
  }

  .play-btn:hover,
  .social-link-btn:hover,
  .social-link-next-btn:hover,
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: #fff;
    color: #000
  }

  .social-link-big-btn:hover {
    background: rgba(0, 0, 0, .05)
  }

  .dropdown-btn:hover {
    background: #212123
  }

  .detail-btn-mobile-wite:hover,
  .detail-btn:hover {
    background-color: #2f2fc6
  }

  .footer-navigation__link:hover:after,
  .menu__link:hover:after {
    width: 100%;
    background: #fff
  }

  .footer-contacts__email:hover,
  .footer-contacts__phone:hover {
    opacity: .5
  }

  .application-form__button:hover {
    background: #d8d8fe
  }
}

#succs {
  max-width: 90vw;
  margin: 0 auto;
  width: 500px;
  height: 400px;
  top: calc(50% - 200px);
}

#succs .popup__text {
  font-size: 34px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  ;
}

.menu__list .submenu {
  display: none;
  flex-direction: column;
}

.menu__list .submenu li {
  margin: 0 0 12px 0;
}

.menu__list .has_child {
  position: relative;
  background: url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cpath id='XMLID_225_' d='M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z'/%3E%3C/svg%3E") right top 11px no-repeat;
  background-size: 12px;
  padding: 0 16px 0 0;
}

.menu__list .has_child {
  position: relative;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='323' height='306' viewBox='0 0 323 306' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_5)'%3E%3Cpath d='M79.393 4.39299C73.536 10.25 73.535 19.748 79.394 25.606L218.787 164.996L79.393 304.393C73.536 310.25 73.535 319.748 79.394 325.606C85.252 331.464 94.749 331.464 100.607 325.606L250.607 175.602C253.42 172.789 255 168.974 255 164.996C255 161.018 253.419 157.202 250.606 154.39L100.606 4.394C94.749 -1.465 85.251 -1.46501 79.393 4.39299Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_5'%3E%3Crect width='330' height='330' fill='white' transform='translate(0 330) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: right top 9px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding: 0 22px 0 0;
}

.menu__list .has_child .open_submenu {
  display: none;
  width: 35px;
  height: 16px;
  margin: 0;
  margin-bottom: 4px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cpath id='XMLID_222_' d='M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z'/%3E%3C/svg%3E") center no-repeat;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}


.menu__list .has_child.active {
  margin: 0;
}

.menu__list .has_child.active .submenu {
  display: flex;
  margin: 10px 0;
  width: 100%;
}

.menu__list .has_child.active .open_submenu {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media screen and (min-width: 1180px) {
  .menu__list .has_child:hover .submenu {
    position: absolute;
    display: flex;
    width: auto;
    min-width: 200px;
    padding: 25px;
    background-color: rgba(20, 20, 22, 0.9);
    border-radius: 25px;
  }

  .menu__list .has_child.active .submenu {
    position: absolute;
    width: auto;
  }

  .menu__list .has_child.active {
    margin-right: 3rem;
  }

  .menu__list {
    position: relative;
  }

  .menu__list .submenu li {
    margin: 0 0 15px 0;
  }

  .menu__list .has_child {
    position: static;
  }

  .header__box {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }

  .menu__list .has_child:hover {
    background: url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cpath id='XMLID_225_' d='M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z'/%3E%3C/svg%3E") right top 10px no-repeat;
    background-size: 15px;
    padding: 0 22px 0 0;
  }
}

@media screen and (max-width: 1180px) {
  .menu__list .has_child .open_submenu {
    display: block;
  }

  .menu__list .has_child {
    background: initial;
  }
}

@media screen and (max-width: 479px) {
  .menu__list .has_child {
    position: relative;
    background: initial;
    background-size: 9px;
    padding: 0 13px 0 0;
  }

  .menu__list .has_child .open_submenu {
    right: -38px;
    top: 5px;
    width: 59px;
  }
}


.br-video-box-content__left-text h1 {
  font-size: clamp(2.4rem, 0.848485rem + 0.757576vw, 1.5rem);
  margin-bottom: 30px;
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

.what-br__center video {
  width: 100%;
}

.midle-text__content :not(:last-child),
.text__content :not(:last-child) {
  margin-bottom: 1.875rem;
}

.text__content ul,
.text__content ol {
  padding-left: 25px;
  margin: 30px 0;
}

.text__content h2 {
  font-size: 36px;
  margin-top: 30px;
  line-height: 1.2;
}

.text__content ul li {
  list-style: disc;
}


.br-video-box-content__left-subtitle,
.br-video-box-content__left-text,
.midle-text__content,
.text__content {
  font-weight: 400;
  letter-spacing: -.25px;
}

@media (min-width: 86em) {
  .text__content {
    font-size: 1.5rem;
    line-height: 1.9375rem;
  }

  .text {
    margin-bottom: 5rem;
  }
}

@media (min-width: 47.99875em) {

  .midle-text__content :not(:last-child),
  .text__content :not(:last-child) {
    margin-bottom: .9375rem;
  }
}


.fix-img {
  .equipment-slider-item__image-ibg {
    width: 320px;
    height: 320px;
    object-fit: contain;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0, 0);
    top: -45px;
  }
}

@media (max-width: 961px) {
  .fix-img {
    .equipment-slider-item__image-ibg {
      width: 260px;
      height: 260px;
    }
  }
}

@media (max-width: 1375px) {
  .new-style .text__content {
    font-size: 1.5rem;
    line-height: 1.9375rem;
    font-weight: 400;
    letter-spacing: -.25px;
  }
}

@media (max-width: 991px) {
  .new-style .text__content {
    font-size: 1.2rem;
    line-height: 140%;
    font-weight: 400;
    letter-spacing: -.25px;

  }
}

@media (max-width: 575px) {
  .new-style .text__content {
    font-size: 1.1rem;
    line-height: 140%;
    font-weight: 400;
    letter-spacing: -.25px;

  }

  .new-style .text__content :not(:last-child) {
    margin-bottom: 0.875rem;
  }
}

.what-sm-top-right {
  max-width: 34.125rem;
}


.what-sm-top-right__text {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  letter-spacing: -.25px;
}

.what-sm-top-right__text {
  font-weight: 350;
  font-style: normal;
  opacity: .7;
}

@media (max-width: 79.9375em) and (min-width: 20em) and (max-width: 86em) {
  @supports (line-height:clamp(1.5rem, 1.3106060606rem + 0.946969697vw, 2.125rem)) {
    .what-sm-top-right__text {
      line-height: clamp(1.5rem, 1.3106060606rem + .946969697vw, 2.125rem);
    }
  }
}

@media (max-width: 79.9375em) and (min-width: 20em) and (max-width: 86em) {
  @supports (font-size:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
    .what-sm-top-right__text {
      font-size: clamp(1rem, .8484848485rem + .7575757576vw, 1.5rem);
    }
  }
}

@media (max-width: 29.9988em) {
  .what-sm-top-right__text {
    letter-spacing: .25px;
  }
}

@media (max-width: 86.25em) {
  .numbers {
    margin-top: 0;
  }
}

@media (max-width: 75em) {
  .what-sm__top-content-box {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
  }

  .what-sm-top-left__title.title-h2 {
    margin-bottom: 0;
  }

  .what-sm__slider {
    margin-top: clamp(1.875rem, .928030303rem + 4.7348484848vw, 5rem);
  }
}



.header._header-scroll {
  top: -110px;
  padding-bottom: 15px;
}

@media (max-width: 1120px) {
  .header._header-scroll {
    top: -30px;
    padding-bottom: 15px;
  }

  body {
    .mid-header {
        margin-bottom: 0px
    }
  }
}