

/* Start:/local/templates/tiger/css/splide.min.css?17246604196326*/
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
/* .splide__arrow:disabled {
  opacity: 0.3;
} */
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
/* .splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
} */
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* End */


/* Start:/local/templates/tiger/css/global.css?172527673211875*/
@font-face {
  font-family: "Brand-Bold";
  src: url("/local/templates/tiger/css/./../fonts/brand/ua-BRAND-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Brand-Black";
  src: url("/local/templates/tiger/css/./../fonts/brand/ua-BRAND-black.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Brand-Regular";
  src: url("/local/templates/tiger/css/./../fonts/brand/ua-BRAND-regular.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "Nunito-ExtraBold";
  src: url("/local/templates/tiger/css/./../fonts/nunito/Nunito-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Nunito-Bold";
  src: url("/local/templates/tiger/css/./../fonts/nunito/Nunito-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Nunito-Regular";
  src: url("/local/templates/tiger/css/./../fonts/nunito/Nunito-Regular.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "Popins-Bold";
  src: url("/local/templates/tiger/css/./../fonts/popins/Poppins-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Popins-Medium";
  src: url("/local/templates/tiger/css/./../fonts/popins/Poppins-Medium.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "Popins-Regular";
  src: url("/local/templates/.default/fonts/popins/Poppins-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  /* width: 100vw; */
  height: 100%;
}

html,
body {
  font-family: "Brand-Regular";
  color: #fff;
  /* max-width: 100vw; */
}

body {
  background-color: #000;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
  cursor: pointer;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: 0.4s;

}

@media (hover:hover) {

  a:hover,
  button:hover {
    color: #222222;
  }
}

@media (hover:none) {

  a:active,
  button:hover {
    color: #222222;
  }
}

.marker-content {
  display: flex;
  width: 300px;
  gap: 15px;
  align-items: center;
}

img.icon-marker-img {
  width: 40px;
  border-radius: 100%;
}

.marker-content__text {
  display: flex;
  flex-direction: column;
  background: #797979;
  border: 1px solid #ffff;
  border-radius: 10px;
  padding: 5px;
}

.marker-content-title {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

span.marker-content-subTitle {
  font-size: 12px;
}

.icons-contacts__icon a img:hover {
  fill: #222222;
}

.container {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0px 15px;
}

.owl-stage {
  display: flex;
  width: 100% !important;
}

.owl-dot,
.owl-prev,
.owl-next {
  cursor: pointer;
}

.gray-bg {
  position: relative;
}

.gray-bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/tiger/css/./../images/bg_grey.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* .gray-bg--lines::before {
  background-image: url("/local/templates/tiger/css/./../images/bg_grey-lines.jpg");
} */

.lines-bg {
  background-image: url("/local/templates/tiger/css/./../images/Group-about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

/****************************
						HEADER
****************************/

.header {
  background-color: #000;
}

.header__wrapper {
  padding: 23px 0;
  display: flex;
  align-items: center;
}

.header__logo {
  display: flex;
  width: min-content;
  margin-right: 51px;
}

.logo__link {
  display: flex;
}

.logo__image {
  margin-right: 10px;
}

.navigation {
  width: 100%;
}

.navigation a:hover {
  text-decoration: underline;
  color: white;
}

.top__navigation {
  display: flex;
  font-size: clamp(16px, 4vw, 20px);
  color: #a5a5a5;
  margin-bottom: 30px;
}

@media(max-width:1400px) {
  .top__navigation {
    font-size: clamp(16px, 1vw, 20px);
  }
}

.top-navigation__item:nth-child(1) {
  margin-right: 89px;
}

.top-navigation__item:nth-child(3) {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.bottom__navigation {
  display: flex;
  justify-content: space-between;
  font-size: clamp(16px, 2vw, 20px);
}

.bottom__navigation .bottom-navigation__item.active {
  text-decoration: underline;
}

.social-icons {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.social-icons a {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition: all 0.3s;
}

.social-icons a:last-child {
  margin-right: 0;
}

.social-icons a svg {
  display: block;
  width: 100%;
  height: 100%;
}

.social-icons a:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.active-nav-menu {
  width: 31px;
  height: 20px;

}

.active-nav-menu {
  display: none;
}

@media screen and (max-width: 1300px) {
  .logo__link img {
    width: 300px;
  }
}


@media screen and (max-width: 1200px) {
  .logo__link img {
    width: 200px;
  }

  .active-nav-menu {
    display: flex;
    cursor: pointer;
  }

  .header__wrapper {
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }

  .navigation {
    transition: transform0.7s, opacity 1s;
    transform: translateX(100%);
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
  }

  .activate-menu {
    display: flex !important;
    flex-direction: column-reverse;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(0%);
    opacity: 1;
    z-index: 9999;
  }

  .top__navigation {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
  }

  .top-navigation__item:nth-child(1) {
    margin-right: 0;
  }

  .top-navigation__item:nth-child(3) {
    margin-left: unset;
  }

  .bottom__navigation {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }

  .menu-bg__shadow {
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s all;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .navigation__wrapper {
    width: 300px;
    height: 100vh;
    background-color: #000;
    padding: 40px 15px;
    z-index: 9;
    flex-direction: column-reverse;
    display: flex;
    position: relative;
    justify-content: flex-end;
  }

  .close-popup {
    background-image: url("/local/templates/.default/images/cross.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 15px;
    top: 10px;
  }
}

@media screen and (max-width: 740px) {

  .logo__link img {
    width: 100px;
  }

  .active-nav-menu img {
    width: 25px;
  }
}

@media screen and (max-width: 300px) {
  .navigation__wrapper {
    width: 100%;
  }
}

/****************************
						FOOTER
****************************/

.footer {
  background-image: url(/local/templates/tiger/css/./../images/footer__bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__wrapper {
  display: flex;
  align-items: flex-start;
  /* justify-content: space-between; */
  padding: 50px 0 30px 0;
}
.footer-rights {
  text-align: center;
  padding-bottom: 20px;
}
.footer-rights a:hover {
  color: white;
  text-decoration: underline;
}

.footer__logo {
  margin-right: 35px;
}

@media(max-width:840px) {
  .footer__logo {
    margin-right: 0;
  }
}

.footer__links {
  /* margin-bottom: 180px; */
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
}

.footer__menu {
  margin-right: 100px;
}

.footer__addres {
  font-style: normal;
  font-size: 18px;
  margin-left: 30px;
}

.footer__addres-item {
  margin-bottom: 10px;
}

.footer__addres a:hover {
  text-decoration: underline;
  color: white;
}

.links-footer__link {
  font-size: clamp(16px, 2vw, 20px);
  padding: 6px 40px;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;

  border-image-source: -moz-linear-gradient(170deg,
      rgba(0, 0, 0, 0.04245448179271705) 40%,
      rgba(105, 29, 21, 1) 100%);
  border-image-source: -webkit-linear-gradient(170deg,
      rgba(0, 0, 0, 0.04245448179271705) 40%,
      rgba(105, 29, 21, 1) 100%);
  border-image-source: linear-gradient(170deg,
      rgba(0, 0, 0, 0.04245448179271705) 40%,
      rgba(105, 29, 21, 1) 100%);
}

.links-footer__link:hover {
  color: white;
  text-decoration: underline;
}

.links-footer__link.active {
  text-decoration: underline;
}

.footer__wrapper .bottom__navigation {
  margin-bottom: 230px;
}

.footer__logo {
  display: flex;
}

.logo-footer__link {
  display: flex;
}

.link-footer__image {
  margin-right: 10px;
}

.link-logo-footer__title {
  width: min-content;
  font-size: clamp(14px, 2vw, 15px);
}

.title-logo-footer__large {
  font-size: clamp(32px, 2vw, 72px);
  font-weight: bold;
  text-transform: uppercase;
}


/* ===== */
.btn-action {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: bold;
  font-family: "Brand-Regular";
}
.btn-action:hover .btn-action__icon:before,
.btn-action:hover .btn-action__icon:after {
  width: 100%;
}
.btn-action:hover .btn-action__icon span::before,
.btn-action:hover .btn-action__icon span::after {
  height: 100%;
}
.btn-action:hover .btn-action__icon2 {
  transform: skew(-40deg, 0deg) scaleX(1);
  background: #ad3023;
  /* z-index: -1; */
}

.btn-action__label {
  display: inline-block;
  padding: 10px 22px;
  position: relative;
  z-index: 1;
}
.btn-action__icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(-40deg, 0deg);
  transition: all 0.2s;
}
.btn-action__icon::before, 
.btn-action__icon::after {
  content: '';
  height: 1px;
  width: 25%;
  position: absolute;
  display: block;
  background: #ad3023;
  transition: all 0.2s;
  transition-delay: 0.2s;
}
.btn-action__icon::before {
  left: 0;
  top: 0;
}
.btn-action__icon::after {
  right: 0;
  bottom: 0;
}
.btn-action__icon span::before,
.btn-action__icon span::after {
  content: '';
  background: #ad3023;
  position: absolute;
  display: block;
  width: 2px;
  height: 50%;
  transition: all 0.2s;
  transition-delay: 0.2s;
}
.btn-action__icon span::before {
  left: 0;
  top: 0;
}
.btn-action__icon span::after {
  right: 0;
  bottom: 0;
}
.btn-action__icon2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(-40deg, 0deg) scaleX(0.2);
  transition: all 0.2s;
  transition-delay: 0.2s;
}
/* ===== */



@media screen and (max-width: 1400px) {

  .footer__links {
    display: grid;
    grid-template-columns: auto;
  }

}

@media screen and (max-width: 1300px) {
  .logo-footer__link img {
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (max-width: 840px) {
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer__menu {
    margin: 20px 0;
  }

  .footer__addres {
    text-align: center;
  }

  .footer__addres .social-icons {
    justify-content: center;
  }
}

@media screen and (max-width: 740px) {
  .links-footer__link {
    padding: 6px 20px;
  }
}
/* End */


/* Start:/local/templates/tiger/components/bitrix/infoportal.element.add.form/feedback_form/style.css?17253524891504*/
.popup-form {
	display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
}

.popup-event-bg {
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s all;
    position: absolute;
    width: 100%;
    height: 100%;
}

.popup-form__wrapper {
    max-width: 550px;
    width: 100%;
    background-color: #222222;
    padding: 30px 20px;
    position: relative;
}
.popup-form__container {
	width: 600px !important;
}

.popup-form__container label.main-user-consent-request {
    margin-bottom: 20px;
}

.feedback-form {
	display: flex;
    flex-direction: column;
}

.popup-form_title {
    font-size: clamp(18px, 2vw, 34px);
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

.feedback__input {
    padding: 10px 20px 10px 10px;
    background: transparent;
    border: 1px solid gray;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: clamp(16px, 2vw, 18px);
    color: #ffff;
}


.submit-model {
    font-size: clamp(16px, 5vw, 20px);
    max-width: 320px;
    margin: 0 auto;
    display: block;
}

.close-popup__text {
    background-image: url(/local/templates/.default/images/cross.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 10px;
}
/* End */


/* Start:/bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.min.css?17664082613805*/
.main-user-consent-request a{cursor:pointer}.main-user-consent-request-popup{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.5);overflow:hidden;z-index:9000}.main-user-consent-request-popup-cont{min-height:290px;position:absolute;top:50%;left:50%;margin:0 auto;padding:20px;min-width:320px;width:100%;max-width:600px;background:#fff;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.main-user-consent-request-popup-header{margin:0 0 10px;font:normal 18px var(--ui-font-family-primary,var(--ui-font-family-helvetica));color:#000;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:260px}.main-user-consent-request-popup-textarea-block{margin:0 0 20px}.main-user-consent-request-popup-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-user-consent-request-popup-button{display:inline-block;height:39px;margin:0 10px 5px 0;padding:0 18px;border:none;border-radius:2px;font:normal 12px/39px var(--ui-font-family-primary,var(--ui-font-family-helvetica));color:#535c69;outline:none;vertical-align:middle;text-decoration:none;text-transform:uppercase;text-shadow:none;white-space:nowrap;-webkit-font-smoothing:antialiased;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .2s linear;cursor:pointer}.main-user-consent-request-popup-button-acc{background:#bbed21}.main-user-consent-request-popup-button-acc:hover{background:#d2f95f}.main-user-consent-request-popup-button-rej{-webkit-box-shadow:inset 0 0 0 1px #a1a6ac;box-shadow:inset 0 0 0 1px #a1a6ac;background:none}.main-user-consent-request-popup-button-rej:hover{background:#cfd4d8}.main-user-consent-request-popup-text{border:1px solid #999;overflow:auto;padding:8px;text-align:left;color:#545454}.main-user-consent-request-popup-link{height:130px;display:flex;justify-content:center;align-items:center;flex-direction:column}.main-user-consent-request-popup-link a{display:block;margin:20px 0 0;text-overflow:ellipsis;overflow:hidden;max-width:260px}.main-user-consent-request-loader{position:relative;height:100px;width:100px;margin:0 auto;-webkit-transform:translateY(50%);transform:translateY(50%)}.main-user-consent-request-path{stroke:#80868e;stroke-dasharray:100,200}.main-user-consent-request-loader:before{content:"";display:block;padding-top:100%}.main-user-consent-request-circular{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:inherit;width:inherit;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.main-user-consent-request-path{stroke:#ccc;stroke-dasharray:60,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}.main-user-consent-request-announce{color:#333;font-size:13px;line-height:15px}.main-user-consent-request-announce-link{cursor:pointer}.main-user-consent-request-announce-required{color:red}@keyframes rotate{to{transform:rotate(1turn)}}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn)}}@media (min-width:1000px){.main-user-consent-request-popup-cont{min-height:400px;min-width:640px}.main-user-consent-request-popup-header{max-width:590px}.main-user-consent-request-popup-link,.main-user-consent-request-popup-text{height:240px}.main-user-consent-request-popup-link a{max-width:200px}}@media (max-width:768px){.main-user-consent-request-popup-cont{height:100%}}
/* End */
/* /local/templates/tiger/css/splide.min.css?17246604196326 */
/* /local/templates/tiger/css/global.css?172527673211875 */
/* /local/templates/tiger/components/bitrix/infoportal.element.add.form/feedback_form/style.css?17253524891504 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.min.css?17664082613805 */
